/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
@font-face {
  font-family: "Avenir LT Std 35 Light";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Light.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Light.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Light.woff") format("woff");
  unicode-range: U+20-FE;
}

@font-face {
  font-family: "Avenir LT Std 35 Light";
  font-style: oblique;
  font-weight: 300;
  font-stretch: normal;
  src: url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-LightOblique.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-LightOblique.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-LightOblique.woff") format("woff");
  unicode-range: U+20-FE;
}

@font-face {
  font-family: "Avenir LT Std 65 Medium";
  font-style: normal;
  font-stretch: normal;
  src: url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Black.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Black.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Black.woff") format("woff");
  unicode-range: U+20-FE;
}

@font-face {
  font-family: "Avenir LT Std 45 Book";
  font-style: normal;
  font-stretch: normal;
  src: url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Book.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Book.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/font/AvenirLTStd-Book.woff") format("woff");
  unicode-range: U+20-FE;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
} 

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

/* Highlighted Text 
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
} */


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Avenir LT Std 65 Medium';
  color: rgb(38, 75, 124);
  line-height: 1.1;
  margin-top:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;


}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 20px;
  font-family: 'Avenir LT Std 45 Book';
  font-weight: normal;
}
h4 {
  color: rgb(38, 75, 124);
  font-size: 35px;
  font-family: 'Avenir LT Std 65 Medium';
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

/* Anchor Links */
a {
  cursor: pointer;
  color: rgb(38, 75, 124);
  text-decoration: none;
}
a:hover, a:focus { 
  color: rgb(80, 188, 128);
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */



.header-container-wrapper {}
.header-container {}

.body-container-wrapper ul li:before {
  content: "• ";
  color: #53BB80;
}

ul.hs-error-msgs.inputs-list li:before {
  content: '';
}

.body-container-wrapper ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 22px;
}

.body-container {
    /*padding: 30px 0;*/
}

.blog .body-container {
    padding: 0;
}
.custom-header-bottom {
  padding-bottom: 1px;
}


.custom-header-wrapper {
  border-bottom: 1px solid #dedede;
}

.custom-header-top{
    background-color: rgb(38, 75, 124);
    padding: 10px;
}

/* =============== Header-form =============== */
.search-form {
  float: right;
  
}

.custom-header-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.search-form .icon-search, .screen-reader-text {
  display: none;
}

.search-field {
  padding: 9px;
  border-radius: 3px 0 0 3px;
  border: 0;
  background-color: #EFEFEF;
  float: left;
  width: 280px;
  font-family: 'Avenir LT Std 35 Light';
  font-style: italic;
  font-size:12px;
  line-height:20px;
  -webkit-appearance: none;
}

.search-form .search-submit {
  float: right;
  background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/search.png) no-repeat 8px 8px;
  background-color: rgba(0, 0, 0, 0);
  padding: 19px;
  border: 0;
  background-color: #fff;
  border-left: 1px solid #DFE1E6;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
  margin: 0;

}
.search-form .icon-search, .screen-reader-text {
  display: none;
}


a.separatorcls {
  color: rgb(255, 255, 255);
  display: inline;
  font-family: 'Avenir LT Std 35 Light';
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.inner-lock {
  display: inline-block;
  margin-right: 10px;
}

.custom-header-menu-group .hs-menu-wrapper > ul > li {
  display: inline-block;
}

.custom-header-menu-group .hs-menu-wrapper > ul {
  padding-left: 30px;
}

.custom-header-menu-group .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  top: -3px;
}
/* =============== Header-form =============== */

/* =============== Header-menu =============== */

.custom-logo {
    width: 25% !important;
}

.custom-header-menu-group {
    float: right !important;
    left: 2em;
    margin-top: 9px;
    width: 75% !important;
    margin-left: 0 !important;
}

.custom-header-form {
    width: 75% !important;
    margin-top: 2px;
    float: right !important;
}

.custom-header-menu {
    width: 25% !important;
    margin-left: 0 !important;
    float: right !important;
    margin-top: 7px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}


.custom-header-menu ul > li > a {
    color: rgb(255, 255, 255);
    display: inline;
    font-family: 'Avenir LT Std 35 Light';
  font-size: 18px;
}

.custom-header-menu ul ul {
  left: -100px !important;
  background: rgba(57, 103, 165, 0.7) none repeat scroll 0 0;
  padding: 20px;
  position: absolute;
  z-index: 9;
  top: 28px !important;
}
.custom-header-menu ul ul li:nth-child(2) {
  padding-top: 0;
}

.custom-header-menu ul ul li {
  border-bottom: 1px solid rgb(146, 170, 201);
  display: block;
  padding: 12px 20px;
}

.custom-header-menu ul ul li:first-child {
  padding-top: 0;
}

.custom-header-menu ul ul li:last-child {
  border: none;
  border-bottom: 0 none;
  padding-bottom: 0;
}

