body {
	margin: 0;
	padding: 0;
	font-family: "Open sans", sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: background-position .5s ease;
}

* {
	font-family: "Open sans", sans-serif;
}


#redirectGRA {
	position: fixed;
	margin: auto;
	z-index: 999999;
}


#redirectGRA.homePage .notice h4 {
	font-size: 24px;
}

#redirectGRA.homePage .notice h2 {
	font-size: 40px !important;
	margin-top: -10px;
}

#redirectGRA.homePage .notice {
	max-width: 500px;
}

@media screen and (max-width: 450px) {
	#redirectGRA.homePage .notice h2 {
		font-size: 9vw !important;
	}
}
#redirectGRA .notice {
	width: calc(100vw - 20px);
	max-width: 500px;
	background: #fff;
	border-radius: 10px;
	/*left: calc(50% - 15vw);*/
	padding: 20px;
	/*position: fixed;*/
	box-sizing: border-box;
	margin: auto auto;
	/*display: inline;*/
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

#redirectGRA .notice a {
	text-decoration: underline;
	font-weight: bold;
	color: #2273b7;
}

#redirectGRA .overlay {
	z-index: 999998;
	display: flex;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: rgba(24, 34, 38,.85);
}

#header {
	padding-top: 40px !important;
}

#GRA_alert {
	font-size: 14px;
	display: block;
	/*height: 30px;*/
	position: fixed;
	text-align: center;
	left: 0;
	right: 0;
	background: rgba(200,200,200,.95);
	background: #e3eef8;
	z-index: 10;
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	padding: 8px;
	line-height: 24px;
}

#GRA_alert b {
	color: #a61919;
}

#GRA_alert a {
	background: #2273b7;
	color: #fff;
	text-decoration: none;
	border-radius: 16px;
	padding: 3px 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .3);
	display: inline-block;
}

#GRA_alert a:hover {
	background: #017be1;
}


.indev {
	color: red;
	font-weight: 600;
}

.propertyListContainer h3 {
/*	text-align: center;*/
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.resultsBlock.noResults h3 {
	display: none;
}

#showNoResults {
	font-size: 14px;
	color: #888;
	text-align: center;
}

#showNoResults.hidden {
	display: none;
}

#wrapperContainer {
	position: relative;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 0;
	background: #273e50;
	background-size: 100% 120px;
	background-repeat: no-repeat;
	background: url('images/bg.jpg');
	background-size: 2000px;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #273e50;
	z-index: 4;
	position: relative;
	min-height: calc(100vh - 430px);
}

#wrapper {
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
	max-width: 994px;
	position: relative;
	background: #fff;
	border-radius: 4px;
}

#wrapper.clear {
	background: transparent;
	/*padding: 0;*/
}

.emergencyNotice {
	background: #eb4034;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 9;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px 10px;
	box-sizing: border-box;
	font-weight: 600;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.2);
	font-size: 16px;
}

#header {
	background-position: center;
	height: 218px;
	position: relative;
	margin-bottom: -53px;
	background-size: 140px;
	background: linear-gradient(120deg, #f0ffa2 10%, #fcffee 50%);
	background: linear-gradient(160deg, #f0ffa2 10%, #fcffee 40%, #fcffee 60%, #ffffff 80%);
	background: #fff;
	background: url("images/bg2.jpg");
	background-size: 2000px;
	background-repeat: repeat-x;
	background-position: center;
	box-shadow: inset 0 0 1px 1px #fff 0 0 10px 10px #f00;
}

#headerInner {
	max-width: 1000px;
	margin: auto;
	height: 100%;
	position: relative;

}

#quickLinks {
	position: absolute;
	top: 20px;
	right: 20px;
	right: 0;
}

#quickLinks a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	border-bottom: 2px solid rgba(0,0,0,.15);
	text-transform: uppercase;
	text-shadow: 0 0 5px #fff;
}

#quickLinks a:hover {
	border-bottom: 2px solid #92b351;
	color: #92b351;
}

#logoContainer {
	max-width: 350px;
	z-index: 3;
	position: relative;
}

#GRA_logo {
	background: url("images/gra_logo1.png?v=1.0.2");
	background-repeat: no-repeat;
	display: block !important;
	width: 160px;
	height: 160px;
	position: absolute;
	background-size: contain;
	left: 175px;
	top: 18px;
	z-index: 9;
}

#logo {
	background: url("images/logo.png?v=1.0.2");
	display: block;
	height: 160px;
	width: 160px;
	background-size: 100%;
	top: 15px;
	left: 0;
	position: relative;
	background-position: left;
	margin: 0;
	transition: top .5s ease;
	font-size: 0;
	border-radius: 3px;
	position: relative;
	z-index: 2;
}

#logoLink:hover {
	background: rgba(255,255,255,.05);
}

#slogan {
	display: block;
	font-size: 22px;
	position: absolute;
	right: -235px;
	width: 220px;
	font-weight: 600;
	color: #333;
	color: #92b351;
	color: #273e50;
	top: 34px;
	pointer-events: none;
	text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
	z-index: 1;
}

.dropdownMenu {
	position: absolute;
	background: #92b351;
	background: #58688c;
	top: 45px;
	border-radius: 4px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3), 0 5px 20px rgba(0,0,0,.2);
	display: none;
	z-index: 6;
}

.dropdownMenu.active {
	display: block;
}

.dropdownMenu:before {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	background: #92b351;
	background: #58688c;
	content: "";
	top: -5px;
	border-top-left-radius: 10px;
	left: calc(50% - 10px);
	transform: rotate(45deg);
	z-index: 0;
}

#contactDropdown.dropdownMenu:before {
	/*left: calc(50% - 10px);*/
}

#navigation .dropdownMenu a {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	display: block;
	font-size: 12px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	font-weight: 600;
}

#navigation .dropdownMenu a:hover {
	text-decoration: none;
	background: rgba(0,0,0,.2);
}

#navigation .dropdownMenu a:last-of-type {
	border: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#navigation .dropdownMenu a:first-of-type {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#navigation .dropdownMenu a:after,
#navigation .dropdownMenu a:before {
	display: none !important;
}

/*@media (min-resolution: 120dpi) and (min-width: 500px) {
	#logo {
		background-image: url("images/logoHighDPI.png?v=1.0.2");
	}
}*/

#logo #logoLink {
	display: block;
	font-size: 0;
	/*background: red;*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#navigation {
	/*top: 50px;*/
	position: relative;
	margin:  auto;
	/*background-image: linear-gradient(0deg, rgba(220,240,255,.85) 0%, rgba(220,240,255,.85) 100%);*/
	/*background-attachment: fixed;*/
	/*background: #a7bc34;*/
	/*background: #c2d35f;*/
	/*background: #273e50;*/
	/*background: #eee;*/
	/*box-shadow: 0 -10px 10px rgba(0,0,0,.2), 0 2px 10px rgba(0,0,0,.4), inset 0 0 0 1px rgba(255,255,255,.4);*/
	bottom: -25px;
	width: 1000px;
}

#navigationContainer {
	/*background: #fff;*/
/*	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
*/	/*box-shadow: 0 1px 0 rgba(0,0,0,.2);*/
	font-size: 0;
	z-index: 1;
	border-radius: 3px;
	border-top-right-radius: 0;
	background: #a7bc34;
	background: #92b351;
	/*padding-top: 4px;*/
	text-align: center;
	max-width: 1000px;
	margin: auto;
	z-index: 5;
	position: relative;
}

#navigationContainerTop {
	background: #d9e49b;
	background: #c8e391;
	/*background: #cddce9;*/
	/*background: #dae4ec;*/
	position: absolute;
	right: 0;
	top: -67px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	box-shadow: -20px -20px 50px 10px #fff;
	z-index: 0;
	/*width: 800px;*/
}

#navigation #navigationContainerTop a {
	color: #3b5800;
	color: #2c4200;
	text-shadow: 0 1px 1px #dbff94;
	text-shadow: none;
	margin: 22px 12px;
	font-size: 14px;
}

#navigation #navigationContainerTop a:nth-of-type(4) {
	position: relative;
	margin-left: 20px;
}

#navigation #navigationContainerTop a:nth-of-type(5) {
	margin-left: 30px;
	margin-right: 20px;
}

#navigation #navigationContainerTop a:nth-of-type(4):after {
	position: absolute;
	background: #ffbd4a;
	/*background: #f8971d;*/
	content: "Pay Online";
	display: block;
	width: 109px;
	height: 43px;
	top: -10px;
	left: -22px;
	line-height: 43px;
	text-shadow: none;
	color: #fff;
	background: #273e50;
	background: #146487;
	/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 0 0 2px rgba(255,255,255,.9);*/
	border-radius: 3px;
	text-align: center;
	/*box-shadow: 2px 4px 10px rgb(0,0,0,.2);*/
	text-shadow: 0 1px 1px #002738;
}


#navigation #navigationContainerTop a:nth-of-type(5):after {
	position: absolute;
	background: #ffbd4a;
	/*background: #f8971d;*/
	content: "Go Paperless";
	display: block;
	width: 119px;
	height: 43px;
	top: -10px;
	left: -22px;
	line-height: 43px;
	text-shadow: none;
	color: #fff;
	background: #729900;
/*	background: #146487;*/
	/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 0 0 2px rgba(255,255,255,.9);*/
	border-radius: 3px;
	text-align: center;
	/*box-shadow: 2px 4px 10px rgb(0,0,0,.2);*/
	text-shadow: 0 1px 1px rgb(57 75 21);
}

#navigation #navigationContainerTop a:nth-of-type(4):hover:after {
	background: #0175a8;
	background: #0096d7;
	background: #094159;
	box-shadow: 0 0 0 2px #094159;
	/*box-shadow: none;*/
}

