@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:300,400,700");
@import url('//cdn2.hubspot.net/hub/416784/hub_generated/template_assets/5179060975/1569585319194/Coded_files/Custom/page/Styles/appointment-popup.min.css'); 

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}















/*****************************************/
/* HTML Reset   */
/*****************************************/

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


 .pref-title   {ext-rendering: optimizelegibility;
    margin: 1em 0 .1em;
    text-transform: uppercase;
    font-family: Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #344657;
    font-size: 2rem;
    line-height: 2.3rem;
    margin: 1em 0 .8em !important;
    margin-top:0px !important;
    text-align: left;
    padding-left: 63px;
    font-weight:bold;
    }
    
    .contact-header{ padding-left: 63px; text-align:left; }
    .contact-header h2 { text-transform: uppercase; margin: .8em 0 .2em; font-size: 24px; font-size: 1.33333rem; font-family: Montserrat,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; color: #344657; font-weight: bold; }
    .contact-header h2 .signout { font-weight: 300; }
    .contact-header .signout { display: inline-block; margin-left: .2em; font-size: 12px; font-size: .66667rem; text-transform: none; color: #8a8a8a; }
    .contact-header .signout a { display: inline-block; color: inherit !important; text-decoration: none !important; border-bottom: 1px dotted; }
    .contact-header > p { margin-top: 0; font-size:18px !important; line-height:1.5; color: #565656 !important; font-weight: normal !important; }
    .contact-header .email-address { color: #d62628; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
}

label {
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
	line-height: 1;
    overflow-y:scroll;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    html {overflow: visible;}
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 0;
}

input:focus {
    outline: 0;
    outline-color: #1786c0;
}

/*****************************************/
/* Global CSS   */
/*****************************************/

html, body, .button {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-weight: 400;
}

a {
    color: #D62426;
    text-decoration: none;
}

a:hover {
    color: #C12022;
}

a:focus {
    outline: none;
}

sup {
    vertical-align: top;
}

p {
    font-family: 'Roboto', Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #252525;
}

h1,h2,h3,h4,h5,h6,input {
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h4 {
    font-size: 16px;
}

.container {
    width: 100%;
    max-width: 1366px;
    padding: 70px 20px;
    margin: 0 auto !important;
    float: none !important;
    clear: both;
}

.button, .contact-form .actions {
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 10px;
    font-size: 16px;
}

.primary.button, .contact-form .actions {
    background: #D62426;
}

.primary.button:hover, .contact-form .actions:hover {
    background: #C12022;
    color: #fff;
}

.round {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.small {
    font-size: 12px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.nine-sixty {
    max-width: 960px;
}

.fa {
    margin: 0 5px;
    vertical-align: baseline;
}

.desktop-hidden {
    display: none !important;
}

/*****************************************/
/* COMPONENTS  */
/*****************************************/

    /*****************************************/
    /* Magnific Popup  */
    /*****************************************/
    
    
    
/* =====  start popu css ===== */
.row-fluid .bg-img{display:none;}
.row-fluid .popup-area{background-repeat:no-repeat; border:2px solid #fff; background-size:cover; text-align: center; background-position:center center; float:none !important; position:relative;   width:650px; margin:0 auto !important;}
.row-fluid  .popup-text {background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 32px; line-height: 39px;   padding: 74px 0 40px;}
.popup-area .hs-form fieldset{  max-width: 100%;}

.popup-area .input input {border: medium none; height: 40px; font-size:21px; padding: 3px 12px;  font-family: 'Open Sans', sans-serif;}
.popup-area .hs-button.primary.large { background-color: #f7a22a; border: medium none; color: #191a1a; cursor:pointer;  font-size: 26px;  font-family: 'Open Sans', sans-serif;  font-weight: 600; width:100%; height:50px;}
.popup-area .hs-input {margin-bottom:15px;}
.popup-area .row-fluid .popup-form {padding: 0 40px; margin-top: 202px; margin-bottom:1px;}
.popup-area .hs_submit{ padding-top: 0;}
.popup-area .row-fluid .popup-form  form > div:first-child{float:left; width:48.4%;  margin-right: 3%;}
.popup-area .row-fluid .popup-form  form > div:nth-child(2){float:left; width:48.4%;}

.popup-area .btn-popu-closs { border: 2px solid #fff; box-sizing: border-box;  color: #fff; height: 25px; padding: 3px 0;  position: absolute;  right: 8px; top: 8px; width: 25px; cursor:pointer;}
 .row-fluid .cover-popup {position: fixed; top: 10%; transform: translateY(-50%);  z-index: 6; opacity:0; visibility:hidden; transition:0.4s;}

.open-popup  .row-fluid .cover-popup {opacity:1; ; top: 50%; visibility:visible;  transition:0.6s;}
    
   
    
    
    .mfp-bg {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9042;
      overflow: hidden;
      position: fixed;
      background: #0b0b0b;
      opacity: 0.8;
      filter: alpha(opacity=90);
    }
    
    .mfp-wrap {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9043;
      position: fixed;
      outline: none !important;
      -webkit-backface-visibility: hidden;
    }
    
    .mfp-container {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 8px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .mfp-container:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }
    
    .mfp-align-top .mfp-container:before {
      display: none;
    }
    
    .mfp-content {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      text-align: left;
      z-index: 9045;
    }
    
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
      width: 100%;
      cursor: auto;
    }
    
    .mfp-ajax-cur {
      cursor: progress;
    }
    
    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
      cursor: zoom-out;
    }
    
    .mfp-zoom {
      cursor: pointer;
      cursor: zoom-in;
    }
    
    .mfp-auto-cursor .mfp-content {
      cursor: auto;
    }
    
    .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    }
    
    .mfp-loading.mfp-figure {
      display: none;
    }
    
    .mfp-hide {
      display: none !important;
    }
    
    .mfp-preloader {
      color: #C0C0C0;
      position: absolute;
      top: 50%;
      width: auto;
      text-align: center;
      margin-top: -0.8em;
      left: 8px;
      right: 8px;
      z-index: 9044;
    }
    
    .mfp-preloader a {
      color: #C0C0C0;
    }
    
    .mfp-preloader a:hover {
      color: #FFF;
    }
    
    .mfp-s-ready .mfp-preloader {
      display: none;
    }
    
    .mfp-s-error .mfp-content {
      display: none;
    }
    
    .white-popup-block {
      background: #FFF;
      padding: 40px;
      text-align: left;
      max-width: 650px;
      margin: auto;
      position: relative;
    }
    
    .white-popup-block .popup-modal-dismiss {
      display: inline-block;
      background: #d62628;
      color: #fff;
      margin-top: 1em;
      padding: 6px 18px;
      text-decoration: none;
    }
    
    .white-popup-block .mfp-close {
      color: #333;
    }
    
    button.mfp-close, button.mfp-arrow {
      overflow: visible;
      cursor: pointer;
      background: transparent;
      border: 0;
      -webkit-appearance: none;
      display: block;
      outline: none;
      padding: 0;
      z-index: 9046;
      box-shadow: none;
    }
    
    button::-moz-focus-inner {
      padding: 0;
      border: 0;
    }
    
    .mfp-close {
      width: 30px;
      height: 30px;
      line-height: 30px;
      position: absolute;
      right: 0;
      top: 0;
      text-decoration: none;
      text-align: center;
      opacity: 0.65;
      filter: alpha(opacity=65);
      padding: 0 0 18px 10px;
      color: #FFF;
      font-style: normal;
      font-size: 28px;
      font-family: Arial, Baskerville, monospace;
    }
    
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100);
    }
    
    .mfp-close:active {
      top: 1px;
    }
    
    .mfp-close-btn-in .mfp-close {
      color: #333;
    }
    
    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
      color: #FFF;
      right: -6px;
      text-align: right;
      padding-right: 6px;
      width: 100%;
    }
    
    .mfp-counter {
      position: absolute;
      top: 0;
      right: 0;
      color: #CCC;
      font-size: 12px;
      line-height: 18px;
    }
    
    .mfp-arrow {
      position: absolute;
      opacity: 0.65;
      filter: alpha(opacity=65);
      margin: 0;
      top: 50%;
      margin-top: -55px;
      padding: 0;
      width: 90px;
      height: 110px;
      -webkit-tap-highlight-color: transparent;
    }
    
    .mfp-arrow:active {
      margin-top: -54px;
    }
    
    .mfp-arrow:hover, .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100);
    }
    
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent;
    }
    
    .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px;
    }
    
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7;
    }
    
    .mfp-arrow-left {
      left: 0;
    }
    
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid #FFF;
      margin-left: 31px;
    }
    
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F;
    }
    
    .mfp-arrow-right {
      right: 0;
    }
    
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid #FFF;
      margin-left: 39px;
    }
    
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3F3F3F;
    }
    
    .mfp-iframe-holder {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px;
    }
    
    .mfp-iframe-holder .mfp-close {
      top: -40px;
    }
    
    .mfp-iframe-scaler {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%;
    }
    
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000;
    }
    
    img.mfp-img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      line-height: 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 40px auto;
    }
    
    .mfp-figure {
      line-height: 0;
    }
    
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444;
    }
    
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px;
    }
    
    .mfp-figure figure {
      margin: 0;
    }
    
    .mfp-bottom-bar {
      margin-top: -36px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      cursor: auto;
    }
    
    .mfp-title {
      text-align: left;
      line-height: 18px;
      color: #F3F3F3;
      word-wrap: break-word;
      padding-right: 36px;
    }
    
    .mfp-image-holder .mfp-content {
      max-width: 100%;
    }
    
    .mfp-gallery .mfp-image-holder .mfp-figure {
      cursor: pointer;
    }
    
    .homesites .loggedin .hs_property_types_interested_in {
        display:none;
    }
    
    .homesites .loggedin .hs-form-field {
        width:99% !important;
        margin-left:0 !important;
    }
    
    .homesites .loggedin .hs-form-field label {
        font-size:16px !important;
    }
    
    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
      /**
       * Remove all paddings around the image on small screen
       */
      .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
      }
      .mfp-img-mobile img.mfp-img {
        padding: 0;
      }
      .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
      }
      .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
      }
      .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
      }
      .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
      }
      .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
      }
    }
    @media all and (max-width: 900px) {
      .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
      }
    
      .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
      }
    
      .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
      }
    
      .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
      }
    }
    .mfp-ie7 .mfp-img {
      padding: 0;
    }
    .mfp-ie7 .mfp-bottom-bar {
      width: 600px;
      left: 50%;
      margin-left: -300px;
      margin-top: 5px;
      padding-bottom: 5px;
    }
    .mfp-ie7 .mfp-container {
      padding: 0;
    }
    .mfp-ie7 .mfp-content {
      padding-top: 44px;
    }
    .mfp-ie7 .mfp-close {
      top: 0;
      right: 0;
      padding-top: 0;
    }
    
    /*****************************************/
    /* Slider  */
    /****************************************/
    
       .home .flex-container a:hover, .home .flex-slider a:hover {
          outline: none;
        }
        
        .home .slides, .home .slides > li, .home .flex-control-nav, .home .flex-direction-nav {
          margin: 0;
          padding: 0;
          list-style: none;
        }
        
       .home .flex-pauseplay span {
          text-transform: capitalize;
        }
        
        .home .flexslider {
          margin: 0;
          padding: 0;
        }
        
        .home .flexslider .slides > li {
          display: none;
          -webkit-backface-visibility: hidden;
          position: relative;
        }
        
        .home .flexslider .slides .flexImage {
          width: 100%;
          display: block;
        }
        
       .home .flexslider .slides:after {
          content: "\0020";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0;
        }
        
        html[xmlns] .home .flexslider .slides {
          display: block;
        }
        
        * html .home .flexslider .slides {
          height: 1%;
        }
        
        .no-js .home .flexslider .slides > li:first-child {
          display: block;
        }
        
        .home .flexslider .slides img {
          height: auto;
          -moz-user-select: none;
        }
        
        .home .flex-viewport {
          max-height: 2000px;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease;
        }
        
        .loading .flex-viewport {
          max-height: 300px;
        }
        
        .home .carousel li {
          margin-right: 5px;
        }
        
        .home .flex-control-nav {
                position: absolute;
                bottom: 20px;
                width: 100%;
                text-align: center;
        }
        
        .home .flex-control-nav li {
            display: inline-block;
            margin: 0 3px;
        }
        
        .home .flex-control-nav a {
            width: 12px;
            height: 12px;
            content: " ";
            color: #fff;
            display: block;
            background: #fff;
            border-radius: 50%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
             cursor: pointer;
             -webkit-font-smoothing: subpixel-antialiased;
             font-size: 0;
        }
            
        .home .flex-active, .home .flex-control-nav a:hover {
            background: #D62426 !important;
            color: #D62426 !important;
        }
            
        .home .flex-caption {
            width: 100%;
            padding: 2%;
            left: 0;
            top: 2.3%;
            position: absolute;
            color: #fff;
            text-align: center;
        }
            
        .home .flex-caption.home {
            top: 25%;
        }
            
        .home .flex-caption.parc {
            text-transform: uppercase;
            top: 18%;
        }
            
        .home .flex-caption.parc div {
            max-width: 700px;
            margin-left: 10%;
        }
            
        .home .flex-caption.parc h2 {
            line-height: 60px;
            font-size: 50px;
            margin-top: 20px;
            font-family: "bebas-neue" !important;
            letter-spacing: 5px;
        }
            
        .home .flex-caption.parc a {
            margin-top: 20px;
            background: #a3023d;
            max-width: 150px;
            font-size: 20px;
            padding: 15px 20px;
        }
        
        .home .flex-caption.parc a:hover {
            color: #fff;
        }
            
        .home .flex-caption.parc img {
            max-width: 170px;
        }
        
         @media (max-width: 500px) {
            .home .flex-control-nav {
                bottom: 20px;
                
            }
            .home .flex-control-nav a {
                border: 1px solid #D62426;
            }
        }
        
         @media (max-width: 450px) {
           .home .flex-control-nav {
                bottom: 20px;
            }
        }
        
        @media (max-width: 360px) {
            .home .flex-control-nav {
                bottom: 20px;
            }
        }
        
    
       .neighborhood .flex-container a:hover, .neighborhood .flex-slider a:hover,
       .page--about .flex-container a:hover, .page--about .flex-slider a:hover,
       .page--blog .flex-container a:hover, .page--blog .flex-slider a:hover {
          outline: none;
        }
        
        .neighborhood .slides, .neighborhood .slides > li, .neighborhood .flex-control-nav, .neighborhood .flex-direction-nav,
        .page--about .slides, .page--about .slides > li, .page--about .flex-control-nav, .page--about .flex-direction-nav,
        .page--blog .slides, .page--blog .slides > li, .page--blog .flex-control-nav, .page--blog .flex-direction-nav {
          margin: 0;
          padding: 0;
          list-style: none;
        }
        
        .neighborhood .flex-pauseplay span,
        .page--about .flex-pauseplay span,
        .page--blog .flex-pauseplay span {
          text-transform: capitalize;
        }
        
        .neighborhood .flexslider,
        .page--about .flexslider,
        .page--blog .flexslider {
          margin: 0;
          padding: 0;
          background-image: url("https://www.surgehomes.com/hs-fs/hub/416784/file-2677439928-png/imgSlider-bg.png?t=1491430688492");
          background-size:auto;
        }
        
        .neighborhood .flexslider .slides > li, 
        .page--about .flexslider .slides > li,
        .page--blog .flexslider .slides > li {
          display: none;
          -webkit-backface-visibility: hidden;
          position: relative;
        }
        
        .neighborhood .flexslider .slides .flexImage,
        .page--about .flexslider .slides .flexImage,
        .page--blog .flexslider .slides .flexImage {
          width: 100%;
          display: block;
        }
        
       .neighborhood .flexslider .slides:after,
       .page--about .flexslider .slides:after,
       .page--blog .flexslider .slides:after {
          content: "\0020";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0;
        }
        
        html[xmlns] .neighborhood .flexslider .slides,
        html[xmlns] .page--about .flexslider .slides,
        html[xmlns] .page--blog .flexslider .slides {
          display: block;
        }
        
        * html .neighborhood .flexslider .slides,
        * html .page--about .flexslider .slides,
        * html .page--blog .flexslider .slides {
          height: 1%;
        }
        
        .no-js .neighborhood .flexslider .slides > li:first-child,
        .no-js .page--about .flexslider .slides > li:first-child,
        .no-js .page--blog .flexslider .slides > li:first-child {
          display: block;
        }
        
        .neighborhood .flexslider .slides img,
        .page--about .flexslider .slides img,
        .page--blog .flexslider .slides img {
            height: auto;
            -moz-user-select: none;
            width: auto;
            max-width: 1920px;
            max-height: 60vh;
            margin:auto;
        }
        
        .neighborhood .flex-viewport,
        .page--about .flex-viewport,
        .page--blog .flex-viewport {
          max-height: 2000px;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease;
        }
        
        .loading .flex-viewport {
          max-height: 300px;
        }
        
        .neighborhood .carousel li,
        .page--about .carousel li,
        .page--blog .carousel li {
          margin-right: 5px;
        }
        
        .neighborhood .flex-control-nav,
        .page--about .flex-control-nav,
        .page--blog .flex-control-nav {
            position: absolute;
            bottom: 20px;
            left: 15%;
        }
        
        .neighborhood .flex-control-nav li,
        .page--about .flex-control-nav li,
        .page--blog .flex-control-nav li {
            display: inline-block;
            margin: 0 3px;
        }
        
        .neighborhood .flex-control-nav a,
        .page--about .flex-control-nav a,
        .page--blog .flex-control-nav a {
            width: 10px;
            height: 10px;
            content: " ";
            color: #fff;
            display: block;
            background: #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
             cursor: pointer;
             border: 1px solid #000;
             -webkit-font-smoothing: subpixel-antialiased;
            text-indent:-9999px;
        }
            
        .neighborhood .flex-active, .neighborhood .flex-control-nav a:hover::before,
        .page--about .flex-active, .page--about .flex-control-nav a:hover::before,
        .page--blog .flex-active, .page--blog .flex-control-nav a:hover::before {
            color: #D62426 !important;
        }
            
        .neighborhood .flex-caption,
        .page--about .flex-caption,
        .page--blog .flex-caption {
            width: 100%;
            padding: 2%;
            left: 0;
            top: 2.3%;
            position: absolute;
            color: #fff;
            text-align: center;
        }
            
        .neighborhood .flex-caption.neighborhood,
        .page--about .flex-caption.page--about,
        .page--blog .flex-caption.page--blog {
            top: 25%;
        }
            
        .neighborhood .flex-caption.parc,
        .page--about .flex-caption.parc,
        .page--blog .flex-caption.parc {
            text-transform: uppercase;
            top: 18%;
        }
            
        .neighborhood .flex-caption.parc div,
        .page--about .flex-caption.parc div,
        .page--blog .flex-caption.parc div {
            max-width: 700px;
            margin-left: 10%;
        }
            
        .neighborhood .flex-caption.parc h2,
        .page--about .flex-caption.parc h2,
        .page--blog .flex-caption.parc h2 {
            line-height: 60px;
            font-size: 50px;
            margin-top: 20px;
            font-family: "bebas-neue" !important;
            letter-spacing: 5px;
        }
            
        .neighborhood .flex-caption.parc a,
        .page--about .flex-caption.parc a,
        .page--blog .flex-caption.parc a {
            margin-top: 20px;
            margin-top: 20px;
            background: #a3023d;
            max-width: 150px;
            font-size: 20px;
            padding: 15px 20px;
        }
        
        .neighborhood .flex-caption.parc a:hover,
        .page--about .flex-caption.parc a:hover,
        .page--blog .flex-caption.parc a:hover {
            color: #fff;
        }
            
        .neighborhood .flex-caption.parc img,
        .page--about .flex-caption.parc img,
        .page--blog .flex-caption.parc img {
            max-width: 170px;
        }
        
         @media (max-width: 500px) {
            .neighborhood .flex-control-nav,
            .page--about .flex-control-nav,
            .page--blog .flex-control-nav {
                bottom: 38% !important;
                left: 43%;
            }
        }
        
         @media (max-width: 450px) {
           .neighborhood .flex-control-nav,
           .page--about .flex-control-nav,
           .page--blog .flex-control-nav {
                left: 41%;
                bottom: 40% !important;
            }
        }
        
        @media (max-width: 360px) {
            .neighborhood .flex-control-nav,
            .page--about .flex-control-nav,
            .page--blog .flex-control-nav {
                left: 38%;
                bottom: 42% !important;
            }
        }
        
        @media (min-width: 46.8em) {
            .hs-content-id-4992011900 .widget-span {
                padding-left: 0 !important;
            }
        }
    

