@import url('//fonts.googleapis.com/css?family=Oswald:400,400i,600,600i,700,700i');

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


/* 07/05/2024 */
.home-page .hs_cos_wrapper_type_cta {text-align: center;display: flex;justify-content: center;}
.hero__box:last-child {
    padding-top: 19px;
}

#owner-faq-section .page-center .hs_cos_wrapper_type_cta {
    display: flex;
    justify-content: center;
}

.hero__cta {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}



.banner-outer-wrap{     padding-top: 180px !important; }




.table_row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

.table_clommn {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
}

@media(max-width:830px){
  .table_clommn {  width: calc(100% / 2 - 20px);}
}
@media(max-width:767px){
  .table_clommn {  width: calc(100% / 1 - 00px);
  margin: 0 00px;
    margin-bottom: 10px;}
  .table_btn .hs-cta-embed {
    width: 320px !important;
    display: inline-block;
    object-fit: contain;
    
    margin: 0 auto;
}


}
/* 07/05/2024 */


body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.2;
        margin: 0px !important;
}

.page-center {
        max-width: 1200px !important;
    float: none !important;
        margin: 0 auto !important;
    padding: 0px 20px !important;
}

h1 {
    font-size: 45px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*a:hover {
    color: #e22726;
}*/

.banner-bg img
{
   display: none;
}

.banner-blog .hs_cos_wrapper {text-align: center; background: #000; overflow: hidden;}
.banner-blog img {margin: 0 auto;}

.banner-bg .hs-editor-editable img
{
   display: block;
}

:focus {
outline: -webkit-focus-ring-color auto 0px !important;
}

/*************** Header & Footer Style Starts ******************/

.header-outer-wrap {
    padding: 15px 0px;
}

.header-logo img {
    width: 170px !important;
}

.header-menu-wrap {
    background-color: #000;
    text-align: center;
}

.header-menu-wrap ul.hs-menu-children-wrapper {
    background: #000;
    text-align: left;
    padding-bottom: 10px;
}
@media only screen and (max-width:768px) {
  .header-menu-wrap ul.hs-menu-children-wrapper {background: transparent;}
}
.header-menu-wrap ul.hs-menu-children-wrapper li a {display: inline-block !important;}

.header-right-wrap {
    text-align: right;
    padding-top: 10px;
}

.header-top-menu a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease;
}

.header-top-menu ul ul {
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    display: inline-block !important;
    min-width: 200px !important;
    width: 100% !important;
}

.header-top-menu ul> li.hs-menu-depth-1:nth-child(2) ul {
/*         left: -90px !important; */
  
  left: auto !important;
  right: 0;
}

.header-top-menu ul ul a {
    color:#000000;
    font-size: 16px;
    font-weight: 400;
    max-width: 100% !important;
    white-space: normal !important;
    line-height: 20px;
    transition: all 0.5s ease;
}

.header-top-menu ul ul a:hover {
    color:#e22726;
}

.header-top-menu li.hs-item-has-children:after {
    position: absolute;
    right: 4px;
    top: 45%;
    margin-top: -5px;
    content: "";
    display: inline-block;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Droopdown.png?t=1529659440804);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
    padding: 6px;
}

.header-top-menu ul li.hs-menu-depth-1:nth-child(1)>a {
    //background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Residents%20Icon.png);
    background-repeat: no-repeat;
    background-position: left 14px;
    background-size: 15px;
    padding-left: 20px;
}

.header-top-menu ul li.hs-menu-depth-1:nth-child(1)>a img {
    width: 17px;
    vertical-align: baseline;
  float: left;    padding-right: 6px;
}

.header-top-menu ul li.hs-menu-depth-1:nth-child(2)>a img {
    width: 17px;
    vertical-align: baseline;
  float: left;    padding-right: 6px;
}

.header-top-menu ul li.hs-menu-depth-1:nth-child(2)>a {
   // background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Owner%20Icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
    padding-left: 20px;
    margin-left: 20px;
}

.header-top-menu ul>li.hs-menu-depth-1 {
    margin-left: 20px;
}

.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {left:100px;}

.header-ph-number a {
    text-decoration: none;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    padding-left: 45px;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Phone%20Icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 7px;
    transition: all 0.5s ease;
}

.header-menu a {
    margin: 0 50px;
    font-size: 18px;
    margin-left: 0;
    line-height: 100%;
    padding: 10px 5px !important;
    color: #ffffff;
    max-width: 100% !important;
    width: 100% !important;
    font-weight: 400;
    transition: all 0.5s ease;
}

