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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.full-width-banner img { width: 100% !important;} 
/* hoping that this fixes my banner issue */


  
  .hs-cta-wrapper a.cta_button {
    background-color: transparent !important;
    border: none!important;
    border-radius: 5px !important;
}

#hs_menu_wrapper_module_151211422227183 ul li a:hover .arowgreenhover {
    display: inline-block;
}
.research-template .cutomMYmenu a {
  margin-top: 0;
}

#hs_menu_wrapper_module_1511776188772529 ul li a:hover .arowgreenhover {
    display: inline-block !important;
}
#hs_menu_wrapper_module_1511776188772529 ul li a:hover .white_arrow{
    display: none;
}
#hs_menu_wrapper_module_151211422227183 ul li a:hover .white_arrow{
    display: none;
}


.property-contact-us-form select {
    height: 33px;
}
.arowgreenhover {
    display: none !important;
}
.stakeIG__bar.darker::before {
    border-width: 35px 23.33333333px 35px 0!important;
}
.stakeIG__bar.darker::after {
    left: 23.333px!important;
    right: 0;
    height: 160px;
    background-color: #003A80;
}
.stakeIG__diagram {
    position: relative;
    height: 70px!important;
    margin: 20px 0;
    overflow: hidden;
}
.text-bold {
    font-weight: 900;
}
.customteam_slider li .even .team-item-image, .customteam_slider li .odd .team-item-image {
    object-fit: cover;
}
.stakeIG__description {
    font-size: 25px!important;
    font-weight: 100;
    line-height: 1.1;
    text-align: left!important;
    vertical-align: middle;
    color: #555;
    padding-top: 45px;
}
.touchLives__description > span.large {
    font-size: 40px!important;
}
.employmentChart__item.lastItem.property.shown .employmentChart__label {
  font-size: 15px;
}  
.employmentChart__item.lastItem.property.shown .employmentChart__label .inmillions {
  font-weight: bold;
}  
.employmentBarChart__item {
    padding-top:5px!important; 
}
.about-industry .graph_holder .row-number-16 .row-fluid {
  border-bottom: 1px solid #fff;  
  position: relative;
}
.top-left-info {
  border-right: 1px solid #fff;
  padding-bottom: 45px;
}  
.bottom-left-info {
  border-right: 1px solid #fff; 
}
.about-industry .stakeIG {
  padding-left: 3px;
}
.about-industry .property-industry {
  padding-top: 0;
}
.about-industry-abovetext .property-industry {
  padding-bottom: 12px;
} 
.white-line {
  background: #fff none repeat scroll 0 0;
  min-height: 1px !important;
}
 
.australias-property-info .touchLives__description {
  text-align: left;
}
.accordion-content-style .sub-category-accordion .accordion_content li {
  border: 0 none;
  color: #000000;
  font-size: 15px;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: disc outside none;
display: list-item;
margin-left: 1em;
}
.stakeIG__text {
    position: absolute;
    left: 40px;
    top: 30px!important;
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: #555555!important;
    font-weight: 100;
    text-align:left!important;
    line-height: 150px;
    vertical-align: middle;
}
.infographic__inner { 
  position: relative !important;
  text-align: left !important;  
}
.graph_holder {
    background: #E6E6E6;
}
.touchLives__description span:nth-child(2) {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 107px;
  text-align: left;             
  text-transform: uppercase;
  width: 57%;
}
.participant-img { 
  margin-top: 31px;
}
.employmentBarChart__item.property {
    padding-top: 0;
    width: 44%;
}
.employmentBarChart__item.manufacturing {
    width: 57%!important;
}
/*.employmentBarChart__item > .employmentBarChart__item__bar{
      display: none;  
}*/
.employmentChart__label span {
    display: block;
}
.tabber-content ul li {
  list-style: initial !important;
}
.touchLives__diagram {

    float: left!important;
}
.customemobile_accordian {
    display: none !important;
}
::-webkit-scrollbar {
 		-webkit-appearance: none;
		width: 7px;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0,0,0,.5);
		box-shadow: 0 0 1px rgba(255,255,255,.5);
	}
.property-tabs .tabber-tabs li {
    border-bottom: 1px solid #00367e!important;
    
}
.property-industry.property-industry1 {
  padding: 23px 0 0;
} 
.subscribe-bg1 .subscribe-section p {
  line-height: 36px;
}      
.property-tabs .tabber-wrap .tabber-tabs {
    border-right: 1px solid #00367e;    
    height: 100%;
    min-height:665px;
}
.property-tabs .tabber-wrap li {
  list-style: outside none none;
}
.tabber-content ul li {
  list-style: initial !important;
}
.micro_cta #cta_button_2095495_0d7be430-7b47-40b7-90ce-27b5194f1c4c {
    border-color: #fff !important;
}
.blue-menu-bottom-slider .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    position:relative;
}
.blue-menu-bottom-slider .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a::before {
  /*  content: "\f104";
    font-family: FontAwesome;
    font-size: 25px !important;
    position: absolute;
    top: 19px; 
    left: 10px;*/
}   
.category-page h2{
      font-size:50px!important;  
      padding: 10px 0 !important;
}
.subpage-banner-bg {
    min-height: 428px;
}
.subpage-banner-bg h2 {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  color: #fff !important; 
  display: table;
  margin-bottom: 17px;
  margin-top: 158px;
  padding-bottom: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0;
  text-align: left;
  width: auto;
}
.property-tabs .tab-pane {
    padding-top: 10px !important;
   
}
.cutomMYmenu a {
     color: #fefefe !important;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 100% !important;
    padding: 15px 25px !important;
    display: inline-block;  
}
.cutomMYmenu a:hover {
    color: #ccc !important;
}
.property-tabs .page-center {
    padding:0  0!important;
}

.property-industry {
    color: #00367e;
    padding-left: 0px;
    padding-right: 0px;   
}
.industry-video-section {
    padding: 100px 0 0;
        padding-right: 0px;
        padding-left: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.industry-video-section #home-video {
    max-width:100% !important;
} 
.tabber-content li {
  list-style: initial !important;
}

.property-tabs .tabber-content {
    border-left:0px!important;
}
.property-tabs .tabber-content {
height: 665px!important;  
overflow-y: auto!important;  
}
.property-program .property-industry.property-industry1 h2 span strong {
  display: inline;
}
/*.customteam_slider li{
    width: 1169px !important;
}*/
#hs_cos_flex_slider_module_151271375317794 .customteam_slider > li:first-child {display: block; -webkit-backface-visibility: visible;}
#hs_cos_flex_slider_module_151271375317794 .customteam_slider > li {display: none; -webkit-backface-visibility: hidden;}

.research-template .backto-campaign a {
  margin-top: 0;
} 
.cta_groups a {
  margin: 15px 0;  
}

.custom-btn > .cell-wrapper.layout-widget-wrapper > #hs_cos_wrapper_module_152704538773086 {
    text-align: left;
    width: 100%;
    margin: 10px 0;
} 
.custom-btn #cta_button_2095495_7a52f903-4e21-4a81-ab79-0477049ecc00
{
  padding: 15px 25px !important;
  border-radius: 0 !important;
}
.custom-section .span12.widget-span.widget-type-rich_text #hs_cos_wrapper_module_1527048378566204 p:nth-child(2)
{
    text-align: left !important;
}
.overview-page-search {
  margin-top: 7.5%;
}
.subscribe-bg1 .subscribe-section {
  padding-bottom: 0;
} 

 .last-span {
    margin-left: 0 !important;
}
/*diversity-events page css start*/
.diversity-events-upcoming .date p {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
} 
.diversity-events-upcoming .date p:nth-child(1) {
  font-weight: 300;
  margin-left: 7px;
  margin-top: 7px;
}  
.diversity-events-upcoming .authr {
  text-transform: uppercase;
} 
.diversity-events-upcoming .upcoming-warper:nth-child(1) {
  margin-bottom: 10px;
}

/*diversity-events page css End*/
/*19-12-2018 for responsive changes css start*/
.simple-menu.blue-bg-menu .hs-menu-item a {
  padding: 25px 23px 15px !important;
} 
.commitment-heading {
  font-size: 30px;
}   
.hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper, .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper, .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {
  display: block;
  position: relative;
}
.row-fluid  .mentoring{padding: 60px;}
.nsw-section{padding: 30px;}
.nsw-inner-section{padding: 40px;}   
.wa-section{padding: 30px;}
.row-fluid .page-center.program-three-box {
  margin-top: 40px;
} 
.women-in-property-content .property-industry h2 {
  font-size: 19px;
}  
.row-fluid #hs_cos_wrapper_module_1544685870413334 {
  padding-left: 0 !important;
}  
/*19-12-2018 for responsive changes css End*/
/*26-12-2018 for responsive changes css start 500-women all 5 pages*/
.sponsor-information{padding: 60px;}
.sponsor-led{padding: 30px;} 

/*26-12-2018 for responsive changes css End 500-women all 5 pages*/
/*15-1-2019 for responsive changes css start our-women-leader */
.leaders-row {
  border-bottom: 1px solid #333;
  float: left;
  margin-bottom: 50px;
  padding-bottom: 32px;
  width: 100%;
} 
.leaders-row .span4 {
    text-align: right;
} 
     


/*15-1-2019 for responsive changes css End our-women-leader */
/******@media***/  

@media screen and (max-device-width: 768px) and (orientation: landscape) { 
  .research-template.event-template .header-container-wrapper .hs_cos_wrapper_type_logo img, .header-container-wrapper .hs_cos_wrapper_type_linked_image img {
    width: 15% !important; 
    margin-top: -25px;
}  
.layout-widget-wrapper #hs_cos_wrapper_module_1512305455603197 {
    margin-bottom: 0 !important;
    display: block !important;
}
.research-menu .mobile-trigger {
    top: 0px !important; 
} 
}
@media(max-width:1280px){
.diversity-committees-bg .subpage-banner-bg {
  background-size: 100% 100%;
}  
.research-header-top span {
  width: auto;
}
}
@media(max-width:1600px){
.touchLives__description > span.large {
  font-size: 30px !important;
}
.touchLives__description span:nth-child(2) {
  display: inline-block;
  font-size: 25px;
  margin-bottom: 107px;
  text-align: left;
  text-transform: uppercase;  
  width: 53%;
}   
}                             
@media (max-width:767px){
.women-leaders-heading h2 {
    font-size: 19px;
}  
.leaders-row {
    margin-bottom: 36px;
    padding-bottom: 10px; 
}
.leaders-row {
        display: -webkit-box;   
        display: -moz-box;      
        display: -ms-flexbox;   
        display: -webkit-flex;  
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
.leaders-row .span8{
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        width: 100%;
    }
.leaders-row .span4{
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        width: 100%;
    }  
   
.leaders-row .span4 {
    text-align: left;
}
.leaders-row .span8 {
    padding-top: 12px;
}
.research-template.event-template.contact-us-page .event-footer-logo .cell-wrapper.layout-widget-wrapper {
  margin-top: 17px;
  text-align: center;
} 
.property-contact-us-form #hs_cos_wrapper_widget_5429417287 {
  margin-bottom: 25px !important;
  padding-bottom: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
} 
.property-contact-us-form h4 span {
    font-size: 20px !important;
}
.property-contact-us-form select {
  height: 33px;
}
.property-contact-us-form #hs_cos_wrapper_widget_5429417286 {
    padding-top: 0 !important;
} 
.subscribe-text p span {
    font-size: 20px !important;
}
.section.post-body .diversity-section  h1 span strong {
  margin-left: 8px;
} 
.vic-section h1 {
    line-height: 25px;
    margin-bottom: 0;
}
.wa-section h1 { 
    line-height: 25px;  
    margin-bottom: 0;
} 
.book-course-banner h1 strong span {
  font-size: 13px !important;
  line-height: normal;
}   
.sponsor-led {  
  padding: 30px 0px;
} 
.sponsor-information {
  padding: 20px 15px;
} 
.linkedin-banner-bottom .bg-dark-brand-mix .page-center p {
  margin: 0;
}  
.linkedin-banner-bottom .bg-dark-brand-mix .page-center table {
  width: 100% !important;
}
  .linkedin-banner-bottom .bg-dark-brand-mix .page-center table td:nth-child(2) span {
  font-size: 23px;
  line-height: normal;
}
.linkedin-banner-bottom .bg-dark-brand-mix .page-center table td:nth-child(1) {
    width: 20% !important;
}  
  .linkedin-banner-bottom .bg-dark-brand-mix .page-center table td:nth-child(2) {
    width: 80% !important;
}
.linkedin-banner-bottom .bg-dark-brand-mix {
  padding: 15px 0;
}
 a#cta_button_2095495_b44fae7a-a0bc-4275-ba6b-2b1b91502c4d {
  font-size: 20px !important;
} 
 a#cta_button_2095495_80b68868-7f56-41db-ba2c-f28f9a55e95c {
  font-size: 20px !important;
}
 a#cta_button_2095495_b6c18621-a236-416d-a690-c953ee9d992f {
  font-size: 20px !important;
}
#tabstc2 .ui-tabs-anchor {
  box-sizing: border-box;
}
.custom-menu-primary.js-enabled .hs-menu-flow-horizontal {
  background: #333333 none repeat scroll 0 0;
  box-shadow: none;
}  
.row-fluid .page-center.program-three-box {
  margin-top: 0;
}  
  
 .progress-content h2 {
  font-size: 24px;
}
.progress-content h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.progress-content h3 {
  font-size: 21px;
}
 .cta-box img {
  width: 100%;
}
  .wa-section{padding: 15px;}