.imgshow { width: 100%; float: left; text-align: left; }

/*****************************************/
/* Blog  */
/*****************************************/

.page--blog .hs-custom-form .hs_blog_default_hubspot_blog_subscription {
    display:none;
}

.page--blog .hs-custom-form .hs-form-required {
    top:-5px !important;
    overflow:visible !important;
}
    
/*****************************************/
/* Header  */
/*****************************************/

.header {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
}

.header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-container-wrapper {
    position: relative;
    z-index: 1;
}

.header img {
    margin-top: 35px;
    padding-bottom: 22px;
}

.courtesy {
    font-size: 13px;
    margin-top: 10px;
}

.courtesy a {
    color: #1786c0;
    text-decoration: none;
}

.courtesy a:hover {
    color: #1579AD;
}

.courtesy .spacer {
    padding: 0 10px;
    color: #C0C0C0;
}

.header .nav {
    position: relative;
}

.header .nav .hs-menu-wrapper {
    position: absolute;
    right: 230px;
    top: 13px;
}

.header .nav li {
    height: 42px;
}

.header .nav li.active-branch,
.header .nav li:hover {
    border-bottom: 5px solid #D62426;
}



.email-yes.contact-yes .button.signout, .email-no.contact-no .button.login, .email-no.contact-no .button.signout {
    display: block;
}

.email-no.contact-no .button.signout, .email-yes.contact-yes .button.login, .email-yes.contact-yes .button.register, .email-yes.contact-yes .black.side.button {
    display: none;
}

.nav .button.login, .nav .button.register, .nav .button.signout {
    font-size: 13px;
    padding: 10px 5px;
    text-decoration: none;
   display: block;
   width: 38%;
   float: right;
   text-align: center;
}