.header-menu ul li {
    margin: 0 30px;
}
@media (max-width:1199px){
  .header-menu ul li {
      margin: 0 25px;
  }
}
@media (max-width:1023px){
  .header-menu ul li {
      margin: 0 20px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .header-menu ul li {
      margin: 0 10px !important;
  }
  .header-menu-wrap .page-center{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .header-menu a{
    font-size:16px !important;
  }
}

@media (max-width:1400px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child.hs-item-has-children .hs-menu-children-wrapper {
      left: initial;
      right: -60px;
  }
}

@media (max-width:1199px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child.hs-item-has-children .hs-menu-children-wrapper {
      right: -40px;
  }
}

.header-menu a {
    font-size: 18px;
    margin: 14px 0px 6px;
    display: inline-block;
    line-height: 100%;
    padding: 4px 0px !important;
    color: #ffffff;
    max-width: 100% !important;
    width: 100% !important;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease;
}

.header-menu a:hover {
    border-bottom: 2px solid #e22726;
}

.header-menu .active.active-branch a {
    border-bottom: 2px solid #e22726;
}

.footer-outer-wrap {
    background-color: #000000;
    padding: 40px 0px;
    color: #fff;
}

.footer-col-header h2 {
    font-size: 20px !important;
    font-weight: 600;
    margin: 0px !important;
    padding-bottom: 15px;
}

.footer-menu ul li {
    min-width: 100%;
    padding-bottom: 0;
}

.footer-menu a {
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    padding: 4px 0 !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.footer-menu a:hover {
    color: #e22726;
}

.footer-menu.footer-menu-3 a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-bottom-wrap {
    background-color: #e22726;
    color: #ffffff;
}

.footer-btm-text p {
    font-size: 16px;
    line-height: 100%;
}

.footer-contact-info ul {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    padding: 20px 0;
}

.footer-contact-info ul li {
    float: left;
}

.footer-contact-info ul li a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    color: #e22726;
    font-size: 24px;
    transition: all 0.5s ease;
}

.footer-contact-info ul li a:hover {
    color: #fff;
}

.footer-contact-info ul li span {
    display: none;
}

.footer-contact-info p {
    margin-top: 0px;
}

p.footer-adres {
    padding-left: 30px;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Map_Icon.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

p.footer-tel {
    padding-left: 30px;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Phone_Icon-1.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

p.footer-mail {
    padding-left: 30px;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Email_icon.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.footer-contact-info a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 0px;
    margin: 0px;
    transition: all 0.5s ease;
}

.footer-contact-info a:hover {
    color: #e22726;
}

.footer-subscribe form {position: relative;}

.footer-subscribe h3 {
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    margin: 10px 0;
}

.footer-subscribe .hs-email > label {display: none;}
.footer-subscribe .hs-email input {
    background: transparent;
    border: 3px solid #fff;
    color: #a7a7a7;
    width: 170px;
    font-size: 18px;
}
.footer-subscribe .hs-error-msgs {font-size: 14px; padding-left: 0; list-style: none;}

.footer-subscribe .hs-submit {position: absolute; top: 0; left: 170px;}
.footer-subscribe input[type=submit] {
    border: 3px solid #e22726;
    background: #e22726;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 10px;
}
.footer-subscribe input[type=submit]:hover { background: #fff; color: #e22726; }

.support-cta {position: fixed; width: 100px; height: 100px; bottom: 25px; right: 10px; z-index:1000;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.support-cta img {width: 100px; height: 100px;}
.support-cta:hover img {opacity: 0.7;}

@media(max-width: 1300px) {
  .support-cta,
  .support-cta img {width: 90px; height: 90px;}
}
@media(max-width: 767px) {
  .support-cta,
  .support-cta img {width: 80px; height: 80px;}
}

.support-cta2 {position: fixed; width: 100px; height: 100px; bottom: 150px; right: 10px; z-index:1000; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.support-cta2 img {width: 100px; height: 100px;}
.support-cta2:hover img {opacity: 0.7;}

@media(max-width: 1300px) {
  .support-cta2 {bottom: 140px;}
  .support-cta2,
  .support-cta2 img {width: 90px; height: 90px;}
}
@media(max-width: 767px) {
  .support-cta2 {bottom: 130px;}
  .support-cta2,
  .support-cta2 img {width: 80px; height: 80px;}
}

/*************** Header & Footer Style Ends ******************/

/*************** Home Page Style Starts ******************/


.home-download-wrap {color: #fff; padding: 40px;}
.home-download-wrap .home-manage-header h2 {max-width: 800px; margin: 0 auto;}

.download-bg img,
.manage-bg img {
   display: none;
}

.manage-bg .hs-editor-editable img {
   display: block;
}

.banner-outer-wrap {
    padding: 70px 0px 250px;
    color: #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 600px !important;
    //max-width: 2000px;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
     /**    background-color: #c32711;**/
}

.home-banner-wrap .banner-text {
    padding-top: 40px;
}

.banner-inner-wrap {
    max-width: 700px;
    margin: 0px auto !important;
    float: none !important;
}

@media only screen and (min-width:1024px) {
  .banner-inner-wrap.banner-inner-big {
     max-width: 1000px;
  }
  .banner-inner-wrap.banner-inner-big .banner-text-details {
    padding: 0 100px;
  }
}

.banner-text h1 {
    font-size: 45px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 20px;
}
.banner-apartments .banner-text h1 {
    font-size: 32px;
    margin-top: 50px;
}
.banner-apartments .banner-text h3 {
    font-size: 60px;
    margin: 0;
}
.apartments-sec-wrap .city-sec1-header {padding-bottom: 30px;}

.banner-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0px;
    padding-bottom: 10px;
}

.banner-cta a,
a.btn.white {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

.banner-cta a:hover,
a.btn.white:hover {
    color: #fff;
    border: 2px solid #e22726;
    background-color: #e22726;
}

a.btn.red {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #e22726;
    background-color: #e22726;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

a.btn.red:hover {
    color: #e22726;
    border: 2px solid #e22726;
    background-color: transparent;
}

a.btn.fill_red {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: #e22726;
    padding: 6px 21px;
    margin: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

a.btn.fill_red:hover {
    color: #e22726;
    background-color: #fff;
}

a.btn.fill_black {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: #000000;
    padding: 6px 21px;
    margin: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

a.btn.fill_black:hover {
    color: #000000;
    background-color: #fff;
}

a.btn.fill_white {
    text-decoration: none;
    color: #e12b2a;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background-color: #fff;
    padding: 6px 21px;
    margin: 10px;
    display: inline-block;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

a.btn.fill_white:hover {
    color: #fff;
    background-color: #e12b2a;
}

.city-page .city-sec1-text a:not(.cta_button),
.hs-blog-post .post-body a:not(.cta_button) {
    color: rgb(226, 39, 38);
    text-decoration: underline;
}

.home-serv-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 30px;
}

.home-serv-inner {
    width: 21%;
    float: left;
    border-radius: 4px;
    margin: 15px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(204,204,204,1);
    -moz-box-shadow: 0 1px 10px 0 rgba(204,204,204,1);
    box-shadow: 0 1px 10px 0 rgba(204,204,204,1);
}

.home-serv-info {
    text-align: center;
    padding: 20px;
}

.home-ser-header h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    padding: 20px 0px;
}

.home-serv-para p {
    margin: 0px;
    padding-bottom: 20px;
}

.home-ser-wrap {
    padding: 20px 0px 50px;
    margin-top: -100px;
     position: relative;
    z-index: 999;
}

.city-page .home-ser-wrap {margin-top: -70px;}

.home-choose-wrap {
    padding: 30px 0px;
    background-color: #f4f4f4;
}

.home-choose-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

.choose-right-img {
    float: right !important;
}

.choose-left-text {
    float: left !important;
    margin-left: 0px !important;
}

.choose-right-text {
    margin-left: 0px !important;
}

.choose-inner-wrap {
    padding-bottom: 40px;
}

.choose-text {
    width: 80% !important;
    margin: 0px !important;
}

.choose-img {
    width: 18% !important;
    margin: 0px !important;
}

.choose-text h3 {
    margin: 0px;
    padding: 10px 0px;
    font-size: 24px;
    font-weight: 600;
}

.choose-text p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
}

.home-download-guide-wrap {
    padding: 30px 0px;
    background-color: #dfdfdf;
}


.home-analysis-wrap {
    padding: 40px 0;
}

.home-analysis-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 50px;
}

.survey-text {font-size: 20px;}
.survey-text hr {border-color: #e22726; width: 400px; margin: 20px auto;}

.analysis-form:not(.contact-us-form):not(.survey-form):not(.download-guide-form) {
    background-color: #f4f4f4;
    padding: 40px;
}

.analysis-form.download-guide-form,
.analysis-form.survey-form {padding: 40px 5px; text-align: left;}
.analysis-form.survey-form .hs-form-field label span {font-size: 18px !important;}

.analysis-form.contact-us-form {padding: 0 40px;}
.analysis-form.survey-form fieldset,
.analysis-form.survey-form .hs-submit,
.analysis-form.fra-form fieldset,
.analysis-form.fra-form .hs-submit,
.analysis-form.contact-us-form fieldset,
.analysis-form.contact-us-form .hs-submit {margin: 0 auto !important; max-width: 100%;}
.analysis-form.fra-form .hs-submit .actions,
.analysis-form.contact-us-form .hs-submit .actions {text-align: center;}

.analysis-form.survey-form fieldset.form-columns-1 input[type="email"],
.analysis-form.survey-form fieldset.form-columns-1 select,
.analysis-form.survey-form fieldset.form-columns-1 textarea,
.analysis-form.fra-form fieldset.form-columns-1 .hs-input,
.analysis-form.contact-us-form fieldset.form-columns-1 .hs-input {width: 100% !important;}

.analysis-form.fra-form fieldset.form-columns-1 input[type="checkbox"].hs-input,
.analysis-form.contact-us-form fieldset.form-columns-1 input[type="checkbox"].hs-input {width: auto !important;}



ul.inputs-list.multi-container li.hs-form-checkbox {position: relative;}

ul.inputs-list.multi-container li.hs-form-checkbox input[type="checkbox"].hs-input,
.analysis-form.fra-form fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox input[type="checkbox"].hs-input,
.analysis-form.contact-us-form fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox input[type="checkbox"].hs-input {opacity: 0; width: 20px !important; height: 20px; cursor: pointer;}

ul.inputs-list.multi-container li.hs-form-checkbox label span {vertical-align: bottom; margin: 10px 5px 5px; display: inline-block;}

ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 2px solid #000;
  cursor: pointer;
}

ul.inputs-list.multi-container li.hs-form-checkbox label:hover span::before {
  background-color: #ccc;
}

ul.inputs-list.multi-container li.hs-form-checkbox label input:checked ~ span::before {
  background-color: #e22726;
}

ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
  content: "";
  position: absolute;
  display: none;
}

ul.inputs-list.multi-container li.hs-form-checkbox label input:checked ~ span::after {
  display: block;
}

ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
  left: 8px;
  top: 11px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (min-width: 1200px) {
  .analysis-form.fra-form fieldset.form-columns-1 ul.inputs-list.multi-container,
  .analysis-form.contact-us-form fieldset.form-columns-1 ul.inputs-list.multi-container {display: flex; flex-wrap: wrap;}

  .analysis-form.fra-form fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox,
  .analysis-form.contact-us-form fieldset.form-columns-1 ul.inputs-list.multi-container li.hs-form-checkbox {width: 50%; text-align: left;}
}

.analysis-form:not(.contact-us-form):not(.survey-form) input,
.analysis-form:not(.contact-us-form):not(.survey-form) select {
    padding: 14px !important;
    background-color: #f4f4f4;
    border: 2px solid #fff;
    font-size: 18px;
    color: #000;
     -webkit-appearance: none !important;
}

.analysis-form:not(.contact-us-form):not(.survey-form) input[type='radio'] {-webkit-appearance: checkbox !important;}

.analysis-form.download-guide-form ::placeholder {
    color: #a7a7a7;
}
.analysis-form.download-guide-form input,
.analysis-form.download-guide-form select,
.analysis-form.download-guide-form input[type="submit"]:hover {
    background-color: #dfdfdf !important;
}
.analysis-form.download-guide-form .hs-fieldtype-select label {margin-bottom: 5px; display: block;}
.analysis-form.download-guide-form input[type="submit"] {
    background-color: #e22726 !important;
}
.analysis-form.download-guide-form .hs-submit::before {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0;
    display: block;
    content: "We value your privacy. We won’t share your information with any other party.";
}

.analysis-form.survey-form input,
.analysis-form.survey-form select,
.analysis-form.survey-form textarea,
.analysis-form.contact-us-form input,
.analysis-form.contact-us-form select,
.analysis-form.contact-us-form textarea {
    padding: 14px !important;
    border: 2px solid #f4f4f4;
    font-size: 18px;
    color: #000;
     -webkit-appearance: none !important;
}
.analysis-form.survey-form textarea,
.analysis-form.contact-us-form textarea {height: 150px;}

.analysis-form.survey-form.on-dark-bg .hs-message.hs-fieldtype-textarea {height: auto;}
.analysis-form.survey-form.on-dark-bg .hs-message.hs-fieldtype-textarea textarea {font-family: Arial;}

.analysis-form.survey-form.on-dark-bg input,
.analysis-form.survey-form.on-dark-bg select,
.analysis-form.survey-form.on-dark-bg textarea {
	background-color: transparent;
	color: #fff;
}

.analysis-form.survey-form.on-dark-bg select option {color: #777;}

.analysis-form.on-dark-bg .hs-form-field {height: auto;}
.analysis-form.on-dark-bg fieldset.form-columns-3 .hs-form-field {width: 33.3333%;}

.analysis-form.survey-form.on-dark-bg label:not(.hs-error-msg) {color: #fff; margin: 10px 0 5px; display: inline-block;}
.analysis-form.survey-form.on-dark-bg .actions {text-align: left; margin-top: 10px;}

.new-form-styles .analysis-form.survey-form ul.inputs-list.multi-container {padding-top: 20px;}
.new-form-styles .analysis-form.survey-form ul.inputs-list.multi-container li {padding-bottom: 20px;}

.analysis-form.survey-form .hs-fieldtype-textarea .input {padding: 10px 0 20px;}
.analysis-form.survey-form .actions {text-align: center;}

@media (min-width: 1200px) {
    .new-form-styles .analysis-form.survey-form .hs-fieldtype-select label {height: 45px; vertical-align: middle; display: table-cell !important;}
}

@media (min-width: 900px) {
    .new-form-styles .analysis-form.survey-form ul.inputs-list.multi-container {max-width: 860px;}
    .new-form-styles .analysis-form.survey-form ul.inputs-list.multi-container li {width: 50%; float: left; }
}

@media (min-width: 768px) {
    .new-form-styles .analysis-form.survey-form .hs-fieldtype-select label {height: 65px; vertical-align: middle; display: table-cell !important;}

    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field {width: 33.3333%;}
    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field:nth-child(1) label,
    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field:nth-child(1) .input {padding-right: 20px;}

    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field:nth-child(2) label,
    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field:nth-child(2) .input {padding-right: 10px; padding-left: 10px;}

    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field:nth-child(3) label,
    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field:nth-child(3) .input {padding-left: 20px;}
}
@media (max-width: 767px) {
    .new-form-styles .analysis-form.survey-form fieldset.form-columns-2 .hs-form-field,
    .new-form-styles .analysis-form.survey-form fieldset.form-columns-3 .hs-form-field {width: 100%; float: none;}
}

.analysis-form.fra-form input,
.analysis-form.fra-form select,
.analysis-form.fra-form textarea {
    padding: 14px !important;
    border: 2px solid #fff;
    background: transparent;
    font-size: 18px;
    color: #000;
     -webkit-appearance: none !important;
}
.analysis-form.fra-form textarea {height: 150px;}
.analysis-form select {
    background: transparent url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Droopdown.png?t=1542836610488) 99% center no-repeat;
}

.analysis-form.fra-form input[type="checkbox"],
.analysis-form input[type="checkbox"],
.analysis-form:not(.contact-us-form):not(.survey-form) input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    width: auto !important;
}

.analysis-form ::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
}

.analysis-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
}

.analysis-form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #ccc;
}

.analysis-form .hs-form-field {
    margin-bottom: 30px;
/*       height: 80px; */
}

.analysis-form .hs-form-field.hs-fieldtype-checkbox {height: auto !important; margin-bottom: 30px;}

.download-page .analysis-form .hs-form-field.hs-fieldtype-select {height: auto; margin-bottom: 20px;}
.download-page .analysis-form .hs-form-field.hs-fieldtype-select label span {font-size: 16px; margin-bottom: 5px; display: inline-block;}
.download-page .analysis-form .hs-form-field.hs-fieldtype-select select {
    padding: 14px !important;
    background: transparent url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/dropdown-p.png) right center no-repeat;
}

.analysis-form .hs-form-required {
    display: none;
}

.analysis-form .hs_error_rollup {
    display: none !important;
}

.analysis-form ul.inputs-list {
    padding-left: 5px;
    list-style: none;
    margin: 0;
    margin-top: 4px;
}

.analysis-form ul.hs-error-msgs.inputs-list {
    color: #e22726;
    padding-top: 0px;
    font-size: 15px;
}

.analysis-form input.hs-button.primary.large {
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px !important;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.analysis-form input.hs-button.primary.large:hover {
    background-color: transparent;
    color: #e22726;
}


.new-form-styles .analysis-form .hs-form-field {
    height: auto;
    margin-bottom: 10px;
}

.new-form-styles .analysis-form input,
.new-form-styles .analysis-form select,
.new-form-styles .analysis-form textarea,
.new-form-styles .hs-form-booleancheckbox span,
.new-form-styles ul.hs-error-msgs.inputs-list {
    font-size: 16px !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.new-form-styles .analysis-form select {color: #5d5d5d;}

.new-form-styles select.select_value {color: #000;}

.new-form-styles .hs-fieldtype-select label {
    margin: 20px 0 10px;
    display: block;    
}


.new-form-styles .hs-form-field.hs_contact_type_property_owner_tenant_or_realtor_ label span,
.new-form-styles .hs-form-field.hs_furnished_housing_jmz_check_in_date > .hs-field-desc,
.new-form-styles .hs-form-field.hs_furnished_housing_jmz_check_out_date > .hs-field-desc {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.new-form-styles .hs-form-field span {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.new-form-styles .rental-analysis-form .hs-dependent-field .hs_referred_owner_first_name::before,
.new-form-styles .rental-analysis-form .hs-dependent-field .hs_referred_owner_first_name label::before,
.new-form-styles .rental-analysis-form .hs-dependent-field .hs_property_type label::before,
.new-form-styles .rental-analysis-form .hs-dependent-field div:nth-child(2)[class*="hs_rental_property_address"] label::before,
.new-form-styles .contact-us-form .hs-dependent-field .hs_rental_property_address label::before {
    font-size: 16px;
    margin: 20px 0 10px;
    display: block;
}

.new-form-styles .rental-analysis-form .hs-dependent-field .hs_referred_owner_first_name::before {
    content: "Please provide information about the property owner and the property.";
}

.new-form-styles .rental-analysis-form .hs-dependent-field .hs_referred_owner_first_name label::before {
    content: "Propety Owner Information";
}

.new-form-styles .rental-analysis-form .hs-dependent-field .hs_property_type label::before {
    content: "Property Information";
}

.new-form-styles .rental-analysis-form .hs-dependent-field div:nth-child(2)[class*="hs_property_type"] label::before {
    content: "Tell Us About Your Property";
}

.new-form-styles .rental-analysis-form .hs-dependent-field div:nth-child(2)[class*="hs_rental_property_address"] label::before,
.new-form-styles .contact-us-form .analysis-form .hs-dependent-field .hs_rental_property_address label::before {
    content: "What is the address of the property you are interested in?";
}

@media (min-width: 768px) {
    .analysis-form.fra-form fieldset.form-columns-3 .hs-form-field,
    .analysis-form.contact-us-form fieldset.form-columns-3 .hs-form-field {width: 33.333333% !important;}
    .analysis-form.fra-form fieldset.form-columns-2 .hs-form-field,
    .analysis-form.contact-us-form fieldset.form-columns-2 .hs-form-field {width: 50% !important;}
}

@media (max-width: 767px) {
    .new-form-styles .analysis-form.contact-us-form {padding: 0;}

    .analysis-form.fra-form fieldset .input,
    .analysis-form.contact-us-form fieldset .input {margin-right: 0 !important;}

    .analysis-form.fra-form fieldset .hs-input,
    .analysis-form.contact-us-form fieldset .hs-input {width: 100% !important;}
    
    .analysis-form.fra-form .hs-form-field,
    .analysis-form.fra-form .hs-form-field input,
    .analysis-form.contact-us-form .hs-form-field,
    .analysis-form.contact-us-form .hs-form-field input {width: 100% !important;}

    .analysis-form select {background-position-x: 96%;}
}

.home-analysis-inner {
    max-width: 920px;
    margin: 0px auto !important;
    float: none !important;
    display: table !important;
}

.home-analysis-left {
    width: 48% !important;
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
    padding-right: 70px;
}

.download-page .home-analysis-left {
    vertical-align: top;    
}

.download-page .header-menu-wrap {height: 40px;}
.download-page .header-menu-wrap .widget-type-cell.page-center {display: none;}
.download-page form .hs_agree {height: 100px;}
.download-page form .hs_agree input {display: block; float: left;}
.download-page form .hs_agree span:not(.hs-form-required) {margin-left: 30px; display: block;}

.home-analysis-right {
    width: 48% !important;
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
}

.analysis-logos-wrap {
    text-align: center;
    padding: 50px 20px 20px;
}

.analysis-text h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}

.analysis-left-inner {
    padding-bottom: 30px;
}

.home-manage-wrap {
    padding: 30px 0px 50px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.home-manage-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

.manage-text p {
    margin: 0px;
}

.home-areas-wrap {
    padding: 30px 0px;
}

.home-areas-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

.areas-accordion-outer {
    width: 100%;
}

.areas-accordion-outer ul.nav-inner:nth-child(3) {
    padding-right: 0px;
}

.areas-accordion-section:nth-child(2n+1) {
    clear: both;
}

.areas-accordion-section:nth-child(odd) {
    margin-right: 80px;
}

.areas-accordion-section:nth-child(even) {
    margin-left: 80px;
}

.areas-accordion-section {
    width: 40%;
    float: left;
    margin: 20px;
    display: inline-block;
}

.areas-accordion-outer ul.nav-inner {
    width: 33%;
    float: left;
    margin: 0px;
    padding: 0px 20px 0px 0px;
    list-style-type: none;
}

.areas-accordion-outer ul.nav-inner li a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.areas-accordion-outer .accordion-section {
    position: relative;
}

/*.areas-accordion-outer .accordion-section-title:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    content: "";
    display: inline-block;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Drop_down_shape.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px;
    padding: 6px;
}
      
.areas-accordion-outer .accordion-section-title.active:after {
      position: absolute;
    right: 15px;
    top: 25%;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Droopdown.png);
}*/

.areas-accordion-outer .accordion-section-title {
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/Drop_down_shape.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 9px;   
}

.areas-accordion-outer .accordion-section-title.active {
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Home%20Page/arrow-up.png);
}


/*************** Home Page Style Ends ******************/


/*************** Contact Page Style Starts ******************/

.banner-outer-wrap.contact-banner-wrap {
    min-height: 550px !important;
    padding: 120px 0px 220px !important;
    /**background-color: #2f0c13;**/
}

.banner-outer-wrap.contact-banner-wrap .banner-text h1 {
    padding-bottom: 10px;
}

.contact-sec1-wrap {
    padding: 0px 0px 40px;
    margin-top: -50px;
    position: relative;
    z-index: 999;
}

.contact-resident {
    text-align: center;
    padding: 10px 20px;
}

.contact-resident-text h2 {
    margin: 0px;
    font-size: 22px;
    padding: 20px 0px 0px;
}

.contact-resident-text p {
    margin: 0px;
    min-height: 80px;
    padding: 5px 20px 10px;
    font-size: 18px;
}

.contact-resident-text a {
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 20px !important;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.contact-resident-text a:hover {
    background-color: transparent;
    color: #e22726;
}

.contact-sec2-wrap {
    padding: 30px 0px;
    background-color: #f4f4f4;
    text-align: center;
}

.new-client-text h2 {
    margin: 0px;
    font-size: 28px;
    padding-top: 10px;
}

.new-client-text p {
    padding: 10px 0px;
    font-size: 20px;
    max-width: 800px;
    margin: 0px auto;
    float: none;
}

.new-client-text p a {
    text-decoration: none;
    color: #e22726;
    font-weight: 600;
}

.place-card.place-card-large {
    display: none !important;
}

/*.contact-map-wrap .page-center {
    position: relative;
}*/

.contact-map-wrap {
    margin-bottom: -3px;
  position: relative;
}

.contact-add-text {
    position: absolute;
    padding: 30px;
    top: 28px;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Contact%20Us/bg-contact.png);
    max-width: 370px;
}

.contact-add-text p {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}

.contact-add-text a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 0px;
    margin: 0px;
    transition: all 0.5s ease;
}

.contact-add-text a:hover {
    color: #e22726;
}

.contact-map iframe {
    width: 100% !important;
}

.contact-banner-wrap .banner-text a {
    text-decoration: none;
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    margin: 0px;
}

/*************** Contact Page Style Ends ******************/



/*************** Location Page Style Starts ******************/
.location-map-wrapper {background: #000;}

.location-page .contact-map-wrap .contact-map,
.location-page .contact-map-wrap .contact-map iframe,
.location-page .contact-map-wrap .contact-text {height: 800px !important;}

@media screen and (min-width: 768px) {
    .contact-map-wrap .contact-map,
    .contact-map-wrap .contact-map iframe,
    .contact-map-wrap .contact-text {height: 400px;}
    .contact-map-wrap .contact-map {width: 53%; margin: 0;}
    .contact-map-wrap .contact-text {width: 47%; margin: 0;}
}

@media screen and (min-width: 992px) {
    .contact-map-wrap .contact-map,
    .contact-map-wrap .contact-map iframe,
    .contact-map-wrap .contact-text {height: 600px;}
    .contact-map-wrap .contact-text {font-size: 28px;}
    .contact-map-wrap .contact-text h2 {font-size: 36px; margin-bottom: 35px;}
}

.contact-map iframe {width: 100% !important;}


.location-map-wrapper .contact-text {padding: 20px 30px;}
.location-map-wrapper .contact-text h2 {color: #fff; font-weight: 600; text-transform: uppercase; margin-bottom: 0;}
.padding30tb { padding: 30px 0px; }
.download-guide-section {text-align: center;}
.download-guide-section h2 {margin: 0 auto; padding-top: 10px; color: #fff;}

/*************** Location Page Style Ends ******************/



/*************** Furnished Homes Page Style Starts ******************/

.furnished-homes .banner-text h1,
.download-page .banner-text h1{
    font-size: 60px;
    font-weight: 600;
}

@media only screen and (min-width:768px) {
    .furnished-homes-wrapper > span.hs_cos_wrapper_widget_container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      
      -webkit-flex-flow: row wrap;
      justify-content: flex-start;
   }

    .furnished-homes-wrapper > span.hs_cos_wrapper_widget_container > div.hs_cos_wrapper_type_module {
        width: 33.33%;
        margin-bottom: 100px;
    }

    .house-wrapper {height: 100%;}
}

.house-wrapper {
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    margin: 0 10px 50px;
    padding-bottom: 20px;
    position: relative;
}


@media only screen and (min-width:1200px) {
    .house-wrapper {min-height: 470px;}
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .house-wrapper {min-height: 520px;}
}

.house-wrapper .house-title,
.house-wrapper .house-details,
.house-wrapper .house-link {padding: 15px;}

.house-wrapper .house-title h3 {margin: 0;}
.house-wrapper .house-image {position: relative;}
.house-wrapper .house-image img {width: 100%;}

.house-wrapper .house-image .house-price-starting-at {
    width: 62px;
    height: 19px;
    background: transparent url('https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Furnished%20House/furnished-house-price-starting-at.png') center left no-repeat;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    bottom: 40px;
    right: 0px;
    padding: 0 10px 0 20px;
}

.house-wrapper .house-image .house-price-month:before {
  content: "";
  width: 21px;
  height: 40px;
  position: absolute;
  left: -21px;
  top: 0;
  background: transparent url('https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Furnished%20House/furnished-house-price-bg.png') center center no-repeat;
}
.house-wrapper .house-image .house-price-month {background: rgba(224,7,1,0.9); position: absolute; bottom: 0px; right: 0px; padding: 3px 10px 4px; font-size: 28px; line-height: 1.2; font-weight: 700; color: #fff; display: flex;}
.house-wrapper .house-image .house-price-month .price-per {font-size: 16px; font-weight: 400; line-height: 1; padding-left: 15px;}
.house-wrapper .house-price-info {background: #e3e3e3; padding: 15px; font-size: 18px; display: flex; flex: flex-row;}
.house-wrapper .house-price-info .house-price-night {font-weight: 700; width: 50%;}
.house-wrapper .house-price-info .house-price-details {font-style: italic; width: 50%; text-align: right;}
.house-wrapper .house-price-promo {font-size: 14px; font-style: italic; padding: 10px;}
.house-wrapper .house-link {text-align: right;}
.house-wrapper .house-link a,
a.red-link {color: #e22726;}

@media (min-width:1200px) {
    .house-wrapper .house-price-promo {position: absolute; bottom: 20px; left: 0; font-size: 14px; font-style: italic; width: 70%;}
    .house-wrapper .house-link {width: 25%; text-align: right;}
}

@media (min-width:768px) {
    .house-wrapper .house-link {position: absolute; bottom: 15px; right: 10px;}
}

@media (min-width: 480px) and (max-width:767px) {
    .house-wrapper .house-price-promo {position: absolute; bottom: 20px; left: 0; font-size: 14px; font-style: italic; width: 70%;}
}



.house-inner-wrapper {margin-top: -50px;}
.house-inner-wrapper .house-info {margin-bottom: 30px;}
.house-inner-wrapper .facilities {font-size: 40px; font-weight: 600; line-height: 1; padding-top: 10px;}
.house-inner-wrapper .facilities .facility-item .facility-desc,
.house-inner-wrapper .facilities .facility-item.square {font-size: 24px;}
.house-inner-wrapper .facilities .facility-item {display: inline; padding-right: 20px;}
.house-inner-wrapper .facilities .facility-item img {max-width: 42px; vertical-align: top;}
.house-inner-wrapper .facilities .facility-item.bathroom img {max-height: 34px;}
.house-inner-wrapper .house-cost {color: #000000; text-align: right;}
.house-inner-wrapper .house-cost .house-price-starting-at {
    width: 62px;
    height: 19px;
    background: transparent url('https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Furnished%20House/furnished-house-price-starting-at.png') center left no-repeat;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    padding: 0 10px 0 20px;
    display: inline-block;
}
.house-inner-wrapper .house-cost .house-price-month {font-size:30px; font-weight: 700; margin-bottom: 10px;}
.house-inner-wrapper .house-cost .house-price-month .price-per {font-size: 24px; font-weight: 400;}
.house-inner-wrapper .house-cost .house-price-night {font-size:21px; font-weight: 600; margin-bottom: 10px;}
.house-inner-wrapper .house-cost .house-price-details {font-size:18px; font-style: italic; margin-bottom: 10px;}

.house-inner-wrapper .house-full-details {margin-top: 25px;}

@media only screen and (max-width:1199px) {
  .house-inner-wrapper .facilities {margin-bottom: 20px !important;}
  .house-inner-wrapper .facilities .facility-item {float: left; width: 50%; margin: 5px 0; padding: 0;}
}

@media only screen and (max-width:767px) {
    .house-inner-wrapper .house-cost,
    .house-inner-wrapper .house-cost .contact-resident-text {text-align: center;}
}

.lightbox_popup {display: none;}


.photos-container-wrapper {position: relative; margin-top: 30px;}

.photos-arrow-prev,
.photos-arrow-next {width: 50px; height: 215px; position: absolute; top: 0; cursor: pointer;}

.photos-arrow-prev {
    left: 0;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Furnished%20House/gallery-arrow-left.jpg);
    background-repeat: no-repeat;
    background-position: center left;
}
.photos-arrow-next {
    right: 0;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Furnished%20House/gallery-arrow-right.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.house-images {
  overflow: hidden;
  width: calc(100% - 80px);
  height: 215px;
  margin: 0 auto;
  cursor: pointer;
}

#photos-scroller {
  display: block;
  padding: 0;
  width: 200%;
}

#photos-scroller li,
#photos-scroller div.gallery__item {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

#photos-scroller img {
  width: 315px;
  height: 215px;
}



/*************** Furnished Homes Page Style Ends ******************/


/*************** Resources Page Style Starts ******************/

.offers-wrapper .offer {padding-bottom: 50px;}
.offers-wrapper .offer .offer-inner {padding: 30px 20px 0; margin-bottom: 30px;}

@media only screen and (min-width:768px) {
  .offers-wrapper {display: flex; flex-wrap: wrap;}
  .offers-wrapper .offer .offer-inner {position: relative; height: 100%;}
  .offers-wrapper .offer .offer-inner a.btn.red {position: absolute; bottom: 0;}
}

@media only screen and (min-width:1080px) {
  .offers-wrapper .offer {width: 25%;}
}

@media only screen and (min-width:768px) and (max-width:1079px) {
  .offers-wrapper .offer {width: 50%;}
}

@media only screen and (max-width:767px) {
    .offers-wrapper .offer .offer-inner {text-align: center;}
}

/*************** Resources Page Style Ends ******************/


/*************** Resident Page Style Starts ******************/

.resident-portal-inner {
    max-width: 700px;
    margin: 0px auto !important;
    float: none !important;
}

.resident-portal-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 70px;
}

.resident-portal-wrap {
    padding: 40px 0px 70px;
}

.resident-portal-form {
    background-color: #f4f4f4;
    padding: 40px;
}

.resident-portal-form input {
    padding: 14px !important;
    background-color: #f4f4f4;
    border: 2px solid #fff;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    -webkit-appearance: none !important;
}

.resident-portal-form ::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
}

.resident-portal-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
}

.resident-portal-form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #ccc;
}

.resident-portal-form input[type="submit"] {
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 20px !important;
    display: inline-block;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-appearance: none;
    outline: -webkit-focus-ring-color auto 0 !important;
        margin: 0px;
}

.resident-portal-form input[type="submit"]:hover {
    background-color: transparent;
    color: #e22726;
}

.portal-left-inner {
    text-align: center;
    padding: 0px 30px 20px;
}

.portal-left-text p {
    font-weight: 600;
}

.portal-left-text p a {
    text-decoration: none;
    color: #000000;
}

.portal-left-text p a:hover {
    color: #e22726;
}

.resident-portal-bottom {
    text-align: center;
}

.portal-bottom-cta a {
    text-decoration: none;
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 20px !important;
    display: inline-block;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-appearance: none;
    outline: -webkit-focus-ring-color auto 0 !important;
}

/*.portal-bottom-cta a:hover {
    background-color: transparent;
    color: #e22726;
}*/

.portal-bottom-cta a img {
    width: 22px;
    padding-right: 5px;
    padding-bottom: 4px;
}

.portal-bottom-text p {
    font-style: italic;
    margin: 0px;
}

/*************** Resident Page Style Ends ******************/

/*************** City Page Style Starts ******************/

.city-sec1-header h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.city-sec1-wrap {
    padding: 30px 0px;
}

.city-sec1-video iframe {
    width: 100%;
    height: 280px;
}

.city-sec1-video {
    max-width: 400px;
    padding: 23px 0px;
}

@media only screen and (max-width:768px) {
  .city-sec1-video {
    max-width: 750px;
    margin: 0px auto !important;
    float: none !important;
  }
  .city-sec1-video iframe {
    height: 450px;
  }
}

.city-sec1-text p {
    margin: 0px;
    padding-bottom: 20px;
}

.city-community-wrap {
    padding: 30px 0px;
    background-color: #f4f4f4;
}

.city-community-wrap.city-community-sidebar {padding: 22px 0;}
.city-community-wrap.city-community-sidebar .city-community-header h2 {font-size: 27px;}
.city-community-wrap.city-community-sidebar .city-community-sec {margin: 0 auto 20px !important; float: none !important;}

.city-community-header h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

.city-community-sec {
    text-align: center;
}

.community-text h3 {
    font-weight: 400;
    margin: 0px;
    font-size: 18px;
    padding-top: 20px;
}

.city-form-header h2,
#inquire .city-form h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.city-form-wrap {
    padding: 40px 0px;
}

.city-form-header p,
#inquire .city-form p {
    text-align: center;
    margin: 0px;
    padding-bottom: 30px;
}

.city-form {
    //max-width: 700px;
    float: none !important;
    margin: 0px auto !important;
}

.city-form fieldset.form-columns-3 .input {
    margin-right: 30px !important;
}

.city-form fieldset.form-columns-3 .hs-email .input {
  margin-right: 0px !important;
}

.city-form .hs_city {
    display: none !important;
}

.city-form input {
    padding: 12px !important;
    border: 2px solid #f4f4f4;
    font-size: 18px;
    color: #000;
    width: 100% !important;
    -webkit-appearance: none !important;
}

.city-form .form-columns-1 input {width: auto !important;}
.city-form label.hs-form-booleancheckbox-display > .hs-input {
    margin: 3px !important;
    padding: 7px !important;
    vertical-align: text-top;
    cursor: pointer;
}
.city-form textarea {
    padding: 14px !important;
    border: 2px solid #f4f4f4;
    font-size: 18px;
    color: #000;
    width: 98.7% !important;
    height: 170px !important;
    resize: none;
    -webkit-appearance: none !important;
}

.city-form-column .city-form-wrap {
    padding: 20px 0px;
}
.city-form-column .city-form-header h2 {font-size: 28px;}
.city-form-column .city-form .hs-form-field {height: 60px;}
.city-form-column .city-form fieldset.form-columns-3 .input {
    margin-right: 10px !important;
}
.city-form-column .city-form textarea {height: 130px !important;}
.city-form-column .city-form .hs_message.hs-message.hs-form-field {height: 150px;}

.city-form ::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
}

.city-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.city-form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #ccc;
}

.city-form input.hs-button.primary.large {
    width: auto !important;
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 40px !important;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.city-form input.hs-button.primary.large:hover {
    background-color: transparent;
    color: #e22726;
}

.city-form ul.hs-error-msgs.inputs-list {
    color: #e22726;
    padding-top: 10px;
    font-size: 14px;
}

.city-form ul.inputs-list {
    padding-left: 5px;
    list-style: none;
    margin: 0;
    margin-top: 0px;
}

.city-form .hs-form-field {
    margin-bottom: 30px;
    
}

.city-form .hs_message.hs-message.hs-form-field {
    height: 200px;
}

.city-form .hs-form-required {
    display: none;
}

.city-form .hs_error_rollup {
    display: none !important;
}

.city-form .hs_submit.hs-submit {
    text-align: center;
}

.city-form fieldset.form-columns-1 , .city-form fieldset.form-columns-2 , .city-form fieldset.form-columns-3 {
    width: 100% !important;
    max-width: 100% !important;
  
}


/*************** City Page Style Ends ******************/

/*************** About Page Style Starts ******************/

.banner-outer-wrap.about-banner-wrap {
/*    background-color: rgb(0, 3, 13);**/
}

.abt-title {
    text-align: center;
}

.abt-wrap {
    margin-top: -70px;
    position: relative;
    z-index: 999;
    padding-bottom: 50px;
}

.abt-title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 30px;
}

.core-values h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.core-values ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.core-values {
    background: #f4f4f4;
    padding: 30px;
}

.abt-txt p {
    line-height: 28px;
}

.abt-txt {
    padding-right: 100px;
}

.core-values ul li {
    padding-bottom: 10px;
}

.team-wrapper {
    width: 25%;
    float: left;
    text-align: center;
}

.meet-team-title {
    text-align: center;
}

.meet-team-title h2 {
    margin: 0;
    padding-bottom: 70px;
    font-size: 36px;
    font-weight: 600;
}

.meet-team-wrap {
    background: #f4f4f4;
    padding: 40px 0px;
}

/*
 * .sec-col-team .team-wrapper {
    width: 33.3%;
}
*/

.person-name h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.person-desig h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 100;
}

.headshot-image {
    padding-bottom: 15px;
}

.person-name {
    padding-bottom: 4px;
}

.first-col-team {
    padding-bottom: 60px;
}



/*************** About Page Style Ends ******************/


/*************** Pricing Page Style Starts ******************/

.pricing-wrap {
    background: #f4f4f4;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    padding:0px 4px;
    display: table;
}

.list-items .show-options .rently-btn-detail {
    background-color: #e22726 !important;
    -webkit-appearance: none;
    outline: -webkit-focus-ring-color auto 0 !important;
}

.black-icon {
    width: 200px;
    background: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.black-txt {
    width: calc(100% - 200px);
    display: table-cell;
    vertical-align: middle;
}

.black-txt h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.black-txt>div {
    padding: 25px;
}

.black-txt h3 {
    margin: 0;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
}

.black-txt a {
    text-decoration: none;
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px !important;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.black-txt a:hover {
    background-color: transparent;
    color: #e22726;
}

.red-icon {
    width: 200px;
    background: #e43434;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.red-txt {
    width: calc(100% - 200px);
    display: table-cell;
    vertical-align: middle;
}

.red-txt h3 {
    margin: 0;
    color: #e43434;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
}

.red-txt h2 {
    margin: 0;
    text-transform: uppercase;
    color: #e43434;
    font-weight: 600;
}

.red-txt a {
    text-decoration: none;
    background-color: #e22726;
    color: #fff;
    border: 2px solid #e22726;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px !important;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}

.red-txt a:hover {
    background-color: transparent;
    color: #e22726;
}

.red-txt>div {
    padding: 25px;
}

.pricing-title {
    text-align: center;
    padding-bottom: 40px;
}

.pricing-title h2 {
        text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.Pricing-main-wrap {
    margin-top: -50px;
    position: relative;
    z-index: 999;
}

.banner-outer-wrap.pricing-banner-wrap .banner-text {
    padding-top: 30px;
}





/*************** Pricing Page Style Ends ******************/

/*************** Blog Page Style Starts ******************/

.blog-post .blog-post-wrapper h1 a {font-size: 27px; font-weight: 600;}
.blog-post .blog-post-wrapper .post-body img {margin-bottom: 20px !important;}

.blog-list .post-body h2 {font-size: 20px; margin: 10px 0;}

.blog-list-inner .post-header h2 {
    font-size: 24px;
}

.blog-list-inner .post-header h2 a {
    font-size: 24px;
}

.blog-list-inner .post-header h2 a:hover {
    color: #e22726;
}

h2.post-listing-simple a:hover {
    color: #e22726;
}

.blog-list-inner .blog-pagination {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.blog-list-inner .blog-pagination a:hover {
    color: #e22726;
}

.blog-list-inner .blog-pagination .previous-posts-link {
    float: left;
}

.blog-list-inner .blog-pagination .next-posts-link {
    float: right;
}

.blog-list-inner .blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 60px;
}

.blog-list-inner .hs-featured-image-wrapper .hs-featured-image-link {
    display: block;
}

.blog-list-inner .hs-featured-image-link {
    border: 0;
}

.blog-list-inner .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 300px;
    max-width: 100%;
    display: inline-block !important;
    float: none !important;
    margin: 10px 0 10px 0;
}

.blog-list-main-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 50px;
}

.blog-list-wrap {
    padding: 40px 0px;
}

.blog-list-inner .blog-social-sharing ul.et_social_icons_container {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    padding: 0px 0;
}

.blog-list-inner .blog-social-sharing ul li {
    float: left !important;
    margin-right: 15px;
}

.blog-list-inner p#hubspot-author_data {
    width: 100% !important;
    float: left;
    margin: 0px;
    font-style: italic;
    padding-top: 10px;
}

.blog-list-inner .blog-social-sharing {
    width: 20%;
    float: left;
    text-align: right;
}

.blog-list-inner .post-header h2 {
    width: 80%;
    float: left;
    margin: 0px;
    line-height: 1.1;
}

.blog-list-inner a.more-link {
    color: #e22726;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Blog/red-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    padding-right: 25px;
}

.blog-list-inner a.more-link:hover {
    color: #000000;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Blog/black-arrow.png);
}

.blog-list-inner {
    width: 80% !important;
}

.blog-list-inner .hs-featured-image-wrapper {
    width: 100% !important;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.blog-search-header h3 {
    margin: 0px;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-sidebar-right {
    border-top: 4px solid #e22726;
}

.blog-sidebar-right input.hs-search-field__input {
    background-color: #f4f4f4;
    border: 0px;
    padding: 14px;
    font-size: 18px;
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/Blog/magnifyingGlass.png);
    background-repeat: no-repeat;
    background-position: 97%;
}


.popular-post-content h3 {
    margin: 0px;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.popular-post-content .widget-module ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.popular-post-content .widget-module ul li {
    width: 100% !important;
    display: inline-block;
    padding-bottom: 20px;
}

.popular-post-content .widget-module ul li img {
    width: 20%;
    display: inline-block;
    float: left;
    border: 5px solid #f4f4f4;
}

.popular-post-content .widget-module ul li a {
    display: inline-block;
    float: left;
    width: 70%;
    margin-left: 15px;
}

.popular-post-content .widget-module ul li a:hover {
    color: #e22726;
}

.popular-post-wrap {
    padding: 40px 0px 0px ;
}

.blog-search-wrap {
    padding: 10px;
}

.blog-list-inner a.next-posts-link .fa {
    font-size: 14px;
}

.blog-list-inner a.previous-posts-link .fa {
    font-size: 14px;
}

.blog-search-wrap ul.hs-search-field__suggestions li {
        padding: 5px 10px;
}






body.blog .body-container-wrapper {
    padding: 0px !important;
    min-height: auto !important;
}

.blog-post-inner .post-header h2 a {
    text-decoration: none;
    color: #000000;
    margin: 0px;
    display: inline-block;
    transition: all 0.5s ease;
}

.blog-post-inner .post-header h2 a:hover {
    color: #e22726;
}

.blog-post-inner .post-body p {
    font-size: 18px;
    margin: 0px;
    color: #000000;
    padding-bottom: 20px;
}

.blog-post-inner .post-body p a {
    text-decoration: none;
    color: #000000;
    margin: 0px;
    display: inline-block;
    transition: all 0.5s ease;
}

.blog-post-inner .post-body p a:hover {
    color: #e22726;
}

.blog-rel-post-wrap {
    padding: 30px 0px;
    background-color: #f4f4f4;
}

.blog-rel-post-wrap .hs-related-blog-item.hs-with-featured-image .hs-related-blog-item-image-wrapper, .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 100%;
}

.blog-rel-post-wrap .hs-rss-item {
    width: 25%;
    float: left;
}

.feat-image-post-inner .hs-featured-image-wrapper {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}

.feat-image-post-inner .blog-social-sharing {
    width: 20%;
    float: left;
    text-align: right;
}

.feat-image-post-inner .blog-social-sharing ul.et_social_icons_container {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    padding: 0px 0;
}

.feat-image-post-inner .blog-social-sharing ul li {
    float: left !important;
    margin-right: 15px;
}

.feat-image-post-inner p#hubspot-author_data {
    width: 75% !important;
    float: left;
    margin: 0;
    font-style: italic;
}

.blog-post-wrap {
    padding: 60px 0px;
}

.recent-post-content .featured-image {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.recent-post-content .thank-u-page-rss {
    width: 25%;
    float: left;
}

@media only screen and (min-width:768px) {
    .recent-post-content .thank-u-page-rss.width33 {
        width: 33.3%;
    }
}

@media only screen and (max-width:768px) {
    .recent-post-content .thank-u-page-rss.width33 {
        width: 100%;
    }
}

.recent-post-content .single-blogs {
    padding: 10px;
}

.recent-post-content .thank-u-page-rss.width33 .single-blogs {
    padding: 10px 50px;
}

.recent-post-content .thank-u-page-rss.width33 .single-blogs a.more-link {
    color: #e22726;
}

.recent-post-content .thank-u-page-rss.width33 .single-blogs a.more-link:hover {
    color: #000;
}

.recent-post-content .post-name a.name {
    padding-top: 10px;
    display: inline-block;
}

.recent-post-content .post-name a.name:hover {
    color: #e22726;
}

.related-post-header h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 30px;
}

.blog-post-inner .post-body ul {
    padding-left: 20px;
    margin: 0px;
    padding-bottom: 20px;
}

.blog-post-inner .post-body ol {
    padding-left: 20px;
    margin: 0px;
    padding-bottom: 20px;
}

.blog-post-inner .post-body ul li, .blog-post-inner .post-body ol li {
    padding-bottom: 7px;
}

/*
 .blog-post-inner .section.post-body p img {
    display: none !important;
}
*/


.blog-search-wrap .hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
    display: block;
    padding: 10px;
}



/*************** How to Apply Page Style Ends ******************/
.av_one_fifth {width: 20%; float: left;}
.av_one_fifth .flex_cell_inner {padding: 10px;}
.avia-image-container {text-align: center; margin-bottom: 30px;}
.avia-image-container img {max-width: 60%;}
.avia-textblock h4 a{font-size: 22px;}

a.avia-button {
    width: auto !important;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

a.avia-button:hover {
    background-color: #e22726;
}

.red-btn:hover {background: #fff !important; color: #e22726 !important;}

/*************** Blog Page Style Ends ******************/



/*************** Rental Search Style Starts******************/
.pricing-page .list-items .show-options .rently-btn-detail {
    background-color: #e22726;
    color: white;
    margin-bottom: 20px;
}

/*************** Blog Page Style Ends ******************/

/******** Responsive code starts here *******/
    
/************** ipad ***************/

@media only screen and (min-width:1600px) {
  .banner-outer-wrap {
    padding: 70px 0px 400px;
  }    
}

@media only screen and (min-width:2420px) and (max-width: 3500px) and (orientation : landscape) {
  
  /*.banner-outer-wrap {
      padding: 70px 0px 450px;
      //max-width: 3000px;
  }
  
  .banner-curve-image {
      margin-top: -350px;
  }*/
  
  .banner-outer-wrap {
    padding: 70px 0px 400px;
  }
  
  /*
   * .home-ser-wrap {
      margin-top: -200px;
      position: relative;
      z-index: 999;
  }
  
  .city-page .home-ser-wrap {margin-top: -150px;}
*/
  
  .banner-outer-wrap.contact-banner-wrap {
      min-height: 600px !important;
      padding: 70px 0px 300px !important;
  }
  
  .contact-sec1-wrap {
      margin-top: -120px;
  }
  
}


@media only screen and (min-width:3420px) and (max-width: 4500px) and (orientation : landscape) {
  
  /*.banner-outer-wrap {
      padding: 70px 0px 550px;
      //max-width: 4000px;
  }*/
  
}


@media (max-width: 1080px) {
  
  .av_one_fifth {width: 100%; float: none; margin-bottom: 20px;} 

  .header-logo img {
      width: 150px !important;
  }
  
  .header-ph-number a {
      font-size: 32px;
      padding-left: 40px;
      background-size: 25px;
  }
  
   .header-top-menu ul li.hs-menu-depth-1:nth-child(1)>a {
        background-size: 15px;
            padding-left: 0px;
    }
  
  .header-top-menu ul li.hs-menu-depth-1:nth-child(2)>a {
      background-size: 15px;
      padding-left: 0px;
  }
  
   .header-top-menu a {
        font-size: 16px;
    }
  
  .banner-text h1 {
      font-size: 36px;
  }
  
  .banner-text p {
      font-size: 18px;
  }
  
  .banner-cta a {
    font-size: 18px;
    border: 1px solid #fff;
  }
  
  .banner-cta a:hover {
    border: 1px solid #e22726;
  }
  
  .home-serv-header h2 {
      font-size: 34px;
  }
  
  .home-ser-header h2 {
      font-size: 18px;
      padding: 15px 0px;
  }
  
  .home-choose-header h2 {
      font-size: 34px;
  }
  
  .choose-text h3 {
      font-size: 22px;
  }
  
  .home-analysis-header h2 {
      font-size: 34px;
  }
  
  .analysis-text h4 {
      font-size: 18px;
  }
  
  .analysis-form {
      padding: 30px;
  }
  
  .analysis-form input {
      padding: 10px !important;
      font-size: 16px;
  }
  
   .home-manage-header h2 {
      font-size: 34px;
  }
  
  .home-areas-header h2 {
      font-size: 34px;
      padding-bottom: 20px;
  }
  
  .areas-accordion-section:nth-child(odd) {
      margin-right: 20px;
  }
  
  .areas-accordion-section:nth-child(even) {
      margin-left: 20px;
  }

  .areas-accordion-section {
      width: 45%;
  }
  
  .footer-col-header h2 {
      font-size: 18px;
  }
  
  .footer-menu.footer-menu-3 a {
      font-size: 18px;
  }
  
  .contact-banner-wrap .banner-text a {
      font-size: 50px;
  }
  .banner-apartments .banner-text h1 {
    font-size: 28px;
  }
  .banner-apartments .banner-text h3 {
    font-size: 50px;
  }

  
  .banner-outer-wrap {
      min-height: 400px !important;
      padding: 40px 0px 190px;
  }
  
  .home-ser-wrap {
      margin-top: -70px;
  }
  .city-page .home-ser-wrap {margin-top: -30px;}
  
  .contact-resident-text h2 {
      font-size: 20px;
  }
  
  .contact-resident-text p {
      font-size: 17px;
  }
  
  .new-client-text h2 {
      font-size: 24px;
  }
  
  .new-client-text p {
      font-size: 18px;
  }
  
  .resident-portal-header h2 {
      font-size: 32px;
      padding-bottom: 50px;
  }
  
  .city-sec1-header h2 {
      font-size: 32px;
  }
  
  .city-sec1-video iframe {
      width: 100%;
      height: 280px;
  }
  
  .footer-contact-info p {
      font-size: 16px;
  }
  
  .footer-contact-info a {
      font-size: 16px;
  }
  
  .blog-list-main-header h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        margin: 0;
        padding-bottom: 50px;
    }

    .blog-list-inner {
        width: 96% !important;
    }
  
  .related-post-header h2 {
      font-size: 32px;
  }
  
  .blog-post-wrap {
      padding: 40px 0px;
  }
  
  .abt-wrap {
      margin-top: -40px;
      padding-bottom: 30px;
  }
  
  .banner-outer-wrap.contact-banner-wrap {
      min-height: 420px !important;
      padding: 100px 0px 200px !important;
  }
  
  .contact-sec1-wrap {
      margin-top: -20px;
  }
  
  .home-serv-inner {
    width: 96% !important;
  }
  
}

/************** ipad nd tab ***************/

@media (min-width:768px) and (max-width: 1200px) {
    .footer-col.footer-col-1,
    .footer-col.footer-col-2,
    .footer-col.footer-col-3,
    .footer-col.footer-col-4 {
        width: 50% !important;
        margin-left: 0;
        padding-bottom: 30px;
    }

    .footer-col:nth-child(2n+1) {
      clear: both;
    }
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait) {
 
  .banner-outer-wrap {
      padding: 40px 0px 160px;
  }
  
  .choose-text.choose-right-text{
      padding-left: 20px;
  }
  
  .home-serv-inner {
      width: 94% !important;
  }
  
  .home-manage-header h2 {
      font-size: 30px;
  }
  
  .home-serv-header h2 {
      font-size: 30px;
  }
  
  .home-choose-header h2 {
      font-size: 30px;
  }
  
  .home-analysis-header h2 {
      font-size: 30px;
  }
  
  .home-areas-header h2 {
      font-size: 30px;
      padding-bottom: 20px;
  }
  
  .areas-accordion-section {
      width: 100%;
      margin: 0px auto;
      float: none;
      padding-bottom: 30px;
  }
  
  .areas-accordion-section:nth-child(even) {
      margin-left: 0px;
  }
  
  .areas-accordion-section:nth-child(odd) {
      margin-right: 0px;
  }
  
  .areas-accordion-outer {
      width: 60%;
      margin: 0px auto;
      float: none;
  }
  
/*  .footer-col {
      width: 31% !important;
  }
  
  .footer-col:nth-child(3n+1) {
      clear: both;
  }
*/  
  .footer-contact-info p {
      margin-top: 0px;
      text-align: left;
  }
  
  .footer-col.footer-col-4 {
      width: 40% !important;
      margin: 0px;
      padding-top: 20px;
  }
  
  .contact-resident-text p {
      min-height: 100%;
      padding: 5px 0px 10px;
  }
  
  .city-sec1-header h2 {
      font-size: 30px;
  }

  .abt-txt {
       padding-right: 50px;
  }
        
  .headshot-image img {
      width: 100%;
      max-width: 100px;
      height: auto;
  }
  
  .popular-post-content .widget-module ul li a {
      width: 65%;
      font-size: 16px;
  }
  
  .contact-resident {
      width: 100% !important;
      margin: 0px !important;
      padding-bottom: 30px;
  }
  
  .contact-sec1-wrap {
        padding: 0px 0px 40px;
  }
    
}

/************** iphone roatate***************/

@media (max-width: 767px) {
  
  #hs_cos_wrapper_widget_1533217897388,
  #hs_cos_wrapper_widget_1533217922632 {padding: 10px !important;}

  body.city-page .city-sec1-text table, 
  body.city-page .city-sec1-text thead, 
  body.city-page .city-sec1-text tbody, 
  body.city-page .city-sec1-text th, 
  body.city-page .city-sec1-text td,
  body.city-page .city-sec1-text tr {
         display: block; 
     }
    
     /* Hide table headers (but not display: none;, for accessibility) */
      body.city-page .city-sec1-text thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px;
     }
    
   body.city-page .city-sec1-text tr {  }
    
     body.city-page .city-sec1-text td {
          /* Behave  like a "row" */
    
          position: relative;
        text-align:center;
         
     }
    
    body.city-page .city-sec1-text td:before {
          /* Now like a table header */
          position: absolute;
          /* Top/left values mimic padding */
          top: 6px;
          left: 6px;
          width: 45%;
         
          white-space: nowrap;
     }
  
  .pricing-page .banner-outer-wrap.pricing-banner-wrap {
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/all-banner-images/Pricing-Mobile-Banner.png) !important;
    background-color: transparent;
    }
  .about-page .banner-outer-wrap.about-banner-wrap {
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/all-banner-images/About-us-Mobile-Banner.png) !important;
    background-color: transparent;
    min-height: 500px !important;
    }
  
  .contact-page .banner-outer-wrap.contact-banner-wrap {
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/all-banner-images/Contact-Us-Mobile-Banner.png) !important;
    background-color: transparent;
    }
  
  .home-page .banner-outer-wrap.home-banner-wrap{
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/all-banner-images/Homepage-Mobile-Banner.png) !important;
    background-color: transparent;
    }
  
  .city-page .banner-outer-wrap.city-banner-wrap{
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/all-banner-images/City-Page-Mobile-Banner.png) !important;
    background-color: transparent;
    }
  
  .pricing-page .banner-curve-image,
  .about-page .banner-curve-image,
  .contact-page .banner-curve-image
  .home-page .banner-curve-image{
    display: none;
  }
  
  .contact-sec1-wrap,
  .Pricing-main-wrap,
  .home-ser-wrap,
  .city-page .home-ser-wrap {
    margin-top: 0px;
    }
  .header-logo {
      width: 30% !important;
    float: left !important;
  }
  
  .header-right-wrap {
      text-align: right !important;
      padding-top: 10px;
      width: 70% !important;
      float: left !important;
  }
  
  .header-top-menu ul>li.hs-menu-depth-1 {
      margin-left: 0px;
  }
 
    .banner-outer-wrap {
      min-height: auto !important;
      padding: 40px 0px 150px;
  }
  
  .banner-text h1 {
      font-size: 36px;
  }
  
  .home-serv-inner {
      width: 45%;
  }
  
  .choose-img {
      width: 100% !important;
      text-align: center;
      padding-bottom: 20px;
  }
  
  .choose-text {
      text-align: center;
      width: 100% !important;
      padding: 0px 20px;
  }
  
  .home-analysis-inner {
      max-width: 100%;
      margin: 0px auto !important;
      float: none !important;
      display: block !important;
  }
  
  .home-analysis-left,
  .home-analysis-icons {
      width: 100% !important;
      display: inline-block !important;
      padding-right: 20px;
      text-align: center;
  }
  
  .home-analysis-right {
      width: 100% !important;
      display: inline-block !important;
      float: none !important;
      vertical-align: middle;
  }
  
  .analysis-logo {
      padding-bottom: 30px;
      width: 50% !important;
      float: left !important;
  }
  
  .home-analysis-wrap {
      padding: 40px 0 0px;
  }
  
  .areas-accordion-section {
      width: 100%;
      margin: 0px;
      padding-bottom: 30px;
  }
  
  .areas-accordion-outer {
      width: 68%;
      margin: 0px auto;
      float: none;
  }

  .footer-outer-wrap {
      //text-align: center;
      padding: 40px 0px 0px;
  }
  
  .footer-col {
      padding-bottom: 30px;
  }
  
   .footer-col.footer-col4 {
      padding-bottom: 0px;
  }
  
  /*.footer-contact-info {
      width: 220px !important;
      margin: 0px auto !important;
      float: none !important;
  }*/
  
  .footer-contact-info p {
      text-align: left;
  }
  
  .footer-bottom-wrap {
      padding: 10px 0px 5px;
        text-align: center;
  }
  
  .footer-bottom-wrap p {
      margin: 0px;
  }
  
  .home-serv-header h2 {
      font-size: 30px;
  }
  
  .home-choose-header h2 {
      font-size: 30px;
  }
  
  .home-analysis-header h2 {
      font-size: 30px;
  }
  
  .home-manage-header h2 {
      font-size: 30px;
  }
  
  .manage-text.manage-text-left {
      padding-bottom: 20px;
  }
  
  .home-areas-header h2 {
      font-size: 30px;
  }
  
  .home-areas-wrap {
      padding: 30px 0px 0px;
  }
  
  .areas-accordion-section:nth-child(even) {
      margin-left: 0px;
  }
  
  .contact-resident-text p {
      min-height: 100%;
  }
  
  .contact-resident {
      padding: 10px 20px 30px;
  }
  
  .contact-banner-wrap .banner-text a {
      font-size: 44px;
  }
  .banner-apartments .banner-text h1 {
    font-size: 24px;
}
.banner-apartments .banner-text h3 {
    font-size: 44px;
}

  
  .contact-add-text {
      position: absolute;
      padding: 10px;
      max-width: 400px;
      width: 80% !important;
     left: 10%;
  }
  
  .resident-portal-header h2 {
      font-size: 32px;
  }
  
  .resident-portal-bottom {
      padding-top: 30px;
  }
  
  .city-sec1-header h2 {
      font-size: 26px;
  }
  
  .city-sec1-video iframe {
      width: 100%;
      height: 280px;
  }
  
  .city-community-header h2 {
      font-size: 30px;
  }
  

  .city-community-sec {
      width: 50% !important;
      float: left !important;
      margin: 0px !important;
      padding-bottom: 30px;
  }
  
  .city-form-header h2 {
      font-size: 30px;
  }
  
  .city-form input {
      padding: 10px !important;
      font-size: 16px;
  }
  
  .city-form textarea {
      padding: 12px !important;
      font-size: 16px;
      height: 120px !important;
  }
  
  .city-form .hs_message.hs-message.hs-form-field {
      height: 150px;
  }

  .pricing-title h2 {
      font-size: 32px;
      padding-bottom: 0px;
  }
  
  .header-top-menu ul li.hs-menu-depth-1:nth-child(2)>a {
      background-position: 4px;
  }
  
  .blog-list-inner {
      width: 100% !important;
  }
  
  .blog-sidebar-right {
      border-top: 2px solid #e22726;
      margin-top: 30px;
  }
  
  .feat-image-post-inner .blog-social-sharing ul li {
      margin-right: 10px;
  }
  
  .recent-post-content .thank-u-page-rss {
      width: 50%;
      float: left;
      padding-bottom: 20px;
  }
  
  .feat-image-post-inner .hs-featured-image-wrapper {
      width: 100%;
      height: 250px;
  }
  
  .team-wrapper {
      width: 50%;
      float: left;
      text-align: center;
      padding-bottom: 30px;
  }
  
  .sec-col-team .team-wrapper {
         width: 50%;
      float: left;
      text-align: center;
      padding-bottom: 30px;
  }
  
  .banner-outer-wrap.about-banner-wrap {
      min-height: auto !important;
      padding: 100px 0px 150px;
  }
  
  .abt-title h2 {
      font-size: 32px;
      padding-bottom: 10px;
  }
  
  .banner-outer-wrap.contact-banner-wrap {
      min-height: 330px !important;
      padding: 70px 0px 120px !important;
  }
      
}