.row-fluid #hs_cos_wrapper_widget_1544661225705218 {
  padding: 58px 0 30px !important;
}
.nsw-inner-right {
  padding: 0 15px;
} 
 .nsw-inner-section {
  padding: 15px;
}
.nsw-section {
  margin-top: 13px;
  padding: 0;
}
 .row-fluid  #hs_cos_wrapper_widget_1544661373648342 {
  padding-left: 0 !important;
}   
.row-fluid #hs_cos_wrapper_module_1512114365301309 {
  padding-left: 0 !important;
}
.diversity-committees-bg img {
  height: 140px;
}  
.row-fluid .upcoming-list {
  padding: 14px 11px;
}
.row-fluid .upcoming-list .date {
  width: 70%;
}
.row-fluid .upcoming-list .authr {
  font-size: 16px;
  width: 29%;
}  
.row-fluid .upcoming-list .post-title {
  margin-right: 24px;
  width: 63%;
}  
.row-fluid .upcoming-list .forum {
  font-size: 17px;
  width: 29%;
  text-align:left;
}  
.upcoming-list .post-title a {
  font-size: 17px;
}     
   
 .property-industry1 h1 {
  font-size: 25px;
}
.map .states li.wa {
  height: 193px;
  left: 1px;
  top: 21px;
  width: 117px;
}  
.map .states li.qld {
  height: 138px;
  right: 23px;
  top: 0;
  width: 117px;
}
.map .states li.nsw {
  bottom: 159px;
  height: 99px;
  right: 159px;
  width: 70px;
}
.map .states li.act {
  bottom: 47px;
  height: 50px;
  right: 10px;
  width: 77px;
} 
.map .states li.vic {
  bottom: 45px;
  height: 23px;
  right: 105px;
  width: 41px;
}
.map .states li.sa {
  bottom: 76px;
  height: 80px;
  left: 124px;
  width: 80px;
}  
     
.commitment-heading {
  font-size: 23px;
}
.custom-menu-primary .hs-menu-wrapper {
  z-index: 11 !important;
} 
.cstm_panel .span12.widget-span.widget-type-cell.page-center.property-industry.property-industry1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row-fluid .simple-menu.blue-bg-menu .hs-menu-item a {
  padding: 15px 23px !important; 
}
.blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  display: block;
  float: none;
  line-height: 10px;   
  margin: 0;
  width: 100%;
}
.blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  padding: 12px 0;
}
.diversity-events-upcoming .upcoming-warper .upcoming-list .post-title {
  width: 100%;
}
.diversity-events-upcoming .upcoming-warper .upcoming-list .post-title a {
  font-size: 16px;
}
.diversity-events-upcoming .upcoming-warper .upcoming-list .forum{
  width: 100%;
  font-size: 16px;
  text-align: left;  
}  
.diversity-events-upcoming .date p {
  font-size: 16px;
} 
  .diversity-events-upcoming .upcoming-warper .upcoming-list .authr {
  font-size: 16px;
  margin-top: 11px;
  text-align: center;
}

.diversity-backto-campaign .back-arrow a {
  background-position: 5% 62%;
} 

.row-fluid  .property-member-section .member-box {
  margin-top: 12px;
}
 .clientImg {
  margin: 0 auto;
}
 .property-member-section .member-box {
  float: left;
  text-align: center;
  width: 50%;
}
.property-member-section .member-box {
  text-align: center;
}
.video-spacer {
  display: none !important; 
}
.bg-tinted-dark .aplite-section-wrap.bg-dark-brand-mix .page-center h1 {
  font-size: 25px;
}
#prosperous-victoria #hs_cos_wrapper_module_153896726701759 span {
  margin: 12px 0 0 0;
  display: inline-block;
}   
.support-campaign-bg .cell-wrapper.layout-widget-wrapper {
  padding: 0 4%;
}         
.footer-bottom h5 {
  text-align: center !important;
}      
.full .bluebg-week .left::after {
    position: relative;
}
.move-section .australia-blog-side-bar {
  margin-top: 45px;
}
.upcoming-warper .upcoming-list {
  padding: 14px 11px;
}
    .span12 .australia-blog #hubspot-author_data::after {
  margin-left: 19px;
  max-width: 60px;
}
.australia-blog-listing .first-post-left {
  width: 100%;
}   
.australia-blog-listing .first-post-right {
  width: 100%;
} 
 
.research-template .single-blog-banner .aplite-home-banner-title {
  font-size: 20px;
  height: auto;
  margin-top: 0;
}  
 .themove-heading h3 {
  margin-top: 18px;
}
.blog-banner .aplite-banner-research {
  padding-bottom: 0;
}
.blog-banner .aplite-banner-research .aplite-home-banner-title {
  margin-bottom: 0;
}
.instagram-section strong img {
  width: 32px !important;
} 
section.post-body h4 span {
    font-size: 21px !important;
}
.content-video-section span {
    font-size: 21px !important;
}  
.row-fluid .green-banner-heading h1 span:first-child {
  display: inline-block;
}
.row-fluid-wrapper .row-fluid .green-banner-heading h1 span {
  font-size: 21px;
}  
.row-fluid .green-banner-heading h1 em {
  font-size: 21px;
}

.social-images {
  text-align: center;
} 
.social-images a br {
  display: none;
}
.row-fluid  .involved-heading h4 strong {
  font-size: 16px;
}
.row-fluid .involved-heading h4 a span {
  display: inline-block;
  font-size: 16px !important;
}
.row-fluid  .podcast-heading h1 span {
  font-size: 23px;
}  
.section  .future-direction h1 span {
  font-size: 28px;
}
.row-fluid .season-heading h1 span {
  font-size: 26px;
} 
.row-fluid .season-heading h1 span strong {
  display: block;
}
.row-fluid  .social-heading h1 span {
  font-size: 26px;
}  
.green-banner-heading h1 {
  line-height: 26px;
}
.green-banner-heading h1 em {
  font-size: 21px;
}      
.podcast-page .subscribe-bg {
  background-size: cover !important;
}      
.social-images a img {
  margin-right: 5px;
  width: 49px !important;
}
.row-fluid  .green-banner-heading h1 span {
  font-size: 17px;
}
.section .future-direction h1 {
  line-height: 35px;           
}
.row-fluid .season-heading h1 {
  line-height: 34px;
}
.row-fluid .podcast-heading h1 span span {
  display: block;
}
.row-fluid .green-banner-heading h1 span strong {
  display: block;
}
.custom-btn #cta_button_2095495_7a52f903-4e21-4a81-ab79-0477049ecc00 {
  margin-top: 0;
}
.row-fluid  .season-heading h3 span {
  font-size: 22px;
}  
.section .future-direction h1 span strong {
  display: block;
}
.section .future-direction h1 span {
  font-size: 22px;
}
    
    
.row-fluid .our-podcast-section {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 0;
}     
.section .future-direction {
  padding-bottom: 0;
}    
.gallery-section {
  padding-top: 0;
}    
       
.podcast-iframe iframe {
  height: 400px;
}
.research-template .research-templat {
  height: auto;
}
.research-template .research-templat > video {
  min-height: auto;
}  


.great-cities-page .slick-slider {
  display: none;
}
.great-cities-accordion iframe {
  width: 100% !important;
}
.greatcities-imagevideo-section iframe {
  width: 100% !important;
}
.great-cities-accordion img {
  margin-bottom: 50px;
  width: 100%;
}
.greatcities-imagevideo-section img {
  margin-bottom: 50px;
  margin-top: 10px;
  width: 100%;
}
.research-template.great-cities-page .sub-category-accordion {
  margin-left: 0% !important;
  width: 100% !important;
}
.light-blue-bg #cta_button_2095495_165e4f1a-5313-4c2e-a7fd-edc59703e519 {
  margin-bottom: 15px;
}
.cta_groups h2 {
  font-size: 48px;
  line-height: 52px;
}
.key-documents .hs_cos_wrapper_type_cta {
  margin: 15px 0;
  width: 100%;
}
.light-blue-bg #cta_button_2095495_165e4f1a-5313-4c2e-a7fd-edc59703e519 {
  margin-bottom: 15px;
}
.cta_groups a {
  margin: 0;
}
.second-menu li {
  display: inline-block !important;
  width: 15%;
}  
.supported-section {
  text-align: center;
}
.barchart__item__content--top > p {
  font-size: 15px;
  line-height: 16px;
} 
.cta_groups {
  text-align: center;  
}  
.cta_groups .hs-cta-img {
  height: 48px;
  width: 88px;  
}
#cta_button_2095495_bd17fa51-46ab-43c1-b53e-2757fd74df08 {
  margin-top: 0;
}
#hs-cta-img-53226147-6377-4bec-94c8-7bfbf9bb2b12 {
  width: 88px;
}
.news-and-updates-section .span4.widget-span.widget-type-rich_text {
  padding-left: 0 !important;
  text-align: center;
}  
.news-and-updates-section .span4.widget-span.widget-type-cta {
  text-align: center;
}     
.subscribe-text {
  padding-top: 0 !important;
} 
.span12.widget-span.widget-type-cell.light-blue-bg.property-tabs.page-center.customemobile_accordian {
  margin-top: 52px; 
}  
.cta_groups .span3 {
  margin-bottom: 10px;
}
.cta_groups .span3 h3 {
  margin: 0;
}
.cta_groups .span3 h3 a {
  margin-top: 0;
}
    
.row-fluid .backto-campaign img {
  left: 15px;
  top: 22px;
}
.touchLives__description {
  float: left;
  text-align: left !important;
}
.touchLives__description span:nth-child(2) {
  font-size: 21px;
  width: 100%;
}
.touchLives__description > span.large {
  font-size: 24px !important;
}
    
    .subpage-banner-bg h2 {
    background: rgba(0,0,0,0.2) none repeat scroll 0 0;
    color: #fff !important;
    display: table;
    margin-bottom: 17px;
    margin-top:35px;
    padding-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0;
    text-align: left;
    width: auto;
}
    .customemobile_accordian #hs_cos_wrapper_module_1514624863898195 h1 {
    font-size: 20px;
}
    
.customemobile_accordian .accordion {
    box-shadow: 0 0 3px 0 #ccc;
    margin-bottom: 5px;
    border: 1px solid #003a80;
}

.customemobile_accordian .accordion .accordion_icon{
      background:#003a80!important;
}
 .customemobile_accordian .accordion .accordion_content { 
     max-height: 350px;
     height: auto;
     overflow-y: scroll;
     
 }
.customemobile_accordian .accordion_group {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    margin: 0;
}

.customemobile_accordian .accordion:hover .accordion_group .accordion_header { 
    background:#003a80;
    color:#fff;
    
}
    .customemobile_accordian{
      display:block !important;   
     }
     .hide-on-mobile {
    display: none !important;
}
    .property-tabs .tabber-wrap .tabber-tabs {
    border-right:0px solid #00367e!important;
        
    }
     .subpage-banner-bg {
    min-height:auto!important;
    padding-bottom:0px!important;
     min-height: 150px !important;
}   
    .subscribe-section {
    padding: 0 0px 20px 0;
}
a#cta_button_2095495_6c905e1c-820c-4ed2-9450-0dbb193888ee {
    padding: 10px 15px!important; 
}    
    .light-blue-bg {
    background: none!important;
        
    }
   .top-stories-content h3 {
    min-height: 0!important;
    margin-bottom:0px;
} 
    
 .industry-read-more {
    margin-top: 35px;
    margin-bottom: 60px;
} 
    
   a#cta_button_2095495_c52291aa-5a77-4975-8366-580eaa09a017 {
    padding: 10px 15px !important;
}
    
.property-tabs .tabber-content {
    border-left:0px!important;
    height: 400px;
    overflow: auto;
} 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    white-space: inherit !important;
    display: inline-block!important;
}   
.category-page h2 {
    display: inline-block;
    font-size: 18px !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
    line-height: 24px !important;
}
    #cta_button_2095495_9f26f81b-f3ce-444d-8d50-2f31825bb58a {
    padding:10px 15px !important;
}
 .backto-campaign img {
    vertical-align: middle;
    margin-right: 70px;
    width: 20px;
    position: absolute;
    top: 25px;
    left: 3px; /*Commented by HS Support on May 2 2018*/
}   
.backto-campaign a {
    position: relative;
}
.top-stories-content h3 {
    font-size: 18px;
}    
.breaking-news h2, .top-stories-heading h2, .event-bg h2 {
    margin-bottom: 0;
    font-size: 25px;
}
.event-section-ind .list-item.span6 {
    text-align: center;
}
.news-heading h2 {
    font-size: 25px;
}
.breaking-news h3 {
    min-height: auto;
    margin-top: 20px;
    font-size: 18px;
}
#hs_cos_wrapper_module_1511767118668320 h2 {
    text-align: center;
}
   .event-bg h3 {
    text-transform: capitalize;
    margin-bottom: 10px; 
    min-height: 100%;
    margin-top: 20px;
} 
a#cta_button_2095495_6c905e1c-820c-4ed2-9450-0dbb193888ee {
    padding: 15px 30px;
}    
    
 .creating-jobs-heading h2 {
    color: #fff;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    font-size:14px;
}   
    
    
 .event-bg .event-content {
    width: calc(100% - 0px);
    float: right;
}   
    .hs_cos_flex-slider .caption h2 {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
}
   
   .hs_cos_flex-slider .caption {
    background-color: transparent !important;
    line-height: 1 !important;
    text-align: left !important;
    max-width: 100%;
    font-size: 14px !important;
    bottom: 8% !important;
    text-align: center !important;
}
    
 .hs_cos_flex-direction-nav li + li a {
    background: url("https://cdn2.hubspot.net/hubfs/2095495/arrow_right_2.png") no-repeat 0 0 !important;
}
 .hs_cos_flex-direction-nav a {
    height: 48px !important;
    width: 20px !important;
    background: url("https://cdn2.hubspot.net/hubfs/2095495/arrow_left2.png") no-repeat 0 0 !important;
        background-size: auto auto;
    background-size: 100% auto !important;
    top: 54%;
}   
.subscribe-section h3 { 
    font-size: 17px;
    line-height: 21px;
}