.custom-header-menu ul ul li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  font-family: 'Avenir LT Std 45 Book';
  font-size: 19px;
  font-weight: 300;
  display: block;
  padding: 0;
  text-transform: capitalize;
  white-space: nowrap;
  text-align: left;
}

.custom-header-menu ul ul:before {
  content: '';
  position: absolute;
  margin-top: -26px;
  height: 30px;
  z-index: 999;
  width: 100%;
}

.custom-header-menu ul ul li a:hover{
  color: rgb(80, 188, 128);
}


.custom-header-menu-group .hs-menu-wrapper ul ul > .inner-lock {
  display: none;
}

/* =============== Content =============== */

.body-container-wrapper {
  line-height: 1.42857143;
  font-size: 17px;
  font-family: 'Avenir LT Std 35 Light';
  color: #6A6C6F;
  background-color: #efefef;
}


.blog .body-container-wrapper {
  background-color: #fff;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer{
    background: rgb(40, 40, 40);
    padding: 35px 0;
}


.custom-footer-0link .hs_menu_wrapper >ul {
  border: 0px;
  list-style: none;
  margin: 0px;
  outline: none;
  padding: 0px;
}
.custom-footer-0link .hs_menu_wrapper >ul > li {
  display: inline-block;
  float: left; 
  margin: 0 20px;
  width: 13%;
}
.custom-footer-0link .hs_menu_wrapper >ul > li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 16px;
  font-family: 'Avenir LT Std 35 Light';
}
.custom-footer-contact {
  border-bottom: 1px solid #d4d4d4;
  text-align: right;
  width: 100%;
}
.custom-footer-logo img{
  max-width:242px;
}
.custom-copyright p { 
  color: #d4d4d4;
  font-family: 'Avenir LT Std 35 Light';
  font-size: 16px;
  margin: 1em 0 0 5px;
}
.custom-terms { 
  float: right !important;
  color: #d4d4d4;
  text-align: right;

}  
.custom-terms a {
  color: #d4d4d4;
  font-family: 'Avenir LT Std 35 Light';
  font-size: 16px;
  padding: 0 10px;
  text-decoration: none;
}

.custom-Contact {
  border-bottom: 1px solid #d4d4d4;
  float: right !important;
  width: 100% !important;
  text-align: right;
  padding-right: 15px;
}





.custom-header-btn a {
  width: 220px;
  background-color: #53BB80;
  border-color: #53BB80;
  padding: 6px;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Avenir LT Std 65 Medium';
  line-height: 25px;
  right: 10px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background-image: none;
  border: 1px solid transparent;
  text-align: center;
}
.custom-header-btn a:hover{
  color: rgb(38, 75, 124);
}

.custom-Contact a {
  background-color: #282828;
  border: 2px solid #d4d4d4;
  width: 150px;
  margin-top: 3px;
  padding: 4px;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: bold;
  line-height: 25px;
  float: right;
  margin-bottom: 20px;
  color: #d4d4d4;
  text-align: center;
}

.custom-Contact a:hover {
  color: rgb(80, 188, 128);
}

.custom-footer-logo {
  margin-top: 15px;
}
.custom-terms a:last-child {
  padding-right: 0;
}

.custom-footer-menu-heading a {
    color: #787878;
    font-size: 16px;
    font-family: 'Avenir LT Std 65 Medium';
    float: left;
    text-align: left;
}

.custom-menu-gorup {
    width: 13% !important;
    margin: 0;
    text-align: left;
}
.custom-footer-menu ul {
  margin: 10px 0 !important;
  float: left;
  clear: both;
}

.custom-footer-menu ul li {
    float: left;
    clear: both;
    margin: 5px 0;
}

.custom-footer-menu ul li a {
    display: block;
    clear: both;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'Avenir LT Std 35 Light';
    color: #787878;
}

.custom-footer-menu ul li a:hover {
    color: rgb(80, 188, 128);
}	


/* =============== Custom Menu Primary =============== */



.custom-header-btn {
  margin-top: 20px;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  float: none !important;
  padding: 0 70px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  border-top: 4px solid transparent;
  color: rgb(38, 75, 124);
  display: block;
  font-family: 'Avenir LT Std 65 Medium';
  font-size: 18px;
/*   font-weight: 700; */
  line-height: 20px;
  padding: 26px 0;
  position: relative;
} 

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
  border-top: 7px dashed;
  border-right: 5px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '';
  border-top: 7px dashed;
  border-right: 5px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}


