@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
/*
	CSS Library for Propeterra
	Site url: www.propeterra.com
*/

/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

html, body, :not(.fa){
font-family: 'Raleway', Helvetica, Tahoma, sans-serif !important;

}
body{
    margin: 0px;
    background: #f1f0f1 !important;
    color: #464560;
}
/* highlighter paragraph text */
#highlight-p {
    color: #b494a0 !important;
}

iframe {
    max-width: 100% !important;
}
.header-container .row-fluid [class*="span"]{
min-height: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d3d3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d3d3d3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d3d3d3;
}
.d-flex {
  display: flex !important;
}
.container-fluid {
    padding: 0px !important;
}
.flex-col .row-fluid:not(:last-child){
margin-bottom: 27px;
}
.footer-menu{
font-size: 14.4px;
  
}
.hs-featured-image-link{
  max-width: 800px;
}
  
            /* Numbered Pagination */
.blog-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
    display: none !important;
}
.blog-pagination-right {
    text-align: left;
    display: none !important;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    color: #9181a1;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #b494a0;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: #9181a1;
    color: #fff;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #666;
    color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #fff;
    color: #b3a594;
}

.blog-post-featured-image{
    padding-top: 56.25%;  /* 450px/800px = 0.5625 */
    background-size: cover;
    -moz-background-size: cover;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
  
}
.resource-center-header h2{
  
  font-family: 'Raleway', Helvetica, Tahoma, sans-serif;
  line-height: 1.37;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  text-transform:capitalize;
  color: #5b577d;
}
.full-width-image img{
  width: 100% !important;
  height: auto;

}
.half-width-image{
width: calc(50% - 4px) !important;
}
.half-width-image:nth-child(1){
  margin-right: 4px;
}
.half-width-image:nth-child(2){
  margin-left: 4px;
}
.half-width-image img {
width: 100% !important;
  height: auto;
}
.blog-list-post-description
{
  padding: 8px 20px;
  font-family: Raleway !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.86 !important;
  letter-spacing: normal !important;
  color: #464560 !important;
}
.blog-tags{
padding: 8px 20px;
}
.custom-subscription form{
display: flex;
  align-items: baseline;
}
.custom-subscription h3{
margin-top: 20px;
}
.blog-pagination
{
 margin-bottom: 20px; 
}
.post-listing{
  display: flex;
      flex-wrap: wrap;
  flex-direction: column;
}
.post-item{
      height: 100%;
display: flex;
  width: 100%;
  background: #fff;
      flex-direction: column;
    justify-content: space-between;
  
  transition: all .2s ease-in;
}
.post-item:hover{
box-shadow: 1px 1px 5px #999;
}

.more-link
{
  background-color:#2f383d; 
  color: #ffffff;
  font-size: 12px;
  float: right;
  float: bottom;
  width: 93px;
  height: 26px; 
  display: flex;
  align-items: center;
  justify-content: center;

}
.post-header{
padding: 0;
}
.post-header a
{
  font-size: 25.6px;
  line-height: 0.98;
  color: #464560;
  text-decoration: none;
  display: block;

}
.post-header a:hover
{
    color: #b494a0;
    text-decoration: none
}