/************** iphone ***************/

@media (max-width: 479px) {
    
  .header-top-menu ul li.hs-menu-depth-1:nth-child(1)>a img,
  .header-top-menu ul li.hs-menu-depth-1:nth-child(2)>a img {
    width: 18px;
    vertical-align: baseline;
    float: left;
    padding-right: 0px;
    text-align: right;
}
  .header-logo {
        width: 100% !important;
      text-align: center !important;
      padding-bottom: 20px;
  }
  
  .header-right-wrap {
        width:100% !important;
      text-align: center !important;
      margin: 0px !important;
  }
  
  
  .banner-outer-wrap.home-banner-wrap {
      padding: 30px 0 120px;
  }
  
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
      width: 94%;      
      padding: 10px 0px;
    }
  
  .home-serv-inner {
      width: 100%;
    margin: 0px 0px 20px!important;
  }
  
  .areas-accordion-outer {
      width: 100%;
      margin: 0px auto;
      float: none;
  }
  
  .areas-accordion-section:nth-child(even) {
      margin-left: 0px;
  }
  
  .areas-accordion-section:nth-child(odd) {
      margin-right: 0px;
  }
  
  .accordion-section-title {
      font-size: 15px;
  }
  
  .header-top-menu ul>li.hs-menu-depth-1 {
      margin-left: 0px;
      width: 44%;
      float: left !important;
  }
  
  .header-top-menu ul li.hs-menu-depth-1 a {
      margin: 0px 20px !important;
      display: inline-block;
      width: 90% !important;
  }
  
    .header-top-menu ul li.hs-menu-depth-1:nth-child(2)>a {
        background-position: 10px;
    }
  
  .header-top-menu ul ul {
      min-width: 320px !important;
      width: 100% !important;
  }
  
  .header-top-menu ul> li.hs-menu-depth-1:nth-child(2) ul {
      right: 0px !important;
      left: -150px !important;
  }
  
  .areas-accordion-outer ul.nav-inner li a {
    color: #000;
    font-size: 14px;
  }
  
  .banner-text h1 {
      font-size: 32px;
  }
  
  .contact-banner-wrap .banner-text a {
      font-size: 36px;
  }
  .banner-apartments .banner-text h1 {
    font-size: 20px;
}
.banner-apartments .banner-text h3 {
    font-size: 30px;
}

  .city-sec1-video iframe {
      width: 100%;
      height: 280px;
  }
  
  .city-form-header h2 {
      font-size: 28px;
  }
  
  .city-form fieldset.form-columns-3 .input {
      margin-right: 0px !important;
  }
  
  .city-form fieldset.form-columns-1 .input {
      margin-right: 0px !important;
  }
  
  .city-form textarea {
      width: 100% !important;
  }
  
