/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}





/* ===========================================
	Current clearfix via CSS Tricks
============================================== */	
.group:after {
	content: "";
	display: table;
	clear: both;
	}







/* ===========================================
	Chrome fonts fixes
============================================== */	

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	}


/*
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
*/

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	}	
	
	
	
	
/* ===========================================
	Explorer type cutoff fixes
============================================== */

body {
	text-shadow:
    0 0 1em transparent,
    1px 1px 1px rgba( 0, 0, 0, .1 );
	}
	
	
img {
	float:left;
}
	



/* ===========================================
	Box sizing ignore padding
============================================== */


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}







/* ===========================================
	Elements
============================================== */	
	
	
h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size: 3.5em;
	line-height: 1.0em;
	letter-spacing:-2px;
	color:#000000;
	padding:0 0 0 0;
	margin:10px 0 5px -4px;	
	}
	@media screen and (min-width: 450px) {h1 {font-size: 4em;margin:15px 0 0 -4px;}}
	@media screen and (min-width: 600px) {h1 {font-size: 5.5em;margin:20px 0 0 -4px;}}
	@media screen and (min-width: 850px) {h1 {font-size: 6em;margin:20px 0 0 -4px;}}


	
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size: 2em;
	line-height: 1em;
	letter-spacing:-1px;
	color: #000000;
	padding:5px 0 20px 0;
	text-shadow: 0 0 1em transparent, 1px 1px 1px rgba( 0, 0, 0, .05 );
	}
	

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size: 1.5em;
	line-height: 1.3em;	
	letter-spacing:0;
	color: #000000;
	padding:5px 0 5px 0;
	}
	
h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size: 1.05em;
	line-height: 1.2em;	
	letter-spacing:0;
	text-transform:uppercase;
	color: #000000;
	padding:0 0 2px 0;	
	}

h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: 1em;
	line-height: 1.2em;	
	letter-spacing:0;
	color: #000000;
	padding:0 0 0 0;	
	}	
	
h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: .8em;
	line-height: 1em;	
	letter-spacing:0;
	color: #000000;
	padding:3px 12% 0 0;
	text-align:right;
	text-transform:uppercase;
	}	



p {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: 1em;
	line-height: 1.5em;
	color:#000000;
	letter-spacing:0;
	padding:0 0 28px 0;
	}
	
p.introduction {
	font-size: 1.4em;
	line-height: 1.5em;
	color:#333333;
	letter-spacing:0;
	padding:0 0 50px 0;
	}
	
	
	
a {
	color:#000000;
	text-decoration:none;
	}
	
a.underline {
	text-decoration: underline;
	}	
	
a.longwordbreak{
	word-break: break-word;
	}



ul, ol{
	font-family: 'Ubuntu', sans-serif;
	}

ul.level1 {
	margin:-8px 0 8px 0;
	}

ul.level1 li{
	font-weight:300;
	color: #000000;
	list-style:disc;
	font-size: 1em;
	line-height:1.5em;
	padding:10px 0 3px 0;
	}

ol.level1 {
	margin:-8px 0 8px 0;
	}

ol.level1 li{
	font-weight:300;
	color: #000000;
	list-style:decimal;
	font-size: 1em;
	line-height:1.5em;
	padding:10px 0 3px 0;
	}

ul.level2{
	margin: 0 0 0 30px;
	}

ul.level2 li{
	font-weight:300;
	color: #000000;
	list-style:circle;
	font-size: 1em;
	line-height:1.5em;
	padding:10x 0 3px 0;
	}


ul.level3{
	margin: 0 0 0 60px;
	}


	

strong {
	font-weight: 600;
	}



.text-allcaps{
	text-transform:uppercase!important;
	}
	
.text-bold{
	font-weight:700!important;
	}
	
.link-underline{
	text-decoration:underline!important;
	color:inherit!important;
	}






.text-color-white{
	color:#FFFFFF!important;
	}

.text-color-black{
	color:#000000!important;
	}

.text-color-brown{
	color:#936b5a!important;
	}

.text-color-teal{
	color:#799b94!important;
	}
	



.backgroundcolor-community {
	background-color: rgba(84, 181, 161, 1)!important;
	}

.backgroundcolor-governance{
	background-color: rgba(152, 152, 141, 1)!important;
	}

.backgroundcolor-messages{
	background-color: rgba(123, 149, 75, 1)!important;
	}

.backgroundcolor-businesses{
	background-color: rgba(170, 144, 168, 1)!important;
	}

.backgroundcolor-services{
	background-color: rgba(145, 181, 213, 1)!important;
	}




.hrfix {
	border-top:1px solid #bbbbbb; 
	margin-top:.8em;
	padding-bottom:.2em;
	width: 100%;
	float: left;
	clear:both;
	}	
	
.hrfix-h1 {
	width:100%;
	border-top:1px solid #bbbbbb; 
	margin-top:1em;
	padding-bottom:40px;
	clear:both;
	}
	@media screen and (min-width: 850px) {.hrfix-h1 {padding-bottom:50px;}}	



.hrfix-h2 {
	border-top:1px solid #bbbbbb; 
	margin-top:0;
	padding-bottom:1em;
	width: 100%;
	float: left;
	clear:both;
	}
	

.hrfix-h1-with-aside {
	width:98%;
	border-top:1px solid #bbbbbb; 
	margin-top:1em;
	padding-bottom:40px;
	clear:both;
	}
	@media screen and (min-width: 850px) {.hrfix-h1 {padding-bottom:50px;}}	

.hrfix-even-spacing {
	border-top:1px solid #bbbbbb; 
	margin-top:2em;
	padding-bottom:3em;
	width: 98%;
	float: left;
	clear:both;
	}
	






	
	
	
/* ===========================================
	Spacing Adjustments
============================================== */	


	
.margintop-none {
	margin-top:0px!important;
	}
	
.margintop-minimal {
	margin-top:20px!important;
	}
		
.margintop-more {
	margin-top:100px!important;
	}


.paddingtop-none {
	padding-top:0px!important;
	}		

.paddingtop-minimal {
	padding-top:20px!important;
	}
	
.paddingtop-normal {
	padding-top:35px!important;
	}
	
.paddingtop-medium {
	padding-top:80px!important;
	}
	
.paddingtop-more {
	padding-top:120px!important;
	}	
	
.paddingbottom-none {
	padding-bottom:0px!important;
	}		

.paddingbottom-minimal {
	padding-bottom:10px!important;
	}
	@media screen and (min-width: 600px) {.paddingbottom-minimal {padding-bottom:20px!important;}}
	
.paddingbottom-normal {
	padding-bottom:30px!important;
	}
	@media screen and (min-width: 600px) {.paddingbottom-medium {padding-bottom:50px!important;}}
		
.paddingbottom-medium {
	padding-bottom:50px!important;
	}
	@media screen and (min-width: 600px) {.paddingbottom-medium {padding-bottom:80px!important;}}

.paddingbottom-more {
	padding-bottom:80px!important;
	}
	@media screen and (min-width: 600px) {.paddingbottom-more {padding-bottom:120px!important;}}