#navigation #navigationContainerTop a:nth-of-type(5):hover:after {
	background: #0175a8;
	background: #0096d7;
	background: #5f8218;
	box-shadow: 0 0 0 2px #5f8218;
	/*box-shadow: none;*/
}

#navigation #navigationContainerTop a:nth-of-type(3):after {
	display: none;
}

#navigation a:last-of-type {
	border-right: 0;
}

#navigation a {
	/*width: calc(10.75% - 30px);*/
	font-size: 15px;
	padding: 2px 0 1px 0;
	margin: 14px 30px;
	line-height: 20px;
	display: inline-block;
	font-weight: 600;
	/*color: #273e50;*/
	color: #fff;
	/*color: #000;*/
	/*color: rgba(255,255,255,.9);*/
	text-shadow: 0 1px 1px #6e8011, 0 0 10px #6e8011, 0 0 4px #6e8011;
	/*letter-spacing: .5px;*/
	text-decoration: none;
	position: relative;
}

#navigation a.dropdown {
	padding-right: 10px;
}

#navigation a svg {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 2px;
	right: -10px;
	fill: rgba(255,255,255,1);
	opacity: .6;
	filter: drop-shadow(0 1px 1px #6e8011) drop-shadow(0 0 10px #6e8011) drop-shadow(0 0 4px #6e8011);
}

#navigation a:after,
#navigation a:first-of-type:before {
	content: "";
	display: block;
	background: #144a0d;
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	right: -30px;
	top: calc(50% - 9px);
	/*background: #a7bc34;*/
	/*background: #92b351;*/
	/*background: #273e50;*/
	/*background: #eee;*/
	background: #72802e;
}

#navigation #navigationContainerTop a:first-of-type:before {
	right: -14px;
}

#navigation #navigationContainerTop a:after {
	right: -14px;
}

#navigation a:first-of-type:after,
#navigation a:last-of-type:after {
	right: auto;
	left: -20px;
	display: none;
}

#navigation #navigationContainerTop a:after,
#navigation #navigationContainerTop a:first-of-type:before {
	height: 30px;
	top: calc(50% - 14px);
}

#navigation a:hover {
	text-decoration: underline;
	/*color: #2273b7;*/
	cursor: pointer;
	/*background: #fff;*/
}


.intro {
	margin-top: 4px;
	/*background: #fff;*/
	/*border: 4px solid #7cd6bd;*/
	padding: 0 20px 0 10px;
	/*width: calc(35% - 30px);*/
	width: 270px !important;
	/*float: left;*/
	padding-bottom: 5px;
	display: block;
	position: absolute;
}

.intro .block {
	position: absolute;
	width: 100%;
	opacity: 0%;
	/*opacity: 100% !important;*/
	transition: opacity 2s ease, filter 1s ease;
}

.intro .block.active {
	opacity: 100%;
}

.intro .block.b1 h3 {font-size: 45px;}
.intro .block.b2 h3 {font-size: 40px;}
.intro .block.b3 h3 {font-size: 40px;}
.intro .block.b4 h3 {font-size: 44px;}
.intro .block.b5 h3 {font-size: 36px;}

.intro .block.b1 h4 {font-size: 30px;}
.intro .block.b2 h4 {font-size: 30px;}
.intro .block.b3 h4 {font-size: 25px;}
.intro .block.b4 h4 {font-size: 23px;}
.intro .block.b5 h4 {font-size: 22px;}

.intro h3 {
	/*color: #043463;*/
	/*color: #bcd63d;*/
	color: #a7bc34;
	color: #92b351;
	/*text-shadow: 0 0 20px rgba(255,255,255,1), 0 1px 1px rgba(255,255,255,.3);*/
	font-weight: 900;
	font-size: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
	/*position: absolute;*/
	left: 0;
	/*text-align: center;*/
	/*top: 80px;*/
}

.intro h4 {
	color: #8290b0;
	/*text-shadow: 0 0 20px rgba(255,255,255,1), 0 1px 1px rgba(255,255,255,.3);*/
	font-weight: 300;
	font-size: 30px;
	line-height: 35px;
	margin: 15px 0 0 0;
	max-width: 450px;
	/*text-align: center;*/
	/*padding: 0 10px;*/
	/*position: absolute;*/
	left: 0;
	/*top: 80px;*/
}

.front-photo {
	/*background: url('./images/front-photo0.jpg');*/
	background-size: cover;
	height: 250px;
	/*width: 65%;*/
	width: calc(100% - 330px);
	float: right;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.front-photo .container {
	transition: transform 3s ease;
	/*transform: translateX(-100%);*/
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.front-photo .photo {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-position: center !important;
}

.front-photo .photo:nth-of-type(1) {
	background: url('./images/front-photo0.jpg');
	transform: translateX(0%);
}

.front-photo .photo:nth-of-type(2) {
	background: url('./images/front-photo1.jpg');
	transform: translateX(100%);
}

.front-photo .photo:nth-of-type(3) {
	background: url('./images/front-photo0.jpg');
	transform: translateX(200%);
}

.leftThirdColumn {
	font-size: 15px;
	width: 48%;
	float: left;
}

.leftThirdColumn .box {
	background: #eee;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 15px;
}

.leftThirdColumn h3,
.middleThirdColumn h3,
.rightThirdColumn h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
}

.middleThirdColumn h3 {
	/*color: #f8971d;*/
}

.middleThirdColumn h3 a {
	text-decoration: none;
	color: #000;
}
.middleThirdColumn h3 a:hover {
	text-decoration: underline;
}

.middleThirdColumn .newsButton {
	display: inline-block;
	margin: 0;
	position: relative;
/*	background: #92b351;*/
	border: 1.5px solid #555;
	color: #555;
	box-sizing: border-box;
	text-decoration: none;
	/*min-height: 60px;*/
	border-radius: 4px;
	/*text-align: center;*/
	font-weight: 600;
	padding: 3px 20px 3px 8px;
	font-size: 13px;
}

.middleThirdColumn .newsButton svg {
	position: absolute;
	top: 2px;
	right: 0;
}

.middleThirdColumn .newsButton:hover {
	background: #edf7ff;
	color: #164b78;
	border-color: #164b78;
}

.middleThirdColumn .newsButton:hover svg {
	fill: #164b78;
}

.middleThirdColumn {
	font-size: 15px;
	width: calc(27% - 15px);
	/*background: #eee;*/
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 3px;
	float: left;
	margin-left: 15px;
}

.rightThirdColumn {
	font-size: 15px;
	width: calc(25% - 25px);
	/*background: #eee;*/
	padding: 0 15px 0 0;
	box-sizing: border-box;
	border-radius: 3px;
	float: right;
	margin-left: 15px;
}

.rightThirdColumn a {
	display: block;
	margin: 10px 0 20px 0;
	/*background: #c8e391;*/
	border-left: 3px solid #164b78;
	color: #164b78;
	box-sizing: border-box;
	text-decoration: none;
	/*min-height: 60px;*/
	/*border-radius: 5px;*/
	/*text-align: center;*/
	font-weight: 600;
	padding: 5px 12px;
}

.rightThirdColumn a:hover {
	/*border-left: 3px solid #92b351;*/
	/*box-shadow: -3px 0 0 #92b351;*/
	text-decoration: underline;
	/*color: #ffaa3b;*/
	/*color: #92b351;*/
	background: #edf7ff;
}

.newsSmall {
	margin: 10px 0 20px 0;
}

.newsSmall h4,
.newsSmall h4 a {
	margin: 0;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	color: #92b351;
}

.successStories .newsSmall h4 a,
.leftThirdColumn .newsSmall h4 a {
	color: #000 !important;
}

.newsSmall h4 a:hover {
	color: #689d00;
}

.newsSmall p {
	margin: 2px 0 0 0;
	font-size: 12px;
	/*padding: 0 5px;*/
	color: #777;
}

.nowrap {
	white-space: nowrap;
}

.clear,
.clearfix {
	clear: both;
}

#footerContainer {
	position: relative;
	z-index: 2;
	background: #a7bc34;
	background: #92b351;
	background: #c8e391;
	background: #fff;
	background: #58688c;
	background: #142532;
	/*border-top: 15px solid #fff;*/
	padding-top: 10px;
}

#footer {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 30px;
	text-align: center;
}

#footer h5 {
	color: #fff;
	margin: 0;
	display: block;
	width: 100%;
	height: 50px;
	font-weight: 500;
	font-size: 20px;
}

#footer a {
	color: #fff;
}

#footer .column {
	display: inline-block;
	width: 32%;
	text-align: center;
	/*text-align: left;*/
	color: #fff;
	/*text-shadow: 0 1px 1px #6e8011, 0 0 10px #6e8011, 0 0 4px #6e8011;*/
	font-weight: 500;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
}

#footer .column:first-of-type {
	text-align: left;
	/*top: -15px;*/
}

#footer .column:first-of-type label {
	width: 130px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	color: #a0b3bf;
}

#footer .column:last-of-type {
	text-align: right;
	/*padding-right: 30px;*/
	/*top: -15px;*/
}

#footer .column:last-of-type label {
	width: 130px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	color: #a0b3bf;
}

#footer .smallLogo {
	background: url("images/logoFooter.png?v=1.0.2");
	display: block;
	height: 80px;
	width: 80px;
	background-size: 100%;
	top: 0;
	left: -50px;
	position: relative;
	margin: -20px auto 20px auto;
	border-radius: 2px;
	position: relative;
	z-index: 2;
}

#footer .smallLogo.smallGRA {
	background: url("images/logoFooterGRA.png?v=1.0.2");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: -80px;
	left: 50px;
	margin-bottom: -50px;
}