.nav .button.login:hover, .nav .button.register:hover, .nav .button.signout:hover {
    background: #C12022;
    border-color: #C12022;
    color: #fff;
}

.nav .button.register, .nav .button.signout {
    background: #D62426;
    border: 2px solid #D62426;
    color: #fff;
}

.nav .button.login {
    border: 2px solid #D62426;
    color: #D62426
}

.right {float: right !important;}

.hidden-content {
    position: absolute;
}

@media (min-width: 1280px) {
    .nav .row-fluid .span10 {
        width: 78%;
    }
    .nav .row-fluid .span2 {
        width: 22%;
        margin-left: 0;
    }
}

/*****************************************/
/* Splash  */
/*****************************************/

.splash {
    text-align: center;
    color: #fff;
    background-size: cover;
    position: relative;
}

.splash h2 {
    font-family: 'Titillium Web', sans-serif;
    line-height: 70px;
    font-size: 32px;
}

.splash h1, .splash h2 {
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
}

.splash .button, .side-ctas .button {
    padding: 18px 5px;
    max-width: 490px;
    margin: 50px auto 0 auto;
}

/*****************************************/
/* Home  */
/*****************************************/

.container.nine-sixty p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.register .container {
    background: rgba(0, 0, 0, .8);
    padding: 40px 40px 20px 40px;
    margin: 80px auto !important;
    color: #fff;
}

.register {
    background: url("//www.surgehomes.com/hubfs/Surge_2016/form-bg-img.jpg") center no-repeat;
    background-size: cover !important;
}

.register p {
    color: #fff;
    margin-top: 10px;
}

.register-footer {
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
    margin-top: 25px;
}

.register-footer .widget-type-text {
    color: #C0C0C0;
    font-style: italic;
}

.register-footer .right a {
    color: #fff;
    text-decoration: underline;
}

.register .hs-form-field {
    margin: 5px;
}

.hs-form-field input, .hs-form-field select, .hs-form-field textarea  {
    font-size: 16px;
    padding: 15px 10px;
    border: 1px solid #555555;
    color: #333333;
    background: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}

.form__homepage-register form .hs_registration_comments_questions {
    flex-basis: 100%!important; 
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}

.register form {
    margin: 30px auto;
}

.register .hs-button {
    color: #fff !important;
}

@media (min-width: 768px) {
    
    .read-more06 { display:none;  }
    
    .register .span4 {
        width: 32.3%;
    }
}

@media (min-width: 810px) {
    .register .span4 {
        width: 32.4%;
    }
}

@media (min-width: 948px) {
    .register .span4 {
        width: 32.55%;
    }
}

@media (max-width: 767px) {
    
    .pref-title {  padding-left: 0px; }
    .contact-header { padding-left: 0px; text-align: left; }
    
    .register form {
        margin-bottom: 0;
    }
    .register .hs-form-field {
        margin: 5px 0;
    }
    
    .register h2 {
        font-size: 30px;
    }
    
    .register-footer {
        text-align: center;
    }
    
    .register-footer .widget-type-text {
        margin-bottom: 10px;
    }
}

.register .hs-form-field:nth-child(4), .register .hs-form-field:first-child {
    margin-left: 0;
}
.register .hs-form-field:nth-child(3), .register .hs_realtor_dropdown {
    margin-right: 0;
}

.border_b {
    border-bottom: 1px solid #C0C0C0;
}

.button.side {
    position: fixed;
    right: -113px;
    top: 156px;
    font-size: 18px;
    max-width: 262px !important;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg) perspective(1px) scale(1) translate3d( 0, 0, 0); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) perspective(1px) scale(1) translate3d( 0, 0, 0);
    border: 1px solid #ffffff;
    border-bottom: none;
    z-index: 10;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.black.button {
    top: 428px !important;
    background: #151515;
}

.black.button:hover {
    color: #fff;
    background: #151515;
}

.properties {
    padding-top: 0;
}

.properties h2 {
    margin: 30px auto;
}

@media (min-width: 1450px) {
    .homesites .properties .locations .span3 {
        width: 31.333%;
    }
}

@media (min-width: 1232px) and (max-width: 1450px) {
    .homesites .properties .locations .span3 {
        width: 48%;
    }
}

@media (min-width: 1280px) {
    .home .properties .locations .span3 {
        width: 23.5%;
    }
}

.properties .locations:first-child h2 {
    margin-top: 0;
}

.properties .types {
    text-transform: uppercase;
}

.locations {
    overflow: visible;
}

.locations:after {
  content: '';
  display: block;
  clear: both;
}

.status_message {
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: none;
    color: #000 !important;
    display: block;
    line-height: 16px;
}

.hs_submit .button {
    border: 1px solid #fff;
    padding: 15px;
    font-size: 15px;
    white-space: normal;
}

.hs_submit {
    padding-top: 20px;
    clear: both;
}

.is-checked {
    background: #D62426;
}

#filters .span12 {
    margin: 5px 0;
}

.location {
        margin-bottom: 20px;
        margin-right: 2% !important;
        margin-left: 0 !important;
        height: 450px;
        overflow: visible;
        border: 2px solid #93855e;
    }
    
.location p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #666;
}

.location p:first-child {letter-spacing: 1px;}
    
.location .button {
    margin: 0;
    padding: 13px 10px 10px 10px;
    border: none;
    font-size: 16px;
    background: #93855e;
    width: 94%;
    position: absolute;
    bottom: 0;
}

.home .location .button, .homesites .location .button {
    width: 100% !important;
    padding: 13px 0;
}

.location .button:hover {
    background: #847855;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
    
.button.span4.is-checked, .button.span2.is-checked {
    background: #D62426;
}

.museum-district .property--footer p, .midtown- .property--footer p {
    padding-top: 16px;
}

.location  h3 {
    color: #93855e;
    border-bottom: none;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.location .logo img {
    max-height: 75px;
    margin-top: -5px;
}

.location:nth-child(1) .logo img {
    margin-top: -13px !important;
}
.location:nth-child(2) .logo img {
    margin-top: -7px !important;
}
.location:nth-child(3) .logo img {
    margin-top: -5px !important;
}
.location:nth-child(4) .logo img {
    margin-top: -9px !important;
}

.home--v2 .location .logo img, .homesites .location .logo img {
    max-height: 75px;
    max-width: 98%;
}

.location .button .fa {
    font-size: .7em !important;
    vertical-align: middle;
    margin-top: -2px;
}

.homesite--img {
    height: 160px;
    background-size: cover !important;
    position: relative;
}

.homesite--img p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    background: #93855e;
    padding: 10px 20px;
    font-size: 18px;
}

.future .homesite--info h3 {
    background: none;
    color: #555555;
    padding-bottom: 0;
    padding-top: 6%;
}

.future p:nth-child(3) {
    font-weight: 700;
    margin-top: 45px;
    font-size: 18px;
}

@media (max-width: 720px) {
    .home--v2 .future p:nth-child(3), .homesites .future p:nth-child(3) {
        margin-top: 20px;
    }
}

.home-site--info p {
    color: #666;
}

.homesite--info {
    padding: 20px 0;
}

.home .homesite--info, .homesite .homesite--info {
    overflow: hidden;
}

.homesite--address {
    max-width: 320px;
    margin: 20px auto;
    padding: 0 10px;
}

.homesite--address p {
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
    float: right;
    width: 48%;
}

.home--v2 .homesite--address p, .homesites .homesite--address p {
    margin-top: -6px;
}

@media (max-width: 450px) {
    .home--v2 .homesite--address p, .homesites .homesite--address p {
        margin-top: 20px;
    }
}

.homesite--address span {
    color: #666666;
}

.homesite--address:after {
    clear: both;
}

.homesite--address .logo {
    float: left;
    width: 48%;
}

.homesite--pin {
    padding: 21px 20px;
}

.property--footer p {
    margin: 0;
    border-top: 2px solid #93855e;
    border-bottom: 2px solid #93855e;
    border-left: 2px solid #93855e;
    font-size: 15px;
    padding: 1.5%;
    text-transform: uppercase;
    height: 58px !important;
}

.property--homesite {
    position: relative;
    height: 100%;}
    
@media (min-width: 1450px) {
    .homesites .locations .location:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    
    .homesites .locations .location:nth-of-type(4n) {
        margin-right: 2% !important;
    }
}

@media (min-width: 720px) {
    .locations .location:nth-of-type(1) {
        margin-left: 0 !important;
    }
    
    .locations .location:nth-of-type(4n) {
        margin-right: 0 !important;
    }
    
    .locations .location:nth-of-type(3n+1) {
        margin-left: 0 !important;
    }
}


@media (max-width: 1232px) and (min-width: 720px) {
    .location, .locations .location:nth-of-type(3n) {
        margin-right: 4% !important;
        width: 47% !important;
    }
    
    .locations .location:nth-of-type(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width: 1232px) {
    .status_message {
        font-size: 15px;
    }
    
    .location {
        height: 680px !important;
    }
    
    .location .button {
        width: 96.5%;
    }
}

@media (max-width: 1130px) {
    .location .button {
        width: 96%;
    }
}

@media (max-width: 990px) {
    .location .button {
        width: 95.5%;
    }
}

@media (max-width: 945px) {
    .location {
        height: 580px !important;
    }
}

@media (max-width: 880px) {
    .location .button {
        width: 95%;
    }
}

@media (max-width: 830px) {
    .location {
        height: 540px !important;
    }
}

@media (max-width: 810px) {
    .location .button {
        width: 94%;
    }
}

@media (min-width: 720px) {
    .location {float: left !important;}
}

@media (min-width: 910px) and (max-width: 1000px) {
    .homesites .homesites--view, .homesites .homesites--forms {
        float: none;
        width: 100% !important;
    }
}

@media (max-width: 719px) {
    .location, .location:nth-of-type(3n+1) {
        position: static !important;
        width: 100% !important;
        max-width: 400px !important;
        margin-bottom: 20px; !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .location {
        height: 580px !important;
    }
    
    .location .button {
        width: 95%;
    }

}

@media (max-width: 650px) {
    .properties {
        padding-bottom: 0;
    }
}

@media (max-width: 451px) {

    .homesite--info {
        height: auto !important;
    }
    .homesite--address, .homesite--address p {
        text-align: center !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .location .logo {
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important;
    }
    
    .location {
        height: 640px !important;
    }
    
    .location .button {
        width: 94.5%;
    }
}

@media (max-width: 400px) {
    .location {
        height: 580px !important;
    }
}



/*****************************************/
/* Footer   */
/*****************************************/

.footer {
    border-top: 2px solid #C0C0C0;
}

.footer .container {
    padding-bottom: 0 !important;
}

.footer .button .fa {
    margin-right: 0 !important;
    margin-bottom: 2px;
    vertical-align: middle;
    font-size: 9px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 16px;
    padding: 0 10px;
    color: #252525;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:last-child, .social a:last-child {
    padding-right: 0;
}

@media (max-width: 1200px) {
    .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 14px;
    }
    
    .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: right;
    }
    
    .footer .span6 {
        margin-left: 0;
        width: 50%;
    }
}

@media (max-width: 1055px) {
    .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 16px;
        padding: 0 20px 10px 20px;
    }
    
    .social, .logos {margin-top: 25px !important;}
}

@media (max-width: 835px) {
    .footer .span6 {
        width: 100%;
        text-align: center;
    }
    
    .footer .primary.button {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .footer .button, .footer .widget-type-menu {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .footer .button {
        padding: 15px 0 !important;
    }
    
    .footer .hs-menu-wrapper, .footer .hs-menu-wrapper * {
        width: 100%;
        display: block;
    }
    
    .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 0;
    }
    
    .footer .hs-menu-item {
        margin-top: 10px;
    }
}

@media (max-width: 570px) {
    .footer .hs-menu-item {
        margin-top: 10px;
    }
    
    .footer .hs-menu-item a {
        font-size: 16px !important;
    }
}
.social a {
    font-size: 25px;
    padding: 0 5px;
}

.social {
    margin-top: 30px;
}

.copyright p, .copyright a {
    color: #555555;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
}

.copyright{
    margin-top: 70px;
}

.logos {
    margin-top: 45px;
    position: relative;
    margin-bottom: 7px;
}

.logos span {
    color: #C0C0C0;
    position: absolute;
    top: 2px;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
}

.logos img:last-child {
    padding-left: 15px;
}
.logos img:first-child {
    padding-right: 8px;
}

.footer .primary.button {
    max-width: 260px;
    padding: 5px 15px;
}

/*****************************************/
/* Neighborhood Page   */
/*****************************************/
.neighborhood strong {
    font-weight: 700;
}

.neighborhood .bottom-container {
    padding-top: 0;
}

.neighborhood .neighborhood--information {
    margin-bottom: 25px;
}

.neighborhood--information__left img {
    display: block;
    margin: 0 auto 20px auto;
}

.neighborhood .neighborhood--information__left p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
}

.neighborhood .neighborhood--information__left p span {
    color: #D62426;
    vertical-align: top;
    font-weight: bold;
}

.neighborhood .neighborhood--information__right h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
}