.spacing-vertical-50 {
	height:50px;
	width:100%;
	float:left;
	clear:both;
	}

.spacing-vertical-75 {
	height:75px;
	width:100%;
	float:left;
	clear:both;
	}

.spacing-vertical-100 {
	height:100px;
	width:100%;
	float:left;
	clear:both;
	}












/* ===========================================
	Animation elements
============================================== */	


.animation-element {
	opacity: 0;
	position: relative;
	}
.animation-element.slide-left {
	opacity: 0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
	-webkit-transform: translate3d(100px, 0px, 0px);
	-moz-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
	}
.animation-element.slide-left.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	}
.animation-element.slide-right {
	opacity: 0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translate3d(-200px, 0px, 0px);
	-moz-transform: translate3d(-200px, 0px, 0px);
	-o-transform: translate(-200px, 0px);
	-ms-transform: translate(-200px, 0px);
	transform: translate3d(-200px, 0px, 0px);
	}
.animation-element.slide-right.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	}
.animation-element.slide-up {
	opacity: 0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translate3d(0px, 100px, 0px);
	-moz-transform: translate3d(0px, 100px, 0px);
	-o-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate3d(0px, 100px, 0px);
	}
.animation-element.slide-up.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	}
.animation-element.slide-down {
	opacity: 0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	-webkit-transform: translate3d(0px, -100px, 0px);
	-moz-transform: translate3d(0px, -100px, 0px);
	-o-transform: translate(0px, -100px);
	-ms-transform: translate(0px, -100px);
	transform: translate3d(0px, -100px, 0px);
	}
.animation-element.slide-down.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	}
.animation-element.fade {
	opacity: 0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	}
.animation-element.fade.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	}



.animation-element.slide-left.delay-first{
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
	}
.animation-element.slide-left.delay-second{
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
	}
.animation-element.slide-left.delay-third{
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
	}
.animation-element.slide-left.delay-fourth{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	}




.come-in {
	transform: translateX(150px);
	animation: come-in 0.8s ease forwards;
	}
.come-in:nth-child(odd) {
	animation-duration: 0.6s; /* So they look staggered */
	}

@keyframes come-in {
	to { transform: translateX(0); }
	}

















/* ===========================================
	Navigation
============================================== */

#menu-wide {
	position:absolute;
	bottom:0;
	z-index:150000;
	padding:0 0 0 0;
	display:none;
	margin:0 auto;
	}
	@media screen and (min-width: 850px) {#menu-wide {display:block;}}



#menu-skinny {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:150000;
	padding:0 0 0 0;
	display:block;
	margin:0 auto;
	}
	@media screen and (min-width: 850px) {#menu-skinny {display:none;}}










#menu-skinny-button {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:150000;
	padding:0 0 0 0;
	display:block;
	}

#menu-skinny-button ul {
	list-style: none;
	width:100%;
	text-align:center;
	}


#menu-skinny-button li {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: 1.4em;
	line-height: 1em;
	color:#333333;	
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 0 0 0;
	display:inline-block;

	}

#menu-skinny-button li a {
	text-decoration:none;
	color:#000;
	}

#menu-skinny-button li img {
	float:none;
	}










/* ===========================================
	Aside
============================================== */



main.main-with-aside{
	width:100%;
	float:left;
	}
	@media screen and (min-width: 850px) {main.main-with-aside {width:75%;}}

