@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300&rand=1234);
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* 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;}



/* @import url('raw_eya_corp.css'); */

/* fonts  
 
yellow: #d08a00;

font-family:'BrandonTextWeb-Black',sans-serif;
font-family:'BrandonTextWeb-Regular',sans-serif;
font-family:'BrandonTextWeb-Bold',sans-serif;
font-family:'NiagaraSolid',sans-serif;
font-family: 'Source Sans Pro', sans-serif;

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*****************************************/
/* top bar code    */
/*****************************************/


img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}
img.alignRight {
    margin: 0 0 5px 15px
}
img.alignLeft {
    margin: 0 15px 5px 0
}


body {
    opacity: 0;
    transition: 1s opacity;
    background-color:white;
}
body.fade-out {
    opacity: 0;
    transition: none;
}

html {
    background-color: #9f9d9d;
}


a.phone, a[href^="tel:"] {text-decoration:none;color:inherit!important;font-weight:inherit!important;font-family:inherit!important;font-size:inherit!important}

section.floating.dupe {display:none!important;}


#hs-cta-img-7ad56902-768d-4cdb-955b-8444585aef73{margin:0px!important;}

.branding .container {padding:0px!important;padding-left: 5px !important;}

body, div, td, section  {-webkit-font-smoothing: antialiased;}
body {font-family: 'Source Sans Pro', sans-serif;font-size:14px;line-height:20px;    font-weight: 400;color:#000;overflow-x:hidden;}

.pull-right {float:right!important;}

a {color:#93cbe7;}
a:hover {color:#d08a00;text-decoration:none;}
a.more-links {color:#005678;font-family:'BrandonTextWeb-Black',sans-serif;text-transform: uppercase;letter-spacing:1px;}
a.more-links:hover {color:#d08a00}
.careers-link {display:none!important;}
/* overwirtes */
section.footer {background-image: url('https://cdn2.hubspot.net/hubfs/1763197/background/footer-bot.jpg?t=1456771460605')}
.body-container-wrapper::after {background-color: transparent; width:auto;}
.container-fluid:before, .container-fluid:after,.body-container-wrapper::before {display:none;}
.container-fluid {padding-left:0px;padding-right:0px;}
.menu-toggle {display:none;}


/* buttons */
.ccl-btn {line-height:24px;display:inline-block; color:white; padding:0px 25px;     padding-top: 4px;;text-transform: uppercase;font-size:1em;font-weight: normal;font-family:'BrandonTextWeb-Black',sans-serif;letter-spacing: 2px}
.btn-yellow {background-color:#d08a00;border:2px #e0b159 solid}
.btn-blue {background-color:#005678; border:2px #a9c8d7 solid}
.btn-white {color:#005678;background-color:#fff; border:2px #dedede solid}
.ccl-btn + .ccl-btn {margin-left:10px;}
.btn-transparent {color:#005678;background-color:transparent; border:0}
.btn-transparent.arrow-back {padding-right:0px;}


.more-news .ccl-btn {    padding: 0px 35px;    padding-top: 5px;}

/*hover */
.btn-white:hover, .btn-blue:hover, .btn-yellow:hover {color:#d08a00;border-color:#d08a00;background-color: white}
.btn-white:focus, .btn-blue:focus, .btn-yellow:focus {color:#d08a00;border-color:#d08a00;background-color: white}
.btn-white:hover i, .btn-blue:hover i, .btn-yellow:hover i {color:#d08a00;}


/* arrows */
.btn-yellow i,section.home-links p a i {color:#f0be5f;margin-left:3px;}
.btn-white i {color:#93cbe7;margin-left:3px;}
.hs_cos_flex-direction-nav a {display:none!important;}


/* staging home */
body.hs-content-id-4431080042 {}

/* home */
body.hs-content-id-3954320616 {}
body.hs-content-id-3954320616 .page-title, body.hs-content-id-4431080042 .page-title, body.hs-content-id-4030794742 .page-title, body.hs-content-id-4242049941 .page-title{display:none;}

body.hs-content-id-3954320616 .hs_cos_flex-viewport:before {
    content: '.';
    position: absolute;
    width: 100%;
    background: url('https://cdn2.hubspot.net/hubfs/1763197/CCL/hero-img-text.png');
    /* border: 10px red solid; */
    height: 100px;
    z-index: 800;
    bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;}

body.hs-content-id-3954320616 .caption h1,body.hs-content-id-4242049941 .caption h1 {
    font-family: 'BrandonTextWeb-Black',sans-serif;
    font-size: 54px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
}

body.hs-content-id-3954320616 .caption p, body.hs-content-id-4242049941 .caption p  {
    font-size: 19px;
    line-height: 27px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 500;
    margin-top: 0;
}

body.hs-content-id-3954320616 .caption a {color:white;}

.page-title .ccl-btn {    padding: 4px 15px 0px 15px;}
.page-title .ccl-btn i {margin-left:5px;}
.arrow-back i {margin-right:5px;}
.btn-transparent:hover i {    color: #f0be5f;;}
.hs_cos_flex-control-nav {display:none;}
.hs_cos_flex-slider.flex-slider-main {margin-bottom:0px;}

.header-container-wrapper {    position: fixed; z-index: 1000; width: 100%; /* background-image: url('https://cdn2.hubspot.net/hubfs/1763197/CCL/nav-bg-desktop.png'); */ background-color:#535150;background-repeat: repeat-x;transition:background-position 2s ease;transition:background-color 500ms ease;height:126px;}
.body-container-wrapper {padding-top:126px;}

.hs_cos_flex-slider .caption img {width:100%; margin:0 auto;max-width: 800px}
.hs_cos_flex-slider .caption {background-color: transparent;
    position: absolute;
    top: auto;
    bottom: 30px;}


 
/* header home *//* header conact */
body.hs-content-id-3954320616 .header-container-wrapper,
body.hs-content-id-4242049941 .header-container-wrapper,
body.hs-content-id-4030794742 .header-container-wrapper, 
body.hs-content-id-5710875788 .header-container-wrapper,
body.hs-content-id-7496482554 .header-container-wrapper{    
  position: fixed; 
  z-index: 1000; 
  width: 100%;
  background-color:#535150; 
  background-color: rgba(83,81,80,0);
  background-position: 0px 0px;height:126px;
}

body.hs-content-id-4030794742.scrolled .header-container-wrapper,
body.hs-content-id-4242049941.scrolled .header-container-wrapper, 
body.hs-content-id-3954320616.scrolled .header-container-wrapper,
body.hs-content-id-5710875788.scrolled .header-container-wrapper,
body.hs-content-id-7496482554.scrolled .header-container-wrapper{ 
  background-position: 0px 0px;background-color:rgba(83,81,80,1);}

body.hs-content-id-4030794742 .body-container-wrapper,
body.hs-content-id-4242049941 .body-container-wrapper,
body.hs-content-id-3954320616 .body-container-wrapper,
body.hs-content-id-5710875788 .body-container-wrapper,
body.hs-content-id-7496482554 .header-container-wrapper
{
  padding-top:0px;
}
body.hs-content-id-5710875788 .header-container-wrapper,
body.hs-content-id-7496482554 .header-container-wrapper{
    height: 138px;
}








section.page-top {padding-top:10px;background-color:black;    margin-top: -10px;
    margin-bottom: 10px;}
.page-top .widget-type-rich_text .layout-widget-wrapper {text-align: right!important; color:#fff;font-size:14px;font-family:'BrandonTextWeb-Bold',sans-serif;    line-height: 17px;}
.page-top .layout-widget-wrapper a {text-transform:uppercase;}
.page-top .layout-widget-wrapper img {margin-left:20px;    vertical-align: text-bottom;}
.gradient {background-image: url('https://cdn2.hubspot.net/hubfs/1763197/CCL/top-gradient2.png');    position: absolute; width: 100%; height: 260px; z-index: 900; background-repeat: repeat-x;pointer-events: none}
.page-top .widget-type-rich_text {text-align:right!important}


body.hs-site-page section.page-top{display:block;}
body.hs-site-page .header-container-wrapper,
body.hs-content-id-4030794742.hs-site-page .header-container-wrapper,
body.blog .header-container-wrapper
{height:138px;}

body.hs-site-page .body-container-wrapper, body.blog .body-container-wrapper {padding-top: 138px;}

body.hs-content-id-4030794742.hs-site-page .body-container-wrapper, 
body.hs-content-id-4242049941.hs-site-page .body-container-wrapper, 
body.hs-content-id-3954320616.hs-site-page .body-container-wrapper, 
body.hs-content-id-5710875788.hs-site-page .body-container-wrapper,
body.hs-content-id-7496482554.hs-site-page .body-container-wrapper{
    padding-top: 35px;
}
 

body.blog section.page-top {margin-top:0;}


section {padding-top:0px;}
/* menu */

section.branding {padding-top:0px;}
section.branding .links-home img {margin-top:5px}

.branding .hs-menu-wrapper ul {float:right;    margin-top: 48px!important;}

.branding .hs-menu-wrapper ul ul {    background-color: white; margin-top: -5px; width: 100%; /* right: 0; */ margin-left: 20px; padding: 20px 10px; padding-top: 14px; width: auto;    ;padding-bottom: 10px; margin-top: 0px!important;}
.branding .hs-menu-wrapper ul ul li {}
.branding .hs-menu-wrapper ul ul a {color:#535150;font-size:14px;font-family:'BrandonTextWeb-Black',sans-serif;line-height:30px;display:block;text-transform:uppercase;    padding: 5px 0px;}
.branding .hs-menu-wrapper ul ul a:hover {color:#d08a00;}
.branding .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {font-weight: normal;font-size:13px;text-transform: uppercase; margin-left:0px;color:white;max-width:200px;    font-family: 'BrandonTextWeb-Bold',sans-serif;letter-spacing: 2px;padding-bottom:6px;border-bottom:4px transparent solid;text-decoration:none!important;}
.branding .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a  {border-color:#d08a00;}
.branding .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a {}
.branding .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > a i {margin-left:3px;}
..hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {margin-left:0px;}
..hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {padding-left:0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {padding-left:0px;padding-right:0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li {padding-left:15px;padding-right:15px;}
.branding .widget-span.widget-type-linked_image {margin-top:-30px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child {padding-right:0px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child ul {left: initial!important; right: 0;padding-right:20px;margin-left:0px;margin-left: -15px;;}

section.home-links {    background-image: url('//cdn2.hubspot.net/hubfs/1763197/CCL/home-grid-pattern-fullyellow.png'); padding: 0px; background-repeat: repeat-y; background-color: #d08a00;border-top:3px white solid;border-bottom:3px white solid;}
section.home-links > .container > .row {background-image: url('//cdn2.hubspot.net/hubfs/1763197/CCL/home-grid-pattern-yellow.png');    background-position: top right;
    background-repeat: repeat-y;}

section.home-links.links-nw {background-color:white;background-image:url('https://cdn2.hubspot.net/hubfs/1763197/CCL/page-title-bg.png');background-repeat:repeat}
section.home-links.links-nw > .container > .row {   background-image: none;   display: flex;justify-content: center;}
section.home-links.links-nw a.btn-yellow {color:white}
section.home-links.links-nw a.btn-yellow:hover {color:#005678}
section.home-links.links-nw a.btn-yellow i {display:none}
section.home-links.links-nw .span8{padding:30px 100px; background-color:white}
section.home-links.links-nw .span9{padding:30px 100px; background-color:white}

/* new home styles */
section.home-links.links-nw.kp-dark {background-color:#2d2f35;background-image:url('https://townhomes.eya.com/hubfs/CCL/new-pattern-bg.jpg');background-repeat:repeat;border:0}
section.home-links.links-nw.kp-dark  .span9 {background-color:#2d2f35}
section.home-links.links-nw.kp-dark p {color:white}

section.home-links.links-nw.kp-dark .ccl-btn {font-family:'BrandonTextWeb-Medium',sans-serif;font-size:14px;padding-top:0}

@media only screen and (max-width: 767px) {
      
      section.home-links.links-nw .span9 {padding:30px}
      section.blog-list {border:0px !important}
}

.click-to-call-mobile table {
    margin: 0;
    width: 100%;
}




.row-number-5 .widget-type-raw_html  {display:none}


section.home-links .span9 {padding:30px 0;padding-top:15px;font-size:19px;line-height:27px;padding-bottom:0px;    padding-right: 60px;box-sizing:border-box;}
section.home-links .span9 p {font-size:19px;line-height:27px;color:#000;}
section.home-links .span9 p a {color:#005678;}
section.home-links .span9 p strong {letter-spacing:1.2px;color:#000;text-transform:uppercase;  font-size:14px;font-family:'BrandonTextWeb-Bold',sans-serif;    font-weight: normal;}
section.home-links .span9 p a.home-button {margin-left:20px;font-family:'BrandonTextWeb-Black',sans-serif;}
section.home-links .span9 p a.home-button, a.morebutton {display:inline-block; background-color:#d08a00;border:2px #e0b159 solid; color:white; padding:0px 10px;padding-top:3px;    padding-left: 14px;}
section.home-links .span9 p a.home-button:hover {background-color:#fff;color:#d08a00}



section.home-links .span4 {background-color:#d08a00;border-left:3px white solid;padding-left:0px;}
section.home-links .span4 img {margin-top:0px;}



section.home-links .span8 {padding:30px 0;padding-top:15px;font-size:19px;line-height:27px;padding-bottom:0px;    padding-right: 60px;box-sizing:border-box;}
section.home-links .span8 p {font-size:19px;line-height:27px;color:#000;}
section.home-links .span8 p a {color:#005678;}
section.home-links .span8 p strong {letter-spacing:1.2px;color:#000;text-transform:uppercase;  font-size:14px;font-family:'BrandonTextWeb-Bold',sans-serif;    font-weight: normal;}
section.home-links .span8 p a.home-button {margin-left:20px;font-family:'BrandonTextWeb-Black',sans-serif;}
section.home-links .span8 p a.home-button, a.morebutton {display:inline-block; background-color:#d08a00;border:2px #e0b159 solid; color:white; padding:0px 10px;padding-top:3px;    padding-left: 14px;}
section.home-links .span8 p a.home-button:hover {background-color:#fff;color:#d08a00}





section.floating.dupe {position:fixed;bottom:0;width:100%;display:block;z-index: 1041;}
.inside section.floating.dupe, .footerinview section.floating.dupe {display:none;}

section.floating { background-image:url("https://cdn2.hubspot.net/hubfs/1763197/CCL/know-more-bg.jpg");padding:0px;height:64px;}
.footer-container.container-fluid {padding-left:0px;padding-right:0px;}
section.footer {margin-top:0px;padding-top:0px;}
section.floating p {color:white;font-size:18px; font-style: italic;    line-height: 28px;    line-height: 58px;margin:0px;}
section.floating p a {color:#93cbe7;text-transform:uppercase;font-size:14px;font-style: normal;font-family:'BrandonTextWeb-Bold',sans-serif;}
section.floating p a:hover {color:#d08a00; text-decoration:none}
section.floating p strong a {        font-weight: normal;
    display: inline-block;
    background-color: transparent;
    border: 2px #d08a00 solid;
    color: white;
    padding: 0px 20px;
    font-style: normal;
    margin: 0 15px;
    line-height: normal;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 1px;
}
section.floating p strong a i {color:#f0be5f;padding-left: 5px;}

section.floating .layout-widget-wrapper {padding-top:3px;}


body.hs-content-id-7496482554 section.floating{
background-image:none;
  background-color:#d08a00;

}

body.hs-content-id-7496482554 section.floating p {font-style:normal;font-family:'BrandonTextWeb-Bold'}
body.hs-content-id-7496482554 section.floating p strong a {border-color:white}
body.hs-content-id-7496482554 section.floating p strong a:hover {color:#d08a00;background-color:white}
body.hs-content-id-7496482554 section.floating p strong a i {color:white}
body.hs-content-id-7496482554 section.floating p strong a:hover i {color:#d08a00}

body.hs-content-id-7496482554 {}


section.home-keep-up {background-image: url('https://cdn2.hubspot.net/hubfs/1763197/CCL/keep-up-bg2.jpg');padding:35px 0px;    padding-top: 90px;padding-bottom: 28px;}
section.home-keep-up .row {padding:0px 200px;}
section.home-keep-up h2 {color:#9f9d9d;font-size:32px; line-height: 40px; font-weight: normal;    margin: 0px;margin-bottom:0px;}
section.home-keep-up p {color:white;font-size:18px;margin-bottom:0px;}
section.home-keep-up p a {color:#93cbe7; text-transform: uppercase}
section.home-keep-up p a i {color:white;font-size:40px;}

section.home-keep-up.keep-up-nw {
     background-image: none;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
      background-color: #e6e7e8;
  
}


section.home-keep-up.keep-up-nw img {
max-width:none;
  height:auto;
  width:100%!important;
}
section.home-keep-up.keep-up-nw .container {
 max-width:1700px;
  padding:0;margin:0
}

section.home-keep-up.kp-dark {color:white;background-color:#2d2f35}
  
  section.home-keep-up.kp-dark p {color:white;}
  
section.home-keep-up.keep-up-nw.kp-dark  .container {max-width:none}

section.home-keep-up.kp-dark
section.blog-list {background-color: #e6e7e8; padding:40px 0px;    padding-bottom: 45px;}
section.blog-list .blog-item {background-color: white;box-shadow: 1px 1px 3px #ccc;    
    width: 31.39%;
    margin-left: 2.91%;}


body.hs-content-id-7496482554 section.blog-list .blog-item {box-shadow:none}


section.blog-list .blog-item img {    width: 100%;
    height: auto;
    max-width: 100%;
    float:none;
    margin:0px;padding:0px;
}
section.blog-list .blog-item .post-image {height: auto;max-height:245px;overflow:hidden;background-color: #EEE}
section.blog-list .post-title {font-size:24px; padding:30px 25px 0px 25px;line-height: 26px;color:#535150;}

section.blog-list .post-sumary {padding:0px 25px 20px 25px; color:#000000;}
section.blog-list .post-sumary img {display:none!important;}
section.blog-list .post-sumary a.blog-more {color:#005678;text-transform: uppercase;    font-family: 'BrandonTextWeb-Black',sans-serif;letter-spacing: 1px}
section.blog-list .post-sumary a {color:#005678;}
section.blog-list .post-sumary a:hover, section.blog-list .post-sumary a.blog-more:hover,section.blog-list .post-title a:hover {color:#d08a00;} 

section.blog-list .post-sumary .summary-wrap {    max-height: 81px;
line-height: 21px;
overflow: hidden;
margin-bottom: 10px;position:relative;
margin-right: -1em;
padding-right: 1em;
text-align: left;  
}

.dud.section.blog-list .post-sumary .summary-wrap:before { content: '...'; position: absolute;
  /* set position to right bottom corner of block */
    right: 1px;
    bottom: 2px;;}
   section.blog-list .post-sumary .summary-wrap:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

section.blog-list .post-wrap {margin:15px; border:2px #f0f0f0 solid;position:relative;}
section.blog-list .blog-item{}
section.blog-list .post-wrap > span {    position: absolute;
    display: inline-block;
    padding: 0px 5px;
    top: -1px;
    left: -1px;
    background-color: #cfcfcf;
    color: white;
    font-size: 11px;
    font-family: 'BrandonTextWeb-Bold',sans-serif;
    text-transform: uppercase;
    padding-bottom: 1px;
    line-height: 13px;
    padding-top: 3px;}
section.blog-list .row {margin-bottom:40px;} 
section.blog-list .container > .row:last-child {margin-bottom:0px;} 
section.blog-list .more-news {text-align: center}

section.blog-list .post-title a {color:#535150;font-family:'BrandonTextWeb-Bold',sans-serif;}
section.blog-list .post-sumary p, section.blog-list .post-sumary p span {font-size:16px; line-height: 21px }
section.blog-list .post-sumary p span {font-size:16px!important; line-height: 21px!important }


/* blog post */


.hs-blog-post .widget-type-blog_content a {color:#005678;}
.hs-blog-post  section.blog-list {background-color:white;    max-width: 960px;margin: 0 auto;}
.hs-blog-post h1 {font-size:60px;font-family:'BrandonTextWeb-Bold',sans-serif;;color:#535150;line-height:66px;margin:40px 0px 0px 0px}
.hs-blog-post section.blog-list .post-wrap {border:0px;     border-top: 2px #f0f0f0 solid;margin:0px;}
.hs-blog-post section.blog-list .post-wrap .dates {position: absolute;
    display: inline-block;
    padding: 0 5px;
    top: -1px;
    left: -1px;
    background-color: #cfcfcf;
    color: white;
    font-size: 11px;
    font-family: 'BrandonTextWeb-Bold',sans-serif;
    text-transform: uppercase;
    padding-bottom: 1px;
    line-height: 13px;
    padding-top: 3px;}
    
.hs-blog-post .blog-social {float:right; margin-top: 5px;    margin-right: -5px;}
.hs-blog-post .hs-featured-image {max-width:100%;float:none;margin:20px 0px;}
.hs-blog-post .post-body {font-size:20px;color:#000;line-height:30px;}
.hs-blog-social-share {padding-top:0px;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {float:right;margin:0px;}
.hs-blog-social-share .hs-blog-social-share-list {margin-top:0px;}
.blog-social #hs_cos_wrapper_my_social_sharing a img {height:27px!important;;width:auto!important;max-width:initial!important;max-height:27px!important;}

.post-navigation ul {width:100%;max-width:960px;margin:0 auto;padding:0px;list-style:none;border-top:2px #f0f0f0 solid;padding:35px 0px;padding-bottom:10px;}
.post-navigation a {font-family:'BrandonTextWeb-Black',sans-serif;font-size:14px;text-transform:uppercase}
.post-navigation a i {color:#93cbe7}
.post-navigation .post-names a {color:#535150; font-size:18px;text-transform:none;}
.post-navigation .post-names {padding-top:15px;}
.post-navigation ul li {width:33%;text-align:center;display:inline-block;}
.post-navigation ul > li:first-child {text-align:left}
.post-navigation ul > li:last-child {text-align:right}

#hubspot-topic_data {padding:0px;border:0px;margin:2em 0px;margin-bottom:25px; font-size:16px;color:#000;font-style:italic;}
.author-link, #hubspot-author_data {font-style:italic;}
/* Pages global */

section.page-title {background:url('https://cdn2.hubspot.net/hubfs/1763197/CCL/page-title-bg.png');    padding: 43px 0px 30px 0px;border-bottom:5px white solid;}
section.page-title h1{font-size:36px;line-height: 1em;color:#535150; text-transform:uppercase;font-family:'BrandonTextWeb-Black',sans-serif;font-weight:normal;    margin: 0px;letter-spacing:2px;}
section.page-title .layout-widget-wrapper {position:relative;}
section.page-title h1 + a {position: absolute;
    right: 0px;
    top: 50%;}

/* features */
section.features-fullrow {background-color:#e6e7e8;}
section.features-fullrow .row.row-bg {position:absolute;width:100%;    pointer-events: none;background-color:#e6e7e8;margin-left:0px;}
section.features-fullrow .row.row-bg .span6 {width:50%;}
section.features-fullrow .row.row-bg img {border-right:4px white solid;}
section.features-fullrow .container {position:relative;}
section.features-fullrow .feature-content-row1 .box-right {font-size: 25px; line-height: 42px; padding:0px; margin-left: 0px;}
 section.features-fullrow .feature-content-row1 .box-right .float-me {     width: 65%;    top: 50px;;
    margin: 0 auto;
    position: relative;
}


.row-bg.features-row2 {border-top:5px white solid;border-bottom:5px white solid;margin-bottom:64px;}
section.features-fullrow.nextrow {background-color:white;}
section.features-fullrow.nextrow .row.row-bg {background-color:white;}
.float-me ul {padding:0px;padding-left:20px;}
.float-me ul li {font-size:14px;line-height:22px}

section.features-fullrow .feature-content-row1 .box-right p a.ccl-btn {font-size:14px;}
section.fetures-bottomrow {padding:60px 0px;}
.fetures-bottomrow .row > .span6:first-child{border-right:2px #f0f0f0 solid;padding-right:20px;}
section.features-fullrow.nextrow ul {list-style: none;padding:0px;}
section.features-fullrow.nextrow ul li {font-size:16px; line-height: 21px; margin-bottom:5px;padding-left:20px;color:#000;}
section.features-fullrow.nextrow ul li:before {content: "\f00c"; ;   position: absolute;
    margin-left: -20px;
    color: #d08a00;font: normal normal normal 14px/1 FontAwesome;margin-top:4px;}
section.features-fullrow.nextrow h3 {font-size:25px; color:#535150;margin-top:20px;border:0px;font-weight:normal;}
section.features-fullrow.nextrow a.ccl-btn {font-size:14px;}


/* Site Plan */
section.site-plan-content {text-align:center;}
section.site-plan-neighborhoods {padding:20px 0 35px 0px;}
section.site-plan-neighborhoods ul {}
section.site-plan-neighborhoods ul li {  list-style:none;  display: inline-block;color:#d08a00; font-size:20px;position:relative;padding:25px 15px 25px 60px;border:2px #f0f0f0 solid; ;
    line-height: normal;
    color: #d08a00;
  font-family:'BrandonTextWeb-Black',sans-serif;
    text-transform: uppercase
}
section.site-plan-neighborhoods ul li + li {margin-left:20px;}

  ul.site-plan-homes {padding:0;margin:0;text-align:center;}
        
section.site-plan-neighborhoods ul li span {position:absolute;    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-left: -45px;
    top: 30%;
        top: calc(50% - 15px);
}

.site-plan-neighborhoods li.span1 {border-color:transparent}
section.site-pan-disclaimer {padding:40px 0px;background-color:#e6e7e8; color:#000;border-bottom:4px white solid;}

/* live updates */ 
section.live-updates-iframe {background-color:#e6e7e8;text-align:center;padding-top:40px;}

/* Gallery */
body.hs-content-id-4119924235 .widget-type-widget_container {display:none;}
body.hs-content-id-4119924235.inside .widget-type-widget_container {display:block;}
.gallery-container {background-color:#cfcfcf;margin-left:-4px;}
.gallery-container .span3 {width:25%;margin:0px;border-left:4px white solid;border-bottom:4px white solid;position:relative;}
.gallery-container img {cursor:pointer;}
.gallery-container .gallery-item a {opacity: 0;
    -webkit-transition: opacity 300ms ease-out 100ms;
    -moz-transition: opacity 300ms ease-out 100ms;
    -o-transition: opacity 300ms ease-out 100ms;
    transition: opacity 300ms ease-out 100ms;

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(208,138, 0, 0.85);
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin:30px;
    padding-top: 21%;
    text-align: center;
    color:white;
    text-decoration:none;
    font-size:14px;
    text-transform: uppercase;
    font-family:'BrandonTextWeb-Black',sans-serif;
    letter-spacing:2px;
}

.gallery-container .gallery-item:hover a, .gallery-container .gallery-item a:hover {opacity:1;}
.mfp-bg {background:#535150;opacity:1;}
.mfp-bottom-bar {
    top: 0;
    margin-top: 0px;
    height:92px;
    background-color: #505050;
    background-color: rgba(80,80,80,0.95);
    box-sizing: border-box;
        position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-auto-cursor .mfp-content {
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: hidden;
    cursor: auto;
}
button.mfp-close{text-indent:-500px;color:transparent!important;}
button.mfp-close:before {content:url(//cdn2.hubspot.net/hubfs/1763197/CCL/icon-close-ccl.png);text-indent:0px;text-indent: 0px; float: right; margin-right: 30px; margin-top: 20px;}


.mfp-title {
    background: url(//cdn2.hubspot.net/hubfs/1763197/CCL/mpf-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 65px;
    font-weight: normal;

}
.mfp-counter {display:none;}
.mfp-title {
    padding: 65px 0 0 73px;
    font-size: 13px;
}
button.mfp-arrow {background-color: rgba(0,0,0,0.2);opacity:1;  border-radius: 0;}
button.mfp-arrow:hover {background-color: rgba(0,0,0,0.5)}
.mfp-arrow:after, .mfp-arrow .mfp-a {    top: 15px;
    font-size: 100px;;}
.mfp-arrow:after {margin:0px;margin-top:30px;}
.mfp-arrow {height:140px;width:95px;}
.mfp-arrow-left:before, .mfp-arrow-right:before  {display:none;}
.mfp-arrow-left:after {border:0px;margin:0;margin-left: 20px;} 
.mfp-arrow-right:after{border:0px;margin:0;    margin-right: 25px;
    left: initial;
    right: 30px;}
.mfp-arrow-left {left:0;    font: normal normal normal 14px/1 FontAwesome;}
.mfp-arrow-right {right:0;    font: normal normal normal 14px/1 FontAwesome;}
.mfp-arrow-left:after {content: "\f104";;color:white;}
.mfp-arrow-right:after {       content: "\f105";;color:white;}
.mfp-arrow-left:hover:after {color:#93cbe7;}
.mfp-arrow-right:hover:after {color:#93cbe7}


img.mfp-img {padding:0px;}
.mfp-bottom-bar {top:0;margin-top:0px;height:94px;background-color:#505050;background-color: rgba(80,80,80,0.95);box-sizing:border-box;}
.mfp-image-holder .mfp-close {width:auto;opacity:1;cursor: pointer!important;height:54px;}


.mfp-image-holder .mfp-content {width:100%;max-width:none;height: 100%;overflow: hidden;}
img.mfp-img {width:auto;max-width: none;margin-top:100px;}
.mfp-container {padding:0px;}
.mfp-figure:after {box-shadow: none;background: transparent}



/*    */

.page-title  .filter {position: absolute; right: 0px; margin-top: -19px; } 
.page-title .filter a {font-size:14px;color:#484746;margin-left:30px;text-transform:uppercase;font-family:'BrandonTextWeb-Black',sans-serif;}
.page-title  .filter a.selected {color:#d08a00}
.page-title p.title-container {position: absolute;right: 0px;top: 50%;margin-top:-20px;}
.page-title p.title-container a {}


/* //////// AJAX */
.ajaxanim {padding:50px;}
.ajaxanim:before {    content: url('//cdn2.hubspot.net/hubfs/1763197/CCL/ajax-loader.gif'); position: absolute; margin-left: -40px; margin-top: -6px;}
.ajaxanim a {color:#ccc;}
section.ajax-content-load {background-color:#e6e7e8;}
section.disclaimer-row {background-color:#e6e7e8;padding-bottom:40px;}
.hs-content-id-4125576240 section.ajax-content-load {background-color:#e6e7e8;padding-bottom:40px;}

section.ajax-content-load form {margin:0px;}
/* Models and floor plans */
.row.model-list .span4:nth-child(4n+4) {margin-left:0px;}
.row.model-list .span4.list-item {background-color: white; box-shadow: 1px 1px 3px #ccc; margin-top:40px; } 
.row.model-list .post-wrap {margin: 15px; border: 2px #f0f0f0 solid; position: relative; padding:25px; }
.model-name {font-size:40px;color:#d08a00;font-family:'BrandonTextWeb-Black',sans-serif;;line-height:60px;text-transform: uppercase}
.post-wrap .model-description {margin-bottom:10px;}

.row.model-list .model-thumb {width:100%;overflow:hidden;}
.row.model-list .model-thumb img {
    
    -webkit-transition: zoom 300ms ease-out 100ms;
    -moz-transition: zoom 300ms ease-out 100ms;
    -o-transition: zoom 300ms ease-out 100ms;
    transition: zomm 300ms ease-out 100ms;
    
    
}

.row.model-list .list-item:hover img {}

/* model */
.plans-top {background-color:#ffffff}
.col.span12.planselector {position:relative;;margin-left:0px;color:#000;font-family:'BrandonTextWeb-Black',sans-serif;letter-spacing:1px;text-transform: uppercase}
.col.span12.planselector div {position:absolute;right:0;top:50%;margin-top:-22px;}
.col.span12.planselector div a.ccl-btn {text-align:center;width:175px; 
    width: 175px;
    text-align: center;}
.plans-top .row {padding:25px 0px;padding-bottom:15px;}
.plans-top .model-info { -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    line-height:22px;
        column-rule: 2px outset #f0f0f0;
    column-gap: 35px;
    min-height:70px;
     }
.plans-top .container > .row:first-child {padding:35px 0px;border-bottom:2px #f0f0f0 solid;padding-bottom:20px}
.plans-bottom {padding:35px 0px;}
.level-label {padding-bottom:16px;background-color: #e6e7e8;text-transform:uppercase;letter-spacing:2px;font-size:20px;font-family:'BrandonTextWeb-Black',sans-serif;color:#535150;position:relative;z-index:100;    padding-bottom: 15px;
    padding-top: 20px;}
.level-label a {color:#005678;text-decoration:none;}
.level-label a:hover, .model-plans:hover .level-label a{color:#d08a00;text-decoration:none;}
.level-label span {display:inline-block;margin:0px 10px;color:#c5c5c6;}
.level-label .opened {display:none;}
.full .level-label .closed {display:none;}
.full .level-label .opened {display:inline-block;}

.model-plans:hover {cursor:pointer;}
.model-plans img {}
.model-plans:hover {background-color:#d9dadb}

.plans-bottom .notes {padding-bottom:10px;background-color: #e6e7e8;min-height:50px;position:relative;z-index:100;}
.navcontainer {display:none;}

.navcontainer .furniture {color:#474645;font-family:'BrandonTextWeb-Bold',sans-serif;font-size:12px;text-transform:uppercase;padding:15px 0;padding-top:0px;}
.navcontainer .furniture label{display:inline-block;line-height:36px;}
.navcontainer .furniture label input {display:none;}
.navcontainer .furniture div {display:inline-block;    border: 4px #535150 solid;
    line-height: 20px;margin-left:10px;
}
.navcontainer .furniture div span {display:inline-block;padding:1px 3px;margin:2px;font-family:'BrandonTextWeb-Black';font-size:10px;color:#000;    padding: 1px 5px;
    padding-top: 3px;}
.navcontainer .furniture div span.on {}
.navcontainer .furniture div span.off {background-color:#d08a00;color:#d08a00;}

.navcontainer .furniture .on div span.on {background-color:#d08a00;color:#d08a00;}
.navcontainer .furniture .on div span.off{color:#474645; background-color:transparent}
.close-owl .ccl-btn i{    margin-right: 0px;}

.full .sbHolder {width:315px;}
.full .model-plans img {margin:0px auto 0px;max-width:300px;}
.full .navcontainer {display:block;    display: block;position: absolute;z-index: 1000;right: 0;}
.full .owl-controls {}
.full .owl-controls .owl-nav i {font-size:100px;}
.full .owl-nav {    position: absolute;top: 40%;width: 100%;margin: 0 auto;}
.full .owl-dots {     position: absolute;top: 10px;left:-7px;}
.full .owlback a.ccl-btn {    margin-top: 10px;}
.full .level-label {    margin-top: 50px;}

.owlback {    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0px;}
.owlback a.ccl-btn {    padding-left: 15px;
    padding-right: 20px;}

.plans-bottom .owl-theme .owl-controls .owl-nav [class*=owl-] {background:transparent;font-size:40px;}
.plans-bottom .owl-theme .owl-controls .owl-nav .owl-prev {margin-right:45%;}
.full .model-plans:hover {background-color:transparent}
.plans-bottom .owl-theme .owl-dots .owl-dot span {width: 30px; height: 30px; margin: 5px 7px; margin-right:0px; background: #fff; display: block; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border:1px #ccc solid; line-height:32px; text-align: center; font-family:'BrandonTextWeb-Black',sans-serif;color:#005678; }
.plans-bottom .owl-theme .owl-dots .owl-dot.active span {background-color:#d08a00;color:white;}
.sbHolder {width: 100%; background: #efeff0; border: 2px #fff solid; font-family: 'Source Sans Pro', sans-serif; font-size: 15px; height: 40px; text-align: left; font-weight: normal; width:100%; }
.sbSelector {display: block; height: 40px; left: 0; line-height: 34px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: auto; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {color: #000; outline: none; text-decoration: none; }
.sbToggle {display: block; height: 30px; outline: none; position: absolute; right: 0; top: 0; width: 30px;background-image:none; padding-top: 6px;}
.sbToggle:before{    content: "\f107";    font: normal normal normal 14px/1 FontAwesome;font-size:24px;color:#005678;}
.sbToggle:hover {}
.sbOptions {width: 100%; width: calc(100% - -4px); background: #efeff0; border: 2px #fff solid; border-top: 0px; margin-top: -2px; margin-left: -1px; }
.sbOptions li {padding: 0 7px; }
.sbOptions a {border:0; display: block; outline: none; padding: 10px 0 10px 3px; }
.sbOptions a:link, .sbOptions a:visited {color: #000; }
.sbOptions a:hover {color: #d08a00; }
.back-button.pull-right {text-align:right;}
.back-button.pull-right a i {color:#93cbe7;}

/* SVG  */
.theplann {display:none}
.theplann.svgplan_1 {display:block}
.theplann svg #Furniture {display:none}
.showfurniture .theplann svg #Furniture {display:block}

.theplann svg {width:100%;height:auto;min-height:700px;}
.full .theplann svg{width:40%;min-height:1000px;}

/* contact form */
body.hs-content-id-4030794742 {}
.hbspt-form {margin-bottom:30px;}
section.contactform {padding:50px 0px;}
.forminfo {font-size:16px; line-height:21px;color:#000;;}
.forminfo strong {color:#535150;font-family:'BrandonTextWeb-Bold',sans-serif;font-weight:normal;font-size:18px;line-height:21px;}
.forminfo a {color:#005678; text-transform: uppercase;font-family:'BrandonTextWeb-Black',sans-serif;font-size:14px;}

body.hs-content-id-4030794742 .hs_real_estate_salesperson div.input, body.hs-content-id-4242049941 .hs_real_estate_salesperson div.input {border:0px;} 
.theform {}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    line-height: 1.1em;
    position: absolute;
    padding: 0px;
    width: 100%;
    bottom: 0px;
    top: auto;
    text-align: center;
    background-color: transparent;
    height: auto;


}
body.hs-content-id-4030794742 .caption h1,body.hs-content-id-4242049941 .caption h1 {font-family:'BrandonTextWeb-Black',sans-serif;font-size:54px; letter-spacing: 10px;text-transform: uppercase;font-weight:normal;line-height: normal;margin-bottom:0px;}
body.hs-content-id-4030794742 .caption p, body.hs-content-id-4242049941 .caption p{font-size:19px;line-height:27px;font-family: 'Source Sans Pro', sans-serif;font-weight:500;margin-top:0px;}
body.hs-content-id-4030794742 .caption p a, body.hs-content-id-4242049941 .caption p a {color:white;text-decoration:none;font-size:44px;}


body.hs-content-id-4030794742 .page-top .layout-widget-wrapper {    font-size: 16px;    text-align: center;}
body.hs-content-id-4030794742 section.branding .links-home img {    margin-top: 5px;}
/* forms */
.thisisrequired {float:right;font-style: italic;}
body.hs-content-id-4030794742 form, body.hs-content-id-4242049941 form {    margin-top: -10px;}
body.hs-content-id-4030794742 input[type="text"], body.hs-content-id-4030794742 input[type="password"], body.hs-content-id-4030794742 input[type="datetime"], body.hs-content-id-4030794742 input[type="datetime-local"], body.hs-content-id-4030794742 input[type="date"], body.hs-content-id-4030794742 input[type="month"], body.hs-content-id-4030794742 input[type="time"], body.hs-content-id-4030794742 input[type="week"], body.hs-content-id-4030794742 input[type="number"], body.hs-content-id-4030794742 input[type="email"], body.hs-content-id-4030794742 input[type="url"], body.hs-content-id-4030794742 input[type="search"], body.hs-content-id-4030794742 input[type="tel"], body.hs-content-id-4030794742 input[type="color"], body.hs-content-id-4030794742 input[type="file"], body.hs-content-id-4030794742 textarea, body.hs-content-id-4030794742 select 
{    background-color: transparent;
    box-shadow: none;
    height: 40px;
    margin: 0px;
    font-family:'BrandonTextWeb-Regular',sans-serif;
        font-size: 22px;
        padding-left:30px;
        color:#000;
        outline:none;
}

body.hs-content-id-4030794742 div.input {display:inline;   }
div.field.hs-form-field {border-bottom: 2px #eee solid;margin-bottom: 50px;}

body.hs-content-id-4030794742 .hs_real_estate_salesperson label {    font-family:'BrandonTextWeb-Bold',sans-serif;
        font-size: 18px;display:block;    width: auto;}
body.hs-content-id-4030794742 .hs_real_estate_salesperson label input {margin-right:20px;}
body.hs-content-id-4030794742 .hs_real_estate_salesperson label ul {margin-left:0px;}
body.hs-content-id-4030794742 label, body.hs-content-id-4030794742 input,body.hs-content-id-4030794742 button,body.hs-content-id-4030794742 select,body.hs-content-id-4030794742 textarea {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    color:#535150;
    border-radius:0px;padding-left:30px;
}
body.hs-content-id-4030794742 label {    font-family:'BrandonTextWeb-Bold',sans-serif;font-size:18px; color#535150; display:inline-block ;padding-left: 0px!important;width: 120px;}
.hs-error-msgs li label {font-family: 'Source Sans Pro', sans-serif;    font-size: 15px;}

body.hs-content-id-4030794742 .actions {text-align: right}
body.hs-content-id-4030794742 .hs-button.primary, body.hs-content-id-4030794742 input[type="submit"], body.hs-content-id-4030794742 input[type="button"] {
line-height:24px;display:inline-block; color:white; padding:0px 45px;letter-spacing:1px;     padding-top: 4px;;text-transform: uppercase;font-size:1em;font-weight: normal;font-family:'BrandonTextWeb-Black',sans-serif;
background-color:#d08a00;border:2px #e0b159 solid;
background-image:none;
text-shadow: none;
 -webkit-appearance: none; border-radius:0px;
}

::-webkit-input-placeholder {
   color:  #999;
   font-size:18px;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #999;;   font-size:18px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:  #999;;   font-size:18px;
}

:-ms-input-placeholder {  
   color: #535150; 
      color:  #999;;   font-size:18px;
}

    

/* team */ 

/* show in editor, hide in page */ 
body.hs-content-id-4041361421 .widget-type-widget_container {display:none;}
body.hs-content-id-4041361421.inside .widget-type-widget_container {display:block;}

section.team-container > .container > .row div.blog-item {margin-bottom:30px;}

section.team-container > .container > .row div.blog-item:nth-child(4n+4) {  
 margin-left:0px;
 clear:left;
}

section.team-container .team-member .post-wrap {}

section.team-container.blog-list .post-wrap {height:90%;height:calc(100% - 30px);}

.team-member-info {padding:20px 30px;font-size:18px;}
.team-member-info p, .team-member-info span {font-size:18px;line-height: 28px;margin:0px;color:#000;}
.team-member-bio strong {font-family:'BrandonTextWeb-Bold',sans-serif;font-weight: normal}
.team-member-headshot {padding:0px 30px;}
h3.team-member-name {text-transform:uppercase;font-weight:normal;border:0;margin:0;padding:0px;font-size:26px;line-height: 40px;color:#d08a00;font-family:'BrandonTextWeb-Black',sans-serif;;padding:0px 30px;padding-top:20px;padding-bottom:0px;}
h4.team-member-title {font-style:italic;font-family: 'Source Sans Pro', sans-serif;font-size:18px; line-height: 18px;font-weight:normal;margin-bottom:20px;padding:0px 30px;    margin-top: 0;color:#000;}

section.home-links{   background-position: top left}
.container, .banner-content, section.page-top .container {margin:0 auto;max-width: 1400px;padding:0px 10px;}
.menu-mobile {display:none;}
.hide-on-desktop {display:none!important;}
.hide-on-mobile {}
.inside .hide-on-desktop {display:block!important;}
.inside .hide-on-mobile {display:block!important;}




/* microsites footer 
 .csm-footer-main-nav ul > li:first-child a {    padding-left: 0;} ul.neighborhoods {margin: 0; padding: 0; list-style: none; margin-bottom: 20px; } ul.neighborhoods li {padding: 0px; margin: 0; position: relative; max-width: 325px; } ul.neighborhoods li span {display: block; color: white; background-color: #444; background-image: url(//www.eya.com/westside-at-shady-grove/wp-content/themes/gh/images/location-nav-light.png); background-repeat: repeat-x; background-position: right; line-height: 38px; border: 1px #555555 solid; padding-left: 20px; font-family: 'Roboto', sans-serif; } ul.neighborhoods li ul {display: none; position: absolute; width: 100%; list-style: none; margin-left: 0px; padding-top: 20px; padding-bottom: 10px; z-index: 100; } ul.neighborhoods li ul li {margin-bottom: 10px; padding-left: 20px; } ul.neighborhoods li ul li a {color: #2a6f8c; text-decoration: none; font-family: 'Roboto', sans-serif; font-weight: 500; } ul.neighborhoods li:hover ul {display: block; background-color: white; margin: 0px; padding: 20px 0px; } #hs_menu_wrapper_module_14520830201325301 {padding-bottom:20px;} .csm-bot-footer {    padding-bottom: 40px;} .csm-footer-links {background-color: #343434; font-size: 11px; color: #c3c3c3; padding: 30px; line-height: 34px; } .csm-footer-links img {vertical-align: middle; margin-right: 0px; float:right; height:auto; width:32px; } #text-10 .textwidget h5 {font-family: 'Roboto', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 14px; color: white; border-top: 1px #595959 solid; margin-bottom: 10px; padding-top: 10px; max-width: 320px; margin-top: 0px; text-align: left } .csm-footer-social .social {text-align:left;} .csm-footer-social a {margin-right: 2px; margin-bottom: 5px;} 
 .csm-footer-social a img {margin-bottom:0px;}
 .csm-footer-main-nav ul li a {padding:0px;padding-right:32px;}
 .csm-footer-logo img {height:auto;width:255px;}
 .csm-footer-links .mhbr {color:#848484;font-size:9px;float:right;    line-height: normal;}
*/
i.mhbr-number {
    position: relative;
    color: transparent;
    font-style: normal;
}

i.mhbr-number:before {
    content: 'MHBR #7634';
    position: absolute;
    color: #848484;
    bottom: 0;
    font-style: normal;
}


/* MHBR for Landing pages */
/* wsg */
.hs-content-id-5255705925 i.mhbr-number:before, 
.hs-content-id-5255732082 i.mhbr-number:before, 
.hs-content-id-5247430836 i.mhbr-number:before,
.hs-content-id-5254992580 i.mhbr-number:before,
.hs-content-id-5430006983 i.mhbr-number:before,
{
    content: 'MHBR #7487';
    position: absolute;
    color: #848484;
    bottom: 0;
    font-style: normal;
}

/* gh */
.hs-content-id-5108324698 i.mhbr-number:before, 
.hs-content-id-5452240578 i.mhbr-number:before, 
.hs-content-id-5109921940 i.mhbr-number:before,
.hs-content-id-5110363406 i.mhbr-number:before
{
    content: 'MHBR #7084';
    position: absolute;
    color: #848484;
    bottom: 0;
    font-style: normal;
}


/* mr */
.hs-content-id-5068609336 i.mhbr-number:before, 
.hs-content-id-5068518335 i.mhbr-number:before, 
.hs-content-id-5068540051 i.mhbr-number:before,
.hs-content-id-5104186363 i.mhbr-number:before,
.hs-content-id-5104524357 i.mhbr-number:before
{
    content: 'MHBR #7472';
    position: absolute;
    color: #848484;
    bottom: 0;
    font-style: normal;
}









/* MAPS */
body.outside .marker-raw {display:none;}

.row-fluid section.map-area [class*="span"], .row-fluid section.neighborhood-bottom [class*="span"] {margin-left:0px;}
.row-fluid section.map-area .span8 {width: 66.6666666667%;}
.row-fluid section.neighborhood-bottom .span4, .row-fluid section.map-area .span4 {    width: 33.3333333333%;}


.acf-map {width: 111%; left:-11%;position:absolute;height:845px; border: 0; margin: 0; }
.acf-map img {height: auto; /* Make sure images are scaled correctly. */ max-width: none; /* Adhere to container width. */ }
.neighborhood .entry-content {background-color:#107da5;}
.neighborhood .entry-content .map {background-color:#dfdbd2;color:#dfdbd2}
.neighborhood .entry-content .map .acf-map > .marker > .info a {color:#dfdbd2}
.neighborhood .cats {} /* same as map */
section.map-area {background-image:url(//cdn2.hubspot.net/hubfs/1763197/CCL/location-bbg-blend.png);background-repeat: repeat}
.neighborhood .cats .alllocations {padding-top:0px;padding-right: 0px;height:845px;overflow:hidden;}
.neighborhood .cats .alllocations > img:first-child {margin-bottom:0px;}
.neighborhood .cats {padding:0px 0px;border:0px;padding-right: 0px;position:relative;}
.neighborhood .cats .blend-top {left:0;height:100px;position:absolute;width:100%;background-image:url(//cdn2.hubspot.net/hubfs/1763197/CCL/map-blend-top.png);background-repeat: repeat-x;top:0;z-index:199;background-image:none;}
.neighborhood .cats .blend-bottom {height:30px;position:absolute;width:100%;background-image:url(//www.eya.com/westside-at-shady-grove/wp-content/themes/gh/images/map-blend-bottom.png);background-repeat: repeat-x;bottom:0;z-index:199;background-image:none;}
.neighborhood .cats .alllocations > ul  {margin:0 50px;padding:0;margin-right: 50px;}
.neighborhood .cats .alllocations > ul ul {padding:left:0px;padding-left:50px;}
.neighborhood .cats ul li {color:white;position:relative;}
.neighborhood .cats .alllocations > ul > li {min-height: 80px; border-bottom:2px #737373 solid;padding: 0;list-style: none;padding-right:20px;}
..neighborhood .cats .alllocations > ul.locations > li:first-child span {  line-height: 15px;
  padding: 8px 5px 5px 0px;}

.neighborhood .cats ul.locations li:first-child ul {padding-top:10px;}
.neighborhood .cats .alllocations > ul > li span {line-height: 80px;  font-family: 'BrandonTextWeb-Black',sans-serif;letter-spacing:1px; font-size: 20px; color: #fff; font-weight: normal; text-transform: uppercase; cursor: pointer; margin-left: 50px; display: block; line-height: 80px; /* height: 40px; */ padding:0px;}
.neighborhood .cats .alllocations > ul > li:hover span, .neighborhood .cats .alllocations > ul > li.selected span {color:#e0b159;}
.neighborhood .cats .alllocations > ul > li img {margin-top:8px;position:absolute;top: 14px;}
.neighborhood .cats .alllocations > ul.destinations > li img {margin-top:6px;position:absolute;    top:14px;}

..neighborhood .cats .alllocations > ul.destinations > li {min-height: 80px;}
..neighborhood .cats .alllocations > ul.destinations > li:last-child {margin-bottom:50px;}
..neighborhood .cats .alllocations > ul.destinations > li span {display: block;padding-top: 10px;padding-bottom: 12px; font-weight: normal;   font-family: 'BrandonTextWeb-Black',sans-serif;letter-spacing:1px;font-size:20px;line-height:normal;}

.neighborhood .cats ul li ul, .neighborhood .cats ul li p {display:none;margin-bottom:20px;}
.neighborhood .cats ul li.selected ul,.neighborhood .cats ul li.selected p {display:block;}
.neighborhood .cats ul li ul li {list-style:none;font-family: 'Source Sans Pro', sans-serif;;font-weight:400;font-size:16px;margin-bottom:8px;color:#fff;}
.neighborhood .cats ul li p {font-family: 'Source Sans Pro', sans-serif;;font-weight:700;font-size:16px;margin-bottom:0px;color:#e0b159;text-transform:uppercase;margin-left:50px;margin-top:0px;}
.neighborhood .cats .alllocations > ul.destinations > li ul li {color:#fff;margin-bottom: 8px;cursor:pointer;font-family: 'Source Sans Pro', sans-serif;;font-weight:400;font-size:16px;}

.neighborhood .cats .alllocations > ul.destinations > li ul li:hover {color:#e0b159;}
.neighborhood .cats .alllocations > ul.destinations > li ul li.category-name {color:#e0b159;text-transform:uppercase;font-weight:700;}
.neighborhood .cats .alllocations > ul.destinations > li ul li:hover {color:#e0b159;}
.neighborhood .cats ul li .fa {position:absolute;right:0;top:30px;color:#93cbe7;font-size: 16px;font-weight:600;}
.neighborhood .cats ul li i.up {display:none;}
.neighborhood .cats ul li.selected i.up {display:block;}
.neighborhood .cats ul li.selected i.down {display:none;}
.neighborhood .full-width-container {border-bottom:5px white solid;}
.neighborhood .neighborhood-bottom {background-color:#e6e7e8;}
.neighborhood .neighborhood-bottom .col {border-left:5px white solid;}
.neighborhood .neighborhood-bottom .bottom-content {padding:60px;border:0px;;padding-left:0px;}
.neighborhood .neighborhood-bottom .bottom-content p {color:#000; font-size:19px;line-height:32px;margin:0px;}

.m_infowindow {background-color:white;border-top:2px #a0a0a0 solid;border-left:2px #a0a0a0 solid;border-right:2px #a0a0a0 solid; padding:0px 15px; padding-bottom:  15px; }
.m_infowindow h4 {color:#d08a00;font-family: 'Source Sans Pro',sans-serif;font-size:16px;margin-top:10px;text-transform:none;margin-bottom:0px;font-weight:700;}
.m_infowindow p.address, .m_infowindow p.directions {color:#000000; font-family: 'Source Sans Pro', sans-serif;font-size:15px;margin-bottom:0px;line-height: normal;margin-top: 7px; }
.m_infowindow p.address b,.m_infowindow p.address strong  {display:inline-block;padding-top:6px;color:#005678;font-weight:400;font-size:15px;margin:0;;line-height: normal;font-weight:normal;}
.m_infowindow p.address a, .m_infowindow p.directions a {color:#005678;font-weight:400;text-decoration:none;font-size:15px;}
.m_infowindow:after{content:url(//cdn2.hubspot.net/hubfs/1763197/CCL/box-shaddow-ccl.png);position: absolute; margin-left: -17px;margin-top: -25px; pointer-events: none;}


.m_infowindow.locations {background-color:#0d5678;border-top:2px #a0a0a0 solid;border-left:2px #a0a0a0 solid;border-right:2px #a0a0a0 solid; padding:10px 15px;    padding-bottom: 2px; }
.m_infowindow.locations h4 {color:#fff;font-family:'BrandonTextWeb-Black',sans-serif;;font-size:14px;margin-top:0px;text-transform:uppercase;margin-bottom:0px;font-weight:normal;text-align:center;line-height:14px;}
.m_infowindow.locations:after{content:url(//cdn2.hubspot.net/hubfs/1763197/CCL/box-shadow-short.png);position: absolute; margin-left: -17px;margin-top:-7px; pointer-events: none;}

#ascrail2000 {left:initial!important;right:0px!important;}
.hs-menu-wrapper img {max-width:100%;}
.hs-menu-wrapper img {
    max-width: 21px;
    height: auto;
    float: right;
    margin-right: 10px;
}

    section.neighborhood-bottom {
    background-image: url(//cdn2.hubspot.net/hubfs/1763197/CCL/bridge-bg.jpg);
    background-repeat: no-repeat;
    background-position: 120% top;
    background-size: contain;
}

    .neighborhood .neighborhood-bottom .container .row > .col:last-child img {opacity:0;}
    .neighborhood .neighborhood-bottom .container .row > .col.bottom-content {    background-color: #e6e7e8;}

.footer-microsite .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {padding-right:15px;}
.home-links .container {padding:0px;padding-left:10px;}



/* new contact page */
   .hs-content-id-4030794742 .hs_cos_wrapper_type_image_slider,.hs-content-id-4242049941 .hs_cos_wrapper_type_image_slider  {display:none;}
       .hero-contact {position:relative;}
       .dud.hero-contact .hero-wrap h1 {    color: #535150;
    font-family: 'BrandonTextWeb-Bold',sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    }
    .hero-contact .hero-wrap {    font-size: 16px;
    line-height: 21px;}
    section.contactform {padding-top:0px;}
    .menu-mobile .hs-menu-wrapper ul > li:first-child > a {display:none;}
    .mobile-footer p a.ccl-btn, a.ccl-btn { line-height: 2em;}
    .blend-top, .blend-bottom {display:none;}
    
    .hero-img {background-color: rgba(83,81,80,1);text-align:center;}
    .hero-img img {margin:0 auto;}
    .hero-contact .hero-wrap h1 {
        display:none!important;
    font-family: 'BrandonTextWeb-Black',sans-serif;
    font-size: 24px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
     top: 10%;
    left: 0;
    color: white;
    width: 100%;
    text-align: center !important;
    }
    .hero-contact.desktop-hero .hero-wrap h1 {
        font-family: 'BrandonTextWeb-Black',sans-serif;
    font-size: 54px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0; }
    
    
    .hero-contact .hero-wrap {
    font-size: 22px;
    line-height: 33px;
    margin-bottom:50px;
    }
    .hero-contact .hero-wrap p {margin-top:30px;}


.hs_cos_flex-slider .hs_cos_flex-slides {
    background-image: url(//cdn2.hubspot.net/hubfs/1763197/CCL/ajax-loader-333.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color:#333
}
   .hs_cos_flex-slider .hs_cos_flex-slides>li {display:block!important;opacity:0;}
   .hs_cos_flex-slider .hs_cos_flex-slides img {height:auto!important;}
/* MAPS */

    .container, section.page-top .container {margin:0 auto;max-width: 1550px}
    
    @media only screen and (max-width: 1550px) {    
    .container, section.page-top .container {margin:0 auto;max-width: 1440px}
 
    }
    
    @media only screen and (max-width: 1499px) {    
    .container, section.page-top .container {margin:0 auto;max-width: 1440px}
    

    }

    @media only screen and (max-width: 1399px) {  
        .hs_cos_flex-slider .hs_cos_flex-slides>li {height:auto}
             
      .container, section.page-top .container {margin:0 auto;max-width: 1160px}
      section.home-keep-up .row {padding: 0px 110px; }
      section.home-links .span8 {    padding: 0px 0;}
      .section.features-fullrow .feature-content-row1 .box-right {   padding: 60px 0px 60px 60px;}
      .acf-map {width: 121%; left:-21%; }
      .neighborhood .cats .alllocations>ul {margin-right:20px;}
      .neighborhood .cats .alllocations>ul>li span {font-size: 18px;}
      .neighborhood .neighborhood-bottom .bottom-content p {    font-size: 16px;line-height: 24px;}
      .branding .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {    margin-left: 7px;}
      .neighborhood .cats .alllocations>ul>li span {    font-size: 16px;}
      .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {padding-left: 0px;padding-right: 0px; }
      .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child a {margin-left:0px;}
      .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child ul {margin-left:0px;}
      .level-label {    font-size: 15px;}
       section.features-fullrow .feature-content-row1 .box-right .float-me {     width: 82%;    top: 30px;; }
       section.home-links .span4 img {margin-top: 0px;}
       
  
  }


    @media only screen and (max-width: 1200px) {
        .hs_cos_flex-slider .hs_cos_flex-slides>li {min-height:height: initial;}
         .hero-contact.desktop-hero .hero-wrap h1 {    font-size: 40px; }
    .container, section.page-top .container {margin:0 auto;max-width: 1024px}
    section.home-links .span8 {    padding: 0px 0;}
    section.home-links .span8 p {font-size: 16px; line-height: 27px;}
    section.features-fullrow .feature-content-row1 .box-right {     font-size: 20px;line-height: 32px;}
   
    .neighborhood .cats .alllocations>ul {margin-right:0px;}
    section.branding .links-home img {margin-top:14px}
    .branding .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {font-size:13px;}
    
    .level-label {letter-spacing:0px;}
    .level-label span {    margin: 0 10px;}
    
    section.home-links .span4 {    padding-top: 15px;}
    section.home-links .span8 {padding-top:30px;}
    
    .neighborhood .neighborhood-bottom .bottom-content {    padding: 40px;}
    
    .theplann svg {width:100%;height:auto;min-height:400px;}
    .full .theplann svg{width:40%;min-height:700px;}
    
    }

   @media only screen and (max-width: 1100px) {

    section.features-fullrow .feature-content-row1 .box-right {        font-size: 18px;line-height: 28px;}
    .neighborhood .neighborhood-bottom .bottom-content {    padding: 30px;}
    }

    @media only screen and (max-width: 1024px) {
        .container, section.page-top .container {margin:0 auto;max-width: 930px}
        .page-top .layout-widget-wrapper {font-size:11.2px;}
        .page-top .layout-widget-wrapper img {margin-left: 20px; width: 54px; margin-bottom: 0px; }
        .branding .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {font-size:11.2px;margin-left:7px;}

        /* logo */ 
        #hs-link-module_14575559437411589 img    {    max-width: 350px; margin-top: 10px;}
        .hs_cos_flex-slider .caption img {    max-width: 550px;}
        section.home-links .span8 p {font-size:15px;line-height:21px;padding-top:10px;}
        section.home-links .span8 p strong {font-size:11.2px;}
        section.home-links .span4 {padding-left: 10px; }
        section.home-keep-up h2 {font-size:26px; line-height: 35px}
        section.home-keep-up .row {padding: 0px 110px; }
        section.home-keep-up p {font-size:14px;line-height:22.4px;}
        section.blog-list .post-title a {font-size:19.2px;line-height:16.8px;}
        section.blog-list .post-sumary p, section.blog-list .post-sumary p span {font-size:12.8px;line-height:16.8px;}
        section.blog-list .post-sumary p span {font-size: 12.8px!important; line-height: 16.8px!important; }
        section.blog-list .post-sumary a.blog-more, .more-news .ccl-btn {font-size:11.2px;}
        section.floating p {font-size:14.4px;}
    
        section.blog-list .blog-item .post-image img {}
        .section.blog-list .blog-item .post-image {height:190px;}
        section.features-fullrow .feature-content-row1 .box-right {font-size: 18px;    line-height: 28x; }
        .ccl-btn {font-size:12px;}
        section.fetures-bottomrow h3 {    font-size: 20px;}
        section.site-plan-neighborhoods ul li {    width: 25%!important;margin: 0px!important;margin: 10px 29px!important;}
      
        section.contactform .forminfo {font-size: 16px; line-height: 21px;    width: 25% !important;
    margin-top: 0px;}

        section.contactform .disclaimer {font-size:13px;margin-top:30px;}
        section.contactform .forminfo {}

        
        section.team-container > .container > .row div.blog-item {height:auto!important;    width: 48.418784527%;margin-bottom:30px;}
        section.team-container > .container > .row div.blog-item:nth-child(3n+3) {clear:left;margin-left:0px;}
        section.team-container > .container > .row div.blog-item:nth-child(4n+4) {margin-left: 2.91%;; clear:none; }
  
        .neighborhood .neighborhood-bottom .bottom-content p {font-size: 13px;line-height: 21px;}
        .neighborhood .cats .alllocations>ul>li span {font-size: 12px;}
        .neighborhood .cats .alllocations {padding-right:20px;}
        .neighborhood .cats .alllocations>ul {}
        .neighborhood .cats ul li ul li {    font-size: 13px;}
        .neighborhood .cats ul li p {    font-size: 14px;}
        .acf-map, .neighborhood .cats .alllocations {height:640px}
        section.branding .links-home img {margin-top:21px;}
        section.site-plan-neighborhoods ul li.span1 {display:none;}
        section.site-plan-neighborhoods ul li {    width: 18% !important;    margin: 10px 5px !important;    font-size: 14px;    padding: 20px 15px 15px 60px;}
        .gallery-container .gallery-item a {    padding-top: 14%;    font-size: 12px;}
        body.hs-content-id-4030794742 .caption h1, body.hs-content-id-4242049941 .caption h1 {    font-size: 44px;}
        body.hs-content-id-4030794742 .caption p, body.hs-content-id-4242049941 .caption p {    font-size: 17px;    margin-bottom: 0px;}
        .model-name {font-size:36px;}
        
    .theplann svg {width:100%;height:auto;min-height:400px;}
    .full .theplann svg {width:40%;min-height:700px;}
        
        
        
    }

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
      .hero-contact.desktop-hero .hero-wrap h1 {    font-size: 30px;    top: 25%;}  
    .container, section.page-top .container {margin:0 auto;max-width: 700px}
    #hs-link-module_14575559437411589 img {max-width: 280px; margin-top:10px; }
    .page-top .layout-widget-wrapper img {margin-left: 10px; width: 53px; margin-bottom: 0px; }
    .page-top .layout-widget-wrapper {font-size:10px;}

    /* Menu */
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {position:relative;     visibility: visible; opacity: 1; }
    .menu-mobile .hs-menu-wrapper ul {float:none;}
    .menu-mobile .hs-menu-wrapper ul ul {  margin-left: 30px;}
    .menu-mobile {display:block;}
    .menu-mobile .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {float:none;}

    .menu-mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {    margin-left: 20px;}
    .menu-mobile .hs-menu-wrapper ul ul {background-color: transparent;padding:0px;margin-left: 20px!important;}
    .menu-mobile .hs-menu-wrapper ul ul a {color:white;    line-height: 25px;}
    .menu-mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {font-size:14px;padding:0px;line-height: 44px;border:0px;max-width:none;}
    .menu-mobile .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a {border-color: transparent;}
    .menu-mobile {background-color:#535150;padding-bottom: 50px; -webkit-transition: all 1s; transition: all 1s; overflow:hidden; height: 50px; margin-top: -50px; }
    body.menu-open .menu-mobile {height: 475px;margin-top: 0px;}
    .span7.widget-span.widget-type-menu.menu-mobile {display:block;}
    .menu-toggle {display:inline-block;font-size:30px;color:#93cbe7;     text-align: right;    margin-top: 15px;}
    .menu-mobile .menu-toggle {padding-right:34px;}
    .menu-mobile a{color: white; font-family: 'BrandonTextWeb-Bold',sans-serif; letter-spacing: 2px;text-transform: uppercase} 
    
    section.branding .links-home img {margin-top:30px;}

    .row-fluid .branding .span5 {width: 40.425531911%;    display: inline-block;float: left;}
    .row-fluid .branding .span7 {width: 57.446808505%;display: inline-block;float: right;margin:0px;}
    .branding .hs-menu-wrapper ul {display:none;}


    
    section.home-links .span8 p {font-size: 13px; line-height: 18px;padding-right:20px; }
    section.home-links .span8 p a.home-button {margin-left:10px;}
    section.blog-list .post-title a,section.blog-list .post-title {font-size: 15px; line-height: 18px; }
    section.blog-list .post-sumary p span {font-size:12px;line-height:15px;}
    section.blog-list .post-sumary .summary-wrap {margin-bottom:5px;max-height: 80px;}
section.home-keep-up h2 {font-size: 20px; line-height: 28px; }
    section.home-keep-up p {font-size: 12px; line-height:26px; }
    section.blog-list .post-sumary {padding: 0px 15px 10px 15px;}
    section.blog-list .post-title {padding: 30px 15px 0px 15px;}
    section.floating p {font-size:11px;}
    section.floating p strong a {font-size:9px;padding: 4px 15px;    padding-top: 5px;}
    section.floating p a, section.home-links .span8 p strong {font-size:10px;}

    section.home-keep-up .row {padding: 0px 50px; }
    .span8 p strong {font-size: 9px; }
    section.home-links .span4 img{margin-bottom: 0px; margin-top: 0px;}

    .menu-mobile .layout-widget-wrapper {margin:auto;max-width:700px;}
    .menu-mobile .menu-toggle {padding-right:10px;}
   /* ul.neighborhoods li span {    padding-left: 10px;    font-size: 12px;    line-height: 35px;}
    
    
    .csm-footer-main-nav ul li a {padding: 0px; padding-right: 15px; }
    */
    ..section.blog-list .blog-item .post-image {height:140px;}
    section.features-fullrow .feature-content-row1 .box-right {   
    font-size: 15px;
    line-height: 24px;}
     .ccl-btn {font-size:11px;    line-height: 16px;}
    section.fetures-bottomrow h3 {    font-size: 20px;}
    section.site-plan-neighborhoods ul li {    width: 19%!important;
    margin: 0px!important;
    margin: 10px 0px!important;
    border:0px;
    font-size: 15px;
padding: 20px 10px 15px 30px;;
    } 
    section.site-plan-neighborhoods ul li span {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-left: -25px;

    top: 30%;
    top: calc(50% - 10px);
}
    section.site-plan-neighborhoods {
    padding: 0px;
    padding-bottom: 20px;
    }
 
    section.site-pan-disclaimer {font-size:12px;}
 
    .body-container-wrapper {padding-top: 108px; }
    section.contactform .forminfo {margin-top: 25px;}
    section.team-container > .container > .row div.blog-item {height: auto!important; width: 47%; margin-bottom: 20px; margin: 20px 0px!important;margin-right:20px!important; }

  
  .acf-map {    width: 130%;}
    section.map-area {    background-position: 0px 640px;}
    .neighborhood .neighborhood-bottom .bottom-content {padding-left:0px;}
    .neighborhood .neighborhood-bottom .col {border-left:0px;}
    .neighborhood .cats .alllocations>ul>li span {font-size: 20px;    line-height: 80px;}
    .neighborhood .cats ul li p {font-size:16px;}
    .neighborhood .cats ul li ul li {font-size:14px;}
    .neighborhood .neighborhood-bottom .bottom-content p {    font-size: 19px;line-height: 32px;}
    
    
    
    section.floating.dupe {display:none!important;}
    p.title-container {display:none;}
    .row.model-list .post-wrap {padding:15px;}
    .model-name {font-size: 27px;line-height: 40px;}
    
    section.live-updates-iframe {padding:20px;}
    .live-updates-iframe .container {width:100%!important;padding:0px;max-width:initial;}
     .live-updates-iframe iframe {width:100%;margin:0px 0px;}
     .gallery-container .span3 {width:50%;}
     section.features-fullrow .feature-content-row1 .box-right .float-me {top:0px;}
     .box-right .ccl-btn {font-size: 12px;margin-bottom:10px;}
     .box-right .ccl-btn + .ccl-btn  {margin:0px;}
     section.fetures-bottomrow h3 a.ccl-btn {margin-left:0px;margin-top:20px;font-size:12px;}
     
     .footer-microsite .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {padding-right:12px;    padding-bottom: 0px;}
    .ccl-btn.pdflink {display:none;}
    .plans-top .model-info {    column-gap: 20px;
    font-size: 11px;    line-height: 17px;}
    .level-label {font-size: 14px;}
    .level-label span {margin: 0 5px;}
    
    body.menu-open .header-container-wrapper {position:absolute;}
    
   .back-button.pull-right .btn-transparent.arrow-back {padding-left:0px;}

        .acf-map {width:120%;}
        .neighborhood .cats .alllocations>ul { margin: 0 30px;margin-right:0px;}
        .neighborhood .cats .alllocations>ul.destinations>li img,.neighborhood .cats .alllocations>ul>li img {    max-width: 30px;}
        .neighborhood .cats .alllocations>ul>li span {font-size: 12px;line-height: normal;position: relative; /* top: 34%; */ max-width: 85px;padding-top: 23px;}
        .neighborhood .cats .alllocations {    padding-right: 0px;}
        .neighborhood .cats .alllocations>ul p {margin-top:15px;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li {padding-left:0px;padding-right:0px;}
.row-fluid section.neighborhood-bottom .span4{width:50%!important;}
.row-fluid section.neighborhood-bottom .span4.bottom-content {width:100%!important;}
section.neighborhood-bottom .container {width:100%!important;}

img.mfp-img {width: auto;max-width: 100%;    margin-top: 100px;}
.mfp-arrow {top:35%;}
 .row-fluid .branding .span7 {text-align: right;}
 
 section.neighborhood-bottom {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 120% top;
    background-size: contain;
}
    .neighborhood .neighborhood-bottom .container .row > .col:last-child img {opacity:1;}
    .neighborhood .neighborhood-bottom .container .row > .col.bottom-content {    background-color: #e6e7e8;}
    
    .acf-map {
    width: 130%;
    left: -30%;
    }
    section.home-links .span8 p a.home-button {margin-left:0px;}
    section.home-links .span4 {}
    
    section.home-links {
        background-image: url('//cdn2.hubspot.net/hubfs/1763197/CCL/home-grid-pattern-solid.png');;}
    
    /* force split on homepage */
    section.home-links>.container>.row {background-image: none;}
    section.home-links .span4 {
    margin-left: -20%;
    margin-right: -20%;;
    padding: 0 10px;
    height:auto!important;
    }   
    section.home-links .span8 p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    }
    section.home-links .span8 p+p {
    margin-top: 0;
    }
    
    .home-links .container .span8, .home-links .container .span4    {
    display: block;
    float: none;
    width:auto;
    }
    
    section.home-links .span8 p strong {
    font-size: 13px;
    line-height: 27px;
    font-family: 'BrandonTextWeb-black',sans-serif;
    }

    section.home-links .span8 p a.home-button {
    font-size: 14px;
    }
    section.home-links .span4 img {msrgin-top;0px;margin-bottom:0px;}
}
    @media only screen and (max-width: 768px) {

        section.floating.dupe {display:none!important;}

    }
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
             
        .body-container-wrapper {padding-top: 0px!important; }
        .container, section.page-top .container {margin:0 auto;max-width: 90%}

        .header-container-wrapper {background-position: 0px 0px!important;position: relative!important;height:100px!important; }
        .branding .widget-span.widget-type-linked_image {     margin-top:0px}
        section.page-top {padding:0px;}

        .hide-on-desktop {display:block!important;}
        .hide-on-mobile {display:none!important;}
        section.floating, 
        section.floating.dupe,
        .hs_cos_wrapper_type_image_slider {display:none;}
        section.home-links .span4 {border:0px;padding:0px;;    margin-left: -50%; margin-right: -50%;border-top:4px white solid;}
        section.home-links {background-repeat: repeat; background-position: initial}
        section.home-links .span4 img {margin:0px;}

        section.home-links .span8 p {font-size: 18px; line-height: 27px;text-align: center }
        section.home-links .span8 p a.home-button, a.morebutton {display:block;}
        section.home-links .span8 p strong {font-size: 13px; line-height: 27px;font-family:'BrandonTextWeb-black',sans-serif }
        section.home-links .span8 p + p {margin-top:0px;}
        section.blog-list .blog-item {width:100%;margin-left:0px;    padding-bottom: 1px; margin-bottom: 20px;}
        .menu-toggle {margin-top: 38px;    margin-right: 20px;}
        .row-fluid .branding .span7 {width:auto;position:absolute;right:0px;}
        .row-fluid .branding .span5 {width:100%;text-align: center}
        .row-fluid .branding .span5 img {max-width:240px;}
        section.home-links .span8 p a.home-button {margin-left:0px;max-width:320px;margin:10px auto;}
        section.home-keep-up .row {padding:0px;}   
        .mobile-utiliybar {    border-top: 4px white solid;padding:30px 0px;background-image: url('//cdn2.hubspot.net/hubfs/1763197/CCL/mobile-promo-bg.jpg?t=1461208914704')}
        .mobile-utiliybar p {margin:0px;font-size:18px;color:white;line-height:24px;text-align: center;font-family:'BrandonTextWeb-Regular',sans-serif;}
        .mobile-utiliybar p a {display:block;color:#93cbe7;text-transform: uppercase;font-style:normal;font-family:'BrandonTextWeb-Bold',sans-serif;margin-top:10px;}
        .mobile-utiliybar strong {display:block;font-size:20px;font-weight:normal;font-family:'BrandonTextWeb-Black',sans-serif;color:#d08a00;text-transform: uppercase; line-height:26px;}      
        .mobile-utiliybar em {font-style:normal;font-family:'BrandonTextWeb-Bold',sans-serif;font-size:30px;line-height: 34px} 
        .mobile-utiliybar hr {background-color:#6f625a;     margin: 20px 0px;height:2px;}
        section.home-keep-up {border-top: 4px white solid}
        section.blog-list {border-top: 4px white solid}
        section.home-keep-up p {font-size:15px;    margin: 1em 2em; line-height: normal;}
        .mobile-footer {    border-top: 4px white solid;padding:30px 0px;background-image: url('//cdn2.hubspot.net/hubfs/1763197/CCL/mobile-promo-bg.jpg?t=1461208914704')}
        .mobile-footer p {margin:0px;font-size:18px;color:white;line-height:24px;text-align: center;font-family:'BrandonTextWeb-Regular',sans-serif;}
        .mobile-footer p a {display:block;color:#93cbe7;text-transform: uppercase;font-style:normal;font-family:'BrandonTextWeb-Bold',sans-serif;margin-top:10px;}
        .mobile-footer strong {display:block;font-size:20px;font-weight:normal;font-family:'BrandonTextWeb-Black',sans-serif;color:#d08a00;text-transform: uppercase; line-height:26px;}      
        .mobile-footer em {font-style:normal;font-family:'BrandonTextWeb-Bold',sans-serif;font-size:30px;line-height: 34px} 
        .mobile-footer hr {background-color:#6f625a;     margin: 20px 0px;height:2px;}
        .mobile-footer p a.ccl-btn {color:white;font-weight:normal;font-family:'BrandonTextWeb-Black',sans-serif;border:2px #d08a00 solid;margin-top:30px;max-width:320px;margin:10px auto;}
        .mobile-footer p a.ccl-btn i {color:#f0be5f;margin-left:5px;}

        section.blog-list .post-sumary p, section.blog-list .post-sumary p span {display:none;}
        section.blog-list .post-title a, section.blog-list .post-title {font-size:20px;line-height:25px;    margin-bottom: 10px;}
        section.blog-list .post-sumary a.blog-more, .more-news .ccl-btn {font-size:14px;}
        .author-link, #hubspot-topic_data {font-style:italic;}
/*
        .csm-footer-logo, .csm-footer-partners {text-align: left}
        .csm-footer-partners {display:none!important;}
        .social a, #text-6, .footer-part-2, #text-10 .textwidget h5,.find-new-home {display:none!important;}
        .social a.for-phone {display:inline-block!important;}
        .csm-footer-social {padding-top:10px;}
        .csm-footer-logo img {height:auto;width:255px;}
        .csm-bot-footer {padding: 15px 0px; padding-top:20px; }
        .csm-bot-footer .container {}
        .csm-footer-links {text-align: left;padding: 30px 0px;} 
        .csm-footer-links .container .col  {line-height: normal;}
        .csm-footer-links ul {padding:10px 0px; }
*/
    
    section.features-fullrow .row.row-bg .span6 {width:100%;}
    section.features-fullrow .row.row-bg {position:relative;}
    section.features-fullrow .feature-content-row1 .box-right {  }
    
    
    
    .header-container-wrapper {height:100px;}
    section.page-title h1 {font-size:26px;text-align:center;}
    .acf-map, .col.span8.map {height:480px;width:100%;}
    .acf-map {    width: 120%;
    margin-left: -10%;left:0;}
    .neighborhood .cats .alllocations {height:auto}
    
    .row-fluid section.neighborhood-bottom .span4, .row-fluid section.map-area .span4,.row-fluid section.map-area .span8 {width:100%;}
    
    section.map-area {   background-image:url(//cdn2.hubspot.net/hubfs/1763197/CCL/locationa-bg.png);}
    .neighborhood .cats .alllocations>ul>li span {font-size:15px;}
    .neighborhood-bottom {display:none;}
    .neighborhood .full-width-container {border-bottom:0px;}
    .neighborhood .mobile-footer {border:0px;}
    .neighborhood .cats .alllocations {padding-bottom:40px;}
    .neighborhood .cats .alllocations>img:first-child {display:none;}
    .neighborhood .cats .alllocations {padding-right:0px;}
    .neighborhood .cats .alllocations>ul {margin-left:0px;}
        .neighborhood .cats .alllocations>ul>li span {max-width:initial;}
    .neighborhood .cats .alllocations>ul>li span {padding-top:28px;}
    

    .full .theplann svg {width: 90%;}
    .plans-bottom .owl-theme .owl-controls .owl-nav .owl-prev {margin: 0px;position: absolute;left: -20px;}
    .plans-bottom .owl-theme .owl-controls .owl-nav .owl-next {margin: 0px;position: absolute;right: -20px;}
    .full .sbHolder {width:auto;}
     .full .navcontainer  { top: 110px; }
     .col.span12.planselector div {position:relative;margin-top:10px;text-align:center;}
     .col.span12.planselector {text-align:center;}
     .owlback {display:none;}
     .full .owl-dots {left:initial;right:0;}
     .full .level-label {margin-top: 10px;}
     
     section.home-links {border-bottom:0px;}
     .gradient {background-image: url('//cdn2.hubspot.net/hubfs/1763197/CCL/mobile-bg.png');    height: 100px;}
     .home-links .container .span8 {padding-bottom:20px;}
     section.home-links .span4 {    margin-left: -10%;margin-right: -10%;padding: 0px 10px;}
     section.home-links .span8 p strong {letter-spacing: 0.5px;}
     section.home-links .span8 p {padding-right:0px;}
     section.home-keep-up {    padding-top: 50px;padding-bottom: 10px;}
     .post-sumary .summary-wrap {display:none;}
     section.blog-list .post-sumary a.blog-more, .more-news .ccl-btn {font-size: 14px;width: 100%;}
     section.blog-list .row {margin-bottom:0px}
     
     section.blog-list {padding-bottom:20px;}
     .post-wrap .model-description {margin-bottom: 10px;font-size: 12px;}
     .row.model-list .span4.list-item {padding-bottom:1px;}
     section.site-plan-neighborhoods ul li span {margin-top:-2px;}
     
    section.site-plan-neighborhoods ul li{ font-size: 15px;
    padding: 10px 10px 10px 30px;
    display: block;
    width: 100% !important;
    text-align: left;
    line-height: 20px;}
    
    section.site-pan-disclaimer {border-bottom:0px;    padding: 20px 0;}
    .row-fluid .branding .span5 img {max-width: 190px;margin-top:0px;}
    section.site-plan-neighborhoods {padding: 0;padding-top:10px;}
    .gallery-container .span3 {width:100%;}
    .page-title .filter a {margin-left: 0px;margin-right: 10px;}
    .page-title .filter {margin-top:5px;text-align: center;
    width: 100%;}
    button.mfp-close:before {    margin-right: 10px;
    margin-top: 5px;}
    .mfp-title {
    padding: 65px 0 0 20px;
    font-size: 13px;
     background-position: -45px 0px;
    background-size: 1500px;
    }
    
    section.features-fullrow .feature-content-row1 .box-right .float-me {
    width: 100%;
    top: 30px;
    padding-bottom: 20px;}
      .row-bg.features-row2 {margin-bottom:0px;}
      section.features-fullrow .feature-content-row1 .box-right .float-me {width:100%;}
    col.span6.box-left {display:none;}
    .row-bg.features-row2, section.features-fullrow .row.row-bg img {border:0px;}
    section.features-fullrow .row.row-bg img {border-top:0px}
    section.features-fullrow {    padding-bottom: 40px;}
    section.features-fullrow .feature-content-row1 .box-right {margin-top:-30px;}
    
    section.contactform .forminfo {width:100%!important; margin-top:0px;margin-bottom:40px;    border-bottom: 5px #eee solid;
    padding-bottom: 20px;}
    body.hs-content-id-4030794742 .actions {
    text-align: center;}
    body.hs-content-id-4030794742 .hs-button.primary, body.hs-content-id-4030794742 input[type="submit"], body.hs-content-id-4030794742 input[type="button"] {    width: 100%;    -webkit-appearance: none;}
    
    
    .hs-blog-post h1 {    font-size: 25px;    line-height: 30px;}
    ul.post-names {display:none;}
    .post-navigation ul li {width:32%;}
    
    .hs-blog-post .blog-social {float:none;    margin-top: 25px;
    margin-right: 0;
    width: 100%;
    text-align: right;}

    section.team-container>.container>.row div.blog-item {    height: auto !important;
    width: 100%;
    margin-bottom: 20px;
    margin: 20px 0 !important;
    margin-right: 0px !important;}
    
    
    .team-member-info {
    padding: 15px 14px;
    font-size: 18px;
    }
    section.team-container>.container>.row div.blog-item {padding: 1px;}
    .team-member-headshot,h3.team-member-name {
            padding: 15px 15px 0px 15px;
        }
    h4.team-member-title {
            padding: 0px 15px 0px 15px;
                margin-bottom: 0px;
        }

    .plans-top .model-info {
        -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
        
    }
    
    section.disclaimer-row {
    background-color: #e6e7e8;
    padding-bottom: 40px;
    padding-top: 40px;
    }

    section.home-links .span8 p a.home-button {font-size:14px;}
    .mobile-utiliybar strong {    letter-spacing: 1.3px;}
    section.home-keep-up h2 {font-size:18px; line-height:27px;}
    section.home-keep-up p {    font-size: 15px; line-height:18px;}
    section.home-keep-up p a i {font-size:30px;}
    section.home-keep-up p {margin-bottom:0px;}
    section.home-keep-up p + p {margin-top:0px;}
    section.home-keep-up {padding-top: 38px;padding-bottom: 10px;}
 
    .mobile-footer p a.ccl-btn {margin-top:15px;}
    section.blog-list .post-title a, section.blog-list .post-title {font-size 20px;line-height:25px;}
    .csm-footer-social a, .csm-footer-social a img {    width: 32px;height: 32px;}  
    .row-fluid .branding .span5 img {margin-top:11px;}
    .csm-footer-links img {    margin-top: 0px;}
    .menu-toggle {    margin-top: 33px}
     
    .mobile-footer p a.ccl-btn, a.ccl-btn, section.blog-list .post-sumary a.blog-more, .more-news .ccl-btn {line-height:1.5em;}
    .hs-content-id-4125576240 section.page-title h1, 
    .hs-content-id-4186353543 section.page-title h1, 
    .hs-content-id-4109617189 section.page-title h1,
    .hs-content-id-3942762114 section.page-title h1,
    .hs-content-id-4186348668 section.page-title h1,
    .hs-content-id-4309667410 section.page-title h1
    {    font-size: 17px;}
    
   .hs-content-id-4125576240 .body-container-wrapper {background-color: #e6e7e8;}
   
    .plans-top {position:relative;}
    .back-button.pull-right {}
    .col.span12.planselector {display:none;}
    .back-button.pull-right {
      text-align: right;
      position: absolute;
     top: 10px;
    }
    
    .plans-top .container>.row:first-child {border:0px;}
    .plans-top .container>.row:last-child {display:none;}
    .plans-top .model-info {font-size:16px;line-height:21px;}
    .plans-bottom .owl-theme .owl-dots .owl-dot.active span {color: #d08a00;}
    .plans-bottom .owl-theme .owl-dots .owl-dot span {    color: #fff;    overflow: hidden;    width: 15px;
    height: 15px;}
    .full .navcontainer {display:none!important}
    .full .level-label {margin-top:0px;font-size:20px;}
    .full .owl-dots {    top: 15px;}
    .level-label a,.level-label span {display:none;}
    
    .disclaimer-row {  padding-top: 0px;color:#535150; text-align:left;}
    .disclaimer-row .container {text-align:left!important;}
    .disclaimer-row .container div {text-align:left!important;border-top:2px white solid;}
    .full .owl-controls .owl-nav i { font-size: 70px;}
    .model-name {font-size:36px;}
    section.disclaimer-row {padding-top:20px;}
    .pinch {text-align:center;font-size:14px;;}
    .pinch i {color:#005678;}
    .plans-top .container>.row:first-child {padding-top:45px;}
    .full .owl-nav {    top: 45%;}
    .gallery-caption {background-color:#535150; padding:25px;color:white;font-size:14px;line-height:19px}
    .features-row2 {display:none;}
    .acf-map, .col.span8.map {height:320px;}
    .hs-blog-post .blog-social {text-align:left;}
    .hs-blog-post section.blog-list .post-wrap .dates {position:relative;}
    .hs-blog-post section.blog-list .post-wrap {border:0px;}
    .hs-blog-post .blog-social span {display:none;}
    .hs-blog-post section.blog-list .post-wrap .dates {font-size:14px;}
    .hs-blog-post h1 {font-size:30px;line-height:33px;}
    .hs-blog-post section.blog-list {padding-top:0px;}
    .blog-social-bottom a img {width:30px!important;height:auto!important;max-width:initial!important;;max-height:initial!important;;}
       .blog-social-bottom {  margin-bottom: 10px}
       .hs-blog-post h1 {    margin: 45px 0 0 0;}
       .post-navigation ul { 
        border-bottom: 2px #f0f0f0 solid;
        padding: 10px 0;  
       }
       
       .hero-contact {position:relative;}
       .dud.hero-contact .hero-wrap h1 {    color: #535150;
    font-family: 'BrandonTextWeb-Bold',sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    }
    .hero-contact .hero-wrap {    font-size: 16px;
    line-height: 21px;}
    section.contactform {padding-top:0px;}
    .menu-mobile .hs-menu-wrapper ul > li:first-child > a {display:none;}
    .mobile-footer p a.ccl-btn, a.ccl-btn { line-height: 2em;}
    .blend-top, .blend-bottom {display:none;}
    
    
    .hero-contact .hero-wrap h1 {
    font-family: 'BrandonTextWeb-Black',sans-serif;
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    color: white;
    width: 100%;
    text-align: center !important;
    }
    
    
    body.hs-content-id-4030794742 input[type="text"], body.hs-content-id-4030794742 input[type="password"], body.hs-content-id-4030794742 input[type="datetime"], body.hs-content-id-4030794742 input[type="datetime-local"], body.hs-content-id-4030794742 input[type="date"], body.hs-content-id-4030794742 input[type="month"], body.hs-content-id-4030794742 input[type="time"], body.hs-content-id-4030794742 input[type="week"], body.hs-content-id-4030794742 input[type="number"], body.hs-content-id-4030794742 input[type="email"], body.hs-content-id-4030794742 input[type="url"], body.hs-content-id-4030794742 input[type="search"], body.hs-content-id-4030794742 input[type="tel"], body.hs-content-id-4030794742 input[type="color"], body.hs-content-id-4030794742 input[type="file"], body.hs-content-id-4030794742 textarea, body.hs-content-id-4030794742 select {padding-left:0px;}
    section.home-links>.container>.row {background-image:none;}
    
    .home-links .container .span4 {text-align:center;}
      .hero-contact .hero-wrap h1 {    font-size: 30px;    top: 45%;} 
}
     
   
    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 374px) { 
        .hero-contact .hero-wrap h1 {
    font-size: 20px;
    top: 30%;
}

        .row-fluid .branding .span5 img {max-width:160px }
        ...csm-footer-links ul li {display:block;color:transparent;}


    }


section.home-keep-up {border:0px!important}
.mobile-hero.hide-on-desktop img {max-width:none;width:100%!important}

@media only screen and (max-width: 767px) {
      
  .home-links  .btn-yellow {font-size:14px; line-height:normal}
  section.home-links.links-nw .span9 {
    padding: 15px;
	}
}