#p-header-container{
  position: fixed;
  z-index: 9999;
  left: 0;
  padding: 0 15px;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    color: #464560;
}
#sidebar-with-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    color: #444;
}
.pillar-contact-section{
    border: 1px solid #b494a0;
    padding: 10px 30px 10px 30px;
}
/* .pillar-contact-section label{
    font-size: 12px;
    width: 30%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
} */
.pillar-contact-section .input{
    width: 100%;
    display: inline-block;
    height: 40px;
    margin: 4px 0; 
}
.pillar-contact-section .input input {
    border-radius: 4px;
    border: solid 1px #818181;
    height: 36px;
}
.pillar-contact-section .hs-submit input{
    width: 100%;
    background-color: #b494a0;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    border: solid 2px #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.pillar-contact-section .legal-consent-container{
    font-size: 10px;
    line-height: 12px;
  margin: 4px 0;
}
.pillar-contact-section .submitted-message{
color: #000;
}
.propeterra-brochure-title{
  font-size: 25.6px;
  font-weight: bold;
  line-height: 1.41;
  color: #2f383d;
}
#sidebar-with-menu{
  position: absolute;
  width: 377px;
  float: left;
  top: 100vh;
  background-color: #fff;
}
#sidebar-with-menu.fixed {
  position: fixed;
}
#sidebar-with-menu.bottom {
  position: absolute;
  top: auto !important;
}
.pillar-right-col{
  width: calc(100% - 377px) !important;     
  float: left !important;    
  margin-left: 377px !important; 
  padding-left: 32px  !important;
  line-height: 30.4px; 
  font-weight: 400; 
  text-align: justify;
}
.select{
  width: 100% !important;
}
.submitted-message{
color: #fff;
}
.form-columns-1 .hs-input{
 width: 100% !important;
}
.parallax-section .form-colums-1 input[type="text"]{
width: 100%;
}

.header-wrapper{
  	
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important;
  padding: 25px 0;
}
.header-wrapper > .row-fluid-wrapper > .row-fluid{
display: flex;
  align-items: center;
}
.blog-post-banner{
background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  margin: 20px 0px; 
}
.blog-author-info-wrapper{
display: flex;
  margin-bottom: 12px;
}
.blog-author-text-wrapper{
display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8px;
}
.blog-post-datetime{
  display: inline-block;
  background-color: #9181a1;
  color: #fff;
  padding: 4px 12px;
}
.row-container{
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important;
   /* padding: 50px 20px;  */    
    padding: 20px 0 10px 0;
}

#hubspot-topic_data
{
   border-top: solid 1px rgba(70, 69, 96, 0.5);

  margin: 0;
  text-align:center;
  width: 100%;
  
  font-size: 25.6px;
 
  
}
#hubspot-topic_data a{
  color: #464560;
  text-decoration: none !important;
  
  font-family: Raleway;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
}

.hs-featured-image-wrapper{
  position: relative;
  padding: 20px;
}
.sticky-header{
  background-image: url("https://3957518.fs1.hubspotusercontent-na1.net/hubfs/3957518/Propeterra/Propeterra%20header%20sunset.png");
  
  /*background-color: #887590; */
  -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
  background-repeat: no-repeat;
    background-size: cover;
}
.banner-text-wrapper{
text-align: center;
}
.large-heading{
  font-size: 62px;
  color: #fff;
  display: block;
  font-weight: 700;
}
.property-introduction_introduction-list_3TQ {
font-size: 17.6px;
list-style-type: none;
}
.property-introduction_introduction-list_3TQ li{
  padding-left: 35.2px;
  position: relative;
  margin-bottom: 17.6px;
}
.property-introduction_introduction-list_3TQ li:before{
    content: ' ';
    position: absolute;
    height: 1px;
    width: 22px;
    background-color: #b3a594;
    left: 0;
    top: 12px;
}
.p-form-wrapper{
  display: block;
}
.form-columns-1, .form-columns-2{
margin: auto !important;
}
.form-columns-1 label, .form-columns-2 label{
display: none;
}
.hs_submit{
max-width: 500px;
  margin: auto;
  text-align: left;
}
 .ps-form .hs_submit{
  margin: initial;
}
.ps-form-mgl.ps-form .hs_submit{
  
  margin: auto;
}
.hs_cos_wrapper_type_blog_comments .hs-submit{
  margin-left: 0;
}
.hs_cos_wrapper_type_blog_comments textarea{
  width: 698px;
  height: 100px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #e6e3eb;
  background-color: #ffffff;
}
.hs_cos_wrapper_type_blog_comments .hs-form-field{
  margin-bottom: 18px;
}
.hs_cos_wrapper_type_blog_comments .hs-form-field input{
  width: 698px;
  height: 48px;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #e6e3eb;
  background-color: #ffffff;
}
/* blog comment button */
.hs_cos_wrapper_type_blog_comments input[type=submit] {
    display: inline-block;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #b494a0; 
    color: #ffffff;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    -ms-transition: all linear 300ms;
    transition: all linear 300ms;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  
}
.small-heading{
font-size: 30px;
  color: #fff;
  display: block;
}
.anchor-down-arrow{
background: #b494a0;
    border-radius: 50%;
    bottom: 5px;
    left: calc(50% - 32.5px);
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 50px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 18px;
    box-sizing: border-box;
    fill: #fff;
}
.hs-form-required{
display: none;
}
.legal-consent-container{
display: none;
}
.hs-error-msgs{
display: none !important;
}
#hs_cos_wrapper_blog_subscribe_title{
  font-size: 14.4px;
  font-weight: 400;
      -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
