@charset "utf-8";

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

/*
=================================================
REAL ESTATE INVESTAR
Pro Membership Tools

Custom Styles redesigned on Bootrap v4.0.0 alpha
=================================================
*/

/*
----------------------------------------------
UNIVERSAL CUSTOM ELEMENTS
----------------------------------------------
*/

/* Make images responsive and fluid to device */
body img { max-width: 100%; }

.width300 { max-width:300px; }

.title { margin-bottom:30px; }
	.title p { font-size:20px; color:#fff; }

/* Modal center of screen 
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
*/

/* Make images responsive and fluid to device */
#accordion h5 { font-size: 16px; }
	#accordion h5 a { color:#1e8c9f; }
	#accordion h5 a:hover { color:#1e8c9f; }

/* Accordion Link Colour */
.collapse a { color:#208da1; }
	.collapse a:hover { color:#fcb040; }

/* Accordion Heading Colour */
.card-header { background: #208da1 !important; }
	.card-header a { color: #fff !important; }
	.card-header a:hover { color: #fcb040 !important; }	

.tick ul { list-style-type: none; padding: 0px; margin: 0; }  
.tick li { position: relative; padding-left: 20px; }
.tick li:before {   
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	content: "\f00c";
	color: #8ec641;
} 

.circletick ul { list-style-type: none; padding: 0px; margin: 10px 0 0 0; }  
.circletick li { position: relative; padding-left: 35px; line-height: 25px; }
.circletick li:before {   
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	content: "\f00c";
	color: #ffffff;
	background: #8ec641;
	width: 25px;
	text-align: center;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;	
} 

.document ul { list-style-type: none; padding: 0px; margin: 0; }  
.document li { position: relative; padding-left: 20px; border-bottom: 1px solid #d9dee2; padding-bottom: 10px; margin-bottom: 10px;  }
.document li:before {   
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	content: "\f15c";
	color: #8ec641;
} 

.download ul { list-style-type: none; padding: 0px; margin: 0; }  
.download li { position: relative; padding-left: 20px; }
.download li:before {   
	position: absolute;
	top: 1px;
	left: 0;
	font-family: FontAwesome;
	content: "\f019";
	color: #8ec641;
} 

.headingdivider { width:126px; margin: 0 auto;  height:16px; display: block; background: url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/heading_divider.png) no-repeat; }

/* Borders */
.border-top-white { border-top:1px solid #fff; }
.border-right-white { border-right:1px solid #fff; }
.border-bottom-white { border-bottom:1px solid #fff; }
.border-left-white { border-left:1px solid #fff; }

/*
----------------------------------------------
BUTTONS - REI Coloured 
----------------------------------------------
*/

a.btn-primary { background: #208da0 !important; border: 1px solid #12869a !important; }
a.btn-outline-primary { border:1px solid #208da0; color: #208da0; }
	a.btn-primary:hover, a.btn-outline-primary:hover { color: #3a4049; background: #fcb040 !important; border: 1px solid #f59f21 !important; }

a.btn-outline-white { background:none; font-weight:bold; font-size: 16px; border: 3px solid #fff !important; color:#fff !important; border-radius: 0; }
	a.btn-outline-white:hover { background:#3a4049 !important; border:3px solid #212429 !important; color:#fff !important; }

a.btn-outline-blue { background:#3a8a9e; font-weight:bold; font-size: 16px; border: 3px solid #2e6f7f !important; color:#fff; border-radius: 0; margin-bottom: 15px; }
	a.btn-outline-blue:hover { background:#f4b349; border:3px solid #27282d !important; color: #27282d; }

/*
----------------------------------------------
FONTS
----------------------------------------------
*/

body { font-family: 'Source Sans Pro', sans-serif; font-size: 16px; }

.white { color:#fff; }
.grey { color:#a4a5a7; }

.font20 { font-size:20px; }

/*
----------------------------------------------
PADDING AND MARGINS
----------------------------------------------
*/

body { padding-top: 70px; }

.padding10 { padding:10px; }
.padding20 { padding:20px; }
.padding30 { padding:30px; }

.paddingTB30 { padding-top:30px; padding-bottom:30px; }
.paddingTB50 { padding-top:50px; padding-bottom:50px; }
.paddingTB80 { padding-top:80px; padding-bottom:80px; }
.paddingTB100 { padding-top:100px; padding-bottom:100px; }
.paddingTB200 { padding-top:200px; padding-bottom:200px; }

.paddingB10 { padding-bottom:10px; }
	.paddingB15 { padding-bottom:15px; }
.paddingB20 { padding-bottom:20px; }

/*
----------------------------------------------
BACKGROUND COLOURS AND BACKGROUND IMAGES
----------------------------------------------
*/

.orangeBG { background:#fcb040; }
.redBG { background: #f05142; }
.greenBG { background:#8ec641; }
.blueBG { background:#208da0; }
.lightGreyBG { background:#e4e4e4; }
.whiteBG { background:#fff; }
.darkCharcoalBG { background:#18191a; }
.blackBG { background:#080808; }

.darkCharcoalTextureBG { background: url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/charcoal_texture_bg.jpg) repeat; }
.orangeRedGradientBG { background: url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/orange_gradient_bg.jpg) no-repeat; }
.cityVectorLandscapeBG {background: url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/city_vector_landscape_bg.jpg) no-repeat bottom center; }

.custom_calculator-iframe {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/grey_radient_gradient_bg.jpg");
    background-position:bottom center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
    width:100%;
}

.lightGreyGradientBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/light_radient_gradient_bg.jpg");
    background-position:bottom center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
    width:100%;
}

.blueSparkBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/blue_colour_spark_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.cityBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/perth_landscape_bg.jpg");
    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.queenstownBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/queenstown_landscape_bg.jpg");
    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.lightGreyCity1BG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/light_grey_landscape1_bg.jpg");
    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;	
}

.lightGreyCity2BG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/light_grey_landscape2_bg.jpg");
    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;	
}

.lightGreyCity3BG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/light_grey_landscape3_bg.jpg");
    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
	background-size: cover;	
}

.xeroBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/xerobg1.jpg");
    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom right;
    background-repeat: no-repeat;
	background-size: cover;	
}

.xeroUserBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/couple_laptop_bg.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
}

.depreciationBG1 {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/depreciation_cta_bg1.jpg");
    background-attachment: fixed;
    background-position: bottom right;
    background-repeat: no-repeat;
	background-size: cover;	
}

/* Texture BG Overlay's */
.pixelblueoverlay {
	background-image:url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/blue_pixel_overlay_bg.png); background-repeat: repeat;
}

.pixelblackoverlay {
	background-image:url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/black_pixel_overlay_bg.png); background-repeat: repeat;
}

.charcoalTriangleDivider { 
	width:30px; margin: 0 auto;  height:10px; display: block; background: url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/charcoal_triangle_divider.png) no-repeat; 
}

.whiteTriangleDivider { 
	width:30px; margin: 0 auto;  height:10px; display: block; background: url(https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/white_triangle_divider.png) no-repeat; 
}

/* Background Animation Colour */
.blueBGGradientAnimation {
	background: linear-gradient(241deg, #208da0, #0e6b7b, #24acc4, #1396e1, #8ec641, #41c68f);
	background-size: 1200% 1200%;

	-webkit-animation: blueBGAnimation 45s ease infinite;
	-moz-animation: blueBGAnimation 45s ease infinite;
	animation: blueBGAnimation 45s ease infinite;
}

	@-webkit-keyframes blueBGAnimation {
		0%{background-position:0% 59%}
		50%{background-position:100% 42%}
		100%{background-position:0% 59%}
	}
	@-moz-keyframes blueBGAnimation {
		0%{background-position:0% 59%}
		50%{background-position:100% 42%}
		100%{background-position:0% 59%}
	}
	@keyframes blueBGAnimation {
		0%{background-position:0% 59%}
		50%{background-position:100% 42%}
		100%{background-position:0% 59%}
	}

/* Recent Property Purchases */
.recent-purchase-box {
	/*display: inline-block !important;*/
	position: relative !important;
	overflow: hidden;
}
.recent-purchase-box-overlay {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.recent-purchase-box a {
	color: transparent;
}
.recent-purchase-box a:hover .recent-purchase-box-overlay {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	text-align: center;
	position: absolute;
	background-color: rgba(32, 141, 160, 0.58);
	color: #fff;
	width: 100%;
	height: 100%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.recent-purchase-box-overlay span {
	margin: auto;
	position: absolute;
	top: 44%;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 40px;
	font-weight: 100
}

.resource-text {
	background: rgba(59,65,73,1);
	background: -moz-linear-gradient(-45deg, rgba(59,65,73,1) 0%, rgba(72,79,87,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(59,65,73,1)), color-stop(100%, rgba(72,79,87,1)));
	background: -webkit-linear-gradient(-45deg, rgba(59,65,73,1) 0%, rgba(72,79,87,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(59,65,73,1) 0%, rgba(72,79,87,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(59,65,73,1) 0%, rgba(72,79,87,1) 100%);
	background: linear-gradient(135deg, rgba(59,65,73,1) 0%, rgba(72,79,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4149', endColorstr='#484f57', GradientType=1 );
	padding: 10px; 
	color: #fff;
	min-height: 94px;
}

.resource-text a { color:#fff; }
.resource-text a:hover { color:#fbb040; }

/*
----------------------------------------------
TOP MENU
----------------------------------------------
*/

#websiteTopBar {}
	#websiteTopBar .navbar-brand img { margin:3px 0 0 0 ; padding: 0; vertical-align: text-top; }

	#websiteTopBar .btn-primary { color: #fff; background: #218ea2 !important; border:1px solid #13757e; font-weight: bold; }
		#websiteTopBar .btn-primary:hover { background:#8ec641 !important; border:1px solid #77ac2f !important; }
	#websiteTopBar .btn-secondary { color: #fff; background: #f05142 !important; border:1px solid #d83d2f; font-weight: bold; }
		#websiteTopBar .btn-secondary:hover { background:#8ec641 !important; border:1px solid #77ac2f; }
	
	#websiteTopBar button { cursor:pointer; }

	#websiteTopBar .btn-outline-success { border:1px solid #8ec641; color: #8ec641; }
		#websiteTopBar .btn-outline-success:hover { background: #8ec641; color: #fff; }
	#websiteTopBar .btn-outline-info { border:1px solid #fcb040; color: #fcb040; }
		#websiteTopBar .btn-outline-info:hover { background: #fcb040; color: #fff; }
		
    #websiteTopBar #navbarSupportedContent .buttonsRightContainer { border-top:1px solid #333; padding-top: 20px; padding-bottom:15px; margin-top:10px;}		

	.nav-link { color: #c9caca; }

	#websiteTopBar .dropdown-menu { background: #292b2c; padding: 0; margin-top: 8px; border: 0; border-radius: 0; }

	#websiteTopBar .navbar-nav .dropdown-menu a { color: #c9caca;  padding-top: 8px; padding-bottom: 11px; }
		#websiteTopBar .navbar-nav .dropdown-menu a:hover { color: #8ec640; background: #373a3b; }
		#websiteTopBar .navbar-nav .dropdown-menu a:focus {
			color: #fff;
			background-color: #373a3b;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}

		#websiteTopBar .navbar-nav .dropdown-menu a:active {
			color: #fff;
			background-color: #373a3b;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#websiteTopBar .navbar-nav ul li .nav-item { border-right:1px solid #292a2c !important; }
	#websiteTopBar .navbar-nav > li { border-left:1px solid #58595c; padding-right: 10px; padding-left: 10px; }
	#websiteTopBar .navbar-nav>li:last-child { border-right:1px solid #58595c; }
    #websiteTopBar #navbarSupportedContent .buttonsRightContainer { border-top:none; padding-top: 0; padding-bottom:0;  margin-top:0;}
}

/*
----------------------------------------------
HEADER
----------------------------------------------
*/

#header { }
	#header .logo { width:100% !important; text-align: center !important; padding:0px; margin: 0px auto !important; }
	    #header .logo img { text-align:center; width:200px;  }
	#header .logotools { max-width: 200px; text-align: center !important; padding: 0px; margin: 0px auto !important;  }
	
	#header .menu-hover-lines {
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		transition: all 0.35s ease;
		line-height: 20px;
	}

	#header .menu-hover-lines li a {
		padding: 0.65rem 0;
		color: rgba(10, 10, 10, 0.5);
		position: relative;
		margin-left: .7rem;
	}

	#header .menu-hover-lines li:first-child a { margin-left: 0; }

	#header .menu-hover-lines li.active > a { background-color: transparent; }

	#header .menu-hover-lines a:before,
	#header .menu-hover-lines a::after {
		height: 3px;
		position: absolute;
		content: '';
		transition: all 0.35s ease;
		background-color: #208da0;
		width: 0;
	}

	#header .menu-hover-lines a::before { top: 0; left: 0; }

	#header .menu-hover-lines a::after { bottom: 0;	right: 0; }

	#header .menu-hover-lines a:hover,
	#header .menu-hover-lines li.active > a {
		color: #208da0;
		transition: all 0.35s ease;
	}

	#header .menu-hover-lines a:hover::before,
	#header .menu-hover-lines .active a::before,
	#header .menu-hover-lines a:hover::after,
	#header .menu-hover-lines .active a::after {
		width: 100%;
	}

	/* Medium devices (tablets, 768px and up) */
	@media (min-width: 768px) {
		
	}
	
	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		#header .logotools { max-width: 300px; }
	}

	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) { 
		#header .logo { width:100%; text-align: left; float: left; padding: 0px; margin: 0px;  }
		    #header .logo img { width: 300px; text-align: left; float: left; padding: 0px; margin: 0px;   }
		#header .navbar { margin-top: 12px; }
	}

/*
----------------------------------------------
NOTIFICATION BAR
----------------------------------------------
*/

#notification {}

/*
----------------------------------------------
BANNER
----------------------------------------------
*/

#banner:focus,
#banner:active { color:#fff; }

.bannerpromemberV1 {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/pro_member_banner_v1.jpg");
	display: block;
	
	/* Banner Padding */
	padding-top: 30px;
	padding-bottom: 30px;

    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.bannerpromemberV2 {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/pro_member_banner_v2.jpg");
	display: block;
	
	/* Banner Padding */
	padding-top: 30px;
	padding-bottom: 30px;

    /* Parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.bannerprotoolsv1 { background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv1.jpg"); }
.bannerprotoolsv2 {	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv2.jpg"); }
.bannerprotoolsv3 {	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv3.jpg"); }
.bannerprotoolsv4 { background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv4.jpg"); }
.bannerprotoolsv5 {	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv5.jpg"); }
.bannerprotoolsv6 {	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv6.jpg"); }
	
/* https://codepen.io/omascaros/pen/CBapm */
#random {
	/* BOX MODEL */
	width: 100%;
	padding-top: 50px; padding-bottom: 50px;

	/* ENHANCEMENT */
	background-image: url('https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/banners/bannerprotoolsv1.jpg');
	background-attachment: fixed;	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;  
}

#banner br { display:none; }
#banner p { font-size: 12pt !important; line-height: 16pt !important; float:left; text-align: left; }
#banner img { float:right; height: 20px; }

	#banner h1 { color: #fff; font-weight: 700; line-height: 60px !important; }
	#banner h3 { font-size: 14pt !important; line-height: 16px; float:left; text-align: left;   }
	#banner ul { margin:0px; padding: 0px; }
		#banner ul.breadcrumb { background: none; float: left; display:inline-block; color: #fff; }
		#banner ul.breadcrumb a,
		#banner ul li { color:#fff; font-size: 12pt; line-height: 16pt; padding:0; border:none; }
		#banner ul li::before { color:#e0e0e0; }
		#banner ul li::after { color:#e0e0e0; }
			#banner ul.breadcrumb a:hover { color: #3a4049; background:none; }

	ul.breadcrumb li.hs-menu-item.hs-menu-depth-1.breadcrumb-item a { font-weight:900; color: #f05242 !important;  }
	ul.breadcrumb li.hs-menu-item.hs-menu-depth-1.breadcrumb-item a:hover { color: #fbb040 !important; text-decoration: underline; }

.invSearch a { 
	color:#fff; font-weight: 600; text-align: center; padding:16px 20px 10px 20px; display: block; border:3px solid #f39613; margin-bottom: 10px;
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/investar_search_bg.jpg"); background-size: cover;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
}

.devSearch a { 
	color:#fff; font-weight: 700; text-align: center; padding:16px 20px 10px 20px; display: block; border:3px solid #f39613; margin-bottom: 10px;
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/developer_search_bg.jpg"); background-size: cover;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;	
}

.myValuer a { 
	color:#fff; font-weight: 700; text-align: center; padding:16px 20px 10px 20px; display: block; border:3px solid #f39613; margin-bottom: 10px;
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/my_valuer_bg.jpg"); background-size: cover;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;	
}

.proAnalyser a { 
	color:#fff; font-weight: 700; text-align: center; padding:16px 20px 10px 20px; display: block; border:3px solid #f39613; margin-bottom: 10px;
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/property_analyser_bg.jpg"); background-size: cover;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;	
}

.porTracker a { 
	color:#fff; font-weight: 700; text-align: center; padding:16px 20px 10px 20px; display: block; border:3px solid #f39613; margin-bottom: 10px;
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/portfolio_tracker_bg.jpg"); background-size: cover;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;	
}

.invSearch a:active,
.devSearch a:active,
.myValuer a:active,
.proAnalyser a:active, 
.porTracker a:active,

.invSearch a:focus,
.devSearch a:focus,
.myValuer a:focus,
.proAnalyser a:focus, 
.porTracker a:focus,

.invSearch a:hover,
.devSearch a:hover,
.myValuer a:hover,
.proAnalyser a:hover, 
.porTracker a:hover { color: #fff; text-decoration: none; background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/service_hover_bg.jpg"); border:3px solid #549fa4; }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.bannerpromemberV1,
	.bannerpromemberV2 { padding-top: 100px; padding-bottom: 100px;	}
	.invSearch a,
	.devSearch a,
	.myValuer a,
	.proAnalyser a,
	.porTracker a { padding: 50px 0 70px 0 !important; font-weight: 600 !important; }	
	
	#banner br { display:block; }
	#banner img { float:none; height: 30px; }
	#banner h3 { font-size: 18px; font-weight: 600; line-height: 18pt; float:none; text-align: center;  }
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.bannerpromemberV1,
	.bannerpromemberV2 { padding-top: 200px; padding-bottom: 200px;	}
	#banner img { float:none; height: auto; }	
	#banner h1 { font-size:36pt; line-height: 34pt; color: #fff; }
	#banner h3 { font-size: 22pt !important; font-weight: 600; line-height: 26pt; float:none; text-align: center;  }
}

/*
----------------------------------------------
SERVICES
----------------------------------------------
*/

#services {  }

	#services h3 { font-size:24pt; line-height: 22pt; }
		#services h3 span { font-weight: 700; }

	#services .text { margin-bottom:30px; }

	#services .btn-primary { background:none; font-weight:bold; font-size: 16px; border: 3px solid #167181 !important; color:#fff; border-radius: 0; margin-bottom: 15px; }
		#services .btn-primary:hover { background:#3a4049; border:3px solid #212429 !important; color: #212429; }

	#services .btn-outline-primary { background:none; font-weight:bold; font-size: 16px; border: 3px solid #8ec641; color:#8ec641; border-radius: 0; margin-bottom: 15px; }
		#services .btn-outline-primary:hover { background:#3a4049; border:3px solid #212429 !important; color:#fff; color: #212429; }

	#services .contentPadding { padding:50px 5% 50px 5%; min-height: 200px; }
	
	#services .webinar {
		padding:50px 5% 50px 5%; min-height: 200px;
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/protools_webinar_bg.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	border-bottom:1px solid #fff;
	}

	.xero1 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/your_complimentary_xero_database.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero2 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/what_is_the_process.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero4 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/your_complimentary_xero_database_nz.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero5 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/what_is_the_process_nz.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero6 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/estimate_your_tax_savings.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero7 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/get_a_free_depreciation_schedule_quote.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero8 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/estimate_your_tax_savings_nz.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero9 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/get_a_free_depreciation_schedule_quote_nz.jpg"); background-size: cover; 
		-webkit-transition: background .5s ease-out; -moz-transition: background .5s ease-out; -o-transition: background .5s ease-out; transition: background .5s ease-out;	
	}

	.xero3 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/xerobg2.jpg");
		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;					
	}

		.xero3 a { color:#fff; }
			.xero3 a:hover { color:#8ec640; }

	#services .webinarnz {
		padding:50px 5% 50px 5%;min-height: 200px;
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/protools_webinar_nz.jpg"); 	
		border-bottom:1px solid #fff;
	}
	
	/*
	.webinar a:hover {
		color:#fff; background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/protools_webinar_hover_bg.jpg"); background-size: cover;
	}
	*/

	#services .training {
		padding:50px 5% 50px 5%;min-height: 200px;
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/investor_training_bg.jpg"); background-size: cover;
		-webkit-transition: background .5s ease-out;
		-moz-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out;	
	}

	#services .trainingnz {
		padding:50px 5% 50px 5%;min-height: 200px;
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/investor_training_nz.jpg"); background-size: cover;
		-webkit-transition: background .5s ease-out;
		-moz-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out;	
	}

	/*
	.training a:hover {
		color:#fff; background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/services/investor_training__hover_bg.jpg"); background-size: cover;
	}
	*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#services h3 { font-size:36pt; line-height: 34pt; }
	#services .title p {font-size:20px; line-height: 28px; }
	
	#services .webinar, 
	#services .webinarnz { 
		border-bottom:0; border-right: 1px solid #fff; 
	}

	#services .webinar,
	#services .webinarnz,
	#services .training,
	#services .trainingnz {
		padding: 100px 7% 100px 7%;
		min-height: 400px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#services .webinar,
	#services .webinarnz,
	#services .training,
	#services .trainingnz {
		min-height: 500px;
		padding-top:200px; padding-bottom: 200px;
	}
}

/*
----------------------------------------------
PORTFOLIO SOLUTIONS
----------------------------------------------
*/

#portfolioSolutions {}
	#portfolioSolutions .sub-title { font-size: 16px; }	

	#portfolioSolutions h4 { font-size:20pt; line-height: 24pt; color: #fff; }
		#portfolioSolutions h4 span { font-weight: 700; }

	#portfolioSolutions p { color:#fff; font-size: 16px; }

	#portfolioSolutions button { background:none; font-weight:bold; font-size: 16px; border: 3px solid #fff; color:#fff; }
		#portfolioSolutions button:hover { background:#3a4049; border:3px solid #212429; }

	#portfolioSolutions .medium-6 { margin-bottom:20px; }

	#portfolioSolutions br { display:block; }

	#portfolioSolutions .title { padding-left:5%; padding-right: 5%; }

	#portfolioSolutions .btn-outline-primary { background:none; font-weight:bold; font-size: 16px; border: 3px solid #fff; color:#fff; border-radius: 0; }
		#portfolioSolutions .btn-outline-primary:hover { background:#3a4049 !important; border:3px solid #212429 !important; }

	 /* highlight col-* */
	#portfolioSolutions .row [class*='col-lg-3'] {
	  background-color: #f05244;
	  background-clip: content-box;
	  min-height: 130px;
	  margin-bottom: 15px;
	}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)  {
	#portfolioSolutions br { display:none; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#portfolioSolutions h4 { min-height: 60px; }
	#portfolioSolutions .sub-title { font-size: 20px; }	
	#portfolioSolutions .medium-6 .redBG {
		min-height:260px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#portfolioSolutions h4 { font-size:16pt; line-height: 20pt; min-height: 80px; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	#portfolioSolutions h4 { font-size:20pt;  line-height: 24pt; }
}

/*
----------------------------------------------
PREMIUM CTA
----------------------------------------------
*/

#premiumCTA.redBlueHouseBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/premium_cta_bg.jpg");
	
    /* Set a specific height */
	display: block;
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
}

	#premiumCTA.redBlueHouseBG1 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/premium_cta_bg1.jpg");

		/* Set a specific height */
		display: block;

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;		
	}

	#premiumCTA.redBlueHouseBG2 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/premium_cta_bg2.jpg");

		/* Set a specific height */
		display: block;

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;		
	}

	#premiumCTA.redBlueHouseBG3 {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/premium_cta_bg3.jpg");

		/* Set a specific height */
		display: block;

		/* Create the parallax scrolling effect */
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;		
	}

#premiumCTA.redBlueHouseNZBG {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/premium_cta_nz_bg.jpg");
	
    /* Set a specific height */
	display: block;
	
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
}

#premiumCTA h3 { font-size:28pt; line-height: 26pt; color: #fff; margin: 0 0 20px 0; }
	#premiumCTA h3 span { font-weight: 700; }
	#premiumCTA .sub-title { font-size: 16px; color: #fff; }	

#premiumCTA button { background:none; font-weight:bold; font-size: 16px; border: 3px solid #fff; color:#fff; }
	#premiumCTA button:hover { background:#8ec641 !important; border:3px solid #79b02e; color: #fff !important; }

#premiumCTA .premiumwheel { text-align: center; margin: 0 auto; padding-bottom: 30px; }
	#premiumCTA .premiumwheel .wheelimage { width: 300px; }
#premiumCTA .premiumText { text-align: center; }

#premiumCTA .float-md-left { float: none; width: 100%; text-align: center; margin: 0 auto; }
#premiumCTA .float-md-right { float: none; width: 100%; text-align: center; }

	#premiumCTA .btn-outline-primary { background:none; font-weight:bold; font-size: 16px; border: 3px solid #fff; color:#fff; border-radius: 0; }
		#premiumCTA .btn-outline-primary:hover { background:#3a4049 !important; border:3px solid #212429 !important; }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)  {
	#premiumCTA h3 {  margin: 0; }
	#premiumCTA .premiumText { text-align: left; padding-top:50px; }
	#premiumCTA .premiumwheel { margin: 0; padding-bottom: 0; text-align: right; }
	#premiumCTA .premiumwheel .wheelimage { width: 400px; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)  {
	#premiumCTA h3 { font-size:36pt; line-height: 34pt; }
	#premiumCTA .sub-title { font-size: 20px; }	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#premiumCTA .premiumText { padding-top:120px; }
}

/*
----------------------------------------------
ONLINE ACADEMY
----------------------------------------------
*/

#onlineAcademy h3 { font-size:28pt; line-height: 26pt; color: #18191a; margin: 0; }
	#onlineAcademy h3 span { font-weight: 700; }
	#onlineAcademy .sub-title { font-size: 16px; }	

#onlineAcademy .title { margin-bottom:30px; }
	#onlineAcademy .title p { font-size:20px; color:#18191a; }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#onlineAcademy h3 { font-size:36pt; line-height: 36pt; color: #18191a; margin: 0; }
	#onlineAcademy .sub-title { font-size: 20px; }	
	#onlineAcademy iframe { height:500px; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#onlineAcademy iframe { height:700px; }
}

/*
----------------------------------------------
SIDEBAR 
----------------------------------------------
*/

.sidebar { margin:0; padding: 0; }
	.sidebar h5 { color: #3b4149; text-transform: uppercase; font-size: 20px; font-weight: 900; }
	.sidebar a { color: #268c9e; }
		.sidebar a:hover { color:#8ec640; }
	.sidebar .document li:before {   
		position: absolute;
		top: 1px;
		left: 0;
		font-family: FontAwesome;
		content: "\f15c";
		color: #268c9e;
	} 

/*
----------------------------------------------
LOGIN
----------------------------------------------
*/

#login {}

	#login .formContainer { 
		max-width: 700px;
		margin: 0 auto; 
       -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);		
	}

	#login h4 { font-size:16pt; line-height: 16pt; font-weight: 700; text-transform: uppercase; }
	#login .btn-primary {  background: #8ec641 !important; border:1px solid #71a824; font-weight: bold; }
	#login .btn-primary:hover { background:#fcb040 !important; border:1px solid #e19524; }

	#login .btn-success {  background: #208da1 !important; border:1px solid #157283; font-weight: bold; }
	#login .btn-success:hover { background:#fcb040 !important; border:1px solid #e19524; }
			
	#login .remember-me { font-size:12px; line-height: 20px; vertical-align: text-top; }		
	#login .dont-have-account { border-top: 1px solid#888; padding-top:15px; font-size:12px; line-height: 20px; }

	#login .loginterms,
	#login .forgotPassword { margin-top: 15px; text-align:center; font-size: 12px; line-height: 14px; color: #fff; }
		#login .loginterms a,
		#login .forgotPassword a { color: #fff; text-decoration: underline; }
		#login .loginterms a:hover,
			#login .forgotPassword a:hover { color:#fcb040; }

/*
----------------------------------------------
FOOTER
----------------------------------------------
*/

#footer {}

#footer h4 { font-family: 'Source Sans Pro', sans-serif; color:#fff; font-size: 24px; font-weight: 600 !important; text-transform: uppercase; border-bottom:2px solid #8ec641; padding-bottom: 20px; }

	#footer.promemberpages-alt h4 { font-family: 'Source Sans Pro', sans-serif; color:#fff; font-size: 24px; font-weight: 600 !important; text-transform: uppercase; border-bottom:2px solid #208da0; padding-bottom: 20px; }

	#footer ul { margin: 30px 0 !important; padding: 0; }
	#footer ul li { list-style: none; line-height: 30px !important; }
	#footer ul li a { color:#a4a5a7; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out;	transition: color .5s ease-out;	}
	#footer ul li a:hover { color:#208da0 !important; text-decoration: underline;  }
	#footer .page-footer-links a { -webkit-transition: padding .1s ease-out; -moz-transition: padding .1s ease-out; -o-transition: padding .1s ease-out; transition: padding .1s ease-out; }
	#footer .page-footer-links a:hover { padding-left: 10px; }

	.footer-social-icons { font-size:30px; margin: 0; padding: 0; }
	.footer-social-icons ul { margin-top:0; padding-top: 0; }
	.footer-social-icons ul li a .fa-facebook { color:#3b5998 !important; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out;	transition: color .5s ease-out;	 }
	.footer-social-icons ul li a .fa-twitter { color:#00b6f1 !important; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out;	transition: color .5s ease-out;	}
	.footer-social-icons ul li a .fa-linkedin { color:#007bb6 !important; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out;	transition: color .5s ease-out;	}
	.footer-social-icons ul li a .fa-google-plus { color:#df4a32 !important; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out;	transition: color .5s ease-out;	}
	.footer-social-icons ul li a .fa-instagram { color:#c32aa3 !important; -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out;	transition: color .5s ease-out;	 }
		.footer-social-icons ul li a .fa-facebook:hover, 
		.footer-social-icons ul li a .fa-twitter:hover,
		.footer-social-icons ul li a .fa-linkedin:hover,
		.footer-social-icons ul li a .fa-google-plus:hover,
		.footer-social-icons ul li a .fa-instagram:hover { color:#fbb040 !important; }

	.footer-social-icons ul li { display:inline; float:left; margin:0 15px 0 0 ; padding: 0; }
	.footer-contact-icons i { width: 23px; }

/*
----------------------------------------------
FAQ'S
----------------------------------------------
*/

.greentabs {  }

	.greentabs ol li { list-style-type: lower-alpha;}
	.greentabs .nav-pills .nav-item { margin-right: 2px; border-radius: 3px; font-weight: bold; margin-bottom:1px;  }
	.greentabs .nav-pills .nav-item a { 
		color: #fff; background: #82be2b; 		
		-webkit-transition: background .5s ease-out;
		-moz-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out; 
	}
	.greentabs .nav-pills .nav-item a.active { background: #1e8c9f; color:#fff; }
		.greentabs .nav-pills .nav-item a.active:hover { background: #1e8c9f; color:#fff; }
	.greentabs .nav-pills .nav-item a:hover { background: #00738a; color:#fff; border-radius: 3px; }

	.greentabs .tab-content { border:1px solid #f4f7f0; background: #fff; }
	.greentabs .tab-content .tab-pane { padding: 30px; }

	.greentabs .btn-primary { background:none; font-weight:bold; font-size: 16px; border: 3px solid #3b4149 !important; color:#fff; border-radius: 0; margin-bottom: 15px; }
		.greentabs .btn-primary:hover { background:#3a4049; border:3px solid #212429 !important; color:#fff; color: #212429; }

	.discountCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/knowledgebase/chooseastrategy_bg1.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.developmentCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/knowledgebase/chooseastrategy_bg2.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.cashflowCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/knowledgebase/chooseastrategy_bg3.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.renovationCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/knowledgebase/chooseastrategy_bg4.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.strataCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/knowledgebase/chooseastrategy_bg5.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.subdivisionCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/knowledgebase/chooseastrategy_bg6.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}




	.investarsearchCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/learnthetools/learnthetools_bg1.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.developmentsearchCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/learnthetools/learnthetools_bg2.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.myvaluerCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/learnthetools/learnthetools_bg3.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.propertyanalyserCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/learnthetools/learnthetools_bg4.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.portfoliotrackerCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/learnthetools/learnthetools_bg5.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.xeroCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/learnthetools/learnthetools_bg6.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}


	.financeCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/additionalservices/additionalservices_bg1.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

	.depreciationCTAbg {
		background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/additionalservices/additionalservices_bg2.jpg");
		background-position:center;	background-repeat: no-repeat; background-size: cover;	
	}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.greentabs .nav-pills .nav-item { margin-bottom:0; }
}

/*
----------------------------------------------
SUBURB REPORTS
----------------------------------------------
*/

.suburbreports {}
	.suburbreports h4 { 
		font-size: 20px !important; border-bottom: 1px solid #208da0; padding-bottom: 15px; margin-bottom: 15px; 
	}
	.suburbreports h5 {  }

/*
----------------------------------------------
DEPRECIATION REPORT
----------------------------------------------
*/
.custom_calculator-iframe iframe {
    max-width: 480px;
    min-height: 460px;
    width: 100%;
}
.custom_calculator-iframe.valuit iframe {
    min-height: 400px;
}


/*
----------------------------------------------
FOOTER
----------------------------------------------
*/

#footer { font-weight:400; }

/*
----------------------------------------------
BOTTOM BAR
----------------------------------------------
*/

#bottomBar { font-size: 12px; font-weight: 400; }
	#bottomBar a { -webkit-transition: color .5s ease-out; -moz-transition: color .5s ease-out; -o-transition: color .5s ease-out; transition: color .5s ease-out; }
	
	.footer-links { margin: 0; padding: 0; }
		.footer-links ul { margin-left:0; padding-left: 0; text-align: center; float: none; }
			.footer-links ul li {
				border-right: 1px solid #9ea1a3;
				display: inline-block;
				padding-left: 5px;
				padding-right: 5px;	
			}

			.footer-links ul li:first-child { padding-left:0; }
			.footer-links ul li:last-child { border-right: none; }
			.footer-links ul li a { color: #000; }
				.footer-links ul li a:hover { color:#208da0; text-decoration: underline; }

	.footerWeb { text-align: center; }
	.footerWeb a:hover { color:#8ec640; text-decoration: underline; }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	#bottomBar,
	bottomBar .paddingTB50 { padding-top:30px !important; padding-bottom:20px !important; }
	
	.footer-links ul { text-align:center; float: left; }
	.footer-links ul li {
		padding-left:10px;
		padding-right: 10px;
	}
	
	.footerWeb { text-align:right; margin-top: 0; }
	
}	

/*************************************************************/
/* TOOLS CSS                                                 */
/*************************************************************/

div#rei_tool_wrapper {
	background-image:url("https://cdn2.hubspot.net/hubfs/435410/promembershiptools/images/backgrounds/light_radient_gradient_bg.jpg");
    background-position:bottom center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
    width:100%;
}

/* Property Analyser */
.property_summary_address { width:100% !important;}
.add_property_subscreen.hide > div.area_content > div.row > p.country_message { text-align:center !important; margin:0 auto !important; width:100% !important; }
.progress-text > div.row > span.property_results_summary.current { text-align:center !important; width:100% !important; margin:0 auto !important; }
.progress-text > div.row,
div.row > div.progress { width:100% !important; }

/* Portfolio Tracker */
div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_dashboard_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div.my_tracker_main_display.content_area > div.area_content > div.my_tracker_entity_display_area.content_area > div.area_content > div.row > div.small-12.large-6.columns.cashflow.content-block > div.area_container.block--shadow.block--hasheader > div.row.has_entities > div.small-12.columns > div.cashflow_graph_numbers { clear: both; display:block; height:100px; }
div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_dashboard_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div.my_tracker_main_display.content_area > div.area_content > div.my_tracker_entity_display_area.content_area > div.area_content > div.row > div.small-12.large-6.columns.equity.content-block > div.area_container.block--shadow.block--hasheader > div.row.has_entities > div.small-12.columns > div.equity_graph_numbers { clear: both; display:block; height:100px; }
div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_cashflow_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div#cashflow_display_area.row.area-container > div.area_content.small-12.columns > div.row > div.large-12.columns.content-block > div.area_container.cashflow_graph_area > div.small-12.block--shadow.block--hasheader > div.row.has_properties > div.small-6.columns > div.row > div.small-12.columns.my_cashflow_graph > div.row.has_entities > div.small-12.columns > div.cashflow_graph_numbers { clear: both; display:block; height:100px; }
div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_property_detail_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div.property_details.content_area > div.area_content.row.hide > div.large-12.columns > div.row > div.small-6.columns.content-block > div.block--shadow.block--hasheader > div.row > div.small-12.columns > div.cashflow_graph_numbers { clear: both; display:block; height:100px !important; }
div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_property_detail_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div.property_details.content_area > div.area_content.row.hide > div.large-12.columns > div.row > div.small-6.columns.content-block > div.block--shadow.block--hasheader > div.row > div.small-12.columns > div.equity_graph_numbers { clear: both; display:block; height:100px !important; }

div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_properties_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div#properties_display_area,
div#rei_tool_wrapper > section#tracker_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#tracker_properties_screen.tracker_screen.small-12.columns.content > div.row > div.small-12.columns > div#properties_display_area.row.area-container > div.area_content { width:100% !important; }

/* Property Analyser - Top border of form fields */
div#rei_tool_wrapper > section#search_tool.rei_tool.wrapper > div.small-12.columns.l-collapse-left.l-collapse-right > section.row > section#profile_defaults_overlay.hide.reveal-modal.expand.open > section.small-12.columns.content.hide > form#form_profile > fieldset > legend { width:auto; }

#rei_tool_wrapper fieldset legend { background:none !important; }  

/* Refine Search Button */
#rei_tool_wrapper #search_tool #search_results_screen .refine_search .search_for_properties.button { font-size:14px; }

/*************************************************************/
/* 5 Columns - Custom 5 Grid not standard in FOUNDATION      */
/*************************************************************/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.col-md-15,
.col-lg-15 {
	width: 100%;
}	
	
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%; 
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 767px) {
  #banner h3 {
    display: block;
    float: none;
    text-align: center;
}
  #banner img {
    float: none;
    margin: 5px auto;
}



}

/*************************************************************/
/* Extra small devices (portrait phones, less than 576px)    */
/* No media query since this is the default in Bootstrap     */
/*************************************************************/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }