/*CSS FOR REDESIGN*/
/* CSS RESET ------------------------
---------------------------------- */
:where(a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video){margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-family:sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


/* drift overrides */
#drift-frame-controller { z-index: 2147483644 !important; }


/* OLD SITE CSS ---------------------
---------------------------------- */
img {
    max-width: 100%;
    height: auto !important;
}
.formloader {
    display: none;
}
.shortFormLoader {
    display: none;
}
@media print {
    .soft-signup-base {
        display: none;
    }
    .print-hide {
        display: none !important;
    }
    .print-show {
        display: block !important;
    }
}

/* GLOBAL ---------------------------
---------------------------------- */
@supports (-webkit-overflow-scrolling: touch) {		
	html{ 		
		overflow: scroll; 		
		-webkit-overflow-scrolling: touch;		
	}		
}
html {height: 100%;position: relative;}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
i:hover, i {
    transition: all .2s ease;
}
button {
    border: none;
    outline: 0 !important;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both;
}
input, select, textarea {
    outline: 0 !important;
}
a, a:hover {
    text-decoration: none;
}
h1 + h2 {
    margin-top: 20px;
}
h2 + p {
    margin-top: 30px;
}
footer .fontS15 {
    font-size: 15px;
}
/* Normalizing from bootstrap */
pre { 
    padding: 0;
    background: transparent;
    border: 0px solid white; 
    word-wrap: normal;
    word-break: normal; 
    white-space: pre-wrap;
}
.homefinder-preview a.home-link:focus,
.homefinder-preview-v2 a.home-link:focus { outline: 0 !important; }
/** focus on fields */
/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.form-panels button:focus,
	.form-panels input:focus, 
	.form-panels select:focus, 
	.form-panels textarea:focus, 
	.form-panels input[type="checkbox"] + label:focus {
		outline: -webkit-focus-ring-color auto 1px !important;
	}
}
/* firefox */
@-moz-document url-prefix() {
	.form-panels button:focus,
	.form-panels input:focus, 
	.form-panels select:focus, 
	.form-panels textarea:focus, 
	.form-panels input[type="checkbox"] + label:focus {
		outline: auto 1px Highlight !important;
	}
}
/*utility classes*/
.grid { display: grid; }
.flex-xs {display: none;}
.hidden-xsflex {
    display: -ms-flexbox;
    display: flex;
}
.flex {
    display: -ms-flexbox;
    display: flex;
}
.flx-center {
	align-items: center;
	justify-content: center;
}
.flx-h-center { justify-content: center; }
.flx-v-center { align-items: center; }
.align-center {text-align: center;}
/*buttons*/
.button:hover, a:hover, a, .button {
    transition: all .2s ease;
}
.double-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
}
.double-buttons .button:nth-of-type(2) {
    margin-left: 40px;
}
.back-button {margin: 20px 0;}
.back-button a {font-size: 12px;}
.back-button i {
    font-size: 24px;
    line-height: 12px;
    vertical-align: middle;
    margin-right: 8px;
}
.error {
	box-shadow: 0 0 5px rgba(244, 67, 54, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(244, 67, 54, 0.5);
}
.display-none { display: none; }

@media (min-width: 768px) {
    .triple-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 35px;
    }
    .triple-buttons {width: 100%;}
    .triple-buttons .button {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
            flex: 1 0 33.333%;
        min-width: 0;
        margin: 0 8px;
        max-width: 33.333%;
    }
}
@media (max-width: 767px) {
    .double-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .double-buttons .button:nth-of-type(2) {
        margin-left: 0;
        margin-top: 30px;
    }
    .triple-buttons .button {
        margin-bottom: 30px;
        display: block;
    }
    .triple-buttons .button:last-of-type {margin-bottom: 0;}
    .flex-xs {
        display: -ms-flexbox;
        display: flex;
    }
    .hidden-xsflex {
        display: none;
    }
}
.fluid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.hidden {display: none !important;}
.type-rte2 p {margin-bottom: 30px;}
.mt25 { margin-top: 25px; }
ul.show-bullets { list-style-type: disc; }
ul.show-bullets li { margin-left: 1rem; }