#hs_cos_wrapper_blog_subscribe input[type=email]{
  display: inline-block;
    width: calc(100% - 45px);
    float: left;
  height: 42px;
  border: 0;
  background-color: #31383E;
  font-size: 16px;
    color: #fff;
}

.widget-type-blog_subscribe .hs-button.primary.large{
    width: 45px;
    height: 42px;
  color: transparent;
  background: url(https://3957518.fs1.hubspotusercontent-na1.net/hubfs/3957518/Propeterra/right-arrow.jpg);
  border: 0;
  margin-left:1px;
  
}
.parallax-header{
 margin-bottom: 64px; 
  
  
}
.why-us-header .parallax-header-wrapper, .why-us-header .parallax-header{
  height: 50vh;
  background-color: #8C9497;
  background-image: none !important;
   filter: none;
}
.why-us-header .anchor-down-arrow{
display: none;
}
.office-locations .team-wrapper {
filter: none;
}
.social-list{
list-style-type: none;
  -webkit-margin-after: 0px;
-webkit-margin-before: 0px;
-webkit-padding-start: 0px;
  display: flex;
    justify-content: space-between;
}
.social-list li {
  text-align: center;
display: inline-block;
/*   background-color: #30383D; */
  border-radius: 50%;
  height: 46px;
  width: 46px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
}
.social-list li:not(:last-child){
 margin-right: 11px;
}
.social-list li a{
  
  color: #fff;
}
.more-button{
color: #464560;
font-size: 16px;
font-weight: 500;
position: relative;
padding-right: 42px;
}
.more-button:after{
    background: url(https://3957518.fs1.hubspotusercontent-na1.net/hubfs/3957518/Propeterra/right-arrow-dark.png) center center no-repeat transparent;
    content: ' ';
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hybrid-text{
line-height: 51px;
  padding-right: 40px;
  box-sizing: border-box;
  
}

.news-and-updates .hs_email input[type="email"]{
height: 42px;
}
.news-and-updates .hs_email{
  width: 100%;
  display: inline-block;
}
.custom-subscription form div{
  float: left;
  font-size: 15px !important;
}
.custom-subscription form>div:nth-child(1){
  width: calc(100% - 46px);
}
.custom-subscription form .hs-email>.input{
width: 100%;
}
.custom-subscription h3{
margin-bottom: 30px;
}
.news-and-updates .hs_submit{
  display: inline-block;
    margin-bottom: 0;
}
.news-and-updates h3{
font-size: 33px;
font-weight: 300;
}
#to-the-top{
    position: fixed;
    bottom: 20px;
    left: 30px;
    right: unset;
}
.recent-articles-wrapper{
		border: 1px solid #5a5e5e;
  line-height: 0;
      overflow: hidden;
  position: relative;
}
.recent-articles-wrapper > a{
  transition: transform 0.3s ease;
 -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
 
}
 .recent-articles-wrapper > a:hover {
  transform: scale(1.05);
}

.recent-articles-wrapper > a:after,
.recent-articles-wrapper > .blog-listing-custom-image:after {
     content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 1;
}
/* Posts */
.post-item-topic {
    margin-bottom: 30px;
}
.post-item-topic .row-fluid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
@media screen and (max-width:768px) {
    .post-item-topic .row-fluid {
        display: inherit!important;
        align-items: center;
        flex-wrap: nowrap;
    }
}

.post-item-topic .post-item-topic-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 215px;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
 -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}

    .post-item-topic .post-item-topic-img:hover {
        transform: scale(1.05);
}
    
.post-item-topic .post-item-topic-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 1;
    transition: 0.3s ease;
}
.post-item-topic .post-item-topic-img span {
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: 0.3s ease;
}
    .post-item-topic .post-item-topic-img:hover span {
        opacity: 1;    
    }