/*   .city-form .hs-form-field {
      height: 70px;
  } */
  
  .abt-txt {
      padding-right: 0px;
      padding-bottom: 30px;
  }
        
  .headshot-image img {
      width: 100%;
      height: auto;
      max-width: 100px;
   }
  
  .pricing-wrap {
      display: block;
      float: left;
      width: 100%;
  }

  .black-icon {
       width: 100%;
       text-align: center;
       float: left;
       padding: 20px 0px;
   }

   .black-txt>div {
       padding: 15px;
   }

   .red-icon {
       width: 100%;
       float: left;
       padding: 20px 0px;
   }

  .red-txt {
       width: 100%;
       vertical-align: middle;
       display: block;
       float: left;
   }

   .red-txt>div {
       padding: 15px;
   }
        
    .team-wrapper {
       width: 100%;
       float: left;
       text-align: center;
       padding-bottom: 30px;
    }
        
    .sec-col-team .team-wrapper {
        width: 100%;
        clear: both;
        float: left;
    }
  
    .areas-accordion-outer ul.nav-inner {
        width: 50%;
        padding-bottom: 15px !important;
    }
  
    .blog-list-inner .post-header h2 {
      width: 100%;
  }
  
  .blog-list-inner .blog-social-sharing {
      width: 100%;
      float: left;
      text-align: left;
      padding: 20px 0px;
  }
  
  .feat-image-post-inner p#hubspot-author_data {
      width: 55% !important;
  }

  .feat-image-post-inner .blog-social-sharing {
      width: 40%;
      float: left;
      text-align: right;
  }
  
  .recent-post-content .thank-u-page-rss {
        width: 100%;
      float: left;
  }
  
  .city-form fieldset.form-columns-3 .hs-form-field {
      width: 100% !important;
      float: left;
  }
  
  .abt-wrap {
      margin-top: 0px;
      padding-bottom: 30px;
  }
  
    .analysis-logo {
        padding-bottom: 30px;
        width: 100% !important;
        float: left !important;
    }
  
    .city-community-sec {
        width: 100% !important;
        float: left !important;
        margin: 0px !important;
        padding-bottom: 20px;
    }

}