@media screen and (max-width: 785px) {
	#footer .column:first-of-type {
		width: 120px;
	}
	#footer .column:first-of-type label {
		display: block;
		text-align: left;
		padding-top: 10px;
	}
	#footer .column:last-of-type label {
		display: block;
		text-align: left;
		width: auto;
		padding: 0;
		padding-top: 10px;
	}
	#footer .column:nth-of-type(2) {
		top: -35px;
		text-align: left;
		padding-left: calc(5vw);
		line-height: 20px;
	}
	#footer .column:last-of-type {
		text-align: left;
		width: 120px;
	}
}

@media screen and (max-width: 700px) {
	#footer .column {
		display: block;
		margin: auto;
		/*padding-left:20px;*/
	}
	#footer .column:nth-of-type(2) {
		top: 0;
		padding-left:0;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 290px;
		/*text-align: center;*/
	}
	#footer .column:first-of-type {
		width: 290px;
	}
	#footer .column:first-of-type label,
	#footer .column:last-of-type label {
		width: 130px;
		display: inline-block;
		/*text-align: right;*/
		padding-right: 5px;
		color: #a0b3bf;
		padding-top: 0;
	}
	#footer .column:last-of-type {
		width: 290px;
	}
}

iframe {
	border: none;
}

form .formSection {
	display: block;
	padding: 10px 150px 10px 10px;
	position: relative;
	border-bottom: 2px solid #eee;
}

form input, form textarea, form select {
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	outline: none;
	width: calc(100% - 210px);
	min-width: calc(100% - 210px);
	max-width: calc(100% - 210px);
	margin-left: 210px;
	-webkit-appearance: none;
}

form select {
	height: 30px;
	font-size: 18px;
	padding: 0 10px;
	-webkit-appearance: menulist !important;
}

form label {
	font-size: 16px;
	display: inline-block;
	width: 200px;
	line-height: 20px;
	margin-top: 2px;
	text-align: right;
	padding: 5px 10px 0 0;
	box-sizing: border-box;
	position: absolute;
}

form input {
	line-height: 34px;
	border-radius: 0px;
	border: none;
	background: #f7f7f7;
	/*background: #d6ebef;*/
	box-shadow: inset 0 0 5px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.1);
	border-radius: 3px;
	padding: 0 10px;
	font-size: 16px;
}

form .note {
	display: block;
}

form label.note {
	font-size: 14px;
	display: block;
	width: auto;
	/* line-height: 20px; */
	text-align: left;
	padding: 5px 10px 5px 0;
	box-sizing: border-box;
	position: relative;
	margin-left: 210px;
	margin-top: 6px;
	/* padding-left: 35px; */
	/* cursor: pointer; */
	/* border: 1px solid #eee; */
	border-radius: 5px;
}

form .radioWrapper {
	position: relative;
}

form input.radio {
	-webkit-appearance: none;
	left: 12px;
	top: 10px;
	width: 14px !important;
	height: 14px;
	min-width: 14px !important;
	max-width: 14px !important;
	display: block;
	position: absolute;
	box-shadow: none;
	line-height: 0px !important;
	padding: 0 !important;
	margin-top: 0 !important;
	box-shadow: 0 0 0 1px #999;
	border-radius: 100%;
	background: #f9f9f9;
	z-index: 1;
	pointer-events: none;
}

form input.radio:checked {
	box-shadow:0 0 0 1px #999, inset 0 0 0 3px #f9f9f9;
	background: #2273b7 !important;
}

form label.radio:hover {
	background: #f9f9f9;
	z-index: 0;
}

form label.radio {
	font-size: 16px;
	display: block;
	width: auto;
	line-height: 20px;
	text-align: left;
	padding: 5px 10px 5px 0;
	box-sizing: border-box;
	position: relative;
	margin-left: 210px;
	margin-top: 6px;
	padding-left: 35px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 5px;
}

form label.radio span {
	display: block;
	font-size: 12px;
	color: #888;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: 600;
}

form textarea {
	min-height: 200px;
	max-height: 600px;
	border-radius: 0px;
	border: none;
	background: #f7f7f7;
	/*background: #d6ebef;*/
	box-shadow: inset 0 0 5px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.1);
	border-radius: 2px;
	padding: 10px;
	font-size: 14px;
}

form input.workOrderFile {
	background: none;
	box-shadow: none;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
}

.formSection span.note {
	font-size: 12px;
}

form .submitButton {
	background: #2273b7;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);
	font-size: 16px;
	line-height: 43px;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	font-weight: 600;
	cursor: pointer;
	border-radius: 30px;
	box-shadow: none;
	background: #146487;
	max-width: 300px !important;
	min-width: 150px !important;
	width: 100%;
	margin-left: calc(50% - 50px);
	display: block;
}

form .submitButton:hover {
	cursor: pointer;
	background: #017be1;
}

form .formSection:last-of-type {
	border: none;
	margin-bottom: 20px;
}

form .formSection:nth-last-child(2) {
	border: none;
	margin-top: 5px;
}

form .formSection.hidden {
	display: none;
}

.subSection {
	font-size: 15px;
	max-width: 800px;
	margin: 0 auto 35px auto;
}

#navigationContainer.mobile {
	display: none;
}

form .g-recaptcha {
	margin-left: calc(50% - 50px);
}

#sentMessage {
	font-size: 13px;
	text-align: center;
}

#sentMessage .copy,
.printable.copy {
	display: block;
	padding: 50px 50px;
	max-width: 500px;
	margin: 20px auto 0 auto;
	box-shadow: 0 5px 20px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.15);
	text-align: left;
}

#content .printable h3 {
	display: none;
}

#content .printable h5 {
	display:block;
	font-size:14px;
	background:#aaa;
	color:#fff;
	margin:0;
	padding:3px 5px;
	border-radius:3px;
}

#content .printable p {
	margin:10px 0;
	padding:0;
	font-size: 12px;
	font-family: "Open sans", sans-serif;
	line-height: 16px
}

#content h2 {
	font-size: 24px;
	text-align: center;
	margin: 0px 0 30px 0;
	color: #92b351;
	color: #146487;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
}

#content.page_success-story h2 {
	text-align: left;
	margin: 30px 0 10px 0;
	text-transform: none;
	color: #4a6378;
	font-weight: 700;
}

#content.page_success-story h4 {
	color:#92b351 !important;
	font-weight:600 !important;
	font-size: 18px !important;
}

#content {
	font-size: 14px;
	padding-bottom: 40px;
}

#content.widthAdj {
	max-width: 800px;
	margin: auto;
}

#content p {

}

#content a {
	color: #92b350;
	text-decoration: underline;
	font-weight: 600;
}

#content.page_about-us p,
#content.page_management-services p {
	color: #333;
	margin-top: 30px;
}

#content.page h4,
#content.page_about-us h4,
#content.page_our-team h4 {
	font-size: 24px;
	margin: 0;
	color: #4a6378;
}

#content.page_principals h4,
#content.page_account-executives h4,
#content.page_admin-staff h4 {
	padding-top: 30px;
}

#content.page_admin-staff h4 {
	font-size: 16px !important;
}

#content.page_news .article {
	margin-bottom: 30px;
	background: #f0f0f0;
	padding: 10px;
	border-radius: 3px;
	margin: 0 0 20px 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #555;
	font-weight: 500;
}

#content.page_news .article:hover h3 {
	text-decoration: underline;
}

#content.page_news h3 {
	margin: 0;
	color: #4a6378;
	text-decoration: none;
	padding-bottom: 5px;
}

#content.page_property .leftColumn {
	width: calc(55% + 25px);
	display: inline-block;
	min-height: 350px;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 4px;
	/*border-top-right-radius: 0px;*/
	box-shadow: 0 20px 30px rgba(0,0,0,.2);
	z-index: 2;
	position: relative;
}

#content.page_property {
	position: relative;
}

#content.page_property .rightColumn {
	width: calc(45% - 50px);
	height: calc(100% + 50px);
	max-height: 500px;
	display: inline-block;
	margin-top: 0;
	/*position: absolute;
	right: 0;
	top: 0px;*/
	/*bottom: -150px;*/
	float: right;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	box-shadow: 0 20px 30px rgba(0,0,0,.2);
}

#content.page_property .mapFrame {
	width: 100%;
	height: calc(100% - 42px);
	min-height: 250px;
	position: relative;
	/*border: 1px solid #ccdae0 !important;*/
	/*box-shadow: 0 0 0 5px red;*/
	/*padding: 5px;*/
	/*box-sizing: border-box;*/
	border-radius: 5px;
	background: #eee;
}

#content.page_property .section.center .mapFrame {
	height: 400px;
}

#content.page_property .rightColumn:after {
	content: "";
	display: block;
	display: none;
	position: relative;
	width: 5px;
	z-index: 2;
	float: right;
	background: linear-gradient(90deg, rgba(0,0,0,.01) 0%, rgba(0,0,0,0) 100%);;
	pointer-events: none;
}


#content.page_property .section.left {
	max-width: calc(60% - 20px);
	width: 60%;
	flex: 1;
	float: left;
}

#content.page_property .section.right {
	max-width: 40%;
	width: 50%;
	flex: 1;
	float: right;
}

#content.page_property .section.center {
	max-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

#content.page_property .section.title {
	padding-left: 0;
	text-align: center;
	border-bottom: 1px solid #ccdae0;
	margin-bottom: 20px;
}

#content.page_property .section.title .lines {
	padding: 10px 0 15px 0;
}

#content.page_property .section h4 {
	text-align: center;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