.category-page .subscribe-section .cta_button {
    background-color: #00367e !important;
    font-size: 15px;
    padding: 10px 15px!important;
}
.slider-gallery .hs_cos_gallery_thumbnails .slick-next::before {

    content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-right-blue2.png");

}
.slider-gallery .hs_cos_gallery_thumbnails .slick-next::before {
    content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-right-blue2.png");
    right: 28px !important;
    position: relative;
    top: 15px;
}    
 .slider-gallery .hs_cos_gallery_thumbnails .slick-prev::before {
    content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-left-blue2.png")!important;
}
.slider_product .hs_cos_team_flex-next::before {
    content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-right-blue2.png");
}
.slider_product .hs_cos_team_flex-prev::before {
    content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-left-blue2.png");
}

.slider-gallery .hs_cos_gallery_thumbnails .slick-prev {
    left: -12px!important;
    margin-top: -47px;
    width: 40px;
    height: 100px;
}

 .slick-slide {
    display: none;
    float: left;
}

   .slick-track {
    overflow: hidden;
}
.category-page h2 {
    display: inline-block;
    font-size: 16px !important;
    margin-bottom: 18px;
    margin-left: 0px !important;
}

.property-tabs .module_1512213292687153 .tabber-content {
    padding-right: 10px;
    padding-left: 10px;
}
.category-page h2 {
    display: inline-block;
    font-size: 20px !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
}
.mobile-trigger {
    top: 45px !important;
}

.header-fixed .mobile-trigger{
  top: 40px !important;     
}
.blue-menu-bottom-slider .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 25px !important;
    position: absolute;
    top: 19px;
    left: auto;
    display: inline-block;
    margin-left: -15px;
}
.subscribe-section h3 {
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 0px !important;
}
.property-industry h2 {
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 10px;
}

.property-industry p {
    color: #00367e;
    line-height: 1.3;
}
.header-top-btn a {
    background: #003480 none repeat scroll 0 0;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    padding: 8px 22px;
    position: relative;
    text-transform: uppercase;
}
.property-industry h2 span {
    font-size: 18px !important;
}
.header-top-btn {
    width: 78% !important;
    margin: 0 auto !important;
    float: none !important;
}
.property-industry, .property-tabs {
    padding: 9px 0 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.simple-menu .hs-menu-item a {
    padding: 25px 25px 20px !important;
}
.subpage-banner-bg h2 {
    color: #fff !important;
    background: rgba(0,0,0,0.2);
    padding: 0;
}
.breaking-news h3 {
  margin-bottom: 5px;
}
.breaking-news .list-item {
  margin-bottom: 45px;
}
.breaking-news .list-item:last-child {
  margin-bottom: 0;
}
.property-tabs .tabber-content {
    border-left: 0 !important;
    height: 400px;
    overflow-y: scroll;
}
.cutomMYmenu a {
  font-size: 16px;
  padding: 5px 25px !important;
} 
.cutomMYmenu {
  padding: 10px 0;
}   
.layout-widget-wrapper #hs_cos_wrapper_module_1512305455603197 {
  margin-bottom: 0 !important;
}
 .property-tabs .tabber-content {
    height: 375px !important;
    overflow-y: scroll !important;       
}  
.white-line {
  display: none !important;
}
.blue-menu-bottom-slider .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a::before {
  display: none;
}
.australias-property-info .touchLives__description {
  float: left;
  text-align: left;
}
  
}

@media screen and (min-width: 320px) and (max-width: 374px) { 
.blue-menu-bottom-slider .backto-campaign img {
  top: 29px;
} 
.map .states {
  background-repeat: no-repeat;
  background-size: contain;
  height: 370px;
  width: 347px;
}
.states li a:hover {
  background: none;
}
}
@media screen and (min-width: 320px) and (max-width: 375px) { 
.blue-bg a {
  font-size: 13px; 
}
.row-fluid .backto-campaign img {
  left: 18px;
  top: 20px;
} 
.row-fluid-wrapper .row-fluid .property-industry.property-industry1 .fast-facts {
    margin-bottom: 52%;
}            
.map-section p span {
  font-size: 20px !important;
}
.about-girlsin-property h2 {
  font-size: 19px;
}
.map .states {
  background-repeat: no-repeat;
  background-size: contain;
  height: 282px;
  width: 347px;
}
.podcast-simple-menu .cutomMYmenu a {
  padding: 5px 5px !important;
}
.row-fluid-wrapper .row-fluid .green-banner-heading h1 span {
    font-size: 18px;
}
.row-fluid .green-banner-heading h1 em {
  font-size: 18px;
}
}
@media screen and (min-width: 320px) and (max-width: 413px) { 
.row-fluid .involved-heading h4 strong {
  font-size: 12px;
}
.row-fluid .involved-heading h4 a span {
  display: inline-block;
  font-size: 12px !important;
}
.row-fluid .season-heading h3 span {
    font-size: 17px;
}
.section .future-direction h1 span {
  font-size: 16px;
}
a#cta_button_2095495_4ada4bad-7fa9-45ad-9d37-14dbd39faf10 span {
    font-size: 17px !important;
}     
.subscribe-text p span {
    font-size: 18px !important;
}

}

@media screen and (min-width: 375px) and (max-width: 413px) { 

.blue-menu-bottom-slider .backto-campaign img {
  left: 42px;
  top: 27px;
}  
.map .states {
  background-repeat: no-repeat;
  background-size: contain;
  height: 282px;
  width: 347px;
}
.states li a:hover {
  background: none;
}
.map-section p span {
  font-size: 20px !important;
}
.about-girlsin-property h2 {
  font-size: 19px;
}
.podcast-simple-menu .cutomMYmenu a {
  font-size: 15px;
  padding: 5px 5px !important;
}
}

@media screen and (min-width: 414px) and (max-width: 480px) { 
.blue-menu-bottom-slider .backto-campaign img {
  left: 61px;
  top: 28px;   
}
.map .states {
  background-repeat: no-repeat;
  background-size: contain;
  height: 282px;
  width: 347px;
}
.states li a:hover {        
  background: none;    
}
.map-section p span {
  font-size: 27px !important;
}
.podcast-simple-menu .cutomMYmenu a {
  padding: 5px 17px !important;
}
} 

@media screen and (min-width: 481px) and (max-width: 767px) {
.upcoming-warper .upcoming-list .post-title {
  width: 52%;
}
.ipad-map .map .states li.tas {
    bottom: 0;
    height: 32px; 
    right: 88px;
    width: 38px;
}  
.upcoming-warper .upcoming-list .forum {
  width: 12%;
}
.cstm_one .hs_cos_wrapper {
    margin-bottom: 25px;
}   
.first-post-right .hs-author-profile .author-text {
  width: 80%;
}  
.bluebg-week .week-content {
  padding-top: 0;
}
.week-section .bluebg-week .left {
  padding: 4% 8% 6% 3%;
  width: 100%;
}
.bottom-images .widget-type-linked_image {
  text-align: center;
}
    
    
.row-fluid-wrapper .row-fluid .podcast-social-icon .category-social ul {
  width: 40px;
}
.podcast-simple-menu .cutomMYmenu a {
  padding: 5px 19px !important;
}   
.video-section iframe {
    height: 400px;
}
.row-fluid-wrapper .row-fluid .backto-campaign a {
  padding-left: 39px !important;
}   
.microsite-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
  height: 300px;
} 
   .body_custm .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a
  {
    background-position-x: 2%;
    background-position-y: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) { 

.row-fluid .girls-in-property-contactform fieldset {
  margin-bottom: 0 !important;            
}
.girls-in-property-contactform .field  {
  margin-bottom: 15px;
}
.row-fluid .girls-in-property-contactform .hs_firstname input {
  width: 100% !important;
}
.row-fluid .girls-in-property-contactform .hs_lastname input {
  width: 100% !important;
}
.girls-in-property-contactform select {
  width: 100% !important;
}  
.states li a:hover {
  background: none !important;
}
.map .states {
  background-repeat: no-repeat;
  background-size: contain;
  height: 282px;
  width: 347px;
} 
.row-fluid .map {
  margin-bottom: 40px;  
  margin-top: 0;
}  
  .cstm_panel .span12.widget-span.widget-type-cell.page-center {
    padding: 5px !important;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) {  
 .second-menu ul {
  max-width: 400px;
  width: 100%;
}   
}     
@media screen and (min-width: 768px) and (max-width: 1024px) {
.nsw-inner-section h1 {
    line-height: 25px;
    margin-bottom: 0;
} 
.vic-section h1 {
  line-height: 25px;
  margin-bottom: 0;
}
.wa-section h1 {
  line-height: 25px;
  margin-bottom: 0;
}  
    
  
.property-contact-us-form h4 span {
    font-size: 17px !important;
} 
.leaders-row h3 {  
    margin-top: 0;
}
.girls-in-property-menu.simple-menu .hs-menu-item a {
    padding: 12px 25px !important;
} 
 .girls-in-property-map {
    margin-top: 0px !important;
}
.ipad-map .states {
    height: 421px;
}
.girls-in-property-map h1 {
    margin-top: 0;
}
 .blue-bg-menu.women-leaders-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
  padding: 1px 34px !important;
}  
.our-videos-section .col-6.span6 {
    height: 600px;
} 
.our-videos-section .col-6.span6 p:nth-child(1) span {
    line-height: normal;
}
.our-videos-title {
    margin: 0 !important;
    line-height: 4px;
}
.our-videos-title h4 {
    margin-bottom: 0; 
    line-height: normal;
}
.row-fluid  #hs_cos_wrapper_widget_1544676219719166 {
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-top: 73px !important;
}  
  .sponsor-information {
  padding: 0 15px 30px;
}
.sponsor-led {
  padding: 30px 15px;
}
 .mobile-heading.sponsor-led h2 {
  margin-top: 10px;
}
.mobile-heading h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
  .mobile-heading h3 {
  font-size: 25px;
} 
 .keyevent-table {
  float: left;
  overflow-x: scroll;
  width: 100%;
}
.row-fluid .page-center.program-three-box {
  margin-top: 0;
}
 .tabs-content-wrapper h2 {
  font-size: 38px;
  margin-bottom: 12px;
}
.progress-content h2 {
  font-size: 40px;
  margin-bottom: 17px;
} 
.row-fluid .upcoming-list {
  padding: 14px 15px;
  width: 96%;
}
.row-fluid .upcoming-list .date {
  width: 10%;
}
.row-fluid .upcoming-list .authr {
  font-size: 16px;
  width: 15%;
}
.row-fluid .upcoming-list .post-title {
  width: 55%;
}  
.row-fluid .upcoming-list .forum {
  font-size: 15px;
  margin-top: 12px;
  width: 20%;
}  
.row-fluid .post-title a {
  font-size: 17px;
}  
.row-fluid .mentoring {
  padding: 30px;
}     
.nsw-inner-section {
  padding: 0;
}   
.row-fluid #hs_cos_wrapper_module_1512114365301309 {
  padding-left: 15px !important;
  padding-right: 15px;
}   
.row-fluid #hs_cos_wrapper_widget_1544661225705218 {
  padding: 80px 22px 30px !important;
} 
.vic-content {
  padding-right: 15px;
}
.wa-section {
  padding: 0 15px;
}
 .row-fluid #hs_cos_wrapper_widget_1544661373648342 {
  padding-left: 17px !important;
  padding-right: 15px;
}  
  
  
.blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
  padding: 1px 15px !important;
}
.blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  padding: 12px 0 0;
}  
.blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1  {
  line-height: normal;
}
  .diversity-events-upcoming .date p:nth-child(1) {
  margin-top: 0;
}
 .diversity-events-upcoming .upcoming-warper .upcoming-list .post-title {
  width: 53%;
}
.diversity-events-upcoming .upcoming-warper .upcoming-list .post-title a {
  font-size: 16px;
}
.diversity-events-upcoming .upcoming-warper .upcoming-list .forum {
  font-size: 16px;
  text-align: left;
  width: 21%;
}   
.diversity-events-upcoming .date p {
  font-size: 16px;
} 
  .diversity-events-upcoming .upcoming-warper .upcoming-list .authr {
  font-size: 16px;
  margin-top: 11px;
  text-align: center;
    width: 20%;
}
.diversity-events-upcoming .upcoming-warper .upcoming-list .date {
  width: 4%;
} 
  