.neighborhood .neighborhood--information__right p, .neighborhood .neighborhood--information__right li, .neighborhood .neighborhood--information__right a {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Roboto', Arial, sans-serif;
}

.neighborhood .neighborhood--information__right ul {
    margin-left: 5%;
 }

.neighborhood .neighborhood--information__right li {
    list-style: disc;
    font-weight: 400;
    font-family: 'Roboto', Arial, sans-serif;
}

.neighborhood .neighborhood--video {
  margin: 1em 0 0 !important;
}

.neighborhood .neighborhood--video a {
  outline: 0;
}

.neighborhood .neighborhood--video img {
  width: 100%;
}

@media screen and (min-width: 46.8em) {
  .neighborhood .neighborhood--video a img.mobile-img {
    display: none;
  }
  
  .neighborhood .neighborhood--video a img.desktop-img {
    display: block;
  }
}

@media screen and (max-width: 46.7em) {
  .neighborhood .neighborhood--video a img.mobile-img {
    display: block;
  }
  
  .neighborhood .neighborhood--video a img.desktop-img {
    display: none;
  }
}

.neighborhood .property-map img {
    /*width: 100% !important;*/
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.neighborhood .property--homesite h3 {
    background: #D62426;
    color: #fff;
    padding: .5em .8em;
    font-size: 1.3rem;
    text-transform: uppercase;
}

@media (max-width: 400px) {
    .neighborhood .property--homesite h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 350px) {
    .neighborhood .property--homesite h3 {
        font-size: 1rem;
    }
}

.neighbordhood .property-image img {
    width: 100%;
    height: auto;
}

.contact-yes .neighborhood .register-cta {
    display: none;
}

.neighborhood .register-cta {
    background: #C0C0C0;
    text-align: center;
    padding: 40px;
    margin-bottom: 70px;
}

.neighborhood .register-cta h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #555555;
    font-weight: 700;
    font-family: 'Montserrat', 'Arial Black', sans-serif
}

.neighborhood .register-cta h2 a {
    color: #555555 !important;
    text-decoration: underline;
}

.neighborhood .register-cta .actions {
    max-width: 380px;
    margin: 15px auto 0 auto;
}

.neighborhood .register-cta .button {
    max-width: 140px;
    font-weight: 700;
    float: left;
    padding: 15px 0;
}

.neighborhood .register-cta .registered, .neighborhood .register-cta .registered a {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 2.5rem;
    font-size: 1.1rem;
}

.neighborhood .property-floorplans, .myfavorites .property-floorplans {
    width: 95%;
    margin: 0 auto;
}

.neighborhood .property-floorplans .floorplan {
    border-bottom: 2px solid #555555;
    padding: 30px 0;
}

.neighborhood .property-floorplans .floorplan .row {
    position: relative;
}

.neighborhood .property-floorplans .floorplan:last-child {
    border: none;
}

.neighborhood .property-floorplans .floorplan p {
    margin-top: 0;
    font-size: 1rem;
}

.neighborhood .property-floorplans .floorplan a {
    text-decoration: none;
}

.neighborhood .property-floorplans .floorplan .features li, .myfavorites .property-floorplans .floorplan .features li  {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 10px 0;
}

.neighborhood .property-floorplans .floorplan .features ul {
    margin-left: 8%;
    list-style: disc;
    font-size: .95em;
    margin-top: 20px;
    line-height: 1.3em;
}

.neighborhood .property-floorplans .floorplan .features ul li:first-child {
    font-size: .95em;
    padding-bottom: 0;
    border-bottom: none;
}

.neighborhood .property-floorplans .floorplan .features li:first-child, .myfavorites .property-floorplans .floorplan .features li:first-child {
    font-size: 1.1rem;
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 5px;
}

.neighborhood .floorplan.shade .floorplan-information, .neighborhood .floorplan.shade .floorplan-checkbox {
    display: none;
}

.neighborhood .floorplan-images img, .myfavorites .floorplan-images img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    max-width: 400px;
}

.neighborhood .floorplan.shade .floorplan-images {
    opacity: .5;
    width: 100%;
    margin: 0;
    text-align: center;
}
.neighborhood .floorplan.shade .floorplan-images img {
    max-height: 600px;
    margin: 0 auto;
}

.contact-yes .neighborhood .floorplan-more, .contact-no .neighborhood .floorplan-checkbox, .neighborhood .property--homesite, .contact-yes .neighbordhood .fp-blocker, .contact-yes .neighborhood #register, .contact-yes .home #register, .neighborhood .property-selection-form {
    display: none;
}

.contact-yes .neighborhood .fp-blocker, .contact-yes .myfavorites .fp-blocker {
    display: none !important;
}

.contact-no .teaser2 .sold-banner {
    display: none;
}

.neighborhood .floorplan-more {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f4a314;
    padding: 25px 0;
    letter-spacing: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-family: 'Roboto', Arial, sans-serif;
}

.neighborhood .floorplan-more span {
    font-size: 1.6rem;
    display: block;
    padding:10px;
    border: 2px solid #fff;
    max-width: 600px;
    margin: 15px auto 0 auto;
}

@media (max-width: 800px) {
    .neighborhood .floorplan-more {
        font-size: 1.5rem;
        padding: 15px 0;
    }
    
    .neighborhood .floorplan-more span {
        font-size: 1rem;
        max-width: 85%;
    }
}

@media (max-width: 650px) {
    .neighborhood .floorplan-more {
        font-size: 1.2rem;
    }
    
    .neighborhood .floorplan-more span {
        font-size: .8rem;
    }
}

.neighborhood .floorplan-checkbox .check {
    cursor: pointer;
}

.neighborhood .floorplan-checkbox .check::after {
    content: "Add to My Favorites";
}

.neighborhood .floorplan-checkbox.checked .check::after {
    content: "Added to My Favorites";
}

.neighborhood .floorplan-checkbox .check:before {
    content: "\f08a";
    font-family: FontAwesome;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 1.2rem;
}

.neighborhood .floorplan-checkbox.checked .check:before {
    content: "\f004";
}

.neighborhood .sold img, .myfavorites .sold img {
    opacity: .5;
}

.neighborhood .sold-banner, .myfavorites .sold-banner, .neighborhood .fp-blocker, .myfavorites .fp-blocker {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:-1;
}


.neighborhood .sold-banner p, .myfavorites .sold-banner p {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-weight: 700;
    font-size: 2.5rem !important;
    line-height: 4.5rem !important;
    color: #fff;
    background: #D62426;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}

@media (max-width: 768px) {
    .neighborhood .sold-banner p, .myfavorites .sold-banner p {
        width: 100%;
        top: 56%;
        transform: translateY(0%);
    }
}

@media (max-width: 575px) {
    .neighborhood .sold-banner p, .myfavorites .sold-banner p {
        font-size: 2rem !important;
        line-height: 3.5rem !important;
    }
}

.myfavorites .sold-banner p { 
    width: 58%;
}

.neighborhood .mfp-figure img, .myfavorites .mfp-figure img {
    max-height: 90vh !important;
    cursor: default;
}

#hoa-information h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
#hoa-information table {
  border: 1px solid;
  font-size: 14px;
  font-size: 0.77778rem;
  font-family: 'Roboto', Arial, sans-serif;
}
#hoa-information table th {
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  border-left: 1px solid;
  padding: 10px;
  vertical-align: middle;
}
#hoa-information table th:first-child {
  border: 0;
}
#hoa-information table td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}
#hoa-information table td:first-child {
  text-align: left;
}

#school_information {
  max-width: 1000px;
  font-size: 14px;
  padding: 20px;
}

#school_information h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}

#school_information p:nth-child(2) {
    margin-bottom: 0;
    margin-top: 15px;
}

#school_information table {
  text-align: center;
  font-size: 12px;
  font-family: 'Roboto', Arial, sans-serif;
}

#school_information table thead {
  vertical-align: bottom;
  font-weight:  700;
}

#school_information table th, #school_information table td {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: middle;
}

#school_information table td {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
    #school_information table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #school_information table {
        width: 100%;
    }
    
    #school_information table tbody tr {
        border: 1px solid #ccc;
        border-bottom: 0;
    }
  
    #school_information table tbody tr:nth-of-type(odd) {
        background: #eee;
    }

    #school_information table td {
        padding: 3px;
        display: block;
        border: 0;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    
    #school_information table td:before {
        display: block;
        font-weight: bold;
        white-space: nowrap;
    }
    
    #school_information table td:nth-of-type(1):before {
        content: "School Name";
    }
    
    #school_information table td:nth-of-type(2):before {
        content: "School Address";
    }
    
    #school_information table td:nth-of-type(3):before {
        content: "Driving Distance to School";
    }
    
    #school_information table td:nth-of-type(4):before {
        content: "Average Drive Time to School";
    }
    
    #school_information table td:nth-of-type(5):before {
        content: "2014 Performance Rating";
    }
    
    #school_information table td:nth-of-type(6):before {
        content: "TEA Report Card";
    }
    
    #school_information table td:nth-of-type(7):before {
        content: "Website";
    }
    
    #school_information table td:nth-of-type(8):before {
        content: "On Premise Afterschool Program";
    }
}

.contact-no .neighborhood .cta-buttons .button:first-child {
    display: none;
}

.neighborhood .cta-buttons, .myfavorites .cta-buttons {
    border-top: 2px solid #555555;
    padding-top: 50px;
    width: 95%;
    margin: 0 auto;
}

.neighborhood .cta-buttons .button, .myfavorites .cta-buttons .button {
    display: inline-block;
    max-width: 285px;
    text-align: center;
    padding: 15px 0;
}