.post-item-topic .post-item-topic-img a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.post-item-topic .post-item-topic-content > h4 {
    font-family: 'Ubuntu', serif;
    margin: 0 0 15px;
    font-size: 24px;
}
.post-item-topic .post-item-topic-content > h4 a {
    color: #323232;
}
.btn-black-border {
      font-size: 16px;
    background: none;
    border: 1px solid #222;
    color: #222;
}
    .btn-black-border:hover {
        background: color: #222;
        color: #fff;
    }


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */

.custom-menu-primary
{
  font-size: 14.4px !important;
  text-align:left;
}


.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:transparent;
      display: flex;
    justify-content: space-between;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
  border-top: 1px #fff solid;
  margin: 0 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
          padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#ffffff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#ffffff;
}

/* 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 {
  max-width: none !important;
  width: 100%;
  white-space: normal;
}
.footer-text-col, .footer-text-col a {
color: #2f383d;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  .custom-menu-primary .hs-menu-wrapper ul{
    width: 100%;
  }
   .footer-text-col{
  width: calc(40% - 50px) !important;
  margin: 0;
    margin-left: 0 !important;
  margin-right: 50px;
  border-top: solid 3px #2f383d;
  line-height: 21.6px;
  font-size: 14.4px;
  padding-top: 14.4px;
  text-align: justify;
  color: #2f383d;
  }
  .footer-menu-col{
    
    margin-left: 0 !important;
  margin: 0;
  width: calc(20% - 50px) !important;
  margin: 0;
  margin-right: 50px;
  border-top: solid 3px #2f383d;
  line-height: 21.6px;
  font-size: 14.4px;
  font-weight: 300;
  padding-top: 14.4px;
  }
  		
  }



/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 790px){
  
  .margintop420Mobile{
  height: 420px !important;
  }
  .displayNoneMobile{
    display: none !important;
  }
  .displayOnlyMobile{
    display: block !important;
  }
  .nisekoMobile{ 
    width: 100% !important; 
    float: left !important;
    margin-left: 0px !important;
    
    padding: 20px !important;
  }
}
@media (max-width: 767px){
  .mobileSliderText{
   font-size: 22px !important;
   line-height: 40px !important;
   padding: 20px;
  }
  
  .mobileContent{
  margin-top: 5vh !important;
  }
  
  .jijigBolgoh{
      font-size: 22px;
  }
  .goliinTitle{
    
  }
  .displayNoneMobile{
    display: none !important;
  }
  .mobilePadding{
      padding: 40px;
}
  #p-header-container{
 max-width: 767px !important;
    
     max-width: 767px !important;
        /* background: red; */
      width: 100%;
  }
  #p-header-container img.hs-image-widget {
      width: 100px !important;
  }
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#ffffff;
  }


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

  .mobile-trigger{
display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -28px;
    right: 1px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    z-index: 9999;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #5b577d; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #5b577d; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .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: #5b577d; /* Icon color */
    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: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
   }

  /* 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{
    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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#5b577d; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
 .header-wrapper > .row-fluid-wrapper > .row-fluid{
display: block;
}
  .propeterra-logo img {
  width: 60% !important;
  }
  .header-wrapper {
  padding: 5px 0;
  }
  .header-wrapper .span9{
  height: 0;
  min-height: 0;
  }
  .hybrid-text{
  padding-right: 0;
  text-align: justify;
  }
	.footer-container .span6{
  width: calc(100% - 60px) !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 15px !important;
  }
  .footer-container .span2{
  width: calc(100% - 60px) !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    margin-bottom: 15px !important;
  }
  .footer-mobile-row{
  margin-left: 30px !important;
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 33px !important;

  }
  .footer-mobile-row a>span{
  font-size: 33px !important;
  }
 
  .social-list li:not(:last-child){
    margin-right: 6px;
    text-decoration: none;
}
  
  .why-us-header .parallax-header-wrapper, .why-us-header .parallax-header{
  height: 75vh;
  }
  .footer-menu-col{
        
  margin: 30px !important;
  width: calc(100% - 60px);
  }
  .footer-text-col{
    margin: 30px !important;
  width: calc(100% - 60px);
  }
  #to-the-top{
display: none;
}
  #sidebar-with-menu {
    width: 100%;
    position: relative;
  }
  
  #sidebar-with-menu.fixed {
  position: relative;
}
#sidebar-with-menu.bottom {
  position: relative;
}
  
  #postname
  {
   size:36px;
  }
  
.pillar-right-col{
width: 100% !important; 
  float: left !important; 
  padding: 16px 0 !important; 
      margin-left: 0px !important;
}
  .io-wrapper.span4:nth-child(3n+1) {
    margin-left: 0;
}
}
.no-margin-top .p_fluid_row_wrapper{
  margin-top: 0 !important;
}
.vidyard-cta-holder .hs-richtext, .vidyard-cta-holder.submitted-message{
color: #fff !important;
}









/**/