.backto-campaign.diversity-backto-campaign a {
  padding: 18px 45px 2px !important;
}
.diversity-backto-campaign .back-arrow a {
  background-position: 2% 70%;
}
.diversity-committees-bg .subpage-banner-bg {
  background-size: 100% 100%;
  min-height: 320px !important;   
}  
.pmcc-page .back-arrow a {
  background-position: 2% 43%;
} 
.backto-campaign a {
  padding: 0 0 8px !important;
}

.support-campaign-bg.subscribe-section.heading-style h1 {
  font-size: 23px;
}
.in-news-section .slider-gallery {
  padding: 37px 30px;
}
.category-page .heading-style h2 {
  font-size: 31px !important;
}
.category-page .support-campaign-bg.subscribe-section.heading-style h2 {
  margin-bottom: 0;
}
.in-news-section .slider-gallery #hs_cos_wrapper_module_1538962695392236 span {
  font-size: 31px !important;
}
#Campaignew.slider-gallery {
  padding: 0 30px;
}     
.support-campaign-bg .cell-wrapper.layout-widget-wrapper {
  padding: 0 3%;
}
 .single-blog-banner .aplite-home-banner-title {
  font-size: 31px;
}
 .subscribe-title h4 {
  font-size: 23px;
}
.map-section p span {
  font-size: 29px !important;
}
.map-section h3 span {
  font-size: 29px !important;
}
.map-section h3 {
  margin-top: 0;
}  
.section.post-body h3 span {
    font-size: 29px !important;
}
.supported-by p span span {
  font-size: 29px !important;
}
.instagram-iframe {
    width: 100%;
    float: left;
    overflow-x: scroll;
}  
.instagram-section p span {
    font-size: 24px !important;
}  
.section.post-body h1 span {
    font-size: 29px !important;
}  
.map-section h1 span {
    font-size: 36px !important;
}
.about-girlsin-property h1 span {
    font-size: 36px !important;
}   
.section.post-body h2 span {
    font-size: 35px !important;
}    
.register-now-section a#cta_button_2095495_24510d31-d184-4ed4-82d6-0eba96464701 {
  padding: 15px 43px;
} 
.research-template .research-templat {
  height: auto;
}
.research-template .research-templat > video {
  min-height: auto;
} 
.span12.widget-span.widget-type-cell.subscribe-section.page-center {
  padding: 0 15px;
}
.australias-property-info .graphtext .stakeIG__text {  
  top: 64px !important;
}
.touchLives__description span:nth-child(2) {
  margin-bottom: 7px;
  width: 100%;
}
.infographic__inner .infographic__text {
  font-size: 26px;
  margin-bottom: 4px;
}
.infographic__inner .infographic__text > .large {
  font-size: 40px;
}
.infographic__inner .employmentBarChart__item > .employmentBarChart__item__bar {
  height: 71px;
}
.infographic__inner .employmentBarChart {
  height: 54px;
}   
.infographic .infographic__inner {
  padding: 36px;
} 
.graphtext .stakeIG__text {
  top: 35px !important;
}
  
}    
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.slider-gallery .hs_cos_gallery_thumbnails .slick-next {
    right: 19px; 
}
.slider-gallery .hs_cos_gallery_thumbnails .slick-next::before {
  content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-right-blue2.png?t=1528173160592");
  position: relative;
  right: 4px !important; 
  top: 15px;
}
.slider-gallery .hs_cos_gallery_thumbnails .slick-prev::before {
  content: url("https://cdn2.hubspot.net/hubfs/2095495/arrow-left-blue2.png?t=1528173160592") !important;
}
.slider-gallery .hs_cos_gallery_thumbnails .slick-prev {
    left: 23px;
}
.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0px 66px;
}
  
  
.row-fluid-wrapper .row-fluid .girls-in-property-contactform .hs_firstname {
  width: 49% !important;
  margin-right: 1%;
}
.row-fluid-wrapper .row-fluid .girls-in-property-contactform .hs_lastname {
  margin-left: 1%;
  width: 49% !important;     
}
.research-template.great-cities-page .sub-category-accordion {
  margin-left: 0% !important;
  width: 100% !important;
}
.great-cities-accordion .sub-category-accordion .accordion {
    width: 100%;
}
.great-cities-topcontent {
  padding: 0 15px;
}       
  
}
@media screen and (min-width: 768px) and (max-width: 991px) {  
.row-fluid #courses-content .span4 {
  text-align: left;
}  
.row-fluid #courses-content .span4 img {
  float: none !important; 
  margin-bottom: 19px !important;
}    
.participant-img {
    margin-top: 18px;
} 
 #hs_cos_wrapper_widget_5429417287 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}   
 .map .states {
    background-repeat: no-repeat;
    width: 460px;
    height: 421px !important;
    background-size: contain;
}
/* for ipad map  */
.ipad-map .map {
    margin-bottom: 0;
}       
.ipad-map .states {
    height: 421px;    
}  
.ipad-map .states li.tas {
    bottom: 23px;
    height: 41px;
    right: 102px;  
}
.ipad-map .states li.wa {
    height: 275px;
    left: -30px;
    top: 49px;
    width: 197px;
    z-index: 0;
}
.ipad-map .states li.wa a:hover {
    background-position: -23px -141px;
    transform: scale(1);
} 
.ipad-map .states li.nt {
    height: 174px; 
    left: 162px;
    top: 12px;
    width: 133px;
    z-index: 1;
}
.ipad-map .states li.nt a:hover {
    background-position: -256px -93px;
    overflow: scroll;  
}
 .ipad-map .states li.qld {
    height: 218px;
    right: 69px;
    top: 0;
    width: 114px;
}
.ipad-map .states li.nsw {
    bottom: 138px;
    height: 59px;
    right: 57px;
    width: 113px;   
}
.ipad-map .states li.nsw a:hover {
  background-position: -445px -338px;
  transform: scale(1);
}
.ipad-map .states li.sa {
    bottom: 171px;
    height: 63px;
    left: 174px;
    width: 114px;
}
.ipad-map .states li.sa a:hover {
  background-position: -282px -285px;
  transform: scale(1);
} 
.ipad-map .states li.act {
    bottom: 94px;
    height: 41px;
    right: 10px;
    width: 79px;
    z-index: 2;          
}
.ipad-map .states li.vic {
    bottom: 91px;
    height: 22px;
    right: 96px;
    width: 76px;
}
.ipad-map .states li.vic a:hover {
  background-position: -428px -455px;
  transform: scale(1);
}  
/* for ipad map End  */
  .women-leaders-heading h2 {
  font-size: 33px;
}
.girls-in-property-banner .subpage-banner-bg {
   background-size: contain;
   min-height: 213px;
}  
.girls-in-property-banner h2 {
    margin: 0;
}   
.mobile-banner .subpage-banner-bg {
  background-size: contain; 
}   
.mobile-banner .subpage-banner-bg h2 {
  margin: 0;
}
.mobile-banner .subpage-banner-bg {
  min-height: 214px;
}  
 
.our-videos-section .col-6.span6.nine-video {
    height: 530px;
}  
.our-videos-section .col-6.span6.ten-video {
    height: 530px;
}    
   
.second-video iframe {
    margin-top: 30px;
} 
.eight-video iframe {
    margin-top: 30px;
}  
.ten-video iframe {
    margin-top: 43px;   
}    
 .hover-text {
  font-size: 17px;
}
.microsite-article-post .image-hover img {
    padding-bottom: 0;
}
 .about-text h2 {
  font-size: 40px;
}
  #hs-cta-wrapper-6123f5e9-e3eb-453c-9b86-68b6f0ee4b0c {
  display: inline-block;
  margin-top: 30px;
}
 .participant-section .span4 img {
  margin-bottom: 39px !important;
}
.participant-section-sponsor .span4 img {
  margin-bottom: 40px !important;
}
.participant-section-sponsor .span4 p:nth-child(7) img {
  margin-bottom: 85px !important;
}
 .women-in-propertyaddress span {
  font-size: 13px;
}
  .women-in-propertyaddress p a {
  font-size: 13px;
}
  .women-in-propertyaddress p a {
  font-size: 13px;
}
.women-in-propertyaddress p {
  font-size: 13px;
}
 /* map ccs start */
.women-in-propertymap .states li.wa {
  height: 275px;
  left: -35px;
  top: 18px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 198px;
  z-index: 0;
}
.women-in-propertymap .states li.wa a:hover {
  background-position: 30px -86px;
  transform: scale(0.9);
}  
.women-in-propertymap .states li.sa {
  bottom: 314px;
  height: 91px;
  left: 163px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 121px;
  z-index: 5;
}
.women-in-propertymap .states li.sa a:hover {
  background-position: -272px -273px;
  transform: scale(0.9);
} 
.women-in-propertymap .states li.qld {
  height: 219px;
  right: 19px;
  top: 0;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 172px;
  z-index: 2;
}  
.women-in-propertymap .states li.qld a:hover {
  background-position: -420px -31px;
  transform: scale(0.9);
}  
.women-in-propertymap .states li.nsw {
  bottom: 297px;
  height: 70px;
  right: 54px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 113px;
  z-index: 2;
} 
.women-in-propertymap .states li.nsw a:hover {
  background-position: -447px -344px;
  transform: scale(0.9);
}  
.women-in-propertymap  .states li.vic {
  bottom: 215px;
  height: 70px;
  right: 93px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 93px;
  z-index: 4;
}    
.women-in-propertymap  .states li.vic a:hover {
  background-position: -411px -457px;
  transform: scale(0.9);
}    
.women-in-propertymap .states li.act {
  bottom: 257px;
  height: 42px;
  right: -3px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 86px;
  z-index: 2;
} 
 /* map ccs End */

.blog-header-women .subpage-banner-bg {
  background-size: contain;
  min-height: 214px;
}
.blog-header-women .subpage-banner-bg h2 {
  margin: 0;
} 
.microsite-slider .hs_cos_flex-direction-nav a {
  top: 30%; 
}  
#tabstc2 .tab-header h4 {
  font-size: 18px;
}
#tabstc2 .ui-tabs-anchor {
  font-size: 14px;
}
    
.body_custm .blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
  background-image: none;
}
.upcoming-warper .upcoming-list .date {
  width: 15%;
}   
.upcoming-warper  .upcoming-list .authr {
  width: 21%;
}
.upcoming-warper  .upcoming-list .post-title {
  width: 52%;
}
.upcoming-warper  .upcoming-list .forum {
  width: 12%;
} 
.upcoming-warper  .upcoming-list {
  padding: 14px 31px;
} 
.first-post-right .hs-author-profile .author-text {
  width: 70%;
}
.full .bluebg-week .left {
  padding: 4% 8% 4% 1.5%;
}
.australia-blog #hubspot-author_data::after {
  max-width: 250px !important;
}    
.australia-blog-side-bar .search-heading h3::after {
  max-width: 109px !important;
}    
.australia-blog-side-bar .widget-type-post_filter h3::after {
  max-width: 51px !important;
}      
.property-member-section .member-box img {
  padding-bottom: 0;
}
.hs-author-profile .author-text {
  width: 82%;
  }
.property-member-section {
  max-width: 100%;
}
.row-fluid .microsite-article-post .span4.widget-span.widget-type-rich_text.member-box {
  width: 31.4917% !important;
}                
.video-section iframe{
width:100%;          
}
.news-and-updates-section .span5.widget-span.widget-type-rich_text {
	padding-left: 0 !important;
}
.cell-wrapper #hs_cos_wrapper_module_1520301056601757 {
    margin-top: 10px !important;
}
.news-and-updates-section .span5.widget-span.widget-type-cta {
	padding-left: 0 !important;
}
.news-and-updates-section .span5.widget-span.widget-type-cta {
	padding-top: 18px !important;
}
.cell-wrapper #hs_cos_wrapper_module_1520301056601757 span {
    font-size: 19px !important;
}
#cta_button_2095495_4ada4bad-7fa9-45ad-9d37-14dbd39faf10 span {
	font-size: 15px !important;
}  
.row-fluid  .cutomMYmenu a {
	padding: 15px 23px !important;
}
.content-video-section p strong span {
    font-size: 21px !important;
}
.news-and-updates-section .span5 span {
    font-size: 19px !important;
}   
.span5.widget-span.widget-type-cta {
    margin-top: 0 !important;
}         
.row-fluid .footer-top h4 {
    font-size: 15px;
}
.hs-content-id-5874611245 .news-and-updates-section .span5.widget-span.widget-type-cta {
    padding-top: 8px !important;
} 
.research-template .research-templat {
  height: auto;
}
.research-template .research-templat > video {
  min-height: auto;
}  
.overview-page-search {
  margin-top: 11.4%;
}
.row-fluid  .social-heading h1 span {
  font-size: 34px;
}       
.row-fluid  .involved-heading h4 strong {
  font-size: 18px;
}
.row-fluid .involved-heading h4 a span{ 
  font-size: 18px !important;
} 
.podcast-page .cutomMYmenu a {
  padding: 15px 13px !important;
}
.great-cities-accordion iframe {
  width: 430px !important;
}
.row-fluid .girls-in-property-contactform .hs_submit input {
  width: auto !important;            
}
.team-item-info p {
    line-height: 1.3;  
}
.microsite-article-post .span2.widget-span.widget-type-space{
 width: 5.80111% !important;
}   
.microsite-article-post .span4.widget-span.widget-type-rich_text{
width: 40.0552% !important;    
}
.microsite-article-post h4 {
    margin-bottom: 0px;
}
.microsite-article-post img {
    padding-bottom: 15px;
}
.graphtext .stakeIG__text {
  top: 66px !important;
}
.touchLives__description > span.large {
  font-size: 24px !important;
} 
.touchLives__description span:nth-child(2) {
  font-size: 20px;
}
.graphtext .stakeIG__text {
  font-size: 24px;
}
.stakeIG__description {
  font-size: 20px !important;             
}
.employmentBarChart .employmentBarChart__item.telecom {
    width: 19%;
}
.employmentBarChart .employmentBarChart__item.mining {
  width: 28%;
}
.employmentBarChart .employmentBarChart__item.manufacturing {
  width: 53% !important;
}
 .cstm_par .cstm_one p:first-child
  {
    padding-bottom: 25px;
  } 
  .body_custm .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a
  {
  background-image: url(https://cdn2.hubspot.net/hubfs/2095495/Blog%20Images/small-arrow.png?t=1542176470756);
    background-position: 2% 40%;
  }
  }    
   