.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: rgb(80, 188, 128);
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active  > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li> a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgb(80, 188, 128);
    color: rgb(80, 188, 128); 
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    min-width: 160px;
    padding: 5px 0;
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 70px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    clear: both;
    color: rgb(38, 75, 124);
    font-family: 'Avenir LT Std 65 Medium';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 10px;
    text-decoration: none;
  }



    .custom-menu-gorup.two {
    margin-left: -14px !important;
    }

    .custom-menu-gorup.thi {
      margin-left: 40px;
    }

  .custom-menu-gorup.for {
    padding-left: 11px;
  }

  .custom-menu-gorup.five {
    padding-left: 21px;
  }

  .custom-menu-gorup.six {
    padding-left: 32px;
  }

  .custom-header-btn {
    float: right !important;
    z-index: 1;
    margin-left: 0 !important;
    width: 25% !important;
  }

  .custom-menu-primary.js-enabled {
    width: 75% !important;
    float: left !important;
    margin-left: 0 !important;
  }
  
  .custom-header-form {
    position: relative;
    left: 21px;
  }

  
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer;
    width: auto;
    height: auto;
    border-color: rgb(221, 221, 221) !important;
    float: none;
    position: absolute;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 0;
    top: 7px;
  }
  .mobile-trigger:hover{
     background-color: #ddd;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -3px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #888;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #888;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 44px !important;
    padding: 0 !important;
  }
  .child-trigger i {
    display: none !important;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
   
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    margin-right: -15px;
    margin-left: -15px;
   
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper > ul{
    border-top: 1px solid transparent;
     border-color: #e7e7e7 !important; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
   
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: rgb(38, 75, 124);
    font-family: 'Avenir LT Std 65 Medium';
    line-height: 20px;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
   
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul > li > a{
     border-top: 4px solid rgba(0, 0, 0, 0);
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgb(80, 188, 128);
    color: rgb(80, 188, 128);
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
 color: rgb(80, 188, 128);
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
   5. BLOG                                        
========================================================================== */

.main-banner img {
  position: relative;
  top: -1px;
}

.hs-blog-header {
  margin-top: 16px;
}

.hs-blog-header h1 {
  font-size: 30px;
  font-family: 'Avenir LT Std 65 Medium';
  color: rgb(38, 75, 124);
  font-weight: normal;
  margin: 0;
}

.hs-blog-header p {
  font-size: 17px;
  font-family: 'Avenir LT Std 35 Light';
  color: #6A6C6F;
  max-width: 100%;
  margin: 1em 0;
  line-height: normal;
}

.post-listing{
  margin-top: 35px;
}


.post-item {
  width: 33.333333% !important;
  float: left;
  padding-left: 15px;
  overflow: hidden;
  padding-right: 15px;
  padding-bottom: 15px !important;
}

.post-item:first-child {
  padding-left: 0;
}

.post-header h2 {
  min-height: 85px;
  font-size: 18px;
  margin: 0;
  padding: 13px 9px;
  background-color: #efefef;
  font-family: 'Avenir LT Std 35 Light';
  color: #6A6C6F;
}
.post-item:last-child {
    padding-right: 0;
}

.custom-date-wrapper {
  font-size: 14px;
  margin: 0;
  background-color: #efefef;
  padding: 10px;
}

span.custom-date-border {
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.hs-blog-listing .blog-pagination {
  display: block;
  padding: 30px 0;
}
.hs-blog-listing .blog-pagination a{
  display:block;
}


.hs-blog-listing span.meta-author.meta-item {
  float: right;
}

.hs-blog-listing a.author-link.author-name {
  color: #2e2e2e;
  font-weight: bold;
}

.hs-blog-listing a.author-link.author-name:hover{
  color: #2e2e2e;
}

/* =============== post Blog Styles =============== */

.hs-blog-post .body-container {
    margin-top: 40px;
}
.section.post-header {
  display: inline-block;
  float: left;
  width: 50%;
}

.blog-photo {
  display: inline-block;
  width: 50%;
}

.blog-photo img {
  width: 75% !important;
}

.section.post-header h1 {
  font-size: 40px;
  font-family: 'Avenir LT Std 35 Light';
  color: rgb(38, 75, 124);
  margin: 0px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 34px;
  margin-top: 34px;
}
.hs-author-avatar {
  float: left;
}

.hs-author-avatar img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 110px;
  width: auto !important;

}


.hs-blog-byline-wrapper {
  float: left;
  margin-left: 1em;
  color: #292929;
  margin-top: 1em;
  width: 75%;
  font-size: 17px;
  font-family: 'Avenir LT Std 35 Light';
}
a.author-link{
  font-size: 14px;
  font-family: 'Avenir LT Std 35 Light';
  color: #292929;
  line-height: 20px;
}

span.text-link {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 3px 0;
  display: block;
}

.blog-post-link .hs-author-social-links {
  display: inline-flex;
}

.blog-post-link .hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background: url(//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/fb-share.jpeg) !important;
  background-repeat: no-repeat;
  width: 153px;
  height: 46px;
}
.blog-post-link .hs-author-social-links a.hs-author-social-link {
  border-width: 0px;
  line-height: 24px;
  text-indent: -99999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  margin: 1% 1% 1% 0;
  padding: .5rem 1%;
  text-align: center;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 0px;
}

.blog-post-link .hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background: url(//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/twitter-share.jpeg) !important;
  background-repeat: no-repeat;
  width: 135px;
  height: 47px;
}

.blog-post-link .hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background: url(//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/linkedin-share.png) !important;
  background-repeat: no-repeat;
  width: 151px;
  height: 46px;
}

.blog-post-link .hs-author-social-section {
  margin-top: 1em;
}

.hs-blog-post .custom-post-pagination {
  display: block;
}

.hs-blog-post .custom-post-pagination a {
  cursor: pointer;
  color: rgb(38, 75, 124);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
.hs-blog-post .custom-post-pagination a:hover{
  cursor: pointer;
  color: rgb(80, 188, 128);
}

.hs-blog-post a.next-posts-link {
  float: right;
}
.hs-blog-post hr {
  display: none;
}

.blog-post-wrapper .post-body {
  margin-top: 3em;
}

/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  height: 245px;
  width: 365px;
  display: inline-block !important;
  float: none;
  margin: 0;
  max-width: 100%;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
  .body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  height: 45px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  font-size: 17px;
  max-width: 500px;
  padding: 5px 10px;
  line-height: 1.5;
  font-family: 'Avenir LT Std 35 Light';
  font-weight: 400;
  display:block;
  color:#6a6c6f;
}

.blog .body-container input[type="text"],
.blog .body-container input[type="password"], 
.blog .body-container input[type="datetime"], 
.blog .body-container input[type="datetime-local"], 
.blog .body-container input[type="date"], 
.blog .body-container input[type="month"], 
.blog .body-container input[type="time"], 
.blog .body-container input[type="week"], 
.blog .body-container input[type="number"], 
.blog .body-container input[type="email"], 
.blog .body-container input[type="url"], 
.blog .body-container input[type="search"], 
.blog .body-container input[type="tel"], 
.blog .body-container input[type="color"],
.blog .body-container input[type="file"],
.blog .body-container textarea,
.blog .body-container select {
  border: 1px solid #6a6c6f;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
}


.hs-form-field > label,
#comment-form label,
.widget-type-google_search label {
  font-weight: 700;
  font-size: 17px;
  font-family: 'Avenir LT Std 35 Light';
  color: #6A6C6F;
  line-height: normal;
  margin: 25px 0 10px;
  display: block;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  color: #fff;
  background-color: #53BB80;
  border-color: #53BB80;
  margin-top: 3px;
  margin-left: 5px;
  padding: 6px 13px;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Avenir LT Std 65 Medium';
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  margin-bottom: 0;
  display: inline-block;
  margin: 15px 0;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {

}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {

}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.section.post-footer form ul li:before {
  content: '';
}

.blog li.hs-form-booleancheckbox {
    padding: 6px 0 8px;
}

  .post-footer form label{
      font-weight: 700;
      font-size: 17px;
      font-family: 'Avenir LT Std 35 Light';
      color: #6A6C6F;
      line-height: normal;
      margin: 10px 0 10px;
      display: block;
}
/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}

@media (max-width: 1200px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0px 50px 0px 0px;
  }
  .custom-logo img{
    max-width: 212.5px;
    border-width: 0px;
    border: 0px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0px 30px 0px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 15px;
    padding: 26px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    clear: both;
    font-size: 15px;
  }
  .custom-logo img{
    max-width: 157.5px;
    border-width: 0px;
    border: 0px;
  }
  .custom-header-btn a {
    font-size: 12px;
    width: 167px;
  }

  .search-field {
    width: 180px;
  }

  .post-item {
    width: 50% !important;
    float: left;
    padding-left: 0;
    overflow: hidden;
    padding-bottom: 15px !important;
    min-height: 382px;
  }

  .blog-photo {
    display: inline-block;
    width: 50%;
    min-height: 500px;
  }
  .section.post-header {
    padding-right: 20px;
  }
.page-content {
		margin-left: 1em !important;
	}
	.page-content .content {
		min-width: 165px;
  }
  .demand .page-content .leftcont, .classroom .page-content .leftcont, .page-content .content, .training .page-content .content {
    width: auto;
  }
}


@media (max-width: 1400px) and (min-width: 992px){
  .custom-header-menu ul ul {
    left: auto !important;
    right: -34px;
  }
}

@media (min-width: 768px){
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  
  
}
@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  

}

@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
}


