@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');



/* @import url('http://example.com/example_style.css'); */

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


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


*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}

body {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:16px; line-height:24px;  overflow-x:hidden;}
 
h1 {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:36px; line-height:40px;}
h2 {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:32px; line-height:36px;}
h3 {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:28px; line-height:32px;}
h4 {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 {font-family: 'Open Sans', sans-serif; color:#5b5b5b; padding:0; margin:0; font-size:16px; line-height:18px;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
.clear { clear:both }
p { padding:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#ccc; -webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; transition:all .6s ease-in-out; }
a:hover { color:#5b5b5b; }

input , button , textarea, select , 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"] { outline:none; border-bottom:1px solid #7a7a7a; border-top:none; border-right:none; border-left:none; background:#fff; height:50px; padding:0 5px; font-family: 'Open Sans', sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }

input[type=submit] , button { width:auto; cursor:pointer; background:url(https://1785169.fs1.hubspotusercontent-na1.net/hubfs/1785169/Retirement_Reality/images/blank.png) no-repeat left top #44B7BA;  padding:10px 20px; min-width:200px; color:#fff; text-align:center; display:inline-block; border:1px solid #44B7BA; letter-spacing:2px; font-weight:600; text-transform:uppercase;  font-size:14px;   outline:none; } 
input[type=submit]:hover , button:hover { background-color:#26a8e4;  }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; font-size:13px; line-height:18px; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:18px; height:18px; border:1px solid #003666; color:#fafafa; background:transparent;   }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#fff; border-color:transparent; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#003666; position:absolute; left:-25px; top:0;  content: "\f046"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size:20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; font-size:0; min-width:auto;  width:40px; height:40px; line-height:40px; border:none; outline:none; background:#fbb314; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#2b2975; }
.slick-arrow:hover { background:#fac040; }
.slick-prev { left:0; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:38px; }
.slick-prev:before { content: "\f104"; left: -10px; position: relative; top: -11px }
.slick-next { right:0;}
.slick-next:before { content: "\f105"; right: 3px; position: relative; top: -11px }


ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  min-width:auto; padding:0; border:0;width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

::-webkit-input-placeholder { color: #5b5b5b; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
::-moz-placeholder { color: #5b5b5b font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-ms-input-placeholder { color: #5b5b5b; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px;}
:-moz-placeholder { color: #5b5b5b; font-family: 'Open Sans', sans-serif; opacity:1; font-size:16px; line-height:20px; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}
 
.row-fluid  .wrapper { width:1200px; float:none; margin:0 auto !important; padding:0 15px;}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }


.row-fluid .homecenter_main { padding:50px 0; }
.row-fluid .homecenter_main h2 { font-weight: 600; font-size: 36px; line-height: 46px; padding-bottom:40px; } 

.row-fluid .filter_selection { margin-bottom:40px; }
.row-fluid .filter_selection .filter_box.floor-plan-size-range { background:#f1f1f1;  }
.row-fluid .filter_selection .filter_box.floor-plan-size-range .ui-widget-header { background:#8ac835; }
.row-fluid .filter_selection .filter_box.floor-plan-size-range .ui-slider { background:#8ac835; }
.row-fluid .filter_selection .filter_box.floor-plan-size-range .ui-slider-handle:before {  border-color:#8ac835; }
.row-fluid .filter_selection .filter_box.floor-plan-size-range .ui-slider-handle:before {  border-color:#8ac835; }

.row-fluid .filter_selection .filter_box.bedrooms-range { background:#e7e7e7;  }
.row-fluid .filter_selection .filter_box.bedrooms-range .ui-widget-header { background:#f89502; }
.row-fluid .filter_selection .filter_box.bedrooms-range .ui-slider { background:#f89502; }
.row-fluid .filter_box.floor-plan-size-range .ui-slider-handle  { background:#8ac835; }
.row-fluid .filter_box.bedrooms-range .ui-slider-handle  { background:#f89502; }
.row-fluid .filter_box.bedrooms-range .ui-slider-handle:before  { border-color:#f89502; }


.row-fluid .filter_selection .filter_box { width:33.33%; float:left; margin-left:0; background: #e7e7e7; padding:40px 20px; text-align:center; color:#5b5b5b;}
.row-fluid .filter_selection .filter_box h3 {  text-transform: uppercase; font-size:18px; line-height:24px; color:#5b5b5b; width:100%; float:left; padding-bottom:4px; }
.row-fluid .filter_selection .filter-label { font-size:14px; line-height:20px; width: 100%; float: left; margin-bottom: 20px; }
.row-fluid .filter_selection .filter-min { font-weight:bold; }
.row-fluid .filter_selection .filter-max { font-weight:bold; }
 
.row-fluid .filter_selection .filter_cover {  display: flex; align-items: center; width:100%; float:left; }
.row-fluid .filter_value {width:auto; float:left; display: flex; align-items: center; font-size:14px; }

.row-fluid .filter_box .form-control { border:1px solid #CCCCCC; border-radius:5px; float:left; width:60px; height:auto; padding:6px 10px; text-align:center; font-size:14px; line-height:20px; margin-right:5px; }
.row-fluid .filter_box .ui-slider { width:165px; float:left; margin: 20px ; border-radius: 6px; border:0; height:10px;  background:#26A8E4;}
.row-fluid .filter_box .ui-slider-handle {  background: #26A8E4; border-radius: 50%;  border: 0;  width: 20px;  height: 20px; border:0; outline:none; z-index:1; }
.row-fluid .filter_box .ui-slider-handle:before { position: absolute;content: ""; background:#fff; border: 3px solid #26A8E4; width: 30px; height: 30px; left: -5px; top: -5px; border-radius: 50%;  z-index: 1; }
.row-fluid .filter_box .ui-widget-header { background:#26A8E4; border:0; height: 10px;}

/*========*/ 
.row-fluid .property-box-main { width:100%; float:left; }
.row-fluid .property-box-main .property-box { width:calc(33.33% - 6px); float:left; margin:0 3px 25px; }
.row-fluid .property-box .img-box { width:100%; float:left; height:220px; background-size:cover !important;}
.row-fluid .property-box .property_content { width:100%; float:left; background:#f1f1f1;}

.row-fluid .property-box .title { width:100%; float:left; color: #5b5b5b; font-size:14px; line-height:20px;  padding:20px; }
.row-fluid .property-box .title h3 { width:100%; float:left; color: #5b5b5b; text-transform: uppercase; font-size:18px; line-height:24px; font-weight:700; padding-bottom:3px; }

.row-fluid .property-box .other-details { width:100%; float:left; }
.row-fluid .property-box .other-details ul { width:100%; float:left; list-style:none; padding:0; margin:0; }
.row-fluid .property-box .other-details ul li { width:calc(18.7% - 5px); float:left; background: #d8d8d8; padding:10px; font-size:14px; text-align:center; margin:0 2px; vertical-align:bottom; min-height: 48px; }
.row-fluid .property-box .other-details ul li a { width:100%; float:left; }

.row-fluid .property-box .other-details ul li:first-child { width:21%; } 
.row-fluid .property-box .other-details ul li:nth-child(2) {  background:url('https://4061745.fs1.hubspotusercontent-na1.net/hubfs/4061745/Rainbow/images/cont1.png') no-repeat center center #d8d8d8;  background-position: 24% 50% !important; padding:12px 14px 12px 33px; }
.row-fluid .property-box .other-details ul li:nth-child(3) {  background:url('https://4061745.fs1.hubspotusercontent-na1.net/hubfs/4061745/Rainbow/images/cont2.png') no-repeat center center #d8d8d8;  background-position: 24% 50% !important; padding:12px 14px 12px 33px;}
.row-fluid .property-box .other-details ul li:nth-child(4) {  background:url('https://4061745.fs1.hubspotusercontent-na1.net/hubfs/4061745/Rainbow/images/cont3.png') no-repeat center center #d8d8d8;  background-position: 24% 50% !important; padding:12px 14px 12px 33px;}

.row-fluid .property-box .other-details ul li.view_btn { width:21%; background:#26a8e4; text-transform: uppercase;   padding: 12px; font-size:18px; line-height:24px; }
.row-fluid .property-box .other-details ul li.view_btn a { color:#fff; font-weight:600; }
.row-fluid .property-box .other-details ul li.view_btn:hover a { text-decoration:underline;}
 


.row-fluid .mainleftbar {  width:72%; padding-right:40px; color:#5b5b5b;} 
.row-fluid .mainsidebar {  width:28%; margin-left:0; }
 
/*=====section_title=====*/
.row-fluid .section_title { color: #5b5b5b; font-size:16px; line-height:22px; margin-bottom:10px;  }
.row-fluid .section_title h3 {color: #5b5b5b; text-transform: uppercase; font-size:24px; line-height:30px; padding-bottom: 10px; }

.row-fluid .alllinks_box { margin-bottom:30px; }
.row-fluid .alllinks_box select { height: 35px;  cursor:pointer; float:right; padding:7px ; font-size: 14px; border:1px solid rgb(169, 169, 169); max-width:200px;  background:transparent; }

.row-fluid .all_detailes { margin-bottom:40px; width:100%; float:left;}
.row-fluid .all_detailes h4 { width:100%; float:left; background: #282828;  padding: 16px 15px; color:#fff;  font-size: 21px;  line-height: 30px;}
.row-fluid .all_detailes ul { width:100%; float:left; list-style:none; padding:0; margin:0; }
.row-fluid .all_detailes ul li { width:25%; float:left; background: #f2f2f2; padding:10px; font-size:14px; text-align:center; vertical-align:bottom; min-height: 50px; }
.row-fluid .all_detailes ul li a { width:100%; float:left; }

.row-fluid .all_detailes ul li:nth-child(2) {  background:url('https://4061745.fs1.hubspotusercontent-na1.net/hubfs/4061745/Rainbow/images/cont1.png') no-repeat center center #f2f2f2;  background-position: 24% 50% !important; padding:12px 14px 12px 33px; }
.row-fluid .all_detailes ul li:nth-child(3) {  background:url('https://4061745.fs1.hubspotusercontent-na1.net/hubfs/4061745/Rainbow/images/cont2.png') no-repeat center center #f2f2f2;  background-position: 24% 50% !important; padding:12px 14px 12px 33px;}
.row-fluid .all_detailes ul li:nth-child(4) {  background:url('https://4061745.fs1.hubspotusercontent-na1.net/hubfs/4061745/Rainbow/images/cont3.png') no-repeat center center #f2f2f2;  background-position: 24% 50% !important; padding:12px 14px 12px 33px;}


/*======*/
.row-fluid .next_step  { background:#f2f2f2;  margin-bottom:40px;  width:100%; float:left;}
.row-fluid .next_step h4 { width:100%; float:left; background: #282828;  padding: 16px 15px; color:#fff;  font-size: 21px;  line-height: 30px;}
.row-fluid .nextstap_button { padding:25px; text-align:center; }
.row-fluid .stapbtn a {  background: #26a8e4;  padding: 10px 15px; font-size:15px; text-transform:uppercase;  width: auto;  color:#fff; margin-bottom:20px; font-weight:600; float:none; display:inline-block; min-width:210px; }   
.row-fluid .stapbtn a:hover { background:#26a8e4; }
  

/*======*/
.row-fluid .report_reveals h4 { width:100%; float:left; background: #282828;  padding: 16px 15px; color:#fff; font-size: 21px;  line-height: 30px; }
.row-fluid .report_cover { background:#f2f2f2;  text-align:center;  margin-bottom:40px; padding: 20px 15px 15px;}
.row-fluid .report_cover img { max-width:225px; }
.row-fluid .download_btn a {  background: #26a8e4;  padding: 10px 15px;  width: 80%;  color:#fff; margin-bottom:20px; font-weight:600; float:none; display:inline-block; }  
.row-fluid .download_btn a:hover { background:#204d74; }
 

/*=======*/
.row-fluid .parteners_box h4 { width:100%; float:left; background: #282828;  padding: 16px 15px; color:#fff; font-size: 21px;  line-height: 30px; }
.row-fluid .parteners_box .partners_logo { background: #f2f2f2; padding:25px; float:left; width:100%; } 
.row-fluid .parteners_box .partners_logo > div {  width:calc(33.33% - 10px); float:left; margin:10px 5px; } 
.row-fluid .parteners_box .partners_logo > div img { max-width:65px;  } 
  
/*=========*/
.row-fluid .section_mainimg { margin-top:20px;  }

/*===photogallery======*/
.row-fluid .photogallery_area { padding:30px 0;  }
.row-fluid .photogallery_title {  background:#d0cdcd; padding:10px 25px; border-radius:4px; margin-bottom:40px } 
.row-fluid .photogallery_title h3 { font-size: 20px; line-height: 26px; color: #fff; font-weight: 500; padding-bottom:0; }

.row-fluid .gallery_box {  width:100%; max-width:400px; float:left;  border: 1px solid #d1d1d1; padding: 3px; background: #ffffff; -webkit-border-radius: 4px;  -moz-border-radius: 4px;  border-radius: 4px;}
.row-fluid .gallery_box .gallery_img {  width:100%; float:left; height:300px; background-size: cover !important; }
.row-fluid .gallery_box .gallery_img  img { display:none; }
.row-fluid .gallrymina_cover { width:100%; float:left;  position:relative }
.row-fluid .photo_img { width:138px; height:80px; float:left; background-size: cover !important; cursor:pointer; }

.row-fluid .gallery_box ul.slick-dots { position:absolute; right: -277px;top:26px;  width: 140px;  padding: 0;  margin: 0; line-height: 0;  }
.row-fluid .gallery_box ul.slick-dots li { width:100%; float:left; margin-bottom:5px; }
.row-fluid .gallery_box ul.slick-dots li button { display:none; width:138px; height:80px; border-radius:0; }
 
.show-more { background: #2ea3f2;  padding: 16px 20px; color: #fff; float: none;  margin: 45px auto 0;  width: auto;  display: block;  max-width: 360px;  text-align: center;  border-radius: 4px;  font-size: 25px;  font-weight: bold;  text-transform: uppercase;}
.show-more:hover { background:#d8d8d8; color:#000; } 

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a{padding:0 0 36px 0;}
.scroll-header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a{padding:0 0 20px 0;}
.scroll-header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-item-has-children > a{  padding-right:20px;}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-item-has-children > a{  padding-right:20px;}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a { padding:6px 20px; }
   
.custom-footertop-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {     padding: 0;    font-size: 14px; }
.custom-footertop-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:0; }
.custom-footertop-group  { line-height: 1.5em; font-size: 14px; }
.custom-footertop-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul { width:100%; float:left; }
.custom-copyright-group .custom-privacy-links .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{ max-width: 100%;   width: 100%; padding: 0px 20px;   white-space: normal !important;}
.custom-copyright-group .custom-privacy-links { padding-bottom:0; }

.row-fluid .requestbrochure_form { max-width:660px; float:left;  width:100%; border: 1px solid #bcbcbc; border-radius:5px; padding:30px; background:#fff; }
.row-fluid .requestbrochure_form h3 { border-bottom: 1px solid #d2d2d2;  padding-bottom: 15px; font-size:20px;     margin-bottom: 30px}
.row-fluid .requestbrochure_form form {  width:100%; float:left; }
.row-fluid .requestbrochure_form form .hs-form-field { margin-bottom:5px }
.row-fluid .requestbrochure_form form .hs-form-field .hs-input {  width:100%; float:left; border: 1px solid #dadada;     padding: 10px; background: #fff; height: 40px;  max-width: 100%;  box-shadow: 0 0 0 transparent;  border-radius: 0; }
.row-fluid .requestbrochure_form form .hs-form-field select  { padding:10px; }
.row-fluid .requestbrochure_form form .hs-form-field  label { width:100%; float:left; color: #333333; font-size: 1.1em; }
.row-fluid .requestbrochure_form form .hs_subscribe_to_our_e_newsletter_ { padding:25px; }
.row-fluid .requestbrochure_form.quote_from form .hs-form-field { margin-bottom:0; float: left; width: 100%; }

.fancybox-container { z-index:999999; }
.fancybox-container .fancybox-close-small { min-width:auto; background:transparent; }
.fancybox-container .fancybox-close-small:hover {  background:transparent }
.fancybox-container #quote-form { min-width:500px; padding:0;  border-radius:5px;}
.fancybox-container #brochure-form { padding:0;  border-radius:5px; }
#brochure-form  { display:none; }
#quote-form  { display:none; }
   
@media (min-width: 1051px) and (max-width: 1200px){ 
    
    .row-fluid .wrapper {  width:1040px; }	
    
    
} 


@media (min-width: 992px) and (max-width: 1050px){

  .row-fluid .wrapper {  width:960px; }	
  .row-fluid .property-box .other-details ul li.view_btn { width:21.2%;}
	.row-fluid .filter_selection .filter_cover {  display: inline-block; width: auto; float: none;}
	
	
	
} 

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:750px; }	 
	
	.row-fluid .property-box-main .property-box { width:calc(50% - 6px); margin-bottom:5px; }
	.row-fluid .filter_selection .filter_box { width:100%; }
	.row-fluid .filter_selection .filter_cover { width: auto; float: none;  margin: 0 auto; display: inline-block;}   
	.row-fluid .filter_box .ui-slider { margin:13px 20px; }
	
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a { padding:10px 15px;  max-width: 100% !important;width: 100% !important;}
  .scroll-header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a{ padding:10px 15px; }

  .row-fluid .mainleftbar { width: 62%; }
  .row-fluid .mainsidebar { width: 38%; }
	 
}
  
@media (min-width: 30px) and (max-width: 767px){
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left; }	
	
	.row-fluid .filter_selection .filter_box { width:100%; }
	.row-fluid .homecenter_main { padding:40px 0; }
	.row-fluid .homecenter_main h2 { font-size: 28px; line-height: 36px; padding-bottom: 30px; text-align: center; }
	
	.row-fluid .filter_selection .filter_cover { display:inherit; }
	.row-fluid .filter_value { width:100%; }
	.row-fluid .property-box-main .property-box { width: 100%; margin:0 0 20px; }
	.row-fluid .property-box .other-details ul li.view_btn { width:21.1%; padding:12px 7px; }
	.row-fluid .property-box .other-details ul li.view_btn a { font-size: 14px; }
	
  
  .row-fluid .mainleftbar {  width:100%; padding-right: 0; text-align:center; }
  .row-fluid .mainsidebar  {  width:100%; float:left;}
  .row-fluid .alllinks_box select { max-width: 300px; margin-bottom: 30px; height: 50px; } 
 	
  .show-more  {max-width:200px; font-size:20px }
  .fancybox-container #quote-form { min-width:100%; padding:0;  border-radius:5px;}
  .fancybox-container #brochure-form { min-width:100%; }

  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a { padding:10px 15px; max-width: 100% !important;width: 100% !important;}
  .scroll-header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-item.hs-menu-depth-1 > a{ padding:10px 15px; }
  
}
/*styles added by webdeveloper 30-oct-2022*/
.row-fluid .stapbtn.min-width-auto a{min-width:auto;}
.green-background{background:#8BC54B;}
.green-background .fixed-width-column-right{color:#ffffff;max-width:650px;display:flex;align-items: center;justify-content: center;min-height:380px !important;padding:0 2%;}
.green-background .fixed-width-column-right h2{color:#ffffff;}
.green-background .gb-left-img img{width:100%;min-height:405px !important;object-fit: cover;object-position: center;}

.yellow-background{background:#E4C832;}
.yellow-background .fixed-width-column-right{color:#ffffff;max-width:500px;display:flex;align-items: center;justify-content: center;min-height:380px !important;padding:0 2%;}
.yellow-background .fixed-width-column-right h2{color:#ffffff;}
.yellow-background .gb-left-img img{width:100%;min-height:405px !important;object-fit: cover;object-position: center;}

.blue-background{background:#26A8E4;}
.blue-background .fixed-width-column-left{color:#ffffff;display:flex;align-items: center;justify-content: center;min-height:380px !important;padding:0 2%;}
.blue-background .fixed-width-column-left h2{color:#ffffff;}
.blue-background .bb-left-img img{width:100%;min-height:405px !important;object-fit: cover;object-position: center;}

.orange-background{background:#F59129;}
.orange-background .fixed-width-column-left{color:#ffffff;display:flex;align-items: center;justify-content: center;min-height:380px !important;padding:0 2%;}
.orange-background .fixed-width-column-left h2{color:#ffffff;}
.orange-background .bb-left-img img{width:100%;min-height:405px !important;object-fit: cover;object-position: center;}

.yellow-orange-background{background:#F59129;}
.yellow-orange-background .fixed-width-column-right{color:#ffffff;max-width:650px;display:flex;align-items: center;justify-content: center;min-height:380px !important;padding:0 2%;}
.yellow-orange-background .fixed-width-column-right h2{color:#ffffff;}
.yellow-orange-background .gb-left-img img{width:100%;min-height:405px !important;object-fit: cover;object-position: center;}

.text-center{text-align:center;}
.text-center .pandp-desc .hs_cos_wrapper_type_rich_text{width:56%;display:inline-block;}
.span12 .pandp-desc{padding-bottom:40px;}
.span9.widget-span.widget-type-cell.pandp-left-gallery img{padding: 0px 0 20px 0;}
.widget-span.widget-type-cell.pandp-left-gallery h4{font-size:19px;font-weight: bold;line-height: 24px;padding: 20px 30px 40px 30px;}
.contact-us-cta .cta_button.contactus{padding: 20px 36px !important;}

.custom-image-gallery.row10 .slick-active .caption.below>span {width: 40%;margin: auto;padding: 3%;text-shadow: 0 1px 3px rgb(0 0 0 / 30%);display: block;background: #ffffff;opacity: 0.9;}
.custom-image-gallery.row10 .hs_cos_gallery_slide.slick-slide{width:100%!important;}
.slick-initialized .slick-slide{margin-right:35px;margin-top: 40px;}
.body-container .page-center.padding40{padding:40px 0;}

.percentage-group h2{color:#26A8E4;font-size:45px;margin-top:20px;line-height:10px;}
.body-container .page-center.yard-pods{padding-bottom:100px;}
.hs-content-id-89685025340 .custom-banner{background-size:cover;}
.pandp-left-gallery .desktop-hide{display:none !important;}
.pandp-left-gallery .desktop-show{display:block !important;}
@media(max-width: 767px){
    .green-background .fixed-width-column-right,.yellow-background .fixed-width-column-right,.yellow-orange-background .fixed-width-column-right{max-width:100%;}
  .page-center.yard-pods .pnp-2c-right-panel{padding-bottom:30px;}
  .page-center.yard-pods .pnp-2c-left-panel .hs_cos_wrapper_type_rich_text ul{padding-top:20px;text-align:left;}
  .pandp-left-gallery .desktop-hide{display:block !important;}
  .pandp-left-gallery .desktop-show{display:none !important;}
}
@media(min-width: 1350px){
  .span3.widget-span.widget-type-cell.pandp-right-image img{min-height: 485px;}
}
@media(min-width: 767px) and (max-width: 980px){
  .orange-background .fixed-width-column-left h2,
  .green-background .fixed-width-column-right h2,
  .yellow-background .fixed-width-column-right h2,
  .blue-background .fixed-width-column-left h2,
  .yellow-orange-background .fixed-width-column-right h2{font-size:15px;}
  .orange-background .fixed-width-column-left p,
  .green-background .fixed-width-column-right p,
  .yellow-background .fixed-width-column-right p,
  .blue-background .fixed-width-column-left p,
  .yellow-orange-background .fixed-width-column-right p{font-size:12px;}
  
}