.banner-curve-image {
    position: absolute;
    bottom: 0px;
}

.banner-curve-image img {
    width: 100% !important;
    height: auto !important;
}

.city-page blockquote {
    background-color: #f4f4f4;
    width: auto;
    margin: 0;
    padding: 20px;
    display: inline-block;
}
.city-page .city-sec1-text ul,
.house-features ul,
.ul-red-bullets ul {
    padding-left: 21px;
}
.city-page .city-sec1-text li,
.house-features li,
.ul-red-bullets li {
    background-image: url(https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/JMZ%202018/City%20Page/Bullet_Defult.png?t=1530601892804);
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: top 8px left;
    padding-left: 20px;
    list-style: none;
}
.ul-red-bullets li p {margin: 0;}
.city-page .city-sec1-text li strong {
    font-weight: 600;
}

.city-page .city-sec1-text h3 {
    /*font-weight: 400;*/
}

.header-logo.kingslane{
  padding-top:20px;
}
.apartments_community_wrapper {margin-bottom: 80px;}
.apartments_community_wrapper .avia-image-container {height: 90px;}
.apartments_community_wrapper .avia-image-container img {max-height: 90px !important; width: auto !important; max-width: 100%;}

.apartment-housing .house-details.house-info{
  text-align:center;
}

.apartment-housing .house-details.house-info{
  margin-top:30px;
}
.appartment-info .house-features ul{
  padding-left:0;
}
@media (min-width:992px){
  .apartment-housing .house-details.house-info{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
a.avia-button{
  text-decoration:none !important;
}
.city-page a.avia-button:hover{
  color:#fff;
}
.analysis-form input.hs-button.primary.large{
  outline:none !important;
}
.flex_cell_inner .avia-button{
  text-align:center;
}





/**************************************************************************************/
/**************************************************************************************/
/* 11-02-style */
/**************************************************************************************/
/**************************************************************************************/

body.landing-page {
  color: #000;
  counter-reset: my-grid-counter;
}

/* .header-outer-wrap {
  overflow: hidden;
} */


body.landing-page ul li {
  list-style: none;
}


body.landing-page h2 {
  font-size: 36px;
  margin: 0 0 10px;
  line-height: 1;
}

.l-banner {
  background-color: #e22726;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-background-blend-mode: multiply;
  -ms-background-blend-mode: multiply;
  background-blend-mode: multiply;
}

.l-banner.black-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: 10px solid #0d0d0d;
}

@media (min-width:768px){
  .l-banner.black-overlay {
    margin-bottom: 120px;
  }
}

.l-banner.black-overlay2 {
  background-color: rgba(0, 0, 0, 0.6);
}

.l-banner.black-overlay .l-content-inner h1 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
}