#content.page_property .section h4 span {
	border-bottom: 3px solid #ccdae0;
	text-align: center;
	color: #146487;
	color: #6494aa;
	font-size: 16px;
	text-transform: uppercase;
}

#content.page_property .section.title h3 {
	font-size: 30px;
	margin: 0;
	color: #146487;
	text-transform: uppercase !important;
	font-weight: 900;
}

#content.page_property .section {
	display: block;
	/*border-bottom: 1px solid #ccdae0;*/
	position: relative;
}

#content.page_property .section.fullWidth {
	display: flex;
	margin-top: 30px;
}

#content.page_property .section.amenities {
	
}

#content.page_property .section.amenities li:first-of-type {
	border-top: 2px solid #e6f0f4;
}

#content.page_property .section.amenities h4 {
	margin-bottom: 20px;
}

#content.page_property .section.amenities li {
	list-style: none;
	padding: 3px 0 3px 10px;
	line-height: 38px;
	font-size: 14px;
	display: block;
	color: #444;
	font-weight: 500;
	position: relative;
	display: block;
	border-bottom: 2px solid #e6f0f4;
	/* text-align: center; */
}

#content.page_property .section .label {
	position: absolute;
	width: 95px;
	left: 0;
	box-sizing: border-box;
	text-align: left;
	line-height: 20px;
	color: #777;
	font-size: 13px;
	margin-left: 8px;
}

#content.page_property .section .lines {
	line-height: 20px;
	font-weight: 600;
	color: #4a6378;
	padding-top: 3px;
}

#content.page_property .section.team .lines {
	line-height: 20px;
	font-weight: 500;
	color: #5a778f;
	padding-top: 3px;
	font-size: 13px;
}

#content.page_property .section.team .teamLineWrapper {
	border-bottom: 2px solid #e6f0f4;
	padding: 10px 10px;
	min-height: 30px;
/*	margin-right: 25px;*/
}

#content.page_property .section.team .teamLineWrapper:last-of-type {
	border-bottom: none;
}

#content.page_property .section.team .teamLineWrapper .lines {
	padding-left: 90px;
	white-space: nowrap;
}

#content.page_property .section.team .teamLineWrapper .lines span {
	padding-right: 2px;
	display: inline-block;
}

#content.page_property .section.team .teamLineWrapper .lines:nth-of-type(2) {
	font-weight: 600 !important;
	color: #4a6378;
}

#content.page_property .section.team .lines a {
	padding: 0;
	border: none;
	/*text-decoration: underline;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: left;
}

#content.page_property .section.team .lines a:hover {
	background: none;
	text-decoration: underline;
}

#content.page_property .section.documents {
	text-align: center;
}

#content.page_property .section.documents .paidDocSelect {
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	width: calc(100% - 3px);
	border-radius: 4px;
	margin-top: 5px;
	font-weight: 500;
	font-family: "Open sans", sans-serif;
	background: #fff;
	border: 1px solid #6494aa;
	color: #146487;
	outline: none;
	cursor: pointer;
}

#content.page_property .section.documents .paidDoc {
	background: #f0f8ff;
	border: 1px solid #4286f4 !important;
	color: #4286f4;
	max-height: 400px !important;
	/*margin-top: 5px;*/
	margin: 13px 0 2px 0;
}

#content.page_property .section.documents .paidDoc.closed {
	display: none;
}

#content.page_property .section.documents .paidDoc form select {
	margin-left: 0;
	margin-top: 15px;
	min-width: 100%;
}

#content.page_property .section.documents .paidDoc form span {
	font-size: 15px !important;
	color: #146487;
	font-weight: 500;
}

#content.page_property .section.documents .paidDoc svg {
	fill: #4286f4;
	top: 12px;
	right: 12px;
}

#content.page_property .section.documents .addToCart {
	position: relative;
	line-height: 32px;
	height: 34px;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	padding-left: 30px;
	padding-right: 5px;
	border-radius: 4px;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	margin-top: 16px;
	background: #4286f4;
	color: #fff;
	text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
	box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
	width: 200px;
	margin-left: auto;
	/*margin-right: auto;*/
	display: block;
	margin-bottom: -4px;
	cursor: pointer;
}

#content.page_property .section.documents .addToCart:hover {
	background: #2664c7;
}

#content.page_property .section.documents .addToCart svg {
	left: calc(50% - 65px);
	right: auto;
	top: 6px;
	fill: #fff;
}

#content.page_property .section.documents .addToCart .inner {
	transition: transform .3s ease;
	position: relative;
}

#content.page_property .section.documents .addToCart.added {
	pointer-events: none;
}

#content.page_property .section.documents .addToCart.added .inner {
	transform: translateY(-30px);
}

#content.page_property .section.documents p {
	margin: 0;
	font-weight: 500;
	text-align: left;
	padding-left: 3px;
}

#content.page_property .section.documents .lines {
	margin-bottom: -5px;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#content.page_property .section.documents.left  {
	padding-right: 25px;
	box-sizing: border-box;
}

#content.page_property .section.documents#paidDocuments .document {
	min-width: calc(100% - 36px);

}

#content.page_property .section.documents .document,
#content.page_property .section.documents .link,
#content.page_property .section.documents a {
	min-width: calc(100% - 50px);
	text-align: left;
	border-radius: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-color: #fff;
	/*font-weight: 600;*/
/*	max-height: 26px;*/
}

#content.page_property .section.documents#paidDocuments a {
		max-height: 26px;
}

#content.page_property .section.documents.right .document,
#content.page_property .section.documents.right .link,
#content.page_property .section.documents.right a {
	min-width: calc(100% - 35px) !important;
}

#content.page_property .section.description .lines {
	font-weight: 500;
}

#content.page_property .section.documents.right .line {
	border: none;
	padding: 0;
}

#content.page_property .section.documents .paidDoc span {
	font-weight: 600;
	font-size: 16px !important;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	display: block;
	line-height: 22px;
}

#content.page_property .section.documents .document .price {
	position: absolute;
	right: 31px;
	top: 4px;
	display: block;
	font-weight: 600;
	font-size: 12px;
	border-radius: 4px;
	color: #6494aa;
	/*text-shadow: 0 1px 0 rgb(0 0 0 / 20%);*/
	/*box-shadow: inset 0 0 0 2px #ccdae0;*/
	/*background: #2273b7;*/
	padding: 8px 8px;
	line-height: 14px;
	color: #4286f4 !important;
	font-size: 16px !important;
}

#content.page_property .section.documents .document:hover .price {
	color: #4286f4;
}

#content.page_property .section.documents .line {
	border-top: 1px solid #ccdae0;
	padding: 8px 0 2px 0;
}

#content.page_property .section.documents .line:first-of-type {
	border: none;
}

#content.page_property .section.documents#paidDocuments .line {
	border: none;
	padding: 0;
}

#content.page_property .section a,
#content.page_property .section .document {
	border: 1px solid #146487;
	color: #146487;
	text-decoration: none;
	border-radius: 16px;
	padding: 0 15px;
	line-height: 26px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative;
}

#content.page_property .section .document {

}

#content.page_property .section hr {
	display: none;
	border: none;
	border-top: 1px solid #ccdae0;
	height: 6px;
	margin: 3px 0;
}

#content.page_property .section a:hover,
#content.page_property .section a.link.document:hover,
#content.page_property .section a.link:hover,
#content.page_property .section .document:hover {
	background: #f0f8ff;
	border-color: #4286f4;
	color: #4286f4;
}

#content.page_property .section a:hover svg {
	fill: #4286f4;
}

#content.page_property .section a.svgLink {
	position: relative;
	padding-right: 30px;
}

#content.page_property .section a svg,
#content.page_property .section .document svg {
	fill: #146487;
	position: absolute;
/*	top: 4px;
*/	/*right: 5px;*/
}

#content.page_property .section a.link.document {
	padding-right: 30px;
	/*border-color: #add1e1;*/
}

#content.page_property .section a.link.document svg,
#content.page_property .section .document svg {
	right: 6px;
	top: 9px;
}

#content.page_property .section .document svg.dl,
#content.page_property .section.documents svg.lnk {
	right: 25px !important;
	fill: #6494aa;
}

#content.page_property .section.documents svg.lnk {
	transform: rotate(-45deg);
}

#content.page_property .section a.link.svgLink svg {
	right: 5px;
	top: 9px;
}


#content.page_property-info .property {
	display: inline-grid;
	padding: 5px 5px 5px 5px;
	width: calc(50% - 50px);
	 margin: 5px 25px 0 25px; 
	/* min-height: 110px; */
	font-size: 15px;
	box-sizing: border-box;
	/* border-right: 1px solid #999; */
	/* min-height: 250px; */
	text-decoration: none;
}

#content.page_property-info .property.inactive {
	display: none;
}

#content.page_property-info .searchPropertyWrapper {
	position: relative;
	margin: -10px 0 -10px 0;
	margin-left: calc(50% - 200px);
}

#content.page_property-info .searchPropertySVG {
	position: relative;
	/*right: calc(50% - 90px);*/
	top: -30px;
	left: 370px;
	fill: #146487;
	pointer-events: none;
}

#content.page_property-info .searchProperty {
	display: block;
	margin: 30px 0 0 0;
	width: 100%;
	max-width: 400px;
	line-height: 40px;
	height: 40px;
	border-radius: 30px;
	border: none;
	box-shadow:  0 0 0 2px #146487;
	color: #146487;
	padding: 0 40px 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
}

#content.page_property-info .searchProperty::placeholder {
	color: #146487;
}

#content.page_property-info .property:hover {
	background: #eee;
	border-radius: 3px;
}

#content.page_property-info .property:hover span:first-of-type {
	text-decoration: underline;
}

