@charset "utf-8";
/* CSS Document

Thurman Homes Texas HBCore Site

/* 1. Defaults*/ ::selection {
	color: #FEC22E;
	background: #4F6D7A;
}
::-moz-selection {
	color: #FEC22E;
	background: #4F6D7A;
}
:root {
	--main-color: #6070A3;
	--main-color-trans: rgba(96, 112, 163, 0.70);
	--secondary-color: #D9914E;
	--secondary-light: #F0C198;
	--grey-color: #F4F4F4;
	--main-font: "brandon-grotesque", sans-serif;
	--big-font: "new-atten", sans-serif;
}
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	scroll-behavior: smooth;
}
html {
	height: 100%;
	min-height: 100%;
	scroll-padding-top: 102px;
}
body {
	color: #202020;
	font-size: 20px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
body strong {
	font-weight: 700;
}
body.ckeditorBody {
	background: #FFFFFF;
}
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
} /* IE6 */
*:first-child + html .group {
	zoom: 1;
} /* IE7 */
img {
	vertical-align: middle;
}
img, div, a, section, p, iframe, label, input, textarea, span, h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.button, .header, .navbar .logo, .logo img, .toggle, .burger span, .burger span:before, .burger span:after, .gallery li a, .transitional, .mainnav > li, .mainnav a, .reveal-label {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.yoink {
	display: block;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
.yoink.skip:hover, .yoink.skip:focus, .yoink.skip:active {
	left: 0;
	top: 0;
	width: 150px;
	height: auto;
	z-index: 1000000;
	padding: 4px;
	background: #2376a9;
	color: #FFF;
	border-bottom-right-radius: 12px;
}
/* END Defaults*/
/* 2. Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--big-font);
	font-weight: 400;
	margin: 6px auto;
}
.normal {
	font-style: normal !important;
}
body, .sans {
	font-family: var(--main-font);
}
.listing-heading {
	color: #FFF;
	background: #A99F92;
	font-size: 32px;
	text-align: center;
	padding: 8px;
	margin: 0 auto 0;
}
.big-black-bold {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 42px;
}
.thin {
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: none !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.spaced {
	letter-spacing: 3px;
}
.bold {
	font-weight: 700 !important;
}
.thin {
	font-weight: 400 !important;
}
.big {
	font-size: 2em;
}
.medium {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.normalcase {
	text-transform: none !important;
}
.no-underline {
	text-decoration: none;
}
.award-banner {
	margin: 0;
	padding: 4px 12px;
	font-family: var(--main-font);
	font-size: 28px;
	line-height: 28px;
}
.award-banner span {
	display: block;
	font-size: 20px;
}
/* END Typography */
/* 3. Colors */
/* 3.1 Color Classes */
.white, .white a, .white a:visited {
	color: #FFF;
}
.white-bg {
	background-color: #FFF !important;
}
.trans-white-bg {
	background-color: rgba(255, 255, 255, 0.85);
}
.grey-bg {
	background-color: var(--grey-color) !important;
}
.black {
	color: #000 !important;
}
.black-bg {
	background-color: #000 !important;
}
.main-color {
	color: var(--main-color) !important;
}
.main-bg {
	background-color: var(--main-color) !important;
}
.secondary-color {
	color: var(--secondary-color) !important;
}
.secondary-bg {
	background-color: var(--secondary-color) !important;
}
.secondary-light {
	color: var(--secondary-light) !important;
}
/* END Colors */
/* 4. Main Elements */
/* 4.1 Multiple Pages */
.wrapper {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}
.wrapper:before {
	display: block;
	content: '';
	width: 100%;
	height: 108px;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.flex-start {
	align-items: flex-start;
	justify-content: flex-start;
}
.flex-top {
	align-items: flex-start;
}
.flex-stretch {
	align-items: stretch;
}
.flex-center {
	justify-content: center;
}
.flex-middle {
	align-items: center;
}
.flex-spaced .flex-half {
	width: 49%;
}
.flex-three-fourths {
	width: 75%;
}
.flex-two-thirds {
	width: 66.67%;
}
.flex-half {
	width: 50%;
}
.flex-third {
	width: 33.33%;
}
.flex-spaced .flex-third {
	width: 32%;
}
.flex-fourth {
	width: 25%;
}
.container, .nine-sixty, .seven-twenty {
	max-width: 1200px;
	margin: auto;
	position: relative;
}
.nine-sixty, .container.nine-sixty {
	max-width: 960px;
}
.seven-twenty, .container.seven-twenty {
	max-width: 720px;
}
.marginalized {
	margin: 36px auto;
}
.header-image, .header-image img {
	position: relative;
	width: 100%;
	height: auto;
}
.page {
	position: relative;
	z-index: 1001;
	min-height: 200px;
}
.content {
	padding: 24px;
}
.content-block {
	padding: 64px 0;
}
p {
	line-height: 30px;
}
.thick-margins {
	padding: 30px;
}
.overflow {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.bar {
	position: relative;
	z-index: 2;
	margin: 8px auto 0;
	background: #192F56;
	width: 100%;
	max-width: 2000px;
	min-height: 50px;
}
.no-header {
	padding-top: 100px;
	margin-top: 0;
}
.bg-box.bg-slider, .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.dark-overlay.overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
.intro-content {
	position: relative;
	display: table;
	width: 100%;
	padding: 12px;
	min-height: 522px;
	z-index: 3;
}
.intro-content > .page-title, .intro-content div {
	display: table-cell;
	max-width: 1200px;
	margin: auto;
	color: #FFF;
	text-transform: none;
	vertical-align: middle;
}
.home-page-intro.intro-content > .page-title {
	font-size: 60px;
	text-transform: uppercase;
}
.page-title {
	font-size: 52px;
	text-transform: uppercase;
	text-align: center;
}
.page-title span {
	display: block;
	font-size: 50%;
	text-transform: none;
}
h3.page-title {
	margin-top: 24px;
}
.sitemap-title {
	position: relative;
	display: table;
	font-size: 24px;
	margin: 0;
	border-bottom: solid 2px var(--secondary-color);
	cursor: pointer;
	padding-right: 24px;
}
.sitemap-title:after {
	position: absolute;
	display: block;
	content: "";
	top: 12px;
	right: 0;
	width: 14px;
	height: 14px;
	background-size: 14px;
	background-position: center;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#sitemap-toggle {}
.footernav {
	height: 0;
	opacity: 0;
	visibility: 0;
	overflow: hidden;
	pointer-events: none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#sitemap-toggle:checked ~ .sitemap-title:after {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
#sitemap-toggle:checked ~ .footernav {
	height: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.intro-content img {
	display: block;
	max-width: 400px;
	margin: auto;
}
.single-community .intro-content {
	padding: 200px 12px;
}
.com-link {
	text-align: center;
	font-weight: normal;
}
.page-image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-image img, .vt-image img {
	width: 100%;
	height: auto;
}
.community-heading {
	padding-top: 40%;
}
.community-heading p {
	color: #FFF;
	font-weight: 700;
	letter-spacing: 3px;
}
.community-heading .overlay-content {
	padding: 0 24px;
}
.overlay-container {
	position: relative;
	display: block;
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.plat-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(79, 109, 122, 0.5);
	color: #FFF;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.stuck-overlay {
	opacity: 1;
	background-color: rgba(61, 86, 138, 0.0);
}
.overlay-container:hover .plat-overlay {
	opacity: 1;
}
.stuck-overlay .overlay-content {
	top: auto;
	bottom: 10%;
}
.map:hover .page-title {
	opacity: 0.6;
}
.split-heading {
	color: #5a1215;
	font-size: 44px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
}
.split-heading span {
	display: block;
	font-size: 32px;
	font-weight: 400;
	color: #000;
}
.bordered-image {
	border: solid 8px #b8ab9b;
}
.relative-box {
	position: relative;
}
.no-position {
	position: unset;
}
.bg-box {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 32px 0;
}
.half-bg {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	bottom: 0;
	padding: 0;
	z-index: 1;
}
.half-bg:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--main-color-trans);
}
.right-side.half-bg {
	right: 0;
}
.flex-overlay {
	position: relative;
	z-index: 3;
}
.bg-box-content {
	padding: 32px;
	color: #FFF;
	text-align: left;
}
.bg-box-content .content {
	width: 80%;
	margin: auto;
}
.bg-box-content h2 {
	border-bottom: solid 3px var(--secondary-color);
	margin-bottom: 12px;
}
.fixed-bg {
	background-attachment: fixed;
}
.left, .image-float-left {
	position: relative;
	float: left;
}
.right, .image-float-right {
	position: relative;
	float: right;
}
.full-width {
	width: 100%;
}
.half {
	width: 49%;
}
.third {
	width: 32%;
}
.two-thirds {
	width: 65%;
}
.quarter {
	width: 24%;
}
.three-quarters {
	width: 74%;
}
.hide-overflow {
	overflow: hidden;
}
.fp-thumb {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #FFF;
	overflow: hidden;
}
.fp-thumb:nth-of-type(even) {
	margin-right: 0;
}
.fp-thumb.home-thumb, .fp-thumb.home-thumb:nth-of-type(even) {
	width: 31%;
	margin-right: 0;
}
.status-banner {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 44px;
	left: -112px;
	padding: 12px;
	color: #FFF;
	background-color: var(--main-color);
	text-indent: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.status-title {
	display: table !important;
	margin: 12px auto auto;
	padding: 12px;
	color: #FFF;
	background-color: var(--main-color);
}
.status-banner[data-status="Sold"], .status-title[data-status="Sold"] {
	background-color: #CF4343 !important;
}
.status-banner[data-status="Under Construction"], .status-title[data-status="Under Construction"] {
	background-color: var(--secondary-color) !important;
}
.listing-photos {
	margin: 0;
}
.fp-thumb h3 {
	font-size: 36px;
	font-weight: 500;
	margin: 32px auto;
}
.fp-thumb.home-thumb h3 {
	font-size: 24px;
	text-align: center;
}
.fp-thumb h3 span {
	display: block;
	font-size: 24px;
	margin-top: 16px;
}
.fp-thumb.home-thumb h3 span {
	font-size: 16px;
	margin-bottom: 8px;
}
.thumb-buttons {
	padding: 36px 0;
}
.thumb-buttons .button {
	margin: 0 12px;
}
.home-details .thumb-buttons .button, .home-details .thumb-buttons .button:visited {
	margin: 12px;
}
.info-icons i {
	font-style: normal !important;
}
.bath-icon span[data-content=""] .bath-special, .bath-default, .garage-icon span[data-content=""] .garage-special, .garage-default, .has-carport, #listing-details[data-type="Condominium"] .has-garage, .fp-thumb[data-type="Condominium"] .has-garage {
	display: none;
}
.bath-icon span[data-content=""] .bath-default, .garage-icon span[data-content=""] .garage-default, #listing-details[data-type="Condominium"] .has-carport, .fp-thumb[data-type="Condominium"] .has-carport {
	display: inline;
}
.garage-special p {
	display: inline;
	margin: 0;
}
.info-icons div {
	text-align: center;
	width: 25%;
	align-self: flex-start;
}
.fp-thumb.home-thumb .info-icons div {
	font-size: 16px;
}
.info-icons > div:before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
	background-image: url("../ELEMENTS/IMAGES/plan-spritesheet.png");
	background-repeat: no-repeat;
	background-size: 120px;
}
.sqft-icon:before {
	background-position: 0 -40px;
}
.bath-icon:before {
	background-position: 0 -80px;
}
.bed-icon:before {
	background-position: 0 -120px;
}
.possession-date {
	display: none;
	font-size: 28px;
}
.home-thumb .possession-date {
	margin-top: -24px;
	margin-bottom: 12px;
}
div[data-status="Under Construction"] .possession-date {
	display: block;
}
.hide-field[data-content=""], .hide-field[data-content="0"], a[href=""], .price-field[data-price=""] span, .possession-date[data-content="December 1969"], .possession-date[data-content=""] {
	display: none !important;
}
.price-field span {
	display: block;
	text-decoration: line-through;
}
.widget {
	display: block;
	width: 150px;
	margin: 12px;
	color: var(--main-color);
	font-family: var(--big-font);
	font-size: 32px;
	font-weight: 300;
	align-self: flex-start;
}
.widget.flex-half {
	width: 48%;
	margin: 1%;
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: 400;
	color: #000;
}
.widget:before {
	display: block;
	content: "";
	width: 100px;
	height: 100px;
	margin: 12px auto;
	background-image: url("../ELEMENTS/IMAGES/spritesheet.png");
	background-repeat: no-repeat;
	background-size: 100px;
}
.widget-efficient:before {
	background-position: 0 -100px;
}
.widget-sustainable:before {
	background-position: 0 -200px;
}
.widget-features:before {
	background-position: 0 -300px;
}
.widget-info:before {
	background-position: 0 -400px;
}
.widget-modern:before {
	background-position: 0 -500px;
}
/* 4.2 Home Page */
.detail-icon-box {
	position: relative;
	padding-left: 60px;
	display: inline-block;
	width: 32%;
	text-align: left;
	font-size: 24px;
	min-height: 56px;
}
.detail-icon-box p {
	margin: 0;
	padding: 10px;
}
.detail-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../ELEMENTS/IMAGES/detail-icon-sprite.png);
	background-repeat: no-repeat;
	background-size: 50px;
}
.icon-baths {
	background-position: 0px 0px;
}
.icon-beds {
	background-position: 0px -50px;
}
.icon-garage {
	background-position: 0px -100px;
}
.icon-price {
	background-position: 0px -150px;
}
.icon-sqft {
	background-position: 0px -200px;
}
.icon-levels {
	background-position: 0px -250px;
}
.sold-home, .price-field[data-status="Sold"] .price {
	display: none;
}
.price-field[data-status="Sold"] .sold-home {
	display: inline;
}
/* 4.4 Communities */
#fp-thumb- {
	display: none;
}
.featured-thumb, .featured-thumb:visited {
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 6px;
	width: 100%;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	vertical-align: top;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.community-thumb, .fp-thumb {
	-moz-box-shadow: rgba(161, 161, 161, 0.25) 0 0 11px 0 !important;
	-webkit-box-shadow: rgba(161, 161, 161, 0.25) 0 0 11px 0 !important;
	box-shadow: rgba(161, 161, 161, 0.25) 0 0 11px 0 !important;
}
.community-thumb {
	width: 32%;
	padding: 24px;
	margin-bottom: 24px;
	text-align: center;
}
.past-homes .community-thumb {
	width: 49%;
}
.community-thumb .page-title {
	font-size: 36px;
	font-weight: 500;
}
.community-thumb .page-title span {
	display: block;
	margin: 24px auto;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.com-thumb-button[data-status="Sold Out"] .default-button {
	display: none;
}
.com-thumb-button[data-status="Sold Out"] .alt-button {
	display: inline-block;
}
.com-map {
	width: 100%;
	height: 320px;
}
.com-vid-image[data-content=""] {
	display: block !important;
	width: 100%;
	height: auto;
}
.grid-block {
	display: flex;
	text-align: center;
	border-top: solid 3px #5e5050;
	margin: 0;
}
.home-mini-thumb .grid-block {
	min-height: 70px;
}
.grid-block div {
	display: block;
	width: 50%;
	flex-grow: 2;
	flex-shrink: 1;
	padding: 8px;
	font-size: 16px;
	color: #000;
}
.grid-block p {
	min-height: 70px;
	margin: 0;
}
.grid-block div span {
	display: block;
	font-size: 22px;
	font-weight: 700;
}
.grid-block div.split-grid {
	display: flex;
	justify-content: center;
}
.split-grid i {
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
}
.grid-block.three-across div {
	width: 33.33%;
}
.grid-block.full-width div {
	width: 100%;
	border-right: none !important;
}
.grid-block div:first-child {
	border-right: solid 3px #5e5050;
}
.home-mini-thumb .button, .home-mini-thumb .button:visited {
	display: block;
	border-width: 3px;
}
.details-button:hover {
	color: #FFF;
	background-color: #FEC22E;
}
.price[data-content=""] {
	display: none;
}
.listing-thumb-title {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 4px;
}
.model-banner {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	color: #FFF;
	padding: 10px;
	background-color: #8FBFB5;
	text-transform: uppercase;
}
.home-mini-thumb, .video-thumb {
	display: block;
	margin: 1.66%;
	width: 30%;
}
.two-column .video-thumb {
	width: 46.6%;
}
.home-mini-thumb .grid-block span {
	font-size: 16px;
}
.listing-mini-thumb-title {
	color: #000;
	text-transform: none;
	padding: 4px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 3px;
	text-align: center;
}
.listing-image {
	width: 100%;
	border: solid 12px #000;
}
.thumb-title-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 68px;
}
.home-thumb-image {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.home-pop-thumb .home-thumb-image:after, .incentive-banner {
	display: block;
	position: absolute;
	content: attr(data-headline);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 240px;
	padding: 8px;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0px;
	color: #FFF;
	background-color: var(--main-color);
	text-indent: 0;
}
.incentive-banner {
	top: 0;
	bottom: auto;
	text-transform: uppercase;
	font-size: 20px;
	background-color: var(--secondary-color);
}
.incentive-banner p {
	margin: 0;
}
.home-pop-thumb .home-thumb-image[data-headline=""]:after, .incentive-banner[data-content=""] {
	display: none;
}
.featured-thumb .home-thumb-image {
	padding-top: 120%;
}
.gallery-thumb {
	border: none;
	border-bottom: solid 2px #282727;
	text-decoration: none;
}
.gallery-thumb .home-thumb-image {
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-thumb:hover .home-thumb-image {
	/* background-size:110%; */
}
.gallery-thumb h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	color: #282727;
	margin: 2px auto;
}
.gallery-thumb.person h2 {
	font-size: 24px;
}
.gallery-thumb.person h3 {
	margin: 2px auto;
}
.gallery-thumb.person .view-details {
	font-size: 24px;
}
.home-single-details p {
	color: #676767;
	padding: 8px;
	font-size: 20px;
}
.elevation-photos {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.gallery li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.5%;
	overflow: hidden;
}
.gallery li img {
	position: absolute;
	top: 0;
	left: -50%;
	right: -50%;
	bottom: 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.community-map {
	height: 400px;
}
.page-gallery {
	width: 72%;
	max-width: 700px;
	margin: auto;
}
.page-gallery img {
	max-height: 600px !important;
	width: auto !important;
	max-width: 100%;
	margin: auto;
}
/* 4.5 Other Pages */
/* Blog Stuff */
.blog-heading {
	text-align: center;
	margin-bottom: 0;
}
.blog-heading a {
	text-decoration: none;
}
.blog-roll ul {
	list-style-type: none;
	padding: 0;
	margin: auto;
}
.blog-search {}
.blog-roll {
	max-height: 300px;
	overflow-y: scroll;
}
.blogRecent a, .blogRecent a:visited, .blogReadMore a, .blogReadMore a:visited {
	display: block;
	padding: 8px;
	color: #FFF;
	background-color: var(--main-color);
	margin-bottom: 12px;
	text-decoration: none;
	font-size: 16px;
}
.blogReadMore a, .blogReadMore a:visited {
	display: inline-block;
	padding: 12px;
	font-size: 24px;
	margin-bottom: 0;
}
.blogArticle {
	clear: both
}
.blog-first-image img {
	width: 100%;
	margin-bottom: 0;
}
.article-content img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.article-meta {
	margin: 2px auto;
	font-size: 16px;
}
.blogSingle .article-meta {
	text-align: center;
}
.blog-articles h2 {
	font-size: 32px;
	text-align: center;
}
.blog-articles .blogRoll h2 {
	text-align: left;
	margin: 0 auto;
}
.blog-articles h2 a {
	letter-spacing: 2px;
	text-decoration: none;
	color: #111727;
}
.blogReadMore {
	margin-top: 16px;
	display: block;
}
.blogArticle.blogRoll {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64px;
	justify-content: space-between;
}
.blogRoll figure {
	display: none;
}
.blogRoll .blog-first-image {
	display: block;
	width: 250px;
	height: 250px;
	margin-right: 32px;
}
.blogRoll .article-body {
	width: calc(100% - 282px);
}
.blogRoll .blog-first-image img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
.blogRoll .blog-content {}
.intro-bullets {
	max-width: 320px;
	margin: auto;
	text-align: left;
}
.hollow-bullets {
	list-style-type: circle;
}
.overview-steps {
	list-style-type: none;
	padding: 0;
	margin: auto;
}
.overview-steps li {
	position: relative;
	padding: 12px 0 12px 60px;
	margin-bottom: 24px;
}
.overview-steps span {
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #FFF;
	background-color: #4F6D7A;
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	margin-right: 12px;
}
.testimonial {
	margin-bottom: 24px;
	padding: 12px;
	background: #EEE;
}
.testimonial span {
	display: block;
	font-weight: 600;
}
.contact-container {
	position: relative;
}
.embedded-map {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
}
.float-image {
	width: 100%;
	max-width: 300px;
}
.float-image.float-left {
	float: left;
	margin-right: 20px;
}
.float-image.float-right {
	float: right;
	margin-left: 20px;
}
.area-info div {
	width: 33.33%;
	padding: 12px;
}
.area-subheading {
	color: #b2a97e;
	letter-spacing: 3px;
}
.portfolio-gallery {
	list-style-type: none;
	padding: 0;
}
.portfolio-gallery li {
	display: inline-block;
	width: 22%;
	margin: 12px;
}
.portfolio-gallery img {
	width: 100%;
}
.portfolio-title {
	font-size: 60px;
}
.portfolio-video[data-video=""] {
	display: none !important;
}
.portfolio-thumb, .portfolio-gallery li, .portfolio-thumb span {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-thumb {
	position: relative;
	display: inline-block;
	width: 360px;
	margin: 12px;
	height: 240px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.portfolio-thumb span {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	padding: 12px;
	background-color: rgba(17, 23, 39, 0.50);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.portfolio-thumb:hover, .portfolio-gallery li:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.portfolio-thumb:hover span {
	background-color: rgba(17, 23, 39, 1.0);
}
.portfolio-thumb:active, .portfolio-gallery li:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform: scale(0.95);
}
.no-bullets {
	list-style-type: none;
	padding: 0;
}
.no-bg {
	background-color: rgba(0, 0, 0, 0);
}
.no-banner {
	margin-top: 8px;
}
.design-process > div {
	position: relative;
	color: #000;
	font-size: 28px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	padding: 44px;
}
.design-process > div:nth-child(odd) {
	background-color: #F0EEE5;
}
.reveal-label {
	display: block;
	cursor: pointer;
}
.reveal-label:hover {
	opacity: 0.7;
}
.reveal-label:after {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	content: "+";
	font-size: 80px;
	text-align: center;
	line-height: 80px;
}
.reveal-label:hover::after, .reveal:checked ~ .reveal-label:after {
	display: block;
}
.reveal:checked ~ .reveal-label:after, .reveal:checked ~ .reveal-label:hover::after {
	content: "-";
}
.reveal-content {
	position: relative;
	height: 0px;
	visibility: hidden;
	pointer-events: none;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	max-width: 400px;
	margin: auto;
}
.reveal:checked ~ .reveal-content {
	height: auto;
	visibility: visible;
	pointer-events: all;
}
blockquote {
	padding: 24px;
	font-size: 16px;
	margin: 36px auto;
}
blockquote span {
	display: block;
	padding: 4px 12px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
}
.flex-gallery .image-container {
	width: 33.33%;
	padding-top: 33%;
	height: 0;
}
.image-container, .flex-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.image-container img, .flex-image img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.image-container:hover img {
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
	opacity: 0.8;
}
.featured-community h3, .line-heading {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}
.featured-community h3:after, .line-heading:after {
	position: relative;
	display: block;
	content: "";
	margin: 24px auto;
	width: 120px;
	border-bottom: solid 1px var(--main-color);
}
.line-heading:after {
	border-bottom: solid 1px var(--secondary-color);
}
.flex-container {
	position: relative;
	padding: 48px 0;
}
.flex-container h3 {
	font-size: 48px;
	font-weight: 500;
}
.flex-container .content {
	display: table;
	background-color: var(--main-color);
	color: #FFF;
}
.flex-container .content div {
	display: table-cell;
	vertical-align: middle;
}
.flex-container:nth-of-type(even) .content {
	background-color: #FFF;
	color: #000;
}
.flex-container:nth-of-type(even) h3 {
	color: var(--main-color);
}
.flex-container .flex {
	align-items: stretch;
}
.flex-container:nth-of-type(odd) .flex, .flex-reverse {
	flex-direction: row-reverse;
}
.flex-bg {
	min-height: 500px;
}
.flex-container-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.2;
	background-attachment: fixed;
}
.map-container iframe {
	width: 100%;
	min-height: 480px;
}
.fp-images {
	margin: auto;
	max-width: 480px;
}
.fp-images img {
	width: 100%;
}
.community-slider {
	overflow: hidden;
}
.svg-image {
	width: 40px;
}
.video-thumb {
	text-decoration: none;
	color: #FFF;
	border: solid 4px transparent;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.video-thumb:hover {
	border: solid 4px var(--main-color);
}
.vt-headline {
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 72px;
	padding: 4px 8px;
}
.vt-headline span {
	display: block;
	width: 100%;
}
/* END Main Elements */
/* 5. Header and Footer Elements */
.header {
	width: 100%;
	margin: auto;
	z-index: 1002;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 0 11px 0;
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 0 11px 0;
	box-shadow: rgba(0, 0, 0, .25) 0 0 11px 0;
}
.header .container {
	position: relative;
}
.header nav {
	width: 100%;
}
.navbar {
	float: right;
	width: 75%;
}
.mainnav {
	margin: 0;
	padding: 16px 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.mainnav a, .mainnav a:visited {
	color: #202020;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}
.mainnav ul a:hover {
	color: #FFF;
}
.mainnav > li {
	position: relative;
}
.mainnav > li > a {
	width: 100%;
	display: block;
	padding: 14px 6px;
	align-self: center;
}
.mainnav > li > a:before {
	position: absolute;
	display: block;
	content: "";
	width: 0px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: var(--secondary-color);
	visibility: hidden;
	pointer-events: none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.mainnav > li.active > a:before, .mainnav > li.active > a:hover:before, .mainnav > li.current > a:before {
	visibility: visible;
	pointer-events: all;
	width: 100%;
}
.header.scrolled .dropdown > ul {
	margin-top: auto;
}
.mainnav li.active.dropdown > a {
	color: var(--secondary-color);
}
.mainnav > li > ul {
	pointer-events: none;
}
.topnav > li {
	position: relative;
}
.mainnav > li.dropdown.active > ul, .topnav > li.active ul {
	top: 100%;
	visibility: visible;
	opacity: 1.0;
	pointer-events: all;
}
.trilevel.active > ul {
	top: 0;
	left: 100%;
	visibility: visible;
	opacity: 1.0;
	pointer-events: all;
}
.mainnav ul a {
	display: block;
	font-size: 18px;
	padding: 12px 8px;
	color: #FFF !important;
}
.dropdown > ul, .topnav ul, .trilevel > ul {
	position: absolute;
	visibility: hidden;
	opacity: 0.0;
	top: -300px;
	right: 0;
	width: 100%;
	z-index: 1000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-width: 240px;
	text-align: center;
	background-color: var(--main-color);
	color: #FFF;
}
.footernav, .footernav ul {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
}
.footernav a, .footernav a:visited {
	text-decoration: none;
}
.footernav .dropdown > a > span, .footernav .trilevel > a > span {
	display: none;
}
.footernav .dropdown > ul, .footernav .trilevel > ul {
	display: block;
	visibility: visible;
	pointer-events: all;
	opacity: 1;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	text-align: left;
	background-color: rgba(255, 255, 255, 0) !important;
}
.footernav .dropdown:active, .footernav .trilevel:active, .footernav .dropdown.active > a, .footernav .trilevel.active > a, .footernav .dropdown > a:hover, .footernav .trilevel > a:hover, .footernav li.active > a, .footernav li > a:hover {
	color: var(--secondary-color);
	background-color: rgba(255, 255, 255, 0) !important;
}
.footernav .dropdown > ul {
	padding-left: 24px;
}
.footernav .trilevel > ul {
	padding-left: 36px;
}
.footernav ul a, .footernav ul a:visited {
	color: var(--main-color);
}
.dropdown, .trilevel, .dropdown > a, .trilevel > a {
	position: relative;
}
.dropdown > a, .trilevel > a {
	padding-right: 30px !important;
}
.dropdown > a > span, .trilevel > a > span {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 12px;
	right: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNrs1OENgjAQBeDKBI5QN3AFNsGJGEE3cQTYgI7gBvpIrvFiSntX6h9yL2muaeG+5BJwzmKxHCbe+wnrjTX+ofdIvad4dqILj7KwZx8hhFsj9I4ysKMLeodu3a0blJldDvRCa3Qmy3XssG+Jp1AyvqNmD59RnljXPWPfQtHnlYRb4BI0Ce/BpegmXINr0CyswbVoEZbgNagIzuHxs9OiYjiDuxpUBRdwFfr75yqGGvdszHHkKtRisRwjHwEGAFVVfysnbwDhAAAAAElFTkSuQmCC);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.trilevel > a > span {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNpiYBjM4P///woDYen5/xAAogXoaTEyoJ/lQIv6B9Ly+aOWj1o+avmIs3w+PYtWFMsJqWdiGMpgQIJ6QBLXqKWjlo5aOjQaewNZ8wxMg37AujC0AgABBgBakhJh4+CWnAAAAABJRU5ErkJggg==);
}
.dropdown.active > a > span, .trilevel.active > a > span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.trilevel.active > a > span, .mainnav li.trilevel.current > a span, .sitemap-title:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMlJREFUeNpiYBjM4OZEPwVqm8lIhKXngZQBEF8AYkf1/E0fqGExExFqDJDo/UCHCNDL4glojqCK5YxExvF8IJWAJERxsDOSkMCoajkjiambapYzkpG1qGI5I5n5mmLLGSkoVCiynJGSLEGJ5YyU5kdyLWei1GKgBYlAagFaIdNPjZKLHMsT6GIxrcpqcuJ5Ac0txpG4CodfdhqQAmRAiswBqSQGpFockIYALZo+TERY2k9tS4ktQAqobSmxFl+gtqUD2oUZMAAQYACtEoTFnCYE5gAAAABJRU5ErkJggg==);
}
.dropdown:active, .trilevel:active, .dropdown.active > a, .trilevel.active > a, .dropdown > a:hover, .trilevel > a:hover, .mainnav li.active > a, .mainnav li > a:hover, .mainnav li.current > a {
	opacity: 1;
	color: var(--secondary-color) !important;
	background-color: #FFF;
}
.topnav ul {}
.topnav ul li {
	display: block;
}
#nav-hide, #nav-hide:visited {
	clear: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 20px;
	color: #000;
	border-top: solid 3px #000;
}
.logo {
	position: relative;
	margin: auto;
	display: block;
	float: left;
	width: 25%;
	max-width: 158px;
	text-align: center;
	padding: 6px;
	overflow: hidden;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo:hover {}
.logo:active {
	transform: translate(10px)
}
.header.scrolled .logo {}
.footer {
	position: relative;
	z-index: 5;
	font-size: 20px;
	text-align: center;
	color: #666;
	background-color: #F4F4F4;
	padding: 8px;
}
.footer-border {
	border-top: solid 2px #d4d2d2;
}
.footer a, .footer a:visited {
	color: #4F6D7A;
}
.footer a:hover {
	opacity: 0.8;
}
.footer-logo {
	width: 100%;
	max-width: 240px;
	margin: 24px auto 12px;
	padding: 12px;
	border-radius: 5px;
}
.footer-contact {
	text-align: left;
}
.footer-contact img {
	width: 100%;
	max-width: 250px;
	display: block;
	text-align: center;
	margin: auto;
}
.footer-contact ul {
	list-style-type: none;
	padding: 0;
	margin: auto;
}
.houzz-links {
	text-align: right;
}
.houzz-links img {
	max-width: 33%;
	height: auto;
}
.social-media {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.social-media .content {
	padding: 8px 24px;
}
.social-media {
	list-style-type: none;
	padding: 0;
	display: flex;
}
.social-media li {
	display: block;
	margin: 0 6px;
}
.social-media li a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	background-size: 28px;
	background-repeat: no-repeat;
	background-image: url(/ELEMENTS/IMAGES/social-sprite.png);
}
.contact-info .social-media a {
	background-color: #FFF;
}
.social-media li a:active {
	transform: translateY(2px);
	-webkit-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
}
.facebook a {
	background-position: 0px 0px;
}
.twitter a {
	background-position: 0px -140px;
}
.pinterest a {
	background-position: 0px -112px;
}
.linkedin a {
	background-position: 0px -84px;
}
.google a {
	background-position: 0px -28px;
}
.pinterest a {
	background-position: 0px -112px;
}
.instagram a {
	background-position: 0px -56px;
}
.youtube a {
	background-position: 0px -168px;
}
.rss a {
	background-position: 0px -196px;
}
.houzz a {
	background-position: 0px -224px;
}
.topnav {
	position: relative;
	float: right;
	text-align: right;
	width: 50%;
	list-style-type: none;
	padding: 0;
	margin: 14px 0;
}
.topnav li {
	display: inline-block;
}
.topnav a, .topnav a:visited {
	display: block;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	padding: 16px;
}
/* END Header and Footer Elements */
/* 6. Buttons and Links */
.tb-form {
	width: 100%;
	min-height: 600px;
}
.popup-form input[type=text], .popup-form input[type=email], .popup-form textarea, .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=number], .contact-form select, .contact-form textarea {
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	padding: 8px;
	color: #FFF;
	margin-bottom: 18px;
	font-family: var(--main-font);
	font-size: 18px;
	border: none;
	border-bottom: solid 2px #FFF;
}
.contact-form textarea {
	min-height: 80px;
}
.popup-form input[type=text]:focus, .popup-form input[type=email]:focus, .popup-form textarea:focus, .contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form input[type=number]:focus, .contact-form select:focus, .contact-form textarea:focus {
	background-color: rgba(255, 255, 255, 0.15);
}
.contact-form input, .contact-form textarea, .contact-form select, .checkbox-field {
	margin-bottom: 12px;
}
.contact-form input[type="checkbox"] {
	margin-bottom: 0;
}
.checkbox-label {
	font-weight: 700 !important;
	margin-left: 4px;
}
.checkbox-field {
	margin-bottom: 12px;
}
.contact-form span {
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
}
.contact-form span:last-child {
	margin-right: 0;
}
.contact-form {
	width: 100%;
}
.contact-form label {
	font-weight: normal;
	font-size: 18px;
}
select {
	padding: 6px 30px 6px 6px;
	font-family: var(--main-font);
	border: none;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 200px;
	height: 50px;
	margin: 5px 0px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #FFF;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENjExQzk1RjREODgxMUU4Qjc2QUY5QTUzMzk0NTVDMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENjExQzk2MDREODgxMUU4Qjc2QUY5QTUzMzk0NTVDMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2MTFDOTVENEQ4ODExRThCNzZBRjlBNTMzOTQ1NUMwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ2MTFDOTVFNEQ4ODExRThCNzZBRjlBNTMzOTQ1NUMwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xTCGrAAAAONJREFUeNpi/P//P8NAACaGAQKjFtMNsICIgwcOhEL57+0dHPaQaxjQHCUgZQzl7gGa9Z6Qj0EaVgHxbqDmNDItBVl4BmqOCz5LQYARlp2AGsuBVAfI10DsCtR4lkSfgiwVBOJZQL3pRMcxUHEnkKqAat4N9QExlgpCfUm0pRiJi1TLoZbuhsYr0ZZiTdVQyzsJWU6JpTizE9AQkK9n4bIczdKz0FCiTj6G+gDDciyWuhJKwXhTNZ54nAmkQFnsHhCHAfFMSi0lymI0y2GAIkuJthitdCNYKlHV4tHaachaDBBgAFQTdpHxdZKfAAAAAElFTkSuQmCC);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
	-ms-word-break: normal;
	word-break: normal;
}
textarea {
	resize: none;
}
.selector-field {
	position: relative;
}
.selector-field input {
	position: relative;
	pointer-events: none;
}
.selector-field select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
}
::-webkit-input-placeholder {
	color: #FFF;
}
:-moz-placeholder {
	color: #FFF;
}
::-moz-placeholder {
	color: #FFF;
}
:-ms-input-placeholder {
	color: #FFF;
}
.button, .button:visited {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #FFF;
	background-color: var(--main-color);
	padding: 10px 36px;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	border: solid 2px transparent;
	border-radius: 50px;
	align-self: center;
}
.button-row {
	justify-content: center;
}
.button-row .button, .button-row .button:visited {
	width: 18%;
	margin: 1%;
	font-size: 16px;
}
.button:hover {
	background-color: var(--secondary-color);
}
.button.secondary-bg:hover {
	color: #000 !important;
	background-color: #FFF !important;
	border: solid 2px var(--secondary-color);
}
.SEARCHER {
	display: inline !important;
}
.button:active, .stack-button:active .button {
	-ms-transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
	transform: scale(0.95, 0.95);
}
.page-menu {
	display: table;
	list-style-type: none;
	padding: 0;
	padding-bottom: 16px;
	margin: auto auto 16px;
	text-align: center;
	border-bottom: #3F568A solid 3px;
}
.page-menu li {
	display: inline-block;
	margin: 4px 8px;
}
#SEARCH {
	margin: 12px auto;
}
.community-nav {
	max-width: 720px;
	padding: 0;
	margin: 12px auto;
	list-style-type: none;
	text-align: center;
}
.toggle {
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 600;
	padding: 3px;
	margin: 4px 8px;
	border-bottom: solid 3px rgba(255, 255, 255, 0.00);
}
.toggle:hover {
	border-bottom: solid 3px #A5A5A5;
}
.toggle.current, .toggle:active {
	border-bottom: solid 3px #2376A9;
}
.THUMBS {
	min-height: 380px;
	align-items: flex-start;
}
a, a:visited {
	color: var(--secondary-color);
}
.no-decoration, .no-decoration:visited {
	text-decoration: none;
}
.white a, .white a:visited, .flex-container .content a, .flex-container .content a:visited {
	color: inherit;
}
/* END Buttons and Links */
/* 7. Responsiveness */
.mobile {
	display: none !important;
	visibility: hidden;
}
.mainnav a em {
	font-style: normal !important;
}
@media (max-width: 1150px) {
	.mainnav a em {
		display: none;
	}
	.mainnav a {
		font-size: 12px !important;
	}
}
.hidenav-label {
	display: none;
}
@media (max-width: 768px) {
	.wrapper:before {
		height: 85px;
	}
	.header-image {
		margin-bottom: auto !important;
	}
	.nojs .mainnav li:hover ul {
		display: block;
	}
	.overlay-content h1 {
		font-size: 32px;
		text-shadow: none;
	}
	.details-button {
		position: relative;
	}
	.info-widgets, .thumb-buttons {
		flex-wrap: wrap
	}
	.thumb-buttons .button, .five-across .listing-icon {
		width: auto;
	}
	.right, .left, .widget, .embedded-map, .home-mini-thumb, .bg-box-content, .team-bio, .team-image, .navbar, .community-thumb, .flex-half, .flex-third, .flex-two-thirds, .flex-fourth, .flex-three-fourths, .fp-thumb {
		position: relative !important;
		width: 100% !important;
		float: none !important;
		margin: auto;
		max-width: 100% !important;
	}
	.half-bg {
		display: none;
	}
	.process-flex .flex {
		flex-direction: column-reverse !important;
	}
	.process-flex .flex-bg {
		min-height: 200px !important;
	}
	.community-thumb, .fp-thumb.home-thumb, .fp-thumb {
		margin: 16px auto;
	}
	.flex-row:not(.THUMBS) {
		flex-wrap: wrap-reverse;
	}
	.flex-content, .flex-image {
		width: 100%;
	}
	.flex-image {
		min-height: 200px;
	}
	.overlap-heading {
		margin-top: auto;
	}
	.overlap-heading h1 {
		color: #111727;
	}
	.bg-box-content h3 {
		font-size: 24px !important;
	}
	.bg-box-content p {
		word-wrap: break-word;
	}
	.home-mini-thumb {
		margin-bottom: 24px;
	}
	.embedded-map {
		height: 300px;
	}
	.page-image {
		padding: 0;
	}
	nav {
		display: none;
	}
	.logo {
		position: relative;
		margin: 12px auto;
		width: 50%;
		max-width: 120px;
	}
	.logo img {
		width: 100%;
		max-width: 100%;
	}
	.hidenav-label {
		position: fixed;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-weight: 700;
		color: #000;
		font-size: 24px;
		padding: 12px;
		cursor: pointer;
		top: 36px;
		right: 12px;
		z-index: 11;
	}
	.header nav {
		position: fixed;
		top: 0;
		right: 0;
		width: 75%;
		background-color: #FFF;
		z-index: 10;
		padding-top: 64px;
		-moz-box-shadow: rgba(161, 161, 161, 0.25) 0 0 11px 0 !important;
		-webkit-box-shadow: rgba(161, 161, 161, 0.25) 0 0 11px 0 !important;
		box-shadow: rgba(161, 161, 161, 0.25) 0 0 11px 0 !important;
	}
	.dropdown > a > span, .trilevel > a > span {
		top: 6px;
	}
	.trilevel > ul {
		display: none;
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
	}
	.trilevel.active > ul {
		display: block;
		background-color: var(--secondary-color);
		color: #FFF;
	}
	#hidenav:checked ~ nav {
		display: block;
	}
	.burger {
		position: relative;
		width: 30px;
		height: 10px;
		margin-right: 12px;
		overflow: visible;
		display: inline-block;
	}
	.burger span, .burger span:before, .burger span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 4px;
		width: 30px;
		background: #000;
		position: absolute;
		display: block;
		content: '';
	}
	.burger span:before {
		top: -10px;
	}
	.burger span:after {
		bottom: -10px;
	}
	#hidenav:checked ~ label .burger span {
		background-color: transparent;
	}
	#hidenav:checked ~ label .burger span:before, #hidenav:checked ~ label .burger span:after {
		top: 0;
	}
	#hidenav:checked ~ label .burger span:before {
		transform: rotate(45deg);
	}
	#hidenav:checked ~ label .burger span:after {
		transform: rotate(-45deg);
	}
	.mainnav {
		color: #FEC22E;
		flex-wrap: wrap;
	}
	.mainnav > li:nth-child(3) {
		margin-right: auto;
	}
	.mainnav > li > a {
		margin: auto;
		padding: 16px 8px !important;
	}
	.mainnav > li > a br {
		display: none;
	}
	.home-thumb-image, .home-thumb-details {
		width: 100%;
		position: relative;
	}
	.home-thumb {
		margin-bottom: 24px;
	}
	.social-media ul {
		margin: 12px 12px 0 0;
		text-align: center;
	}
	.call-now {
		text-align: center;
		float: none;
		margin: auto;
	}
	.floorplan-thumb {
		margin-bottom: 16px;
	}
	.community-map {
		height: 150px;
	}
	.mobile {
		display: block !important;
		visibility: visible;
	}
	.overflow {
		margin-bottom: 0px !important;
	}
	.social-media {
		position: relative;
	}
	.click-to-call {
		width: 100%;
		float: none;
		text-align: center;
		margin: auto;
	}
	.no-header {
		padding-top: 0;
		margin: 8px auto 0;
	}
	.button-row .button {
		width: 100%;
		margin: 4px auto;
		padding: 6px 0;
	}
	.mainnav {
		width: 100%;
	}
	.mainnav > li {
		display: block;
		margin: auto;
		margin-right: 0;
		width: 100%;
		border-left: none;
	}
	.mainnav .submenu > a:after {
		margin-left: 10px;
		display: inline-block;
		content: '';
		width: 0;
		height: 0;
		border-top: 5px solid #000;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.mainnav li > a {
		font-size: 0.8em !important;
		padding: 8px;
		text-align: center;
	}
	.mainnav ul, .topnav ul {
		position: relative;
		width: 100%;
		top: 0;
		visibility: visible;
		display: none;
		border-left: none;
	}
	li.dropdown.active > ul, li.trilevel.active > ul {
		display: block;
	}
	.footernav li:after {
		margin: auto 6px;
	}
	.box-label {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		clear: both;
		text-align: center;
	}
	.blogArticle.blogRoll {
		flex-wrap: wrap;
	}
	.blog-articles .blogRoll h2, .blog-content {
		text-align: center;
	}
	.blog-first-image {
		margin: auto !important;
	}
	.white-quad div {
		border: none !important;
	}
	.white-quad:first-child {
		border-bottom: none;
	}
	.sidebar .box span {
		padding: 8px;
	}
	.listing .button {
		padding: 12px 0;
		font-size: 1.2em;
	}
	.bx-controls {
		display: none;
	}
	table td {
		display: block;
	}
	.popup-form table td {
		display: table-cell;
	}
	.gallery li {
		width: 30% !important;
		margin: 1%;
	}
}
/* END Responsiveness */
/* 8. Plugins */
#iplat {
	max-width: 1200px;
	margin: auto;
}
#iplat[data-content=""] {
	display: none;
}
/* Responsive YouTube */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 24px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END Responsive YouTube */
.gallery {
	list-style-type: none;
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
}
.gallery li {
	vertical-align: top;
	display: inline-block;
	width: 20%;
	margin: 1%;
}
.gallery li a {
	opacity: 0.8;
}
.gallery li:hover a {
	transform: scale(1.1, 1.1);
	opacity: 1;
}
.gallery-nav {
	text-align: center;
}
.gallery-nav a {
	display: inline-block;
	font-size: 16px !important;
	margin-bottom: 12px;
}
.gallery-nav a.active {
	color: #FFF;
	border-color: #000;
	background-color: #000;
}
.gthumb, .gthumb:visited {
	width: 49%;
	float: left;
	margin: 2% 2% 2% 0;
}
.gthumb:nth-child(even) {
	margin-right: 0;
}
.gthumb-image, .top-bar a, .top-bar a:visited {
	position: relative;
	text-decoration: none;
}
.gthumb img, .gthumb span {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.gthumb img {
	width: 100%;
}
.gthumb span {
	display: block;
	text-align: center;
	max-width: 90%;
	margin: auto;
	padding: 12px;
	color: #FFF;
	background-color: #4F6D7A;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-decoration: none;
}
.gthumb-image:hover span {
	background-color: #FEC22E;
}
.gthumb-image:hover img {
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(50%);
}
/* END Plugins */
/* Print */
@media print {
	.gallery {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.gallery li {
		width: 24% !important;
		height: auto !important;
		display: inline-block !important;
		vertical-align: top !important;
	}
	.mainnav, .footernav, .holder, .homegalleryNav, .social-media {
		display: none;
	}
}
.nojs .mainnav > li:hover ul {
	top: 100%;
	visibility: visible;
}
.ie {
	display: none;
}
iframe[name="google_conversion_frame"] {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -9999px;
	overflow: hidden;
}
.apple-only, #Safari .apple-no {
	display: none !important;
} /*#Safari .apple-only{display: inline-block !important;} */
.disclaimer ul {
	list-style-type: none;
	padding: 0;
}
.disclaimer li {
	position: relative;
	padding-left: 16px;
}
.disclaimer li:before {
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 12px;
	left: 0;
	background-color: var(--secondary-color);
}
.sms-icon {
	display: block;
	position: fixed;
	width: 60px;
	right: 0;
	bottom: 10%;
	z-index: 100;
}
.sms-icon img {
	width: 100%;
}
#your-mother {
	width: 10000px;
	overflow: visible;
	perspective: none;
}