@media screen and (min-width: 992px) and (max-width: 1024px) {
    /* map css start */
.ipad-map .states {
    height: 421px;    
}
.ipad-map .states li.tas {
    bottom: 2px;
    height: 41px;
    right: 206px;
    width: 45px;
}   
.ipad-map .states li.nsw a:hover {
    background-position: -446px -338px;
    transform: scale(1);
}
.ipad-map .states li.wa {
    height: 230px;
    left: -30px;
    top: 47px;
    width: 234px;
}   
.ipad-map .map {
    margin-bottom: 30px;
}
.ipad-map .states li.wa {
  left: -66px;
}

.ipad-map .states li.nt {
    left: 171px;
    height: 190px;  
}  
.ipad-map .states li.sa {
    bottom: 83px; 
    height: 150px;
    left: 164px;
    width: 146px;
}  
.ipad-map .states li.qld {
    height: 218px;
    right: 154px;
    top: 0;
    width: 114px;
}
.ipad-map .states li.qld a:hover {
    background-position: -431px -60px;
    transform: scale(1);
}
.ipad-map .states li.sa a:hover {
    background-position: -261px -274px;
    transform: scale(1);
}
.ipad-map .states li.nsw {
    bottom: 126px;
    height: 53px; 
    right: 152px;
    width: 119px;   
} 
.ipad-map .states li.act {
  bottom: 82px;
  height: 36px;
  right: 96px;
  width: 81px; 
}  
.ipad-map .states li.vic {
  bottom: 64px;
  height: 39px;
  right: 202px;
  width: 79px;
} 
  /* map css end */  
.mobile-banner .subpage-banner-bg {
  background-size: contain;
}  
.mobile-banner .subpage-banner-bg h2 {
  margin: 0;
}
.mobile-banner .subpage-banner-bg {
  min-height: 284px;
}   
.women-leaders-heading h2 {
    font-size: 40px;
}  
.girls-in-property-banner .subpage-banner-bg {
    background-size: contain;
    min-height: 284px;
} 
.girls-in-property-banner h2 {
    margin: 0;
}   

.our-videos-section .col-6.span6.nine-video {
    height: 550px;
}  
.our-videos-section .col-6.span6.ten-video {
    height: 550px;
}   
 .six-video iframe {
    margin-top: 30px;
}  
.ten-video iframe {
    margin-top: 43px;   
}  
 .participant-section .span4 img {
  margin-bottom: 17px !important;
}
.participant-section-sponsor .span4 img {
  margin-bottom: 17px !important;
}
.participant-section-sponsor .span4 p:nth-child(7) img {
  margin-bottom: 47px !important;
}
/* map ccs start */
.women-in-propertymap .states li.wa {
  height: 275px;
  left: 1px;
  top: 56px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 198px;
  z-index: 0;
}
.women-in-propertymap .states li.wa a:hover {
  background-position: -12px -86px;
  transform: scale(0.9);
}
.women-in-propertymap .states li.sa {
  bottom: 267px;
  height: 91px;
  left: 232px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 121px;
  z-index: 5;
}
.women-in-propertymap .states li.sa a:hover {
  background-position: -272px -273px;
  transform: scale(0.9);
}  
.women-in-propertymap .states li.qld {
  height: 261px;
  right: 57px;
  top: 14px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 172px;
  z-index: 2;
}
.women-in-propertymap .states li.qld a:hover {
  background-position: -420px -31px;
  transform: scale(0.9);
} 
.women-in-propertymap .states li.nsw {
  bottom: 226px;
  height: 70px;
  right: 88px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 113px;
  z-index: 2;
} 
.women-in-propertymap .states li.nsw a:hover {
  background-position: -447px -344px;
  transform: scale(0.9);
}  
.women-in-propertymap .states li.vic {
  bottom: 146px;
  height: 51px;
  right: 137px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 93px;
  z-index: 4;
}      
.women-in-propertymap  .states li.vic a:hover {
  background-position: -411px -457px;
  transform: scale(0.9);
}    
.women-in-propertymap .states li.act {
  bottom: 257px;
  height: 42px;
  right: -3px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 86px;
  z-index: 2;
}  
 /* map ccs End */
.map .states {
    background-repeat: no-repeat;
    width: 580px;  
    background-size: contain;
}
.microsite-slider .hs_cos_flex-direction-nav a {
  top: 33%;
}  
 .blue-bg-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
  font-size: 15px;
}
  background-image: url(https://cdn2.hubspot.net/hubfs/2095495/Blog%20Images/small-arrow.png?t=1542176470756);
    background-position: 2% 40%;
  }
.first-post-right .hs-author-profile .author-text {
  width: 77%;
}
.full .bluebg-week .left {
  padding: 4% 8% 4% 1%;
}
    
.span12 .australia-blog #hubspot-author_data::after {
  max-width: 400px !important;
}
.span12 .australia-blog-side-bar .search-heading h3::after {
  max-width: 180px !important;
}
.span12 .australia-blog-side-bar .widget-type-post_filter h3::after {
  max-width: 120px !important;
}     
.hs-author-profile .author-text {
  width: 86%;
}
.hs-content-id-5874611245 .news-and-updates-section .span5.widget-span.widget-type-cta {
    padding-top: 0px !important;
} 
.news-and-updates-section .span5.widget-span.widget-type-rich_text {
	padding-left: 0 !important;
}
.cell-wrapper #hs_cos_wrapper_module_1520301056601757 {
    margin-top: 10px !important;
}
.news-and-updates-section .span5.widget-span.widget-type-cta {
	padding-left: 0 !important;
}

.news-and-updates-section .span5.widget-span.widget-type-cta {
	padding-top: 18px !important;
}  

.touchLives .touchLives__description {
  float: left;
  text-align: left;
}    
.top-left-info {
  border-right: 1px solid #fff;
  padding-bottom: 121px;
}    
.graphtext .stakeIG__text {
  top: 29px !important;
}  
.research-template .header-container-wrapper .hs-menu-depth-1.hs-menu-item a {
  padding: 7px 12px;
}
.overview-page-search {
  margin-top: 8.4%;
}
}  

@media screen and (min-width: 1200px) and (max-width: 1399px) { 
.full .bluebg-week .left {
  padding: 4% 8% 4% 6.2%;
}
.touchLives__description span:nth-child(2) {
  font-size: 16px;
  text-align: left;
  width: 45%;
}
.touchLives__description > span.large {
  font-size: 20px !important;
}

.span6 .stakeIG__text {
  font-size: 20px;
}
.span6 .stakeIG__description {
  font-size: 16px !important;

}  
.span6 .stakeIG__text > span.small-block {
  display: inline;
}
.span6 .stakeIG__text {
  display: block;
  margin-top: 20px;
}
.span6  .stakeIG__description {
  padding-top: 30px;
}

}
@media screen and (min-width: 1300px) and (max-width: 1399px) { 
.span6 .stakeIG__text {
  display: block;
  margin-top: 0;
}
.touchLives__description > span.large {
  font-size: 20px !important;
  text-align: left;
}
.touchLives__description span:nth-child(2) {
  font-size: 16px;
  text-align: left;
  width: 49%;
}  
.employmentBarChart .employmentBarChart__item > .employmentBarChart__item__bar { 
  height: 67px;
}     
}
@media screen and (min-width: 1400px) and (max-width: 1599px) { 
.touchLives__description span:nth-child(2) {
  font-size: 22px;
  margin-bottom: 120px;
  text-align: left;
  width: 52%;
}
.touchLives__description > span.large {
  font-size: 26px !important;
} 
.top-left-info {
  padding-bottom: 83px;
}
.span6 .stakeIG__text {
  font-size: 26px;
}
.span6 .stakeIG__description {
  font-size: 22px !important;
}
}       
  
@media (max-width: 767px){ 
.property-program .property-industry.property-industry1 h2 span {
  font-size: 22px !important;
}    
.property-program .property-industry.property-industry1 h2 span strong {
  display: inline;
} 
    
.row-fluid .simple-menu.blue-bg-menu.women-leaders-menu .hs-menu-item a {
    padding: 4px 8px !important;
}
.pmcc-page.women-leaders-page .row-fluid .backto-campaign a {
    font-size: 12px;
}
.girls-in-property-map .map .states li.act {
    bottom: 68px;
    height: 29px;
    right: 6px;
    width: 52px;
}  
.map .states li.tas {
    bottom: 15px;
    height: 41px;
    right: 59px;
    width: 45px;
}  
.more-questions-text h4 {
    margin-bottom: 0;
}
.cta-hidden {
  display: none !important;
}
.more-questions-text span {
    display: inline-block;
    font-size: 19px !important;
    padding-top: 9px;
}
.nsw-inner-section h1 {
    line-height: 25px;
    margin-bottom: 0;
}
.span12.widget-span.widget-type-cell.page-center.light-bg {
  margin-top: 0 !important;
}
.book-course-banner .banner-bkg {
    margin-top: 6px;
}
.first-video {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}
.second-video {
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.third-video {
    margin-bottom: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}
.forth-video {
    margin-bottom: 25px;
    padding-bottom: 26px;
    border-bottom: 1px solid #ccc;
}
.five-video {
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}
.six-video {
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}
.seven-video {
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}  
.eight-video {
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}  
.nine-video {
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}  
.ten-video {
    margin-bottom: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ccc;
}  
  
  
.our-videos-section .col-6.span6 p:nth-child(1) span {
    line-height: normal;
    font-size: 18px !important;
}  
.second-video p:nth-child(2) {
    display: none;
}
  .second-video p:nth-child(3) {
    display: none;
}
 .our-videos-title h4 span {
    font-size: 24px !important;
}
 .our-videos-title {
    margin: 0 !important;
    line-height: 4px;
}
.our-videos-title h4 {
    margin-bottom: 0;
    line-height: normal;
}
.row-fluid  #hs_cos_wrapper_widget_1544676219719166 {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
} 
.mobile-heading h2 {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 19px;  
}  
.mobile-heading h3 {
  font-size: 18px;
}
.map .states li.nsw {
  bottom: 77px;
  height: 46px;
  right: 69px;
  width: 66px;
} 
a#cta_button_2095495_ab710213-c499-4c78-85bf-9c80191c325b {
  font-size: 20px !important;
}  
a#cta_button_2095495_01492e04-1509-4b6c-b8c7-176bf6329f58 {
  font-size: 20px !important;
}  
a#cta_button_2095495_a4e23dd1-2251-46e2-afd7-cf9ef3547410 {
  font-size: 20px !important;
}  
a#cta_button_2095495_d49baa79-3a8c-4dca-9e3f-cdaf4b8cdab7 {
  font-size: 20px !important;
}   
a#cta_button_2095495_21940e3d-8eee-440c-b4c7-9b7956b0857e {
  font-size: 20px !important;
}   
.keyevent-table {
  float: left;
  overflow-x: scroll;
  width: 100%;
}

.widget-span #tabstc2 .tabs-menu-wrapper {
  padding: 0 0 40px;
} 
.generic-padding {
  padding: 0;
}  
 .member-subheading h1 {
  font-size: 23px;
}
.property-industry h2 {
  font-size: 21px;
  line-height: normal;
}  
     
.search-results-wrapper {
  padding: 0 0.5em;
}
.search-results li {
  font-size: 1.3em;
  padding: 10px;
}
.states > ul {
  padding-left: 0;
}
.states li.wa {
  width: 0;
}
.states li.qld {
  width: 0;
}
.states li.nsw {
  width: 0;
}
.states li.act {
  width: 0;
}
.states li.vic {
  width: 0;
}
.states li.sa {
  width: 0;
} 
    