#content.page_property-info .property span {
	display: block;
	font-size: 16px;
	display: inline-block;
	padding: 3px 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px;
	color: #000;
	min-width: 200px;
	text-decoration: none;
}

#content.page_property-info .property span:nth-of-type(2) {
	color: #888;
	font-size: 12px;
	padding-top: 0px;
	margin-top: -3px;
	display: inline-block;
}

#content.page_team-directory h4 {
	margin-top: 40px;
	font-weight: 600;
	text-align: left;
	max-width: 620px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#content.page_team-directory .teamContact {
	padding: 10px 10px;
	/*border-top: 2px solid #ddd;*/
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}

#content.page_team-directory .phones {
	max-width: 240px;
	margin: 20px auto 20px auto;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: -30px;
	font-weight: bold;
}

#content.page_team-directory .phones span {
	width: 110px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
	color: #777;
	font-weight: 500;
}

#content.page_team-directory .teamContact.head {
	background: #2273b7 !important;
	padding: 10px 15px;
	color: #fff;
	text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
}

#content.page_team-directory .teamContact:nth-of-type(2n-1) {
	background: #f0f0f0;
}


#content.page_team-directory .teamContact:last-of-type {
	/*border-bottom: 2px solid #ddd;*/
}

#content.page_team-directory .teamContact,
#content.page_team-directory .teamContactAssist {

}

#content.page_team-directory .teamContactAssist {
	color: #777;
}

#content.page_team-directory .teamContactAssist li.name {
	padding-left: 25px;
	width: 160px;
	padding-top: 8px;
	font-weight: normal;
}

#content.page_team-directory .teamContact.principal li.email,
#content.page_team-directory .teamContact.principal li.phone {
	position: relative;
	top: 8px;
}

#content.page_team-directory li {
	display: inline-block;
}

#content.page_team-directory .teamContact.principal li.phone:after,
#content.page_team-directory .teamContact.principal li.email:after {
	display: block;
	content: "\00A0";
}


#content.page_team-directory .teamContact.principal li.name {
	font-weight: 600;
}

#content.page_team-directory li.name {
	width: 145px;
	/*font-weight: 600;*/
}

#content.page_team-directory li.name i {
	color: #777;
	font-weight: 500;
}

#content.page_team-directory li.email {
	width: 250px
}

#content.page_team-directory li.email a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#content.page_team-directory li.email a span {
	color: #777;
}

#content.page_team-directory .teamContactAssist li.email a {
	color: #777;
}

#content.page_team-directory li.email a:hover,
#content.page_team-directory li.email a:hover span {
	text-decoration: underline;
	color: #146487;
}

@media screen and (max-width: 875px) {
	#content.page_property .section.right {
		width: 50%;
		max-width: 50%;
	}
	#content.page_property .section.left {
		width: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media screen and (max-width: 650px) {
	#content.page_team-directory li.name {
		width: 30vw;
	}
	#content.page_team-directory li.phone {
		float: right;
		width: 0vw;
		padding-right: 5px !important;
	}
	#content.page_team-directory li.email {
		display: block;
		width: 20vw;
	}
}

@media screen and (max-width: 450px) {
	#content.page_team-directory {
		font-size: 3vw;
	}
}

#content.page_team-directory li.phone {
	padding-right: 20px;
	text-align: right;
	width: 130px;
}

#content.page_success-story img {
	float: left;
	margin: 20px 15px 10px 0px;
	border-radius: 3px;
	overflow: hidden;
	max-width: 250px;
}

#content.page_success-story .moreStories {
	border: 1px solid #146487;
	color: #146487;
	text-decoration: none;
	border-radius: 30px;
	padding: 5px 0;
	width: 200px;
	margin-top: 30px;
	font-weight: 500;
	display: grid;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#content.page_success-story .moreStories:hover {
	color: #0a8ac2;
	border-color: #0a8ac2;
}

#content.page_success-story .stats {
	float: right;
	display: block;
	background: #eee;
	width: 250px;
	padding: 15px;
	border-radius: 3px;
	margin-left: 15px;
	margin-top: 15px;
	box-sizing: border-box;
}

#content.page_success-story .stats.mobile {
	display: none;
}

#content.page_success-story .stats b:first-of-type {
	margin-left: -9px;
}

#content.page_success-story .stats b {
	font-family: serif;
	position: absolute;
}

#content.page_success-story .stats li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	padding-bottom: 6px;
	padding-left: 10px;
	position: relative;
	color: #146487;
	font-weight: 600;
}

#content.page_success-story .stats li:before {
	content: "\2022";
	position: absolute;
	left: -1px;
	font-size: 20px;
	top: 0px;
	color: #92b351;
}

#content.page_success-story .stats .quote {
	margin-top: 10px;
	color: #555;
	padding: 0 5px;
}

#content.page_success-story .stats .quote span {
	display: block;
	text-align: right;
	margin-top: 10px;
}

#content.page_success-stories .story {
	border-top: 2px solid #eee;
	padding-top: 25px;
	padding-bottom: 20px;
}

#content.page_success-stories .story h3 {
	font-size: 26px;
	margin: 0 0 5px 0;
}

#content.page_success-stories .story h3 a {
	text-decoration: none;
	color: #4a6378;
	font-weight: 700;
}

#content.page_success-stories .story h3 a:hover {
	text-decoration: underline;
}

#content.page_success-stories .story h4 {
	font-size: 18px;
	margin: 0;
	color: #92b351;
	font-weight: 600;
}

#content.page_success-stories .story a.readMore {
	border: 1px solid #146487;
	color: #146487;
	text-decoration: none;
	border-radius: 40px;
	padding: 7px 10px;
	margin-top: 10px;
	display: block;
	width: 200px;
	text-align: center;
	position: relative;
	padding-right: 20px;
	font-weight: 500;
}

#content.page_success-stories .story a.readMore svg {
	position: absolute;
	fill: #146487;
	top: 5px;
	right: 18px;
}

#content.page_success-stories .story a.readMore:hover {
	color: #0a8ac2;
	border-color: #0a8ac2;
}

#content.page_success-stories .story a:hover svg {
	fill: #0a8ac2;;
}

#content.page_careers .position {
	padding-left: 15px;
}

#content.page_careers h4 {
	margin-top: 35px;
	margin-left: -15px;
}

#content.page_careers p {
	color: #940011;
	margin: 5px 0;
}

#content p {
	line-height: 22px;
}

#content .pseudoP {
	line-height: 22px;
	margin: 20px 0 0 0;
}

#content.page_careers li:before,
#content.page_our-team li:before {
	position: absolute;
	border-radius: 100%;
	display: block;
	content: "";
	height: 5px;
	width: 5px;
	background: #92b351;
	left: -10px;
	top: 10px;
}

#content.page_property-managers ul {
	margin: auto;
	max-width: 700px;
	display: block;
	padding: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#content.page_property-managers li {
	display: inline-block;
	box-sizing: border-box;
	height: 20px;
	color: #4a6378;
	font-weight: 600;
	min-width: 340px;
	font-size: 16px;
}

#content.page_property-managers li i {
	display: inline;
	color: #777;
	font-weight: 500;
}

#content.page_admin-staff li {
	height: 3px;
	color: #4a6378;
	font-weight: 600;
}

#content.page_property-managers li:before {
	top: 9px !important;
}

#content.page_our-team li {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

#content.page_our-team li a {
	color: #4a6378;
	font-weight: 700;
}

#content.page_our-team li a:hover {
	color: #0a8ac2;
}

#content.page_our-team li:before {
	left: 10px;
	top: 8px;
	background: #4a6378;
}

#content.page_careers li {
	list-style: none;
	padding: 3px 0;
	position: relative;
}

#content.page_careers li.sub:before {
	left: 15px;
}

#content.page_careers li.sub {
	padding-left: 25px;
}

#content.page_links-and-resources .link a {
	display: block;
	font-size: 14px;
	margin-left: -20px;
	margin-bottom: 3px;
}

#content.page_links-and-resources .link {
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #555;
	padding-left: 20px;
} 

#content.page_our-team h4 {
	font-size: 20px;
}

#content.page_about-us strong,
#content.page_management-services strong {
	color: #4a6378;
}

#content.page_faqs .faqQ,
#content.page_faqs .faqA {
	position: relative;
}

#content.page_faqs .faqQ:before,
#content.page_faqs .faqA:before {
	position: absolute;
	left: -20px;
}

#content.page_faqs .faqQ:before {
	/*content: "Q: ";*/
	left: -24px;
}

#content.page_faqs .faqQ {
	color: #4a6378;
	font-weight: 600;
	font-size: 18px;
}

#content.page_faqs .faqA:before {
	/*content: "A: ";*/
}

#content.page_faqs .faqA {
	margin-bottom: 40px;
	font-size: 13px;
	color: #333;
}

#content.page_sales .salesInfo {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	max-width: 500px;
	margin: 0 auto;
	padding-left: 120px;
	position: relative;
}

#content.page_sales .salesInfo .photo {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	padding-right: 10px;
	border-right: 3px solid #ddd;
}

#content.page_sales .salesInfo .highlight {
	font-weight: 700;
	font-size: 16px;
	color: #003ea5;
}

#content.page_sales .salesInfo a {
	color: #003ea5;
	text-decoration: underline;
}

#content.page_sales .salesInfo a:hover {
	color: #000;
}

#content.page_sales .salesInfo .sub {
	margin-bottom: 5px;
	display: block;
	color: #555;
	font-weight: 600;
	font-size: 12px;
}

#content.page_sales .salesInfo .label {
	width: 60px;
	display: inline-block;
	/*text-align: right;*/
	padding-right: 3px;
	color: #555;
}

