/******************************/
/*******general styles*********/
/******************************/
/*micro clearfix*/
.cf:before, .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.apptForm label.screenReaderOnly {
    position: absolute !important;
    top: -9999em !important;
    left: -9999em !important;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/*end-micro clearfix*/
/*natural box layout model*/
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*end natural box layout model*/
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #1f1f1f;
}
a img {
    border: none;
}
#siteContainer {
    margin: 0;
}
#siteContent {
    padding: 0;
    background-color: #ffffff;
    overflow: auto;
}
.wrap {
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: 1420px;
    overflow: visible !important;
}
.wrapXS {
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: 768px;
    overflow: visible !important;
}
img:not(.noRespond) {
    width: 100%;
}
.noMarginBottom {
    margin-bottom: 0 !important;
}
.noMarginTop {
    margin-top: 0 !important;
}
.overlayBlack40 {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    position: absolute;
    display: none;
}
/******************************/
/**********head styles*********/
/******************************/
header {
    width: 100%;
    overflow: auto;
}
.siteLogo {
    float: left;
}
.mainNav {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.caretDown {
    display: none;
    width: 1.25em;
    text-align: center;
}
.caretRight {
    width: 1.25em;
    text-align: center;
    display: inline-block;
}
.primaryNav {
    overflow: auto;
    clear: both;
}
/******************************/
/********heading styles********/
/******************************/
h1 {
    font-size: 2em;
    margin: 0.5em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}
h3 {
    font-size: 1.25em;
    margin: 0.8em 0;
}
h4, h5, h6 {
    font-size: 1em;
    margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.textShadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/******************************/
/**********link styles*********/
/******************************/
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #cc6a2d;
}
a:active {
    color: #000000;
}
/******************************/
/**********list styles*********/
/******************************/
ul, ol {
    margin: 1em 0;
    padding: 0;
}
ul li {
    margin: 0.5em 0 0.5em 1em;
    padding: 0;
}
ol li {
    margin: 0.5em 0 0.5em 1.5em;
    padding: 0;
}
/******************************/
/*********color styles*********/
/******************************/
.lightGreyBG {
    background-color: #f0f0f0 !important;
}
/******************************/
/***********box styles*********/
/******************************/
.padded {
    padding: 1.5em;
}
.padded > :first-child {
    margin-top: 0;
}
.padded > :last-child {
    margin-bottom: 0;
}
.bordered {
    border: 1px solid #ddd;
}
.shadowed {
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.25);
}
/******************************/
/*******paragraph styles*******/
/******************************/
p {
    line-height: 1.4;
}
p:first-child {
    margin-top: 0;
}
p {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
/******************************/
/*******separator styles*******/
/******************************/
hr.separator {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ccc;
    margin: 2.5em 0;
}
/******************************/
/*********align styles*********/
/******************************/
.center {
    text-align: center !important;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.justify {
    text-align: justify;
}
/******************************/
/*********float styles*********/
/******************************/
.floatLeft {
    float: left !important;
}
.floatRight {
    float: right !important;
}
.top {
    margin-top: 0 !important;
}
.bottom {
    margin-bottom: 0 !important;
}
/******************************/
/********figure styles*********/
/******************************/
figure {
    padding: 0;
    margin: 0;
}
figure img {
    display: block;
}
figcaption {
    text-align: center;
    font-size: 0.75em;
    padding: 0.25em;
    display: block;
}
/******************************/
/********Gallery styles********/
/******************************/
/******************************/
/*********table styles*********/
/******************************/
table {
    width: 100%;
    border-collapse: collapse;
}
table, table:before, table:after, tr, tr:before, tr:after, th, th:before, th:after, td, td:before, td:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
thead tr {
    background: #988e7b !important;
    color: #fff;
}
tr:nth-of-type(even) {
    background: #eee;
}
td, th {
    padding: 1em;
    border: 1px solid #665f53;
}
th.feature {
    width: 60%;
}
th.statesonHomes {
    width: 20%;
}
th.otherBuilders {
    width: 20%;
}
/******************************/
/********footer styles*********/
/******************************/
.mainFooter {
    background-color: #1f1f1f;
    color: #ffffff;
    font-size: 0.9375em;
}
.mainFooter h1 {
    color: #A9CDD6;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 1em 0;
}
.mainFooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainFooter ul li {
    margin: 1em 0 0 0;
    padding: 0;
}
.mainFooter ul li:first-child {
    margin-top: 0;
}
.footerContact p {
    line-height: 1.6;
}
.footerSiteLinks a, .footerContact a {
    text-decoration: none;
    color: #ffffff;
}
.footerSiteLinks a:hover, .footerContact a:hover {
    color: #cc6a2d;
}
/******************************/
/*********Grid styles**********/
/******************************/
.gridContainer {
    width: 100%;
    overflow: auto;
}
.grid {
    float: left;
    overflow: auto;
    margin: 1.4% 0 1.4% 1.4%;
}
.grid.floatRight {
    float: right;
    margin: 1.4% 1.4% 1.4% 0;
}
.gridContainer + .gridContainer > .grid {
    margin-top: 0 !important;
}
.gridContainer.padded + .gridContainer.padded {
    margin-top: 2.5em !important;
}
/*
[class*="grid"]:first-child {
	margin-left: 0 !important;
	clear: left;
}
*/
.grid:nth-of-type(1) {
    margin-left: 0 !important;
    clear: left;
}
.grid.floatRight:nth-of-type(1) {
    margin-right: 0 !important;
    clear: right;
}
.grid.first {
    /*Use this option if browsers that don't support nth-of-type pseudo class are important*/
    margin-left: 0 !important;
    clear: left;
}
.grid.one {
    width: 1.05%;
}
.grid.two {
    width: 15.5%;
}
.grid.three {
    width: 23.95%;
}
.grid.four {
    width: 32.4%;
}
.grid.five {
    width: 40.85%;
}
.grid.six {
    width: 49.3%;
}
.grid.seven {
    width: 57.75%;
}
.grid.eight {
    width: 66.2%;
}
.grid.nine {
    width: 74.65%;
}
.grid.ten {
    width: 83.1%;
}
.grid.eleven {
    width: 91.55%;
}
.grid.twelve {
    width: 100%;
}
.grid figure {
    margin: 0;
    padding: 0;
}
.grid.newRow {
    margin-left: 0 !important;
    clear: left;
}
/******************************/
/*********Home styles**********/
/******************************/
.homeSecondaryHeader {
    height: 600px;
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
}
.findYourHomeButtons {
    background: #ffffff;
    overflow: auto;
    border-radius: 0.5em;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.7);
}
.findYourHomeButtons .customButton {
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    float: left;
    font-size: 1.3125em;
}
.customButton.searchByLocation {
    background: #ffffff;
    color: #a3a3a3;
    border-width: 0;
    margin: 0;
    display: inline-block;
    overflow: auto;
}
.customButton.searchByLocation a {
    padding: 1.45em 1.5em;
    display: block;
}
.customButton.searchByLocation a.topLevelSearchByLocation {
    color: #a3a3a3;
    position: relative;
    z-index: 1000;
}
.customButton.searchByLocation a span.buttonText::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    right: 1em;
    width: 1.5em;
    z-index: 1001;
    font-weight: bold;
    padding-top: 0.25em;
    text-align: center;
}
.searchByLocation span {
    display: inline-block;
}
ul.locationLinks {
    list-style: none;
    margin: 0;
    background: #ffffff;
    display: none;
}
ul.locationLinks li a {
    text-decoration: none;
}
ul.locationLinks li a:link {
    color: #000000 !important;
}
ul.locationLinks li a:visited {
    color: #000000 !important;
}
ul.locationLinks li a:hover {
    color: #cc6a2d !important;
    backgroud: #ffffff !important;
}
ul.locationLinks li a:active {
    color: #000000 !important;
}
.customButton.viewMap, .customButton.quickMoveIns {
    background: #235E6D;
    border-color: #5e8995;
    border-style: solid;
    margin: 0;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.customButton.viewMap a, .customButton.quickMoveIns a {
    color: #ffffff;
    padding: 1.45em 0;
    display: block;
    text-decoration: none;
}
.customButton.viewMap a:hover, .customButton.quickMoveIns a:hover {
    background: #508e9e;
}
.taleOfTwoValleysContainer {
    background: #ffffff;
    overflow: auto;
}
.taleOfTwoValleys .introText {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.taleOfTwoValleys .introText h1 {
    font-size: 1.5em;
    margin: 0 0 1.5em 0;
    font-weight: 700;
}
.taleOfTwoValleys .introText p {
    font-size: 1.125em;
    line-height: 1.9;
    margin: 0;
    padding: 0;
}
.taleOfTwoValleys .imageTextbox {
    border-radius: 0.75em;
    text-align: center;
    color: #ffffff;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.taleOfTwoValleys .imageTextbox h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.homeVideoBlock {
    background: #153e4a;
    color: #ffffff;
}
.homeVideoBlock h1 {
    line-height: 1.2;
    margin: 0.625em 0;
}
.homeVideoBlock p, .homeVideoBlock .learnMoreButton {
    font-size: 1.125em;
}
.homeVideoBlock p {
    font-weight: 300;
    line-height: 1.9;
    margin: 2em 0;
}
.homeVideoBlock p {
    max-width: 19.5em;
}
.homeVideoBlock figure {
    overflow: hidden;
}
.homeVideoBlock figure a img {
    transition: transform 0.25s;
}
.homeVideoBlock figure a:hover img {
    transform: scale(1.1);
}
a.learnMoreButton {
    padding: 0.875em 1.5em;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 0.125em;
    border-color: #ffffff;
}
/* mouse over link */
a.learnMoreButton:hover {
    padding: 1em 1.625em;
    color: #000000;
    background: #ffffff;
    border-width: 0;
}
.homeNewsBlock {
    background: #f0f0f0;
    margin: 0;
    overflow: auto;
}
.homeNewsHeader {
    overflow: auto;
    /*****override the padding for >=1040px*****/
    padding-left: 1em;
    padding-right: 1em;
}
.homeNewsHeader h1 {
    float: left;
    font-size: 2.25em;
    margin: 0;
    padding: 0.125em 0 0 0;
}
.homeNewsHeader a.viewAllButton {
    float: right;
    margin: 0;
}
a.viewAllButton {
    font-size: 1.125em;
    padding: 0.875em 1.875em;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #606060;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 0.125em;
    border-color: #606060;
}
/* mouse over link */
a.viewAllButton:hover {
    padding: 1em 2em;
    color: #ffffff;
    background: #606060;
    border-width: 0;
}
.homeNewsStoryContainer.slick-slider {
    overflow: hidden;
    /*****override the padding for >=1040px*****/
    padding-left: 1em;
    padding-right: 1em;
    /*****this is to make room for the dots*****/
    padding-bottom: 48px;
}
.homeNewsStoryContainer {
    display: flex;
    align-items: stretch;
}
.homeNewsStoryContainer .slick-list {
    margin-left: -0.75em;
}
.homeNewsStoryContainer .slick-list .slick-track .slick-slide {
    margin-left: 0.75em;
    height: inherit !important;
    background: #ffffff;
    border-radius: 0.5em;
}
.homeNewsStoryContainer .slick-list .slick-track {
    display: flex !important;
}
.grid.homeNewsStoryBlock, .homeNewsStoryBlock {
    margin-bottom: 0;
}
.grid.homeNewsStoryBlock, .homeNewsStoryBlock {
    background: #ffffff;
    border-radius: 0.5em;
}
a.cardLink {
    text-decoration: none !important;
    color: #000000;
}
.newsFeatureImage {
    height: 220px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 0.5em 0.5em 0 0;
}
.newsFeatureImage figure img {
    border-radius: 0.5em 0.5em 0 0;
}
.excerptSummary {
    padding: 1.25em 2em 2em 2em;
}
.excerptSummary .excerptDate {
    font-weight: 700;
    font-size: 0.8125em;
    text-transform: uppercase;
    margin: 0;
}
.excerptSummary h2 {
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.36;
    margin: 0.5em 0;
}
.excerptCategory {
    color: #c0c0c0;
    font-weight: 700;
    font-size: 1em;
    margin: 0 0 1.5em 0;
}
.excerptText p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.625;
}
.newsReadMore {
    margin-bottom: 0;
}
.newsReadMore, .learnMore, .learnMore a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9375em;
    font-weight: 700;
    color: #cc6a2d;
}
.homeownerFinancingContainer {
    background: #f0f0f0;
    padding-top: 1em;
    padding-bottom: 4em;
}
.homeownerFinancingContainer a {
    color: #ffffff;
    text-decoration: none;
}
.homeHomeownerRewardsBlock, .homeFinancingBlock {
    border-radius: 0.75em;
    color: #ffffff;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding: 2em;
}
.homeHomeownerRewardsBlock h1, .homeFinancingBlock h1 {
    margin-top: 0;
    font-size: 2.25em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.homeHomeownerRewardsBlock p, .homeFinancingBlock p {
    font-size: 1.125em;
    line-height: 1.8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.imageBoxText {
    position: absolute;
    padding-right: 2em;
}
.homeHomeownerRewardsBlock, .homeFinancingBlock {
    height: 380px;
}
.additionalHTML {
    margin: 2.1875em 0 0 0;
}
.additionalHTML img {
    width: auto !important;
}
/****************************************/
/*********Find Your Home styles**********/
/****************************************/
.findYourHomeSecondaryHeader {
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
    position: relative
}
.findYourHomeSecondaryHeader h1 {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.findYourHomeSecondaryHeader h1 span.headerSubtitle {
    font-size:0.5em;
}
.findYourHomeSecondaryHeader h1.withSubtitle {
    line-height:1;
    margin:1em 0;
} 

.findYourHomeMapContainer {
    background: #ffffff;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.locationBlock {
    text-decoration: none;
    color: #000000;
    display: block;
}
a.locationBlock {
    color: #000000;
}
.locationBlock:hover {
    cursor: pointer;
}
.locationBlock.locationQMI {
    display: none;
}
.locationBlock.showLocationBlock {
    display: block !important;
}
.locationBlock.hideLocationBlock {
    display: none !important;
}
.locationBlockContent {
    display: flex;
    align-items: stretch;
    padding: 0.5em 0;
}
.locationBlock .communityPreviewImage {
    width: 39%;
    background-position: 50% 50%;
    background-size: cover;
}
.locationBlock .locationInfo {
    width: 61%;
    padding: 0 1em;
}
.locationContent {
    padding: 1em 0.5em;
}
.filterContainer {
    overflow: auto;
}
.mapFilterTabs {
    overflow: auto;
}
ul.mapFilter {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.mapFilter li {
    margin: 0;
    padding: 0;
}
ul.mapFilter li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    display: block;
}
ul.mapFilter li a:hover {
    cursor: pointer;
}
.mapInfoContainer {
    overflow: auto;
    max-width: 408px;
    margin: 24px auto 0 auto;
    padding: 0 20px 4px 20px;
}
.infoWindowContainer {
    background: #ffffff !important;
    border-radius: 0.75em !important;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.7) !important;
    margin-bottom: 2em !important;
    position: relative;
}
.infoWindowContainer::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    box-shadow: -0.25em 0.25em .25em rgba(0, 0, 0, 0.5);
    content: "";
    height: 22px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 22px;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.infoWindowContainer .infoWindowImage {
    height: 200px;
    border-radius: 0.75em 0.75em 0 0;
    background-position: 50% 50%;
    background-size: cover;
}
.infoWindowContent a {
    outline: 0 !important;
}
.infoWindowContent {
    position: relative;
}
.quickMoveInNoticeContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.quickMoveInNotice {
    margin: 0 3.5em;
    background: #cc6a2d;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 0.5em;
}
.infoWindowContent {
    text-align: center;
    overflow: auto;
    font-family: 'Poppins', sans-serif !important;
}
.infoWindowContent h1 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 1em;
    line-height: 1.2;
    margin-bottom: 0;
}
.infoWindowContent p.homeType {
    font-size: 20px;
    font-weight: 700;
    padding: 0 1em;
    line-height: 1.2;
    margin: 0;
}
.infoWindowContent p.homeInfo {
    margin: 14px 0 0 0;
    font-size: 14px;
}
.infoWindowContent p.startingPrice {
    margin: 3px 0 14px 0;
    font-size: 14px;
}
.infoWindowContent .quickDeliveryInfo h1 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 1em;
    line-height: 1.2;
    margin-bottom: 0;
}
.infoWindowContent.quickDeliveryInfo p.homeAddress1 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 1em;
    line-height: 1.2;
    margin: 0;
}
.infoWindowContent.quickDeliveryInfo p.homeAddress2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 1em;
    line-height: 1.2;
    margin: 0;
}
.infoWindowContent.quickDeliveryInfo p.homeInfo {
    margin: 14px 0 0 0;
    font-size: 14px;
}
.infoWindowContent.quickDeliveryInfo p.startingPrice {
    margin: 3px 0 0 0;
    font-size: 14px;
}
.infoWindowContent.quickDeliveryInfo p.moveInDate {
    margin: 3px 0 14px 0;
    font-size: 14px;
}
/*******************************************/
/*************Location styles***************/
/*******************************************/
.locationIntroText p, .locationAmenitiesText p {
    font-size: 1.125em;
    line-height: 1.9;
    font-weight: 300;
}
.locationIntroText p:last-of-type {
    margin-bottom: 0;
}
.locationIntroText {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.locationGallery {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.locationLocalAmenities h1 {
    font-size: 2.25em;
    line-height: 1.1;
    text-align: center;
}
.locationLocalAmenitiesBlock h1 {
    font-size: 2.25em;
    line-height: 1.1;
    margin-top: 0;
    text-align: left;
}
.locationAmenitiesText p:last-of-type {
    margin-bottom: 0;
}
.locationFindYourHome h1 {
    color: #235E6D;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2.25em;
}
.communitiesBlock {
    background: #ffffff;
    border-radius: 0.5em;
}
.communitiesBlock .blockImage {
    height: 220px;
}
.communitiesBlock .blockText {
    padding: 1em 2em 1.625em 2em;
}
.communitiesBlock h2 {
    font-size: 1.875em;
    line-height: 1.1333;
    margin: 0;
}
.communitiesBlock .homeType {
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0 4.92em 0;
    line-height: 1.2;
    letter-spacing: 1px;
}
.communitiesBlock .startingPrice {
    font-size: 1.0625em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.353em;
}
.communitiesBlock .location {
    font-size: 1.0625em;
    font-weight: 300;
    line-height: 1.2;
}
.locationFindYourHomeContainer.slick-slider {
    overflow: hidden;
    /*****override the padding for >=1040px*****/
    padding-left: 1em;
    padding-right: 1em;
    /*****this is to make room for the dots*****/
    padding-bottom: 48px;
}
.locationFindYourHomeContainer {
    display: flex;
    align-items: stretch;
}
.locationFindYourHomeContainer .slick-list {
    margin-left: -1em;
}
.locationFindYourHomeContainer .slick-list .slick-track .slick-slide {
    margin-left: 1.25em;
    height: inherit !important;
    background: #ffffff;
    border-radius: 0.5em;
}
.locationFindYourHomeContainer .slick-list .slick-track {
    display: flex !important;
}
/*******************************************/
/************Community styles***************/
/*******************************************/
.featureImageContainer {
    position: relative;
}
.globalFYHGallery a.viewGallery {
    background-image: url('https://www.statesonhomes.com/images/site-assets/gallery-icon.png');
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center right 0.8125em;
    border-width: 0;
    color: #ffffff;
    font-size: 1em;
    border-radius: 2em;
    padding: 0.75em 1em;
    width: 100%;
    max-width: 170px;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer;
}
.globalFYHGallery a.viewGallery span {
    line-height: 1;
    display: inline-block;
    padding-right: 2.3125em;
}
.globalFYHGalleryImages {
    max-width: 940px;
}
.globalFYHGalleryImages figure {
    margin: 1.25em 0;
}
.globalFYHGalleryImages .mfp-close, .globalFYHGalleryImages .mfp-close:focus {
    color: #000000 !important;
    opacity: 1 !important;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Poppins', sans-serif !important;
    top: 1em;
    right: 0.5em;
    width: 8.5em;
    height: 1em;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.mfp-whiteBG {
    background: #ffffff !important;
    opacity: 0.9 !important;
}
a.apptButton, .returnToBlog a {
    font-size: 1.125em;
    margin: 0.75em 0 2.75em 0;
    padding: 1em 2em;
    color: #ffffff;
    background: #cc6a2d;
    border-width: 0;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.5em;
    cursor: pointer;
}
/* mouse over link */
a.apptButton:hover, .returnToBlog a:hover {
    padding: 0.875em 1.875em;
    color: #cc6a2d;
    border-style: solid;
    border-width: 0.125em;
    border-color: #cc6a2d;
    background-color: transparent;
}
.apptForm h1 {
    line-height: 1.2;
    font-size: 2.25em;
    margin: 0.5em 0 0.95em 0;
}
.apptForm h1.prospectiveBuyerHeading {
    font-size: 2em;
}
.apptForm {
    background-color: #174450;
    max-width: 580px;
    color: #ffffff;
    margin: 0 auto;
    padding: 1.875em;
    margin: 2em auto;
}
.apptForm ::placeholder {
    color: #a0a0a0;
    opacity: 1; /* Firefox */
}
.apptForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a0a0a0;
}
.apptForm ::-ms-input-placeholder { /* Microsoft Edge */
    color: #a0a0a0;
}
.apptForm .grid.six {
    width: 48.075%;
}
.apptForm .grid {
    margin: 0 0 3.85% 3.85%;
    overflow: hidden !important;
}
.apptForm fieldset {
    border-width: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.apptForm input[type=text], .apptForm input[type=email], .apptForm input[type=tel], .apptForm textarea, .apptForm select {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125em !important;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    padding: 0.875em 1.325em;
    border: none;
    border-radius: 0.5em;
    cursor: pointer;
}
.apptForm select:invalid {
    color: #a0a0a0;
}
.apptForm *:focus {
    outline: none;
}
.radioButtonContainer {
    padding: 0 1.625em;
}
.radioButtonContainer p {
    margin: 0 0 1em 0;
    font-size: 1.125em;
}
.apptForm input[type=radio] {
    border-width: 1px;
    border-style: solid;
    border-color: #508e9e;
}
.apptCommunityLabel, .prospectiveBuyerLabel {
    text-transform: uppercase;
    font-weight: bold;
    color: #a9cdd6;
    margin: 0.625em 0 0 0;
    padding: 0;
    letter-spacing: 1px;
}
.prospectiveBuyerLabel {
    margin-bottom: 1em;
}
button.sendEmailBtn {
    font-size: 1.125em;
    padding: 0.875em 2.5em;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 0.125em;
    border-color: #ffffff;
    background-color: transparent !important;
    cursor: pointer;
}
/* mouse over link */
button.sendEmailBtn:hover {
    padding: 1em 2.625em;
    color: #174450 !important;
    background: #ffffff !important;
    border-width: 0;
}
.g-recaptcha div:first-child {
    margin: 0 auto !important;
}
.fixedSummaryBox {
    font-weight: bold;
    border: none;
}
.fixedSummaryBox h1 {
    font-size: 2.25em;
}
.fixedSummaryBox .homeType {
    margin: 0;
}
.fixedSummaryBox .startingPrice {
    margin-top: 0;
}
.fixedSummaryBox .modelHome {
    margin-bottom: 0;
}
.fixedSummaryBox .modelHomeAdd1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 100 !important;
}
.fixedSummaryBox .modelHomeAdd2 {
    margin: 0;
    font-weight: 100 !important;
}
.fixedSummaryBox .modelHomeHours {
    margin-top: 0;
    font-weight: 100 !important;
}
.fixedSummaryContents h1.withSubtitle {
    margin-bottom: 0;
}
.fixedSummaryContents p.planSubtitle {
    margin-top:0;
}
a.googleMapsLink {
    text-decoration: none;
}
ul.summaryHighlights {
    margin: 1.625em 0 2em 0;
    list-style: none;
}
ul.summaryHighlights li {
    margin: 0;
    padding: 0.75em 0 0.625em 2.6875em;
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 1;
}
.globalFYHSection h1 {
    color: #508e9e;
    text-align: center;
    font-size: 2.25em;
}
.globalFYHSection .designStudioBanner h1.designCenterHeading {
    color: #ffffff;
    text-align: left;
}
.overviewIntro {
    text-align: center;
}
.overviewIntro, .highlightText, .availableHomesBlock {
    font-weight: 300;
}
.highlightText p {
    line-height: 1.625em;
}
.overviewIntro h1 {
    font-size: 1.5em;
    margin: 0 0 1.375em 0;
    color: #000000;
}
.overviewIntro h1:nth-of-type(2) {
    margin-top: 1.375em;
}
.overviewHighlightBlock, .amenitiesBlock {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #c6c6c6;
    overflow: auto;
    padding: 2.5em 0;
}
.overviewHighlightBlock:last-of-type, .amenitiesBlock:last-of-type {
    border-width: 0px;
}
.overviewHighlightBlock h2, .amenitiesBlock h2 {
    font-size: 1.375em;
    margin: 1em 0 1em 0;
    padding: 0.75em 0 0 0;
}
.overviewHighlightBlock figure, .amenitiesBlock figure {
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
}
.overviewHighlightBlock figure img, .amenitiesBlock figure img {
    border-radius: 50%;
    width: 220px;
}
.hideQMIs {
    display: none !important;
}
.communityAvailableHomes, .communityQMIs, .homeModelFloorPlans {
    background: #f0f0f0;
}
.availableHomesBlock, .availableQMIsBlock {
    background: #ffffff;
    border-radius: 0.5em;
}
.blockImage {
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
    border-radius: 0.5em 0.5em 0 0;
}
.availableHomesBlock h2, .availableQMIsBlock h2 {
    margin-top: 0;
    line-height: 1;
}
.availableHomesBlock h2 span.headerSubtitle {
    font-size:0.6em;
    font-weight:100 !important;
}
.communitySiteplan {
    text-align: center;
}
iframe.siteplanEmbed {
    width: 100%;
    display: block;
}
a.downloadSiteplanButton {
    font-size: 1.125em;
    padding: 0.875em 1.875em;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #606060;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 0.125em;
    border-color: #606060;
}
/* mouse over link */
a.downloadSiteplanButton:hover {
    padding: 1em 2em;
    color: #ffffff;
    background: #606060;
    border-width: 0;
}
.availableQMIsBlock .address p {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.apptForm .successMessage {
    display: none;
    text-align: center;
}
.hideElement {
    display: none !important;
}
.showElement {
    display: block !important;
}
/***************************/
/********Home Models********/
/***************************/
.floorplanBlock h2 {
    font-size: 1.375em;
}
.floorplanText p {
    font-weight: 300;
    line-height: 1.6;
}
.homeModelVirtualTour figure.blockImage {
    border-radius: 0.75em;
}
ul.standardFeaturesList li .featureCategory {
    font-size: 1.375em;
    font-weight: 700;
}
ul.standardFeaturesList {
    list-style: none;
    line-height: 1.375;
}
ul.standardFeaturesList li {
    margin: 0;
}
ul.standardFeaturesList li ul {
    list-style: disc;
}
ul.standardFeaturesList li ul li {
    margin: 1em 0 1em 1em;
    padding-left: 0.25em;
}
/*******************************************/
/*************Top level blog****************/
/*******************************************/
.blogIntro {
    text-align: center;
}
.blogIntro h1 {
    margin: 0;
}
.blogIntro p {
    font-size: 1.125em;
    line-height: 1.9;
    font-weight: 300;
}
.blogIntro p:last-of-type {
    margin-bottom: 0;
}
.newsStoryBlock {
    background: #ffffff;
    border-radius: 0.5em;
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.25);
}
.paginationLinksContainer {
    text-align: center;
}
ul.paginationLinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
ul.paginationLinks li {
    display: inline-block;
    margin-left: 0.5em;
}
ul.paginationLinks li a {
    font-size: 1.375em;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding: 0.625em 0.55em;
    width: 2.25em;
    line-height: 1;
    display: block;
    border-radius: 100%;
}
ul.paginationLinks li a.activePaginationLink {
    background-color: #dfdfdf;
}
a.prevBtn, a.nextBtn {
    font-size: 1.125em;
    padding: 0.875em 2.75em;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #606060;
    border-radius: 0.5em;
    border-style: solid;
    border-width: 0.125em;
    border-color: #606060;
}
/* mouse over link */
a.prevBtn:hover, a.nextBtn:hover {
    padding: 1em 2.875em;
    color: #ffffff;
    background: #606060;
    border-width: 0;
}
/*******************************************/
/***********Invidual blog post**************/
/*******************************************/
.blogSecondaryHeader {
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
}
.blogPostMainText p {
    font-size: 1.125em;
    line-height: 1.9;
    font-weight: 300;
}
.blogPostMainText p:last-of-type {
    margin-bottom: 0;
}
.returnToBlog {
    margin-top: 4em;
    text-align: center;
}
.returnToBlog a {
    margin: 0 !important;
}
/***************************/
/*******Why Stateson?*******/
/***************************/
.secondaryHeader {
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
}
.headingContainer .whyStatesonPreHeading {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.whyStatesonIntro {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.whyStatesonIntroText p, .blockText p {
    font-size: 1.125em;
    line-height: 1.9;
    font-weight: 300;
}
.whyStatesonIntroText p:last-of-type, .blockText p:last-of-type {
    margin-bottom: 0;
}
.noResults {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5.4375em;
}
/***************************/
/*******Testimonials********/
/***************************/
figure.testimonialVideo {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
figure.testimonialVideo, figure.testimonialVideo img {
    border-radius: 0.75em;
}
.testimonialVideo figcaption {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.333;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}
/***************************/
/*********Financing*********/
/***************************/
a.whyStatesonButton {
    background: #000000;
    color: #ffffff;
    font-size: 1.125em;
    font-weight: 600;
    padding: 1.1667em 1.25em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.5em;
    display: inline-block;
    line-height: 1;
}
a.whyStatesonButton:hover {
    background-color: #cc6a2d;
}
a.whyStatesonButton.emailResume {
    padding-left: 3.6667em;
    padding-right: 3.6667em;
}
/***************************/
/**********Our Team*********/
/***************************/
figure.teamHeadshot img {
    background-position: 50% 50%;
    background-size: cover;
}
/***************************/
/************FAQ************/
/***************************/
.FAQ {
    max-width: 700px;
    margin: 0 auto;
}
.FAQBlock {
    margin: 0 0 3.5em 0;
}
.FAQBlock:last-of-type {
    margin-bottom: 0;
}
.FAQ .question {
    margin-bottom: 0.9375em;
}
.FAQ .question p {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: bold;
}
.FAQ .question p:first-of-type, .FAQ .answer p:first-of-type {
    margin-top: 0;
}
.FAQ .question p:last-of-type, .FAQ .answer p:last-of-type {
    margin-bottom: 0;
}
.FAQ .answer p {
    font-size: 1.125em;
    line-height: 1.9;
    font-weight: 300;
}
/***************************/
/*********Warranty**********/
/***************************/
.warrantyFlexContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
}
.warrantyBlock {
    box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border-radius: 0.5em;
    padding: 2.75em 2em 2em 2em;
}
.warrantyBlock figure {
    margin: 0 0 1.875em 0;
    padding: 0;
}
.warrantyBlock figure img {
    margin: 0 auto;
}
.warrantyBlock h2 {
    margin: 0;
    font-size: 1.375em;
    line-height: 1.2727;
}
.warrantyBlockText {
    margin: 1.1875em 0 3.25em 0;
}
.warrantyBlockText p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.625;
}
.warrantyBlockText p:first-of-type {
    margin-top: 0;
}
.warrantyBlockText p:last-of-type {
    margin-bottom: 0;
}
.warrantyDownloadLink a {
    font-weight: bold;
    color: #cc6a2D;
    text-decoration: none;
    font-size: 0.9375em;
    line-height: 1.333;
    text-transform: uppercase;
}
/***************************/
/****Emergency Contacts*****/
/***************************/
.emergencyContacts {
    margin: 0 auto;
    padding: 0;
    max-width: 940px;
    text-align: center;
}
.emergencyContactBlock {
    margin-bottom: 2.125em;
}
.emergencyContactBlock:last-of-type {
    margin-bottom: 0;
}
.emergencyType p {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.8889;
}
.emergencyDescription p {
    font-size: 1.125em;
    line-height: 1.8889;
    font-weight: 300;
}
.emergencyType p:first-of-type, .emergencyDescription p:first-of-type, .emergencyEmail p:first-of-type, .emergencyPhone p:first-of-type, .emergencyAddress p:first-of-type {
    margin-top: 0;
}
.emergencyType p:last-of-type, .emergencyDescription p:last-of-type, .emergencyEmail p:last-of-type, .emergencyPhone p:last-of-type, .emergencyAddress p:last-of-type {
    margin-bottom: 0;
}
.emergencyContactInfo {
    background-color: #174450;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    overflow: auto;
}
.emergencyInfoBlock {
    max-width: 700px;
    margin: 0 auto;
}
.emergencyInfoBlock a {
    color: #ffffff;
    text-decoration: none;
}
/***************************/
/*******Design Center*******/
/***************************/
.designStudioBanner {
    background: #174450;
    color: #ffffff;
}
.designStudioBanner h1 {
    line-height: 1.2;
    margin: 1.171875em 0 0 0;
}
.designCenterHeading {
    position: relative;
    display: inline-block;
    z-index: 901;
}
.designCenterHeadingLabel::after {
    content: '';
    position: absolute;
    right: 0.75em;
    width: 1.75em;
    height: 2.522059em;
    z-index: 903;
    background-image: url(https://www.statesonhomes.com/images/uploads/design-center-highlights-white.png);
    background-size: 1.75em 2.522059em;
    top: -1.703125em;
}
.designStudioBanner p, .designStudioBanner .learnMoreButton {
    font-size: 1.125em;
}
.designStudioBanner p {
    font-weight: 300;
    line-height: 1.9;
    margin: 1.625em 0;
}
.designStudioBanner p {
    max-width: 21.5em;
}
.designStudioBanner figure {
    overflow: hidden;
}
.designStudioBanner figure a img {
    transition: transform 0.25s;
}
.designStudioBanner figure a:hover img {
    transform: scale(1.1);
}
.designCenterBtnContainer a {
    display: block;
}
.designCenterLinkText {
    position: relative;
    display: inline-block;
    z-index: 901;
}
.designCenterBtnLabel {
    background: #eae9e5;
    color: #174450;
    padding: 0.25em 0.5em;
    font-size: 2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.125em;
    margin: 2em 0;
    display: inline-block;
}
.designCenterLinkText::after {
    content: '';
    position: absolute;
    right: -2.5em;
    width: 4em;
    height: 5.75em;
    z-index: 903;
    background-image: url(https://www.statesonhomes.com/images/uploads/button-highlights.png);
    background-size: 4em 5.75em;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -2.875em;
}
.designStudioBanner .grid {
    overflow: visible;
}
/***************************/
/**********Realtors*********/
/***************************/
.realtorsContactInfo .contactInfo {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}
p.contactUs {
    margin-bottom: 0.13889em !important;
}
.prospectiveBuyersContent {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.prospectiveBuyersContent .whyStatesonBtnContainer {
    margin: 0;
}
a.contactUsBtn {
    padding: 0.4875em 1.225em;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.125em;
    border-color: #000;
    border-width: 0.125em;
    border-radius: 0.5em;
    border-style: solid;
    display: inline-block;
    margin-bottom: 0.5em;
}
a.contactUsBtn:hover {
    background: #cc6a2d;
    border-color: #cc6a2d;
}
/***************************/
/**********Gallery**********/
/***************************/
/******************************/
/**********Contact*************/
/******************************/
.apptFormBlock button.mfp-close {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: bold;
    font-size: 2em;
    top: 0;
    right: 0.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
}
.contactSecondaryHeader {
    background-position: 50% 50%;
    background-size: cover;
    overflow: auto;
}
.contactFormBlock {
    background-color: #174450;
    overflow: auto;
}
.contactFormBlock h1 {
    text-align: center;
}
.contactInfoBlock {
    text-align: center;
}
.contactIntroText p {
    font-size: 1.125em;
    line-height: 1.9;
    font-weight: 300;
}
.contactIntroText p:last-of-type {
    margin-bottom: 0;
}
.contactInfo {
    font-weight: bold;
}
.contactInfo a:not(.contactUsBtn) {
    color: #000000 !important;
    text-decoration: none;
}
/******************************/
/*************Team*************/
/******************************/
.teamGrid {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
/******************************/
/********Quick Delivery********/
/******************************/
/*********************************/
/******** Homeowner Care *********/
/*********************************/
/*********************************/
/********Energy Efficient*********/
/*********************************/
/*********************************/
/******Building Made Simple*******/
/*********************************/
/******************************/
/********Media queries*********/
/******************************/
/************************************************************************************************************/
/************************************************************************************************************/
/*******************************************Desktop down to 1420px*******************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media (min-width:1420px) {
    /*****************************************full-width desktop styles******************************************/
    .primaryNav {
        padding: 1.375em 0;
    }
    .siteLogo {
        width: 20.625em;
        padding: 0 3.875em;
    }
    .nav li a {
        font-size: 1.125em;
        padding: 0.9875em 1.35em;
    }
    .nav li ul li a {
        font-size: 1.25em;
        padding: 0.5em 1.35em;
    }
    .nav li a.contactNavLink {
        padding: 0.4875em 1.225em;
    }
    /* mouse over link */
    .nav li a.contactNavLink:hover {
        padding: 0.6125em 1.35em;
    }
    .contactPhoneLink a.phoneLink {
        font-size: 0.8749em;
        padding: 0 0.625em;
    }
    /******************************/
    /********footer styles*********/
    /******************************/
    .desktopRightFooter {
        position: relative;
    }
    .footerLogo figure {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .taleOfTwoValleys {
        padding: 5.5em 0 7em 0;
    }
    .taleOfTwoValleys .imageTextbox {
        height: 380px;
    }
    .homeVideoBlock h1 {
        font-size: 4em;
    }
    .homeVideoBlock, .homeNewsBlock {
        padding: 4em 0;
    }
    .homeNewsHeader, .homeNewsStoryContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .homeNewsStoryContainer {
        padding-bottom: 0 !important;
    }
    /*
      .slick-slide {
            margin-left:1.4%;
      }
      .slick-list {
            margin-left:-1.4%;
      }
      */
    .slick-prev:before {
        background-color: #000000 !important;
    }
    .homeownerFinancingContainer {
        padding-top: 2em;
    }
    .homeHomeownerRewardsBlock .imageBoxText p {
        max-width: 440px
    }
    .homeFinancingBlock .imageBoxText p {
        max-width: 557px;
    }
    /****************************************/
    /*********Find Your Home styles**********/
    /****************************************/
    ul.mapFilter li a {
        width: 11.375em;
    }
    .locationBlock .locationInfo {
        min-height: 256px;
    }
    /*******************************************/
    /*************Location styles***************/
    /*******************************************/
    .locationLocalAmenitiesBlock {
        padding-left: 6em;
        padding-right: 6em;
    }
    .locationFindYourHome .wrap {
        max-width: 1452px;
    }
    /*******************************************/
    /************Community styles***************/
    /*******************************************/
    .pageContent {
        background-color: #ffffff;
    }
    ul.secondaryFYHNavList {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.secondaryFYHNavList li a {
        width: 10.625em;
    }
    ul.secondaryFYHNavList li a.doubleLine {
        padding: 0.75em 0.25em;
    }
    iframe.siteplanEmbed {
        height: 655px;
    }
    /*******************************************/
    /*************Top level blog****************/
    /*******************************************/
    .newsStoryBlock {
        width: 23.9425%;
        margin-right: 1.41%;
    }
    .newsStoryBlock:nth-of-type(4n) {
        margin-right: 0;
    }
    /*******************************************/
    /**************Design Center****************/
    /*******************************************/
    .designStudioBanner h1 {
        font-size: 4em;
    }
    .designStudioBanner {
        padding: 0;
    }
    /***************************************end full-width desktop styles****************************************/
}
/************************************************************************************************************/
/************************************************************************************************************/
/*******************************************Desktop 1024 to 1419px*******************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media (min-width: 1024px) and (max-width:1419px) {
    /****************************************intermediate desktop styles*****************************************/
    .primaryNav {
        padding: 1.5em 0;
    }
    .siteLogo {
        width: 13.875em;
        padding: 0 0 0 1em;
    }
    .nav li a {
        font-size: 1.125em;
        padding: 0.9875em 1.35em;
    }
    .nav li ul li a {
        font-size: 1.25em;
        padding: 0.5em 1.35em;
    }
    .nav li.contactNav {
        margin-right: 0.5em;
    }
    .nav li a.contactNavLink {
        padding: 0.4875em 1.225em;
    }
    /* mouse over link */
    .nav li a.contactNavLink:hover {
        padding: 0.6125em 1.35em;
    }
    .contactPhoneLink a.phoneLink {
        font-size: 0.875em;
        padding: 0 0.625em;
    }
    /******************************/
    /********footer styles*********/
    /******************************/
    .mainFooter {
        padding-left: 1em;
        padding-right: 1em;
    }
    .desktopRightFooter {
        vertical-align: middle;
        text-align: center;
    }
    .footerLogo {
        max-width: 384px;
        margin: 0 auto;
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .taleOfTwoValleys {
        padding: 5.5em 1em 7em 1em;
    }
    .findYourHomeButtonsContainer {
        padding: 0 1em;
    }
    .taleOfTwoValleys .imageTextbox {
        height: 340px;
    }
    .homeVideoBlock h1 {
        font-size: 2.8125em;
    }
    .homeVideoBlock {
        padding: 4em 1em;
    }
    .testSlick {
        margin-left: 1em;
        margin-right: 1em;
    }
    .homeownerFinancingContainer {
        padding-top: 0em;
        padding-right: 1em;
        padding-left: 1em;
    }
    /****************************************/
    /*********Find Your Home styles**********/
    /****************************************/
    ul.mapFilter li a {
        font-size: 0.75em !important;
        padding-left: 1.375em !important;
        padding-right: 1.375em !important;
    }
    .locationBlock .locationInfo {
        font-size: 0.875em;
        min-height: 222px;
    }
    /*******************************************/
    /*************Location styles***************/
    /*******************************************/
    .locationLocalAmenities {
        padding-left: 1em;
        padding-right: 1em;
    }
    /*******************************************/
    /************Community styles***************/
    /*******************************************/
    .pageContent {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    ul.secondaryFYHNavList {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.secondaryFYHNavList li a {
        width: 10.625em;
    }
    ul.secondaryFYHNavList li a.doubleLine {
        padding: 0.75em 0.25em !important;
    }
    .globalFYHOverviewText {
        padding: 3.625em 3.25em 4em 3.25em !important;
    }
    .fixedSummaryContents {
        padding: 0 1em !important;
    }
    .communityAvailableHomes, .communityQMIs, .homeModelFloorPlans {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    iframe.siteplanEmbed {
        height: 570px;
    }
    /*******************************************/
    /************Home model styles**************/
    /*******************************************/
    .homeModelVirtualTour {
        padding-left: 5em !important;
        padding-right: 5em !important;
    }
    /*******************************************/
    /**********Top-level blog styles************/
    /*******************************************/
    .blogIntro, .cardContainer, .blogPagination {
        padding-left: 1em;
        padding-right: 1em;
    }
    .newsStoryBlock {
        width: 23.9425%;
        margin-right: 1.41%;
    }
    .newsStoryBlock:nth-of-type(4n) {
        margin-right: 0;
    }
    /***************************/
    /*******Why Stateson?*******/
    /***************************/
    .whyStatesonIntroText, .flexText .blockText {
        padding-left: 1em;
        padding-right: 1em;
    }
    .flexHeading h1 {
        padding-left: 0.222em;
        padding-right: 0.222em;
    }
    /************************/
    /******Testimonials******/
    /************************/
    .testimonialsContainer {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .testimonialVideo figcaption {
        font-size: 2em !important;
    }
    /******************************/
    /********Join Our Team*********/
    /******************************/
    .teamPhoto, .teamGrid {
        padding-right: 1em;
        padding-left: 1em;
    }
    /******************************/
    /***********Careers************/
    /******************************/
    .jobListingsContainer {
        padding-left: 1em;
        padding-right: 1em;
    }
    /***************************/
    /****Emergency Contacts*****/
    /***************************/
    .emergencyContacts {
        padding-left: 1em;
        padding-right: 1em;
    }
    /***************************/
    /*******Design Center*******/
    /***************************/
    .designStudioBanner h1 {
        font-size: 2.8125em;
        padding-right: 2em;
    }
    .designStudioBanner {
        padding: 0em 1em;
    }
    /**************************************end intermediate desktop styles***************************************/
}
/************************************************************************************************************/
/************************************************************************************************************/
/*******************************************Desktop 769 to 1023px********************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media (min-width: 769px) and (max-width:1023px) {
    /****************************************intermediate desktop styles*****************************************/
    .primaryNav {
        padding: 1.6875em 0;
    }
    .siteLogo {
        width: 12em;
        padding: 0 0 0 1em;
    }
    .nav li a {
        font-size: 0.875em;
        padding: 0.9875em 1em;
    }
    .nav li ul li a {
        font-size: 0.875em;
        padding: 0.5em 1.35em;
    }
    .nav li.contactNav {
        margin-right: 1em;
    }
    .nav li a.contactNavLink {
        padding: 0.4875em 1.225em;
    }
    /* mouse over link */
    .nav li a.contactNavLink:hover {
        padding: 0.6125em 1.35em;
    }
    .contactPhoneLink a.phoneLink {
        font-size: 0.75em;
        padding: 0 0.125em;
    }
    /******************************/
    /********footer styles*********/
    /******************************/
    .mainFooter {
        padding-left: 1em;
        padding-right: 1em;
    }
    .desktopLeftFooter {
        width: 67% !important;
    }
    .desktopRightFooter {
        width: 33% !important;
        vertical-align: middle;
    }
    .footerLogo {
        max-width: 384px;
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .taleOfTwoValleys {
        padding: 5.5em 1em 7em 1em;
    }
    .findYourHomeButtonsContainer {
        padding: 0 1em;
    }
    .findYourHomeButtons .customButton {
        font-size: 1em !important;
    }
    .taleOfTwoValleys .imageTextbox {
        height: 280px;
    }
    .homeVideoBlock h1 {
        font-size: 2.25em;
    }
    .homeVideoBlock {
        padding: 4em 1em;
    }
    .homeVideoBlock p {
        font-size: 1em;
    }
    .homeownerFinancingContainer {
        padding-top: 0em;
        padding-right: 1em;
        padding-left: 1em;
    }
    /****************************************/
    /*********Find Your Home styles**********/
    /****************************************/
    ul.mapFilter li a {
        padding-left: 0.75em !important;
        padding-right: 0.75em !important;
        font-size: 0.625em !important;
    }
    .locationBlock .locationInfo {
        font-size: 0.75em;
        min-height: 192px;
    }
    /*******************************************/
    /*************Location styles***************/
    /*******************************************/
    .locationGallery, .locationLocalAmenities {
        padding-left: 1em;
        padding-right: 1em;
    }
    /*******************************************/
    /************Community styles***************/
    /*******************************************/
    .pageContent {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    ul.secondaryFYHNavList li a {
        padding: 1.5em 0.5em !important;
    }
    .globalFYHOverviewText, .communityLocalAmenities, .communityPointsOfInterest {
        padding: 3.625em 0 4em 0 !important;
    }
    .fixedSummaryContents {
        padding: 0 1.5em 0 0 !important;
    }
    a.apptButton {
        text-align: center;
    }
    .availableHomesBlock, .availableQMIsBlock {
        width: 100% !important;
        margin: 0 0 1.25em 0 !important;
    }
    .communityAvailableHomes, .communityQMIs, .homeModelFloorPlans {
        padding-left: 4.5em !important;
        padding-right: 4.5em !important;
    }
    iframe.siteplanEmbed {
        height: 450px;
    }
    /*******************************************/
    /************Home model styles**************/
    /*******************************************/
    .homeModelVirtualTour {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
    /*******************************************/
    /**********Top-level blog styles************/
    /*******************************************/
    .blogIntro, .cardContainer, .blogPagination {
        padding-left: 1em;
        padding-right: 1em;
    }
    .newsStoryBlock {
        width: 48.95%;
        margin-right: 2.1%;
    }
    .newsStoryBlock:nth-of-type(2n) {
        margin-right: 0;
    }
    /***************************/
    /*******Why Stateson?*******/
    /***************************/
    .whyStatesonIntroText, .flexText .blockText {
        padding-left: 1em;
        padding-right: 1em;
    }
    .flexHeading h1 {
        padding-left: 0.222em;
        padding-right: 0.222em;
    }
    /************************/
    /******Testimonials******/
    /************************/
    .testimonialsContainer {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .testimonialVideo figcaption {
        font-size: 1.5em !important;
    }
    /******************************/
    /********Join Our Team*********/
    /******************************/
    .teamPhoto, .teamGrid {
        padding-right: 1em;
        padding-left: 1em;
    }
    /******************************/
    /***********Careers************/
    /******************************/
    .jobListingsContainer {
        padding-left: 1em;
        padding-right: 1em;
    }
    /***************************/
    /****Emergency Contacts*****/
    /***************************/
    .emergencyContacts {
        padding-left: 1em;
        padding-right: 1em;
    }
    /***************************/
    /*******Design Center*******/
    /***************************/
    .designStudioBanner h1 {
        font-size: 2.25em;
        padding-right: 2em;
    }
    .designStudioBanner {
        padding: 0em 1em;
    }
    .designStudioBanner p {
        font-size: 1em;
    }
    /**************************************end intermediate desktop styles***************************************/
}
/************************************************************************************************************/
/************************************************************************************************************/
/*******************************************Desktop down to 769px*******************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media (min-width: 769px) {
    /********************************************general desktop styles*******************************************/
    header {
        position: fixed;
        z-index: 1020;
        top: 0;
        overflow: visible;
    }
    .sticky {
        background-color: #000000;
    }
    .navHover {
        background-color: #000000;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none !important;
    }
    .siteLogo img {
        display: block;
        padding: 0;
    }
    .jsEnabled .nav {
        display: block;
    }
    .navBtn {
        display: none;
    }
    .mainNav {
        float: right;
        clear: right;
    }
    .nav, .nav ul {
        line-height: 1.5em;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        z-index: 1010;
    }
    .nav a {
        display: block;
    }
    .nav li {
        float: left;
        margin: 0;
    }
    .nav li a {
        color: #fff;
        display: block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }
    /* unvisited link */
    .nav li a:link {
        color: #ffffff;
    }
    /* visited link */
    .nav li a:visited {
        color: #ffffff;
    }
    /* mouse over link */
    .nav li a:hover {
        color: #cc6a2d;
    }
    /* selected link */
    .nav li a:active {
        color: #ffffff;
    }
    .nav .topLevelNavLink {
        cursor: default;
    }
    .nav .topLevelNavLink .navText {
        position: relative;
        display: inline-block;
        z-index: 1001;
    }
    .nav li {
        float: left;
    }
    .nav li ul {
        position: absolute;
        width: 15.5em;
        left: -999em;
        z-index: 1002;
    }
    li.closeSubNav {
        display: none;
    }
    .nav li ul li a {
        width: 15.5em;
        background: #ffffff;
        text-align: left;
        font-weight: normal;
        text-transform: capitalize;
        box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.7);
        text-shadow: none;
    }
    .nav li ul li:nth-child(2) a {
        border-radius: 0.5em 0.5em 0 0;
        padding-top: 1.5em;
    }
    .nav li ul li:last-child a {
        border-radius: 0 0 0.5em 0.5em;
        padding-bottom: 1.5em;
    }
    /* unvisited link */
    .nav li ul li a:link {
        color: #000000;
    }
    /* visited link */
    .nav li ul li a:visited {
        color: #000000;
    }
    /* mouse over link */
    .nav li ul li a:hover {
        color: #cc6a2d;
    }
    /* selected link */
    .nav li ul li a:active {
        color: #000000;
    }
    .nav li:hover ul {
        left: auto;
    }
    /* visited link */
    .nav li a.topLevelNavLink:visited {
        color: #ffffff;
    }
    /* mouse over link */
    .nav li a.topLevelNavLink:hover {
        color: #ffffff;
    }
    .nav li a.topLevelNavLink span::after {
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        position: absolute;
        right: -1.5em;
        vertical-align: -50%;
        width: 1.5em;
        text-align: center;
        z-index: 1003;
    }
    .nav li a.topLevelNavLink:hover span::after, .nav li:hover a.topLevelNavLink span::after {
        color: #cc6a2d;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        position: absolute;
        right: -1.5em;
        vertical-align: -50%;
        width: 1.5em;
        text-align: center;
        z-index: 1003;
    }
    /* selected link */
    .nav li a.topLevelNavLink:active {
        color: #ffffff;
    }
    .nav li.contactNav {
        padding: 0.4375em 0 0 0;
        position: relative;
        z-index: 1004;
    }
    .nav li a.contactNavLink {
        border-color: #ffffff;
        border-width: 0.125em;
        border-radius: 0.5em;
        border-style: solid;
    }
    /* unvisited link */
    .nav li a.contactNavLink:link {
        color: #ffffff;
    }
    /* visited link */
    .nav li a.contactNavLink:visited {
        color: #ffffff;
    }
    /* mouse over link */
    .nav li a.contactNavLink:hover {
        background-color: #cc6a2d;
        color: #ffffff;
        border-width: 0;
    }
    /* selected link */
    .nav li a.contactNavLink:active {
        color: #ffffff;
    }
    .contactPhoneLink {
        position: absolute;
        bottom: -1.8125em;
        right: 0;
        z-index: 1005;
    }
    /******************************/
    /********footer styles*********/
    /******************************/
    .mainFooter .wrap {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }
    .mainFooter .grid {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footerContent {
        display: table !important;
    }
    .desktopLeftFooter, .desktopRightFooter {
        display: table-cell !important;
        float: none !important;
        margin: 0;
        width: 50%;
    }
    .footerContact {
        float: right;
        width: 32.4%;
        text-align: left;
    }
    .footerSiteLinks {
        float: right;
        width: 64.8%;
        text-align: left;
    }
    .footerSiteLinks ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1.25em;
    }
    .footerSiteLinks, .footerContact {
        margin-right: 1.4%;
    }
    .equalHousingDesktop {
        margin: 2.5em 0 0 0;
    }
    .equalHousingDesktop figure {
        margin: 0;
        padding: 0;
    }
    .equalHousingMobile {
        display: none;
    }
    .socialMedia {
        margin-top: 3.5em;
        float: left;
    }
    .socialMediaIcon {
        display: inline-block;
        margin: 0 .5625em 0 0;
        padding: 0;
    }
    .socialMediaIcon:last-of-type {
        margin: 0;
    }
    .footerCopyright {
        float: left;
        margin: 4.25em 0 0 1.875em;
    }
    .desktopLeftFooter .footerLogo {
        display: none;
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .findYourHomeButtons {
        margin: 423px auto 0 auto;
        max-width: 940px;
    }
    .customButton.searchByLocation {
        width: 60%;
    }
    .customButton.viewMap, .customButton.quickMoveIns {
        border-width: 0 0 0 1px;
        width: 20%;
    }
    .customButton.searchByLocation a.topLevelSearchByLocation:hover, .customButton.searchByLocation:hover {
        background: #d7d7d7;
    }
    ul.locationLinks {
        padding: 1em 0;
        position: absolute;
        width: 26.875em;
        border-radius: 0.5em;
        z-index: 1020;
        display: none;
        box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.7);
    }
    .customButton.searchByLocation:hover ul.locationLinks {
        display: block;
    }
    ul.locationLinks li {
        margin: 0;
        padding: 0;
    }
    .customButton.searchByLocation ul.locationLinks li a {
        padding: 0.75em 1.5em;
    }
    .customButton.searchByLocation a:hover span.buttonText::after, .customButton.searchByLocation:hover span.buttonText::after {
        content: "\f0d7";
    }
    .taleOfTwoValleys .introText {
        margin-top: 4.5em;
    }
    .taleOfTwoValleys .grid {
        margin-top: 0;
        margin-bottom: 0;
    }
    .homeVideoBlock .grid {
        margin-top: 0;
        margin-bottom: 0;
    }
    a.viewAllButton {
        margin: 0.75em 0;
    }
    .homeNewsHeader {
        margin-bottom: 2.375em;
    }
    .homeNewsStoryContainer .slick-list .slick-track .slick-slide {
        margin-top: 0.625em;
    }
    .homeNewsStoryContainer .slick-list .slick-track .slick-slide:hover {
        margin-top: 0;
        cursor: pointer;
        margin-bottom: 0.625em;
    }
    .homeNewsStoryContainer .slick-list .slick-track .slick-slide:hover .hoverOverlay {
        opacity: 0.7;
    }
    .homeNewsBlock {
        padding: 4em 0;
    }
    .homeownerFinancingContainer {
        padding-bottom: 4em;
    }
    .imageBoxText {
        bottom: 1em;
    }
    /****************************************/
    /*********Find Your Home styles**********/
    /****************************************/
    .findYourHomeSecondaryHeader {
        height: 450px;
    }
    .findYourHomeSecondaryHeader h1 {
        font-size: 4.5em;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    }
    .locationContainer {
        float: left;
        width: 40%;
        height: 920px;
        overflow: auto;
    }
    .mapContainer {
        float: left;
        width: 60%;
        height: 920px;
    }
    .locationBlock {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #c6c6c6;
        position: relative;
    }
    .locationBlock.activeLocationBlock .locationBlockOverlay {
        width: 100%;
        height: 100%;
        border-width: 0.5em;
        border-color: #508e9e;
        border-style: solid;
        background-color: transparent;
        position: absolute;
    }
    .locationInfo h1 {
        font-size: 2.25em;
        margin-bottom: 0;
        line-height: 1.1;
    }
    .locationInfo .homeType {
        font-size: 0.875em;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .locationQMI .locationInfo p.address1, .locationQMI .locationInfo p.address2 {
        font-size: 0.875em;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
    }
    .locationInfo p.startingPrice {
        margin: 3em 0 0.25em 0;
    }
    .locationQMI .locationInfo p.startingPrice {
        margin: 0.25em 0 0.25em 0;
    }
    .locationInfo p.homesite {
        margin: 3em 0 0.25em 0;
    }
    .locationQMI p.moveInDate {
        margin: 0.25em 0 2em 0;
    }
    .locationInfo p.communityLocation {
        margin: 0 0 2em 0;
    }
    .findYourHomeMapContainer {
        padding: 6em 0;
    }
    .mapFilterTabs {
        width: 60%;
        float: right;
    }
    ul.mapFilter li {
        float: left;
        display: block;
    }
    ul.mapFilter li a {
        font-size: 0.875em;
        padding: 1.8125em 0.5em;
        background: #174450;
        text-align: center;
        line-height: 1;
    }
    ul.mapFilter li.activeFilter a {
        background: #508e9e;
    }
    .mobileFindYourHomeBtnContainer {
        display: none;
    }
    .filterTitle {
        display: none;
    }
    button.closeFilter {
        display: none;
    }
    /*******************************************/
    /*************Location styles***************/
    /*******************************************/
    .locationIntroText {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 5em 0;
    }
    .locationLocalAmenities h1 {
        margin: 5.056em 0 2.778em 0;
    }
    .locationLocalAmenities {
        margin-bottom: 8.25em;
    }
    .locationLocalAmenitiesBlock h1 {
        margin: 0 0 0.805em 0;
    }
    .locationLocalAmenitiesBlock {
        display: flex;
        align-items: center;
        margin: 3.125em 0;
    }
    .locationAmenitiesImage, .locationAmenitiesText {
        width: 50%;
    }
    .locationAmenitiesImage {
        padding-right: 2.1875em;
    }
    .locationAmenitiesImage img {
        border-radius: 0.75em;
    }
    .locationAmenitiesText {
        padding-left: 2.1875em;
    }
    .locationFindYourHome {
        padding: 5em 0 6.375em 0;
    }
    .locationFindYourHome h1 {
        margin-bottom: 1.583em;
    }
    /****************************************/
    /************Community styles************/
    /****************************************/
    .secondaryFYHNav {
        margin: 0;
        overflow: auto;
        background-color: #174450;
        width: 100%;
    }
    .secondaryNavSticky {
        position: fixed;
        top: 0;
        z-index: 1020;
    }
    .pageContent {
        padding: 5.625em 0 0 0;
    }
    .fixedSummaryContents {
        padding: 0 3.125em;
    }
    .stickySummaryBox {
        position: fixed;
        top: 4.5em;
        z-index: 1020;
    }
    .stickToBottomSummaryBox {
        position: absolute;
        bottom: 7.5em;
        z-index: 1010;
    }
    .offsetStickySecondaryNav {
        padding-top: 10.125em;
    }
    ul.secondaryFYHNavList {
        margin: 0 auto;
        text-align: center;
        list-style: none;
        padding: 0;
        overflow: auto;
    }
    ul.secondaryFYHNavList li {
        margin: 0;
        padding: 0;
        display: inline;
    }
    ul.secondaryFYHNavList li a {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        padding: 1.5em 0.25em;
    }
    ul.secondaryFYHNavList li a.activeNavLink {
        background-color: #508e9e;
    }
    .globalFYHGallery {
        position: absolute;
        top: 1em;
        right: 1em;
    }
    .globalFYHGalleryImages {
        margin: 9.375em auto;
    }
    .globalFYHGalleryImages .mfp-close, .globalFYHGalleryImages .mfp-close:focus {
        position: fixed;
        right: 1.75em;
        padding: 0.5em 0;
        width: 11em;
        background-color: rgba(256, 256, 256, 0.85);
        height: inherit;
        border-radius: 2em;
    }
    .floatLeftPane {
        float: left;
        width: 33.8%;
    }
    .communityContainer {
        position: relative;
    }
    .floatRightPane {
        float: right;
        width: 66.2%;
    }
    a.apptButton {
        margin: 0.75em 0;
    }
    .globalFYHOverviewText {
        padding: 3.625em 7.5em 4em 7.5em;
    }
    .overviewIntro p {
        font-size: 1.125em;
        line-height: 1.9;
    }
    .overviewHighlightBlock, .amenitiesBlock {
        display: flex;
        align-items: center;
    }
    .overviewHighlightBlock figure, .amenitiesBlock figure {
        margin: 0 2.5em 0 0;
    }
    .overviewHighlightBlock .highlightText h2, .amenitiesBlock .highlightText h2 {
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }
    .overviewHighlightBlock .highlightText p:last-of-type, .amentitiesBlock .highlightText p:last-of-type {
        margin-bottom: 0;
    }
    .communityAvailableHomes, .communityQMIs {
        padding: 5em 6.5em 7.5em 6.5em;
    }
    .communityAvailableHomes h1, .communityQMIs h1 {
        margin: 0 0 1.35em 0;
    }
    .communityAvailableHomes .flexBlockContainer, .communityQMIs .flexBlockContainer {
        display: flex;
        flex-wrap: wrap;
        padding: 1em 1em 0 1em;
    }
    .communityAvailableHomes .flexBlockContainer > div.availableHomesBlock {}
    .availableHomesBlock .blockImage, .availableQMIsBlock .blockImage {
        height: 220px;
    }
    .availableHomesBlock, .availableQMIsBlock {
        box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.25);
        width: 48.575%;
        margin: 0 2.85% 2.85% 0;
    }
    .availableHomesBlock:nth-of-type(2n), .availableQMIsBlock:nth-of-type(2n) {
        margin-right: 0;
    }
    .availableHomesBlock h2 {
        font-size: 1.875em;
        color: #000000;
        margin: 0 0 1.25em 0;
    }
    .availableHomesBlock .blockText {
        padding: 1.1875em 2em 1.5625em 2em;
    }
    .communitySiteplan {
        padding: 5em 0 7.5em 0;
    }
    .communitySiteplan h1 {
        margin: 0 0 1.75em 0;
    }
    iframe.siteplanEmbed {
        margin-bottom: 3.5em;
    }
    .siteplanBtnContainer {
        margin: 3.5em 0 3.375em 0;
    }
    .communityLocalAmenities, .communityPointsOfInterest {
        padding: 0 7.5em 4em 7.5em;
    }
    .communityLocalAmenities h1, .communityPointsOfInterest h1 {
        margin: 0 0 1.75em 0;
    }
    .communityQMIs {
        margin-bottom: 7.5em;
    }
    .availableQMIsBlock h2 {
        font-size: 1.875em;
        color: #000000;
        margin: 0;
    }
    .availableQMIsBlock .blockText {
        padding: 1.1875em 2em 1.8125em 2em;
    }
    .availableQMIsBlock .blockText .address {
        margin: 0.9375em 0 3em 0;
    }
    .availableQMIsBlock .blockText .address p {
        font-size: 0.875em;
        line-height: 1.25;
        letter-spacing: 1px;
    }
    .availableQMIsBlock .bedrooms, .availableQMIsBlock .bathrooms, .availableQMIsBlock .squareFootage, .availableQMIsBlock .siteNumber, .availableQMIsBlock .price, .availableQMIsBlock .moveInDate {
        font-size: 1.0625em;
    }
    h1.globalFYHMobileHeader {
        display: none;
    }
    /*******************************************/
    /************Home model styles**************/
    /*******************************************/
    .homeModelFloorPlans {
        padding: 5em 7.5em 7.5em 7.5em;
    }
    .homeModelFloorPlans.noVirtualTour {
        margin-bottom: 7.5em;
    }
    .homeModelFloorPlans h1, .homeModelVirtualTour h1, .homeModelStandardFeatures h1 {
        margin-top: 0;
        margin-bottom: .785em;
    }
    .floorplanBlock {
        display: flex;
        align-items: center;
        padding: 2.5625em 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #c5c5c5;
    }
    .floorplanBlock a img {
        vertical-align: bottom;
    }
    .floorplanBlock:first-of-type {
        border-width: 1px 0;
    }
    .floorplanBlock h2 {
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }
    .floorplanBlock p:last-of-type {
        margin-bottom: 0;
    }
    .floorplanIcon {
        font-size: 1em;
        width: 37.14%;
        text-align: center;
        padding: 0 2.5em 0 0;
    }
    .floorplanIcon img {
        display: inline-block
    }
    .floorplanText {
        font-size: 1em;
        width: 62.86%;
    }
    .homeModelVirtualTour {
        padding: 7.5em 7.5em 6.625em 7.5em;
    }
    .homeModelVirtualTour figure {
        margin: 4em 0;
    }
    .homeModelStandardFeatures {
        margin: 0 0 4em 0;
    }
    .homeModelFloorPlans + .homeModelStandardFeatures {
        padding-top: 7.5em;
    }
    .hideElement + .homeModelVirtualTour {
        padding-top: 3em;
    }
    ul.standardFeaturesList {
        margin-top: 5.25em;
    }
    ul.standardFeaturesList {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1.25em;
    }
    ul.standardFeaturesList li .featuresListGroup {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    ul.standardFeaturesList li ul {
        margin: 1.4375em 0 3.375em 1em;
    }
    /*******************************************/
    /**********Quick Deliveries styles**********/
    /*******************************************/
    .quickDeliveryVirtualTour {
        padding-bottom: 0 !important;
        margin-bottom: 7.5em !important;
    }
    /*******************************************/
    /***********Top level blog styles***********/
    /*******************************************/
    .blogIntro {
        padding: 8.4375em 0 4.75em 0;
    }
    .blogIntro h1 {
        font-size: 4.5em;
        letter-spacing: -1px;
    }
    .blogIntroText {
        max-width: 695px;
        margin: 1em auto 0 auto;
    }
    .cardContainer {
        display: flex;
        flex-wrap: wrap;
    }
    .newsStoryBlock {
        margin-top: 0.625em;
        margin-bottom: 3.125em;
    }
    .newsStoryBlock:hover {
        margin-top: 0;
        cursor: pointer;
        margin-bottom: 3.75em;
    }
    .newsStoryBlock:hover .hoverOverlay {
        opacity: 0.7;
    }
    .blogPagination {
        display: flex;
        align-items: center;
        margin: 1.5em 0 6.875em 0;
    }
    .paginationLinksContainer {
        flex: 1;
    }
    /*******************************************/
    /***********Invidual blog post**************/
    /*******************************************/
    .blogPostContent {
        margin: 7.0625em 0 8.4375em 0;
    }
    .blogSecondaryHeader {
        height: 450px;
        position: relative;
    }
    .blogSecondaryHeader .headingContainer {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 2.1875em;
    }
    .blogSecondaryHeader h1 {
        color: #ffffff;
        font-size: 4.5em;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.1;
        letter-spacing: -1px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    }
    .blogMobileHeader {
        display: none;
    }
    .blogDate {
        font-size: 1.5em;
        font-weight: 700;
        max-width: 700px;
        margin: 0 auto 3.25em auto;
        text-align: center;
    }
    .blogPostMainText {
        max-width: 700px;
        margin: 0 auto;
    }
    .blogPostMainText figure {
        margin: 4.8125em 0;
    }
    /*********************************/
    /************Contact**************/
    /*********************************/
    .contactSecondaryHeader {
        height: 450px;
        position: relative;
    }
    .contactSecondaryHeader .headingContainer {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 2.1875em;
    }
    .contactSecondaryHeader h1 {
        color: #ffffff;
        font-size: 4.5em;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.1;
        letter-spacing: -1px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    }
    .contactIntroText {
        margin: 4.9375em 0 5.0625em 0;
    }
    .contactInfo p {
        line-height: 1.2;
        font-size: 2.25em;
        margin: 0 0;
    }
    .contactInfo {
        margin-bottom: 6.0625em;
    }
    .contactFormBlock .apptForm h1 {
        margin-top: 0.333em;
        margin-bottom: 1.367em;
    }
    .contactFormBlock {
        padding-bottom: 0.625em;
    }
    /***************************/
    /*******Why Stateson?*******/
    /***************************/
    .secondaryHeader {
        height: 450px;
        position: relative;
    }
    .secondaryHeader .headingContainer {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 2.1875em;
    }
    .secondaryHeader h1 {
        color: #ffffff;
        font-size: 4.5em;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.1;
        letter-spacing: -1px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    }
    .headingContainer .whyStatesonPreHeading {
        font-size: 1.375em;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    }
    .whyStatesonIntro {
        margin: 5.9375em auto 6.75em auto;
    }
    .whyStatesonIntro h1 {
        font-size: 2.25em;
        margin: 0;
    }
    .whyStatesonIntroText {
        margin: 1.375em 0 0 0;
    }
    .whyStatesonBlockContainer {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .whyStatesonBlockContainer h1 {
        max-width: 365px;
        margin-left: auto;
        margin-right: auto;
    }
    .whyStatesonFlexWrap {
        display: flex;
        flex-direction: column;
    }
    .whyStatesonFlexRow {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        text-align: center;
    }
    hr.flexSeparator {
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #c0c0c0;
        margin: 0.5em 0;
    }
    .whyStatesonFlexRow > div:nth-of-type(1), .whyStatesonFlexRow > div:nth-of-type(2), .whyStatesonFlexRow > div:nth-of-type(3) {
        border-width: 0 1px 0 0;
        border-style: solid;
        border-color: #c0c0c0;
    }
    .whyStatesonFlexRow .flexFigure {
        order: 1;
        width: 50%;
        display: flex;
        align-items: center;
        padding: 0.9375em 0;
    }
    .whyStatesonFlexRow .flexFigure figure {
        margin-left: auto;
        margin-right: auto;
    }
    .whyStatesonFlexRow .flexHeading {
        order: 2;
        width: 50%;
        display: flex;
        align-items: center;
        padding: 1.9375em 0;
    }
    .whyStatesonFlexRow .flexHeading h1 {
        font-size: 2.25em;
        margin: 0 auto;
        line-height: 1.11;
    }
    .whyStatesonFlexRow .flexText {
        order: 3;
        width: 50%;
        display: flex;
        align-items: flex-start;
        padding: 0 0 4.5em 0;
    }
    .whyStatesonFlexRow.singleColumnRow .flexFigure, .whyStatesonFlexRow.singleColumnRow .flexHeading, .whyStatesonFlexRow.singleColumnRow .flexText {
        margin-right: 50%;
    }
    .whyStatesonBlockContainer .blockText {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    /***************************/
    /*******Testimonials********/
    /***************************/
    .whyStatesonIntroNoHeading {
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
        padding: 3.625em 0 5.4375em 0;
    }
    .testimonialsContainer {
        padding: 0 0 5.5em 0;
    }
    .testimonialsContainer .grid:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .testimonialsContainer .grid {
        margin-top: 3.125em;
        margin-bottom: 0;
    }
    .testimonialsContainer .grid:first-of-type, .testimonialsContainer .grid:nth-of-type(2) {
        margin-top: 0;
    }
    .testimonialVideo figcaption {
        font-size: 2.25em;
        bottom: 1.1667em;
    }
    /***************************/
    /*********Financing*********/
    /***************************/
    .whyStatesonBtnContainer {
        margin: 2.1875em 0 0 0;
    }
    /******************************/
    /********Join Our Team*********/
    /******************************/
    .teamPhoto {
        margin: 0 0 4.375em 0;
    }
    .teamHeadshot {
        position: relative;
    }
    .teamHeadshot figcaption {
        font-size: 1em !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        width: 100%;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .teamHeadshot:hover {
        cursor: pointer;
        background: #000000;
    }
    .teamHeadshot:hover figcaption {
        opacity: 1;
    }
    .teamHeadshot img {
        transition: opacity 0.5s;
    }
    .teamHeadshot:hover img {
        opacity: 0.3;
    }
    .teamHeadshot .employeeName {
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.375;
    }
    .teamHeadshot .employeeTitle {
        font-weight: 500;
        font-size: 1.125em;
    }
    .teamGrid .grid.four {
        width: 28.82%;
        margin: 6.77% 0 0 6.77%;
    }
    .teamGrid .grid:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .teamGrid {
        margin-bottom: 9.75em;
    }
    /******************************/
    /***********Careers************/
    /******************************/
    .jobListingsContainer {}
    .jobListingsContainer a {
        color: #ffffff;
        text-decoration: none;
    }
    .careerBlock {
        border-radius: 0.75em;
        color: #ffffff;
        background-position: 50% 50%;
        background-size: cover;
        position: relative;
        padding: 2em;
        margin-top: 0;
        margin-bottom: 3.125em;
    }
    .careerBlock h1 {
        font-size: 2.25em;
        margin: 0 0 .3889em 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    }
    .careerBlock p {
        font-size: 1.125em;
        line-height: 1.8;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    }
    .careerBlock p:first-of-type {
        margin-top: 0;
    }
    .careerBlock p:last-of-type {
        margin-bottom: 0;
    }
    .careerBlock {
        height: 380px;
    }
    .careerBlock:nth-last-of-type(2n) {
        margin-left: 0;
    }
    .careerBlock .imageBoxText {
        bottom: 2.125em;
    }
    .mobileCareerText {
        display: none;
    }
    /***************************/
    /************FAQ************/
    /***************************/
    .FAQ {
        padding-top: 6.5em;
        padding-bottom: 6.25em;
    }
    /***************************/
    /*********Warranty**********/
    /***************************/
    .warrantyCardBlock {
        padding: 4.75em 0;
    }
    .warrantyFlexContainer {
        display: flex;
        flex-wrap: wrap;
    }
    .warrantyBlock {
        width: 31.42%;
    }
    .warrantyBlock {
        margin-right: 2.857%;
    }
    .warrantyBlock:last-of-type {
        margin-right: 0%;
    }
    /***************************/
    /****Emergency Contacts*****/
    /***************************/
    .whyStatesonIntroNoHeading.emergencyContactsIntro {
        padding-bottom: 4.75em;
    }
    .emergencyContacts {
        margin-bottom: 7.6875em;
    }
    .emergencyContactInfo {
        padding: 6.75em 0 8.5em 0;
    }
    .emergencyEmail, .emergencyPhone {
        margin-bottom: 2.625em;
    }
    .emergencyEmail p, .emergencyPhone p, .emergencyAddress p {
        font-size: 2.25em;
        font-weight: bold;
        line-height: 1.1667;
    }
    .emergencyAddress p {
        margin: 0 0 0 0;
    }
    /***************************/
    /**********Realtors*********/
    /***************************/
    .toolsToSupport {
        padding-top: 59px;
    }
    p.contactUs {
        margin-bottom: 0.13889em !important;
    }
    .realtorsContactInfo .contactInfo {
        padding: 6em 0;
    }
    .prospectiveBuyersContent .whyStatesonBtnContainer {
        padding: 6em 0;
    }
    /***************************/
    /*******Design Center*******/
    /***************************/
    .designStudioBanner .grid {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 4em;
        padding-bottom: 4em;
    }
    /******************************************end general desktop styles*****************************************/
}
/******************************************intermediate mobile styles****************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/********************************************Mobile 481 to 768px*********************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media (min-width: 481px) and (max-width:768px) {
    iframe.siteplanEmbed {
        height: 500px;
    }
}
/************************************************************************************************************/
/************************************************************************************************************/
/********************************************Mobile 480 and down*********************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media (max-width: 480px) {
    iframe.siteplanEmbed {
        height: 500px;
    }
}
/************************************************************************************************************/
/************************************************************************************************************/
/**********************************************Mobile up to 768px********************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media only screen and (max-width:768px) {
    /*********************************************general mobile styles******************************************/
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    .jsEnabled .nav {
        display: none;
    }
    .navBtn i {
        font-size: 3.375em;
        padding: 0.3675em;
        min-width: 2em;
    }
    button.navBtn {
        background-color: transparent;
        border: 0px solid #000000;
        margin: 0;
        float: right;
        color: #fff;
        line-height: 1;
        text-align: center;
        cursor: pointer;
    }
    #mainNavHeader {
        background: #000000;
    }
    .mainNav {
        width: 100%;
        clear: both;
        overflow: auto;
    }
    .nav {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
        background: #000000;
        overflow: hidden;
        position: relative;
        padding: 3.5em 0;
        z-index: 1001;
    }
    ul.nav, ul.navSubmenu {
        list-style: none;
        display: block;
        text-align: center;
    }
    ul.navSubmenu {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        background: #000;
        color: #fff;
        z-index: 1010;
    }
    ul.navSubmenu.showSubNav {
        left: 0;
    }
    li.closeSubNav {
        margin: 3em 0 3.5em 0 !important;
    }
    li.closeSubNav a {
        color: #808080 !important;
        position: relative;
        z-index: 1011;
    }
    li.closeSubNav a span::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0d9";
        position: absolute;
        left: -1em;
        z-index: 1011;
    }
    ul.nav li {
        display: block;
        text-align: center;
        margin: 2em 0;
    }
    ul.nav li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.40625em;
        text-transform: uppercase;
    }
    .nav .topLevelNavLink {
        cursor: pointer;
    }
    .nav .topLevelNavLink .navText {
        position: relative;
        display: inline-block;
        z-index: 1001;
    }
    .nav li a.topLevelNavLink span::after {
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        position: absolute;
        right: -1.5em;
        vertical-align: -50%;
        width: 1.5em;
        text-align: center;
        z-index: 1002;
    }
    .siteLogo {
        padding: 1em;
    }
    .siteLogo img {
        width: 8.75em;
        display: block;
        padding: 0;
        font-size: 1em;
    }
    .nav li.contactNav {
        padding: 0.4375em 0 0 0;
        margin-top: 5.1875em;
    }
    .nav li a.contactNavLink {
        border-color: #ffffff;
        border-width: 0.125em;
        border-radius: 0.5em;
        border-style: solid;
        padding: 0.4875em 1.225em;
    }
    /* unvisited link */
    .nav li a.contactNavLink:link {
        color: #ffffff;
    }
    /* visited link */
    .nav li a.contactNavLink:visited {
        color: #ffffff;
    }
    /* mouse over link */
    .nav li a.contactNavLink:hover {
        background-color: #cc6a2d;
        color: #ffffff;
        padding: 0.6125em 1.35em;
        border-width: 0;
    }
    /* selected link */
    .nav li a.contactNavLink:active {
        color: #ffffff;
    }
    span.contactPhoneLink {
        display: block;
        margin-top: 2em;
    }
    .contactPhoneLink a.phoneLink {
        font-size: 1.125em;
        padding: 0 0.625em;
    }
    .grid + .grid:not(.noExpand) {
        margin-top: 0 !important;
    }
    .grid:not(.noExpand) {
        /*Add the noExpand class to grid elements that shouldn't expand to 100%. This is primarily for nested grids.*/
        width: 100% !important;
        margin-left: 0 !important;
    }
    .grid:not(.noExpand).floatRight {
        margin-right: 0 !important;
    }
    /******************************/
    /********footer styles*********/
    /******************************/
    .footerDesktopSpacer, .equalHousingDesktop {
        display: none !important;
    }
    .mainFooter {
        padding: 2.875em 2.25em;
    }
    .footerSiteLinks {
        margin: 3em 0 0 0;
    }
    .footerContent .grid {
        margin: 0;
    }
    .desktopRightFooter .footerLogo {
        display: none;
    }
    .footerLogo {
        max-width: 215px;
        margin: 4em auto 2.5em auto;
    }
    .socialMedia {
        text-align: center;
    }
    .socialMedia span {
        display: inline-block;
        margin-left: 0.5625em;
    }
    .socialMedia span:first-of-type {
        margin-left: 0;
    }
    .equalHousingMobile {
        margin: 2em 0 0 0;
        text-align: center;
    }
    .equalHousingMobile figure {
        display: inline-block;
    }
    .footerCopyright {
        margin: 1em 0 0 0;
        text-align: center;
    }
    .footerSiteLinks ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1.25em;
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .homeSecondaryHeader {
        height: 274px;
        overflow: visible;
        position: relative;
    }
    .findYourHomeButtonsContainer {
        margin: 204px 0 0 0;
        position: absolute;
        width: 100%;
    }
    .findYourHomeButtons {
        display: block;
        margin: 0 1em;
    }
    .customButton.searchByLocation, .customButton.viewMap, .customButton.quickMoveIns {
        width: 100%;
        border-width: 0;
        display: block;
        overflow: hidden;
    }
    ul.locationLinks li {
        margin: 0 0 0 0;
        padding: 0;
    }
    .customButton.searchByLocation.clickedState a.topLevelSearchByLocation {
        background: #d7d7d7;
    }
    .customButton.searchByLocation.clickedState a.topLevelSearchByLocation span.buttonText::after {
        content: "\f0d7";
    }
    ul.locationLinks {
        display: block;
        height: 0;
    }
    .searchByLocation.showSubNav ul.locationLinks {
        height: 100%;
    }
    .customButton.viewMap {
        border-width: 0 0 1px 0;
    }
    .taleOfTwoValleys {
        margin: 168px 1em 0 1em;
        padding: 5.5em 0 2.75em 0;
    }
    .taleOfTwoValleys .introText {
        margin: 2.5em 0 0 0;
    }
    .taleOfTwoValleys .grid:first-child {
        margin: 0 0 1.25em 0;
    }
    .homeNewsHeader {
        margin-bottom: 2em;
    }
    .homeVideoBlock h1 {
        font-size: 2.8125em;
    }
    .homeVideoBlock {
        padding: 2.375em 1em;
    }
    .homeNewsBlock {
        padding: 2.375em 0;
    }
    .homeownerFinancingContainer {
        padding: 1em 1em 4em 1em;
    }
    .homeownerFinancingContainer .grid:first-child {
        margin: 0 0 1.25em 0;
    }
    .homeownerFinancingContainer .grid:last-child {
        margin: 0;
    }
    .imageBoxText {
        bottom: 0em;
    }
    /****************************************/
    /*********Find Your Home styles**********/
    /****************************************/
    .findYourHomeSecondaryHeader {
        height: 150px;
    }
    .findYourHomeSecondaryHeader h1 {
        font-size: 2em;
        margin: 0 0 0.25em 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .mapContainer {
        height: 640px;
        display: none;
    }
    .findYourHomeMapContainer .contentContainer {
        position: relative;
        overflow: auto;
    }
    .mobileFindYourHomeBtnContainer {
        position: absolute;
        top: 1.375em;
        width: 100%;
        z-index: 200;
        text-align: center;
        overflow: auto;
        padding: 0 1.25em;
    }
    .mobileFindYourHomeBtnContainer .buttonContainer {
        width: 46.6%;
        float: left;
        text-align: center;
    }
    .mobileFindYourHomeBtnContainer .buttonContainer:last-child {
        margin-left: 6.4%;
    }
    .mobileFindYourHomeBtnContainer button {
        background-color: rgba(0, 0, 0, 0.5);
        background-repeat: no-repeat;
        background-position: 1em center;
        border-width: 0;
        color: #ffffff;
        font-size: 1em;
        border-radius: 2em;
        padding: 0.75em 1em;
        width: 100%;
        max-width: 200px;
        font-family: 'Poppins', sans-serif !important;
    }
    .showMapView button {
        background-image: url('https://www.statesonhomes.com/images/site-assets/map-icon.png');
    }
    .showListView button {
        background-image: url('https://www.statesonhomes.com/images/site-assets/list-icon.png');
    }
    .showFilterOptions button {
        background-image: url('https://www.statesonhomes.com/images/site-assets/filter-icon.png');
    }
    .mobileFindYourHomeBtnContainer button span {
        line-height: 1;
        display: inline-block;
        padding-left: 2em;
    }
    .showListView {
        display: none;
    }
    .showMobile {
        display: block !important;
    }
    .setRelativePosMobile {
        position: relative;
    }
    .hideMobile {
        display: none !important;
    }
    .locationBlock {
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #c6c6c6;
        position: relative;
    }
    .filterTitle {
        margin: 7em 0 2.125em 0;
        text-align: center;
    }
    .filterTitle h1 {
        font-size: 0.9375em;
        text-transform: uppercase;
        display: none;
    }
    .filterTitle h1.allFilter {
        display: block;
    }
    ul.mapFilter li {
        text-align: center;
    }
    ul.mapFilter li a {
        color: #acacac;
        padding: 0.25em 0;
    }
    ul.mapFilter li.activeFilter a {
        color: #000000;
        border-style: solid;
        border-width: 1px 0;
        border-color: #dadada;
    }
    .filterContainer {
        position: relative;
        z-index: 1021;
        background: #ffffff;
        height: 0px;
    }
    .filterContainer.showMobileFilter {
        height: 100%;
        padding: 2em 0;
    }
    button.closeFilter {
        background-color: transparent;
        border-width: 0;
        position: absolute;
        right: 0.25em;
        top: 0.25em;
        font-size: 1.25em;
        line-height: 1;
    }
    button.closeFilter {
        cursor: pointer;
    }
    .locationInfo h1 {
        font-size: 1.5em;
        line-height: 1.2;
        margin: 0.5em 0 0 0;
    }
    .locationInfo .homeType {
        font-size: 0.875em;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0.25em 0 0 0;
    }
    .locationQMI .locationInfo p.address1, .locationQMI .locationInfo p.address2 {
        font-size: 0.875em;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
    }
    .locationInfo p.startingPrice {
        font-size: 0.875em;
        margin: 1.875em 0 0.125em 0;
    }
    .locationQMI p.moveInDate {
        font-size: 0.875em;
        margin: 0.125em 0 1.5em 0;
    }
    .locationInfo p.communityLocation {
        font-size: 0.875em;
        margin: 0 0 1.5em 0;
    }
    /****************************************/
    /************Location styles*************/
    /****************************************/
    .locationIntroText {
        padding: 2.125em 1em;
    }
    .locationGallery {
        margin-bottom: 2.4375em;
    }
    .locationLocalAmenities h1 {
        margin-bottom: 1.0556em;
    }
    .locationLocalAmenities {
        padding: 0 1em;
    }
    .locationAmenitiesImage img {
        border-radius: 0.75em;
    }
    .locationAmenitiesImage {
        margin-bottom: 1.5em;
    }
    .locationLocalAmenitiesBlock {
        margin-bottom: 3.875em;
    }
    .locationFindYourHome {
        padding: 2.625em 0 3.25em 0;
    }
    .locationFindYourHomeContainer {
        margin-top: 1.6875em;
    }
    /****************************************/
    /************Community styles************/
    /****************************************/
    .pageContent {
        padding: 0 1em;
    }
    .secondaryFYHNav {
        display: none;
    }
    .radioButtonContainer {
        padding: 0;
    }
    .globalFYHGallery {
        position: absolute;
        bottom: 3.375em;
        left: 50%;
        transform: translateX(-50%);
    }
    .globalFYHGalleryImages {
        margin: 3em auto;
    }
    .mfp-whiteBG .mfp-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .closeBtnContainer {
        background: rgba(256, 256, 256, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .globalFYHGalleryImages .mfp-close, .globalFYHGalleryImages .mfp-close:focus {
        position: fixed;
        right: 1.5em;
        padding: 0.5em 0;
        width: 10em;
        background-color: rgba(256, 256, 256, 0.85);
        height: inherit;
        border-radius: 2em;
        top: 0.5em;
    }
    .mfp-content {
        height: 100%;
    }
    .fixedSummaryBox {
        padding: 0 1em;
    }
    h1.globalFYHMobileHeader {
        display: block;
        background-color: #174450;
        text-transform: uppercase;
        font-size: 0.9375em;
        line-height: 1;
        margin: 0;
        text-align: left;
    }
    h1.globalFYHMobileHeader a {
        display: block;
        color: #ffffff;
        padding: 1.8em 1.2em;
        background-image: url('https://www.statesonhomes.com/images/site-assets/mobile-section-open.gif');
        background-repeat: no-repeat;
        background-position: center right 1em;
        cursor: pointer;
    }
    h1.globalFYHMobileHeader a.contentOpen {
        background-image: url('https://www.statesonhomes.com/images/site-assets/mobile-section-close.gif');
    }
    .globalFYHSectionContent h1 {
        display: none;
    }
    .globalFYHSectionContent .designStudioBanner h1 {
        display: block;
    }
    .overviewIntro h1 {
        display: block;
        margin: 1.75em 0 1.5em 0;
    }
    .overviewIntro p {
        font-size: 1.125em;
        line-height: 1.9;
    }
    .overviewIntro p:last-of-type {
        margin-bottom: 0.611em;
    }
    .globalFYHSectionContent {
        padding: 0 1em;
        height: 0;
        overflow: hidden;
    }
    #homeModelDesignCenter .globalFYHSectionContent {
        padding: 0 !important;
    }
    .designStudioBanner .globalFYHSectionContent {
        padding: 0 !important;
    }
    .globalFYHSectionContent.contentOpen {
        height: auto;
        overflow: inherit;
    }
    .featureImageContainer {
        padding: 0 1em 2em 1em;
    }
    .overviewHighlightBlock, .amenitiesBlock {
        padding: 2.5em 0;
    }
    .overviewHighlightBlock .highlightText h2, .amenitiesBlock .highlightText h2 {
        padding-top: 0.5em;
        margin-bottom: 0;
    }
    .overviewHighlightBlock .highlightText p:first-of-type, .amenitiesBlock .highlightText p:first-of-type {
        margin-top: 0.5em;
    }
    .overviewHighlightBlock .highlightText p:last-of-type, .amenitiesBlock .highlightText p:last-of-type {
        margin-bottom: 0;
    }
    .communityAvailableHomes .globalFYHSectionContent, .communityQMIs .globalFYHSectionContent, .homeModelFloorPlans {
        padding: 0;
    }
    .availableHomesBlock .blockImage, .availableQMIsBlock .blockImage {
        height: 220px;
    }
    .availableHomesBlock, .availableQMIsBlock {
        box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.25);
        margin: 1.875em 1em;
    }
    .availableHomesBlock h2 {
        font-size: 1.875em;
        color: #000000;
        margin: 0 0 1.25em 0;
    }
    .availableHomesBlock .blockText {
        padding: 1.1875em 2em 1.5625em 2em;
    }
    .availableHomesBlock .blockText div {
        font-size: 1.0625em;
    }
    .communitySiteplan .globalFYHSectionContent {
        padding: 0;
    }
    figure.siteplanImage {
        margin-top: 1.25em;
    }
    .siteplanBtnContainer {
        margin: 0.25em 0 2.875em 0;
    }
    .availableQMIsBlock h2 {
        font-size: 1.875em;
        color: #000000;
        margin: 0;
    }
    .availableQMIsBlock .blockText {
        padding: 1.1875em 2em 1.8125em 2em;
    }
    .availableQMIsBlock .blockText .address {
        margin: 0.9375em 0 3em 0;
    }
    .availableQMIsBlock .blockText .address p {
        font-size: 0.875em;
        line-height: 1.25;
        letter-spacing: 1px;
    }
    .availableQMIsBlock .bedrooms, .availableQMIsBlock .bathrooms, .availableQMIsBlock .squareFootage, .availableQMIsBlock .siteNumber, .availableQMIsBlock .price, .availableQMIsBlock .moveInDate {
        font-size: 1.0625em;
    }
    .overviewHighlightBlock figure, .amenitiesBlock figure {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    /****************************************/
    /************Home Model styles***********/
    /****************************************/
    .floorplanBlock {
        padding: 2.5625em 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #c5c5c5;
    }
    .floorplanIcon {
        margin-bottom: 2.25em;
    }
    .floorplanBlock a img {
        vertical-align: bottom;
        margin: 0 auto;
    }
    .floorplanBlock:first-of-type {
        border-width: 1px 0;
    }
    .floorplanBlock h2 {
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }
    .floorplanBlock p:last-of-type {
        margin-bottom: 0;
    }
    .homeModelVirtualTour figure {
        margin: 2.25em 0;
    }
    ul.standardFeaturesList {
        margin: 2.875em 0;
    }
    ul.standardFeaturesList li ul {
        margin: 1.4375em 0 2.375em 1em;
    }
    /****************************************/
    /**********Top-level blog styles*********/
    /****************************************/
    .blogIntro, .cardContainer, .blogPagination {
        padding-left: 1em;
        padding-right: 1em;
    }
    .blogIntro {
        padding-top: 1.8125em;
        padding-bottom: 2.3125em;
    }
    .blogIntro h1 {
        font-size: 2.25em;
    }
    .newsStoryBlock {
        margin-bottom: 1.875em;
    }
    .newsStoryBlock:last-of-type {
        margin-bottom: 0.375em;
    }
    .blogPrev, .blogNext {
        text-align: center;
    }
    .blogPrev {
        margin-top: 2em;
    }
    .paginationLinksContainer {
        padding: 1.5em 0;
    }
    .blogPagination {
        padding-bottom: 2.8125em;
    }
    /*******************************************/
    /***********Invidual blog post**************/
    /*******************************************/
    .blogPostContent {
        margin: 0;
        padding: 1.5em 1em 2.9375em 1em;
    }
    .blogSecondaryHeader {
        height: 150px;
    }
    .blogSecondaryHeader .headingContainer {
        display: none;
    }
    h1.blogMobileHeader {
        font-size: 2.25em;
        line-height: 1.1;
        margin: 0;
    }
    .blogDate {
        font-weight: 700;
        margin: 1.125em auto 2em auto;
    }
    .blogPostMainText figure {
        padding: 1em 0;
    }
    /*********************************/
    /************Contact**************/
    /*********************************/
    .contactInfoBlock {
        padding: 2em;
    }
    .contactSecondaryHeader {
        height: 150px;
        position: relative;
    }
    .contactSecondaryHeader .headingContainer {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 0.9375em;
    }
    .contactSecondaryHeader h1 {
        color: #ffffff;
        font-size: 2em;
        margin: 0 auto;
        line-height: 1.1;
        letter-spacing: -1px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .contactIntroText {
        margin: 0 0 2.1875em 0;
    }
    .contactInfo p {
        line-height: 1.2;
        font-size: 1.5em;
        margin: 0 0;
    }
    .contactInfo {
        margin-bottom: 0.9375em;
    }
    .contactFormBlock .apptForm {
        margin: 0.25em 0 0 0;
    }
    .contactFormBlock .apptForm h1 {
        margin-top: 0em;
        margin-bottom: 1.11em;
    }
    .contactFormBlock {
        padding-bottom: 0;
    }
    .apptForm .grid {
        margin-bottom: 1.25em;
    }
    /***************************/
    /*******Why Stateson?*******/
    /***************************/
    .secondaryHeader {
        height: 150px;
        position: relative;
    }
    .secondaryHeader .headingContainer {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 0.9375em;
    }
    .secondaryHeader h1 {
        color: #ffffff;
        font-size: 2em;
        margin: 0 auto;
        line-height: 1.1;
        letter-spacing: -1px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .headingContainer .whyStatesonPreHeading {
        font-size: 0.75em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .whyStatesonIntro {
        margin: 0;
        padding: 2.625em 1em 2.5em 1em;
    }
    .whyStatesonIntro h1 {
        font-size: 1.5em;
        margin: 0;
    }
    .whyStatesonIntroText {
        margin: 1.375em 0 0 0;
    }
    .whyStatesonBlockContainer {
        padding: 0 1em 0.875em 1em;
    }
    .whyStatesonBlockContainer h1 {
        font-size: 2.25em;
        line-height: 1.111;
    }
    .flexSeparator {
        display: none;
    }
    .flexFigure {
        padding-top: 2.6875em;
    }
    .flexFigure {
        padding-top: 2.3125em;
    }
    .flexFigure figure {
        padding: 0 0 0.6875em 0;
    }
    .flexFigure figure img {
        margin: 0 auto;
    }
    .flexText {
        padding-bottom: 2.0625em;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #c0c0c0;
    }
    .whyStatesonFlexWrap:last-of-type .whyStatesonFlexRow .flexText:last-of-type {
        border-width: 0;
    }
    /***************************/
    /*******Testimonials********/
    /***************************/
    .whyStatesonIntroNoHeading {
        margin: 0 auto;
        text-align: center;
        padding: 0.75em 1em 0 1em;
    }
    .testimonialsContainer {
        padding: 1.9375em 1em;
    }
    .testimonialsContainer .grid {
        margin-bottom: 1.875em;
    }
    .testimonialsContainer .grid:last-of-type {
        margin-bottom: 0;
    }
    .testimonialVideo figcaption {
        font-size: 1.125em;
        bottom: 1.1667em;
    }
    /***************************/
    /******Simply Stateson******/
    /***************************/
    .whyStatesonBlockContainer.simplyStateson {
        margin-top: 2.75em;
    }
    .whyStatesonBlockContainer.simplyStateson.homeownerRewards {
        margin-top: 0 !important;
    }
    /***************************/
    /*********Financing*********/
    /***************************/
    .whyStatesonBtnContainer {
        margin: 2em 0 0 0;
    }
    /***************************/
    /**********Rewards**********/
    /***************************/
    .whyStatesonBtnContainer {
        text-align: center;
    }
    /******************************/
    /********Join Our Team*********/
    /******************************/
    .teamPhoto {
        padding: 0 1.25em;
        margin: 1.6875em 0 1.5em 0;
    }
    .teamGrid {
        padding: 0 1.25em;
        margin-bottom: 1.875em;
    }
    .teamHeadshot figcaption {
        font-size: 1em !important;
        color: #000000;
        width: 100%;
        padding-bottom: 0;
    }
    .teamHeadshot .employeeName {
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.375;
    }
    .teamHeadshot .employeeTitle {
        font-weight: 500;
        font-size: 1.125em;
    }
    .teamGrid .grid {
        margin-bottom: 3.75em;
    }
    .teamGrid .grid:last-of-type {
        margin-bottom: 0;
    }
    .teamGrid .grid:nth-of-type(3n+1) {
        margin-left: 0;
    }
    /******************************/
    /***********Careers************/
    /******************************/
    .jobListingsContainer {
        padding: 4.6875em 1em 0 1em;
    }
    .jobListingsContainer a {
        color: #ffffff;
        text-decoration: none;
    }
    .careerBlock {
        border-radius: 0.75em;
        color: #ffffff;
        background-position: 50% 50%;
        background-size: cover;
        position: relative;
        padding: 2em 1.5em;
        margin: 0 !important;
    }
    .careerBlock h1 {
        font-size: 1.5em;
        margin: 0;
        line-height: 1.25;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .careerBlock p {
        display: none;
    }
    .careerBlock {
        height: 185px;
    }
    .careerBlock .imageBoxText {
        bottom: 1em;
    }
    .mobileCareerText {
        padding: 0.6875em 0.25em 1.4735em 0.25em;
        overflow: auto;
    }
    .mobileCareerText p {
        font-size: 1.125em;
        line-height: 1.9;
        font-weight: 300;
    }
    /***************************/
    /************FAQ************/
    /***************************/
    .FAQ {
        padding: 2.0625em 1em 3.9375em 1em;
    }
    /***************************/
    /*********Warranty**********/
    /***************************/
    .warrantyCardBlock {
        padding: 3.25em 1em;
        margin: 2.125em 0 0 0;
    }
    .warrantyBlock {
        margin-bottom: 1.875em;
    }
    .warrantyBlock:last-of-type {
        margin-bottom: 0;
    }
    /***************************/
    /****Emergency Contacts*****/
    /***************************/
    .whyStatesonIntroNoHeading.emergencyContactsIntro {
        padding-bottom: 3em;
    }
    .emergencyContacts {
        margin-bottom: 2.875em;
        padding: 0 1em;
    }
    .emergencyContactInfo {
        padding: 3.3125em 0 3.1875em 0;
    }
    .emergencyEmail, .emergencyPhone {
        margin-bottom: 1.75em;
    }
    .emergencyEmail p, .emergencyPhone p, .emergencyAddress p {
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.4;
    }
    .emergencyAddress p {
        margin: 0 0 0 0;
    }
    /************************/
    /********Realtors********/
    /************************/
    .realtorsContactInfo .contactInfo p {
        line-height: 1.2;
        font-size: 2.25em;
        margin: 0;
    }
    p.contactUs {
        margin-bottom: 0.13889em !important;
    }
    .realtorsContactInfo .contactInfo {
        padding: 4.25em 1em;
    }
    .prospectiveBuyersContent .whyStatesonBtnContainer {
        padding: 4.25em 1em;
    }
    /***************************/
    /*******Design Center*******/
    /***************************/
    .designCenterBtnLabel {
        margin: 2em 2em;
        display: inline-block;
    }
    .designCenterLinkText::after {
        right: 1.25em;
    }
    .designStudioBanner h1 {
        font-size: 2.8125em;
        margin: 0.594em 0 0 0;
    }
    .designStudioBanner h1.globalFYHMobileHeader {
        font-size: 0.9375em;
        padding-right: 0;
    }
    .designStudioBanner {
        padding: 2.375em 0em;
    }
    .designStudioBanner .grid {
        padding: 0 1em;
    }
    .designStudioBanner p {
        margin: 1.125em 0em;
    }
    .designCenterHeadingLabel::after {
        top: -1.25em;
        right: -0.25em;
    }
    /*******************************************end general mobile styles****************************************/
}
/************************************************************************************************************/
/************************************************************************************************************/
/*********************************************Mobile 481px to 768px******************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media only screen and (min-width:481px) and (max-width:768px) {
    /*************************************************tablet styles**********************************************/
    .grid + .grid:not(.noExpand) {
        margin-top: 0 !important;
    }
    .grid:not(.noExpand) {
        /*Add the noExpand class to grid elements that shouldn't expand to 100%. This is primarily for nested grids.*/
        width: 100% !important;
        margin-left: 0 !important;
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .taleOfTwoValleys .imageTextbox {
        height: 300px;
    }
    /***************************/
    /*******Design Center*******/
    /***************************/
    .designStudioBanner h1.designCenterHeading {
        padding-right: 2em;
    }
    /***********************************************end tablet styles*********************************************/
}
/************************************************************************************************************/
/************************************************************************************************************/
/**********************************************Mobile 480px or less******************************************/
/************************************************************************************************************/
/************************************************************************************************************/
@media only screen and (max-width:480px) {
    /**************************************************phone styles**********************************************/
    .grid + .grid {
        margin-top: 0 !important;
    }
    .grid {
        width: 100% !important;
        margin-left: 0 !important;
    }
    /******************************/
    /*********Home styles**********/
    /******************************/
    .taleOfTwoValleys .imageTextbox {
        height: 150px;
    }
    /***************************/
    /*******Design Center*******/
    /***************************/
    .designStudioBanner h1.designCenterHeading {
        padding-right: 1em;
    }
    /************************************************end phone styles*********************************************/
}