.neighborhood .cta-buttons .button:first-child {
    max-width: 230px;
}

.neighborhood .cta-buttons p, .myfavorites .cta-buttons p {
    color: #D62426;
    font-size: 1.1rem;
}

@media (max-width: 600px) {
    .neighborhood .cta-buttons .button, .myfavorites .cta-buttons .button {
        max-width: 100% !important;
        font-size: .9rem;
        margin-top: 5px;
    }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: 5px;
    right: -8px;
    cursor: pointer !important;
}

.mfp-arrow-right:before, .mfp-arrow-left:before {
    display: none;
}

.googleMap#map {
    height: 480px;
}

.googleMap#map .gm-bundled-control {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}

.googleMap#map .gm-bundled-control .gmnoprint > div {
    background-color: transparent !important;
    box-shadow: none !important;
}

.googleMap#map .gm-bundled-control .gmnoprint > div > div {
    background: none;
    color: #fff;
    height: 20px !important;
    width: 20px !important;
    position: static !important;
    margin-bottom: 3px;
}

.googleMap#map .gm-bundled-control .gmnoprint > div > div:nth-child(2), .googleMap#map .gm-bundled-control .gmnoprint > div > div > div img {
    display: none;
}

.googleMap#map .gm-bundled-control .gmnoprint > div > div > div {
    width: 20px !important;
    height: 20px !important;
    background: #D62426;
    text-align: center;
    position: static !important;
}

.googleMap#map .gm-bundled-control .gmnoprint > div > div:first-child > div:after {
    content: "+";
    font-size: 1.4rem;
    line-height: 1.1rem;
}

.googleMap#map .gm-bundled-control .gmnoprint > div > div:last-child > div:after {
    content: "-";
    font-size: 2.2rem;
    line-height: 1rem;
}

.googleMap#map .gm-style .gm-style-iw div {
    overflow: visible !important;
}

.googleMap#map .gm-style .gm-style-iw + div {
    right: 22px !important;
    top: 14px !important;
    height: 23px !important;
    background: transparent;
    opacity: 1 !important;
}

.googleMap#map .gm-style .gm-style-iw + div img {
    display: none;
}

.googleMap#map .gm-style .gm-style-iw + div:after {
    content: "x";
    color: #fff;
    font-size: 1.2rem;
}

.googleMap#map .infoWindow {
    margin: 0 -33px 0 -10px;
    position: relative;
    text-align: center;
}

@media (min-width: 375px) {
    .googleMap#map .infoWindow {
        width: 400px;
    }
}

.googleMap#map .infoWindow .status {
    text-align: center;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 10px;
}

.googleMap#map .infoWindow .title {
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

.googleMap#map .infoWindow .logo img {
    max-width: 150px;
}

.googleMap#map .infoWindow .price {
    margin-top: 5px;
    margin-bottom: 5px;
}

.infoWindow .more {
    margin: 0 !important;
}

.googleMap#map .infoWindow .status.red {
    background: #D62426;
    color: #fff;
}

.googleMap#map .infoWindow .status.grey {
    background: #C0C0C0;
    color: #555555;
}

/*****************************************/
/* Homesites Page   */
/*****************************************/

.homesites .homesites--view h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: right;
    margin: 20px 75px 5px 0;
}

.homesites .properties {
    width: 96%;
    margin: 0 auto;
}

.homesites .homesites--forms {
    background: rgba(0, 0, 0, .8);
    padding: 20px;
}

@media (min-width: 1000px) {
    .homesites .homesites--forms {
        height: 100vh;
        min-height: 900px;
    }
}

.loggedin, .loggedout, .homesites .black.side {
    display: none;
}

.homesites .register {
    background: none;
}

.homesites .register .container {
    background: none;
    padding: 0;
    margin: 36px 0 0 !important;
}

.homesites .register .container h2 {
    font-size: 1.6rem;
}

.homesites .register .span4 {
    width: 49%;
}

.homesites .register .hs-form-field:nth-child(2) {
    margin-right: 0;
}

.homesites .register .hs-form-field:nth-child(3) {
    margin-left: 0;
    margin-right: 5px;
}

.homesites .register .hs-form-field:nth-child(4) {
    margin-left: 5px;
    margin-right: 0;
}

.homesites .register .hs-form-field:nth-child(5) {
    margin-left: 0;
}

.homesites .hs-form-field select {
    padding: 13px 10px;
}

.homesites .register-footer .widget-span {
    width: 100%;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.homesites .hs-form-field label {
    font-size: .9em;
}

.homesites .homesites--view {
    margin-left: 0;
}

.homesites .homesites--forms h2, .myfavorites .personalize h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.homesites .personalize, .myfavorites .personalize {
    padding-bottom: 5px;
    border-bottom: 1px solid #C0C0C0;
}

.homesites .personalize h2, .myfavorites .personalize h2 {
    width: 50%;
    float: left;
}

.homesites .personalize p, .myfavorites .personalize p {
    color: #fff;
    width:50%;
    float: left;
    text-align: right;
    margin: 0;
    line-height: 2.4rem;
}

.homesites .homesites--search {
    margin-top: 20px;
}

.homesites .homesites--search .field.hs-form-field {
    float: left;
    width: 49%;
    margin-top: 10px;
}

.homesites .homesites--search .field.hs-form-field:first-child, .homesites .homesites--search .field.hs-form-field:nth-child(3) {
    margin-right: 5px;
}

.homesites .homesites--search .field.hs-form-field:nth-child(4), .homesites .homesites--search .field.hs-form-field:nth-child(2) {
    margin-left: 5px;
}

.homesites .property--result {
    border: 1px solid #555555;
    margin: 28px;
}

.homesites .property--result header {
    text-transform: uppercase;
    font-size:1.1rem;
    padding: 15px;
}

.homesites .property--result header.gray {
    background: #C0C0C0;
    color: #555555;
}

.homesites .property--result header.red {
    background: #D62426;
    color: #fff;
}

.homesites .property--result .property--right {
    padding: 25px;
}

.homesites .property--result .property--right .title {
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.homesites .property--result .property--right .neighborhood--property {
    margin-left: 0;
    margin-bottom: 10px;
}

.homesites .property--result .property--right .neighborhood--property p {
    font-size: 1rem;
    margin: 3px;
}

.homesites .property--result img {
    width: 98%;
}

.homesites .property--result .property--left {
    text-align: center;
}

.homesites .property--result .property--left .button {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 95%;
}

.homesites .property--result img:not(:first-child) { 
    display: none;
}

.homesites .check-dropdown input {
    margin-top:0 !important;
}

@media (max-width: 1722px) {
    .homesites .register .span4 {
        width: 48.5%;
    }
}

@media (max-width: 1400px) {
    .homesites .register .span4 {
        width: 98%;
    }
    
    .homesites .register .hs-form-field {
        margin: 5px !important;
    }
}

@media (min-width: 1280px) {
    .homesites .homesites--view {
        //width: 68.377%;
        width: 68%;
    }
    
    .homesites .homesites--forms {
        width: 32%;
    }
}

@media (max-width: 1280px) and (min-width: 767px) {
    .homesites .homesites--view {
        width: 68.05%;
    }
}

@media (max-width: 910px) {
    .homesites .homesites--view, .homesites .homesites--forms {
        width: 100%;
    }
}


@media (max-width: 767px) {
    
    
    .homesites .leftside-form04 .homesites--search .field.hs-form-field { width:100%; margin:8px 0 0 0; }
    .homesites .leftside-form04 .check-dropdown__label::after { top:20px; }
    .homesites .leftside-form04 .hs_submit { padding-top:8px; }
    .homesites .leftside-form04 .homesites--search .field.hs-form-field:first-child, .homesites .leftside-form04 .homesites--search .field.hs-form-field:nth-child(3) { margin-left:0; margin-right:0; }
    .closed-text04 { display:none; }
    .neighborhood .floorplan-images img { max-width:100%; }
    .read-more06 { cursor:pointer; border:1px solid #d62426; padding:6px 15px; margin-top:10px; display:inline-block; transition:all .4s ease; min-width:110px; text-align:center; font-weight:bold; }
    .read-more06:hover { background:#d62426; color:#fff; }

    
    .homesites .homesites--view h2 {
        margin-right: 0;
        text-align: center;
        padding: 0 50px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 500px) {
    .homesites .homesites--view h2 {
        padding: 0;
    }
}

/*****************************************/
/* Favorites Page   */
/*****************************************/

.contact-no .myfavorites .favorites--loggedin, .contact-yes .favorites--loggedout {
    display: none;
}

.myfavorites .bottom-container {
    padding-top: 0;
}

.myfavorites .favorites--noselections {
    margin-top: 5%;
}

.myfavorites h1 {
    font-size: 2.3rem;
    font-weight: 700;
}

.myfavorites .favorites--loggedout p {
    font-size: 1.2rem;
}

.myfavorites .favorites--loggedout a {
    font-size: .9rem;
    font-family: 'Roboto', Arial, sans-serif;
}

.myfavorites .favorites--loggedout .button {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 350px;
    font-size: 1rem;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

.myfavorites .favorites--loggedout input {
    max-width: 350px;
}

#favemail-login .noContact p {
    max-width: 650px;
    color: #D62426;
}

.myfavorites .personalize {
    margin-top: 15px;
}

.myfavorites .personalize h2 {
    color: #555555;
    font-weight: bold;
}

.myfavorites .personalize h2 .notContact {
    color: #C0C0C0;
    font-size: .8rem;
    padding-left: 10px;
    font-family: 'Roboto', Arial, sans-serif !important;
    text-transform: none;
    font-weight: 400;
    line-height: 1.6rem;
}

.myfavorites .personalize p {
    font-size: 1rem;
    color: #000;
}

.myfavorites .personalize p .email-address {
    color: #D62426;
}

.myfavorites .favorites--loggedin p {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.myfavorites .favorites--noselections p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #D62426;
}

.myfavorites .favorites--noselections p a {
    text-decoration: underline;
    padding-bottom: 3px;
}

.myfavorites .cta-buttons {
    width: 100%;
}

.myfavorites .property--homesite {
    border: 1px solid #000;
    margin: 30px 0;
}

.myfavorites .property--homesite header {
    font-size: 1.1rem;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.myfavorites .property--homesite header.red {
    background: #D62426;
}

.myfavorites .property--homesite header.gray {
    background: #C0C0C0;
}

.myfavorites .property--homesite h2 {
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    line-height: 2.2rem;
    font-weight: 700;
}

.myfavorites .property--homesite h3 {
    text-transform: uppercase;
    background: #D62426;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 10px 15px;
    margin-top: 15px;
}

.myfavorites .property--homesite .floorplan {
    padding: 20px 0;
    position: relative;
}

.myfavorites .property--homesite .button {
    background: #555555;
    color: #fff;
    text-align: right;
    width: 97.8%;
    padding: 15px;
    margin-top: 40px;
}

.myfavorites .property--homesite .button span {
    text-decoration: underline;
}

.myfavorites .property-image {
    margin-bottom: 50px;
}

.neighborhood .property-image {
    margin-bottom: 30px;
}

.myfavorites .neighborhood--property .floorplan {
    padding: 30px 0;
}

.myfavorites .neighborhood--property .floorplan:first-child {
    padding-top: 0;
}

.myfavorites .neighborhood--property .floorplan:not(:last-child) {
    border-bottom: 2px solid #000;
}

.myfavorites .neighborhood--property .floorplan:last-child {
    margin-bottom: 50px;
}

.myfavorites .neighborhood--property:last-child .floorplan:last-child {
    padding-bottom: 0;
}

.myfavorites .property-image[data-images="1"] img, .neighborhood .property-image[data-images="1"] img  {
    width: 100%;
}

.myfavorites .property-image[data-images="2"] img, .neighborhood .property-image[data-images="2"] img {
    width: 49.495%;
    display: block;
    float: left;
}

.myfavorites .property-image[data-images="2"] img:first-child, .neighborhood .property-image[data-images="2"] img:first-child, .myfavorites .property-image[data-images="3"] img:first-child, .neighborhood .property-image[data-images="3"] img:first-child, .myfavorites .property-image[data-images="3"] img:nth-child(2), .neighborhood .property-image[data-images="3"] img:nth-child(2) {
    margin-right: 1.01%;
}

.myfavorites .property-image[data-images="3"] img, .neighborhood .property-image[data-images="3"] img {
    width: 32.66%;
    display: block;
    float: left;
}

@media (min-width: 767px) {
    .myfavorites .span9 {
        width: 70%;
    }
}

/*****************************************/
/* Modals   */
/*****************************************/

.modal-popup p {
  margin-top: 0;
}

.modal-popup form input[type="submit"] {
  margin-top: 1em;
}
.modal-popup form .popup-modal-dismiss {
  display: inline-block;
  background: none;
  color: #d62628;
  margin: 0;
  margin-left: 0.4em;
  padding: 0;
  font-size: 16px;
  font-size: 0.88889rem;
}
.modal-popup form .popup-modal-dismiss:hover {
  color: #ab1e20;
  text-decoration: underline;
}
.modal-popup .noContact {
  display: none;
}
.modal-popup .noContact p {
  margin: 0;
}

#email-login {
    max-width: 350px;
}
#email-login p {
  margin-top: 0;
}

#email-login .noContact, #favemail-login .noContact {
  display: none;
}
#email-login .noContact p {
  margin-top: 0;
}

#email-login .button.register, #favemail-login .button.register {
    text-align: center;
    max-width: 130px;
    margin-top: 15px;
}

.contact-form {
    position: fixed;
    right: -500px;
    top: 97px;
    width: 417px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    z-index: 11;
}

@media (max-width: 500px) {
    .contact-form {
        width: 100%;
    }
}

.form-inner {
    padding: 22px;
    background: #222222;
    min-height: 500px;
}

.form-inner .button {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -40%;
    top: 15px;
    font-size: 25px;
}

.side-ctas .form-inner .button {
    right: -91%;
}

.contact-form.close {
    display: none;
}

.contact-form.open {
    display: block !important;
}

.contact-form label {
    display: none;
}

.contact-form .span12 {
    float: none;
    margin: 0;
}

.contact-form input, .contact-form textarea {
    background: transparent;
    border: 1px solid #555555;
    color: #fff !important;
    font-family: 'Roboto', Arial, sans-serif !important;
    margin-top: 10px;
    font-size: 15px;
}

.contact-form textarea {
    min-height: 100px;
    padding: 10px;
}

.contact-form input[type="text"] {
    height: 50px;
    padding: 10px;
}

.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.contact-form .actions {
    max-width: 354px;
    padding: 15px 10px;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
}

.contact-form .hs-button {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.contact-form .hs-button:focus {
    outline: none;
}

.contact-form .actions:after {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: 10px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}

.contact-form h3 {
    font-size: 21px;
    text-align: left;
    text-transform: uppercase;
    margin: 35px 0 15px 0;
    color: #fff;
}

.contact-form .form-title {display: none;}

@media (max-width: 1280px) {
    .header .nav li {
        height: 35px;
    }
}

@media (max-width: 1280px) {
    .login-buttons {
        width: 25% !important;
        float: right !important;
    }
    .nav .widget-type-menu {
        width: 70% !important;
    }
    .splash {
        margin-top: 0;
    }
    .splash .container {
        padding: 140px 20px;
    }
    
    .nav li {margin-top: -2px;}
}

@media (max-width: 1120px) {
    .header .nav .hs-menu-wrapper {
        left: 0;
        right: auto;
    }
    
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 15px;
    }
    
    .button.login, .button.register, .button.signout {
        font-size: 11px;
    }
    
    .header .nav li {
        height: 30px;
    }
    
    .nav {margin-top: -5px;}
}

@media (max-width: 990px) {
    
   .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 13px;
    }
    
    .nav .button.login, .nav .button.register, .nav .button.signout {
        font-size: 13px;
    }
}