/* -------------------------------------------------------------------
 * Buying Guides Row 01
 * ----------------------------------------------------------------- */



.BuyingGuideClass
{
/*   padding-left: 75px;
  padding-right: 75px; */
/*   width: 1097px;
 */

  
 }



.mp-buying-guides-01-box {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 0;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    overflow: hidden;
}
.mp-buying-guides-01-right img {
    width: 100%;
    max-width: 100%;
}
.mp-buying-guides-01-box.mp-buying-guides-01-right {
    position: relative;
}
.mp-buying-guides-01-box.mp-buying-guides-01-right:hover{
transform: scale(1.01);
}
@media (min-width:768px) {
    .mp-buying-guides-01-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .mp-buying-guides-01-left h4 {
        position: relative;
        padding-bottom: 10px;
        margin: 0 0 10px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .mp-buying-guides-01-left h4:before {
        content: "":
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; 
        width: 120px;
        height: 1px; 
        background: ;
        margin: auto;
    }
    .mp-buying-guides-01-left p {
        margin: 0;
        text-transform: uppercase;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .mp-buying-guides-01-left img {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .mp-buying-guides-01-right img {
        display: none!important;
    }
}
@media (max-width:767px) {
    .mp-buying-guides-01-box {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
  .mp-buying-guides-01-box.mp-buying-guides-01-right{
  height: 131px;
  }
    .projects-investments .mp-buying-guides-01-left{
  height: 328px;
  }
  #wistia-vid-1{
        min-height: 185px;
  }
  .projects-investments .mp-buying-guides-02-box-04{
      height: 330px;
  }
  .projects-investments .mp-buying-guides-02-box-05{
  min-height: 483px;
  }
}

/* -------------------------------------------------------------------
 * Buying Guides Row 02
 * ----------------------------------------------------------------- */


#wistia-vid-1 {
    display: flex;
    align-items: center;
    background-color: #fff;
}
.mp-buying-guides-02 {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}
.mp-buying-guides-02 .mp-buying-guides-02-box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.recent-articles-wrapper{
		border: 1px solid #5a5e5e;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.recent-articles-wrapper > a{
  transition: transform 0.3s ease;
 -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
 
}
 .recent-articles-wrapper > a:hover {
  transform: scale(1.05);
}

.recent-articles-wrapper > a:after,
.recent-articles-wrapper > .blog-listing-custom-image:after {
     content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 1;
}
.blog-listing-custom-image i {
  position: relative;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  z-index: 10;
  transition: 0.2s ease;
}
.wistia_popover_embed {
	z-index: 999999; 
}
.blog-listing-custom-image:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.blog-listing-custom-image .wistia_click_to_play {
  position: relative;
  width: 100%!important;
  height: 100%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.buying-guide-wrapper {
  border: 1px solid #5a5e5e; 
  line-height: 0;
  overflow: hidden;
  border-color: #9181a1;
}
.mp-buying-guides-02 .mp-buying-guides-02-box-img{
    transition: transform 0.3s ease;
}
.mp-buying-guides-02 .mp-buying-guides-02-box-img:hover {
transform: scale(1.05);
}
   @media (min-width:768px) {
    .mp-buying-guides-02 .mp-buying-guides-02-box-01,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 {
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-01 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-02 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-05 img {
        display: none!important;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-01,
    .mp-buying-guides-02 .mp-buying-guides-02-box-05 {
        height: 592px;
        
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-02,
    .mp-buying-guides-02 .mp-buying-guides-02-box-03,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 {
        height: 236px;
        overflow: hidden;
    }
    
    /* Box with text */
    .mp-buying-guides-02 .mp-buying-guides-02-box-03,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-03 h4,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 h4 {
        position: relative;
        padding-bottom: 10px;
        margin: 0 0 10px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-03 h4:before,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 h4:before {
        content: "":
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; 
        width: 120px;
        height: 1px; 
        background: ;
        margin: auto;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-03 p,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 p {
        margin: 0;
        text-transform: uppercase;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-03 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-04 img {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media (max-width:767px) {
    .mp-buying-guides-02 .mp-buying-guides-02-box {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-01{
  padding: 0;
    min-height: 256px;
    height: auto;
  	}
  .mp-buying-guides-02 .mp-buying-guides-02-box-02{
    padding: 0;
    min-height: 259px;
    height: auto;
  }
  .mp-buying-guides-02 .mp-buying-guides-02-box-03{
    padding: 0;
    min-height: 196px;
    height: auto;
  }
    .mp-buying-guides-02 .mp-buying-guides-02-box-04{
    padding: 0;
    min-height: 185px;
    height: auto;
  }
    .mp-buying-guides-02 .mp-buying-guides-02-box-05 {
        padding: 0;
        min-height: 532px;
        height: auto;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-01 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-02 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-05 img {
        width: 100%;
    }
  .mp-buying-guides-02-left .span6 {
  margin-bottom: 30px;
  }
}

.tall {
  height: 160px;
}
.taller {
  height: 200px;
}


* { box-sizing: border-box; }

.grid
{
   margin: 0 auto;
 
}

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


.BuyingGuideClass > .row-fluid-wrapper {
    width: 1020px;
    margin: auto; 
}

.projects-investments > .row-fluid-wrapper {
    width: 1020px;
    margin: auto; 
}



@media (max-width: 1020px) {
  .BuyingGuideClass > .row-fluid-wrapper {
    width: 100%;
    margin: auto; 
}
  
}
/* .row-fluid-wrapper row-depth-1 row-number-12 
{
    width: 1000px;
    margin: auto; 
} */



.grid-sizer{ width: 32%; }
.gutter-sizer { width: 2%; }


.grid-item {
  width: 32%;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
}

.grid-item--twothirds {
  width: 66%;
  height: auto;
  float: center;
  background: #fff;
  margin-bottom: 20px;
}



.grid-item--width2 { width: 340px; }
.grid-item--width3 { width: 520px; }
.grid-item--width4 { width: 780px; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }

.time-to-read
{
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  position: absolute;
  opacity: 0.5;
  background-color: #363251;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  text-align: center;
  color: #d7d4db;
  width: calc(100% - 40px);
  height: 30px;
}
.golden-tag{
  font-size: 21px !important;
  line-height: 1.19 !important;
  text-align: center !important;
  color: #b3a594 !important;
}
.single-post-reading-time{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #212121;
    background-color: #b494a0;
    height: 26px;
    width: 94px;
    padding: 4px 12px;
}
.reading-time-frangpani
{
display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    background-color: rgba(54, 50, 81, 0.55);
    font-size: 12px;
    text-align: center;
    color: #d7d4db;
    width: 100%;
    padding: 6px;
}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}
  .mb-margin-130 {margin: 130px 0;}
  .mb-margin-140 {margin: 140px 0;}
  .mb-margin-150 {margin: 150px 0;}
  .mb-margin-160 {margin: 160px 0;}
  .mb-margin-170 {margin: 170px 0;}
  .mb-margin-180 {margin: 180px 0;}
  .mb-margin-190 {margin: 190px 0;}
  .mb-margin-200 {margin: 200px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}
  .mb-margin-top-130 {margin-top: 130px;}
  .mb-margin-top-140 {margin-top: 140px;}
  .mb-margin-top-150 {margin-top: 150px;}
  .mb-margin-top-160 {margin-top: 160px;}
  .mb-margin-top-170 {margin-top: 170px;}
  .mb-margin-top-180 {margin-top: 180px;}
  .mb-margin-top-190 {margin-top: 190px;}
  .mb-margin-top-200 {margin-top: 200px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
  .mb-margin-bottom-130 {margin-bottom: 130px;}
  .mb-margin-bottom-140 {margin-bottom: 140px;}
  .mb-margin-bottom-150 {margin-bottom: 150px;}
  .mb-margin-bottom-160 {margin-bottom: 160px;}
  .mb-margin-bottom-170 {margin-bottom: 170px;}
  .mb-margin-bottom-180 {margin-bottom: 180px;}
  .mb-margin-bottom-190 {margin-bottom: 190px;}
  .mb-margin-bottom-200 {margin-bottom: 200px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}
.padding-160 {padding: 160px 0;}
.padding-170 {padding: 170px 0;}
.padding-180 {padding: 180px 0;}
.padding-190 {padding: 190px 0;}
.padding-200 {padding: 200px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}
.padding-top-170 {padding-top: 170px;}
.padding-top-180 {padding-top: 180px;}
.padding-top-190 {padding-top: 190px;}
.padding-top-200 {padding-top: 200px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20  {padding-bottom: 20px;}
.padding-bottom-30  {padding-bottom: 30px;}
.padding-bottom-40  {padding-bottom: 40px;}
.padding-bottom-50  {padding-bottom: 50px;}
.padding-bottom-60  {padding-bottom: 60px;}
.padding-bottom-70  {padding-bottom: 70px;}
.padding-bottom-80  {padding-bottom: 80px;}
.padding-bottom-90  {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}
.padding-bottom-170 {padding-bottom: 170px;}
.padding-bottom-180 {padding-bottom: 180px;}
.padding-bottom-190 {padding-bottom: 190px;}
.padding-bottom-200 {padding-bottom: 200px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}
  .mb-padding-130 {padding: 130px 0;}
  .mb-padding-140 {padding: 140px 0;}
  .mb-padding-150 {padding: 150px 0;}
  .mb-padding-160 {padding: 160px 0;}
  .mb-padding-170 {padding: 170px 0;}
  .mb-padding-180 {padding: 180px 0;}
  .mb-padding-190 {padding: 190px 0;}
  .mb-padding-200 {padding: 200px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}
  .mb-padding-top-130 {padding-top: 130px;}
  .mb-padding-top-140 {padding-top: 140px;}
  .mb-padding-top-150 {padding-top: 150px;}
  .mb-padding-top-160 {padding-top: 160px;}
  .mb-padding-top-170 {padding-top: 170px;}
  .mb-padding-top-180 {padding-top: 180px;}
  .mb-padding-top-190 {padding-top: 190px;}
  .mb-padding-top-200 {padding-top: 200px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
  .mb-padding-bottom-130 {padding-bottom: 130px;}
  .mb-padding-bottom-140 {padding-bottom: 140px;}
  .mb-padding-bottom-150 {padding-bottom: 150px;}
  .mb-padding-bottom-160 {padding-bottom: 160px;}
  .mb-padding-bottom-170 {padding-bottom: 170px;}
  .mb-padding-bottom-180 {padding-bottom: 180px;}
  .mb-padding-bottom-190 {padding-bottom: 190px;}
  .mb-padding-bottom-200 {padding-bottom: 200px;}
}
@media (max-width: 600px) {
  .grid-item {
    width: 100% !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
}
  .social-list a{
  margin: 0 2px;
}
 
}
@media (max-width:767px) {
  .team-wrapper{
  margin-bottom: 20px;
  }
  .country-row{
  margin-top: 7.5px !important;
  }
   .country-row>div>.row-fluid{
  display: flex;
     flex-wrap: wrap;
  }
  .country-row>div>.row-fluid>div{
  width: calc(50% - 7.5px) !important;
  }
  .country-row>div>.row-fluid>div:nth-child(odd){
    /* margin-right: 7.5px; */
  }
  .country-row>div>.row-fluid>div:nth-child(even){
  margin-left: 7.5px;
  }
  
  .io-container>.row-fluid{
    flex-direction: column;
    
  }
  .mp-buying-guides-01-box {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
  .mp-buying-guides-01-box.mp-buying-guides-01-right{
  height: 131px;
  }
    .projects-investments .mp-buying-guides-01-left{
  height: 328px;
  }
  #wistia-vid-1{
        min-height: 185px;
  }
    .projects-investments .mp-buying-guides-01-left{
  height: 328px;
  }
  .projects-investments .mp-buying-guides-02-box-04{
      height: 330px;
  }
  .projects-investments .mp-buying-guides-02-box-05{
  min-height: 483px;
  }
  
  .projects-investments>.row-fluid-wrapper {
    width: auto !important;
}
  .mp-buying-guides-02 .mp-buying-guides-02-box {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-01{
  padding: 0;
    min-height: 256px;
    height: auto;
  	}
  .mp-buying-guides-02 .mp-buying-guides-02-box-02{
    padding: 0;
    min-height: 259px;
    height: auto;
  }
  .mp-buying-guides-02 .mp-buying-guides-02-box-03{
    padding: 0;
    min-height: 196px;
    height: auto;
  }
    .mp-buying-guides-02 .mp-buying-guides-02-box-04{
    padding: 0;
    min-height: 185px;
    height: auto;
  }
    .mp-buying-guides-02 .mp-buying-guides-02-box-05 {
        padding: 0;
        min-height: 532px;
        height: auto;
    }
    .mp-buying-guides-02 .mp-buying-guides-02-box-01 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-02 img,
    .mp-buying-guides-02 .mp-buying-guides-02-box-05 img {
        width: 100%;
    }
  .mp-buying-guides-02-left .span6 {
  margin-bottom: 30px;
  }
  
}

/*.niseko-report .p-left-column {
 margin-top:30px; 
} */

div#hs_form_target_module_16147651715111692, div#hs_form_target_module_162245866053252 {
  width:100% !important;
}

.newSubscribeButton .hs_full_name , .hs_email, .actions {
     margin-top: 10px;
}


.newSubscribeButton  .actions {
text-align: center;
}
.newSubscribeButton input[type=text] {
    width: 100% !important;
    height: 40px !important;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px 1px rgb(106 106 127 / 50%);
    border: solid 1px #eae7e4;
    background-color: #f7f5f2;
}

#hs_cos_wrapper_module_16147651715111692_title {
  text-align:center;
  font-weight:600;
}

.newSubscribeButton form {
  display:inline !important;
}

#hs_cos_wrapper_module_16147651715111692 {
 width: 70%;
    margin: auto; 
}

div#hs_form_target_module_16147651715111692 form div.hs_submit {
    margin: 0 !important;
     margin-left: 0 !important; */
    text-align: center;
    max-width: 100% !important;
}

/*.parallax-header {
    background-image: url("https://www.propeterra.com/hubfs/river-5641608_1920.jpg") !important;
} */