.show-bullets ul { list-style-type: disc; }
.show-bullets ul li:not(:first-of-type) { margin-top: 5px; }
.show-bullets ul li { margin-left: 16px; line-height: 1.7;}
.bgimg-default {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* MODALS ---------------------------
---------------------------------- */
.modal {background: rgba(0,0,0,.5);}
.modal-inner {
    max-width: 95%;
    width: 1000px;
    position: relative;
    margin: 100px auto;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
}
@media (max-width: 767px) {
    .modal-inner {margin: 30px auto;}
}
/* GLOBAL OVERRIDES -----------------
---------------------------------- */
.row {margin-left: -15px !important; margin-right: -15px !important;}

/* GLOBAL FORMS ---------------------
---------------------------------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 8px;
    height: 40px;
    padding: 0 20px;
}
textarea {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 20px;
}
label {
    margin-bottom: 10px;
    font-weight: 700;
}


/* hide UTM fields */
.form-element[fieldname="txtUTMSourceLAST"],
.form-element[fieldname="txtUTMMediumLAST"],
.form-element[fieldname="txtUTMCampaignLAST"] {
	display: none !important;
}

/* global table borders */
.border-small td {
	border: 1px solid #000;
	padding: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) {
.formpanel .form-left {
    display: none !important;
}

}
@media screen and (-webkit-min-device-pixel-ratio:1.4) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea, select {
        font-size: 16px;
    }
}



/* NAVIGATION -----------------------
---------------------------------- */
.site-body {
    padding-top: 90px;
}
header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
header i {
    cursor: pointer;
}
/* logo */
header .logo {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 247px;
            flex: 0 1 247px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-align: center;
    height: 100%;
    margin: 0 auto; /*ie fix*/
}
header .logo img {
    max-height: 100%;
    max-width: 100%;
    flex: none;
    padding: 0 15px;
}
/*nav icons*/
header .phone {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .search-toggle, header .phone, header .burger, header .toggle-submenu {
    height: 100%;
}
header .burger, header .phone, header .close, header .search-toggle, header .toggle-submenu {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;

}
header .burger {
    font-size: 25px !important;
}
header .search-toggle, .search-wrap i {
    font-size: 24px;
}
header .phone {
    font-size: 28px;
}
header .toggle-submenu {
    font-size: 15px;
}
/* search */
.search-input[type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    padding: 30px;
    padding-left: 80px;
    border-radius: 0;
    font-size: 12px;
}
.search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    padding-left: 10px;
}
.search-input::-moz-placeholder { /* Firefox 19+ */
    padding-left: 10px;
}
.search-input:-ms-input-placeholder { /* IE 10+ */
    padding-left: 10px;
}
.search-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: none !important;
}
.search-wrap i {
    position: absolute;
    top: 50%;
    padding: 0 30px;
    margin-top: -10px;
}
.search-open .search-wrap {
    display: block !important;
}
.search-open .search-toggle:before {
	font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    content: "\e907";
    font-size: .9em;
}
/* main/sub nav */
header nav {
    position: relative;
    height: 100%;
}
header nav .menu a {
    font-size: 13px;
}
header nav .mainmenu a {
    text-transform: uppercase;
}
header nav .submenu a {
    text-transform: capitalize;
}
/*AMP*/
.display-amp { display: none; }