#content.page_sales .salesInfo .zillow {
	width: 200px;
	margin-top: 5px;
}

#content.page_sales .salesInfo .remax {
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 720px) {
	#content.page_sales .salesInfo {
		padding-left: 0;
	}
	#content.page_sales .salesInfo .photo {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	#content.page_sales .salesInfo .remax {
		position: relative;
		margin: 10px auto;
		display: block;
	}
}


#content h2.pageTitle.loginTitle {
	padding-top: 20px;
	font-size: 60px;
	margin-bottom: -40px;
}

.forgotKey,
.loginProceed {
	border-radius: 3px;
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	color: #000 !important;
	text-align: center;
	top: 30px;
	margin: auto;
	position: relative;
	max-width: 310px;
	text-decoration: none !important;
}

.forgotKey:hover {
	color: #fff !important;
	background: #58688c;
	border-color: #19426a;
	text-decoration: none !important;
}

.loginProceed {
	font-size: 12px;
	margin-top: 15px;
	display: block;
	color: #333;
}

.loginProceed:first-of-type {
	background: #58688c;
	border-color: #19426a;
	color: #fff !important;
	text-shadow: 0 1px 1px #19426a, 0 0 10px #19426a, 0 0 4px #19426a;
	margin-top: -20px;
}

.loginProceed:last-of-type {
	background: #92b351;
	border-color: #7d8d33;
	color: #fff !important;
	text-shadow: 0 1px 1px #6e8011, 0 0 10px #6e8011, 0 0 4px #6e8011;
}

.loginProceed:hover {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

.printButton {
	display: block;
	margin: 15px auto 0 auto;
	width: 70px;
	text-align: center;
	color: #fff !important;
	background: #2273b7;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);
	border-radius: 3px;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.printButton:hover {
	color: #fff;
	background: #017be1;
}

.errorCode {
	font-size: 16px;
	text-align: center;
}

#onlinepayOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(39, 62, 80, 0.9);
	font-family: sans-serif;
	z-index: 10;
}
#onlinepayOverlay .box {
	max-width: 700px;
	height: 475px;
	background: #eee;
	margin: auto;
	position: relative;
	top: calc(50% - 250px);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
}
#onlinepayOverlay .box h3 {
	padding: 0;
	margin: 0 auto 20px auto;
	max-width: 490px;
	text-align: center;
	font-size: 18px;
}
#onlinepayOverlay .box .options {
}

#onlinepayOverlay .box form {
	margin: 0;
	min-width: 100%;
	padding: 0;
}

#onlinepayOverlay .box .options .scrollArea {
	overflow: scroll;
	height: 285px;
	border: 1px solid #999;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
#onlinepayOverlay .box .search {
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	padding: 0 15px;
	border: 1px solid #999;
	border-radius: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#onlinepayOverlay .box .searchIcon {
	position: absolute;
	right: 27px;
	margin-top: -44px;
}

#onlinepayOverlay .box svg {
	fill: #999;
}

#onlinepayOverlay .box .options span {
	position: relative;
	display: block;
	height: 33px;
	width: 100%;
}
#onlinepayOverlay .box .options input[type="radio"] {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 10px;
	width: 15px;
	height: 15px;
	padding: 0;
	min-width: 0;
	margin: 0;
	border-radius: 100%;
	box-shadow: inset 0 0 0 1px #333;
	pointer-events: none;
}

#onlinepayOverlay .box .options input[type="radio"]:checked {
	box-shadow: inset 0 0 0 1px #094159, inset 0 0 0 4px #fff   !important;
	background: #094159;
}

#onlinepayOverlay .box .options label {
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #999;
	line-height: 34px;
	height: 34px;
	padding: 0 10px 0 30px;
	cursor: pointer;
	z-index: 1;
	max-width: 100%;
	width: 100%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#onlinepayOverlay .box .options label:hover {
	background-color: #d6ebab;
	box-shadow: inset 0 1px rgba(0,0,0,.3);
}
#onlinepayOverlay .box .options input[type="radio"]:checked + label {
	background-color: #92b351;
	background-color: rgb(39, 62, 80);
	background-color: #146487;
	color: #fff;
}
#onlinepayOverlay .box .payButton {
	background-color: rgb(39, 62, 80);
	color: #fff;
	height: 34px;
	border: none;
	float: right;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
	text-align: center;
	width: 200px;
	border-radius: 3px;
}
#onlinepayOverlay .box .payButton:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}
#onlinepayOverlay .box .backButton {
	background-color: #ccc;
	color: #000;
	line-height: 34px;
	height: 34px;
	border: none;
	float: left;
	margin: 10px 0 0 0;
	font-size: 16px;
	padding: 0;
	width: 200px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

#navigationContainer.mobile #dropDown {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 75px;
}

#navigationContainer.mobile .mainnav {
	display: none;
}

#menuButton {
	cursor: pointer;
	user-select: none;
}

#navigationContainer.mobile #dropDown a:before,
#navigationContainer.mobile #dropDown a:after {
	display: none;
}

#navigationContainer.mobile #dropDown a {
	display: block;
	color: #000;
	text-shadow: none;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 10px 20px;
	margin: 0;
	font-weight: 700;
}

#navigationContainer.mobile #dropDown .submenu a {
	/*display: none;*/
	padding-left: 50px;
	color: rgba(0,0,0,.6);
	font-weight: 600;
	font-size: 14px;
}

#processing {
	position: fixed;
	top: calc(50% - 70px);
	left: calc(50% - 200px);
	z-index: 1000;
	background: #fff;
	width: 400px;
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5);
	border-radius: 5px;
	padding: 30px 0;
	font-weight: 700;
	display: none;
}

#processing.active {
	display: block;
}

#processing span {
	display: block;
	font-size: 15px;
	line-height: 30px;
	text-transform: none;
	font-weight: 500;

}

a.logoutBoardMember {
	display: block;
	font-size: 12px;
	position: absolute;
	padding: 0 12px;
	line-height: 30px;
	/*top: 12px;*/
	/*left: 20px;*/
	border-radius: 4px;
	background: #eee;
	border: 1px solid #aaa;
	color: #333 !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}

.logoutBoardMember:hover {
	background: #ddd !important;
}


#cartPanel {
	position: fixed;
	bottom: 20px;
	z-index: 9;
	width: 100%;
	right: 20px;
	max-width: 200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0,0,0,.2), 0 0 0 2px #4286f4;
	border-radius: 3px;
	padding: 5px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(300px);
	transition: transform .5s ease;
}

#cartPanel.active {
	display: block;
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

#cartPanel span {
	display: block;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
}

#cartPanel .viewCart {
	display: block;
	width: 100%;
	background: #4286f4;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	border-radius: 4px;
	border: none;
	line-height: 30px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

#cartPanel .viewCart:hover {background: #2664c7;}

.transactionMessage {
	font-family: "Open Sans", sans-serif;
	max-width: 510px;
	margin: 0 auto;
	line-height: 23px;
}

#content.cart {
	font-size: 15px;
}

.cartTable {
	font-size: 16px;
}

.cartTable .item:nth-of-type(2n + 1) {
	background: #f3f3f3;
	border-radius: 3px;
}

.cartTable .item:first-of-type {
	font-weight: 600;
	border-bottom: 1px solid #aaa;
	background: #fff !important;
	border-radius: 0 !important;
}

.cartTable .item:last-of-type {
	font-weight: 600;
	border-top: 1px solid #aaa;
	background: #fff !important;
	border-radius: 0 !important;
}

.cartTable .item {
	display: block;
	position: relative;
}

.cartTable .item:first-of-type,
.cartTable .item:last-of-type {
	margin: 5px 0;
}

.cartTable .item span {
	display: inline-block;
	/*box-sizing: border-box;*/
	padding: 7px 15px;
}

.cartTable .item span:nth-of-type(1) {
	padding-right: 170px;
	font-size: 14px;
	color: #444;
}

.cartTable .item span:nth-of-type(1) b {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.cartTable .item span:nth-of-type(2) {
	text-align: right;
	position: absolute;
	right: 0;
	top: calc(50% - 18px);
}

.cartTable .item:first-of-type span,
.cartTable .item:last-of-type span {
	color: #000;
	font-size: 16px;
}

.cartTable .item:first-of-type span:nth-of-type(2),
.cartTable .item:last-of-type span:nth-of-type(2) {
	padding-right: 100px;
	box-sizing: border-box;
}

.cartTable .item .remove {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	padding: 0 10px;
	background: #aaa;
	border-radius: 3px;
	position: relative;
	top: -2px;
	margin-left: 10px;
	cursor: pointer;
}

.cartTable .item .remove:hover {
	background: #555;
}

.paymentTerms {
	text-align: center;
	font-size: 11.5px;
	padding-top: 20px;
	color: #555;
	padding: 20px 0px 0 0;
	padding-left: 230px;
	box-sizing: border-box;
	width: calc(100% - 160px);
	display: inline-block;
	line-height: 20px;
}


#content.page_property .album .carouselWrapper {
	position: relative;
	/*border: 1px solid #ccc;*/
	overflow: hidden;
	border-radius: 3px;
	/*margin-top: 5px;*/
	margin-bottom: 8px;
	/*background: #000 linear-gradient(180deg, #eee 0%, #fff 100%);*/

}

#content.page_property .center .album .carousel {
	height: 131px;
}

#content.page_property .album .carousel {
	overflow: hidden;
	height: 101px;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

#content.page_property .album .fade {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	/*background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);;*/
	background: rgba(255,255,255,.65);
	/*transition: opacity .3s ease;*/
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

#content.page_property .album .fade:hover {
	background: rgba(255,255,255,.85);
}