.property-industry, .property-tabs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.span12.widget-span.widget-type-cell.page-center {
  margin-left: 6px;
  margin-right: 6px;
}
.diversity-committees-bg .subpage-banner-bg {
  background-size: 100% 100%;
  min-height: 160px !important;
}   

.category-page .slider-gallery.heading-style h2 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin-top: 5px;
}
.last-p {
  display: none;
}  
.last-span {
  margin-bottom: 16px;
}
.support-campaign-bg.subscribe-section.heading-style #hs_cos_wrapper_module_153896726701759 p:last-child {
  margin: 0;
}
#prosperous-victoria {
  margin-top: 50px;
  padding-bottom: 0 !important;
}
.support-campaign-bg.subscribe-section.heading-style h1 {
  font-size: 20px;
}
.category-page .support-campaign-bg.subscribe-section.heading-style h2 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin-bottom: 0;
  margin-top: 15px;
}      
.in-news-section .slider-gallery #hs_cos_wrapper_module_1538962695392236 span {
  font-size: 26px !important;
}             
.bottom-images img {
  margin: 12px 0;
}
.span3 .state-dropdown {
  margin-bottom: 22px;
  margin-top: 0; 
}

.hs-author-profile .author-text {       
  width: 63%;         
}
.map-section h3 span {
  font-size: 29px !important;
}
.map-section h3 {
  margin-top: 0;
}  
.section.post-body h3 span {
    font-size: 29px !important;
}
.supported-by p span span {
  font-size: 29px !important;
} 
.instagram-section p span {
    font-size: 24px !important;
}      

.section.post-body h1 span {
    font-size: 20px !important;
}
.diversity-section .section.post-body h1 span strong {
  margin-left: 8px;
}
.section.post-body h1 strong {
    display: inline-block;
}
.section.post-body h1 {
    line-height: normal;
}
.instagram-iframe {
    width: 100%;
    float: left;
    overflow-x: scroll;
}     
.about-girlsin-property h1 span {
    font-size: 27px !important;
}
.map-section h1 span {
    font-size: 27px !important;
}   
.map-section h1 {
    margin: 0;
}
.girls-in-property-map .map-section h1 span {
    font-size: 20px !important;
} 
.girls-in-property-map .map-section p span {
    font-size: 18px !important;
}
.about-girlsin-property h1 strong {
    display: inline-block;
}
.map-section h1 strong {
    display: inline-block;
}
.video-section iframe{
width:100%;          
}   
.hs-content-id-5883267886  .cutomMYmenu a {
    font-size: 11px;
    padding: 5px 3px !important;
}    
.microsite-article-post h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.microsite-article-post h2 span {
	font-size: 24px !important;
}
.news-and-updates-section .span5.widget-span.widget-type-rich_text {
	padding-left: 0 !important;
}
a#cta_button_2095495_4ada4bad-7fa9-45ad-9d37-14dbd39faf10 span {
    font-size: 18px !important;
}   
.news-and-updates-section .span5.widget-span.widget-type-cta {
    padding-top: 18px !important;
}        
.property-industry.property-industry1 h2 span {
    font-size: 24px !important;
}   
.cell-wrapper #hs_cos_wrapper_module_1520301056601757 {
    margin-top: 10px !important;
}        
.slider-gallery .hs_cos_gallery_thumbnails .slick-prev {
  display: none !important;
}
.slider-gallery .hs_cos_gallery_thumbnails .slick-next {
  display: none !important;
}       
    
.slider-gallery .hs_cos_gallery_thumbnails .slick-prev {
  display: none !important;
  height: 100px;
  left: -12px !important;
  margin-top: -47px;
  width: 40px;
}
.great-cities-page.podcast-page .slick-slider {
  display: block;
}    
.great-cities-page.podcast-page .customslider {
  display: block;
  margin-bottom: 50px;
}   
.register-now-section a#cta_button_2095495_24510d31-d184-4ed4-82d6-0eba96464701 {
  padding: 15px 43px;
}   

.register-now-section p {
  text-align: center !important;
} 
.register-now-section {
  text-align: center;
}
    
.podcast-social-icon .category-social li a {
  cursor: pointer;
}  

.row-fluid  .podcast-social-icon #sidebar {
  width: 34px;
  display: block;
}
.row-fluid .podcast-social-icon .category-social ul {
  width: 34px;
}
.row-fluid .podcast-social-icon .category-social li {
  height: 30px;
  left: 0;
}
.row-fluid .podcast-social-icon .category-social span:nth-child(2) {
  height: 32px;
  width: 32px;
}
.supported-all-images {
  padding-bottom: 0 !important;
}
.video-section #hs_cos_wrapper_module_1520309108953134 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.light-bg .span12.widget-span.widget-type-cell {
  margin-bottom: 0 !important;
}
.light-bg .hs_cos_wrapper_type_cta {
  width: 100% !important;
  margin:0px 0px 20px 0px !important;  
}
.row-fluid .property-industry.property-industry1 .fast-facts {
  margin-bottom: 48%;
}
.research-template .backto-campaign a {
  margin-top: 0;
}
.row-fluid  .backto-campaign a {
  padding: 15px 0 8px !important;
}
.light-bg .row-fluid .widget-type-space {
  display: none;
} 
.light-blue-bg {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.barchart__item__inner .barchart__item__content--top > h3 {
  font-size: 30px;
}   
.property-industry.property-industry1 .fast-facts {
  margin-bottom: 40%;
}   
.property-industry.property-industry1 .widget-type-custom_widget {
  margin-top: 0 !important;
}
.property-industry.property-industry1 {
  padding: 0 0 5px;
}
a#cta_button_2095495_2a1a6b28-16cc-4339-958a-72067680480e{
    margin-top: 20px; /*Commented by HS Support on May 2 2018*/
}
a#cta_button_2095495_5a82a5bf-5458-4a3b-8df4-cd2ae9133b1c {
  margin-top: 0;
}
a#cta_button_2095495_10f7a494-2e2c-4ccf-9f82-0c57e4cf9851 {
  -moz-user-select: none;
  margin-top: 0;
}
a#cta_button_2095495_3a1bebfe-0264-4d8e-a092-7a9e70105713 {
  margin-top: 0;
}
.key-documents {
  margin-bottom: 0 !important;
}
.custom-btn #cta_button_2095495_7a52f903-4e21-4a81-ab79-0477049ecc00 > span 
{
    font-size: 16px !important;
}
.custom-btn #cta_button_2095495_7a52f903-4e21-4a81-ab79-0477049ecc00 
{
    padding: 11px 10px !important;
}  
.property-industry.property-industry1 h2 span strong {
  display: block;
}
.property-industry.property-industry1 h2 span span {
  display: none;
}
.instagram-iframe .image-box {
  width: 31.75% !important;
}
.instagram-section p span img {
  margin-bottom: 0 !important;
  width: 37px !important;
  margin-left: 0 !important;
}
.hs-content-id-5734041532 .instagram-iframe iframe {
  height: auto !important;
}  
}
@media (max-width: 480px){ 
 /* map css start */
.map-section .states li.nt {
  height: 82px;
  left: 121px;
  top: 36px;
  width: 65px;
  z-index: 1;
}   
.map-section .map .states li.qld {
    height: 101px;
    right: 72px;
    top: 34px;
    width: 81px;
} 
.map .states {
    width: 294px;
}  
.girls-in-property-map .map-section .map .states li.qld {
  height: 81px;
  right: 39px;
  top: 34px;
  width: 81px;
}     
.girls-in-property-map .map .states li.vic {
    bottom: 67px;
    height: 18px;
    right: 69px;
    width: 41px;
}  
.girls-in-property-map .map .states li.sa {
    bottom: 112px;
    height: 51px;
    left: 109px;
    width: 76px;
}
 .girls-in-property-map .states li.vic a {
    height: 20px;
}
 /* map css end */  

 .progress-update table {
  width: 100%;
}
.progress-update table td {
  display: block;
  text-align: center;
  width: 100% !important;
} 
.pmcc-page .cutomMYmenu a {      
  font-size: 13px;
  padding: 5px 8px !important;
}    
.pmcc-page .row-fluid .backto-campaign a {
  font-size: 16px;
  padding: 0 0 8px !important;
}
.pmcc-page .back-arrow a {
  background-image: url("https://cdn2.hubspot.net/hubfs/2095495/Blog%20Images/small-arrow.png?t=1540979916237");
  background-position: 7% 35%;
  background-repeat: no-repeat;
  padding-left: 41px !important;
}
.row-fluid .pmcc-ctabox h3 {
  font-size: 23px;
}
.member-subheading p span {
  font-size: 23px !important;
  line-height: normal;
}
.faq-heading p span {
  font-size: 23px !important;
}
.row-fluid  .pmcc-ctabox-warper .cta-box {
  float: left;
  margin-bottom: 20px;
  margin-right: 0;
  width: 100%;
}
.property-member-section .member-box {
  float: left;
  text-align: center;
  width: 100%;
}    
.upcoming-warper .upcoming-list .date span {
  display: inline;
}
.making-news-section .posts {
  padding: 10px !important;
}  
.upcoming-warper .upcoming-list .date {
  width: 50%;
} 
.upcoming-warper .upcoming-list .authr {
  width: 50%;
  text-align: right;
  margin-top: 2px;  
}  
.upcoming-warper .upcoming-list .post-title {
  clear: both;
  float: left;
  width: 78%;
}
.upcoming-warper .upcoming-list .forum {
  text-align: right;
  width: 22%;
  margin-top: 8px;
}
.full .bluebg-week .left {
   padding: 5% 8% 8% 6%;
  width: 100%;
}
.bluebg-week .week-content {
  padding-top: 0;
}
.row-fluid  .australia-blog-listing .post-desc {
  margin: 22px 0 46px;
}
.row-fluid  .move-section {
  margin-top: 0;
}   
.video-section iframe {
    height: 295px;
}
.instagram-iframe iframe {
  height: 400px !important;
}  
.microsite-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
  height: 150px;
}

.light-bg .instagram-section p span .insta-heading {
  font-size: 15px !important;
}
  .cstm_one .hs_cos_wrapper {
    margin-bottom: 25px;
}
  .row-fluid .span12.widget-span.widget-type-cell.cstm_panel
  {
      margin-bottom: 5px;
  }
  .body_custm .cutomMYmenu .cell-wrapper span a {
    padding: 5px 10px !important;
    font-size: 15px;
}
  .body_custm .row-fluid>.cutomMYmenu {
    padding-bottom: 0;
} 
   .body_custm .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a
  {
    background-position-x: 9%;
    background-position-y: 17px;
  }   
}     
@media (max-width: 413px){
 .property-program .property-industry.property-industry1 h2 span {
  font-size: 16px !important;
}   
.property-contact-us-form h4 span {
    font-size: 18px !important;
}  
.pmcc-page.women-leaders-page .back-arrow a {
    background-image: none;
}  

 .more-questions-text span {
    font-size: 18px !important;
}
 .row-fluid .upcoming-list .post-title {
  margin-right: 20px;
}   
.book-course-banner h1 strong span {
    font-size: 12px !important;
    line-height: 0;
}
.mobile-heading h2 {
  font-size: 17px;           
} 
  .mobile-heading h3 {
  font-size: 17px;  
}  
.women-in-property-content .property-industry h2 {
  font-size: 17px;
}
  a#cta_button_2095495_b44fae7a-a0bc-4275-ba6b-2b1b91502c4d {
  font-size: 18px !important;
} 
 a#cta_button_2095495_80b68868-7f56-41db-ba2c-f28f9a55e95c {
  font-size: 18px !important;
}
 a#cta_button_2095495_b6c18621-a236-416d-a690-c953ee9d992f {
  font-size: 18px !important;
}
  
a#cta_button_2095495_ab710213-c499-4c78-85bf-9c80191c325b {
  font-size: 18px !important;
}
a#cta_button_2095495_01492e04-1509-4b6c-b8c7-176bf6329f58 {
  font-size: 18px !important;
}
a#cta_button_2095495_a4e23dd1-2251-46e2-afd7-cf9ef3547410 {
  font-size: 18px !important;
}
  a#cta_button_2095495_d49baa79-3a8c-4dca-9e3f-cdaf4b8cdab7 {
  font-size: 18px !important;
}
  a#cta_button_2095495_21940e3d-8eee-440c-b4c7-9b7956b0857e {
  font-size: 18px !important;
}
 .progress-content h2 {
  font-size: 22px;
}
.progress-content h3 {
  font-size: 19px;
}
.property-industry h2 {
  font-size: 19px;
}
.diversity-events-upcoming .date p {
    font-size: 13px;
} 
.diversity-events-upcoming .upcoming-list .authr {
    font-size: 13px;
}
.diversity-events-upcoming .upcoming-list .post-title a {
    font-size: 13px;
}
  .diversity-events-upcoming .upcoming-list .forum {
    font-size: 13px;
}        
 
  
.diversity-backto-campaign .back-arrow a {
  background-position: 10% 62%;
  font-size: 15px;
}    
.row-fluid .pmcc-ctabox h3 {
    font-size: 20px;
}
.member-subheading p span {
    font-size: 20px !important;
    line-height: normal;
}
.pmcc-page .cutomMYmenu a {
  font-size: 12px;
  padding: 5px 7px !important;
}
.category-page .support-campaign-bg.subscribe-section.heading-style h2 {
  font-size: 24px !important;
}
.support-campaign-bg.subscribe-section.heading-style h1 {
  font-size: 17px;
}
.row-fluid  .making-news-section #blogpostSlider {
  height: 525px !important;
}
.property-industry.property-industry1 h2 span {
  font-size: 21px !important;
}
.hs-content-id-5883267886 .cutomMYmenu a {
  font-size: 10px;
}
a#cta_button_2095495_4ada4bad-7fa9-45ad-9d37-14dbd39faf10 span {
  font-size: 16px !important;
}
.property-industry.property-industry1 h2 span strong {
  display: block;
}
.property-industry.property-industry1 h2 span span {
  display: none;
}
.microsite-article-post h2 span {
  font-size: 20px !important;
}
.supported-by p span span {
  font-size: 25px !important;
}
.map-section h3 span {
  font-size: 25px !important;
}
.section.post-body h3 span {
  font-size: 25px !important;
}
.map-section p span {
  font-size: 25px !important;
} 
.instagram-iframe .image-box {
  width: 100% !important;
}  
.instagram-section p span img {
  margin-bottom: 0 !important;
  width: 28px !important;
}

}