.l-banner.black-overlay .page-center {position: relative;}
.l-banner.black-overlay .l-content {height: 350px}
.l-banner.black-overlay .l-content .l-content-inner {padding-top: 40px;}
.l-banner.black-overlay .l-content-bottom {display: flex;}
.l-banner.black-overlay .l-content-bottom .l-content-bottom-inner {background: #c10e28; padding: 20px 50px 0; max-width: 300px; margin: 0 auto;}

.l-banner:not(.black-overlay) * {
  font-weight: 400;
}

.l-banner * {
  color: #fff;
}

.l-banner h1 {
  font-size: 60px;
}

.l-banner h4 {
  font-size: 28px;
  margin: 0;
}

.l-content {
  height: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.l-content-inner h1:last-child {
    padding: 0;
}

.about-outer {
    padding: 42px 0 52px;
    text-align: center;
}

.l-video-outer {
    margin: 10px 0 40px;
}

.l-video-inner {
    max-width: 1094px;
    margin: 0 auto;
    background: #f4f4f4;
    line-height: 0;
}

.l-video-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.l-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.l-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;  
}

.about-subtext {
    max-width: 850px;
    margin: 0 auto 40px !important;
    float: none !important;
    width: 100%;
}

.about-subtext p {
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
}

.for-list-outer {
    max-width: 1094px;
    margin: 0 auto !important;
    float: none !important;
    text-align: left;
}

.for-list-outer > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.for-list-outer>.row-fluid-wrapper>.row-fluid::before , 
.for-list-outer>.row-fluid-wrapper>.row-fluid::after {
  display: none;
}

.for-list-outer .span6 {
  margin: 0 0 20px !important;
  width: calc(50% - 20px);
  padding: 26px 44px 34px 26px;
}

.for-list-outer .span6:first-child {  
  background: #000;
}

.for-list-outer .span6:nth-child(2) {  
  background: #e22726;
}


.for-list-outer h2 ,
.for-list-outer * {
  color: #fff;
}

body.landing-page .for-list-outer h2 {
    font-size: 31px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.for-list-outer ul {
  padding: 0 !important;
  margin: 0 !important;
}

.for-list-outer ul li {
    font-size: 24px;
    position: relative;
    list-style: none;
    padding-left: 50px;
    min-height: 34px;
    line-height: 1.3;
}

.for-list-outer ul li + li {
    margin-top: 29px;
}

.for-list-outer ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e22726;
  position: absolute;
  top: 4px;
  left: 0; 
  background-image: url('https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/Partnership%20program/check-white.png');
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
}

.for-list-outer .span6:nth-child(2) ul li::before {
  background: #fff;
  background-image: url('https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/Partnership%20program/check-red.png');
  background-size: 13px;
  background-position: center center;
  background-repeat: no-repeat;
}

.ref-outer {
    padding-top: 60px;
    padding-bottom: 170px;    
}

.ref-grid::after {
  counter-increment: my-grid-counter;
  content:  counter(my-grid-counter);
}

.ref-grid::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 105px;
  background-image: url('https://4566933.fs1.hubspotusercontent-na1.net/hubfs/4566933/Partnership%20program/arrow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  
}


.ref-grid::after {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #e22726;
    display: block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ref-grid:nth-child(3)::after {

    top: 10px;
}

.ref-grid:nth-child(5)::after {
    right: 0;
}


.ref-grid:first-child::before {
    right: -75px;
    top: 68%;
}

.ref-grid:nth-child(2)::before {
    top: 95%;
    right: 14px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ref-grid:nth-child(3)::before {
    top: 65%;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    right: 86%;
}

.ref-grid:nth-child(4)::before {
    bottom: 70%;
    right: 91%;
     -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ref-grid:nth-child(5)::before {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
    bottom: 95%;
    right: 58px;
}

.ref-grid:nth-child(6)::before {
    display: none !important;
}


.ref-icon {
    width: 153px;
    height: 153px;
    background: #000;
    border: 8px solid #e22726;
    border-radius: 50%;
    position: relative;

}

.ref-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    width: 54%; 
    z-index: 9;
}

.ref-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.ref-grid:hover > .ref-icon::after {
  width: 100%;
  height: 100%;
}

.ref-icon img:nth-child(2) {
    display: none;
}

.ref-grid:hover > .ref-icon img {
  display: none;
}

.ref-grid:hover > .ref-icon img:nth-child(2) {
  display: block;
}

.ref-inner-main {
    max-width: 536px;
    height: 586px;
    width: 100%;
    position: relative;
    margin: 0 auto;
   
}

.ref-inner-main h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    text-align: center;
    max-width: 170px;
    text-transform: uppercase;
    width: 100%;
}

.ref-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.ref-grid p {
    position: absolute;
    margin: 0;
    font-size: 22px;
}

.ref-grid:first-child p {
    top: -20px;
    left: 200px;
    width: 200px;
}

.ref-grid:nth-child(2) p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 190px;
    width: 252px;
}

.ref-grid:nth-child(3) p {
    top: 40px;
    width: 330px;
    left: 220px;
}

.ref-grid:nth-child(4) p {
    right: 200px;
    top: 0;
    width: 320px;
}

.ref-grid:nth-child(5) p {
    top: 0;
    right: 200px;
    width: 200px;
}

.ref-grid:nth-child(6) p {
    top: -20px;
    right: 200px;
    width: 270px;
}


.ref-grid {
    position: absolute;
}

.ref-grid:first-child {
    left: calc(50% + 20px);
    top: 0;
}

.ref-grid:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(50% + 110px);
}