#content.page_property .album .fade.left {
	left: 0;
	right: auto;
}

#content.page_property .album .fade.active {
	opacity: 1;
	pointer-events: auto;
}

#content.page_property .center .album .fade.right svg,
#content.page_property .center .album .fade.left svg {
	top: 51px;
}

#content.page_property .album .fade.right svg,
#content.page_property .album .fade.left svg {
	position: absolute;
	top: 33px;
	right: 2px;
	/*background: #fff;*/
	width: 24px;
	height: 24px;
	padding: 5px 2px;
	border-radius: 3px;
	fill: #333;
	/*box-shadow: 0 2px 5px rgba(0,0,0,.1);*/
}

#content.page_property .album .carousel .inner {
	padding-left: 5px;
	transition: transform .4s ease;
}

#content.page_property .center .album .carousel .image {
	width: 195px;
	height: 116px;
	margin: 8px 5px 0 4px;
}

#content.page_property .album .carousel .image {
	width: 136px;
	height: 81px;
	margin: 8px 5px 0 0px;
}

#content.page_property .album .carousel .image.selected {
	box-shadow:  0 0 0 1px #fff, 0 0 0 4px #92b351;
	border-radius: 0.1px;
}


#content.page_property .customButton.fullscreenGallery {
	/*font-size: 16px;*/
	color: #555;
	font-weight: 600;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*background: 	#000 linear-gradient(180deg, #333 0%, #666 100%);*/
	/*box-shadow: inset 0 0 5px rgba(0,0,0,.2);*/
	background: transparent;
	box-shadow: inset 0 0 0 1px #777;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	display: block;
}

#content.page_property .customButton.fullscreenGallery:hover {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	background: #146487;
	color: #fff;
}

#content.page_property .album {
	width: 100%;
	/*margin: 30px 5% 0 5%;*/
	/*margin-top: 10px;*/
	font-size: 0;
	/*background: #222;*/
	/*border: 2px solid #eee;*/
	padding-bottom: 0px;
	padding: 5px 0 6px 0;
	margin-bottom: 15px;
	/*border-bottom: 2px solid #e0ccaf;*/
	box-sizing: border-box;
	border-radius: 5px;
}

#content.page_property .album .no-image {
	cursor: default !important;
	pointer-events: none;
	background-image: url("img/no-photos.png");
	background-size: 250px 250px !important;
	background-color: #ccc !important;
	background-repeat: no-repeat;
}

#content.page_property .album .image,
#content.page_property .album .no-image {
	width: 33%;
	display: inline-block;
	background-color: #ddd;
	background-size: cover;
	background-position: center center;
	height: 170px;
	margin: 0 0 1.5% 0;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	width: 49.25%;
	cursor: pointer;
}

#content.page_property .album #albumCurrentPhoto.image {
	cursor: zoom-in;
}

#content.page_property .center .album .image.current,
#content.page_property .center .album .no-image {
	width: 100% !important;
	height: 385px;
}

#content.page_property .album .image.current,
#content.page_property .album .no-image {
	width: 100% !important;
	height: 280px;
}


#gallery {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 7;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
	user-select: none;
}

body.galleryActive {
	overflow: hidden;
}

#gallery.active {
	opacity: 1;
	pointer-events: auto;
}

#gallery .container {
	position: absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

#gallery .close {
	z-index: 9;
	position: absolute;
	left: calc(50% - 98px);
	top: 5px;
	font-weight: 700;
	line-height: 40px;
	font-size: 15px;
	color: #555;
	background: #eaeaea;
	padding: 0 50px 0 30px;
	border-radius: 5px;
	cursor: pointer;
}

#gallery .close:hover {
	background: #146487;
	color: #fff;
}

#gallery .close:hover svg {
	fill: #fff;
}

#gallery .close svg {
	fill: #555;
	position: absolute;
	top: 8px;
	right: 14px;
}

#gallery .next,
#gallery .previous {
	position: absolute;
	top: calc(50% + 25px);
	width: 70px;
	height: 70px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
	background: rgba(255,255,255,1);
}

#gallery .next svg,
#gallery .previous svg {
	fill: #888;
}

#gallery .next:hover svg,
#gallery .previous:hover svg {
	fill: #000;
}

#gallery .next {
	right: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

#gallery .previous {
	left: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;

}

#gallery img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	border-radius: 5px;
}

@media screen and (max-width: 760px) {
	#content.page_property .album .image.current,
	#content.page_property .album .no-image {
		height: 50vw;
	}
	#content.page_property .album .carousel .image {
		width: 30vw !important;
		height: 18vw !important;
	}
	#content.page_property .album .carouselWrapper {
		height: calc(18vw + 15px);
	}
	#content.page_property .album .carousel {
		height: calc(18vw + 15px) !important;
	}
	#content.page_property .album .fade.right svg, #content.page_property .album .fade.left svg {
		top: calc(10vw - 12px) !important;
	}
}


@media screen and (max-width: 875px) {
	.paymentTerms {	width: calc(100% - 10px);padding-left: 220px}
}
@media screen and (max-width: 700px) {
	.paymentTerms {padding-left: 10px;}
}

@media screen and (max-width: 1400px) {
	#footer.extraPadding {
		padding-bottom: 110px !important;
	}
}

@media screen and (max-width: 1020px) {
	#wrapper,
	#headerInner {
		margin-left: 15px;
		margin-right: 15px;
	}
	#navigation {
		width: 100%;
	}
	#navigation a {
		margin: 14px 2.9vw;
	}
	#navigation a:after,
	#navigation a:first-of-type:before {
		right: -2.9vw;
	}
	#navigationContainer {
		max-width: 100%;
	}
	#navigation #navigationContainerTop a {
		margin: 22px 1.2vw;
		font-size: 14px;
	}
	#navigation #navigationContainerTop a:nth-of-type(4),
	#navigation #navigationContainerTop a:nth-of-type(5) {
		margin-left: 20px !important;
		margin-right: 20px !important;
		font-size: 14px !important;
	}
	#navigation #navigationContainerTop a:nth-of-type(4):after,
	#navigation #navigationContainerTop a:nth-of-type(5):after {
		right: 0vw !important;
	}
	#navigation #navigationContainerTop a:nth-of-type(4) {
		margin-left: calc(2vw) !important;
		font-size: 14px;
	}
	#navigation #navigationContainerTop a:nth-of-type(4):after {
		right: 0;
		left: 0;
		font-size: 14px;
		margin-left: -22px !important;
		margin-right: 0 !important;
	}
	#navigation #navigationContainerTop a:nth-of-type(5):after {
		font-size: 14px;
		margin-left: -20px !important;
		margin-right: 0 !important;
		right: 0;
		left: 0;

	}
	#slogan {
		font-size: 20px;
		transform: translateY(-1vw);
		top: 40px;
		width: 300px;
		right: 0;
		left: 180px;
	}
	#slogan br:nth-of-type(2) {
		display: none;
	}
	#header {
		margin-bottom: -25px;
		height: 258px;
		background-size: 2150px;
		padding-top: 0px;
		overflow: hidden;
	}
	#navigationContainerTop {
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	#navigation #navigationContainerTop a {
		font-size: 15px;
		margin: 22px 20px;
	}
	#navigation #navigationContainerTop a:after {
		font-size: 15px !important;
	}
	#navigation #navigationContainerTop a:after, #navigation #navigationContainerTop a:first-of-type:before {
		right: -22px;
	}
	#navigationContainer {
		border-radius: 0;
	}
}

/*@media screen and (max-width: 980px) {
	#content.page_property .section .label {
		position: relative;
		text-align: left;
	}
	#content.page_property .section.team .teamLineWrapper .lines {
		padding-left: 20px;
	}
}*/

@media screen and (max-width: 925px) {
	#navigation a {
		font-size: 1.6vw;
	}
	#teamDropdown {
		left: calc(13vw) !important;
	}
	#servicesDropdown {
		left: calc(26vw) !important;
	}
	#storiesDropdown {
		left: calc(43vw) !important;
	}
	#contactDropdown {
		right: 5px !important;
	}

	/*#contactDropdown.dropdownMenu:before {
		left: 10vw;
	}*/
}

@media screen and (max-width: 865px) {
	#header {
		margin-bottom: -25px;
		height: 258px;
		background-size: 2150px;
		overflow: hidden;
	}
	#wrapperContainer {
		min-height: calc(100vh - 520px);
	}
	#quickLinks {
		/*top: -20px;*/
	}
	#logoContainer {
		/*margin: auto;*/
		/*width: 160px;*/
	}
	#slogan {
		font-size: 24px;
		transform: none;
		top: 30px;
	}
	.leftThirdColumn {
		width: 58%;
	}
	.rightHalfColumn {
		width: 40%;
		float: right;
		margin-right: 10px;
		position: relative;
	}
	.middleThirdColumn {
		width: 100%;
	}
	.rightThirdColumn {
		width: calc(100% - 20px);
	}
	#navigationContainerTop {
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	#navigation #navigationContainerTop a {
		font-size: 15px;
		margin: 22px 20px;
	}
	#navigation #navigationContainerTop a:after {
		font-size: 15px !important;
	}
	#navigation #navigationContainerTop a:after, #navigation #navigationContainerTop a:first-of-type:before {
		right: -22px;
	}
	#navigationContainer {
		border-radius: 0;
	}
	#slogan {
		font-size: 25px;
/*		transform: translateY(-1vw);*/
		top: 28px;
		width: 400px;
		right: 0;
		left: 180px;
	}
	#slogan br {
		display: block !important;
	}
}