@media (max-width: 359px){ 
.property-industry.property-industry1 h2 span {
  font-size: 18px !important;
}
.hs-content-id-5883267886 .cutomMYmenu a {
  font-size: 8px;
  padding: 5px 3px !important;
}
a#cta_button_2095495_4ada4bad-7fa9-45ad-9d37-14dbd39faf10 span {
  font-size: 13px !important;
}
.microsite-article-post h2 span {
  font-size: 19px !important;
}
.supported-by p span span {
  font-size: 21px !important;
}  
.map-section h3 span {
  font-size: 22px !important;
} 
.section.post-body h3 span {
  font-size: 23px !important;
}
.map-section p span {
  font-size: 22px !important;
}
.light-bg .instagram-section p span .insta-heading {
  font-size: 14px !important;
}
.light-bg .instagram-section p span .insta-heading {
  font-size: 12px !important;
}
}

/*custom-css-media*/
@media (min-width: 360px) and (max-width: 400px) {
.custom-btn #cta_button_2095495_7a52f903-4e21-4a81-ab79-0477049ecc00 > span 
{
    font-size: 14px !important;
} 
 
}
/*End of custom-media*/


.cta_groups .hs-cta-img {
  height: 50px;
  width: 90px;
}

/*girls-in-property-contactform css start*/

.girls-in-property-contactform #hs_cos_wrapper_module_1525749711752101_title {
  display: none;
}
.girls-in-property-contactform label {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.girls-in-property-contactform fieldset  {
  margin-bottom: 10px;
}
.girls-in-property-contactform .hs_email input {
  width: 100% !important;
}
.girls-in-property-contactform  .hs_message textarea  {
  width: 100% !important;
}
.girls-in-property-contactform select {
  height: 45px;
}
.girls-in-property-contactform fieldset {
  margin-bottom: 15px !important;
  max-width: 100% !important;
  width: 100%;
}
.girls-in-property-contactform .hs_submit {
  text-align: center;
  margin-top: 20px;
}  

/*girls-in-property-contactform css End*/

/* ===========  MAP css Start ============*/
.states {
   background-image: url("https://cdn2.hubspot.net/hubfs/2095495/Map-property-1.png");
  height: 587px;
  margin: 0 auto 15px;
  position: relative;
  top: 14px;
  width: 672px;  
}
.states li.wa {
  height: 275px;
  left: -30px;
  top: 86px;
  width: 241px;
  z-index: 0;
  transition: transform 0.4s ease-in-out 0.2s;
}
.states li {
  display: block;
  position: absolute;
  text-indent: -9999px;  
}
.states li a {
  display: block;
  height: 100%;
  transition: inherit;
}
.states li.wa a:hover {
  background-position: 30px -86px; 
  transform: scale(1.1);         
}
.states li a:hover {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2095495/Map-property-1.png") no-repeat scroll 0 0; 
}
.states li {
  text-indent: -9999px;
} 
/*.states li.qld {*/
/*  height: 312px;*/
/*  right: 10px;*/
/*  top: 0;*/
/*  transition: transform 0.4s ease-in-out 0.2s;*/
/*  width: 228px;*/
/*  z-index: 2;*/
/*}*/
.states li.qld {
    height: 312px;
    right: 69px;
    top: 0;
    transition: transform 0.4s ease-in-out 0.2s;
    width: 172px;
    z-index: 2;
}
.states li.qld a:hover {
  background-position: -438px -14px;
  transform: scale(1.1);
}
.states li.nt {  
  height: 241px;
  left: 248px;
  top: 2px;
  width: 139px;
  z-index: 1;
}
.states li.nt a:hover {
  background-position: -248px -2px;
}
.states li.nsw {
  bottom: 180px;
  height: 70px;
  right: 100px;
  transition: transform 0.4s ease-in-out 0.2s;
  width: 129px;
  z-index: 2;
}
.states li.nsw a:hover {
  background-position:  -441px -338px;
  transform: scale(1.1);
}
.states li.act {
    bottom: 120px;
    height: 50px;
    right: 10px;
    transition: transform 0.4s ease-in-out 0.2s;
    width: 130px;
    z-index: 2;
}
/* .states li.act a:hover {
 background-position: -530px -417px;
/*  transform: scale(1.1); */
/* } */
.states li.vic a
{
  height: 48px;  
}

/*.states li.vic {*/
/*  bottom: 72px;*/
/*  height: 61px;*/
/*  right: 158px;*/
/*  transition: transform 0.4s ease-in-out 0.2s;*/
/*  width: 83px;*/
/*  z-index: 4;*/
/*}*/
.states li.vic {
    bottom: 64px;
    height: 70px;
    right: 154px;
    transition: transform 0.4s ease-in-out 0.2s;
    width: 93px;
    z-index: 4;
}
.states li.vic a:hover {
  background-position:  -426px -455px;
  transform: scale(1.1);
}
.states li.sa {
  bottom: 167px;
  height: 150px;
  left: 236px;
  width: 183px;
  z-index: 5;
  transition: transform 0.4s ease-in-out 0.2s;
}
.states li.sa a:hover {
  background-position: -236px -268px;
  transform: scale(1.1); 
}
.states li.tas {
  bottom: 7px;
  height: 41px;
  right: 161px;
  width: 45px;
  z-index: 6;
}
.states li.tas a:hover {
  background-position: -466px -539px;
}
.map {
  margin-bottom: 75px;
  margin-top: 50px;
}
/* ===========  MAP css End ============*/
/* =========== Diversity  Overview page  css start ============*/
.heading-background {
  display: none !important;
}
.research-templat {
  line-height: 0;
}

.image-hover {
  line-height: 0;
  position: relative;
  width: 100%;
}
.readmore-text {
  min-height: 0 !important;
}   
.span6 .search-form::after {
  top: 9px;
}
.image-hover img {
  display: block;
  width: 100%;
  height: auto;
}
.search-form input {
  border: 1px solid #29871a;
  font-size: 18px;
  height: 50px;
}
   
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0; 
  transition: .5s ease;
  background-color: #003480;
}

.image-hover:hover .overlay {
  opacity: 1;
}
     
.hover-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.research-templat {
 min-height:700px;
  overflow: hidden;
  width: 100%;
}
.research-templat > video{
  background-color: #000000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}    
div.research-template {
    position: relative;
    overflow: hidden;
}
video{
    background-size: cover !important;
    display: table-cell !important;
    vertical-align: middle !important;
}
.three-column-module-without-image-heading h3 {
 /* display: none;*/
} 
/* ===========  Diversity Overview page  css End ============*/
/* ===========  back button  css start ============*/
.back-arrow a {
  background-image: url("https://cdn2.hubspot.net/hubfs/2095495/Blog%20Images/small-arrow.png?t=1526879320497");
  background-position: 2% 66%;
  background-repeat: no-repeat;
  padding-left: 41px !important;
}
.back-arrow a:hover {
  background-image: none;
}
/* ===========  back button  css End ============*/
/* ===========  great-cities-advocacy-priorities page  css start ============*/
.great-cities-accordion iframe {
  margin-bottom: 60px;
}  
   
/* ===========  great-cities-advocacy-priorities page  css End ============*/
/* ===========  podcast page Social icon  css start ============*/
.podcast-social-icon .category-social li:nth-child(1) {
  background: #ccc;
}  
.podcast-social-icon .category-social li:nth-child(2) {
  background: #ccc;
}  
.podcast-social-icon .category-social li:nth-child(3) {
  background: #ccc;
}  
.podcast-social-icon .category-social li:nth-child(4) {
  background: #ccc;
}  
.podcast-social-icon .category-social li:nth-child(5) {
  background: #ccc;
} 
.podcast-social-icon .category-social img {
  width: 100%;
}
.podcast-social-icon .category-social li:nth-child(5) img {
  width: 100%;
} 
.podcast-social-icon .category-social li:hover {
  left: 0;
}   
.podcast-social-icon .category-social li {
  height: 50px;
  left: -74px;
}
.podcast-social-icon #sidebar {
  top: 217px;
  width: 135px;
}
.podcast-social-icon .category-social ul {
  width: 135px;
} 
.podcast-social-icon .category-social span:nth-child(1) {
  width: auto;
}
.podcast-social-icon .category-social span:nth-child(2) {
  height: 50px;
  width: 50px;
}
.podcast-social-section {
  min-height: 0 !important;
}
 
.slider-bottom .customslider {
  margin: 0;
}
.our-podcast-section{
margin-bottom: 60px; 
padding-bottom: 60px; 
padding-top: 30px;
}  
.future-direction{
padding-bottom: 30px;  
}
.gallery-section{
padding-top: 60px;
}

/* ===========  podcast page Social icon  css end ============*/

/* ===========  podcast page content css start ============*/

.podcast-heading h1 span {
  font-size: 36px;
}
.future-direction h1 span {
  font-size: 43px;
} 
.season-heading h1 span {
  font-size: 30px;
}
.involved-heading h4 a span  {
  font-size: 22px;  
}
.green-banner-heading h1 span {
  font-size: 30px;
}
.social-heading h1 span {
  font-size: 36px;
}
.involved-heading h4 strong {
  font-size: 22px;
}
.season-heading h3 span {
  font-size: 26px;
}
/* ===========  podcast page content  css End ============*/
/* ===========  overview css start ============*/
.row-fluid  .property-industry1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
} 

/* ===========  overview css End ============*/

/* ===========  property-male-champions-of-change css start ============*/
/*
.property-member-section .member-box img {
  border: 1px solid #ccc;
  height: 184px;
  margin-bottom: 8px !important;
  object-fit: cover;
  object-position: center 15%;
  width: 180px !important;
}*/
.pmcc-ctabox-warper .cta-box {
    float: left;
    margin-right: 1.2%;
    width: 19%;
}
.pmcc-ctabox-warper .cta-box:last-child {
  margin-right: 0;
} 
.pmcc-ctabox h3 {
  font-size: 30px;
}
.pmcc-ctabox-inner {
  margin: 30px 0;
}
.faq-heading {
  text-align: center;
}
.clientImg img {
  border: medium none;
  height: 100%;
  margin: 0;/*
  object-fit: cover;
  object-position: center 15%;*/
  width: 100% !important;
}
.clientImg-last {
    background-image: url("https://diversity.propertycouncil.com.au/hubfs/2018%20Diversity/PMCC/16102018-new-profiles/Darren_Steinberg_v3.jpg?t=1541139537890");
    background-size: cover;
    height: 184px;
    padding: 90px;
    width: 180px;
}