.ref-grid:nth-child(3) {
    bottom: 0;
    left: calc(50% + 20px);
}

.ref-grid:nth-child(4) {
    bottom: 0;
    right: calc(50% + 20px);
}

.ref-grid:nth-child(5) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(50% + 110px);
}

.ref-grid:nth-child(6) {
    right: calc(50% + 20px);
    top: 0;
}

.started-outer {
  text-align: center;
  background: #f4f4f4;
  padding: 42px 0 52px;
}

.started-outer ul {
    padding: 0;
    margin: 0;
}

.started-outer .hs_cos_wrapper_type_text {
  font-size: 24px;
  color: #e22726;
  font-style: italic;
}

form .hs_error_rollup ,
form .hs-form-required {
    display: none !important;
}

.started-outer input:not([type="checkbox"]) {
    height: 60px;
    border: 4px solid #fff;
    background: transparent;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 20px;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.started-outer input:not([type="checkbox"]):hover {
    border-color: #d2d2d2;
}

.started-outer form {
    max-width: 834px;
    margin: 40px auto 0;
    width: 100%;
    padding-bottom: 170px;
    position: relative;
    text-align: left;
    -webkit-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 150px;
    -ms-column-gap: 150px;
    -o-column-gap: 150px;
    column-gap: 150px
}

.started-outer.partnership-page form {
    -webkit-column-count: 1 !important;
    -ms-column-count: 1 !important;
    -o-column-count: 1 !important;
    column-count: 1 !important;
    padding-bottom: 50px;
}

.started-outer.partnership-page form fieldset.form-columns-1,
.started-outer.partnership-page form fieldset.form-columns-2 {width: 100%; max-width: 100%;}

.started-outer form div {
  position: relative;
}

.started-outer form > div {
    margin-bottom: 25px;
}

.started-outer form .hs-form-field {
    padding-bottom: 26px;
}

.started-outer h3 {
    margin: 0 0 20px;
    font-size: 21px;
    text-align: center;
    color: #414141;
    text-transform: uppercase;
}

.started-outer:not(.partnership-page) .hs-fieldtype-booleancheckbox {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding-left: 20px;
}

.started-outer.partnership-page .hs-fieldtype-booleancheckbox {
    width: 100%;
    padding-left: 20px;
}


.started-outer .hs-fieldtype-booleancheckbox span {
  font-size: 17px;
  font-style: italic;
}

.started-outer:not(.partnership-page) form div:nth-child(8) {
    bottom: 88px;
}

.started-outer:not(.partnership-page) form div:nth-child(7) {
    bottom: 130px;
}

.started-outer .hs_submit {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.started-outer .hs_submit input {
    background: #e22726;
    width: 226px;
    border: 0;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
    height: 45px;
    font-weight: 600;
    font-size: 21px;
}

.started-outer .hs_submit input:hover {
  background: #000;
}

.started-outer .hs-error-msgs {
    position: absolute;
    bottom: 3px;
    left: 0;
}

.started-outer .hs-error-msgs label {
    font-size: 12px;
    color: #e22726;
}

.started-outer .submitted-message {
    border: 2px solid #27ae60;
    max-width: 400px;
    margin: 30px auto 0;
    width: 100%;
    padding: 10px;
    color: #27ae60;
}

.lp-faq-outer {
  background: #000000;
  padding: 35px 0 55px;
}

.lp-faq-outer h2 {
    color: #e22726;
    text-align: center;
    text-transform: uppercase;
}

.faq-wrapper {
    max-width: 1115px;
    margin: 42px auto 0;
    width: 100%;
}

.faq-wrap + .faq-wrap {
    margin-top: 30px;
}

.faq-wrap:first-child .faq-body-inner {
    min-height: 65px;
}

.faq-wrap:nth-child(3) .faq-body-inner {
    min-height: 95px;
}

.faq-head {
    background: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 18px 49px 18px 20px;
    position: relative;
    cursor: pointer;
    line-height: 1.1; 
}

.faq-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-opened .faq-icon {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.faq-icon i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 17px;
    color: #e22726;
}

.faq-body {
    display: none;
}

.faq-body-inner {
    padding: 20px 40px 0 20px;
}

.faq-body p {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.46;
}

.faq-body ul {
    padding: 0;
    margin: 0;
}

.faq-body ul li {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
}

.faq-body ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e22726;
}

.faq-body ul li + li {
    margin-top: 14px;
}

.faq-body-inner > * + * {
    margin-top: 17px !important;
}

.footer-landing-outer h2 , .footer-landing-outer .footer-menu.footer-menu-3 a {
    font-size: 24px !important;
    font-weight: normal !important;
    padding-top: 0 !important;
}

.landing-left-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-left-header a.cta_button {
    padding: 13px 14px 9px !important;
}

.landing-left-header a.cta_button img {
    width: 29px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.landing-left-header a.cta_button:hover {
  background-color: #000 !important;
 }

.home-ser-wrap--chnage {
  margin-top: 0 !important;
  padding: 40px 0 !important;
}

.home-ser-wrap--chnage #splash_page_text {
  display: none !important;
}


/******************************************************************************/
/* flavor Lightbox */

#flavorOverlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 600;
}

#flavorLightbox { display: none; }

#flavorLightbox > img {
  max-width: 90%;
  max-height: 90%;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index:9999
}

#flavorLightboxClose {
  font-size: 32px;
  cursor: pointer;
  color: #fff;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 666;
}

.thumbnails {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 600;
  position: relative;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  width: 90%;
}

.thumbnails img {
  height: 50px;
  margin: 1px;
  transition: .3s;
}

.thumbnails img:hover { border: 2px solid #fff; }

/******************************************************************************/
/******************************************************************************/
/* Partnership program Responsive */
/******************************************************************************/
/******************************************************************************/


@media(max-width: 1200px) {
  .ref-grid:nth-child(3) p {
      width: 250px;
  }
  
  .ref-grid:nth-child(4) p {
      right: 200px;
      top: 0;
      width: 250px;
  }
  
  .ref-grid p {
      font-size: 20px;
  }
  
  .ref-grid:nth-child(2) p {
      width: 190px;
  }
  
  .ref-grid:nth-child(6) p {
      width: 220px;
  }
  
  .ref-grid:nth-child(5) p {
      right: 180px;
  }
  
}

@media(max-width: 1060px) {
  
  .ref-outer {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  
  .ref-inner-main {
    max-width: 100%;
    height: auto;
  }
  
  .ref-inner-main h2 {
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    max-width: 100%;
    margin-bottom: 50px !important;
}
  
  .ref-inner {
      max-width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  
  .ref-grid {
      width: calc(33.33% - 1px);
      text-align: center;
      margin-bottom: 30px;
  }
  
  .ref-grid::after {
      left: calc(50% + 33px);
      width: 30px;
      height: 30px;
      line-height: 28px;
  }
  
  .ref-icon {
      margin: 0 auto 20px;
  }
  
  .ref-grid p {
      width: calc(100% - 20px) !important;
      margin: 0 auto;
  }
  
  .ref-icon {
      width: 120px;
      height: 120px;
      border-width: 5px;
  }
  
  .ref-grid::before {
    display: none;
  }
  
  .ref-grid {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  
  .ref-grid p {
      position: static;
  }
  
  .ref-grid:nth-child(2) , .ref-grid:nth-child(5) , .ref-grid:nth-child(2) p {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  .landing-left-header a.cta_button {
      font-size: 15px !important;
  }
  
}


@media(max-width: 991px) {
   .header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
        left: auto !important;
        right: 100% !important;
    }
}

@media(max-width: 767px) {
  
  .l-content {
    height: 300px;
  }
  
  .l-banner h1 {
      font-size: 36px;
      padding-bottom: 10px;
      line-height: 1;
  }
  
  .l-banner h4 {
      font-size: 20px;
      margin: 0;
  }
  
  body.landing-page h2 {
      font-size: 28px;
  }
  
  .about-subtext p {
      font-size: 18px;
  }
  
  .about-subtext {
      margin-bottom: 30px !important;
  }
  
  .l-video-outer {
      margin-bottom: 20px;
  }
  
  .for-list-outer .span6 {
      width: 100%;
  }
  
  body.landing-page .for-list-outer h2 {
      font-size: 25px;
      margin-bottom: 16px;
  }
  
  .for-list-outer ul li {
      font-size: 19px;
      padding-left: 32px;
  }
  
  .for-list-outer ul li+li {
      margin-top: 14px;
  } 
  
  .for-list-outer ul li::before {
      width: 20px;
      height: 20px;
      background-size: 9px;
  }
  
  .ref-grid {
      width: calc(50% - 1px);
  }
  
  .ref-grid p {
      font-size: 18px;
      line-height: 1.4;
  }
  
  .about-outer {
      padding-bottom: 10px;
  }
  
  .started-outer form {
      padding-bottom: 0;
      -webkit-column-count: 1;
      -ms-column-count: 1;
      -o-column-count: 1;
      column-count: 1;
  }
  
  .started-outer form>div {
      margin-bottom: 11px;
  }
  
  .started-outer form .hs-form-field {
      padding-bottom: 24px;
  }
  
  .started-outer input:not([type="checkbox"]) {
    border-width: 2px;
  }
  
  .started-outer .hs-fieldtype-booleancheckbox {
    position: static;
    padding-left: 0;
  }
  
  .started-outer .hs_submit {
      position: static;
      margin-top: 20px;
  }
  
  .started-outer input:not([type="checkbox"]) {
      height: 50px;
      font-size: 18px;
  }
  
  .for-list-outer .span6 {
      padding: 20px;
  } 
  
  .started-outer .hs-fieldtype-booleancheckbox label {
      position: relative;
      padding-left: 24px;
      display: block;
  }
   
  .started-outer .hs-fieldtype-booleancheckbox label input {
      position: absolute;
      left: 0;
      top: 2px;
  }
  
  .faq-wrapper {
      margin-top: 32px;
  }
  
  .faq-head {
      font-size: 20px;
      padding: 14px 42px 14px 15px;
  }
  
  .faq-icon {
      right: 15px;
  }
  
  .faq-icon i {
      font-size: 12px;
  }
  
  .faq-body-inner {
      padding: 15px 15px 0;
  }
  
  .faq-body p {
      font-size: 18px;
  }
  
}


@media(max-width: 480px) {
  
  .ref-outer {
    padding-bottom: 50px;    
  }
  
  .ref-grid {
      width: 100%;
      margin-bottom: 0;
  }
  
  .ref-grid + .ref-grid {
      margin-top: 40px;
  }
  
  .started-outer .hs-fieldtype-booleancheckbox span {
      font-size: 16px;
  }
}

@media(max-width: 479px) {
   .header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
        left: 19px !important;
        right: 0 !important;
    }
  
    .header-top-menu ul ul {
        min-width: 230px !important;
    }
  
  .header-top-menu ul li.hs-menu-depth-1 li a {
      margin: 0 !important;
  }
  .header-top-menu ul>li.hs-menu-depth-1:nth-child(2) ul {
      left: auto !important;
      right: 0 !important;
  }
  
  .landing-left-header > div {
      width: 100%;
      text-align: center;
  }

  .home-page .l-banner.black-overlay .l-content {height: auto !important;}
  .l-banner.black-overlay .l-content .l-content-inner {padding-top: 0px;}  
  
  .pricing-page .banner-cta .white-btn {height: auto;}
}

.width100{
  width:100% !important;
}
.m0{
  margin:0 !important;
}



/* pillar page css */
.jumbo-textonly{
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
    z-index:1;
}
.jumbo-textonly p{
    font-size: 24px;
    line-height: normal;
    text-align: center;
    margin: 0;
}
.landlord-pillar .jumbo-textonly p{text-align: left;}
.landlord-pillar .jumbo-textonly .semibold {font-weight: 700;}
.landlord-pillar .wrap-2col {margin: 30px 0 50px;}
.landlord-pillar .wrap-2col ul {margin-top: 20px !important;}
.col-notes h3 {color: #e22726; font-style: italic; font-size: 60px; line-height: 0;}
.col-notes hr {background: #e22726; border: none; height: 3px; margin-bottom: 30px;}
.jumbo-black-two-col{
  background:#000;
  padding-top:60px;
  padding-bottom:60px;
}
.jumbo-black-two-col p, .jumbo-black-two-col ul li, .red-bullet li{
    font-size: 24px;
    line-height: normal;
    margin:0;
}
.jumbo-black-two-col p, .jumbo-black-two-col ul li{
  color:#fff;
}
.jumbo-textonly p a, .jumbo-textonly ul li a, .jumbo-black-two-col p a, .jumbo-black-two-col ul li a, .red-bullet li a{
    color:#e22726;
    text-decoration:underline;
}
.jumbo-black-two-col ul, .red-bullet{
    margin:45px 0 0 0;
    padding:0;
}
.jumbo-black-two-col ul li, .red-bullet li{
    position:relative;
    padding-left:28px;
    list-style:none;
}
.jumbo-black-two-col ul li:before, .red-bullet li:before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:100%;
  position:absolute;
  left:0;
  top:8px;
  background:#e22726;
}
.jumbo-black-two-col ul li{
    margin-top:25px;
}
.red-bullet li{
    margin-top:20px;
}
.jumbo-black-two-col ul li:first-child, .red-bullet li:first-child{
    margin-top:0;
}
@media (max-width:767px){
  .jumbo-black-two-col ul li:before, .red-bullet li:before{
    width:7px;
    height:7px;
    top:7px;
  }
  .jumbo-black-two-col ul li, .red-bullet li{
    padding-left:20px;
  }
}
@media (min-width:768px){
	.jumbo-black-two-col>.row-fluid-wrapper>.row-fluid:before, .jumbo-black-two-col>.row-fluid-wrapper>.row-fluid:after {
	    display: none;
	}
	.jumbo-black-two-col .page-center>.row-fluid-wrapper>.row-fluid {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.jumbo-black-two-col .txt-block {
	    padding-right: 30px;
	}

  .landlord-pillar .wrap-2col {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-align: normal;
	        -ms-flex-align: normal;
	            align-items: normal; 
    justify-content: space-between;
  }
  .landlord-pillar .wrap-2col > ul, .landlord-pillar .wrap-2col > div {width: 45%;}

}

.jumbo-textonly.two-col-img{
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.jumbo-textonly.two-col-img ul{
  margin-top:0 !important;
}
.jumbo-textonly.two-col-img img{
      position:relative;
      bottom:-120px;
  }
@media (min-width:1200px){
  .jumbo-textonly.two-col-img img{
      width:643px !important;
      max-width:initial !important;
  }
}
.jumbo-textonly.two-col-img .page-center>.row-fluid-wrapper>.row-fluid:before, .jumbo-textonly.two-col-img .page-center>.row-fluid-wrapper>.row-fluid:after {
    display: none;
}
.jumbo-textonly.two-col-img .page-center>.row-fluid-wrapper>.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.jumbo-textonly.jumbo-sm{
    padding-top:20px;
    padding-bottom:20px;
}
.grey-bg{
  background:#f4f4f4 !important;
}
.text-left, .text-left p{
  text-align:left !important;
}
.list-text p a{
	color:#e22726;
	text-decoration: underline;
}
@media (max-width:767px){
	.jumbo-textonly{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.jumbo-black-two-col .img-block {
	    text-align: center;
	    margin-top: 40px;
	}
	.list-text p, .list-text h3, .jumbo-textonly p, .jumbo-black-two-col p, .jumbo-black-two-col ul li, .red-bullet li{
		font-size: 20px !important;
	}
	.jumbo-black-two-col ul li {
	    margin-top: 20px;
	}
	.l-banner h1{
		margin-bottom: 20px;
	}
	.jumbo-black-two-col ul, .red-bullet{
		margin-top: 30px;
	}
	.jumbo-textonly.two-col-img img{
		margin-bottom: -120px;
    	margin-top: 30px;
    	bottom: 0;
	}
	.list-row{
		padding: 30px;
	}
  .landlord-pillar .list-row {margin-top: 0; margin-bottom: 0;}
	.list-icon {
	    width: 80px;
	    height: auto;
	}
	.list-icon img {
	    width: 100% !important;
	    height: auto !important;
	}
	.list-text{
		width: calc(100% - 80px);
	}
	.list-row{
	    margin-bottom: 20px;
	}
	a#cta_button_4566933_e8401ba7-4384-4c2c-a6f6-e9e8b5816c23 {
	    font-size: 18px !important;
	}
}

@media (max-width:414px){
	.list-text p, .list-text h3, .jumbo-textonly p, .jumbo-black-two-col p, .jumbo-black-two-col ul li, .red-bullet li{
		font-size: 16px !important;
	}
	.list-row{
		padding:20px;
	}
	.list-icon {
	    width: 60px;
	    height: auto;
	}
	.list-text{
		width: calc(100% - 60px);
	}
}
@media (max-width:413px){
	.l-banner h1 {
	    font-size: 30px;
	}
	.list-icon {
	    width: 100%;
	    height: auto;
	    text-align: center;
	}
  .landlord-pillar .list-text, .landlord-pillar .list-text p {text-align: center;}
  .landlord-pillar .list-icon {width: 100px; margin: 0 auto;}
	.list-text{
		width: 100%;
		padding-top: 20px;
    padding-left:0px;
	}
	.list-icon img {
		width:auto !important;
	    max-width: 100% !important;
	    text-align: center;
	}
}
.d-grey-bg{
  background:#1e1e1e;
}
.d-grey-bg h3{
  color:#e22726;
  font-size:30px;
  margin-bottom:20px;
  text-transform:uppercase;
  text-align:center;
  margin-top:0px;
}
.d-grey-bg p{
  color:#fff;
}
.white-btn {
	-webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: rgb(255,255,255);
  border: 2px solid rgb(127,127,127);
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  padding: 5px 20px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 1.5em;
  background: #fff;
  color:#000 !important;
  text-shadow: none !important;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid #fff !important;
  text-transform: uppercase;
}
.white-btn:hover {
    background: rgba(255,255,255,0.75) !important;
    color: #000 !important;
}
/* pillar page css end */