@media (max-width: 991px) {
  .custom-header-menu-group {
    margin-top: 0px !important;
  }

  .custom-header-menu {
    margin-top: 0px !important;
  }
  .custom-header-btn a{
    right:0;
  }

  .custom-header-menu ul ul {
    left: auto !important;
    right: -10px;
  }

  .custom-header-menu-group .hs-menu-wrapper ul {
    padding-left: 10px;
  }

  .custom-header-menu .hs-menu-wrapper.hs-menu-flow-vertical {
    width: auto !important;
  }

  .custom-header-menu ul > li > a {
    font-size: 14px;
    position: relative;
    top: 3px;
  }
  a.separatorcls {
    position: relative;
    top: 0;
    width: auto !important;
    font-size: 14px;
  }
  .inner-lock img {
    width: 14.25px;
  }
  .custom-header-menu {
    margin-top: 7px !important;
    position: relative;
    left: 15px;
  }

}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .custom-header-top .page-center {
    padding: 0 !important;
  }
  .custom-logo {
    width: 25% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-logo img{
    max-width: 100%;
    height:auto;
  }

  .custom-header-btn {
    float: left!important;
    z-index: 1;
    margin-left: 0 !important;
    width: 190px !important;

  }
  .custom-header-btn a{
    font-size: 14px;
    width: 190px;
    right:0;
  }

  .search-field {
    width: 145px;
  }
  .custom-logo {
    float: left !important;
  }

  .custom-header-btn {
    margin: 10px 0 !important;
  }

  .post-item {
    width: 100% !important;
    float: left;
    overflow: hidden;
    padding: 0 !important;
    padding-bottom: 15px !important;
  }

  .custom-header-menu .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity:  0;
    visibility: hidden;
    position:  absolute;
    width: auto !important;
  }

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

  .custom-header-form {
    float: left !important;
  }


  .custom-header-menu ul > li > a {
    color: rgb(255, 255, 255);
    font-family: 'Avenir LT Std 35 Light';
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
  }

  .mobile-trigger {
    right: 15px;
    top: 7px;
  }

  .section.post-header {
    display: inline-block;
    float: left;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .blog-photo {
    display: inline-block;
    width: 100% !important;
  }
  .blog-photo img {
    width: 100% !important;
  }

  .inner-lock {
    width: auto !important;
  }

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

  .inner-lock .hs-menu-wrapper, .hs-menu-wrapper * {
    width: auto !important;
    display: inline-block;
  }
  .inner-lock img {
    width: 12.34px !important;
  }
  .custom-header-menu {
    margin-top: 0px !important;
    position: relative;
    left: 0;
  }

  .custom-header-menu ul > li > a {
    color: rgb(255, 255, 255);
    font-family: 'Avenir LT Std 35 Light';
    text-align: center;
    padding: 9px 0;
    font-size: 12px;
  }

  .custom-header-menu {
    padding-left: 10px;
  }
  a.separatorcls {
    margin-right: 5px;
  }

  .inner-lock img {
    width: 13px!important;
    position: relative;
    top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.is_active > a {
    color: #555;
    background-color: #e7e7e7;
  }

  a.author-link {
    font-size: 12px;
    line-height: 17px;
  }

  .hs-blog-byline-wrapper {
    font-size: 12px;
    line-height: 17px;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    max-width: 100%;
  }
	.page-content {
			margin-left: 1em !important;
			margin-right: 1em !important;
			width: 90%
		}
		.page-content .content {
			margin-top: 1em;
			margin-left: 0;
		}
		.right-buttons {
			margin-top: 1em;
			margin-right: 1em;
		}

}  

@media (max-width: 700px) {
  .custom-logo img {
  }

}

@media (max-width: 639px){
  .search-field{
    width: 110px;
  }

    .custom-header-menu-group {
      width: 60% !important;
  }

  .custom-logo {
    width: 40% !important;
  }

  .custom-logo img {
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: rgb(38, 75, 124);
    font-family: 'Avenir LT Std 65 Medium';
    line-height: 20px;
    text-align: center;
    border-width: 3px;
    font-size: 17px;
    padding: 6px 0;
  }
  .custom-header-menu{
    width: auto !important;
    padding-right: 0px;
    padding-left: 0px !important;

  }

  .custom-header-menu {
    padding-left: 9px;
  }
  .custom-header-menu-group .hs-menu-wrapper ul {
    padding-left: 0px;
  }

  .custom-header-menu ul ul li a {
    font-size: 17px;
  }

  .custom-header-menu ul ul li {
    border-bottom: 1px solid rgb(146, 170, 201);
    display: block;
    padding: 5px 10px;
  }


}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .custom-terms {
    float: none !important;
    color: #d4d4d4;
    text-align: left;
  }
  .custom-terms a {
    padding-left: 0;
  }
  .custom-copyright p {
    margin: 1em 0 10px 0px;
  }

  .custom-header-menu-group {
    left: 0;
    margin-left: 0 !important;
    float: left !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding-right: 15px;
    padding-left: 7px;
  }

  .custom-header-form {
    width: auto !important;
  }

  .custom-header-top {
    padding: 0;
  }
  .custom-logo {
    padding-left: 7px;
  }

  .custom-logo {
    width: 60% !important;
  }

  .custom-header-top {
    padding: 5px 0 5px;
  }

  .search-field {
    width: 170px;
  }

  .custom-header-menu {
    width: auto !important;
  }
  .inner-lock img {
    width: 15px!important;
    position: relative;
    top: -2px;
  }
  .custom-header-menu ul > li > a {
    font-size: 13px;
  }


}