@media (max-width: 890px) {
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        font-size: 12px;
    }
    
    .nav .button.login, .nav .button.register, .nav .button.signout {
        font-size: 10px;
    }
}

@media (min-width: 830px) {
    .header-container__control {display: none !important;}
}

@media (max-width: 830px) {
    .nav {
        margin-top: 10px;
    }
    
    .header-container__menu, .header-container__menu .courtesy {display: none;}
    .header-container__menu, .header-container__menu li, .header-container__menu .widget-span, .header .nav .hs-menu-wrapper {
        float: none !important;
        width: 100% !important;
        text-align: center;
        position: static;
        margin-left: 0 !important;
    }
    
    .header .container {
        padding: 0;
    }
    .header-container__logo {
        width: 100% !important;
        position: relative;
        padding-left: 5px;
    }
    
    .header-container__control {
        position: absolute;
        top: 30%;
        right: 0;
        font-size: 30px !important;
        background: none;
        border: 0;
        cursor: pointer;
    }
    
    @media (max-width: 375px) {
        .header-container__control {
            right: 0;
        }
    }
    
    .header-container__control:focus {
        outline: none;
    }
    
    .splash .container {
        padding: 100px 20px !important;
    }
    
    .header-container__control--close {display: none;}
    .nav .button {
        padding: 0 !important;
        width: 100% !important;
        float: none !important;
        font-size: 16px !important;
        background: none !important;
        border: 0 !important;
        color: #D62426 !important;
    }
    .nav .login-buttons a:first-child {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .nav .login-buttons a:last-child {
        margin-bottom: 10px;
    }
    
    .header-container__menu .button:hover {
        color: #D62426;
        background: none;
    }
    
    .header-container__menu li {
        border: 0 !important;
        margin: 10px 0;
    }
    .header-container__menu li:last-child {
        margin-bottom: 0 !important;
    }
    .header-container__menu li a {
        font-size: 16px !important;
    }
    .header-container__menu {
        padding: 0 0 10px 0;
        border-top: 1px solid #C0C0C0;
    }
    
    .header img {
        max-width: 240px;
        margin-top: 23px;
    }
    
    .signout {margin-bottom: 0 !important;}
}

@media (max-width: 768px) {
    .right {
        float: none !important;
        width: 100% !important;
        text-align: center;
        position: static;
    }
}

@media (max-width: 575px) {
    .splash .container {
        padding: 75px 20px !important;
    }
    
    .container {
        padding: 30px 20px;
    }
    
    .register .container {
        margin: 0 !important;
        padding: 30px 20px;
    }
    
    .splash h1 {
        font-size: 36px;
        line-height: 40px;
    }
    
    .splash h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 355px) {

    .splash h1 {
        font-size: 30px;
    }
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #555;
    background-color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    color: #333;
    outline: none;
    white-space: nowrap;
}

.ms-options-wrap > button:after {
    content: "\f078";
    height: 0;
    position: absolute;
    top: 18px;
    right: 30px;
    width: 0;
    color: #D62426;
    margin-top: -3px;
    font-family: "FontAwesome";
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    padding: 10px 5px;
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px 4px;
    margin: 0;
    color: #333;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    padding-left: 26px !important;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 6px;
    padding: 0;
    height: 15px;
    width: 15px;
    margin-top: 0;
}

.ms-options-wrap > .ms-options > ul label:hover {
    cursor: pointer;
    background: #C0C0C0;
}

.ms-options-wrap > .ms-options > ul .selected input[type="checkbox"], .ms-options-wrap > .ms-options > ul .selected input[type="checkbox"]:focus {
    background: #D62426;
    outline: 0;
}

.errMsg {
    font-size: 13px;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .desktop-hidden {
        display: block !important;
    }
    
    .mobile-hidden {
        display: none !important;
        max-width:500px;
    }
    
    .splash:after {
        width: 40%;
        background: #C0C0C0;
        height: 2px;
        content: " ";
        display: block;
        margin: 20px auto 0 auto;
    }
    
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 1232px)  {
    .homesite--img { height: 200px; }
    .location {height: 490px !important;}
}

@media (max-width: 719px) {
    /*.location:last-child {height: 430px !important;}*/
    .future p:nth-child(2) {
        margin-top: 30px;
    }
    .home--v2 .future p:nth-child(2), .homesites .future p:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 450px) {
    .location {height: 550px !important;}
}

@media (max-width: 400px) {
    h2 {
        font-size: 25px;
    }
}

@media (max-width: 375px) {
    .homesite--img { height: 130px; }
    .location .button {width: 94%;}
    
    .header img {
        max-width: 230px;
        margin-top: 23px;
    }
    
    .header-container__logo {
        padding-left: 5px;
    }
    
    .location {height: 480px !important;}
}

@media (max-width: 360px) {
    h2 {
        font-size: 20px;
    }
}

.page--thanks .image-footer {
    margin: 0;
    width: 25%;
}

@media (max-width: 768px) {
    .page--thanks .image-footer {
        float: left;
    }
    
    .row-fluid .span6 {
        width: 100%;
    }
}

.check-dropdown .oneChoice {
    color: #555555;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 100%;
    display: block;
}

.check-dropdown input {
    height: 20px;
    width: 20px;
    padding: 0;
    vertical-align: middle;
    margin-top: 5px;
    cursor: pointer;
}
.check-dropdown input:checked {
    background: #D62426;
}

.check-dropdown, .hs_realtor_dropdown {
    position: relative;
}
.homesites .leftside-form04 .homesites--search .field.hs-form-field:first-child, .homesites .homesites--search .field.hs-form-field:nth-child(3) { margin-right:0; }
 .row-fluid .leftside-form04 form .check-dropdown__label {  padding:17.5px 35px 17.5px 10px; line-height:normal; }

.check-dropdown__label {
    font-size: 16px;
    padding: 17.5px 10px;
    border: 1px solid #555;
    color: #333;
    background: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    display: block;
}
.check-dropdown__options {
    display: none;
    position: absolute;
    left: 1px;
    top: 100%;
    right: 1px;
    background-color: white;
    padding: 1em .5em .5em;
    z-index: 1;
}
.check-dropdown--active .check-dropdown__options {
    display: block;
}

.check-dropdown__label:after {
   content: "\f078";
   color: #D62426;
   font-family: "FontAwesome";
   position: absolute;
   right: 4.5%;
   top: 40%;
}

.hs_realtor_dropdown select, .homesites .homesites--search select {
    background: url('//www.surgehomes.com/hubfs/Home_Page/red-dropdown.png') #fff no-repeat 95.5% center;
}

@media (max-width: 768px) {
    .hs_realtor_dropdown select, .homesites .homesites--search select {
        background: url('//www.surgehomes.com/hubfs/Home_Page/red-dropdown.png') #fff no-repeat 98% center;
    }
}

@media (max-width: 650px) {
    .hs_realtor_dropdown select, .homesites .homesites--search select {
        background: url('//www.surgehomes.com/hubfs/Home_Page/red-dropdown.png') #fff no-repeat 97% center;
    }
}

.read-more-state {
  display: none;
}

.read-more-wrap {
  height: 0 !important;
  margin: 0 !important;
  transition: .115s ease;
}

.read-more-state:checked ~ .read-more-wrap {
    height: auto !important;
    margin-top: 20px !important;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Read More...';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show Less...';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 2;
  border: none;
  margin-top: 20px;
}

@media (max-width: 1140px) and (min-width: 768px) {
    .check-dropdown .oneChoice {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .check-dropdown .oneChoice {
        font-size: 13px;
    }
}

.explore {display:none !important;}
.properties {padding-top: 0;}
.scripts {height: 0;}

/*****************************************/
/* Neighbordhood Slider  */
/*********************

.neighborhood .flex-slider-main {
    height: 450px;
}

.neighborhood .hs_cos_flex-slides {
    background: url("//www.surgehomes.com/hs-fs/hub/416784/file-2677439928-png/imgSlider-bg.png?t=1485820818227") repeat-x 50% 0;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: auto;
    max-height: 430px;
}

.neighborhood .caption {
    padding: 16px 0;
    height: auto;
    min-height: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    background-color: #7f7f7f;
    text-align: center;
    font-size: 1rem;
    line-height: 1.1rem;
}

.neighborhood .caption span {
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

.hs_cos_flex-slider .hs_cos_flex-slides > li {
    height: 480px;
}

.hs_cos_flex-control-nav {
    bottom: -60px;
}

.hs_cos_flex-control-nav li {
    margin: 0 3px;
}

@media (max-width: 620px) {
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        width: auto;
        max-height: 330px;
    }
    .neighborhood .flex-slider-main {
        height: 350px;
    }
    .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 380px;
    }
}

@media (max-width: 450px) {
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        width: auto;
        max-height: 230px;
    }
    .neighborhood .flex-slider-main {
        height: 270px;
    }
    .hs_cos_flex-slider .hs_cos_flex-slides > li {
        height: 280px;
    }
    .neighborhood .caption {
        font-size: .8em;
        padding: 7px 0;
        min-height: 40px;
    }
}

.neighborhood .hs_cos_flex-control-paging li a {
    width: 13px;
    height: 13px;
    margin: 2px;
    border: 2px solid #D62426;
    background: none;
    box-shadow: none;
}

.neighborhood .hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #D62426;
}

.neighborhood .hs_cos_flex-direction-nav li {
    font-size: 0;
}

.neighborhood .hs_cos_flex-direction-nav a, .neighborhood .hs_cos_flex-direction-nav a:hover {
    top: 50%;
    background: none;
    text-indent: 0;
    margin: -10px 0 0;
}


.neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-prev, .neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-prev:hover {
    left: 0 !important;
    opacity: 1;
}
.neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-next, .neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-next:hover {
    right: 0 !important;
    opacity: 1;
}

.neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-prev:after, .neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-next:after {
    content: "\f053";
    font-size: 1.3rem;
    background: rgba(0,0,0,0.3);
    font-family: 'FontAwesome';
    color: #fff;
    padding: 10px;
}

.neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-prev:after {
    content: "\f053";
    margin-left: -5px;
}

.neighborhood .hs_cos_flex-direction-nav .hs_cos_flex-next:after {
    content: "\f054";
}
***********************/

/*****************************************/
/* Bioep Popup  */
/*****************************************/

#bio_ep {
  height: auto !important;
  padding: 0;
  width: 95% !important;
  max-width: 650px;
  height: 450px;
  background: #666;
  border: 2px solid #fff;
}

#bio_ep img {
  width: 100%;
}