aside{
	width:100%;
	float:left;
	border-left:none;
	border-top:1px solid #CCC;
	margin:50px 0 0 0;
	padding:0 0 100px 8%;
	}
	@media screen and (min-width: 600px) {aside {width:100%;padding:0 0 100px 12%;border-left:none; border-top:1px solid #CCC;}}
	@media screen and (min-width: 850px) {aside {width:25%;padding:25px 0 80px 3%;border-left:1px solid #CCC; border-top:none}}


aside .content{
	width: 90%;
	padding:70px 0 0 0;
	}
	@media screen and (min-width: 850px) {aside .content {width:85%;}}


aside p{
	font-size:1em;
	line-height:1.5em;
	}

aside a {
	text-decoration:underline;
	color:#000;
	}

aside ul {
	padding:0 0 28px 0;
	}

aside ul li {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: .9em;
	line-height: 1.3em;
	color:#333333;
	letter-spacing:0;
	padding:0 0 0 0;
	}

aside ul li a {
	text-decoration:none;
	color:#000;
	}











/* ===========================================
	Content
============================================== */



main{
	width:100%;
	}



.content-wrapper{
	width:100%;
	padding:0 0 0 0;
	clear:both;
	float:left;
	}

.margin-left{
	clear:both;
	width:8%;
	float:left;
	}
	@media screen and (min-width: 600px) {.margin-left {width:12%;}}
	@media screen and (min-width: 850px) {.margin-left {width:10%;}}

.margin-right{
	width:8%;
	float:left;
	}
	@media screen and (min-width: 600px) {.margin-right {width:12%;}}
	@media screen and (min-width: 850px) {.margin-right {width:10%;}}



.content{
	width:84%;
	float:left;
	}
	@media screen and (min-width: 600px) {.content {width:76%;}}
	@media screen and (min-width: 850px) {.content {width:80%;}}




.main-with-aside-margin-left{
	clear:both;
	width:8%;
	float:left;
	}
	@media screen and (min-width: 600px) {.main-with-aside-margin-left {width:12%;}}
	@media screen and (min-width: 850px) {.main-with-aside-margin-left {width:13%;}}

.main-with-aside-margin-right{
	width:8%;
	float:left;
	}
	@media screen and (min-width: 600px) {.main-with-aside-margin-right {width:8%;}}
	@media screen and (min-width: 850px) {.main-with-aside-margin-right {width:2%;}}



.main-with-aside-content{
	width:84%;
	float:left;
	}
	@media screen and (min-width: 600px) {.main-with-aside-content {width:76%;}}
	@media screen and (min-width: 850px) {.main-with-aside-content {width:86%;}}









.content-1column{
	width:100%;
	float:left;
	clear:both;
	padding:0 3% 0 0;
	}


.content-2column-left {
	width:100%;
	padding:0 0 0 0;
	float:left;
	clear:both;
	}
	@media screen and (min-width: 850px) {.content-2column-left {width:50%; padding:0 7% 0 0;}}
	
.content-2column-right {
	width:100%;
	padding:0 0 0 0;
	float:left;
	}
	@media screen and (min-width: 850px) {.content-2column-right {width:50%; padding:0 7% 0 0;}}




.content-2column-left-more {
	width:100%;
	padding:0 0 0 0;
	float:left;
	clear:both;
	}
	@media screen and (min-width: 850px) {.content-2column-left-more  {width:65%; padding:0 7% 0 0;}}
	
.content-2column-right-less {
	width:100%;
	padding:0 0 0 0;
	float:left;
	}
	@media screen and (min-width: 850px) {.content-2column-right-less {width:35%; padding:0 7% 0 0;}}






	
	
.content-3column-left {
	width:100%;
	padding:0 0 0 0;
	float:left;
	clear:both;
	}
	@media screen and (min-width: 850px) {.content-3column-left {width:35%; padding:0 5% 0 0;}}

	
.content-3column-middle {
	width:100%;
	padding:0 0 0 0;
	float:left;
	}
	@media screen and (min-width: 850px) {.content-3column-middle {width:35%; padding:0 5% 0 0;}}

	
.content-3column-right {
	width:100%;
	padding:0 0 0 0;
	float:left;
	}
	@media screen and (min-width: 850px) {.content-3column-right {width:30%; padding:0 0 0 0;}}


	
	
	
	
	
.pagetitle-background{
	width:100%;
	position:relative;
	display: inline-block;
	margin:0 0 0 0;
}

.pagetitle-background img{
	width:100%;
	display:block;
}


.pagetitle-over-background{
	position:absolute;
	width:100%;
	bottom:0;
}
	
	













/* ===========================================
	Home Temp Navigation
============================================== */



.main-nav{
	width:100%;
	max-width:100%; 
	position:relative; 
	margin:0 0 0 0;
	z-index:100000;
	}
	@media screen and (min-width: 450px) {.main-nav {width:30%; max-width:400px; position:absolute; margin:0 0 0 6%;}}
	@media screen and (min-width: 600px) {.main-nav {width:25%; max-width:400px; position:absolute; margin:0 0 0 7%;}}
	@media screen and (min-width: 1000px) {.main-nav {width:20%; max-width:400px; position:absolute; margin:0 0 0 8%;}}


.nav-logo{
	padding:85px 10% 25px 10%; 
	background:#6b8b85; 
	float:left; 
	width:100%; 
	clear:both;
	}
	@media screen and (min-width: 450px) {.nav-logo {padding:65px 10% 20px 10%;}}
	@media screen and (min-width: 600px) {.nav-logo {padding:70px 15% 25px 15%;}}
	@media screen and (min-width: 850px) {.nav-logo {padding:75px 15% 25px 15%;}}
	@media screen and (min-width: 1000px) {.nav-logo {padding:85px 15% 30px 15%;}}
	@media screen and (min-width: 1250px) {.nav-logo {padding:85px 15% 30px 15%;}}
	
.nav-logo img{
	width:100%;
	}
	

.nav-tagline{
	background:#53322a; 
	float:left; 
	width:100%;
	clear:both;
	}

.nav-tagline p{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#c09f85; 
	text-align:center;
	text-transform:uppercase;
	font-size:.7em;
	line-height:1.2em;
	letter-spacing:1px;
	padding:8px 0 8px 0; 
	}
	@media screen and (min-width: 450px) {.nav-tagline p {font-size:.6em; padding:8px 10px 8px 10px;}}
	@media screen and (min-width: 600px) {.nav-tagline p {font-size:.6em; padding:8px 10px 8px 10px;}}
	@media screen and (min-width: 850px) {.nav-tagline p {font-size:.6em; padding:8px 10px 8px 10px;}}
	@media screen and (min-width: 1000px) {.nav-tagline p {font-size:.6em; padding:10px 10px 10px 10px;}}
	@media screen and (min-width: 1250px) {.nav-tagline p {font-size:.7em; padding:10px 10px 10px 10px;}}
	@media screen and (min-width: 1500px) {.nav-tagline p {font-size:.8em; padding:15px 10px 15px 10px;}}
	
.nav-tagline a{
	text-decoration:none;
	}	
	
	

.nav-stripe-brown-medium{
	padding:0 0 0 0; 
	background:#936b5a; 
	float:left; 
	width:100%; 
	height:5px; 
	clear:both;
	}
	@media screen and (min-width: 600px) {.nav-stripe-brown-medium {height:6px;}}



.nav-contact{
	padding:0 0 0 0; 
	background:#ba4633; 
	float:left; 
	width:100%; 
	clear:both;
	}
	
.nav-contact:hover{
	background:#ed7a2f; 
	}


.nav-contact p{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color:#FFF; 
	text-align:center;
	font-size:1.2em;
	line-height:1em;
	padding:14px 0 14px 0; 
	}
	@media screen and (min-width: 450px) {.nav-contact p {font-size:1.2em;padding:17px 0 17px 0;}}
	@media screen and (min-width: 600px) {.nav-contact p {font-size:1.2em;padding:12px 0 12px 0;}}
	@media screen and (min-width: 1000px) {.nav-contact p {font-size:1.4em;padding:20px 0 20px 0;}}
	
.nav-contact a{
	text-decoration:none;
	}

	

.nav-stripe-orange-light{
	padding:0 0 0 0; 
	background:#f6b23e; 
	float:left; 
	width:100%; 
	clear:both;
	height:12px;
	}
	@media screen and (min-width: 600px) {.nav-stripe-orange-light {height:15px;}}





























/* ===========================================
	Home
============================================== */


.home-section-title{
	float:left;
	width:100%;
	padding:10px 0 15px 0;
	border-bottom:1px solid #FFF;
	}
	@media screen and (min-width: 600px) {.home-section-title {padding:20px 0 15px 0;}}
	@media screen and (min-width: 850px) {.home-section-title {padding:15% 0 10px 0;}}
	
	
.home-section-title-icon{
	float:left;
	width:100%;
	min-height:100px!important;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	}
	
.home-section-title-icon img{
	width:70%;
	}
	@media screen and (min-width: 450px) {.home-section-title-icon img {width:90%;min-height:125px!important;}}
	@media screen and (min-width: 600px) and (min-height: 800px) {.home-section-title-icon img {width:100%;min-height:125px!important;}}
	@media screen and (min-width: 850px) and (max-height: 800px) {.home-section-title-icon img {width:70%;min-height:125px!important;}}

	
.home-section-title-text{
	float:left;
	width:100%;
	margin:-10% 0 0 0;
	}
	@media screen and (min-width: 450px) {.home-section-title-text {margin:-10% 0 0 0;}}	
	@media screen and (min-width: 600px) {.home-section-title-text {margin:-5% 0 0 0;}}	
	@media screen and (min-width: 850px) {.home-section-title-text {margin:0 0 0 0;}}	

.home-section-title-text h1{
	color:#000000;
	text-align:center;
	font-weight:500;
	font-size: 1.5em;
	line-height: 1.0em;
	letter-spacing:0px;
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:10px 0 5px -4px;	
	}
	@media screen and (min-width: 450px) and (min-height: 800px) {.home-section-title-text h1 {font-size: 2em;letter-spacing:0px;margin:45px 0 0 -4px;}}
	@media screen and (min-width: 600px) and (min-height: 800px) {.home-section-title-text h1 {font-size: 2.5em;letter-spacing:0px;margin:30px 0 0 -4px;}}
	@media screen and (min-width: 850px) {.home-section-title-text h1 {font-size: 3em;letter-spacing:-1px;margin:20px 0 0 -4px;}}	
	@media screen and (min-width: 850px) and (max-height: 800px) {.home-section-title-text h1 {font-size: 3em;letter-spacing:-1px;margin:5px 0 0 -4px;}}
	
	
	
	
.homepage-footer-tagline{
	height:20vh;
	}
	@media screen and (min-width: 600px) {.homepage-footer-tagline {height:20vh;}}
	@media screen and (min-width: 850px) {.homepage-footer-tagline {height:30vh;}}
	
.homepage-footer-tagline-centered-outer {
	display: table;
	height: 20vh;
	width: 100%;
	}
	@media screen and (min-width: 600px) {.homepage-footer-tagline-centered-outer {height:20vh;}}
	@media screen and (min-width: 850px) {.homepage-footer-tagline-centered-outer {height:30vh;}}	
	
.homepage-footer-tagline-centered-middle {
	display: table-cell;
	vertical-align: middle;
	}


.homepage-footer-tagline-centered-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}	
	
	
	
	
	
	
	
	
		
.homepage-footer-tagline h2{
	color:#ffffff;
	font-size:1.3em;
	}
	@media screen and (min-width: 450px) {.homepage-footer-tagline h2 {font-size:1.7em;}}
	@media screen and (min-width: 850px) {.homepage-footer-tagline h2 {font-size:2em;}}
	
	
	
	
	
	
	
	
	
.homepage-footer-copyright{
	height:10vh;
	}	
	
.homepage-footer-copyright p{
	color:#ffffff!important;
	font-size:.6em!important;
	}	
	@media screen and (min-width: 450px) {.homepage-footer-copyright p {font-size:.8em!important;}}
	@media screen and (min-width: 850px) {.homepage-footer-copyright p {font-size:1em!important;}}
	@media screen and (min-width: 850px) and (max-height: 800px) {.homepage-footer-copyright p {font-size:.8em!important;}}

	
.homepage-footer-copyright a{
	color:#ffffff;
	text-decoration:underline;
	}	
	
img.homepage-footer-logo{
	width:100%;
	}	
	@media screen and (min-width: 850px) and (max-height: 800px) {img.homepage-footer-logo {width:85%;}}

	
	
	
	
	
	
		


.home-section-menu{
	float:left;
	width:100%;
	padding:15px 0 15px 0;
	}

.home-section-menu ul {
	clear:left;
	list-style: none;
	margin: 0;
	padding:0 0 10px 0;
	position:relative;
	text-align:center!important;
	}
	@media screen and (min-width: 850px) {.home-section-menu ul {padding:0 0 50px 0;}}	
	


.home-section-menu ul li {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size: .8em!important;
	line-height: 1.5em;
	color:#000000;
	text-align: center!important;
	letter-spacing:0px;	
	text-transform:uppercase;
	text-decoration: none;
	position:relative;
	}
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section-menu ul li {font-weight:500;font-size: 1em!important;letter-spacing:0px;}}
	@media screen and (min-width: 450px) {.home-section-menu ul li {font-weight:400;font-size: 1em!important;letter-spacing:1px;}}	
  
.home-section-menu ul li:not(:last-child):after{
	content: '\2022';
	display: inline-block;
	opacity: .4;
	padding:0 10px 0 10px;
	}



.home-section-menu ul li a {
	color: #000000;
	text-decoration: none;
	}









	
	
	
	
	
	
.home-section1-image{
	width:100%;
	height:80vh;
	overflow:hidden;
	position:relative;
	}
	@media screen and (min-width: 600px) {.home-section1-image {height:80vh;}}
	@media screen and (min-width: 850px) {.home-section1-image {height:80vh;}}
	
	
.home-section1-nav-full{
	width:100%;
	height:13vh;
	min-height:120px;
	position:relative;
	display:none;
	}
	@media screen and (min-width: 850px) {.home-section1-nav-full {display:block;height:13vh;}}
	
.home-section1-nav-button{
	width:100%;
	height:13vh;
	min-height:90px;
	position:relative;
	display:block;
	z-index:5000000;
	}
	@media screen and (min-width: 600px) {.home-section1-nav-button {display:block;height:13vh;min-height:110px;}}
	@media screen and (min-width: 850px) {.home-section1-nav-button {display:none;height:13vh;min-height:120px;}}






.home-section1-menu-full{
	width:100%;
	height:13vh;
	min-height:120px;
	position:relative;
	display:none;
	}
	@media screen and (min-width: 850px) {.home-section1-menu-full {display:block;height:13vh;}}
	
.home-section1-menu-button{
	width:100%;
	height:13vh;
	min-height:90px;
	position:relative;
	display:block;
	z-index:5000000;
	}
	@media screen and (min-width: 600px) {.home-section1-menu-button {display:block;height:13vh;min-height:110px;}}
	@media screen and (min-width: 850px) {.home-section1-menu-button {display:none;height:13vh;min-height:120px;}}




.home-section1-logo{
	position:absolute;
	z-index:10000;
	width:100%;
	height:70vh;
	}
	@media screen and (min-width: 700px) {.home-section1-logo {height:70vh;}}
	
	

.home-logo{
	width:100%;
	float:left;
	}
	@media screen and (min-width: 700px) {.home-logo {width:60%;}}
	
.home-logo-centered-outer {
	display: table;
	height: 30vh;
	width: 100%;
	}
	@media screen and (min-width: 700px) {.home-logo-centered-outer {height:60vh;}}	
	
.home-logo-centered-middle {
	display: table-cell;
	vertical-align: bottom;
	}
	@media screen and (min-width: 700px) {.home-logo-centered-middle {vertical-align: middle;}}

.home-logo-centered-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

.home-logo-centered-inner img{
	width:95%;
	}
	@media screen and (min-width: 700px) {.home-logo-centered-inner img {width:100%;}}





.home-tagline{
	width:100%;
	float:left;
	}
	@media screen and (min-width: 700px) {.home-tagline {width:40%;}}
	
.home-tagline-centered-outer {
	display: table;
	height: 30vh;
	width: 100%;
	}
	@media screen and (min-width: 700px) {.home-tagline-centered-outer {height:60vh;}}	
	
.home-tagline-centered-middle {
	display: table-cell;
	vertical-align: top;
	}
	@media screen and (min-width: 700px) {.home-tagline-centered-middle {vertical-align: middle;}}


.home-tagline-centered-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

.home-tagline-centered-inner img{
	width:100%;
	}
	@media screen and (min-width: 700px) {.home-tagline-centered-inner img {width:100%;}}
	
	
	

	
	
	
	
	
	
.home-section1-happening{
	height:10vh;
	background-color:#366;
	position:relative;
	padding:10px 0 0 0;

	}
	@media screen and (min-width: 600px) {.home-section1-happening {height:10vh;}}	
	@media screen and (min-width: 850px) {.home-section1-happening {height:10vh;}}	

.home-section1-photobar{
	height:8vh;
	background:#693 url(../images/northfield-homepage-photobar-2340x150.jpg) no-repeat;
	background-size:cover;
	background-position:center left;
	position:relative;

	}
	@media screen and (min-width: 600px) {.home-section1-photobar {height:8vh;}}	
	@media screen and (min-width: 850px) {.home-section1-photobar {height:8vh;}}








	
.home-section2-left{
	width:100%;
	height:70vh;
	float:left;
	overflow:hidden;
	background-color: rgba(84, 181, 161, 1);
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section2-left {width:100%; height:60vh;}}	
	@media screen and (min-width: 450px){.home-section2-left {width:100%; height:50vh;}}	
	@media screen and (min-width: 850px) {.home-section2-left {width:50%; height:100vh;}}	
	
.home-section2-right{
	width:100%;
	height:30vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-section-community.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section2-right {width:100%; height:40vh;}}
	@media screen and (min-width: 450px) {.home-section2-right {width:100%; height:50vh;}}
	@media screen and (min-width: 850px) {.home-section2-right {width:50%; height:100vh;}}









.home-section3-left{
	width:100%;
	height:30vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-section-governance.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section3-left {width:100%; height:40vh;float:left;}}
	@media screen and (min-width: 450px) {.home-section3-left {width:100%; height:50vh;float:left;}}
	@media screen and (min-width: 850px) {.home-section3-left {width:50%; height:100vh;float:right;}}

.home-section3-right{
	width:100%;
	height:70vh;
	float:left;
	overflow:hidden;
	background-color: rgba(152, 152, 141, 1);
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section3-right {width:100%; height:60vh;float:left;}}	
	@media screen and (min-width: 450px) {.home-section3-right {width:100%; height:50vh;float:left;}}	
	@media screen and (min-width: 850px) {.home-section3-right {width:50%; height:100vh;float:right;}}	
	









.home-section4-left{
	width:100%;
	height:70vh;
	float:left;
	overflow:hidden;
	background-color: rgba(123, 149, 75, 1);
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section4-left {width:100%; height:60vh;}}	
	@media screen and (min-width: 450px) {.home-section4-left {width:100%; height:50vh;}}	
	@media screen and (min-width: 850px) {.home-section4-left {width:50%; height:100vh;}}	
	
.home-section4-right{
	width:100%;
	height:30vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-section-messages.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section4-right {width:100%; height:40vh;}}
	@media screen and (min-width: 450px) {.home-section4-right {width:100%; height:50vh;}}
	@media screen and (min-width: 850px) {.home-section4-right {width:50%; height:100vh;}}









.home-section5-left{
	width:100%;
	height:30vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-section-services.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section5-left {width:100%; height:40vh;float:left;}}
	@media screen and (min-width: 450px) {.home-section5-left {width:100%; height:50vh;float:left;}}
	@media screen and (min-width: 850px) {.home-section5-left {width:50%; height:100vh;float:right;}}

.home-section5-right{
	width:100%;
	height:70vh;
	float:left;
	overflow:hidden;
	background-color: rgba(145, 181, 213, 1);
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section5-right {width:100%; height:60vh;float:left;}}	
	@media screen and (min-width: 450px) {.home-section5-right {width:100%; height:50vh;float:left;}}	
	@media screen and (min-width: 850px) {.home-section5-right {width:50%; height:100vh;float:right;}}	
	







.home-section6-left{
	width:100%;
	height:70vh;
	float:left;
	overflow:hidden;
	background-color: rgba(170, 144, 168, 1);
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.home-section6-left {width:100%; height:60vh;}}	
	@media screen and (min-width: 450px) {.home-section6-left {width:100%; height:50vh;}}	
	@media screen and (min-width: 850px) {.home-section6-left {width:50%; height:100vh;}}	
	
.home-section6-right{
	width:100%;
	height:30vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-section-businesses.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){.home-section6-right {width:100%; height:40vh;}}
	@media screen and (min-width: 450px) {.home-section6-right {width:100%; height:50vh;}}
	@media screen and (min-width: 850px) {.home-section6-right {width:50%; height:100vh;}}









.home-section7-top-left{
	width:50%;
	height:60vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-footer-seedling-top.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 850px) {.home-section7-top-left {width:50%; height:60vh;}}

.home-section7-top-right{
	width:50%;
	height:60vh;
	float:left;
	overflow:hidden;
	background-color: rgba(255, 255, 255, 1);
	}	
	@media screen and (min-width: 850px) {.home-section7-top-right {width:50%; height:60vh;}}	
	


.home-section7-bottom-left{
	width:50%;
	height:40vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-footer-seedling-bottom-left.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 850px) {.home-section7-bottom-left {width:50%; height:40vh;}}

.home-section7-bottom-right{
	width:50%;
	height:40vh;
	float:left;
	overflow:hidden;
	background:url(../images/northfield-homepage-footer-seedling-bottom-right.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	}	
	@media screen and (min-width: 850px) {.home-section7-bottom-right {width:50%; height:40vh;}}	
	





	
	
	

.homepage-section p {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: .8em;
	line-height: 1.3em;
	color:#333333;
	letter-spacing:-.5px;
	padding:0 0 14px 0;
	}
	@media screen and (min-width: 450px) {.homepage-section p {font-size: 1em;line-height: 1.4em;padding:0 0 28px 0;}}	
	@media screen and (min-width: 850px) {.homepage-section p {font-size: 1.3em;line-height: 1.5em;padding:0 0 28px 0;}}	
	
	
.homepage-section p.footer {	
	font-size: .8em;
	line-height: 1.2em;
	}
	@media screen and (min-width: 450px) {.homepage-section p.footer {font-size: 1em;line-height: 1.24em;}}	
	@media screen and (min-width: 850px) {.homepage-section p.footer {font-size: 1.2em;line-height: 1.3em;}}	


	
	
	
	
	
	
	
	

.section p {
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: .9em;
	line-height: 1.3em;
	color:#333333;
	letter-spacing:-.5px;
	padding:0 0 14px 0;
	}
	@media screen and (min-width: 350px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {.section p {font-weight:400;font-size: 1em;line-height: 1.5em;padding:0 0 28px 0;}}}
	@media screen and (min-width: 450px) {.section p {font-weight:200;font-size: 1.3em;line-height: 1.5em;padding:0 0 28px 0;}}	
	@media screen and (min-width: 850px) {.section p {font-weight:200;font-size: 1.3em;line-height: 1.5em;padding:0 0 28px 0;}}
	@media screen and (min-width: 1000px) {.section p {font-weight:200;font-size: 1.3em;line-height: 1.5em;padding:0 0 28px 0;}}
	@media screen and (min-width: 850px) and (max-height: 800px) {.section p {font-weight:200;font-size: 1em;line-height: 1.4em;padding:0 0 28px 0;}}

	
	
.section p.footer {	
	font-size: .8em;
	line-height: 1.2em;
	}
	@media screen and (min-width: 450px) {.section p.footer {font-size: 1em;line-height: 1.2em;}}	
	@media screen and (min-width: 850px) {.section p.footer {font-size: 1.2em;line-height: 1.3em;}}	
	@media screen and (min-width: 850px) and (max-height: 800px) {.section p.footer {font-size: .9em;line-height: 1.3em;}}










.home-hero{
	width:100%;
	float:left;
	clear:both;
	padding: 0 0 30px 0;
	}
	@media screen and (min-width: 450px) {.home-hero {padding: 0 0 25px 0;}}
	@media screen and (min-width: 600px) {.home-hero {padding: 0 0 20px 0;}}
	@media screen and (min-width: 1000px) {.home-hero {padding: 0 0 10px 0;}}


.home-hero p{
	float:right;
	clear:both;
	margin:0 10% 0 0;
	}
	
	
	
	
	
.carousel-container{
	width:100%;
	float:left;
	clear:both;
	padding: 0 0 30px 0;
	}
	@media screen and (min-width: 450px) {.carousel-container {padding: 0 0 25px 0;}}
	@media screen and (min-width: 600px) {.carousel-container {padding: 0 0 20px 0;}}
	@media screen and (min-width: 1000px) {.carousel-container {padding: 0 0 10px 0;}}


.item p{
	float:right;
	clear:both;
	margin:0 10% 0 0;
	}	
	
	
.home-section-button-container {
	width:100%;
	float:left;
	text-align:center;
	padding:10px 0 0 0;
	}
	@media screen and (min-width: 450px) {.home-section-button-container {padding:20px 0 0 0;}}
	@media screen and (min-width: 850px) {.home-section-button-container {padding:30px 0 0 0;}}
	
	
.home-section-button {
	background: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;	
	padding: 5px 20px 8px 20px;
	font-size: 1.3em;
	line-height:1.5em;
	border:#ffffff solid 2px;
	display:inline-block;
	}
	@media screen and (min-width: 450px) {.home-section-button {font-size: 1.5em; padding: 10px 35px 15px 40px;}}
	@media screen and (min-width: 600px) {.home-section-button {font-size: 2em; padding: 15px 45px 20px 45px;}}
   
.home-section-button:hover {
	background: rgba(0,0,0,0.2);
	color: #ffffff;
   }
  
 
.home-section-button-dark {
	background: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;	
	padding: 5px 20px 8px 20px;
	font-size: 1.3em;
	line-height:1.5em;
	border:#000000 solid 2px;
	display:inline-block;
	}
	@media screen and (min-width: 450px) {.home-section-button-dark {font-size: 1.5em; padding: 10px 35px 15px 40px;}}
	@media screen and (min-width: 600px) {.home-section-button-dark {font-size: 2em; padding: 15px 45px 20px 45px;}}
   
.home-section-button-dark:hover {
	background: rgba(0,0,0,0.1);
	color: #000000;
   }
  

.home-section8-button-dark {
	background: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;	
	padding: 5px 20px 8px 20px;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	line-height:1.5em;
	border:#000000 solid 2px;
	display:inline-block;
	}
	@media screen and (min-width: 850px) {.home-section8-button-dark {font-size: 1.2em; padding: 8px 25px 13px 25px; margin: 30px 0 0 0;}}
	@media screen and (min-width: 1200px) {.home-section8-button-dark {font-size: 2em; padding: 15px 45px 20px 45px; margin: 60px 0 0 0;}}
   
.home-section8-button-dark:hover {
	background: rgba(0,0,0,0.1);
	color: #000000;
	}
   
	
	













/* ===========================================
	Pages
============================================== */


p.messageboard-posted {
	font-size: .8em;
	line-height: .9em;
	}
	
	
ul.seniorliving {
	}



ul.seniorliving li{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color: #000000;
	list-style:disc;
	padding:3px 0 3px 0;
	}
	
	
	
	
	
.map-community-disable-scrollzoom{
	float:left;
	background:transparent;
	position:relative;
	width:100%; /* your iframe width */
	height:70vh; /* your iframe height */
	top:70vh; /* your iframe height */
	margin-top:-70vh; /* your iframe height */
	}	
	
		
.map-community{
	float:left;
	width:100%;
	overflow: hidden; 
	}
	
	
.map-community iframe{
	height:70vh;
	width:100%;
	margin-top:-60px;
	}
	@media screen and (min-width: 600px) {.map-community iframe {height:70vh;}}
	
	
	
	
	
	
	
.map-businesses-disable-scrollzoom{
	float:left;
	background:transparent;
	position:relative;
	width:100%; /* your iframe width */
	height:90vh; /* your iframe height */
	top:90vh; /* your iframe height */
	margin-top:-90vh; /* your iframe height */
	}	
	
		
.map-businesses{
	float:left;
	width:100%;
	overflow: hidden; 
	}
	
	
.map-businesses iframe{
	height:90vh;
	width:100%;
	margin-top:-60px;
	}
	@media screen and (min-width: 600px) {.map-businesses iframe {height:90vh;}}	
	
	
	
	
	
	
	
ul.privacypolicy {
	margin:-23px 0 25px 0;
	}



ul.privacypolicy li{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color: #000000;
	list-style:disc;
	line-height:1.5em;
	padding:3px 0 3px 0;
	}	
	
	
ol.publicworks {
	margin:-7px 0 25px 0;
	}

ol.publicworks li{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color: #000000;
	list-style: decimal;
	line-height:1.5em;
	padding:3px 0 3px 0;
	}
	
ul.publicworks {
	margin:-7px 0 25px 0;
	}

ul.publicworks li{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color: #000000;
	list-style:disc;
	line-height:1.5em;
	padding:3px 0 3px 0;
	}	
	
	
ul.nospacing {
	margin:-15px 0 10px 0;
	}

ul.nospacing li{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color: #000000;
	list-style:disc;
	line-height:1.5em;
	padding:0 0 0 0;
	}
	
	
	




/* ===========================================
	photoswipe gallery
============================================== */	
	
	
	
.directory-listing {
	width:100%;
	margin:0 0 8% 0;
	border-width:1px;
	border-style:solid;
	border-color: rgba(170, 144, 168, 1);
	background-color: rgba(170, 144, 168, .1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000000;
	text-decoration: none;
	float:left;
	}	
	
.directory-listing-title {
	font-size: .8em;
	padding: 14px 0 14px 52px;
	color: rgba(152, 152, 141, 1);
	text-decoration: none;
	}
@media screen and (min-width: 450px) {.directory-listing-title {font-size: .8em;padding:14px 0 14px 56px;}}
@media screen and (min-width: 600px) {.directory-listing-title {font-size: .9em;padding:14px 0 14px 56px;}}
@media screen and (min-width: 850px) {.directory-listing-title {font-size: .8em;padding:14px 0 14px 52px;}}
@media screen and (min-width: 1000px) {.directory-listing-title {font-size: .8em;padding:14px 0 14px 52px;}}
@media screen and (min-width: 1250px) {.directory-listing-title {font-size: .9em;padding:14px 0 14px 56px;}}

	
.directory-listing-image {
	width:100%;
	float:left;

	}
	
.directory-listing-image img{
	width:100%;
	}		
	
.directory-listing-info {
	width:100%;
	background-color: rgba(255, 255, 255, 1);
	padding: 14px 0 28px 28px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius:4px;
	color: rgba(152, 152, 141, 1);
	text-decoration: none;
	float:left;
	}		
	
.directory-listing-info p {
	padding:0 0 10px 22px;
	font-size: 1em;
	line-height: 1.5em;
	}
@media screen and (min-width: 450px) {.directory-listing-info p {padding:0 0 10px 26px;}}
@media screen and (min-width: 850px) {.directory-listing-info p {padding:0 0 10px 22px;}}
@media screen and (min-width: 1000px) {.directory-listing-info p {padding:0 0 10px 22px;}}
@media screen and (min-width: 1250px) {.directory-listing-info p {padding:0 0 10px 26px;}}	
	

.directory-listing-info-button {
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size: .9em;
	text-transform:uppercase;
	line-height: 1.5em;
	border-width:1px;
	border-style:solid;
	border-color: rgba(170, 144, 168, 1);
	background-color: rgba(170, 144, 168, .1);
	padding: 10px 20px;
	margin:0 10px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(113, 81, 111, 1);
	text-decoration: none;
	vertical-align: middle;
	float:left;
	}
@media screen and (min-width: 450px) {.directory-listing-info-button {font-size: .9em;padding: 12px 24px 12px 24px;}}
@media screen and (min-width: 600px) {.directory-listing-info-button {font-size: 1em;padding: 12px 24px 12px 24px;}}
@media screen and (min-width: 850px) {.directory-listing-info-button {font-size: .9em;padding: 10px 20px 10px 20px;}}
@media screen and (min-width: 1000px) {.directory-listing-info-button {font-size: 1em;padding: 10px 20px 10px 20px;}}
@media screen and (min-width: 1250px) {.directory-listing-info-button {font-size: 1em;padding: 12px 24px 12px 24px;}}



	
.directory-listing-info-button:hover {
	background-color: rgba(255, 255, 255, 1);
	}
	
.directory-listing-info-button a {
	text-decoration:none;
	}	
	
	

.directory-nav-center-buttons {
	width: 100%;
	text-align: center;
	}

	
ul.directory li {
	max-width:300px;
	display: inline-block;
	
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size: 1em;
	line-height: 1.5em;
	color:#000000;
	text-align: center;
	letter-spacing:0px;	
	text-decoration: none;
	
	margin:0 25px 0 0;
	
	padding: 0 0 5px 0;
	position: relative;
	transition-duration: 0.5s;
	}
	@media screen and (min-width: 850px) {ul.menu-allpages li {font-size: .8em;letter-spacing:.5px;}}	
	

ul.directory li a {
	color: #000000;
	text-decoration: none;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ===========================================
	photoswipe gallery
============================================== */	
	
	
.photoswipe-gallery figcaption{
	display:none;
	}


.gallery{
	width:100%;
	float:left;
	clear:both;
	padding:0 0 0 0;
	}


.gallery figure{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:18%; 
	height:200px; 
	padding:2% 2% 2% 2%;
	margin:0 0 8% 0; 
	float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
	border-right:#CCC 1px solid;
}
@media screen and (min-width: 100px) {.gallery figure {width:50%;height:140px;padding:1% 4% 1% 4%;margin:0 0 8% 0;}}
@media screen and (min-width: 300px) {.gallery figure {width:50%;height:180px;padding:1% 4% 1% 4%;margin:0 0 8% 0;}}
@media screen and (min-width: 450px) {.gallery figure {width:50%;height:230px;padding:1% 4% 1% 4%;margin:0 0 8% 0;}}
@media screen and (min-width: 600px) {.gallery figure {width:33%;height:230px;padding:2% 3% 2% 3%;margin:0 0 7% 0;}}
@media screen and (min-width: 850px) {.gallery figure {width:23%;height:210px;padding:2% 2% 2% 2%;margin:0 0 6% 0;}}
@media screen and (min-width: 1000px) {.gallery figure {width:23%;height:250px;padding:2% 2% 2% 2%;margin:0 0 5% 0;}}
@media screen and (min-width: 1250px) {.gallery figure {width:19%;height:240px;padding:2% 2% 2% 2%;margin:0 0 4% 0;}}
@media screen and (min-width: 1400px) {.gallery figure {width:19%;height:280px;padding:1% 2% 1% 2%;margin:0 0 3% 0;}}
@media screen and (min-width: 1650px) {.gallery figure {width:19%;height:280px;padding:1% 3% 1% 3%;margin:0 0 2% 0;}}



@media screen and (min-width: 100px) {
	.gallery figure:nth-child(2n), .gallery figure:nth-child(3n), .gallery figure:nth-child(4n), .gallery figure:nth-child(5n) {border-right:#CCC 1px solid;} /* reset */
	.gallery figure:nth-child(2n) {border-right:none;}
	}
@media screen and (min-width: 600px) {
	.gallery figure:nth-child(2n), .gallery figure:nth-child(3n), .gallery figure:nth-child(4n), .gallery figure:nth-child(5n) {border-right:#CCC 1px solid;} /* reset */
	.gallery figure:nth-child(3n) {border-right:none;}
	}
@media screen and (min-width: 850px) {
	.gallery figure:nth-child(2n), .gallery figure:nth-child(3n), .gallery figure:nth-child(4n), .gallery figure:nth-child(5n) {border-right:#CCC 1px solid;} /* reset */
	.gallery figure:nth-child(4n) {border-right:none;}
	}
@media screen and (min-width: 1250px) {
	.gallery figure:nth-child(2n), .gallery figure:nth-child(3n), .gallery figure:nth-child(4n), .gallery figure:nth-child(5n) {border-right:#CCC 1px solid;} /* reset */
	.gallery figure:nth-child(5n) {border-right:none;}
	}







.gallery figure.landscape{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.gallery figure.portrait{
	flex-direction:row!important;
	padding:2% 8% 2% 8%!important;
}
@media screen and (min-width: 600px) {.gallery figure.portrait {padding:2% 4% 2% 4%!important;}}


.gallery-header {
	float:left;
	clear:both;
	width:100%;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:rgba(84, 181, 161, 1)!important;
	padding:35px 0 5px 0;
	}

	
	
	
	








/* ===========================================
	Buttons and Forms
============================================== */



.button {
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size: .9em;
	text-transform:uppercase;
	line-height: 1.5em;
	border-width:1px;
	border-style:solid;
	border-color: rgba(152, 152, 141, 1);
	background-color: rgba(152, 152, 141, .1);
	padding: 14px 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(152, 152, 141, 1);
	text-decoration: none;
	vertical-align: middle;
	}
	
.button:hover {
	background-color: rgba(255, 255, 255, 1);
	}
	
.button a {
	text-decoration:none;
	}







#mc_embed_signup .button {
	font-family: 'Ubuntu', sans-serif!important;
	font-weight:500!important;
	font-size: .9em!important;
	text-transform:uppercase!important;
	line-height: 1.5em!important;
	border-width:1px!important;
	border-style:solid!important;
	border-color: rgba(123, 149, 75, 1)!important;
	background-color: rgba(123, 149, 75, 1)!important;
	padding: 14px 28px!important;
	margin: 15px 5px 10px 0!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	color: rgba(255, 255, 255, 1)!important;
	text-decoration: none!important;
	vertical-align: middle!important;
	height:auto!important;
	}
	
#mc_embed_signup .button:hover {
	background-color: rgba(123, 149, 75, .7)!important;
	}
	
#mc_embed_signup .button a {
	text-decoration:none!important;
	}


#mc_embed_signup form {
	padding: 0 0 0 0!important;;
	margin: 0!important;
	}


#mc_embed_signup select {
	font-family: 'Ubuntu', sans-serif!important;
	font-weight:400!important;
	font-size: 1.1em!important;
	text-transform:uppercase!important;
	line-height: 1.5em!important;
	border-width:1px!important;
	border-style:solid!important;
	border-color: rgba(123, 149, 75, 1)!important;
	background-color: rgba(123, 149, 75, .15);
	padding: 14px 28px!important;
	margin: 0 0 10px 0!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	border-radius: 4px!important;
	text-decoration: none!important;
	vertical-align: middle!important;
	height:45px!important;
	width: 100%!important;
	}



input{
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:1.1em; 
	line-height:1.7em; 
	background-color: rgba(123, 149, 75, .15);
	}
	
	
label{
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size:1em; 
	line-height:1.3em;
	}
	
	
.refferal_badge{
	display: none!important;
	}

#mce-ADDRESS-country{
	display: none!important;
	}

.remove-country{
	display: none!important;
	}






/* ===========================================
	Accordian Tabs
============================================== */



.accordtab-group {
	overflow: hidden;
	}

.accordtab {
	width: 100%;
	color: #000000;
	overflow: hidden;
	}

.accordtab-label {
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background-color: #eeeeee;
	border-bottom: #cccccc solid 1px;
	cursor:pointer;
	}

.accordtab-label:hover,
.accordtab-label:focus-within {
	background-color: #dddddd;
	transition: background-color .5s;
	cursor: pointer;
	}

.accordtab-label::after {
	content: "❯";
	width: 1em;
	height: 1.3em;
	text-align: center;
	transition: all .5s;
	transform: rotate(90deg);
	}

.accordtab-content {
	max-height: 0;
	padding: 0 1em;
	transition: all 0.5s;
	}

.accordtab-content p{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}



.accordtab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	}

.accordtab input:checked + .accordtab-label {
	background: #ffffff;
	}

.accordtab input:checked + .accordtab-label::after {
	  transform: rotate(270deg);
	}

.accordtab input:checked ~ .accordtab-content {
	max-height: 100vh;
	padding: 1em;
	}



.accordtab-label.pdfdownload {
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size: 1.05em;
	line-height: 1.2em;	
	letter-spacing:0;
	text-transform:uppercase;
	color: #000000;
	background-color: rgba(152, 152, 141, 0);
	padding: 15px 5px 10px 15px;
	margin: 0 0 5px 0;
	border-bottom: #cccccc solid 1px;
	cursor:pointer;
	}

.accordtab-label.pdfdownload:hover,
.accordtab-label.pdfdownload:focus-within {
	background-color: rgba(152, 152, 141, .1);
	transition: background-color .5s;
	cursor: pointer;
	}

.accordtab input:checked + .accordtab-label.pdfdownload {
	background: #ffffff;
	border-radius: 0px;
	border-bottom: #cccccc solid 1px;
	}




.accordtab.pdfdownload {
	width: 100%;
	}
	@media screen and (min-width: 600px) {.accordtab.pdfdownload {width:95%;}}


.accordtab-group.pdfdownload {
	position: relative;
	margin: 0 0 0 -15px;
	overflow: hidden;
	}

.accordtab-group.pdfdownload ul {
	padding: 0 0 0 0;
	}

.accordtab-group.pdfdownload li {
	padding: 5px 0 5px 0;
	}






	
	
	
	
	
	
	
	
	
/* ===========================================
	Footer
============================================== */



footer{
	clear:both;
	width:100%;
	float:left;	
	margin:50px 0 0 0;
	padding:0 0 20px 0;
	}


p.copyright {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size: .8em;
	line-height: 1.5em;
	letter-spacing:.05em;
	color:#ffffff;
	}	




.footer-margin-left{
	width:8%;
	float:left;
	}
	@media screen and (min-width: 600px) {.footer-margin-left {width:12%;}}
	@media screen and (min-width: 850px) {.footer-margin-left {width:10%;}}



.footer-content{
	width:92%;
	float:left;
	}
	@media screen and (min-width: 600px) {.footer-content {width:88%;}}
	@media screen and (min-width: 850px) {.footer-content {width:90%;}}




.footer-content-2column-left {
	width:100%;
	padding:0 0 0 0;
	float:left;
	clear:both;
	}
	@media screen and (min-width: 850px) {.footer-content-2column-left {width:45%; padding:0 5% 0 0;}}
	
.footer-content-2column-right {
	width:100%;
	padding:0 0 0 0;
	float:left;
	}
	@media screen and (min-width: 850px) {.footer-content-2column-right {width:55%; padding:0 5% 0 0;}}







.footer-top{
	width:100%;
	float:left;
	background-color: rgba(255, 255, 255, .7);
	}	


.footer-top ul {	
	padding: 0 0 40px 0;
	}
	

.footer-top ul li {	
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size: .8em;
	line-height: 1em;
	color:#000000;
	letter-spacing:.5px;	
	text-decoration: none;
	padding: 4px 15px 4px 0;
	}
	
.footer-top ul li.header {
	font-weight:500;
	text-transform:uppercase;
	border-bottom:#000 solid 1px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	}

.footer-top ul li a {
	color:#000000;
	text-decoration: none;
	}





.footer-menu-top{
	width:100%;
	float:left;
	padding:10% 0 0 0;
	}
	@media screen and (min-width: 850px) {.footer-menu-top {padding:25% 0 0 0;}}
	
	
.footer-menu-top img{
	float:left;
	padding:0 0 10px 0;
	}
	
	
.footer-menu-bottom{
	width:100%;
	float:left;
	padding:0 0 10% 0;
	}
.footer-menu-bottom img{
	float:left;
	padding:0 0 10px 0;
	}



.footer-menu-2column {
	width:50%;
	padding:0 0 0 0;
	float:left;
	}
	@media screen and (min-width: 850px) {.footer-menu-2column {width:50%; padding:0 5% 0 0;}}
	



.footer-menu-3column {
	width:28%;
	margin:0 5% 0 0;
	float:left;
	}
	@media screen and (min-width: 600px) {.footer-menu-3column {width:28%; margin:0 5% 0 0;}}




.footer-bottom{
	width:100%;
	padding:10px 0 10px 0;
	float:left;
	}	
	

.footer-copyright{
	width:100%;
	}	
	
.footer-copyright p{
	color:#000000!important;
	font-size:.9em!important;
	letter-spacing:0;
	padding:0 0 0 0;
	}	
	
.footer-copyright a{
	color:#000000;
	text-decoration:underline;
	}	
	











	