.clientImg {
    height: 184px;
    width: 180px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.pmcc-ctabox-warper .cta-box .hs_cos_wrapper_type_cta {
  margin: 0;
  width: 100%;
}         
.property-member-section .member-box h4 {
  color: #333;
  margin-bottom: 0;
}
.microsite-article-post .property-member-section .member-box p {
  line-height: 20px;
}
.microsite-article-post .property-member-section .member-box p {
  font-size: 13px;
  margin-bottom: 0;
}    
.member-page-center {
  float: none !important;
  margin: 0 auto !important;
  max-width: 930px;
  padding: 0 15px;
  width: 100%;
}
.microsite-article-post .property-member-section .member-box .company-name {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
}
.property-member-section .member-box {
  margin-bottom: 10px;
  margin-top: 30px;
}
.member-subheading p:nth-child(2) {
  margin-bottom: 0;
}
    


/* ===========  property-male-champions-of-change css End ============*/

/* ===========  property-australia-blog css start ============*/
.blog-banner .aplite-home-banner-title {
  background: transparent none repeat scroll 0 0;
}
.blog-banner .aplite-home-banner-title span {
  font-weight: 300;
}
.australia-blog-listing .post-desc {
  margin: 48px 0 46px;
}
.hs-author-profile {
  width: 100%;
  float: left;
}   
.author-text {
  float: left;
  text-align: right;
  width: 79%;
}
.author-image {
  float: left;
  width: 12%;
}
.author-text h4 {
  font-size: 19px;
  margin-bottom: 0;
}
.author-text-inner {
  float: right;
  margin-top: 35px;
  text-align: center;
  width: 189px;
}
.author-text-inner p {
  line-height: normal;
  margin: 0;
}
.blog-banner img {
  width: 100% !important;
}
.state-dropdown {
  margin-top: 71px;
}
.state-dropdown .dropbtn {
  background: #003a80 none repeat scroll 0 0;
  color: #fff;
}
.state-dropdown .dropbtn1 {
  background: #003a80 none repeat scroll 0 0;
  color: #fff;
}
#myDropdown h3 {
  margin: 0;
} 
#myDropdown .block ul {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}
.post-title a {
    font-size: 19px;
    color: #003480 !important;
} 
.post-desc {
  margin-bottom: 31px;
}
.week-content .post-desc p {
  color: #fff;
}
.week-content .post-title a {
  text-transform: uppercase;
}
#myDropdown1 h3 {
  margin: 0;
}
#myDropdown1 .block ul {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}  
.bottom-images {
  margin-bottom: 70px;
  margin-top: 35px;
}   
.property-header-content .author-link {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
  color: #003a80;
  font-size: 14px;
}  
.property-header-content #hubspot-author_data img {
  border-radius: 50%;
  width: 50px;
}   
.property-header-content #hubspot-author_data {
  padding: 16px 0;
}
.property-blog-Subscribe .actions .hs-button {
  margin-top: 23px;
}
.single-blog-banner .aplite-home-banner-title {
  padding: 20px 0;
}
.author-image img {
  max-width: 136px;
}
.property-header-content h1 {
  font-size: 24px;
}
/* ===========  property-australia-blog css End ============*/
/* ===========  PCA - Property Australia Redesign  blog css start ============*/
.australia-blog #hubspot-author_data::after {
  background: #002d7b none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 25px;
  max-width: 364px;
  vertical-align: middle;
  width: 100%;
}
.australia-blog #hubspot-author_data {
  margin: 0;
  position: relative;
   overflow: hidden;
}
.australia-blog .post-body {
  margin-top: 40px;
}  
.property-australia-blog .tag-list {
  margin-bottom: 28px;
}  
.property-australia-blog .list-pagination {
  border-top: 1px solid #002878;
  margin-top: 20px;
  padding-top: 27px;
}
  
.property-australia-blog .list-prev-post {
  float: left;
  padding-left: 24px;
  position: relative;
  width: 50%;
}
.property-australia-blog .list-next-post {
  float: right;
  text-align: right;
  width: 50%;
  position: relative;
   padding-right: 24px;
} 
.property-australia-blog .list-next-post h3 {
  font-size: 15px;
  margin: 0;
}
.property-australia-blog .list-prev-post h3 {
  font-size: 15px;
  margin: 0;
}

.property-australia-blog .list-prev-post::before {
  background-image: url("https://cdn2.hubspot.net/hubfs/2095495/Blog%20Images/blue-left-arrow.jpg");
  content: "";
  height: 29px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 18px;
}    
.property-australia-blog .list-next-post::after {
  background-image: url("https://cdn2.hubspot.net/hubfs/2095495/Blog%20Images/blue-right-arrow.jpg");
  content: "";
  height: 29px;
  right: 0;
  position: absolute;
  top: 10px;
  width: 18px;
}
.australia-blog-side-bar .search-heading h3::after {
  background: #002d7b none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 22px;
  max-width: 233px;
  vertical-align: middle;
  width: 100%;
}
.australia-blog-side-bar .search-heading h3 {
  position: relative;
   overflow: hidden;
}
.australia-blog-side-bar .hs-form label {
  display: none;
} 
.australia-blog-side-bar .hs-form .input {
  position: relative;
}
.australia-blog-side-bar .hs-form .input .hs-button {
  background: transparent none repeat scroll 0 0;
  color: #002c77;
  position: absolute;
  right: 7px;
  top: 6px;
}
.australia-blog-side-bar .hs-form .input .hs-button i {
  font-size: 21px;
}

.australia-blog-side-bar .widget-type-post_listing h3::after {
  background: #002d7b none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 22px;
  max-width: 148px;
  vertical-align: middle;
  width: 100%;
}
.australia-blog-side-bar .widget-type-post_listing h3 {
  position: relative;
   overflow: hidden;  
}
.australia-blog-side-bar .widget-type-post_filter h3 {
  margin-top: 27px;
  position: relative;
   overflow: hidden; 
} 
.australia-blog-side-bar .widget-type-post_filter h3::after {
  background: #002d7b none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 22px;
  max-width: 181px;
  vertical-align: middle;
  width: 100%;
}
.australia-blog-side-bar .widget-type-post_filter li {
  list-style: none;
} 
.australia-blog-side-bar .widget-type-post_filter li {
  border-bottom: 1px solid #ccc;
  padding: 12px 4px;
}
.australia-blog-side-bar .widget-type-post_filter li a {
  font-size: 16px;
}
.australia-blog-side-bar .widget-type-post_filter li a .filter-link-count {
  float: right;
}
.post-data:nth-child(2n) {
  background: #f0f0f0 none repeat scroll 0 0;
 
}  
.australia-blog-side-bar .recent-post .publish-date a {
  color: #003480 ;
}
.australia-blog-side-bar .recent-post .publish-date  {
  color: #003480;
}
.australia-blog-side-bar .recent-post .post-data {
  margin: 14px 0;
   padding: 8px 10px;
}
.australia-blog-side-bar .recent-post .publish-date {
  color: #003480;
  font-size: 14px;
}     
.australia-blog-side-bar .widget-type-gallery .slick-prev::before {
  color: #fff;
  content: "";
  display: block;
  font-family: fontawesome;
  font-size: 47px;
  position: absolute;
  right: 0;
  top: -21px;
  z-index: 999;
}
.australia-blog-side-bar .widget-type-gallery .hs_cos_gallery_main {
  margin-top: 40px;
  padding: 0;
  position: relative;
}  
.australia-blog-side-bar .widget-type-gallery .slick-next::before {
  color: #fff;
  content: "";
  display: block;
  font-family: fontawesome;
  font-size: 47px;
  position: absolute;
  right: 0;
  top: -23px;
} 
.australia-blog-side-bar .hs_cos_gallery_main .slick-prev, .hs_cos_gallery_thumbnails .slick-prev, .hs_cos_gallery_lightbox .slick-prev {
  left: 25px;
  top: 50%;
  z-index: 9999;
}
.australia-blog-side-bar .slick-prev, .slick-next {
  top: 50%;
}
.australia-blog-side-bar .hs_cos_gallery_main .slick-next, .hs_cos_gallery_thumbnails .slick-next, .hs_cos_gallery_lightbox .slick-next {
  right: 25px;
}
.australia-blog-side-bar .widget-type-gallery .hs_cos_gallery_main .slick-dots {
  display: none !important;
}
.australia-blog-side-bar {
  margin-bottom: 55px;
}
.property-australia-blog {
  margin-bottom: 55px;
}
.australia-blog-side-bar .search.search-top form {
  position: relative;
}
.australia-blog-side-bar .search.search-top form i {
  color: #003480;
  font-size: 23px;
  position: absolute;
  right: 8px;
  top: 12px;
} 
.australia-blog-side-bar .recent-post h3::after {
  background: #002d7b none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 22px;
  max-width: 148px;
  vertical-align: middle;
  width: 100%;
}
.australia-blog-side-bar .recent-post h3 {
  position: relative;
   overflow: hidden;  
}
  
/*  ===============  blog page css start 8-10-2018  ======================*/
.blog-banner-last {
  margin-bottom: 59px;
}
.move-section {
  margin-top: 26px;
} 
.move-section .australia-blog-side-bar .widget-type-gallery .hs_cos_gallery_main {
  margin-top: 0;
}
.move-content-aection {
  margin-top: 0;
}
.event-heading {
  border-bottom: 1px solid #003480;
}
.event-heading h3 {
  margin-bottom: 8px;
  margin-bottom: 27px;
}
.making-news-heading {
  border-bottom: 1px solid #003480;
  margin-bottom: 31px;
}
.making-news-heading h3 {
  margin-bottom: 8px;
  }  
.first-post-left {
  float: left;
  width: 40%;
}
.first-post-right {
  float: left;
  width: 60%;
}
.australia-blog-listing .post-title .first-post-title {
  color: #003480;
  display: inline-block;
  font-size: 29px;
  line-height: 30px;
  margin-top: 20px;
  max-width: 277px;
  width: 100%;
}   
.week-section {
  margin-bottom: 47px;
  margin-top: 62px;
}
.upcoming-list {
  margin: 16px 0;
  padding: 14px 41px;
  width: 100%;
  float: left;
}
.upcoming-list:nth-child(2n+1) {
  background: #e0e0e0 none repeat scroll 0 0;
}
.upcoming-list .date {
  color: #012f7d;
  float: left;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  width: 15%;
}
.upcoming-list .authr {
  color: #646464;
  float: left;
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
  width: 20%;
}
.upcoming-list .post-title {
  float: left;
  width: 40%;
}
.upcoming-list .date span {
  display: block;
  line-height: 29px;
}
.upcoming-list .date span:nth-child(2) {
  font-weight: normal;
  font-size: 23px;
}
.upcoming-list .post-title a {
  color: #003480;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
}
.upcoming-list .forum {
  color: #787878;
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
   float: left;
  text-align: right;
  width: 25%;
}
.upcoming-warper {
  float: left;
  margin-bottom: 27px;
  width: 100%;
}
.move-section .move-content-aection .readmore .more-link {
  border: 1px solid #003480;
  border-radius: 0 !important;
  padding: 5px 10px;
}
.move-section .move-content-aection .post-date {
  color: #003480;
}
.full {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.bluebg-week .left {
  background: #003480 none repeat scroll 0 0;
  color: #fff;
  padding: 4% 8% 4% 20.5%;
  position: relative;
  width: 52%;
  z-index: 2;
}

.bluebg-week .left::after {
  background: #003480 none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: skew(-15deg, 0deg);
  transform-origin: left bottom 0;
  width: 100%;
  z-index: -1;
}
.bluebg-week .left h3 {
  color: #fff;
}
.bluebg-week .left .post-title a {
  color: #787878;
}
.bluebg-week .readmore a {
  border: 1px solid #fff;
  border-radius: 0 !important;
  color: #fff;
  font-weight: 300;
  padding: 5px 10px;
}
.bluebg-week .date-post .blue-text {
  color: #fff;
  margin-left: 5px;
}
.week-content {
  padding-top: 11%;
}
.making-news-section .posts .post-title {
  color: #154381;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 6px 0 2px;
}
.making-news-section .posts .date-time {
  border-bottom: 1px solid #003480;
  color: #003480;
  margin-bottom: 16px;
  margin-right: 20px;
  padding-bottom: 7px;
}
.making-news-section .posts .readmore {
  text-align: right;
}
.making-news-section .posts .readmore .more-link {
  border: 1px solid #003480;
  border-radius: 0 !important;
  display: inline-block;
  margin-top: 34px;
  padding: 3px 18px;
}
.making-news-section #blogpostSlider {
  height: 563px !important;
  margin-bottom: 49px;
}
.lSSlideOuter .lSPager.lSpg {
  display: none;
}
.post-content1 {
  margin-right: 28px;
}  
.making-news-section .lSAction > .lSPrev {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  left: 0;
  position: relative;
  opacity: 1;
}
.making-news-section .lSAction > .lSNext{
 background: none;
 position: relative;  
 float: right;
 opacity: 1;
}

.making-news-section .lSAction > .lSPrev::before {
  color: #003480;
  content: "";
  display: block;
  font-family: fontawesome;
  font-size: 47px;
  left: 0;
  position: absolute;  
  top: -21px;
  z-index: 999;
}
.making-news-section .lSAction > .lSNext::before {
  color: #003480;
  content: "";
  display: block;
  font-family: fontawesome;
  font-size: 47px;
  position: absolute;
  right: 7px;
  top: -23px;
}
.making-news-section .lSAction {
  position: absolute;
  top: 50%;
  width: 100%; left:2px;
}  
.view-all-div {
  float: left;
  margin: 6px 0 29px;
  text-align: right;
  width: 100%;
} 
.view-all-div .all-posts-link {
  border: 1px solid #003480;
  border-radius: 0 !important;
  color: #003480;
  padding: 8px 25px;
} 
.australia-blog-side-bar .recent-post {
  margin-top: 30px;
}
.news-page-center {
  float: none !important;
  margin: 0 auto !important;
  max-width: 1180px;
  padding: 0 9px;
}
.lSSlideWrapper.usingCss {
    overflow: hidden;
    padding: 0 24px;
}
.making-news-section .posts img {
  width: 345px;
  height: 213px;
}

/*  ===============  blog page css End 8-10-2018  ======================*/

/* ===========  property-australia-blog css End ============*/
/* ===========  VICTORIAN STATE ELECTION PLATFORM 2018 css start ============*/
.subscribe-section #hs_cos_wrapper_module_153896726701759 p {
  text-align: center;
}

/* ===========  VICTORIAN STATE ELECTION PLATFORM 2018 css End ============*/


/* PCA - Diversity Additional - Panel Pledge 14-11-2018*/

.cstm_panel
{
  margin-bottom: 30px;
}