#bio_ep_close {
  margin: 0 !important;
  left: 94% !important;
  top: 2%;
  font-size: 18px;
  border: 2px solid #fff;
  background: none !important;
  border-radius: 0 !important;
  width: 25px;
  height: 25px;
  font-weight: 300;
}

#bio_ep_close span {
  display: block;
  margin-top: 4px;
  margin-left: 1px;
}

#bio_ep_close span:before {
  content: "X";
}

#bio_ep h2 {
  margin-top: 0;
  line-height: 38px;
  margin-bottom: 25px;
  color: #fff;
  text-transform: none;
  font-size: 32px;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-weight: 700;
}

#bio_ep h2:nth-child(2) {
    margin-bottom: 15px;
}

#bio_ep_content {
  position: absolute;
  top: 40px;
  left: 40px;
}

.bio_ep_do_not_show {
    color: #fff;
    position: absolute;
    left: 330px;
    top: 15px;
}

.bio_ep_do_not_show:hover {
    color: #fff;
}

#bio_ep_content form {
  max-width: 300px;
}

#bio_ep_content .span6 {
  float: left;
  width: 48.3333%;
}

#bio_ep_content .span6:first-child {
  margin-right: 10px;
}

#bio_ep_content .hs-form fieldset[class*=form-columns], #bio_ep_content .hs-form-field {
  margin-bottom: 15px;
  margin-left: 0;
}

#bio_ep_content input {
  border: none;
  padding: 10px;
  font-size: 17px;
  color: #555555;
  text-transform: none;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#bio_ep_content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#bio_ep_content input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#bio_ep_content input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#bio_ep_content input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#bio_ep_content input[type="submit"] {
  width: 100%;
  font-size: 21px;
  background: #C12022;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

#bio_ep_content.ur input[type="submit"] {
    background: rgb(77,106,121);
}

#bio_ep_content.pam input[type="submit"] {
    background: #52682b;
}

#bio_ep_content input[type="submit"].blue {
  background: #09b6e9;
}

@media (max-width: 650px) {
  #bio_ep {
    width: 500px !important;
  }

  #bio_ep h2 {
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 25px;
  }

  #bio_ep_content {
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 500px) {
  #bio_ep, #bio_ep_bg {
    display: none !important;
  }
  
  body {
      overflow: visible !important;
  }
}

/*****************************************/
/* Appointment Popup  */
/*****************************************/

#appt_Pop {
  height: auto !important;
  padding: 0;
  width: 95% !important;
  max-width: 650px;
  height: 450px;
  background: #666;
  border: 2px solid #fff;
}

#appt_Pop img {
  width: 100%;
}

#appt_Pop_close {
  margin: 0 !important;
  left: 94% !important;
  top: 2%;
  font-size: 18px;
  border: 2px solid #fff;
  background: none !important;
  border-radius: 0 !important;
  width: 25px;
  height: 25px;
  font-weight: 300;
}

#appt_Pop_close span {
  display: block;
  margin-top: 4px;
  margin-left: 1px;
}

#appt_Pop_close span:before {
  content: "X";
}

#appt_Pop h2 {
  margin-top: 0;
  line-height: 38px;
  margin-bottom: 25px;
  color: #fff;
  text-transform: none;
  font-size: 32px;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
  font-weight: 700;
}

#appt_Pop h2:nth-child(2) {
    margin-bottom: 15px;
}

#appt_Pop_content {
  position: absolute;
  top: 20%;
  left: 40px;
}

#appt_Pop_content form {
  max-width: 300px;
}

#appt_Pop_content .span6 {
  float: left;
  width: 48.3333%;
}

#appt_Pop_content .span6:first-child {
  margin-right: 10px;
}

#appt_Pop_content .hs-form fieldset[class*=form-columns], #appt_Pop_content .hs-form-field {
  margin-bottom: 15px;
  margin-left: 0;
}

#appt_Pop_content input {
  border: none;
  padding: 10px;
  font-size: 17px;
  color: #555555;
  text-transform: none;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#appt_Pop_content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#appt_Pop_content input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#appt_Pop_content input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#appt_Pop_content input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 17px;
  color: #919090;
  text-transform: none !important;
  font-family: 'Montserrat', 'Arial Black', sans-serif;
}

#appt_Pop_content input[type="submit"] {
  width: 100%;
  font-size: 21px;
  background: #C12022;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

#appt_Pop_content input[type="submit"].blue {
  background: #09b6e9;
}

@media (max-width: 650px) {
  #appt_Pop {
    width: 500px !important;
  }

  #appt_Pop h2 {
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 25px;
  }

  #appt_Pop_content {
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 500px) {
  #appt_Pop, #appt_Pop_bg {
    display: none !important;
  }
  
  body {
      overflow: visible !important;
  }
}


.slider, .hs_cos_flex-slider, .slider--blog {
  position: relative;
  background-color: #f4f4f4;
}
.slider__slide, .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slide-main {
  position: relative;
  display: none;
}
.slider__slide:first-child, .hs_cos_flex-slider .hs_cos_flex-slides > li:first-child, .hs_cos_flex-slide-main:first-child {
  display: block;
}
.slider__caption, .caption, .slider__caption--superimpose, .superimpose .caption {
  color: white;
}
.slider__caption > *, .caption > *, .slider__caption--superimpose > *, .superimpose .caption > * {
  max-width: 96%;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}