@media (max-width: 340px) {


  .custom-header-top .page-center {
    padding: 0 !important;
  }

  .search-field {
    width: 120px;
  }

  .custom-header-top {
    background-color: rgb(38, 75, 124);

  }
  .custom-header-btn a {
    right: 0;
    padding: 6px 1px 6px 1px;
    width: 170px;
    font-size: 13px;
  }

  a.author-link {
    font-size: 14px;
    font-family: 'Avenir LT Std 35 Light';
    color: #292929;
  }
  .search-container {
    padding: 5px 0 3px;
  }


}
.social {
		background: #264a7e;
		color: #fcfdfc;
		font-size: 11px;
		text-align: center;
		padding: 12px;
		font-family: 'Avenir LT Std 35 Light';
	}
	.social img {
		width: 25px;
	}
	.social a {
		display: inline-block;
		vertical-align: middle;
	}
	.ourpropimg {
		width: auto;
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/training-bg-new.png");
		overflow: hidden;
		background-repeat: no-repeat;
		position: relative;
		height: 1437px;
		background-position: 50% 50%;
		padding-left: calc(28% - 50px);
		padding-right: calc(28% - 50px);
	}
	.training .ourpropimg {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/landing-bg-new.png");
		background-repeat: no-repeat;
		height: 1440px;
		background-position: 64% 50%;
	}
	.webinar .ourpropimg {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/webinar-bg-new.png");
		background-repeat: no-repeat;
		height: 1440px;
		background-position: 100% 50%;
	}
	.contact .ourpropimg {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/contact-bg-new.png");
		background-repeat: no-repeat;
		height: 726px;
	}
	.demand .ourpropimg {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/training-demand-bg-new.png");
		background-repeat: no-repeat;
		height:1301px;
		background-position: 70% 40%;
	}
	.classroom .ourpropimg {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/classroom-bg-new.png");
		background-repeat: no-repeat;
		height: 1440px;
		background-position: 50% 50%;
	}
	.right-buttons {
		float: right;
	}
	.right-buttons .btn {
		color: #f0f2f5;
		text-shadow: none;
		padding: 9px 15px;
		border: 0;
		font-size: 12px;
		vertical-align: middle;
		display: inline-block;
	}
	.right-buttons .contact {
		background: #50bc80;
	}
	.right-buttons .ourprop {
		background: #3b61a0 !important;
	}
	.page-content {
		margin-top: 4em;
		display: inline-block;
	}
	.page-content .content {
		background: rgba(555, 555, 555, 0.6);
		padding: 20px 15px 15px 15px;
		text-align: center;
		border: 3px solid #e6e7ea;
		border-radius: 15px;
		min-width: 235px;
		-webkit-box-shadow: 0 0 10px #d4d6d9;
		box-shadow: 0 0 10px #d4d6d9;
		margin-left: 15px;
		color: #676767;
		font-size: 13px;
	}
	.page-content .content h4 {
		color: #264b7c;
		font-size: 19px;
		font-weight: normal;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.page-content .content .btn {
		background: #50bc80;
		color: #fcfdfc;
		text-shadow: none;
		padding: 7px;
		border: 0;
		margin-top: 1em;
		width: 100px;
		box-shadow: 0px 8px 15px rgba(1, 1, 0, 0.2);
		transition: all 0.3s ease 0s;
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 0;
		border-radius: 0;
	}
	.page-content.bottom {
		margin-top: 0.5em;
	}
	.page-content .content .text {
		min-height: 70px;
		line-height: 1.5em;
	}
	.ourproperty .rightbg {
		background: rgba(0, 0, 0, 0) url("//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/bg-vector.png");
		overflow: hidden;
		background-repeat: no-repeat;
		padding: 0px 0 0px;
		position: relative;
		background-position-x: right;
		background-position-y: bottom;
	}
	.ourproperty .footer {
		clear: both;
		text-align: center;
		color: #676767;
		font-size: 12px;
		margin-top: 5em;
		bottom: 2em;
		position: relative;
		font-family: 'Avenir LT Std 35 Light';
	}
	.ourproperty .footer div {
		display: inline-block;
	}
	.ourproperty .footer a {
		color: #676767;
	}
	.ourproperty a:hover, .ourproperty input[type="button"]:hover {
		color: #294b7b;
	}
	.training .page-content .content {
		min-width: 165px;
	}
	.training .page-content .content .text {
		min-height: 140px;
	}
	.ourpropimg .content {
		color: #fcfdfc;
		top: 12em;
		position: relative;
	}
	.ourpropimg .headtext {
		font-size: 40px;
		color: #fcfdfc;
    line-height: 1em;
margin-top: 10px;
	}
	.right-buttons img {
		width: 20px;
		margin-right: 7px;
	}
	.ourpropimg .contenttext {
		font-size: 16px;
margin-top: 1em;
	}
	.contact .page-content .rightcont {
		text-align: left;
	}
	.page-content .rightcont strong {
		color: #676767;
	}
	.contact .page-content .content {
		margin-left: 0;
		margin-bottom: 2em;
		padding: 25px 15px 25px 15px;
		min-height: 120px;
	}
	.contact .page-content .content .text {
		min-height: unset;
	}
	.contact .page-content .content #email a:hover {
		color: #50bc80;
	}
	.contact .page-content .content h4 {
		margin-top: 0;
	}
	.demand .page-content #leftside, .classroom .page-content #leftside {
		background: none;
		box-shadow: unset;
		border: 0;
	}
	.demand .page-content .leftcont, .classroom .page-content .leftcont {
		text-align: left;
	}
	.demand .page-content .leftcont h3, .classroom .page-content .leftcont h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.demand .page-content .leftcont #large, .classroom .page-content .leftcont #large {
		font-size: 14px;
	}
	.contact .livechat {
		width: 100px;
		margin-top: 11.5em;
	}
	.contact .leftcont img {
		width: 50px;
	}
	