@media (min-width: 1501px) {
	nav[data-nav-display="display-dropdown-menu"] .mainmenu.menu { padding-left: 45px; }
}
@media (min-width: 1301px) and (max-width: 1500px) {
	nav[data-nav-display="display-dropdown-menu"] .mainmenu.menu { padding-left: 15px; }
}
@media (min-width: 992px) and (max-width: 1300px) {
	nav[data-nav-display="display-dropdown-menu"] .mainmenu.menu { padding-left: 0; }
}
@media (max-width: 991px) {
    .site-body {
        padding-top: 68px;
    }
    /*hide/show*/
    .toggle-submenu, .vip, .search-toggle, header .hidden-xsflex {
        display: none;
    }
    header .visible-xs {
        display: block !important;
    }
    .toggle-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header {
        width: 100vw;
        background-color: #fff;
        -webkit-backface-visibility: hidden;
        position: fixed;
        height: 68px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-shadow: 2px 2px 7px 0 rgba(0,0,0,.1);
    }
    /* mobile nav slide */
    header, .site-body {
        transition:  .3s ease all;
    }
    .show-mobile-nav, .menu-open {
        overflow: hidden;
        height: 100%;
    }
    .show-mobile-nav header, .show-mobile-nav .site-body{
        -ms-transform: translateX(310px);
        -webkit-transform: translateX(310px);
        transform: translateX(310px);
        transition: transform .3s ease;
    }
    /* nav icons */
    header .burger, header .phone, header .close {
        width: 68px;
    }
    header .burger {
        font-size: 18px !important;
    }
    /* main/sub nav */
    header nav {
        position: absolute;
        padding: 40px 45px 0 45px;
        height: 100vh;
        width: 310px;
        left: -310px;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    header nav::-webkit-scrollbar {
        display: none;
    }
    header nav .submenu-xs {
        display: none;
    }
    header nav .close {
        position: absolute;
        top: 25px;
        left: 0;
        font-size: 22px;
    }
    header nav .menu li {
        position: relative;
    }
    header nav .menu a {
        font-size: 16px;
        line-height: 16px;
        padding: 25px 0;
        display: block;
    }
    header nav .nav-dropdown {
        position: absolute;
        padding: 25px 20px;
        right: -20px;
        top: 0;
        cursor: pointer;
        color: #fff;
    }
    header nav .submenu li {
        margin-left: 20px;
    }
    header nav .submenu li a {
        padding: 20px 0;
    }
    header nav .submenu li:first-of-type a {
        padding-top: 10px;
    }
    /*vip*/
    .show-mobile-nav .vip-xs {
        opacity: 0;
    }
    .vip-xs {
        position: fixed;
        z-index: 9;
        opacity: 1;
        bottom: 25px;
        left: 0;
        right: 0;
        text-align: center;
        transition: opacity 0.1s 0.4s ease;
    }
    .vip-xs a {
        margin: 0 auto;
        max-width: 210px;
        border-radius: 15px;
        padding: 7px 15px;
        font-size: 12px;
    }
    header .social-menu {
        justify-content: space-between;
        display: flex;
        width: 100%;
        margin-bottom: 50px;
    }
    header .social-menu a {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    /*hide/show*/
    .toggle-menu, .vip-xs, header .visible-xs, header .social-menu, .vip .visible-smaller {
        display: none;
    }
    .toggle-submenu, .search-toggle {
        display: -ms-flexbox;
        display: flex;
    }
    header .search-toggle, header .phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 2 100px;
            flex: 0 2 100px;
            width: 100px;
    }
    header nav {
        overflow: hidden;
        flex-grow: 1;
        flex-basis: 900px;
    }
    nav .menu {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
    }
    nav .menu li:first-of-type {
        padding-left: 60px;
    }
    nav .menu li {
        text-align: center;
    }
    nav .submenu + .mainmenu {
        left: -100%;
    }
    /* submenu active */
    nav .menu li, nav .menu li a {
        position: relative;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    nav .menu li a {
        position: relative;
    }
    .submenu li:first-of-type {
        position: relative;
        padding-right: 32px;
    }
    .submenu li.active a:after {
        content: "";
        height: 4px;
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
    }
    .submenu li:first-of-type:after {
        content:'>';
        font-size: 12px;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 8px;
    }
    /* desktop nav slide */
    .mainmenu, .submenu {
        transition: left .3s ease, opacity .2s ease;
    }
    nav .submenu, nav.slide .mainmenu  {
        left: 0;
    }
    nav.slide .submenu {
        left: 100%;
    }
    header nav .menu li {
        padding: 0 15px;
    }
    header nav .nav-dropdown, header nav .submenu-xs {
        display: none !important;
    }
    header .toggle-submenu {
        width: 45px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex-direction: column;
        flex: 0 0 40px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .toggle-submenu.icon-burger_menu_desktop:after {
        content: "MENU";
        font-size: 9px;
        position: absolute; left: 0; right: 0; bottom: 20px;
        text-align: center;
    }
    .mainmenu .toggle-submenu {
        display: none;
    }
    .submenu + .mainmenu .toggle-submenu {
        display: -ms-flexbox;
        display: flex;
    }
	/*------------- DROPDOWN NAV ----------------------*/
	header nav[data-nav-display="display-dropdown-menu"] .submenu li:first-of-type:after { display: none; }
	nav[data-nav-display="display-dropdown-menu"] .mainmenu.menu li:first-of-type { padding-left: 15px; }
	header nav[data-nav-display="display-dropdown-menu"] { overflow: visible; }
	header nav[data-nav-display="display-dropdown-menu"] i.close + .submenu { display: none; }
	header nav[data-nav-display="display-dropdown-menu"] .toggle-submenu,
	nav[data-nav-display="display-dropdown-menu"] .submenu + .mainmenu .toggle-submenu { display: none; }
	nav[data-nav-display="display-dropdown-menu"] .mainmenu li i[class*="fas fa-"] { margin-left: .4rem; }
	header nav[data-nav-display="display-dropdown-menu"] .mainmenu > li:hover > ul.submenu {
		display: block !important;
		top: 90px;
		z-index: 9999;
		width: 180px;
		height: fit-content;
		box-shadow: 0 5px 10px -6px #000;
	}
	header nav[data-nav-display="display-dropdown-menu"] .mainmenu > li:hover > ul.submenu > li {
		z-index: 9999;
		display: block;
		height: 50px;
		padding: 0 15px;
		text-align: left;
	}
	nav[data-nav-display="display-dropdown-menu"] li:hover > .submenu > li { background-color: #eee; }
	/*header nav[data-nav-display="display-dropdown-menu"] .menu:not(.submenu) li:nth-last-child(2) a { color: #fff; }*/
	
	header nav[data-nav-display="display-dropdown-menu"]:not(.slide) ul.submenu ~ ul.mainmenu { left: 0; }
	/*-------------- END DRODPDOWN NAV ---------------------*/
    /* vip */
    .vip {
        -webkit-box-flex: 0;
        -ms-flex: 0 2 200px;
            flex: 0 2 200px;
        text-align: center;
        font-size: 12px;
        padding: 0 5px;
        border-radius: 0;
        height: 100%;
        transition: background .3s ease;
    }
    .vip p, .vip {line-height: 14px;}
    .vip .flex {
    height: 100%;
    -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
}
/* breakpoint to fit nav */
@media (min-width: 992px) and (max-width: 1379px) {
    header nav .menu li {padding: 0 1.2%;}
    header .phone { font-size: 24px !important;}
    nav .menu li:first-of-type {padding-left: 60px;}
}
@media (min-width: 992px) and (max-width: 1179px) {
    .vip .hidden-smaller {display: none;}
    .vip .visible-smaller {display: block;}
}

/* FOOTER ---------------------------
---------------------------------- */
footer {
    width: 100%;
    font-size: 12px;
}
/*social menu*/
footer .social-menu {
    text-align: center;
    padding: 40px 0 40px;
}
footer .social-menu a {
    font-size: 28px;
    padding-right: 100px;
}
footer .social-menu a:last-of-type {padding: 0;}
/*footer main*/
.foot-main .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px 0;
}
.foot-main .menu a {
    margin: 10px 0;
    display: block;
}
.foot-main .info p { margin-bottom: 15px;}
.foot-main .info p:first-of-type {margin-bottom: 25px;}
.foot-main input {
    border: none;
    padding: 9px 12px;
    border-radius: 8px;
    width: 100%;
}

#newsletter .input-wrap {
    position: relative;
    margin-top: 8px;
    max-width: 320px;
}
#newsletter button[type="submit"] {
    width: 40px;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: -5px;
	top: 0;
    border-top-right-radius: 10px !important; 
	border-bottom-right-radius: 10px !important;
}
.foot-main .newsletters .images {
    margin-top: 35px;
}
.foot-main .newsletters .images, .foot-legal .images {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.foot-main .newsletters a:first-of-type, .foot-legal .images a:first-of-type {margin-right: 45px;}
/*footer sub*/
.foot-sub {padding: 20px 0;}
/**.foot-sub a:first-of-type { margin-right: 50px;}**/
/*footer legal*/
.foot-legal {font-size: 11px;}
.foot-legal p {margin-bottom: 25px;}

footer .privacy-footer img {
	width: 32px;
	vertical-align: bottom;
}



/*-----------------------------------
	Nash and Newland Logos
-------------------------------------*/
.bg-nash_logo_svg {
	display: block;
    width: 6.3vh; height: 8.5vh;
    background: url('/media/7359457/nash-logo_ctr_rev.svg') no-repeat;
}
.bg-nash_logo_svg-blk {
	display: block;
	width: 7vh;
	height: 9vh;
	background: url('/media/7359680/nash-logo_ctr_bw.svg') no-repeat;
	background-size: cover;
}
.bg-newland_logo_svg {
	display: block;
    width: 11vh; height: 3vh;
    background: url('/media/7359458/nc_logo_rev.svg') no-repeat;
}
.bg-newland_logo_svg-blk {
	display: block;
    width: 12vh;
	height: 3vh;
	background: url('/media/7359681/nc_logo_bw.svg') no-repeat;
	background-size: cover;
}

footer .ot-sdk-show-settings { cursor: pointer; }

@media (max-width: 767px) {
    footer .social-menu a {
        padding-right: 85px;
    }
    .foot-main .inner {
        flex-wrap: wrap;
    }
    .foot-main .foot-col {
        padding: 30px 0;
        width: 100%;
    }
    .foot-main .logo, .foot-main .menu {
        text-align: center;
        padding-top: 10px;
    }

    .foot-main ul {
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .foot-main .menu li {
        flex: 1 0 30%;
    }
    .foot-main .info {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
        padding-bottom: 0;
    }
        /*footer sub*/
    .foot-sub {
        text-align: center;
    }
    .foot-sub a:first-of-type { margin-right: 0;}
    /*footer legal*/
    .foot-legal {
        padding: 15px 0;
    }
	footer .newsletters .logo__dev-img,
	footer img[alt^="developer"] {
		max-height: 210px;
		min-height: 200px;
	}
}
@media (min-width: 768px) {
    .foot-main .foot-col {
        padding: 20px 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .foot-main .logo {
        -webkit-box-flex: 1;
            -ms-flex: 0 1.1 240px;
                flex: 0 1.1 240px;
    }
    .foot-main .menu {
        -webkit-box-flex: 1;
            -ms-flex: 1 1.2 240px;
                flex: 1 1.2 240px;
    }
    .foot-main .info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1.1 360px;
                flex: 1 1.1 360px;
    }
    .foot-main .newsletters {
        -webkit-box-flex: 1;
            -ms-flex: 1 .5 320px;
                flex: 1 .5 320px;
        padding: 0 0 0 4%;
    }
    /*footer sub*/
    .foot-sub {
        text-align: right;
    }
    /*footer legal*/
    .foot-legal {
        padding: 30px 0;
    }
	
	.homesearch-footer .foot-legal {
		padding: 0 2%;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
    .foot-main .logo {
        font-size: 20px;
        padding-left: 0;
    }
}
@media (max-width: 425px) {
	#newsletter .input-wrap {
		max-width: 100%;
	}
}



/* HERO SLIDER ----------------------
---------------------------------- */
.carouselPage {
	position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 50px;*/
    color: #fff;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cycle-slideshow { margin-bottom: 50px; }
.tall-carousel .cycle-slideshow { margin-bottom: 0; }
.cycle-slideshow, .carouselPage {
    min-height: 390px;
}
.carouselPage .carouselItem {position: relative !important;}
/*overlay*/
.tall-carousel .carouselPage:before {
    content: '';
    /*height: 100%;
    width: 100%;*/
    left: 0; right: 0; top: 0; bottom: 0;
    display: block;
    background: rgba(0,0,0,.15);
    position: absolute;
}
.carouselPage h1 {text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.27);}
.carouselPage > img {display: none;}
.carouselPage a, .carouselPage p {color: #fff;}
.carouselPage .button {margin-top: 40px;}
/*Fix button wrapped in a p tag from rich text editor*/
p span.button {line-height: 0;}
p span.button a {line-height: 15px; color: #fff;}
/*dots*/
.cycle-pager {
    position: absolute;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}
.cycle-pager span {
    margin-left: 10px;
    display: inline-block;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 12.00px;
    height: 12.00px;
    vertical-align: middle;
}
.cycle-pager span:first-of-type {margin-left: 0;}
.cycle-pager span:before {
    content: '';
    width: 6.00px; /* keep exact decimals (resizing screen makes pixels 13.9px sometimes) */
    height: 6.00px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 0;
}
.cycle-pager span.cycle-pager-active {
    border: 1px solid #fff;
    position: relative;
    vertical-align: middle;
    border-radius: 50%;
}
.cycle-pager span.cycle-pager-active:before {
    margin-top: 2px;
    margin-left: 2px;
}
.cycle-pager span:not(.cycle-pager-active):before {
    left: 3px;
    top: 3px;
}
@media (min-width: 768px) {
    .tall-carousel .carouselPage, .tall-carousel .cycle-slideshow {
        min-height: 590px;
    }
}
@media (max-width: 767px) {
    .cycle-pager {
        right: 0;
        left: 0;
        text-align: center;
    }
    .cycle-slideshow {display: none !important;}
    .tall-carousel .cycle-slideshow {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .large-h1-mobile h1 {
        font-size: 60px;
    }
}
/* Adjust height when image becomes very wide */
@media (min-width: 1680px) {
    .cycle-slideshow, .carouselPage {min-height: 452px;}
}
@media (min-width: 1980px) {
    .cycle-slideshow, .carouselPage {min-height: 537px;}
}
@media (min-width: 2560px) {
    .cycle-slideshow, .carouselPage {min-height: 695px;}
}

/* PAGINATION -----------------------
---------------------------------- */
.pageCount { float: left; margin: 10px; display: none; } /* copied from .pageCount - unchanged class name */

.page_navigation {
    float: right;
    height: 24px;
    width: 100%;
    text-align: center;
    margin: 30px 0 50px;
}
.page_navigation .no_more {pointer-events: none;}
.page_navigation .next_link {float: right;}
.page_navigation .previous_link {float: left;}
.page_navigation .next_link i, .page_navigation .previous_link i {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    line-height: 23px;
    margin: 0 15px;
    font-weight: bold;
}
.page_navigation .page_link, .page_navigation .ellipse {margin: 0 12px;}
.page_navigation .active_page {
    border-radius: 50%;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block !important;
}

@media (max-width: 991px) {
	.homefinder-homes-list .page_navigation .previous_link  .hidden-xs,  .homefinder-homes-list .page_navigation .next_link .hidden-xs{
		display: none !important;
	}
	.homefinder.menu-open .vip-xs { display: none; }
}
@media (min-width: 768px) {
    .page_navigation .page_link, .page_navigation .ellipse {padding: 0 5px;}
    .page_navigation .hidden-xs {display: inline-block !important;}
}
@media (max-width: 767px) {
    .page_navigation .page_link:not(.active_page) {padding: 0 6px;}
    .page_navigation .next_link i {margin-left: 0;}
    .page_navigation .previous_link i {margin-right: 0;}
    .page_navigation .page_link {margin: 0 8px;}
    .page_navigation .next_link i, .page_navigation .previous_link i {margin: 0px;}
    .page_navigation .ellipse {margin: 0 5px;}
}

@media print {
	#homeResults .result .homedetails { height: 110px !important; }
	#homeResults .result .homedetails .num-info .valueItem2 { padding-right: 35px; }
}

/* MAPS -----------------------------
---------------------------------- */
/*accordions*/
.googleSubNavListItem { margin-bottom: 10px;}
.googleSubNavListItem:last-of-type {margin-bottom: 0px;}
.googleMapNav .accordion-toggle:after {
    font-size: 22px;
    right: 0;
}
.googleMapNav {
    font-size: 14px;
    font-weight: 600;
}
.googleMapNav .accordion-content {padding: 15px 0;}
.clear-map-filters {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}
.type-codePlain text {width: 100%;}
/*map*/
.interactive-map .gm-style-iw {max-width: 250px;}
.interactive-map .gm-style img {
    display: block;
    float: none !important;
    max-width: 100%;
    margin: 0 auto 10px;
}
.interactive-map .col-md-8 {padding: 0;}
@media (min-width: 768px) {
    .interactive-map .row {
        display: -ms-flexbox;
        display: flex;
    }
    .interactive-map .col-md-8 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    }
    .interactive-map .col-md-4 {
        padding: 40px 30px 10px;
        width: 350px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
        /*border-bottom: 1px solid #c5c5c4;*/
        border-top: 1px solid #c5c5c4;
        margin: 1px 0;
    }
    .interactive-map .type-rte2:first-of-type {margin-bottom: 15px;}
    #mapFilters {display: none;}
}
@media (max-width: 767px) {
    .interactive-map .type-rte2:first-of-type {
        border-bottom: 1px solid #c5c5c4;
        padding-bottom: 30px;
    }
    .interactive-map .col-md-4 {
        display: none;
        position: absolute;
        top: 68px;
        height: 100%;
        width: 100%;
        z-index: 9;
        background: #fff;
        padding-top: 35px;
    }
    .clear-map-filters {
        position: absolute;
        top: 12px;
        right: 15px;
    }
    #mapFilters {margin-top: 15px;}
    .interactive-map .visible-xs {margin-top: 35px;}
}

/* GALLERY --------------------------
---------------------------------- */
.photo-gallery h2 {text-align: center;}
/* SEARCH ---------------------------
---------------------------------- */
.ezsearch-results {
    max-width: 1000px;
    margin: 0 auto;
}
.ezsearch-result a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
.ezsearch-result h2 {
    text-transform: initial;
    font-size: 22px;
    font-weight: 500;
}
.ezsearch-form {
    display: none;
}
#search_container .page_navigation {
    margin: 40px auto 0;
    max-width: 1030px;
    float: none;
 }
@media (min-width: 768px) {
    .ezsearch-summary {
        margin: 30px 0 50px;
        border-bottom: 1px solid #ccc;
    }
    #search_container .info_text {
        position: absolute;
        top: 37px;
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #search_container .info_text {
        top: 7px;
    }
}
@media (max-width: 767px) {
    .ezsearch-summary {margin: 30px 0 0px;}
    .ezsearch-result a {padding: 15px 0;}
    .ezsearch-result h2 {font-size: 16px;}
    .ezsearch-summary, #search_container .info_text  {text-align: center;}
}
/* SITEMAP --------------------------
---------------------------------- */
.sitemap-list ul ul {margin-left: 40px;}
.sitemap-list li a {
    display: inline-block;
    margin-bottom: 10px;
}

.mobile-only { display: none; }
@media (min-width: 992px) {
	.mobile-tablet-only { display: none; }
	.desktop-only { display: block; }
}
@media (max-width: 991px) {
	.mobile-tablet-only { display: block; }
	.desktop-only { display: none; }
}
@media all and (max-width: 768px) {
    .mobile-hide { display: none !important; }
    .mobile-only { display: block; }
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .mobile-hide { display: none !important; }
    .mobile-only { display: block; }
}

/* SHARE IMAGE ---------------------
---------------------------------- */
.share-image-module {
	margin-top: 15px !important;
}
.share-image {
    position: relative;
}

.share-image-module .sub-html {
    position: absolute;
    display: none;
}
.share-image-social  {
    margin: 6px;
    border-radius: 6px;
}
.share-image:hover .sub-html {
    display: block;
	background: #ffffff50;
    right: 15px;
    top:150px;
	border-radius: 5px;
	background: rgba(0,0,0,0.4);
}

.share-image:hover .sub-html a {
    margin: 15px 0px;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 25px;
	color: white;
}
.share-image-transcripts-section ol { list-style-type: decimal; margin-left: 22px; }
.share-image-transcripts-section li {
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: .5px;
}
.share-image-transcripts-section .share-image-transcripts--title {
	font-size: 1.3rem;
	margin: 1rem 0;
}

/* Maintains 16:9 Aspect Ratio of Video */ 
.video-aspect-ratio {
	width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.video-aspect-ratio > iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------
	Homefinder global
----------------------------------------*/
body.homefinder .cycle-slideshow { margin-bottom: 0; }

/*--------------------------------------
	Google Maps Pins/Categories
----------------------------------------*/
.googleMapNav .accordion-toggle {
    display: flex;
    align-items: center;
}
.googleMapNav .accordion-toggle [class^="icon_pin_"] {
    max-width: 100%;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    margin-left: 15px;
}
/*--------------------------------------
	Form Global Updates
----------------------------------------*/
#cboxLoadedContent .slform div[class*=request-info-form] .formelements {
	@media (width >= 768px) {
		& .form-element {
			&.txtFirstName { grid-column: 1/3; }
			&.txtLastName { grid-column: 3/5; }
		}
	}
}
/*--------------------------------------
	Form consent
----------------------------------------*/
.formelements :is(.chkConsentToEmail, .chkConsentToText) :where(label, span, a) {
	font-size: var(--fs-12, 12px) !important;
	line-height: 1.2em;
	& a {
		text-decoration: underline;
	}
}
/*--------------------------------------
	Remove Field from Forms
----------------------------------------*/
.hide-form-question--ca-res-checkbox .form-element.CCPA,
.hide-form-question--disclaimer .form-element.field-disclaimer,
.hide-form-question--email .form-element.email,
.hide-form-question--best-home .form-element.cboBestHome,
.hide-form-question--spend-home .form-element.cboSpendHomeNew,
.hide-form-question--home-size .form-element.HomeSize,
.hide-form-question--home-beds .form-element.HomeBeds,
.hide-form-question--home-baths .form-element.HomeBaths,
.hide-form-question--home-master .form-element.HomeMasterDown,
.hide-form-question--how-soon .form-element.cbHowSoon,
.hide-form-question--age-range .form-element.cboAgeRange,
.hide-form-question--fifty-five .form-element.cbFiftyFive,
.hide-form-question--children-at-home .form-element.cbKLAH,
.hide-form-question--my-children-are .form-element.cbMyChAreNew,
.hide-form-question--fname .form-element.txtFirstName,
.hide-form-question--lname .form-element.txtLastName,
.hide-form-question--address-1 .form-element.txtAddress1,
.hide-form-question--address-2 .form-element.txtAddress2,
.hide-form-question--city .form-element.txtCity,
.hide-form-question--state .form-element.cboState,
.hide-form-question--zip .form-element.txtZip,
.hide-form-question--moving-reason .form-element.cboReasonMove { display: none; }


/* hide addthis email button */
#ModelDetailTable .buttonBar .addthis_button_email { display: none; }

/*
  +-----------------------------------------------------+
			         CSS ROOT
  +-----------------------------------------------------+
*/
:root {
	--global-box-shadow: 
		3px 3px 3px -3px #999, 
		3px 3px 3px -3px #999, 
		-3px 3px 3px -3px #999;
}

/* remove after Instagram Social Feed API is working */
.social-media-feed { display: none !important; }