.slider__caption--superimpose, .superimpose .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px;
  color: white;
}
.slider__caption--superimpose > :first-child, .superimpose .caption > :first-child {
  margin-top: 0;
}
.slider__caption--superimpose > :last-child, .superimpose .caption > :last-child {
  margin-bottom: 0;
}
.slider__direction-nav a {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  background-color: rgba(0, 0, 0, 0.3);
  width: 2em;
  height: 2em;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.33333rem;
  text-indent: 100%;
}
.slider__direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.slider__direction-nav a:after {
  display: block;
  text-indent: 0;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.slider__direction-nav a.slider__prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.slider__direction-nav a.slider__prev:after {
  content: "\e809";
}
.slider__direction-nav a.slider__next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.slider__direction-nav a.slider__next:after {
  content: "\e808";
}
.slider__control-nav, .slider__direction-nav {
  margin: 0;
  list-style: none;
}
.slider__control-nav li {
  display: inline-block;
}
.slider__control, .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
  color: white;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slider__control--disabled, .slider__disabled {
  display: none;
}
.slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: .2s;
  width: 40px;
  width: 2.22222rem;
}
.slider__control--direction:hover, .hs_cos_flex-direction-nav a:hover, .slider__control--direction--next:hover, .slider__control--direction--prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider__control--direction:after, .hs_cos_flex-direction-nav a:after, .slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after {
  text-indent: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next {
  right: 0;
}
.slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
.slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev {
  left: 0;
}
.slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after {
  content: "";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
.slider__control-wrapper--paging, .hs_cos_flex-control-paging, .slider__control-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.slider__control-wrapper--paging li, .hs_cos_flex-control-paging li, .slider__control-nav li {
  display: inline-block;
}
.slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 2px solid #d62628;
  cursor: pointer;
  margin: 3px;
}
.slider__control--paging--active, .hs_cos_flex-control-paging li a.hs_cos_flex-active, .slider__control-nav a.slider__active, .slider__control--paging:hover, .hs_cos_flex-control-paging li a:hover, .slider__control-nav a:hover {
  background-color: #d62628;
}

.header-slider__container {
  overflow: hidden;
  position: relative;
  background: url("//www.surgehomes.com/hs-fs/hub/416784/file-2677439928-png/imgSlider-bg.png") repeat-x 50% 0;
}
.header-slider__container .flex-viewport {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: absolute !important;
  top: 0;
}
.header-slider__container .flex-viewport .items {
  position: absolute;
  width: 2000em;
}
.header-slider__container .flex-viewport .slide {
  float: left;
  width: 100%;
  height: 480px;
  position: relative;
}
.header-slider__container .flex-viewport .slide a {
  outline: 0;
}
.header-slider__container .flex-viewport .slide .slide-image {
  height: 430px;
  background-position: center!important;
}
@media screen and (min-width: 46.7em) {
  .header-slider__container .flex-viewport .slide .slide-image {
    background-image: none !important;
    text-align: center;
  }
}
.header-slider__container .flex-viewport .slide .slide-image .slideImg {
  height: 100%;
}
.header-slider__container .flex-viewport .slide .caption {
  padding: 16px 40px;
  height: 50px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #7f7f7f;
  text-align: center;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
}
.header-slider__container .flex-viewport .slide .caption > * {
  width: auto;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 46.7em) {
  .header-slider__container .flex-viewport {
    height: 390px;
  }
  .header-slider__container .flex-viewport .slide .slide-image {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    height: 326px;
  }
  .header-slider__container .flex-viewport .slide .slide-image > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-slider__container .flex-viewport .slide .slide-image .slideImg {
    display: none;
  }
  .header-slider__container .flex-viewport .slide .caption {
    padding: 10px 30px;
    height: 60px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.header-slider__container .browse {
  display: none;
}
.header-slider__container .flex-direction-nav li, .header-slider__container .flex-direction-nav a {
  position: absolute;
  top: 46%;
  margin-top: -.8em;
  background-color: rgba(0, 0, 0, 0.3);
  width: 2em;
  height: 2em;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.33333rem;
}
.header-slider__container .flex-direction-nav li:hover, .header-slider__container .flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.header-slider__container .flex-direction-nav li:after, .header-slider__container .flex-direction-nav a:after {
  display: block;
  text-indent: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.header-slider__container .flex-direction-nav li .flex-prev, .header-slider__container .flex-direction-nav a .flex-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.header-slider__container .flex-direction-nav li .flex-prev:after, .header-slider__container .flex-direction-nav a .flex-prev:after {
  content: "\f053";
  font-family: 'FontAwesome';
}
.header-slider__container .flex-direction-nav li .flex-next, .header-slider__container .flex-direction-nav a .flex-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.header-slider__container .flex-direction-nav li .flex-next:after, .header-slider__container .flex-direction-nav a .flex-next:after {
  content: "\f054";
  font-family: 'FontAwesome';
}
.header-slider__container .flex-direction-nav li:first-child {
  left: 0;
}
.header-slider__container .flex-direction-nav li:last-child {
  right: 0;
}

.header-slider__navigation {
  text-align: center;
  padding-top: 10px;
  margin: 0 0 1em;
  vertical-align: middle;
}
.header-slider__navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.header-slider__navigation ul li {
  display: inline-block;
}
.header-slider__navigation ul li span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #d62628;
  cursor: pointer;
  margin: 3px;
}
.header-slider__navigation ul li.flex-active span {
  background: #d62628;
}
.header-slider__navigation .slideControl {
  display: inline-block;
  margin-top: -3px;
  vertical-align: top;
}
.header-slider__navigation .slideControl span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-shadow: none;
}
.header-slider__navigation .slideControl #pauseScroll {
  background: rgba(0, 0, 0, 0.25);
}
.header-slider__navigation .slideControl #pauseScroll:after {
  content: "\e801";
}
.header-slider__navigation .slideControl #playScroll {
  display: none;
  background: #d62628;
}
.header-slider__navigation .slideControl #playScroll:after {
  content: "\e800";
}
.header-slider__navigation .slideControl.paused #playScroll {
  display: inline-block;
}
.header-slider__navigation .slideControl.paused #pauseScroll {
  display: none;
}
@media screen and (max-width: 46.7em) {
  .header-slider__navigation {
    margin: 0 0 0.4em;
    padding-top: 8px;
  }
  .header-slider__navigation ul li span {
    height: 16px;
    width: 16px;
    margin: 2px;
  }
  .header-slider__navigation .slideControl span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-slider__navigation {
    margin: 0 0 0.2em;
  }
  .header-slider__navigation ul li span {
    height: 14px;
    width: 14px;
    margin: 2px;
  }
  .header-slider__navigation .slideControl span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-slider__navigation ul li span {
    height: 16px;
    width: 16px;
    margin: 2px;
  }
  .header-slider__navigation .slideControl span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}

.header-slider__container {
  overflow: hidden;
  position: relative;
  background: url("//www.surgehomes.com/hs-fs/hub/416784/file-2677439928-png/imgSlider-bg.png") repeat-x 50% 0;
}
.header-slider__container .header-slider__slides {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.header-slider__container .header-slider__slides .items {
  position: absolute;
  width: 2000em;
}
.header-slider__container .header-slider__slides .slide {
  float: left;
  width: 100%;
  height: 480px;
  position: relative;
}
.header-slider__container .header-slider__slides .slide a {
  outline: 0;
}
.header-slider__container .header-slider__slides .slide .slide-image {
  height: 430px;
}
@media screen and (min-width: 46.7em) {
  .header-slider__container .header-slider__slides .slide .slide-image {
    background-image: none !important;
    text-align: center;
  }
}
@media (max-width: 1035px) {
    .header-slider__container .header-slider__slides, .header-slider__container .flex-viewport {
        height: 500px;
    }
    .header-slider__container .flex-viewport .slide .caption {
        height: 70px;
    }
    .header-slider__container .flex-viewport .slide .caption span {
        position: relative;
        top: 30%;
        transform: translateY(-50%);
    }
}
.header-slider__container .header-slider__slides .slide .slide-image .slideImg {
  height: 100%;
}
.header-slider__container .header-slider__slides .slide .caption {
  padding: 16px 40px;
  height: 50px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #7f7f7f;
  text-align: center;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 18px;
}
.header-slider__container .header-slider__slides .slide .caption > * {
  width: auto;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 46.7em) {
  .header-slider__container .header-slider__slides {
    height: 395px;
  }
  .header-slider__container .header-slider__slides .slide {
    height: 326px;
  }
  .header-slider__container .header-slider__slides .slide .slide-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 326px;
  }
  .header-slider__container .header-slider__slides .slide .slide-image > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-slider__container .header-slider__slides .slide .slide-image .slideImg {
    display: none;
  }
  .header-slider__navigation .slideControl, .interiors-slider__navigation .slideControl {
      margin-top: 5px !important;
  }
  .header-slider__container .flex-viewport .slide .caption {
        height: 50px;
    }
  .header-slider__container .flex-viewport .slide .caption span {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-slider__container .header-slider__slides {
    height: 295px;
  }
  .header-slider__container .header-slider__slides .slide {
    height: 271px;
  }
  .header-slider__container .header-slider__slides .slide .slide-image {
    height: 271px;
  }
  .header-slider__container .header-slider__slides .slide .caption {
    padding: 3px 10px;
    height: 24px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-slider__container .header-slider__slides {
    height: 356px;
  }
  .header-slider__container .header-slider__slides .slide {
    height: 326px;
  }
  .header-slider__container .header-slider__slides .slide .slide-image {
    height: 326px;
  }
  .header-slider__container .header-slider__slides .slide .caption {
    padding: 6px 30px;
    height: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.header-slider__container a.browse {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  background-color: rgba(0, 0, 0, 0.3);
  width: 2em;
  height: 2em;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.33333rem;
}
.header-slider__container a.browse:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.header-slider__container a.browse:after {
  display: block;
  text-indent: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.header-slider__container a.browse.prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.header-slider__container a.browse.prev:after {
  content: "\f053";
  font-family: 'FontAwesome';
}
.header-slider__container a.browse.next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.header-slider__container a.browse.next:after {
  content: "\f054";
  font-family: 'FontAwesome';
}

.header-slider__navigation {
  text-align: center;
  padding-top: 10px;
  margin: 0 0 1em;
}
.header-slider__navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.header-slider__navigation ul li {
  display: inline-block;
}
.header-slider__navigation ul li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #d62628;
  cursor: pointer;
  margin: 3px;
}
.header-slider__navigation ul li.active span, .interiors-slider__navigation ul li.active span {

  border-radius: 100%;
  border: 2px solid #d62628;
}
.header-slider__navigation .slideControl, .interiors-slider__navigation .slideControl {
  display: inline-block;
  margin-top: -3px;
  vertical-align: top;
}
.header-slider__navigation .slideControl span, .interiors-slider__navigation .slideControl span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  cursor: pointer;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
.header-slider__navigation .slideControl #pauseScroll, .interiors-slider__navigation .slideControl #pauseScroll {
  background: rgba(0, 0, 0, 0.25);
}
.header-slider__navigation .slideControl #pauseScroll:after, .interiors-slider__navigation .slideControl #pauseScroll:after {
  content: "\f04c";
  font-family: 'FontAwesome';
}
.header-slider__navigation .slideControl #playScroll, .interiors-slider__navigation .slideControl #playScroll {
  display: none;
  background: #d62628;
}
.header-slider__navigation .slideControl #playScroll:after, .interiors-slider__navigation .slideControl #playScroll:after {
  content: "\f04b";
  font-family: 'FontAwesome';
  margin-left: 2px;
}
.header-slider__navigation .slideControl.paused #playScroll, .interiors-slider__navigation .slideControl.paused #playScroll {
  display: inline-block;
}
.header-slider__navigation .slideControl.paused #pauseScroll, .interiors-slider__navigation .slideControl.paused #pauseScroll {
  display: none;
}
@media screen and (max-width: 46.7em) {
  .header-slider__navigation, .interiors-slider__navigation {
    margin: 0 0 0.4em;
    padding-top: 8px;
  }
  .header-slider__navigation ul li span, .interiors-slider__navigation ul li span {
    height: 16px;
    width: 16px;
    margin: 2px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-slider__navigation, .interiors-slider__navigation {
    margin: 0 0 0.2em;
  }
  .header-slider__navigation ul li span, .interiors-slider__navigation ul li span {
    height: 14px;
    width: 14px;
    margin: 2px;
  }
  .header-slider__navigation .slideControl span, .interiors-slider__navigation .slideControl span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .header-slider__navigation ul li span, .interiors-slider__navigation ul li span {
    height: 16px;
    width: 16px;
    margin: 2px;
  }
  .header-slider__navigation .slideControl span, .interiors-slider__navigation .slideControl span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}

@media (max-width:767px) {
    
     .imgshow { width: 100%; float: left; text-align: left; }
     .imgshow img { float:left !important; }
     
     
    }
    
.contact-yes .register-login {
    display: none;
}


iframe.email-prefrences {
    width: 100%;
}

/* Neighborhood Development page */

.floorplan-information .skylineBtn {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}

/* Footer linked quick fix */ 

.appointment-link--footer {
    color: black;
}

.appointment-link--footer:hover {
    color: #C12022;
}

/* Dev page logged in btn */

.loggedin_btn h2 {
    text-align: center;
    margin-top: 20px;
}

/* Favorite page */

.side-ctas .contact-form .submitted-message p{
  color: white!important;
}