.events-content > .item {
	border-top: 1px solid #DCDCDC;
	padding-top: 20px;
	padding-bottom: 18px;
	width: 85%;
}
.events-content > .item > div {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.events-content .webinarlogo img {
	height: 86px;
	width: 86px;
}
.events-content > .item > .eventcontent {
	position: relative;
	width: 100%;
}
.register_btn {
	display: inline-block;
	text-align: center;
	width: 20%;
	vertical-align: top;
}
.events-content > .item > .eventcontent .desc {
	padding-left: 10px;
	padding-right: 20px;
	display: inline-block;
	width: 75%;
}
.events-content .register_btn > a {
	color: #3b61a0;
	padding: 10px 15px;
	font-size: 14px;
	border: solid 1px #3b61a0;
	border-radius: 3px;
	display: inline-block;
}
.events-content > .item > .eventcontent .title {
	color: rgb(38, 75, 124);
	font-size: 17px;
	margin: 0;
	font-family: 'Avenir LT Std 45 Book';
	font-weight: bold;
}
.webinar h2 {
	font-weight: normal;
	font-size: 28px;
}
.webinar .page-content {
	width: 100%;
}
.webinar .page-content .content {
	text-align: left;
	padding-left: 3em;
	color: #404041;
}
.events-content a:hover {
	color: #50bc80;
}
.page-content .content .btn.tradies {
	background-color:#e9c501;
	color: #000000;
	font-family: 'Avenir LT Std 45 Book';
	font-weight: bold;
	border-radius: 5px;
	padding: 9px;
	box-shadow: 0px 2px 15px rgba(1.2,1.2,1.2,0.2);
}
.page-content .content .btn.tradies:hover {
	color: #ffffff;
}
.page-content.tradies {
	margin-right: 3em;
	margin-left: 6em;
}
.page-content.tradies .content h4 {
	color: #000000;
	font-family: 'Avenir LT Std 35 Light';
	font-weight: bold;
	font-size: 20px;
}
.page-content.tradies .content {
	background: rgba(555, 555, 555, 1);
}
.training.tradies .footer {
	margin: 5em 4em 0 4em; 
}
.training.tradies .page-content {
	margin-top: -2em;
	position: relative;
}
.ourproperty.tradies .rightbg {
	background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/tradies-header-bg-new.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 370px;
}
.training.tradies h2 {
	font-family: 'Avenir LT Std 45 Book';
	color: #ffffff;
	margin-bottom: 20px;
}
.training.tradies .contenttxt {
	margin-top: 5em;
	margin-left: 6em;
	color: #ffffff;
}
.training.tradies .contenttxt img.tradielogo {
	width: 280px;
	margin-left: 3em;
	margin-top: 1.5em;
}
.training.tradies .page-content .content .text {
	min-height: 120px;
}
.training.tradies .footer {
	margin-left: 0;
	margin-top: 7em;
	bottom: 0;
	float: left;
	background: #264a7e;
}
.training.tradies .footer a {
	color: #ffffff;
	margin-left: 3px;
}
.training.tradies .social {
	text-align: left;
	padding: 1.5em;
	padding-left: 10em !important;
	padding-right: 0;
	float: left;
}
.training.tradies .social .termsc {
	float: left;
}
.training.tradies .social .followmedia {
	float: right;
}
@media (min-width:992px) and (max-width:1200px) {
	.training.tradies h2 {
		font-size: 30px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.page-content .content, .training .page-content .content {
		min-width: 140px;
	}
	.ourpropimg .headtext {
		font-size: 30px;
	}
	.ourpropimg .contenttext {
		font-size: 13px;
	}
	.social, .webinar .social {
		width: 100%;
	}
	.training.tradies h2 {
		font-size: 25px;
	}
	.ourproperty.tradies .rightbg {
		background-size: cover;
	}
	.training.tradies .social {
		padding-left: 1em !important;
	}
}
@media (min-width:1024px) and (max-width:1270px) {
	.social, .webinar .social {
		width: 100%;
	}
}
@media (max-width:767px) {
	.page-content {
		margin-right: 1em !important;
		width: 90%
	}
	.page-content .content {
		margin-top: 1em;
		margin-left: 0;
	}
	.right-buttons {
		margin-top: 1em;
		margin-right: 1em;
	}
	.training.tradies h2 {
		font-size: 25px;
	}
	.training.tradies .social {
		padding-left: 1em !important;
	}
	.training.tradies .contenttxt {
		margin-left: 3em;
	}
	.training.tradies .headertxt {
		font-size: 14px;
	}
	.training.tradies .termsc {
		float: left;
	}
	.training.tradies .followmedia {
		float: right;
	}
	.training.tradies .social,.training.tradies .footer {
		width: 100%;
		float: left;
	}
	.ourproperty.tradies .rightbg {
		background-size: cover;
	}
}
@media (max-width:479px) {
	.training.tradies .contenttxt img.tradielogo {
		margin-left: 0;
	}
}
@media (max-width:370px) {
	.training.tradies .contenttxt img.tradielogo {
		width: 200px;
	}
}
.hubcontent {
	float: left;
	height: 0;
}
.hubcontent .headtext {
	font-size: 45px;
	color: #fcfdfc;
	line-height: 1em;
}
.hubcontent .content {
	color: #fcfdfc;
	font-size: 13px;
	left: 6em;
	top: 9em;
	position: relative;
}
.hubcontent .content .contenttext {
	margin-top: 1em;
	font-size: 17px;
}
.hubcontent .content .caps {
	font-size: 17px;
	margin-top: 2em;
	float: left;
}
.mypmhub .page-content {
	margin-top: 2em;
	position: relative;
}
.mypmhub .page-content .contents {
	color: #676767;
	font-size: 13px;
}
.mypmhub .page-content .contents h3 {
	font-size: 25px;
	margin-top: 2em;
}
.mypmhub .page-content .logo {
	margin-left: 3em;
	width: 78%;
	text-align: center;
}
.mypmhub .bgtext {
	margin-top: 2em;
	background: #dde3ea;
	padding: 25px 10px 15px 15px;
	text-align: center;
	border-radius: 15px;
	color: #404041;
	opacity: 0.8;
	float: left;
	width: 80%;
}
.mypmhub .bgtext ul {
	float: left;
	width: 33%;
	padding: 0 10px;
}
.mypmhub .bgtext li {
	background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/checkbox.png);
	background-repeat: no-repeat;
	background-size: 20px;
	display: list-item;
	text-align: left;
	margin: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	width: 100%;
}
.mypmhub .bgtext li::before {
	content: none;
}
.mypmhub .page-content .bottomtxt {
	margin-top: 2em;
}
@media (min-width:992px) and (max-width:1200px) {
	.pmhub img {
		min-height: 800px;
		object-fit: cover;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.mypmhub .page-content .logo {
		margin-left: 1em;
		width: 85%;
	}
	.hubcontent .content {
		left: 2em;
		top: 3em;
	}
	.mypmhub .bgtext {
		width: 90%;
		padding: 15px 10px 0px 15px;
	}
	.mypmhub .bgtext ul {
		float: none;
		width: auto;
		margin-bottom: 2em;
	}
	.mypmhub .bgtext li {
		padding-bottom: 5px;
		margin: 3px 5px;
		font-size: 12px;
	}
	.pmhub img {
		min-height: 820px;
		object-fit: cover;
	}
}
@media (max-width:639px) {
	.mypmhub .page-content {
		top: 1em;
		left: 0em;
		margin-top: 2em;
	}
	.hubcontent .content {
		left: 2em;
		top: 1em;
	}
	.mypmhub .bgtext {
		width: 90%;
		padding: 15px 10px 0px 15px;
	}
	.mypmhub .bgtext ul {
		float: none;
		width: auto;
		margin-bottom: 2em;
		padding: 0 5px;
	}
	.mypmhub .bgtext li {
		padding-bottom: 5px;
		margin: 3px 5px;
		font-size: 12px;
	}
	.mypmhub .page-content .logo {
		margin-left: 0;
		width: 75%;
	}
	.hubcontent .content .contenttext {
		font-size: 14px;
	}
	.pmhub img {
		min-height: 900px;
		object-fit: cover;
	}
}
@media (max-width:800px) {
	.webinar .page-content, .events-content > .item, .events-content > .item > .eventcontent, .events-content > .item > .eventcontent .desc, .register_btn {
		width: auto;
	}
	.events-content > .item > .eventcontent .desc {
		margin-top: 10px;
		padding-left: 0;
	}
}
@media (min-width:479px) and (max-width:600px) {
	.webinar .page-content, .events-content > .item {
		width: 95%;
	}
}
@media (min-width:639px) and (max-width:767px) {
  .pmhub img {
    min-height: 900px;
    object-fit: cover;
 }
}
.loader {
	display: block;
	background: url('//cdn2.hubspot.net/hubfs/4007619/Ourproperty_May2018%20Theme/image/loading.gif') 50% 50% no-repeat;
	width: 100%;
	height: 100px;
}