@media screen and (max-width: 950px) {
	#content.page_property .rightColumn {
		width: 35%;
	}
	#content.page_property .leftColumn {
		width: 65%;
	}
}

@media screen and (max-width: 805px) {
	#content.page_property .rightColumn {
		width: 100%;
		position: relative;
		left: 0;
		right: 0;
		margin: 0;
		top: 10px;
		border-radius: 3px;
		height: 40vw;
	}
	#content.page_property .mapFrame {
		border-radius: 4px;
	}
	#content.page_property .leftColumn {
		width: 100%;
		position: relative;
	}
}

@media screen and (max-width:775px) {
	#content.page_property .section.left,
	#content.page_property .section.right {
		min-width: 100% !important;
		display: block;
	}
	#content.page_property .section.left,
	#content.page_property .section.team .teamLineWrapper {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	#content.page_property .section.fullWidth {
		display: block;
	}
	#content.page_property .mapFrame,
	#content.page_property .section.center .mapFrame {
		height: 300px;
		max-height: 50vw;
		min-height: 200px;
	}
	#content.page_property .section.documents.right {
		margin-top: 20px;
	}
	#content.page_property .section .label {
		position: absolute;
		text-align: right;
	}
	#content.page_property .section.team .teamLineWrapper .lines {
		padding-left: 150px;
	}
	#content.page_property .section.team {
		margin-top: 20px;
	}
	#content.page_property .section.amenities h4 {
		margin-top: 20px;margin-bottom: 20px;
	}
	#header {
		padding-top: 30px;
	}
	#quickLinks {
		top: -20px;
	}
}


@media screen and (max-width: 530px) {
	#content.page_property .section .label {
		position: relative;
		text-align: left;
		width: 100%;
		margin-left: 0;
	}
	#content.page_property .section.team .teamLineWrapper .lines {
		padding-left: 0px;
	}
	#content.page_property .section {
		padding-left: 0;
	}
	#content.page_property .rightColumn {
		height: 60vw;
	}
}

@media screen and (max-width: 400px) {
	#content.page_property .rightColumn {
		height: 80vw;
	}
}


@media screen and (max-width: 875px) {
	form .formSection {
		padding: 10px 0;
	}
	#content.page_property-info .property {
		margin-left: 0;
		width: calc(50% - 25px);
	}
}

@media screen and (max-width: 840px) {
	#navigationContainer.desktop {
		display: none;
	}
	body.menuopen #dropDown {
		display: block !important;
	}
	body.menuopen #wrapper {
		display: none;
	}
	#navigationContainer.mobile {
		display: block;
		font-size: 18px;
		line-height: 50px;
		font-weight: 600;
		color: #fff;
		text-shadow: 0 1px 1px #6e8011, 0 0 10px #6e8011, 0 0 4px #6e8011;
	}
	#navigationContainer.mobile svg {
		position: relative;
		top: 5px;
		left: -3px;
		fill: #fff;
		filter: drop-shadow(0 1px 1px #6e8011) drop-shadow(0 0 4px #6e8011);
	}
}
/*
@media screen and (max-width: 695px) {
	#content.page_team-directory .teamContact li.name {
		width: 200px;
	}
	#content.page_team-directory .teamContactAssist li.name {
		width: 175px;
	}
	#content.page_team-directory .teamContact li.email {
		top: 8px;
		position: relative;
		width: auto;
	}
	#content.page_team-directory .teamContact.principal li.email {
		position: relative;
		top: 18px;
	}
	#content.page_team-directory .teamContact.principal li.phone {
		top: 0;
	}
	#content.page_team-directory .teamContact li.phone {
		display: block;
	}
	#content.page_team-directory .teamContactAssist li.phone {
		display: block;
		padding-left: 25px;
	}
	#content.page_team-directory .teamContact.principal li.phone:after {
		display: none;
	}
}*/

@media screen and (max-width: 700px) {
	form input,
	form textarea,
	form select {
		margin: 0;
		min-width: 100%  !important;
	}
	form input[type="radio"] {
		min-width: 0px !important;
	}
	form .submitButton {
		margin-left: auto;
		margin-right: auto;
	}
	#content.page_success-story img {
		max-width: 30vw;
	}
	#onlinepayOverlay .box .options label {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	#workOrders form .g-recaptcha {
		margin-left: calc(50% - 150px);
	}
	body.iOS form input.dateInput {
		-webkit-appearance: menulist;
		min-width: 95% !important;
	}
	form label {
		width: auto;
		margin-top: -5px;
		margin-bottom: 7px;
	}
	form.contact label {
		/*margin-top: -7px !important;*/
		/*margin-bottom: 2px !important;*/
	}
	form label.radio {
		margin-left: 0;
		padding-left: 35px;
		margin-top: 2px;
	}
	form label.note {
		margin-left: 0;
		margin-top: 2px;
	}
	form label {
		position: relative;
		display: block;
		text-align: left;
	}
	form .g-recaptcha {
		margin-left: calc(50% - 150px);
	}
	#wrapperContainer {
		overflow: hidden;
	}
}

@media screen and (max-width: 685px) {
	#wrapper {
		padding: 20px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.intro {
		position: relative;
		height: 180px;
		width: 100% !important;
	}
	.intro .block {
		/*opacity: 1;*/
	}
	.intro .block h3 {
		padding-top: 0 !important;
	}
	.intro .block h3,
	.intro .block h4 {
		max-width: calc(100% - 50px);
	}
	.front-photo {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	a.logoutBoardMember {
		position: relative;
		left: 0;
		text-align: center;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 40px;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 550px) {
	/*#content.page_team-directory .teamContact li.email {
		display: block;
	}
	#content.page_team-directory .teamContactAssist li.email {
		display: block;
		padding-left: 25px;
	}
	#content.page_team-directory .teamContact.principal li.email:after {
		display: none;
	}*/
	#content.page_property-info .property {
		margin-left: 0;
		width: 100%;
	}
	/*#content.page_team-directory .teamContact li.email {
		top: 0;
		position: relative;
		width: auto;
	}
	#content.page_team-directory .teamContact.principal li.email {
		position: relative;
		top: 0;
	}*/
}

@media screen and (max-width: 715px) {
	#navigationContainer.mobile .mainnav {
		display: block;
	}
	#navigation #navigationContainerTop a {
		display: none;
	}
	#navigation #navigationContainerTop a:nth-of-type(4) {
			background: #ffbd4a;
			/*background: #f8971d;*/
			display: inline-block;
			width: calc(50% - 12.5px);
			font-size: 18px !important;
			height: 43px;
			top: -10px;
			margin-left: 0px !important;
			margin-right: 2.5px !important;
			line-height: 43px;
			text-shadow: none;
			color: #fff;
			/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 0 0 2px rgba(255,255,255,.9);*/
			border-radius: 3px;
			text-align: center;
			/*box-shadow: 2px 4px 10px rgb(0,0,0,.2);*/
			background: #146487;
			box-shadow: none;
			/*box-shadow: none;*/
			text-shadow: 0 1px 1px #002738;
	}
	#navigation #navigationContainerTop a:nth-of-type(4):after {
		display: none;
	}
	#navigation #navigationContainerTop a:nth-of-type(5) {
			background: #ffbd4a;
			/*background: #f8971d;*/
			display: inline-block;
			width: calc(50% - 12.5px);
			font-size: 18px !important;
			height: 43px;
			top: -10px;
			margin-left: 2.5px !important;
			margin-right: 0px !important;
			line-height: 43px;
			text-shadow: none;
			color: #fff;
			/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.1), 0 0 0 2px rgba(255,255,255,.9);*/
			border-radius: 3px;
			text-align: center;
			/*box-shadow: 2px 4px 10px rgb(0,0,0,.2);*/
			background: #729900;
			box-shadow: none;
			/*box-shadow: none;*/
			text-shadow: 0 1px 1px rgb(57 75 21);

	}
	#navigation #navigationContainerTop a:nth-of-type(5):after {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#wrapperContainer {
		min-height: calc(100vh - 600px);
	}
	.rightThirdColumn {
		margin-left: 10px;
		float: none;
	}
	.middleThirdColumn {
		margin-left: 5px;
		float: none;
	}
	.leftThirdColumn,
	.rightHalfColumn {
		width: 100%;
	}
	#onlinepayOverlay .box .options .scrollArea {
		height: 250px;
	}
	#onlinepayOverlay .box {
		height: auto;
		padding-bottom: 55px;
	}
	#onlinepayOverlay .box .payButton,
	#onlinepayOverlay .box .backButton {
		width: 49%;
	}
	/*#footer {*/
		/*padding: 20px 20px 30px 20px;*/
	/*}*/
	/*#footer span:first-of-type,
	#footer span,
	#footer span:last-of-type {
		display: block !important;
		text-align: left;
		width: 100%;
		top: 0;
		position: relative;
		padding: 10px;
	}*/
	#content.page_success-story .stats.desktop {
		display: none;
	}
	#content.page_success-story .stats.mobile {
		display: block;
		float: none;
		margin: 20px auto 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 505px) {
	.intro {
		height: 210px;
	}
	#onlinepayOverlay .box .backButton {
		width: 39%;
	}
	#onlinepayOverlay .box .payButton {
		width: 59%;
	}
	#content.page_property-info .searchPropertyWrapper {
		width: 100%;
		margin: -5px 0 -5px 0;
	}
	#content.page_property-info .searchPropertySVG {
		right: 10px;
		left: auto;
		position: absolute;
		top: 10px;
	}
	#content.page_property-info .searchProperty {
		max-width: 100%;
	}
}

@media screen and (max-width: 450px) {
	#content.page_success-story img {
		max-width: 50vw;
		margin: auto;
		display: block;
		float: none;
	}
}