/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');



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


@font-face {
  font-family: 'GothamBold';
  src: url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBold.eot') format('embedded-opentype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBold.woff') format('woff'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBold.ttf')  format('truetype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GothamBook'; 
  src: url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBook.eot') format('embedded-opentype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBook.woff') format('woff'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBook.ttf')  format('truetype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamBook.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'GothamLight';
  src: url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamLight.eot') format('embedded-opentype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamLight.woff') format('woff'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamLight.ttf')  format('truetype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamMedium.eot') format('embedded-opentype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamMedium.woff') format('woff'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamMedium.ttf')  format('truetype'),
  url('https://cdn2.hubspot.net/hubfs/2828857/Files/Font/GothamMedium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



body {
    background:#e6e6e6;
    font-family: 'GothamBook';
    margin: 0;
}

p,li{
   font-size:14px;
   font-weight:400;  
   line-height:18px;
}
h3{
    font-family: 'GothamBold';
    font-size: 20px;
}
h5 {
    font-size: 14px;
    font-family: 'GothamBold';
}
a.cta_button,.hs-button.primary.large {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.top-cta-btn .cta_button p {
    line-height: 27px;
}
.cta_button {
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 700 !important;
}

.page-center {
    max-width:985px;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 45px !important;
}

.hs-input:focus,.hs-button.primary.large:focus{
    outline:none !important;
}

.top-hdr-sec .page-center {
    max-width:985px;
    padding: 0;
}
.left-top-hdr {
    background: #000;
    padding: 0 10px 2px 20px;
}

.top-menu ul li a {
    color: #b3b3b3;
    padding: 1px 5px 1px !important;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
        font-family: 'Montserrat', sans-serif;
}
.top-menu ul li:nth-child(1) a {
    border-right: 1px solid #464646;
}

.top-menu ul li:nth-child(2) a {
    border-right: 1px solid #464646;
}
.top-menu ul li a i {
    font-size: 16px;
    margin: 0 2px;
}
.top-s-icn ul {
    padding: 10px 0;
    margin: 0;
}

.top-s-icn ul li{
    list-style:none;
    display: inline-block;
}
.top-hdr-inr {
    background: #fff;
}
 .widget-type-google_search .hs-button.primary {
    display: none;
}
.top-hdr-left {
    max-width: 210px;
    padding: 0;
}

.top-hdr-rgt {
 width: calc(80% - 18px) !important;;margin: 0 !important;float: right !important;
}
.top-hdr-left img {
    padding: 30px 20px 0;
    width: 100% !important;
    max-width: 185px;
}

.g-srch {
  margin-top: 5px;
  margin-left: 10px !important;
  width: calc(29% - 17px) !important;
}

.g-srch .hs-input {
    background: #4f4f4f;
    border: 1px solid #7a7a7a;
    box-shadow: none;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/search-icon.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 95% center;
    padding-right: 16% !important;
}

.g-srch .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e6e6e6;
  font-size:14px;
}
.g-srch .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: #e6e6e6;
  font-size:14px;
}
.g-srch .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: #e6e6e6;
  font-size:14px;
}
.g-srch .hs-input:-moz-placeholder { /* Firefox 18- */
  color: #e6e6e6;
  font-size:14px;
}

.custom-menu-primary ul li a {
    padding: 21px 5px !important;
    font-size: 18px;
    white-space: normal!IMPORTANT;
    text-align: center;
    color: #000;
    word-spacing: 5px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.custom-menu-primary ul li:hover a,.custom-menu-primary ul li.active.active-branch a{
    background: #E5E5E5;
    color:#773866;
}
.custom-menu-primary ul li:nth-child(4) a{
        word-spacing: 60px;
}
.custom-menu-primary ul {
    width: 100%;
    float: left;
}
.custom-menu-primary ul li {
    width: calc(20% - 1.2px);
    text-align: center;
    border-right: 1px solid #e9e9e9;
}
.custom-menu-primary ul li:first-child{
    border-left: 1px solid #e9e9e9;
}
.top-cta-btn .cta_button {
    padding: 0px 0 0px 15px !important;
    width: calc(100% - 15px);
    border-radius: 0 !important;
}
.cta_button:hover{
    background: rgba(137,194,194,.7);
    color: #000;
}
.top-cta-btn .cta_button p {
    text-transform: uppercase;
    font-size: 12px;
}

.top-cta-btn .cta_button p strong {
    display: inline-block;
    margin-top: 5px;
}

.top-cta-btn {
    max-width: 210px;
}

.top-two-cta {
    max-width: 350px;
    float: right !important;
}

.top-cta-btn .cta_button p span {
    background: #a85f96;
    padding: 5px 11px 5px 20px;
    font-weight: 700;
    position: relative;
    float: right;
}

.top-cta-btn .cta_button p span:after {
    content: '';
    position: absolute;
    border-width: 18px 0 18px 9px;
    border-color: transparent transparent transparent #8a4178;
    border-style: solid;
    left: 0;
    top: 0;
}

.bnr-sec {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/hero-image.jpg);
    padding: 80px 50px 110px !important;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.bnr-sec h1 {
    color: #fff;
    font-size:36px;
    line-height:38px;
    margin: 7px 0 0;
    font-weight:700; 
        font-family: 'Montserrat', sans-serif;
}
.bnr-sec p {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    max-width: 550px;
    margin: 13px 0 20px;
    font-family: 'GothamLight';
}

.bnr-btn {
    font-size: 14px;
}
.prfl-sec {
    background-image: linear-gradient(rgba(232,240,239,0.8),rgba(255,255,255,0.6)),url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png) !important;
    padding: 10px 0 60px;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
}

.prfl-inr-mdl {
    text-align: center;
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.5));
    padding: 40px 30px;
    margin-top: -60px;
}
.prfl-inr-mdl .cta_button {
    font-size: 14px;
    padding: 12px 24px !important;
}
.prfl-inr-mdl h1 {
    font-size:32px;
    font-weight: 300;
    margin: 20px 0 0;
    line-height:40px;
    text-transform: uppercase;
    font-family: 'GothamLight';
}
.prfl-inr-mdl p{
    text-align:left;
    margin-bottom: 40px;
    line-height: 20px;
    font-weight:400;  
}
.trustpilot-sec {
    padding:40px 50px 90px !important;
    background:#F2F2F2;
    text-align: center;
}
.trustpilot-inr {
    max-width:260px;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-bottom: 40px;
}
.trustpilot-inr p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.trustpilot-inr em {
    font-weight: 400;
    font-family: 'GothamBook';
    font-size: 13px;
}
.trustpilot-inr-rgt {
    position: relative;
    min-height: 200px !important;
    padding-left: 9px;
}

.trustpilot-inr-rgt .widget-type-rich_text {
    min-height: 210px;
}
/*
.str-icn {
    position: absolute;
    bottom: -90px;
}*/

.ydlr-pro {
    padding: 30px 0;
    color: #fff;
    background-image:url('https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.ydlr-left {
    text-align:center;
}
.ydlr-left h1 {
    font-size: 32px;
    margin: 0 0 10px;
    font-family: 'GothamLight';
    font-weight: normal;
}

.ydlr-left h1 span {
    font-weight: normal;
    font-family: 'GothamMedium';
}

.ydlr-left h4 {
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-family: 'GothamMedium';
    letter-spacing: 0.3px;
}

.ydlr-mid p {
    font-family: 'GothamLight';
    line-height: 18px;
}

.ydlr-right .hs-input {
    max-width: 192px;
    float: left;
    background: #b67da8;
    border: 0;
    height: 35px;
    padding: 0 0 0 10px;
    font-family: 'Montserrat',sans-serif;
    font-size: 13px !important;
}

.ydlr-right .actions {
    display: inline-block;
    float: left;
}
.ydlr-right .hs-button.primary.large {
    background: #85c7a7;
    border: 0;
    height: 35px;
    padding: 0 7px;
    font-size: 12px;
    cursor: pointer;
}
.ydlr-right .hs-input.invalid.error {
    border: 1px solid red !important;
}
.ydlr-right .hs-form-required {
    display: none;
}
.ydlr-right .hs-error-msgs li{
    list-style: none;
}
.ydlr-right .hs-error-msgs label {
    display: none;
}
.ydlr-right ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
    color:rgba(0,0,0,.7);
}
.ydlr-right ::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
    color:rgba(0,0,0,.7);
}
.ydlr-right :-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
    color:rgba(0,0,0,.7);
}
.ydlr-right :-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
    color:rgba(0,0,0,.7);
}
.ydlr-right h3 {
    margin: 0;
}

.span4.widget-span.widget-type-rich_text.ydlr-mid, 
.span4.widget-span.widget-type-rich_text.ydlr-left, 
.span4.widget-span.widget-type-form.ydlr-right,
.span4.widget-span.widget-type-rich_text.wek-brf-mid,
.span4.widget-span.widget-type-cell.wek-brf-left-sec{
    width: 31%;
    float: none;
    display: inline-block !important;
    vertical-align: middle;
}

.ydlr-right {
    margin-top: 0;
}


.ydlr-right>div{
    width:100%;
}

.invtr-sec {
    background-image:url('https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg2.png');
    padding: 40px 0;
    background-position: center;
    background-size: 1380px;
    background-repeat: repeat-y;
    background-color: #fff;
}
.invtr-sec .hs_cos_wrapper_type_custom_widget {
    margin-bottom: 20px;
    border-bottom: 2px solid;
    padding-bottom: 15px;
}
.cmn-invtr h1 {
    max-width: 300px;
    line-height: 40px;
    font-family: 'GothamLight';
}
.inv-mdl-lft {
    display: inline-block;
}
.inv-mdl-lft {
    display: inline-block;
    max-width: 130px;
}
.inv-mdl-lft img{
    height: auto;
}
.inv-mdl-rgt {
    display: inline-block;
    max-width:230px;
    padding: 10px 0 0 20px;
    vertical-align: top;
}
.inv-mdl-rgt h2{
    font-weight:700;  
    font-size: 22px;
    margin: 0 0 0;
    line-height:26px;
}
.inv-mdl-rgt ul{
    padding:0;   
    margin-bottom:0;
}
.inv-mdl-rgt ul li{
    padding-left: 10px;
    list-style: none;
    display: inline-block;   
}
.inv-mdl-rgt ul li a{
color:#ccc;   
}
.cmn-invtr {
    padding-left: 30px;
}
.top-fnd-sec{
     background-image:url('https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg3.png');
    padding: 40px 0px  !important;  
    background-size: cover;
    background-repeat: no-repeat;
}
.wek-brf-sec {
    background-image:url('https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png');
    padding: 40px 0;
    background-position: 20% 65%;
    background-size: cover;
    background-color: #fff;
}
.wek-brf-left-sec {
    padding-right: 20px;
}
.wek-brf-left {
    background:#222225;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    position: relative;
    border-radius: 3px;
}
.wek-brf-left:after {
    content: '';
    position: absolute;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #222225;
    border-style: solid;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width:0;
}
.wek-brf-left h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}
.wek-brf-left h3 {
    font-size: 14px;
    font-family: 'GothamLight';
    color: #ccc;
    letter-spacing: 3px;
    margin-top: 6px;
}
.wek-brf-right .hs-input {
    background:#E6E6E6;
}
.wek-brf-right .actions {
    display: inline-block;
    float: left;
}
.wek-brf-right .hs-button.primary.large {
    background:#363F40;
    color:#fff;
}
.owlspn {
    position: relative;
}
.owlspn .page-center{
    padding: 0 !important;
}
.customNavigation {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    height: 90px;
    width: 100%;
}
.customNavigation .btn.next {
    float:right;
    background: #B3D7D8;
    padding: 12px 8px 12px 20px;
    border-radius: 50px 0 0 50px;
    font-size: 60px;
    cursor: pointer;
}
.customNavigation .btn.prev {
    float: left;
    background: #B3D7D8;
    padding: 12px 20px 12px 8px;
    border-radius: 0 50px 50px 0;
    font-size: 60px;
    cursor: pointer;
}
.top-fnd-cta-sec {
    max-width: 550px;
    margin: 0 auto !important;
    float: none !important;
}
.top-fnd-btn-left {
    text-align:right;
}
.top-fnd-btn-right {
    text-align:;
}
.top-fnd-btn .cta_button {
    text-transform: uppercase;
    border: 2px solid #CCE6E7 !important;
}
.top-fnd-sec h1 {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'GothamLight';
}
/* 
 *     Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
    z-index: 1;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owlspn .owl-cntnr {
    padding: 0 50px !important;
    width: calc(100% - 100px) !important;
}

.footer-sec 
{
    position:relative;
    background:#92437e;
    overflow:hidden;
    position:relative;
}

.footer-sec {
    font-family: 'Montserrat',sans-serif;
    background: rgb(137,65,119);
    background: -moz-linear-gradient(top, rgba(137,65,119,1) 0%, rgba(112,59,100,1) 100%);
    background: -webkit-linear-gradient(top, rgba(137,65,119,1) 0%,rgba(112,59,100,1) 100%);
    background: linear-gradient(to bottom, rgba(137,65,119,1) 0%,rgba(112,59,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#894177', endColorstr='#703b64',GradientType=0 );
}

.footer-sec {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/footer-bg-1.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px 24px !important;
    text-align: center;
}



.ftr-mnu li a {
    font-weight: 300;
    font-size: 12px;
    border-left: 1px solid;
    line-height: 15px;
    padding: 0 7px 0 8px !important;
    max-width: 100% !important;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
}

.ftr-mnu ul li {
    float: left !important;
    margin-bottom: 0;
}

.ftr-mnu ul li:first-child a {
    border-left: 0;
}

.ftr-mnu ul li:first-child a {
    padding-left: 0 !important;
}

.ftr-mnu ul li:last-child a {
    padding-right: 0 !important;
}

.ftr-icn ul {
    padding: 0;
    margin:17px 0 22px 0;
}

.ftr-icn ul li {
    list-style: none;
    display: inline-block;
}

.ftr-icn li a {
    font-size: 24px;
    padding: 0 10px;
    color: #fff;
}

.ftr-logo {
    padding: 3px 0 55px 23px;
}

.copyright-block {
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 0 15px;    
}


.footer-sec:before {
    width: 0;
    height: 0;
    bottom: -0px;
    left: 0;
    position: absolute;
    content: "";
    background: transparent;
    border-left: 0 solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
}

.footer-sec .container
{
    position:relative;
    z-index:999;
}
.footer-sec .container::after
{
	position: absolute;
	width: 400%;
	height: 330%;
	top: 0;
	left: -260%;
	content: "";
	background: #844073;
	transform: rotate(33deg);
}
.footer_inr_sec
{
	position: relative;
	z-index: 99;
	padding: 80px 0 60px;
}

.footer_inr_sec{
    padding: 100px 0 30px;
}
.footer_box_outer
{
    max-width:700px;
    float:right !important;
    text-align: right;
}
.footer-sec .footer_box {
    width: calc(33% - 42px);
    color: #fff;
    margin: 0;
    display: inline-block;
    float: none !important;
    text-align: left;
}

.footer_box.footer_resources_box {
    max-width: 132px;
}

.footer_box.footer_product_box
{
	margin-right:130px;
}
.footer_box.footer_product_box{
    margin-right:70px;
}

.footer_box_outer {
    max-width: 555px;
    float: right !important;
    text-align: right;
}
.footer-sec .footer_box h4{
    margin-bottom: 12px;
    color: #ffffff;
    opacity: .8;
}

.footer-sec .footer_box h4{
    font-size: 12px;
    line-height: 15px;
}
.footer-sec .footer_box ul
{
    width:100%;
}
.footer-sec .footer_box li
{
    float:none !important;
    line-height:25px;
}

.footer-sec .footer_box li{
    line-height:17px;
}
.footer-sec .footer_box li a
{
    padding: 0 !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    width: auto;
    white-space: inherit !important;
    max-width: inherit !important;
    overflow: inherit !important;
    opacity: .8;
}

.footer-sec .footer_box li a {
    font-size: 12px;
}

.footer-sec .footer_copyright
{
    font-size: 18px;
    /* padding: 100px 0 0 50px; */
    padding: 0;
    opacity: .7;
    color: #fff;
    position: relative;
    top: -28px;
}
.footer-sec .footer_copyright{
    top: -20px;
    font-size: 12px;
    left:50px;
    max-width: 90px;
}

/********* LP V2 *******/

.lpv2-bnr {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/banner.jpg);
    background-repeat: no-repeat;
    padding: 40px 50px 40px 90px!important;
}

.lpv2-bnr .span10.widget-span.widget-type-rich_text {
    padding-left: 30px;
}

.lpv2-bnr h1{
    margin: 20px 0 0;
}
.lpv2-bnr p {
    margin: 4px 0 20px;
} 

.lpv2-bnr p span {
    font-family: 'GothamMedium';
}

.prtflo-col {
    padding-left: 37px;
    width: 61% !important;
}
.prtflo-col h2 {
    margin-top: 0;
}
.per-ran-sec h2{
    font-size: 30px;
    font-weight:700;      
}

.prtflo-col+.per-ran-right {
    margin-top: -60px;
    width: 36%;
}

.prtflo-col+.per-ran-right .rgt-mdl1 h2 {
    margin-top: 13px;
    font-size: 24px;
    font-weight: normal;
}

.per-ran-left h3{
    font-size: 24px;
    font-weight:400;    
}

.per-ran-right p {
    text-align: left;
}

.per-ran-right .rgt-mdl2 img {
    max-width: 50px;
}

.per-ran-right .rgt-mdl2 h2 {
    font-size: 20px;
    font-weight: 700;
}

.per-ran-right .rgt-mdl2 p{
    font-family: 'GothamLight';
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 33px;
}

.per-ran-right .rgt-mdl2 p strong {
    font-family: 'GothamMedium';
    font-weight: normal;
}

.per-ran-left ul{
 padding:0;   
}

.per-ran-left ul li {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/check.png);
    background-repeat: no-repeat;
     padding: 11px 0 11px 53px;
    border-bottom: 2px solid;
    background-position: 16px center;
    font-size: 14px;
    list-style: none;
    font-weight: 400;
    background-size: 25px;
}

.per-ran-left ul li:first-child {
    border-top: 2px solid;
}

.rgt-mdl1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+62,7db9e8+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, rgba(255,255,255,1) 10%,rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,rgba(255,255,255,1) 10%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,#fff 0%,rgba(255,255,255,1) 10%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(0,0,0,0)',GradientType=0 ); /* IE6-9 */
padding: 20px 30px 40px;
}
.rgt-mdl1 h2{
    text-align: center;
    font-weight: normal;
    font-family: 'Gothamlight';  
}
.rgt-mdl1 ul{
 padding:0; 
}
.rgt-mdl1 ul li{
    font-size: 16px;
    list-style: none;
    padding: 12px 0;
    font-weight: 700; 
}
.rgt-mdl2 {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/cta_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 25px 30px 40px 30px;
    color: #fff;
    background-position: center;
}

.rgt-mdl2 h2 span{
    font-family: 'Gothamlight';     
}


.rgt-mdl3 {
    padding: 20px 30px 40px;
    border-bottom: 3px solid #773866;
    background-color: #fff;
}

.test-mdl3 {
    padding-left: 6px;
}

.test-mdl3 em {
    font-family: 'Gothamlight';
    font-size: 14px;
    font-weight: normal;
    font-family: 'GothamBook';
    color: #333;
}

.test-mdl3 img {
    max-width: 120px;
}

.rgt-mdl3 img {
    margin-top: 20px;
}

.v2invtr {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/shadow.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 20px;
    padding: 20px 50px 40px !IMPORTANT;
}

.v2invtr-left{
    padding: 0;
}
.v2invtr .hs_cos_wrapper_type_custom_widget{
    border-bottom: 0;
    margin: 0;
}

.v2invtr-left.cmn-invtr h1,.v2invtr-right.cmn-invtr h1 {
    font-weight: normal;
}

.v2invtr-left .inv-mdl-rgt,.v2invtr-right .inv-mdl-rgt {
    max-width: calc(100% - 171px);
    padding-right: 10px;
}

.v2invtr-left .inv-mdl-rgt h2,.v2invtr-right .inv-mdl-rgt h2 {
    font-size: 24px;
    line-height: 27px;
}




/********* LP V2 *******/


/********* Blog *******/
body.hs-blog-listing .post-item .p-desc p, body.hs-blog-listing .post-item .p-desc strong, body.hs-blog-listing .post-item .p-desc h2, body.hs-blog-listing .post-item .p-desc ul,
body.hs-blog-listing .post-item .p-desc ol, body.hs-blog-listing .post-item .p-desc li, body.hs-blog-listing .post-item .p-desc h1, body.hs-blog-listing .post-item .p-desc h4, body.hs-blog-listing .post-item .p-desc span{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style:none;
    border:none;
    color:#4a4a4a !important;
}
body.hs-blog-listing .post-header {
    min-height: 80px;
}

body.hs-blog-listing .post-item .p-desc {
    border-bottom: 1px solid #5fa486;
    margin: 0 10px;
    padding: 10px 0;
    min-height: 90px;
}

.blog-main .post-item {
    width: calc(33% - 22px);
    display: inline-block;
    margin: 0 10px 20px;
    background: #fff;
        vertical-align: top;
}
.blog-main .post-item img{
    float: none;
    margin: 0;
    width:100%;
    max-width: 100%;   
}
.blog-main .post-item h2{
    margin:0;
    line-height:20px;
    padding:10px 10px 0;
}
.blog-main .post-item .post-header h2 a{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
        font-family: 'GothamBold';
}
.blog-main .post-item .hs-featured-image-wrapper {
    border-bottom: 4px solid #5fa486;
    display: inline-block;
    width: 100%;
}
.blg-bnr-sec {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/detail-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 60px 59px 80px !important;
}

.hs-featured-image-wrapper a.hs-featured-image-link {
    /*min-height: 120px;*/
    min-height:inherit;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 71%;
}
span.filter-link-count {
display: none;
}

.blg-bnr-sec h1{
    color: #fff;
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0;
        font-family: 'Montserrat', sans-serif;
}
.blg-bnr-sec p{
    color: #fff;
    margin: 0;
    font-size: 19px;
    line-height: 26px;
    font-family: 'GothamLight';
}
.blog-main-inr {
    margin-top: -60px;
}
.post-s-icn ul{
 padding: 10px 10px 20px;  
 margin: 0;
}
.post-s-icn ul li {
    list-style: none;
    color: #8c8c8c;
    padding-left: 5px;
    display: inline-block;
}
.post-s-icn ul li p{
    margin: 0 !important;
    border-bottom: none !important;
    padding: 0 !important;
    font-weight: bold;
    font-size: 13px;
}
.post-s-icn ul li a{
    color: #8c8c8c;
    transition:all .2s ease-in-out;
}

.post-s-icn ul li a:hover{
    color: #5fa486;
}

.blog-main .blog-pagination {
    display: none;
}
.blg-mdl-rgt {
    max-width: 300px !important;
}
.blog-sidebar h3{
    margin: 0px 0 10px;
}
.blog-sidebar ul{
    padding:0;   
    margin: 0;
}
.blog-sidebar ul li{
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #5fa486;   
}
.blog-sidebar ul li:first-child {
    border-top: 1px solid #5fa486;
}
.blog-sidebar ul li a{
 color:#000;  
 font-size: 14px;
 font-weight: 400;
 text-decoration: none;
 transition:all .2s ease-in-out;
}

.blog-sidebar ul li a:hover {
    color: #5fa486;
}

.blog-topic {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.cta_button img {
    height: auto;
}
.blog-pop-post{
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;   
}

.blog-main .section.post-header h1{
     margin: 60px 0 3px;
    font-size: 30px;
    color:#000;
}
.blog-main .section.post-body img {
    width: 100%;
    height: auto;
    margin: 20px 0 10px;
}
.blog-main .hs-author-avatar {
    display: none;
}
.blog-main .hs-author-social-section {
    display: none;
}

.blog-main .section.post-header div#hubspot-author_data {
    border-bottom: 1px solid #5fa486;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-family: 'GothamBook';
    font-size: 14px;
    margin-top:13px;
}


.blog-dtl-cta-sec.page-center {
    background-color: #ecf3f2;
    padding-bottom: 0 !important;
}

.dtl-cta-cntnt {
    float: none !important;
    display: inline-block !important;
    vertical-align: bottom;
    padding-bottom: 41px;
}

.dtl-cta-img {
    float: none !important;
    display: inline-block !important;
    margin-left: 2% !important;
    vertical-align: bottom;
}

.dtl-cta-cntnt p {
    margin-bottom: 20px;
}
.topic-slide li a.active {
    color: #5fa486 !important;
        font-family: 'GothamBold';
}

.topic-module .slide:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #5fa486;
    border-width: 4px 0px 4px 8px;
    vertical-align: top;
    margin:3px 7px;
    transition: all .2s ease-in-out;
}

.topic-module.open-topic .slide:before {
    transform: rotate(90deg);
}
.blog-topic ul li {
  border-bottom: none;
    border-top: 1px solid #5fa486;
    padding: 0;
    font-size: 18px;
}

.blog-topic ul li a {
   padding: 7px 12px;
    width: calc(100% - 24px);
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

.blog-topic .slide {
      padding: 7px 0;
    cursor: pointer;
    font-family: 'GothamBold';
    font-size: 16px;
    line-height: 18px;
}

.blog-topic ul.topic-slide {

    background-color: #f2f2f2;
    margin: 0 -5px -1px;
    padding: 0 14px;
    z-index: 9999;
    position: relative;
}


.blog-topic ul.topic-slide li {
    border-color: #cdcdcd;
}

.blog-topic ul.topic-slide li:first-child {
    border-top: none;
}
.post-detl-icn ul{
    padding:0;
    margin: 40px 0 0;
}
.post-detl-icn ul li {
    padding-left: 5px;
}

.post-detl-icn ul li:first-child{
padding-left:0; 
}
    
.post-detl-icn ul li a {
    /*border: 1px solid #8c8c8c;*/
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    box-shadow: inset 0px 0px 1px 1px #666666;
}
.post-detl-icn ul li p {
    font-size: 13px;
    font-weight: bold;
}
.post-detl-icn ul li a:hover{
    box-shadow: inset 0px 0px 1px 1px #5fa486;
    color:#5fa486;  
    }
    
/*.post-detl-icn ul li:nth-child(2) a:hover{
 background-color:#3B5998;  
}
.post-detl-icn ul li:nth-child(3) a:hover{
 background-color:#55ACEE; 
  color:#fff;
}
.post-detl-icn ul li:nth-child(4) a:hover{
 background-color:#007AB9; 
  color:#fff;
}*/
.hubspot-editable .post-detl-icn ul {
    padding: 0;
    margin: 15px 0 5px;
}

/********* Blog *******/


/********* Fund Manager Review *******/
.lp-hdr {
    background: #fff;
    border-bottom:4px solid;
}
.lp-hdr img{
 max-width:210px;   
}


.lp-hdr .span8.widget-span.widget-type-logo img {
    max-width: 180px;
}

.rathbone-fund {
    background-image: linear-gradient(rgba(232,240,239,0.8),rgba(255,255,255,0.6)),url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png?t=1484910027567) !important;
    padding: 40px 50px 60px !important;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
}

.rathbone-fund-right h2{
  font-size:30px;  
  margin:0;
  font-family: 'GothamBold';
}
.rathbone-fund-right h2 span{
    display:block;
}
.rathbone-fund-left img {
    margin-top: -130px;
}
.lp-s-icn ul {
}
.lp-s-icn ul li{
    color:#8A4178;
    padding-left: 3px;
}
.lp-s-icn ul li a{
    color:#8A4178;
}
.rathbone-fund-right h3 {
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    font-family: 'GothamBook';
    font-weight: normal;
}
.rathbone-fund-right ul{
    padding: 15px 0; 
}
.rht-cntnt ul{
  padding:0;  
}
.rht-cntnt ul li{
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Fund%20Manager%20Review/checklp.png);
    background-repeat: no-repeat;
    padding: 14px 0 14px 70px;
    border-bottom: 1px solid #ccc;
    background-position:0 center;
    font-size: 14px;
    list-style: none;
    font-weight: 400;
    background-size:60px;
}
.rht-cntnt ul li:first-child{
     border-top: 1px solid #ccc;   
}
.rathbone-fund-right ul li h3{
  font-family: 'GothamBold'; 
}
.rathbone-fund-right ul li p{
    margin: 0; 
}
.rgt-frm {
    padding: 15px 0 0 70px;
    max-width: 405px;
}
.rgt-frm .hs-form-field {
    padding-right:40px;
}

.rgt-frm .hs-form-field label {
    font-size: 14px;
    font-family: 'GothamBook';
}
.rgt-frm h3 {
    margin: 0;
}
.rgt-frm .hs-input {
    margin: 10px 0;
    font-style: italic;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    height: 36px;
}


select.hs-input {
    background-image: linear-gradient(#fff,#f2f2f2),url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/dropdown-bg.png);
}

.rgt-frm .hs_terms_conditions {
    font-size: 13px;
    padding:0; 
}

.rgt-frm .hs_terms_conditions legend{
    margin:10px 0;
}

.rgt-frm .inputs-list.hs-error-msgs{
    display:none !important;
}

.rgt-frm .inputs-list{
    padding: 15px 0;
    margin: 0;   
}
.rgt-frm .inputs-list li{
    list-style: none;   
}
.rgt-frm .inputs-list li label{
    font-size: 13px;  
}
.rgt-frm .inputs-list li label .hs-input{
    margin:-1px 5px 0 0px;
    height: auto;
    vertical-align: top;
}
.rgt-frm .inputs-list li label .hs-input+span {
  display: inline-block;
    width: calc(100% - 20px);
    line-height: 1.4;
}
.rgt-frm .inputs-list li label span {
    vertical-align: top;
}
.rgt-frm .inputs-list li label span a{
    color:#006AB3;
    vertical-align: top;
    text-decoration: none;
}
.rgt-frm .actions {
    padding-right: 40px;
}
.rgt-frm .hs-button.primary.large{
    background: #8f5182;
    border: 2px solid #773866;
    color: #fff;
    width: 100%;
    padding: 14px 5px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'GothamBold';
    margin-top:10px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.rgt-frm .hs-button.primary.large:hover{
    background: rgba(133,65,119,.7);
}

.rgt-frm .hs-input.invalid.error {
    border: 1px solid red;
}
.rgt-frm.hs-error-msgs.inputs-list {
    display: none !IMPORTANT;
}
.rgt-frm label.hs-form-booleancheckbox-display input {
    display: inline-block;
    vertical-align: top !important;
    margin: 1px 0 0 0 !important;
    height: 15px !important;
    width: 20px;
}
.rgt-frm label.hs-form-booleancheckbox-display span {
    display: inline-block !important;
    vertical-align: top !important;
}

/********* Fund Manager Review *******/


/********* Wealth Manager *******/

.wealth_banner p {
    font-size: 17px;
    max-width: 700px
}

.wealth_left_section h2 {
    font-size: 25px;
    margin-bottom:0;
    line-height: 1;
}

.wealth_left_section ul li {
    font-size: 12px;
}

.wealth_left_section h3 {
    font-size: 13px;
    font-weight: bolder;
}

/************  Wealth Right Sidebar ***************/

.wlth-rgt-sdbr {
    padding: 0 0 0;
    max-width: 100% !important;
}

.wlth-rgt-sdbr .rgt-frm .inputs-list li label {
    font-size: 10px;
}
.wlth-rgt-sdbr.rgt-frm .hs_terms_conditions {
    font-size: 10px;
    font-family: 'Gothamlight';
}
.wlth-rgt-sdbr.rgt-frm .inputs-list {
    padding: 5px 0;
}
.wlth-rgt-sdbr.rgt-frm .hs-form-field {
    padding-right: 0px;
}
.wlth-rgt-sdbr.rgt-frm .hs-button.primary.large{
    background: #85C7A7;
    border: 2px solid #5FA486;
}
.wlth-rgt-sdbr.rgt-frm .actions {
    padding-right: 0;
}

.wlth-rgt-sdbr .hs-form-required {
    display: none;
}


.wlth-rgt-sdbr {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #fff 5%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}




/*****************************
    * Contact Us Page Style
*****************************/

.contact-us-bnr {
    background:url("//cdn2.hubspot.net/hubfs/2828857/banner.png") no-repeat;
    background-size: cover;

}
body.contact-us-body .per-ran-sec.prfl-sec {
    padding-bottom: 50px !important;
}
body.contact-us-body .rgt-mdl1 {
    background: -moz-linear-gradient(top, #fff 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 60%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, #fff 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,#fff 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 60%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(0,0,0,0)',GradientType=0 );
}
body.contact-us-body .contact-us-left {
    padding-left: 37px;
}

body.contact-us-body .contact-us-left h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'GothamBold';
}
body.contact-us-body .contact-us-left h2,  .contact-us-left  p {
   margin: 10px 0;
}

/* 
    * Contact Us right section styling
*/
.contact-us-bnr p{
    max-width: 570px;
}
.contact-us-form {
    max-width: 450px;
    padding: 20px 0 0;
}
.contact-us-form .hs-form-field {
    padding-right: 0;
    display: inline-block;
    width: 100%;
}
.contact-us-form label {
    max-width: 150px !important;
    float: left;
    margin-top: 7px;
    display: inline-block;
    width: 100%;
}
.contact-us-form .hs-input {
    max-width: 300px;
    float: left;
    margin: 0 0 25px !important;
    height: 31px;
}
.contact-us-form .actions {
    width: 100%;
    padding: 0;
}
.contact-us-form .hs-button.primary.large {
    max-width: 300px;
    float: right;
    margin-top: 2px;
}
.contact-us-form textarea {
    min-height: 150px;
}
.contact-us-form .hs-field-desc {
     margin: 0 !important;
    float: left;
    max-width: 300px;
    font-size: 11px;
}
.contact-us-form .inputs-list {
    padding: 0 0;
    margin: 0;
}
.contact-us-form .hs-form-booleancheckbox .hs-input{
 display: none;   
}
.contact-us-form .hs-form-required { display: none; }


.contact-us-left .hs-input.invalid.error {
    border: 1px solid #ff0000;
}

.contact-us-left ul.hs-error-msgs {
    display: none !important;
}


/* 
    * Contact Us right section styling
*/

.contact-us-right {
    width: 36%;
    margin-top: -60px;
}

.contact-us-right h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 13px; 
    margin: 0;
    text-transform: uppercase;
}
.contact-us-right p {
    margin: 5px 0;
}
.contact-us-right p strong {
    text-transform: uppercase;
    margin: 10px 0 10px;
    display: inline-block;
}
.contact-us-right p a {
  text-decoration: none;
    color: #2ea3df;
    font-weight: 400;
    margin: 10px 0;
    / font-family: 'GothamBook'; /
    padding-left: 5px;
    display: inline-block;
}


/************* Fund Data Service  ************************/
body.fund-data-body .fund_bnr {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/banner-fund-data.jpg?t=1484911490440);
}

body.fund-data-body .lpv2-bnr h1 {
    margin: 0px 0 0;
}

body.fund-data-body .lpv2-bnr p {
    max-width: 100%;
}
    
body.fund-data-body .full-width-section{
    background-image: url('https://cdn2.hubspot.net/hubfs/2828857/LP%20V2/full-width-section-bg.png');   
}
    
.reader_section {
    border: 1px solid #000;
}

body.fund-data-body .dtl-cta-cntnt h2{
    margin-top:0;
}

body.fund-data-body .dtl-cta-cntnt {
    padding-bottom: 31px;
}

.rgt-mdl1 ol {
    padding: 0 0 0 22px;
}
.rgt-mdl1 ol li {
    font-size: 14px;
    padding: 6px 0;
    font-weight: 700;
}
.fund-bnr-btn {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat',sans-serif !important;
    background: rgb(143,81,130);
    color: #000;
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    padding: 10px 0px;
    width: 100%;
    border: 2px solid #6E2A5C;
    max-width: 240px;
}
.fund-bnr-btn span {
    font-weight: normal;
    font-family: 'Montserrat',sans-serif !important;
    color: #fff;
    height: auto;
    min-height: auto;
    background: none;
    text-shadow: none;
    box-shadow: none;
    font-size: 16px;
}
/********* Wealth Manager *******/
/********* Privacy CSS *******/
body.privcy-bdy h2 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'GothamBold';
    margin: 0;
}
body.privcy-bdy .lpv2-bnr {
    padding: 70px 80px !important;
}

body.privcy-bdy .lpv2-bnr h1 {
    margin: 0px 0 0;
    text-transform: uppercase;
}

body.privcy-bdy .prfl-sec.page-center {
    padding: 30px 80px !important;
}

body.privcy-bdy .per-ran-left h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 0;
}
body.privcy-bdy .prfl-sec {
    background-size: 100%;
}

/********* Privacy CSS *******/

/********* How It Works *******/

.hw-itwrk-bnr {
   padding: 60px 40px 40px 80px!important;
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/How_It_Works/how-it-works-banner.jpg);
}
.hw-itwrk-bnr-right {
    text-align: center;
    padding-top: 34px;
}
.hw-itwrk-bnr p{
    max-width: 100%;   
}
.hw-itwrk .right-way-sec {
   text-align: center;
    padding: 31px 50px 40px !important;
    background-image: linear-gradient(rgba(232,240,239,0.8),rgba(232,240,239,0.6)),url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png?t=1485282412074) !important;
}
.hw-itwrk .right-way-sec h1{
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gothamlight';
}
.hw-itwrk .right-way-sec p {
    max-width: 700px;
    margin: 10px auto;
    font-family: 'GothamBook';
    line-height: 18px;
}

.hw-itwk-vid-sec {
    background: #fff;
    padding: 16px 50px !important;
}
.yodlr-pro-sec h1{
    font-size: 36px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Gothamlight';   
}
.yodlr-pro-sec p{
    max-width: 660px;
    margin: 10px auto;
    text-align: center;
    line-height:18px;
}
.yodlr-pro-sec .prfl-inr-mdl{
    margin-top: 0;
    background: none;
    padding: 20px 30px;
}
.yodlr-pro-sec .prfl-inr-mdl h1{
    font-size: 32px;
    margin: 20px 0 0;
}
.yodlr-pro-sec .prfl-inr-mdl p{
       margin-bottom: 38px;
    text-align: left;
    line-height: 18px;
    margin-top: 20px;
}
.ranks-perfrms-sec{
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg3.png?t=1485282412074);
    padding: 40px 50px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.ranks-perfrms-sec h1{
     font-size: 36px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Gothamlight';    
}
.ranks-perfrms-sec p{
    text-align: center;  
}
.ranks-perfrms-mdl {
    padding:20px 18px;
}
.ranks-perfrms-mdl h3{
    text-align:center;  
    text-transform: uppercase;
        font-family: 'GothamBold';
}
.ranks-perfrms-mdl p{
     text-align:left;  
         line-height: 18px;
}
.ranks-perfrms-mdl-icn {
    background: #fff;
    max-width:70px;
    text-align: center;
    margin: 0 auto !important;
    border-radius: 50%;
    float: none !important;
}

.type-investor-sec{
    background:#fff; 
    padding: 40px 50px 0 !important;
}
.type-investor-sec h1{
    font-size: 36px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Gothamlight';    
}
.type-investor-sec p{
      text-align: center;  
}
.type-investor-mdl {
    padding:20px 18px;
}
.type-investor-mdl h3{
    text-align:center;  
    text-transform: uppercase;
     font-family: 'GothamBold';
}
.type-investor-mdl p {
    text-align: left;
    line-height: 18px;
}
.type-investor-mdl-icn{
    background:#6E2A5C;
    max-width:70px;
    text-align: center;
    margin: 0 auto !important;
    border-radius: 50%;
    float: none !important;   
}
.hw-itwrk-trspilt{
    padding: 30px 50px 0 !important;
}
.lpv2-bnr {
    padding: 40px 50px 60px !important;
}


/********* How It Works *******/


/********* Partner *******/

.partnr-sec {
    padding: 80px 80px 80px !important;
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Partner/partner-banner.jpg);
}
.span8.widget-span.widget-type-cell.partnr-left {
    padding-left: 30px;
    width: 61%;
}

.partnr-right {
    margin-top: -60px;
    width: 36% !important;
}

.partnr-right h2 {
    margin: 0;
}
.partnr-right .hs-field-desc{
    font-size: 11px;
    padding: 0;
    font-weight: normal;
}
.partnr-right .inputs-list li {
    list-style: none;
    display: none;
}
.partnr-left h2 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    font-weight: normal;
    font-family: 'GothamBold';
}

.partnr-right .hs-button.primary.large {
    background: #85C7A7;
    border: 2px solid #5FA486;
    color: #000;
    margin-left: -2%;
    margin-right: -2%;
    width: 104%;
}


/********* Partner *******/

/***********About Us Page Style*************/


.about-bnr {
    background-image:url("//cdn2.hubspot.net/hubfs/2828857/About%20us/About_Banner.jpg") !important;
    background-size: cover;
    padding:40px 50px 40px !important;
}
.about-bnr p{
    max-width: 100%;
}
.full-width-middle {
    background: url("//cdn2.hubspot.net/hubfs/2828857/About%20us/mid-banner.jpg") no-repeat ;
}
.investing-sec{
    text-align: center;
    padding:30px 50px 40px !important;
    background-image: linear-gradient(rgba(232,240,239,0.8),rgba(232,240,239,0.6)),url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png?t=1485282412074) !important;
}
.investing-sec h1 {
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gothamlight';
}
.investing-sec p{
    max-width: 760px;
    margin: 10px auto;
}
.prblm-soltn-sec {
    background: #fff;
}
.prblm-soltn-mdl {
    text-align: center;
}
.prblm-soltn-mdl img {
    width: 70px !important;
}
.prblm-soltn-mdl p{
    text-align:left;
    padding: 0 10px;
}
.img-sec {
    padding: 0 !important;
}
.abtcmn-sec{
    padding:40px 50px 20px !important;
    background-image: linear-gradient(rgba(232,240,239,0.8),rgba(232,240,239,0.6)),url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png?t=1485282412074) !important;   
}
.abtcmn-mdl{
     text-align: center;   
}
.abtcmn-mdl img {
    width: 70px !important;
}
.abtcmn-mdl p{
    text-align:left;
    padding: 0 10px;
}
.abt-our-srty {
    background: #fff;
    text-align: center;
    padding: 50px 50px 50px !IMPORTANT;
}
.abt-our-srty h1 {
    font-size: 36px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gothamlight';
}
.abt-our-srty p{
    max-width: 760px;
    margin: 10px auto;
}
.opportunity-sec {
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg3.png?t=1485282412074);
    padding: 40px 50px !important;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
}
.opportunity-sec h1 {
    font-size: 36px;
    max-width: 700px;
    margin: 0 auto;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gothamlight';
}
.opportunity-sec p{
    max-width: 760px;
    margin: 10px auto;
}
.opportunity-cta-sec {
    max-width: 400px;
    margin: 20px auto !important;
    float: none !important;
}
.abt-price-sec {
    background: #E8F0EF;
    padding:20px 50px 20px !important;
}
.abt-price-mdl {
    background: #fff;
    text-align: center;
    padding: 25px 10px 30px;
    box-shadow: 0 0px 5px rgba(0,0,0,.2);
}
.abt-price-mdl h1 {
    margin: 0;
    font-size: 36px;
    color:#773866;
    padding-bottom: 15px;
    position:relative;
}
.abt-price-mdl h1:before {
    content: '';
    position: absolute;
    background:#773866;
    width:60px;
    height:3px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    left: 0;
    right: 0;
}
.abt-price-mdl p{
    color:#773866;
    text-transform: uppercase;
}
body.abt-page .about-bnr.bnr-sec.page-center {
    border-bottom: none;
}

body.abt-page .investing-sec.page-center {
    padding-bottom: 20px !important;
}
body.abt-page h3{
    margin: 25px 0 10px 0;
}
    

/***********About Us Page Style*************/
.hw-vd{
    padding-right:15px;
}
.hw-lt{
    padding-left:15px;
}
.eror-page-main {
    padding: 0 0 40px;
}
.eror-rcnt-pst .hs-rss-title {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.eror-rcnt-pst .hs-rss-title:hover {
   color:#5fa486; 
}
.hs-rss-item {
    margin-bottom: 0;
}
.eror-page-main h1{
    font-size: 36px;
}
.eror-page-main h3{
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Gothambook';
}
.eror-paswrd-prmt {
    max-width: 500px;
}
.eror-paswrd-prmt .hs-button.primary.large{
    background: rgb(143,199,202);
    border: 1px solid #6CA9AC;
    margin-top: 10px;
    padding: 2px 12px;
    cursor: pointer;
}
.eror-paswrd-prmt .hs-button.primary.large:hover{
    background: rgba(137,194,194,.7);
    color: #000;
}
.invtr-sec.v2invtr.page-center a {
    text-decoration: none;
    color: inherit;
}
.gb-social ul {
    padding: 0;
    margin-bottom: 0;
}
.gb-social ul li {
    padding-left: 10px;
    list-style: none;
    display: inline-block;
}
.gb-social ul li a {
   color: #ccc !important;
    transition: all .2s ease-in-out;
}
.gb-social ul li a:hover{
    color:#5fa486 !important;
}

/***********************Best fund report landing page css******************/
 .fund-bg {
        background-image: linear-gradient(rgba(232,240,239,0.8),rgba(255,255,255,0.6)),url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/bg4.png?t=1486984508183) !important;');
        background-size: cover;
        background-color: #fff;
        background-repeat: no-repeat;
    }
    
    .main-heading {
        margin: 10px 0px;
    }
    
    .main-heading h1 {
        border-bottom: 1px solid #000;
        margin: 0;
        line-height: 40px;
    }
    
    .desc-block .heading h3 {
        font-weight: normal;
    }
    
    .desc-block .desc {
        padding-left: 12px;
    }
    
    .desc-block .per-ran-left ul li {
        background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Images/purple-tick.png);
        background-size: 12px auto;
    }
    
     .desc-block .per-ran-left ul li:first-child {
        border-top: none;
        
    }
    
    .desc-block .links ul li a {
        white-space: normal;
    }

     .desc-block .per-ran-left li {
        background-position: left center;
        padding: 0 0 0 10px;
        border: none;
    }
    
     .desc-block .per-ran-left li a {
        color: #000;
        padding: 10px !important;
    }
    
    .desc-block .links ul li a {
        cursor: default;
    }
    
    .fund-left-menu ul li a {
        color: #A55F96 !important;  
        transition: 0.2s ease-in-out;
    }
    
    .fund-left-menu ul li a:hover {
        color: #000000 !important;    
    }
    
    
    .content-block .rgt-frm {
        padding: 0 0 50px 0;
    }
    
    .guide-content {
        border:1px solid #e9e9e9;
        padding: 10px 10px 0;
        
    }
    
    .guide-content h3 {
        margin: 0;
        font-size:19px;
        font-weight: 500;
    }
    
    
    .guide-content .desc p {
       font-size: 12px;
    }
    
        
    .fund-rgt-frm {
        margin: 20px 0;
        border:1px solid #e9e9e9;
        text-align: center;
        padding: 20px 0px;
    }
    
    .fund-rgt-frm .rgt-frm {
        padding: 0;
        max-width: 350px;
        margin: 0 auto !important;
        float: none !important;
    }
    
    .fund-rgt-frm .rgt-frm .hs-form-field {
        padding-right: 0;
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }
    
     .fund-rgt-frm .rgt-frm .hs-form-field label {
        float: left;
        margin: 0;
        padding: 2px 5px 0 0;
        text-align: right;
        width: 36%;
    }
    
     .fund-rgt-frm .rgt-frm .hs-input {
        margin: 10px 0;
        font-style: italic;
        border: 1px solid #c1c1c1;
        border-radius: 3px;
        height: 36px;
        width: 60% !important;
        float: right;
        margin: 0;
    }
    
   .fund-rgt-frm .rgt-frm .actions {
        padding-left: 40px;
        padding-right:0;
    }
    
    
    
    .bottom-sec a {
        text-decoration: none;
        color: #A55F96;
    }
    
    .bottom-sec a:hover {
        color: #000;
    }
        
    .bottom-sec .cta_button:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
    .best-rel {
    border: 1px solid #A55F96;
    padding: 10px;
    margin: 0 0 0 22px;
}
.best-rel h5 {
    margin: 5px 0 0 0;
}
.best-rel ul {
    padding-left: 20px;
}
body.fund-v2 .best-rel ul li a {
    padding: 4px 7px !important;
    white-space: normal;
    max-width: 100%;
}
.fund-bg .desc-block h5 {
    margin: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V2 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.header-v2 .menu-item > span {
    display: inline-block;
    vertical-align: top;
    width: 29%;
}

.header-v2 .menu-item > span:first-child {
    width: 58%;
}

.header-v2 a.wealth-manager span.menu-heading {
    margin-right: 0;
    width: 81%;
}
.header-v2 span.menu-heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    width: 58%;
    display: inline-block;
}

.header-v2 .menu-item:last-child {
    color: #773866;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.header-v2 .wealth-manager span.menu-icon {
    width: 33px;
}
.header-v2 span.menu-icon{
    text-align: right;
    background: rgba(0, 0, 0, 0) url(https://cdn2.hubspot.net/hubfs/2828857/Home%20Page/portfolio-iconV2.png) no-repeat scroll right top;
    height: 31px;
}

.header-v2 .menu {
    margin: 0;
    padding: 15px 20px 10px;
    display: block;
    text-decoration:none;
}

.header-v2 .menu-link {
    margin: 0 !important;
    width: 33.33% !important;
}

.header-v2 .menu.gray-border {
    padding: 15px 15px 10px 20px;
}

.header-v2 .gray-border {
    border-left: 2px solid #f2f2f2;
}

.header-v2 .menu.wealth-manager.gray-border {
    border-right: 2px solid #f2f2f2;
}

.header-v2 .menu-item {
    margin-bottom: 15px;
    display: block;
}

.header-v2 .navbar-top .navbar-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.header-v2 .navbar-top a {
    color: #ffffff;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.header-v2 .fund-data-service.gray-border {
    border-right: 2px solid #f2f2f2;
    border-left: 0;
}

.header-v2 .top-hdr-left img {
    padding: 0;
    width: 100% !important;
}

.header-v2 .top-hdr-left {
    max-width: 246px;
    padding: 30px 38px 0;
    width: 100% !important;
}

.header-v2 .top-hdr-rgt {
    width: calc(100% - 247px) !important;
}

.header-v2 .left-top-hdr {
    background: #000;
    padding: 0 10px 0px 20px;
}

.hs-blog-listing .not-for-listing {
    display: none;
}
.blog-main .section.post-header h1{
    font-family: 'GothamBold' !important;
}

 body.hs-blog-post.up .body-container-wrapper, body.hs-blog-post .blog-main.prfl-sec.page-center{
    font-family: 'GothamBook' !important;
 }

.top-hdr-left.up{
    width:100% !important;
}
body.hs-blog-listing.up .post-header {
    min-height: 50px;
}
body.hs-blog-listing.up .blog-main .post-item h2 a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
    line-height:normal;
}
body.hs-blog-listing.up .blog-main .load_more_post{
    width:100%;
    float:left;
    text-align:center;
    margin:10px 0 40px;
}
body.hs-blog-listing.up .blog-main .load_more_post a{
    display: inline-block;
    max-width: 105px;
    width: 100%;
    background-color: #4cae50;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 12px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
    font-weight: 600;
}
body.hs-blog-listing.up .blog-main .load_more_post a:hover{
    border-color:#4cae50;
    background-color:transparent;
    color:#4cae50;
}
.top-hdr-left.up img {
    padding-top: 0;
}
.top-hdr-inr.up {
    padding: 13px 35px;
    /*padding: 13px 60px 13px 35px ;*/
    background-image: url(https://www.yodelar.com/hubfs/Home%20Page/back-android.png/medium.png?t=1512994618734);
    background-repeat: no-repeat;
    background-size: 59px;
    background-position: right -5px bottom;
}
.top-hdr-rgt.up, .top-hdr-left.up {
    display: inline-block;
    vertical-align: top;
    float: none !important;
    min-height: 0;
}
.top-hdr-rgt.up ul {
    margin: 0;
    padding: 0;
}
.top-hdr-rgt.up ul li {
    display: inline-block;
    padding: 0 10px;
    font-weight: 600;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.top-hdr-rgt.up ul li a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: rgb(134, 64, 117);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.top-hdr-rgt.up .widget-type-raw_html {
    min-height: 0;
} 
 
 .top-hdr-rgt.up ul li:first-child:after {
    background-color: #979797;
    content: '';
    height: 22px;
    width: 1px;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.top-hdr-rgt.up ul li:last-child a {
    color: #08a92c;
}
.top-hdr-rgt.up .widget-type-raw_html {
    min-height: 0;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    width: calc(100% - 159px);
    text-align: center;
} 
.top-hdr-rgt.up .widget-type-cta {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
    width: 130px !important;
    margin-left: 0px !important;
}
.top-hdr-rgt.up .cta_button img {
    height: auto;
    max-width: 130px;
    height: 40px;
    width:100%;
}
.top-hdr-rgt.up {
    padding: 6px 0;
    /*width: calc(100% - 218px) !important;*/
    width: calc(100% - 278px) !important;
    position: relative;
    z-index: 9;
    text-align: right;
    max-width: 673px;
}
.copyright-btm {
    min-height: 0 !important;
    text-align: left;
    color: #fff;
    font-size: 12px;
    margin-top:25px;
}

body.hs-blog-post.up .blog-main .post-item .hs-featured-image-wrapper{
    border-bottom:none;
}
.blog-main .post-item .hs-featured-image-wrapper{
    border:0;
    float:left;
}
body.hs-blog-post.up .blog-main .section.post-header div#hubspot-author_data{
    border-bottom: 2px solid #a2c9b8;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin-top: 13px;
    color: #60A485;
}
body.hs-blog-post.up .section.post-body h2, body.hs-blog-post.up .section.post-body h2 > strong {
   font-size: 20px;
   font-weight: 600;
   line-height: 1.2;
} 
body.hs-blog-post.up .sidebar_posts_sec {
    margin-bottom:25px;
    width: 100%;
    float: left;
}

body.hs-blog-post.up .investor_focus_sec{
    width: 100%;
    float: left;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul li a {
    border: 0;
    border-radius: 0;
    width: calc(100% - 5px);
    height: 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    box-shadow: none;
    background-color: transparent;
    padding: 4px 2px;
    text-decoration: none;
}

body.hs-blog-post.up .blog_detail_sidebar_out .post-s-icn ul li{
    width: 100%;
    padding-left:0;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul li:first-child a {
    color: #1ea0f2;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul li:last-child a {
    color: #3b579d;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn i.fa {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    padding: 3px;
    box-sizing: border-box;
    background-color: #f9f6f2;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    margin-right: 5px;
    vertical-align: middle;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn.post-s-icn {
    float: left;
    display: block;
    margin:0 20px;
    border-top:1px solid #60a485;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul {
    padding: 0;
    margin: 10px 0 0;
}
/*body.hs-blog-post.up .page-center.btm-desc {
    padding-left: 83px !important;
    padding-right: 83px !important;
    padding-top: 17px !important;
    padding-bottom: 10px !important;
    background-image: url(https://www.yodelar.com/hubfs/Home%20Page/Images/background.jpg?t=1513330795810);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:9;
}*/
.page-center.btm-desc .widget-type-rich_text h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 14px;
    max-width: 560px;
    font-weight: 600;
}
.page-center.btm-desc .widget-type-rich_text {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    width: calc(100% - 215px);
    position: relative;
    padding-left: 28px;
}
.page-center.btm-desc .right-block-cta-widget {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    max-width: 200px;
    width: 100%;
    margin-left: 10px !important;
}
.page-center.btm-desc .widget-type-rich_text:before {
    content: '';
    height: 45px;
    width: 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: #7bb9bb;
    left: 0;
    position: absolute;
    bottom:-2px;
}

.page-center.btm-desc .right-block-cta-widget .cta_button {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #4cae50;
    padding: 8px 0;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 60px;
    transition: all .3s ease-in-out;
    max-width: 200px;
}
.page-center.btm-desc .right-block-cta-widget .cta_button:hover {
    background-color: transparent;
}

body.hs-blog-post.up .section.post-body a {
    color: rgb(134, 64, 117);
    text-decoration: none;
    font-weight: 600;
}
body.hs-blog-post.up .section.post-body ul {
  
  
}
.blog-main .section.post-header h1{
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
}
.blg-bnr-sec p{
    font-family: 'Montserrat', sans-serif;
    font-weight:400;    
}
.section.post-body ol {
    padding: 0 15px;
}
body.hs-blog-post.up .blog-main .section.post-body img{
    margin-top:0;
}

body.hs-blog-listing.up .page-center.btm-desc{
    display:none;
} 
 
.section.post-body .cta_button:hover {
    background: none;
}
body.hs-blog-listing.up .prfl-sec
{
    background:#eef4f3;
    background-image:inherit !important;
}
body.hs-blog-listing.up .blog-main-inr {
	margin-top: -29px;
	font-family: 'Montserrat', sans-serif;
}
body.hs-blog-listing.up .blog-main.prfl-sec.page-center
{
    padding-left:12px !important;
    padding-right:12px !important;
    padding-top:0 !important;
}
body.hs-blog-listing.up .post-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
body.hs-blog-listing.up .blog-main .post-item {
    margin-bottom: 47px !important;
    width: calc(33% - 20px);
    margin: 0 10px 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    background-image: linear-gradient(to bottom, var(--white), rgba(255, 255, 255, 0));
    border: solid 1px #67bbbc;
}
/*body.hs-blog-listing.up .hs-featured-image-wrapper a.hs-featured-image-link {
	min-height: 200px;
}*/
body.hs-blog-listing.up .post-con-body {
        padding: 15px 20px 35px;
    float: left;
    align-items: flex-start;
    align-content: flex-start;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
body.hs-blog-listing.up .blog-main .post-item h2 {
    padding:0;
}
body.hs-blog-listing.up .post-header{   
    min-height: 50px;
    margin-bottom:10px;
}
body.hs-blog-listing.up .post-item .p-desc p, body.hs-blog-listing.up .post-item .p-desc strong, body.hs-blog-listing.up .post-item .p-desc h2, body.hs-blog-listing.up .post-item .p-desc ul, body.hs-blog-listing.up .post-item .p-desc ol, body.hs-blog-listing.up .post-item .p-desc li, body.hs-blog-listing.up .post-item .p-desc h1, body.hs-blog-listing.up .post-item .p-desc h4, body.hs-blog-listing.up .post-item .p-desc span {
	color:#393939;
	font-family: 'Montserrat', sans-serif;
	line-height:20px;
}  
body.hs-blog-listing.up .post-item .p-desc {
	margin: 0;
	padding: 0;
	border:none;
	min-height:inherit !important;
	font-weight:600;
	margin-bottom:25px
}

body.hs-blog-listing.up .post-item .more-link.btn {
    margin-top: 18px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
}
body.hs-blog-listing.up .post-item .more-link.btn a
{
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    color: #00b241;
    font-weight: 600;
    font-size: 12px;
    bottom: 20px;
    left: 0;
}
body.hs-blog-listing.up .post-s-icn ul {
	text-align:center;
	padding:18px 10px 22px !important;
	border-top:2px solid #aacebe;
	position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
}
body.hs-blog-listing.up .post-s-icn ul li p {
	font-size: 15px;
}
.post-s-icn {
    display: none;
}
.blog-main.prfl-sec.page-center {
    padding-bottom: 10px !important;
    background-color: #fff !important;
}


/*==========BLOG-DETAIL-PAGE-START==========*/
body.hs-blog-post .prfl-sec
{
    background-image:inherit !important;
    background:#eef4f3;
}
body.hs-blog-post .blog-main-inr {
	margin-top: 0 !important;
}
body.hs-blog-post .blog-main.prfl-sec.page-center
{
    padding:0 15px !important;
    font-family: 'Montserrat', sans-serif;
}
body.hs-blog-post  .blog-section.blog-section02 {
	width: calc(100% - 260px);
	float: left;
	margin-right: 35px;
}
body.hs-blog-post .blog_detail_sidebar_out 
{
    max-width:225px;
    width:100%;
    float:right;
    padding-top:15px;
}
body.hs-blog-post .blog_detail_sidebar_airline_out
{
    padding:10px;
    border:1px solid #a3c4b5;
    position:relative;
    background: rgb(230,229,230);
    background: -moz-linear-gradient(top, rgba(230,229,230,1) 2%, rgba(230,229,230,1) 16%, rgba(250,250,250,1) 41%, rgba(255,254,255,1) 82%, rgba(254,254,253,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230,229,230,1) 2%,rgba(230,229,230,1) 16%,rgba(250,250,250,1) 41%,rgba(255,254,255,1) 82%,rgba(254,254,253,1) 100%);
    background: linear-gradient(to bottom, rgba(230,229,230,1) 2%,rgba(230,229,230,1) 16%,rgba(250,250,250,1) 41%,rgba(255,254,255,1) 82%,rgba(254,254,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e6', endColorstr='#fefefd',GradientType=0 );
    
}
body.hs-blog-post .blog_detail_sidebar_airline_out::before
{
    top:0;
    right:0;
    width:100%;
    height:100%;
    content:"";
    position:absolute;
    background-image:url("https://cdn2.hubspot.net/hubfs/2828857/Blog/blog_sidebar_bg_img.png");
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size: 160px auto;
}
.blog_detail_sidebar_airline_out > div {
	position: relative;
}
body.hs-blog-post .blog_detail_sidebar_airline_logo
{
    text-align:right;
}
body.hs-blog-post .blog_detail_sidebar_airline_content
{
    max-width:165px;
    width:100%;
    padding-bottom:160px;
}
body.hs-blog-post .blog_detail_sidebar_airline_content h2 {
	font-size: 26px;
	color: #01296a;
	font-weight: 600;
	line-height: 28px;
	margin:0;
}
body.hs-blog-post .blog_detail_sidebar_airline_content p {
	font-size: 16px;
	color: #3d3c3d;
	margin: 15px 0 12px;
	font-weight: 600;
	line-height: 22px;
}
body.hs-blog-post .blog_detail_sidebar_airline_content a
{
    background:#01276c;
    border:1px solid #b7c9d5;
    max-width:130px;
    width:100%;
    font-size:14px;
    color:#e3f1f9;
    padding:7px 0;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    display:inline-block;
    text-decoration:none;
}

body.hs-blog-post .sidebar_posts_sec .post-item
{
    margin:15px 0 0;
    width:100%;
    float:left;
    background:inherit;
    padding:0;
}
.copyright-block {
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    min-height:0 !important;
    font-family: 'Montserrat', sans-serif;
} 

/*==========BLOG-DETAIL-PAGE-END==========*/


/*******************BLOG-UPDATED-DETAIL-PAGE-START*********************/
body.hs-blog-post.up .blog-section.blog-section02 {
    width: calc(100% - 340px);
    margin-right: 40px;
}
body.hs-blog-post.up .blog_detail_sidebar_out {
    max-width: 300px;
}
body.hs-blog-post.up .blog-main .section.post-header div#hubspot-author_data{
    font-family: 'Montserrat', sans-serif;
}
body.hs-blog-post.up .blog_detail_sidebar_airline_out_up{
    margin-bottom:20px;
}

body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul li a {
    display: block;
    text-align: left;
    max-width: 166px;
    margin: 0 auto;
}

body.hs-blog-post.up .blog_detail_sidebar_airline_out_up .cta_button{
    margin-bottom:8px;
    display:inline-block;
}
body.hs-blog-post.up .recommended_article_sec h3:after {
    width: 100%;
    content: '';
    height: 1px;
    border-bottom: 2px solid #60a485;
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 215px;
}

body.hs-blog-post.up .recommended_article_sec h3 {
    /* display: inline-block; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    padding-bottom: 2px;
}

body.hs-blog-post.up .recommended_article_sec .post-item {
    padding: 0 0 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid #60a485;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.hs-blog-post.up .recommended_article_sec .post-item .hs-featured-image-wrapper {
    max-width: 120px;
    width: 100%;
    margin-right: 11px;
}
body.hs-blog-post.up .recommended_article_sec .post-item  .hs-featured-image-wrapper a.hs-featured-image-link{
    min-height:80px;
}
body.hs-blog-post.up .sidebar_posts_sec .recommended_article_content_sec {
    width: calc(100% - 131px);
    float: right;
}

body.hs-blog-post.up .recommended_article_content_sec h4 {
    margin: 0;
}

body.hs-blog-post.up .recommended_article_content_sec h4 a {
    display: none;
}

body.hs-blog-post.up .recommended_article_content_sec h4 a:first-child {
    display: block;
    color: #9b9b9b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

body.hs-blog-post.up .recommended_article_content_sec h5 {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

body.hs-blog-post.up .investor_focus_cta {
    margin-bottom: 13px;
}

body.hs-blog-post.up .investor_focus_cta:last-child {
    margin-bottom: 30px;
}
/*******************BLOG-UPDATED-DETAIL-PAGE-END*********************/
/******************* Access Report Landing Page CSS Starts Here*********************/
.top-hdr-sec.page-center.up.acs-rprt-hdr {
    background-color: #fff;
}
.top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-inr.up {
    background-image: none;
    background: rgba(238, 238, 238, .56);
    padding: 9px 35px 18px;
    border-bottom: solid 1px #67bbbc;
    
}

.top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up ul li:first-child:after{
    display:none !important;
}

.top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up .widget-type-raw_html {
    text-align: right;
}

.top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up {
    width: calc(100% - 215px) !important;
    max-width: 703px;
    padding: 15px 0 5px;
}

.top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up ul li {
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: normal;
}

.top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up ul li:last-child a {
    font-weight: 600;
    color: #67bbbc;
    font-size: 12px;
}
.footer-sec.footer-sec-up {
    padding: 12px 0 0px !important;
    background-position: center;
    background-image: url(https://cdn2.hubspot.net/hubfs/2828857/Access_Report_LP/footer-bg.png) !important;
}

/******************* Access Report Landing Page CSS Ends Here*********************/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V2 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.header-v4 .mega-menu {
    border-width: 1px;
    border-color: rgb(151, 151, 151);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.237px 3.316px 4px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 70px;
    width: calc(100% - 40px) !important;
    right: 0;
    margin: auto !important;
    z-index:999;
}

.header-v4 .mega-top-title-bar{
    padding:17px 27px;
    position:relative;
}

.header-v4 .mega-top-title-bar:after {
    content: '';
    width: calc(100% - 6px);
    display: inline-block;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header-v4 .hdr-service-title {
    font-weight: 500;
    color: #4a4a4a;
    font-size: 16px;
}

.header-v4 .hdr-support-title,.header-v4 .hdr-support-title a {
    font-size: 13px;
    color: #4a4a4a;
}

.header-v4 .hdr-support-title a{
    cursor:pointer;
}

.header-v4 .hdr-support-title span span {
    font-weight: 600;
    /* vertical-align: middle; */
}

.header-v4 .hdr-support-title img {
    vertical-align: baseline;
    margin: 0 2px -2px 14px;
}

.header-v4 span.online-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background-color: #80d135;
    margin-right: 8px;
    border-radius: 50%;
    margin-top: -3px;
}

.header-v4 .mega-left-bar {
    background-color: #d4ecec;
    width: 258px !important;
}

.header-v4 .left-menu {
    background-color: #fff;
}

.header-v4 .mega-left-bar p, .header-v4 .mega-left-bar li {
    color: #4a4a4a;
    font-size: 12px;
    padding: 13.5px 24px;
    border-bottom: 1px solid #f3f3f3;
    margin:0;
    line-height: 1.3;
}

.header-v4 .mega-left-bar li {
    font-size: 13px;
    cursor:pointer;
    transition:all .3s ease-in-out;
}

.header-v4 .mega-left-bar li.tab-trigger.active,
.header-v4 .mega-left-bar li.tab-trigger:hover{
    color: #4a90e2;
}

.header-v4 .mega-btm-links p strong {
    font-size: 16px;
    font-weight: 500;
}

.header-v4 .mega-btm-links p, .header-v4 .mega-btm-links li {
    border-bottom: 0 solid #f3f3f3;
}

.header-v4 .mega-btm-links p {
    padding-bottom: 0 !important;
}

.header-v4 li.tab-trigger span {
    color: #7ed321;
    margin: 0 2px 0 7px;
}

.header-v4 .mega-right-bar {
    margin: 0 !important;
    width: calc(100% - 258px) !important;
}

.header-v4 .mega-right-list-block {
    background-color: #faf8fa;
    width: 38% !important;
    min-height: 499px;
}

.header-v4 .mega-right-list-block li {
    padding: 22.5px 28px;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #efecee;
    /* min-height: 110.6px; */
}

.header-v4 .mega-right-list-block li p{
    font-size: 12px;
    font-weight: 400;
    margin:0;
    padding:0;
    line-height: 1.3;
}

.header-v4 .mega-right-list-block li span {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;    
    line-height: 1.3;
}

.header-v4 .mega-right-list-block li h6{
    font-weight: 500;
    display: block;
    margin:0;
    margin-bottom: 5px;
    font-size: 13px;    
    padding:0;
    line-height: 1.3;
}

.header-v4 .mega-right-list-block li:last-child {
    border-bottom: none;
}


.header-v4 .mega-right-detail-block {
    width: 62% !important;
    margin: 0 !important;
}

.header-v4 .mega-detail-two-col {
    border-bottom: 1px solid#f8f8f8;
    padding: 18px 36px;
}

.header-v4 .mega-btm-cta {
    text-align: center;
    padding: 20px 10px;
}

.header-v4 .mega-detail-two-col .widget-type-linked_image {
    padding: 0 15px 0 0;
}

.header-v4 .mega-detail-two-col p, .header-v4 .mega-btm-full-desc p {
    font-size: 12px;
    color: #4a4a4a;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}

.header-v4 .mega-detail-two-col p:last-child {
    margin-bottom: 0px;
}

.header-v4 .mega-detail-two-col p a {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 500;
}

.header-v4 .mega-detail-two-col p a span {
    color: #7ed321;
}

.header-v4 .mega-detail-two-col .widget-type-rich_text {
    padding-top: 28px;
}

.header-v4 .mega-detail-two-col h6, .header-v4 .mega-btm-full-desc h6 {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.header-v4 .mega-btm-full-desc > div {
    padding: 40px 40px 20px;
    max-width: 384px;
    margin: 0 auto;
}


.header-v4 .fund_manager_review .mega-btm-full-desc > div {
    max-width: 100%;
}

.header-v4 .mega-btm-full-desc span.hs-cta-wrapper {
    max-width: 130px;
    display: inline-block;
    margin-top: 10px;
}

.header-v4 .mega-btm-full-desc span.hs-cta-wrapper:nth-child(2) {
    margin-left: 6px;
}

.header-v4 .big-ebook-block {
    padding: 20px 31px;
}

.header-v4 .big-ebook-block .widget-type-rich_text {
    padding-bottom: 18px;
}

.header-v4 .big-ebook-block p{
    margin:0;
}

.header-v4 .ebook-block {
    padding: 23px 50px 30px 0;
}

.header-v4 .ebook-block p {
    color: #4a4a4a;
    font-size: 12px;
    margin: 0;
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.header-v4 .investor_magazine .mega-btm-full-desc>div {
    padding-top: 0;
}
.header-v4 .investor_magazine .mega-btm-full-desc p {
    margin-bottom: 5px;
}
.header-v4 .mega-btm-full-desc p a {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 13px;
}

.header-v4 .mega-btm-full-desc p a span {
    color: #7ed321;
}

.header-v4 .investor_magazine .mega-btm-cta .span3.widget-span.widget-type-cta,
.header-v4 .investor_insights_tab .mega-btm-cta .span3.widget-span.widget-type-cta,
.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta {
    padding: 0 10.75px 3px 10.8px;
    margin: 0;
}

.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta:nth-child(2) {
    padding: 0.5px 10.49px 3px 10.49px;
}

.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .fund_manager_review .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_insights_tab .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .investor_insights_tab .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_magazine .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .investor_magazine .mega-btm-cta .span6.widget-span.widget-type-cta{
    float: none;
    display: inline-block;
    vertical-align: top;
}

.header-v4 .fund_manager_review .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_insights_tab .mega-btm-cta .span6.widget-span.widget-type-cta,
.header-v4 .investor_magazine .mega-btm-cta .span6.widget-span.widget-type-cta{
    max-width: 261px;
}

.header-v4 .investor_magazine .mega-btm-cta,.header-v4 .investor_insights_tab .mega-btm-cta
,.header-v4 .fund_manager_review .mega-btm-cta{
    border-top: 1px solid #f8f8f8;
}

.header-v4 .span6.widget-span.widget-type-cta,.header-v4 .fund_manager_review .span6.widget-span.widget-type-cta,.header-v4 .investor_insights_tab .mega-btm-cta .span6.widget-span.widget-type-cta {
    padding-left: 10px;
    text-align: left;
}

.header-v4 .investor_insights_tab .mega-btm-cta {
    padding-bottom: 13px;
}

.header-v4 .investor_insights_tab .span12.widget-span.widget-type-raw_jinja {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid#f8f8f8;
}
.header-v4 .post-item {
    padding: 0 0 6px;
    margin: 0 0 6px 5.5%;
    border-bottom: 1px solid #60a485;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41%;
    display: inline-block;
    background: inherit;
    vertical-align: top;
}

.header-v4 .recommended_article_content_sec h5 {
    font-size: 11px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 15px;
}

.header-v4 .recommended_article_content_sec h4 {
    margin: 0;
}

.header-v4 .recommended_article_content_sec h4 a:first-child {
display: block;
    color: #9b9b9b;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.header-v4 .recommended_article_content_sec {
    width: calc(100% - 113px);
    display: inline-block;
    vertical-align: middle;
}

.header-v4 .post-item .hs-featured-image-wrapper {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100px;
    margin-right: 5px;
}

.header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
    min-height: 66px;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;  
}

.header-v4 .fund_manager_review .mega-btm-full-desc > div {
    max-width: 100%;
    padding-top: 26px;
}

.header-v4 .st_james_module {
    padding:22px 25px 0 40px;
    position:relative;
}

.header-v4 .st_james_module .widget-type-linked_image {
    padding-right: 5px;
}

.header-v4 .st_james_module:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #cacaca;
}

.header-v4 .fund_manager_review h6 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.header-v4 .fund_manager_review p {
    color: #4a4a4a;
    margin: 0;
    font-size: 12px;
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.header-v4 .pplar_reviews {
    padding: 22px 22px 0px 13px;
}

.header-v4 .fund_manager_review li, .header-v4 .fund_manager_review li a{
    color: #4a4a4a;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 400;
}

.header-v4 .fund_manager_review ul {
    margin-top: 19px;
}

.header-v4 .best_fund_reports .mega-right-list-block li {
    padding: 21px 28px;
}
/*
.header-v4 .tab-seven .mega-right-list-block li {
    padding: 22.5px 28px;
}*/

.header-v4 .tab-seven .mega-detail-two-col p a {
    color: #44c0ff;
}

.header-v4 .tab-eight .mega-right-list-block li {
    padding: 13.5px 28px;
}

div.tab-one,
div.tab-two,
div.tab-three,
div.tab-four,
div.tab-five,
div.tab-six,
div.tab-seven,
div.tab-eight,
div.tab-nine{
    display:none !important;
    animation-name: fadeOut;
    animation-duration: .7s;
}

div.tab-one.active,
div.tab-two.active,
div.tab-three.active,
div.tab-four.active,
div.tab-five.active,
div.tab-six.active,
div.tab-seven.active,
div.tab-eight.active,
div.tab-nine.active{
    display:block !important;
    animation-name: fadeIn;
    animation-duration: .7s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * colors
 * primary #4cd964
 * accent #5ac8fa
 * accent #ff2d55
 * background #fff
 * text #222
 */

/* reset */



/* global */



.header-v4-mobile-nav #menu {
	width: 100%;
}

.header-v4-mobile-nav .loading {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 2em;
	text-align: center;
}

.header-v4-mobile-nav .loading::before {
	animation: spinner 1s infinite linear;
	content: '';
	border: 2px solid transparent;
	border-top-color: #5ac8fa;
	border-right-color: #5ac8fa;
	border-radius: 1em;
	height: 1.5em;
	margin-right: 1em;
	width: 1.5em;
}
.header-v4-mobile-nav .slinky-menu {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
.header-v4-mobile-nav .slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 
}
.header-v4-mobile-nav .slinky-menu ul,
.header-v4-mobile-nav .slinky-menu li {
    list-style: none;
    margin: 0; }

.header-v4-mobile-nav .slinky-menu ul {
    width: 100%;
    padding-left: 0; 
}

.header-v4-mobile-nav .slinky-menu a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color:#fff;}
    
.header-v4-mobile-nav .slinky-menu a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4; }
    
.header-v4-mobile-nav .slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; }

.header-v4-mobile-nav .slinky-menu .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    
.header-v4-mobile-nav .slinky-menu .header .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.header-v4-mobile-nav .slinky-theme-default {
    background: #863f75;
}
  
.header-v4-mobile-nav .slinky-theme-default .title {
    color: #333;
    padding: 1em; }
    
.header-v4-mobile-nav .slinky-theme-default li {
    line-height: 1; }

.header-v4-mobile-nav .slinky-theme-default a:not(.back) {
    color: #fff;
    padding: 1em; }
    
.header-v4-mobile-nav .slinky-theme-default a:not(.back):hover {
    background: #773c69; }
    
.header-v4-mobile-nav .slinky-theme-default a:not(.back):active {
    background: #773c69; }
      
.header-v4-mobile-nav .slinky-theme-default a::after,
.header-v4-mobile-nav .slinky-theme-default .back::before {
    content: '>';
    height: 1em;
    opacity: 1;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 1em;
    font-size: 16px;}


.header-v4-mobile-nav .slinky-menu a.back:after{
    display:none !important;
}
.header-v4-mobile-nav .slinky-theme-default .next::after {
    margin-left: 1em; }
    
.header-v4-mobile-nav .slinky-theme-default .back::before {
    padding: 1em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    
.header-v4-mobile-nav .slinky-theme-default .next:hover::after,
.header-v4-mobile-nav .slinky-theme-default .back:hover::before {
    opacity: 0.75; }
    
.header-v4-mobile-nav .slinky-theme-default .next:active::after,
.header-v4-mobile-nav .slinky-theme-default .back:active::before {
    opacity: 1; }

.header-v4-mobile-nav {
    position: fixed;
    width: 280px !important;
    top: 0;
    right: -321px;
    bottom: 0;
    margin-left: 54px;
    z-index: 1002;
    background: #863f75;
    overflow: visible;
    transform: translate(0);
    transition: transform .4s cubic-bezier(.5,.12,.18,1);
    border: none !important;
    top: 0;
    z-index: 9999;
    padding: 0 !important;
}

.close-slide-menu {
    position: absolute;
    width: 41px;
    /* height: 52px; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 16.5px 10px;
    left: -41px;
    background-color:#964485;
}

.close-slide-menu span {
    border-radius: 50%;
    display: inline-block;
    width: 100%;
    border: 1px solid #fff;
    line-height: 18px;
    padding-bottom: 1px;
}

.slide-menu-open,.slide-login-open{
    overflow:hidden;
    position: fixed;
}

.slide-menu-open .header-v4-mobile-menu,
.slide-login-open .header-v4-mobile-login{
    transform: translate(-320px);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
/*
.body-menu-v4 .header-container-wrapper {
    position: static !important;
}*/

.body-menu-v4 .header-container-wrapper:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.body-menu-v4.slide-menu-open:before,
.body-menu-v4.slide-login-open:before{
    opacity: .6;
    visibility: visible;
 }

/* animations */

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
body.body-menu-v4 .mobile-triger{
    display:none !important;
}

.header-v4-mobile-nav.header-v4-mobile-login,.header-v4-mobile-login .close-slide-menu {
    background: #d3ebec;
}

.header-v4-mobile-nav.header-v4-mobile-login .slinky-theme-default {
    background: #d3ebec;
    width: 100%;
}

.header-v4-mobile-nav.header-v4-mobile-login .slinky-theme-default a:not(.back) {
    color: rgb(74,74,74);
}

.header-v4-mobile-nav.header-v4-mobile-login .slinky-theme-default a:not(.back):hover {
    background: #62babd;
    color:#fff;
}

.header-v4-mobile-nav.header-v4-mobile-login .close-slide-menu span {
    border: 1px solid rgb(74,74,74);
    color: rgb(74,74,74);
}

li.slide-login-title {
    color: #fff;
    padding: 1.2em 1em;
    background: #62babd;
}

.header-v4-mobile-menu li.slide-login-title {
    background: #773c69;
}

.header-v4-mobile-nav .slinky-menu {
    position: relative;
    height: 100% !important;
    overflow-y: scroll;
}

.header-v4-mobile-nav .slinky-menu ul, .header-v4-mobile-nav .slinky-menu li{
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.header-v4-mobile-nav .slinky-menu .header {
    background-color: #773c69;
}

html[style="margin-top: 84px;"] .header-v4-mobile-nav {
    top: 84px;
}

.header-v4-mobile-nav .slinky-menu a.back {
    padding: 0.15em 0;
}

.header-v4-mobile-nav .slinky-theme-default .back::before{
    width: auto;
}

.header-v4 .mega-menu.hide {
    display: none !important;
}

body.body-menu-v4 .top-hdr-sec.up.header-v4.acs-rprt-hdr .span1.widget-span.widget-type-linked_image.menu-trigger, body.body-menu-v4 .mobile-triger {
    top: 29px;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up {
    width: calc(100% - 245px) !important;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .top-hdr-rgt.up {
    width: calc(100% - 245px) !important;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .mobile-triger.inner-menu-triger {
    right: 58px;
    top: 28px !important;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 22px;
    top: 27px !important;
}

.header-v4 a,.header-v4-mobile-nav a {
    text-decoration: none;   
}

.header-v4 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header-v4 .mega-menu{
    z-index:99;
}

.close-slide-menu {
    box-sizing: border-box;
}

.header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
    min-height: 66px !important;
}

.header-v4 .mega-detail-two-col h6, .header-v4 .mega-btm-full-desc h6 {
    margin-top: 0;
}

.header-v4 .fund_manager_review h6 {
    margin-top: 0;
}

.header-v4,.header-v4-mobile-nav {
    font-family: 'Montserrat',sans-serif;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
    .widget-type-form form input[type="checkbox"] {
		height: auto !important;
        min-height: 1px !important;
        margin: 0 5px 0 0 !important;
        vertical-align: middle;
	}
	
	.widget-type-form form ul.inputs-list {
		padding: 0;
		list-style-type: none;
	}
	
	.widget-type-form form .hs-button.primary {
		margin-top: 25px;
	}
	
	.widget-type-form form ul.inputs-list li label {
		position: relative;
        color: #4a4a4a;
        letter-spacing: 0;
        line-height: 1.4;
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 14px;
        font-size: 10px;
        margin-top: 0;
        font-weight: 300;
        line-height: 14px;
        color: #4a4a4a;
        /* letter-spacing: -0.6px; */
	}
/**********************Responsive****************/

@media (min-width:1450px){
.custom-menu-primary ul li {
    width: calc(20% - 1.5px);
}
}
@media (min-width: 1700px){
.custom-menu-primary ul li {
    width: calc(20% - 1.8px);
}
}
@media (min-width: 2000px){

.custom-menu-primary ul li {
    width: calc(20% - 2.4px);
}
}
@media (max-width:1200px){
.header-v2 .top-hdr-rgt {
    width: 100% !important;
    margin: 40px 0 0 !important;
}
body.hs-blog-listing.up .post-header{   
    min-height: 60px;
}

}

@media only screen and (max-width: 1024px){
.top-hdr-rgt.up {
    text-align: center;
    padding: 16px 0;
}
.top-hdr-rgt.up .widget-type-cta.widget-span{
    display:none !important;
}

}

@media (max-width:980px){
  
  
.ftr-mnu ul li{
    display: inline-block;
    float:none !important;
    margin-bottom: 10px;
}

.owlspn .page-center{
    padding:0;
}   
.top-hdr-left {
   /* max-width: 180px;
    padding: 20px 20px;*/
}
.top-menu ul li a i {
    font-size: 18px;
}
.top-menu ul li a{
    padding: 1px 4px 1px !important;
}
.page-center {
    padding: 30px 20px !important;
}
.bnr-sec{
    padding: 80px 20px 130px !important;
}

.blg-bnr-sec{
    padding: 60px 20px !important;
}
.top-fnd-sec{
    padding: 40px 0 !important;
}
.wek-brf-sec{
     padding: 40px 20px !important;   
}
.ydlr-pro {
    padding: 20px 20px !important;
}
.trustpilot-sec{
    padding: 30px 50px 80px !important;
}

.lpv2-bnr.bnr-sec {
    padding: 60px 20px 50px !important;
}
.hw-itwrk-bnr {
    padding: 60px 20px !important;
}
.hw-itwrk-trspilt {
    padding: 30px 20px 0 !important;
}
.hw-itwrk .right-way-sec {
    padding: 20px 20px 40px !important;   
}
.span8.widget-span.widget-type-cell.partnr-left {
    padding-left:0px;
}
.img-sec {
    padding: 0 !important;
}
.about-bnr {
    padding: 40px 50px 40px !important;
}
    
.top-menu ul li a {
    font-size: 10px;
}  
  .prfl-inr-mdl h1 {
    font-size:26px;
    line-height: 40px;
}
.trustpilot-inr{
    width: calc(50% - 10px) !important;
}
.top-cta-btn .cta_button p {
    font-size: 12px;
}
.yodlr-pro-sec .prfl-inr-mdl h1 {
    font-size: 26px;
    line-height: 40px;
}
    
    .custom-menu-primary ul li a{
     font-size: 19px;   
    }
    /*
    .top-cta-btn .cta_button p{
        font-size: 9px;
    }  
    .top-cta-btn {
        max-width: 170px;
    }*/

.top-cta-btn .cta_button p span {
    padding: 5px 6px 5px 15px;
}

.top-cta-btn .cta_button p span:after {
    border-width: 18px 0 18px 9px;  
}
.bnr-btn .cta_button {
    padding: 12px 8px !important;
    font-size: 13px;
}
.prfl-inr-mdl .cta_button {
    padding: 12px 10px !important;
    font-size: 14px;
}
.ydlr-right .hs-input {
    max-width: 130px;
}
.top-hdr-rgt {
    width: calc(78% - 10px) !important;
}

.top-menu ul li a i {
    font-size: 14px;
}
.top-menu ul li a{
    padding: 1px 3px 1px !important;
}
.inv-mdl-rgt {
    max-width: 200px;
    padding: 10px 0 0 10px;
}
.inv-mdl-lft {
    max-width: 100px;
}
.ydlr-left h1 {
    font-size: 28px;
}
.wek-brf-left h3 {
    font-size: 12px;
}

.g-srch {
    width: calc(53% - 159px) !important;
}
.wek-brf-left h1 {
    font-size: 26px;
}
.blog-main .post-item {
    width: calc(49% - 22px);
}
.contact-us-form .hs-input {
    max-width: 250px;
}
.contact-us-form {
    max-width: 400px;
}
.contact-us-form .hs-field-desc {
    float: right;
}
.top-hdr-rgt.up {
    /*text-align: center;*/
    padding:6px 0;
}



body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    padding-top: 13px;
    width: calc(100% - 248px) !important;
}

.top-hdr-rgt.up .widget-type-raw_html {
    width: 100%;
}

body.up.nb.body-menu-v4:before {
     height: 0px!important;
}
/*.top-hdr-rgt.up .widget-type-cta.widget-span{
    display:none !important;
}*/
.top-hdr-inr.up{
     background-image: none !important;
}
.top-hdr-inr.up a.android-link{
    display:none;
}
body.body-menu-v4 .mobile-triger.inner-menu-triger {
    right: 90px;
    top: auto !important;
    min-height: 0;
    bottom: 24px;
}

body.body-menu-v4 .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 57px;
    top: auto !important;
    min-height: 0;
    bottom: 24px;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .top-hdr-rgt.up .widget-type-raw_html {
    width: 100%;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .top-hdr-rgt.up {
    width: calc(100% - 355px) !important;
}

.header-v4 .mega-right-list-block li {
    padding: 13.4px 12px;
}

.header-v4 .mega-detail-two-col {
    padding: 8px 16px;
}

.header-v4 .mega-detail-two-col .widget-type-rich_text {
    padding-top: 14px;
}

.header-v4 .mega-btm-full-desc > div {
    padding: 10px 16px 10px;
}

.header-v4 .mega-right-list-block li h6 {
    font-size: 12px;
}

.header-v4 .mega-btm-full-desc > div {
    padding: 9px 16px 9px;
}

.header-v4 .best_fund_reports .mega-right-list-block li {
    padding: 10px 12px;
}

.header-v4 .mega-btm-full-desc span.hs-cta-wrapper {
    width: calc(50% - 7px);
}

.header-v4 .st_james_module {
    padding: 12px 12px 0 12px;
    position: relative;
}

.header-v4 .investor_magazine .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .investor_insights_tab .mega-btm-cta .span3.widget-span.widget-type-cta, .header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta {
    padding: 0 0 3px 10.8px;
    margin: 0;
}

.header-v4 .fund_manager_review .mega-btm-cta .span3.widget-span.widget-type-cta:nth-child(2) {
    padding: 0.5px 0 3px 10.49px;
}

.header-v4 .fund_manager_review .mega-btm-full-desc > div {
    max-width: 100%;
    padding-top: 12px;
}

.header-v4 .st_james_module a#cta_button_2828857_45ca2940-8e7a-488f-adc8-ccaac7fcf7f4 {
    margin-top: -30px;
}

.header-v4 .post-item .hs-featured-image-wrapper {
    max-width: 70px;
}

.header-v4 .recommended_article_content_sec {
    width: calc(100% - 80px);
}

.header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
    min-height: 46px !important;
}

.header-v4 .recommended_article_content_sec h5 {
    font-size: 10px !important;
    line-height: 12px;
}

.header-v4 .tab-eight .mega-right-list-block li {
    padding: 5px 12px;
}

.header-v4 .tab-nine .mega-right-list-block li {
    padding: 9px 12px;
}

.header-v4 .hdr-support-title, .header-v4 .hdr-support-title a {
    font-size: 12px;
}

.header-v4 .hdr-support-title a[onclick="zE.activate();"]:first-of-type {
    margin-right: 0 !important;
}

.header-v4 .mega-menu {
    max-width: 780px;
}
}


@media only screen and (max-width: 921px){
.page-center.btm-desc .widget-type-rich_text:before {
    top: 3px;
}
}


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


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

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

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

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

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




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


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

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





@media (max-width: 767px){


  /* Variables
     ========================================================================== */

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top:27px;      /* Position Button at right of screen  */
    right: 6px;     /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 15px 8px 15px;
    background:transparent; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color:transparent; 
    border-color: transparent;
  }

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


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

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


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 44px;
    margin: 10px 0 10px 0;
    top:30px;
    right: 0;
    left: 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top:30px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:rgba(168,95,150,.9); /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 18px; /* Font size of top level list items */
    line-height:18px;
    overflow: visible;
    padding: 10px 10px !important;
    word-spacing: normal;
    font-family: 'GothamLight';
  }

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

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  .bnr-sec {
    text-align: center;
}
.bnr-sec p {
    max-width: 100%;
}  
.bnr-btn-sec {
    max-width: 350px;
    margin: 0 auto 20px !important;
}
 .bnr-btn {
    max-width: 200px;
    margin:0 10px;
    float: left !important;
} 
 .prfl-inr-mdl {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    margin: 20px auto 20px !important;
    max-width:400px;
} 
.trustpilot-inr {
    max-width: 380px;
    width: 100% !important;
    margin: 0 auto 0px !important;
    float: none !important;
    min-height: 0 !important;
    text-align: center;
}
.ydlr-pro{
 text-align: center;
}  
.ydlr-right {
    max-width: 230px;
    margin: 20px auto 10px !important;
}  
.wek-brf-sec{
  text-align: center;   
}

.invtr-sec{
    background:#fff;
} 
.cmn-invtr {
    padding-left: 0;
    text-align: center;
}  
.cmn-invtr h1 {
    max-width: 100%;
}  
.top-menu ul li:nth-child(3),.top-menu ul li:nth-child(4),.top-menu ul li:nth-child(5){
     display: none !IMPORTANT;   
}
.top-menu ul li:nth-child(2) a {
    border-right:none;
}

.top-hdr-left {
    max-width: 200px !important;
    padding: 12px 18px !important;
    margin-top: 47px;
}
 .g-srch {
    display: none !IMPORTANT;
}
.top-hdr-rgt {
    min-height: 1px !important;
}  
.top-cta-btn {
    display: inline-block !important;
    max-width: 100% !important;
    width: 100% !important;
}
.top-cta-btn .cta_button p {
    font-size: 16px;
}
.top-cta-btn .cta_button p span {
    padding: 5px 50px 5px 50px;
}
.top-menu.top-s-icn {
    display:none;
}
.left-btn-hdr {
    min-height: 1px !important;
}
.left-top-hdr {
    background: #000;
    padding: 6px 20px 6px 20px;
    position: absolute;
    top: 0;
    width: 100% !important;
    left: 0;
    right: 0;
}
.top-s-icn ul {
    padding: 8px 0 10px;
}
.top-hdr-left img {
    padding: 0;
}  
.top-hdr-sec {
    padding: 20px 10px;
}  
.inv-mdl-rgt{
    text-align: left;
}  
  
.str-icn {
    position: relative;
    margin-top: 20px;
    bottom: 0 !important;
}  
.prfl-inr-mdl p {
    text-align: center !important;
}  
 .trustpilot-sec {
    padding: 60px 0 20px;
} 
.trustpilot-inr-aut {
    margin-bottom: 20px;
}
.top-hdr-left {
    max-width: 220px;
    position: relative;
    z-index: 1;
    padding: 17px 12px;
}
.per-ran-right {
    max-width: 500px;
    margin: 40px auto !important;
}
.bnr-sec {
    padding: 40px 20px 60px !important;
}
.inv-mdl-lft {
    max-width: 130px;
}
.inv-mdl-rgt {
    max-width: 300px;
}
.trustpilot-sec {
    padding: 30px 50px 20px !important;
}
.rgt-mdl3 {
    text-align: center;
}
.per-ran-right p {
    text-align: center;
}
.prfl-sec{
     text-align: center;   
}
.per-ran-left ul {
    max-width: 350px;
    text-align: left;
    margin: 30px auto 20px;
}
.rgt-mdl1 ul {
    max-width: 300px;
    text-align: left;
    margin: 0 auto 20px;
}
.trustpilot-inr-rgt {
    min-height: auto !important;
    margin-bottom: 40px;
}
.bnr-btn .cta_button {
    padding: 12px 18px !important;
}

.span4.widget-span.widget-type-rich_text.ydlr-mid,
.span4.widget-span.widget-type-rich_text.ydlr-left,
.span4.widget-span.widget-type-form.ydlr-right, 
.span4.widget-span.widget-type-rich_text.wek-brf-mid, 
.span4.widget-span.widget-type-cell.wek-brf-left-sec {
    width: 100%;
}

.wek-brf-left-sec {
    padding: 0 0 30px;
}

.wek-brf-left:after {
    content: '';
    position: absolute;
    border-width: 20px 20px 0px 20px;
    border-color: #222225 transparent transparent;
    border-style: solid;
    right: 0;
    top: auto;
    bottom: -16px;
    left: 0;
}

.ydlr-right .hs-input {
 /*   max-width: 150px;*/
}

.prtflo-col {
    padding-left: 0;
    width: 100% !important;
}

.prtflo-col+.per-ran-right {
    width: 100%;
}
.blog-sidebar {
    max-width: 350px;
    margin: 0 auto !important;
    text-align: left;
}
.blog-main-inr {
    margin-top: 20px;
}
.blg-invstr-cmn .inv-mdl-rgt {
    margin: 0 auto !important;
    text-align: center;
}
.blg-invstr-cmn  .inv-mdl-lft {
    max-width: 130px;
    margin: 0 auto !important;
}
.trustpilot-inr-rgt .widget-type-rich_text {
    min-height: auto;
}
.blog-main .section.post-header h1 {
    margin: 0px 0 10px;
}
.blg-bnr-sec{
    text-align: center;
}
.rathbone-fund-left img {
    margin: 10px 0 20px;
}
.rathbone-fund{
    text-align: center;   
}
.rht-cntnt ul {
    padding: 0;
    max-width: 405px;
    text-align: left;
    margin: 40px auto;
}
.rgt-frm .hs-form-field {
    padding-right: 0;
    text-align: left;
}
.rgt-frm{
    padding: 0;
    margin: 0 auto !important;
}
.rgt-frm .actions {
    padding-right: 0;
}
.lp-hdr{
    text-align: center;     
}
.hrizntl-spr {
    display: none !important;
}

.blog-dtl-cta-sec.page-center {
    text-align: center;
}

.dtl-cta-img {
    display: block !important;
    margin-left: 0% !important;
}

.dtl-cta-cntnt {
    display: block !important;
}

.mytest h1 {
    margin-top: 0 !important;
}

body.privcy-bdy .lpv2-bnr {
    padding: 70px 20px !important;
}

body.privcy-bdy .prfl-sec.page-center {
    padding: 30px 20px !important;
}
body.contact-us-body .contact-us-left {
    padding-left: 0;
}
.ranks-perfrms-mdl {
    max-width: 400px;
    margin: 0 auto !important;
}
.ranks-perfrms-mdl p {
    text-align: center;
}
.type-investor-mdl{
    max-width: 400px;
    margin: 0 auto !important;   
}
.type-investor-mdl p {
    text-align: center;
}
.prblm-soltn-mdl {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px !important;
}
.prblm-soltn-mdl p {
    text-align: center;
    padding: 0px;
}
.abtcmn-mdl{
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px !important;  
}
.abtcmn-mdl p {
    padding: 0;
    text-align: center;
}
.opportunity-cta-sec a#cta_button_2828857_d0afe8d7-8c9a-4604-87e4-911b105311fd {
    padding: 10px 33px;
    margin-top: 20px;
}
.abt-price-mdl {
    float: left !important;
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
}

.span8.widget-span.widget-type-cell.partnr-left {
    width: 100% !important;
}

.partnr-right {
    width: 100% !important;
}

.lpv2-bnr .span10.widget-span.widget-type-rich_text {
    padding-left: 0px;
}

.prfl-sec ul {
    text-align: left;
    max-width: 500px;
    margin: 0 auto 20px;
}

.bnr-sec p {
    margin-bottom: 0px;
}
.opportunity-cta-sec .widget-type-cta {
    width: 45%;
    display: inline-block;
    vertical-align: text-bottom;
}
.hw-vd{
    padding-right:0;
    text-align:center;
}
.hw-lt{
    padding-left:0;
}
.top-fnd-btn {
    text-align: center;
    margin: 10px 0;
}
.fund-bnr-btn {
    text-align: center;
    margin: 10px auto 0 !important;
    float: none !important;
    width: 100% !important;
}
.mb-pay-btn{
    display:inline-block !important;
}
.dk-btn{
    display:none !important;
}
.post-detl-icn ul {
    text-align: center !important;
}
.invtr-sec.v2invtr.page-center .span4.widget-span.widget-type-space {
    display: none;
}

     .guide-content  {
            text-align: center;
        }
        
        .guide-content img {
            max-width: 400px;
            width: 100% !important;
            margin-bottom: 10px;
        }
        .guide-content .desc p {
            font-size: 14px;
            text-align:;
        }
        .bottom-sec {
            text-align: center;
        }
        
    .top-two-cta {
    width: 100% !important;
    max-width:100% !important;
}

.top-cta-btn {
    display: inline-block !important;
    max-width: 100% !important;
    width: calc(62% - 3px) !important;
}

.top-cta-btn:nth-child(2) {
    width: calc(38% - 3px) !important;
}
    
.header-v2 .left-top-hdr {
    background: #000;
    padding: 0 10px 0px 20px;
}

.header-v2 .left-top-hdr {
    position: relative;
}

.header-v2 .top-two-cta {
    max-width: 350px !important; 
}

.header-v2 .top-menu.top-s-icn {
    max-width: 110px;
    display: inline-block;
}

.header-v2 .top-hdr-left {
    max-width: 240px !important;
    padding: 30px 18px !important;
    margin-top: 0;
}

.header-v2 .top-hdr-rgt {
    width: 100% !important;
    margin: 0px 0 0 !important;
}

.header-v2 .top-cta-btn .cta_button p span {
    padding: 5px 6px 5px 15px;
}

.top-cta-btn .cta_button p {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.header-v2 .top-two-cta {
    max-width: 335px;
    width: 100% !important;
}

.header-v2 .menu-link {
    margin: 0 !important;
    width: 100% !important;
}

.header-v2 .wealth-manager span.menu-icon {
    width: 29%;
}

.header-v2 a.wealth-manager span.menu-heading {
    margin-right: 20px;
    width: 58%;
}

body.hs-blog-listing.up .blog-main-inr {
	margin-top: 0;
}
body.hs-blog-listing.up .blog-main.prfl-sec.page-center {
	padding:30px 12px 25px !important;
}
body.hs-blog-listing.up  .blog-main .post-item {
	width: calc(49% - 8px);
	margin:0 5px 20px !important;
	text-align:left;
}
body.hs-blog-listing.up .post-item .p-desc {
	min-height: 105px;
}
body.hs-blog-listing.up .post-s-icn ul
{
    margin-bottom:0 !important;
}
.top-hdr-left.up{
    margin-top:0;
}
.top-hdr-inr.up {
    padding: 13px 18px !important;
    background-image:none !important;
}
.top-hdr-rgt.up {
    padding: 6px 0;
    width: calc(100% - 205px) !important;
    display:none !important;
}
.top-hdr-left.up {
    margin-top: 0;
    padding-left: 0 !important;
}
.top-hdr-rgt.up .widget-type-raw_html{
    width: calc(100% - 122px);
}
body.hs-blog-post.up .blog-section.blog-section02 {
    width: 100%;
    float: left;
    margin-right: 0;
    padding-top: 30px;
}
body.hs-blog-post.up .blog_detail_sidebar_out {
    max-width: 300px;
    width: 100%;
    float: none;
    padding-top: 15px;
    margin: 0 auto;
    text-align: left;
}
.page-center.btm-desc .widget-type-rich_text{
     width: 100%;
    margin-bottom: 5px;
}
.v-center {
    text-align: center;
}
.page-center.btm-desc .widget-type-rich_text h3 {
    margin: 0 auto;
    text-align: center;
}
.page-center.btm-desc .right-block-cta-widget {
    display: block;
    max-width: 250px;
    margin-left: 0 !important;
    margin: auto !important;
}
.hubspot-editable .post-detl-icn ul {
    padding: 0;
    margin: 15px auto 0;
} 
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul li a{
    text-align:left;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn.post-s-icn{
    float:none;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-detl-icn ul{
    margin:10px auto;
}
.copyright-btm{
    text-align:center;
    padding:20px 0 0;
}
.top-hdr-rgt.up .widget-type-cta{
    display:none !important;
}
.top-hdr-rgt.up .widget-type-raw_html {
    width: 100%;
}
.top-hdr-rgt.up, .top-hdr-left.up{
    vertical-align:middle;
}
body.hs-blog-post.up .hs-featured-image-wrapper a.hs-featured-image-link{
    min-height: 200px;
    background-position: center;
}
body.hs-blog-post.up .section.post-body ul{
    text-align:center;
}
body.hs-blog-post.up .blog_detail_sidebar_out .post-s-icn ul li{
    padding-top:10px;
}
body.hs-blog-post.up .page-center.btm-desc{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page-center.btm-desc .widget-type-rich_text:before{
    display:none;
}
.page-center.btm-desc .widget-type-rich_text{
    padding-left:0;
}
/*
body.hs-blog-post.up .page-center.btm-desc {
    position: static !important;
}*/

.not-for-listing {
    min-height: 147px !important;
    background-color: #fff !important;
}   

/*BLOG-POSTS-LOAD-MORE-BUTTON*/
body.hs-blog-listing.up .blog-main .load_more_post {
    margin: 20px 0;
}
body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .mobile-triger.inner-menu-triger {
    top: 38px !important;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .mobile-triger.mobile-login-triger.inner-login-triger {
    top: 37px !important;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .top-hdr-rgt.up {
    width: calc(100% - 300px) !important;
}
body.body-menu-v4 .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 25px;
}

body.body-menu-v4 .mobile-triger.inner-menu-triger {
    right: 62px;
}

body.body-menu-v4 .mobile-triger{
    display: block !important;
    left: auto !important;
    right: 56px;
    top: 32px !important;
}
body.body-menu-v4 .menu-trigger{
    display:none !important;
}

body.body-menu-v4 .header_login_btn {
    display: none !important;
}

body.body-menu-v4 .mobile-triger.mobile-login-triger {
    right: 14px;
    text-align: right;
    max-width: 24px;
    top: 33px !important;
}
body.body-menu-v4 .header_logo {
    margin-left: 0 !important;
}

body.body-menu-v4 .mega-menu{
    display:none !important;
}/*
.top-hdr-inr.up{
    padding:13px 0 !important;
} */
}




@media (max-width:640px){

.modal-box .modal-body iframe {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-box .modal-body {
    position: relative;
    padding-top: 57%;
}
.modal-box {width: calc(100% - 32px);}

.top-cta-btn .cta_button p span {
    padding: 5px 20px 5px 20px;
}
/*body.hs-blog-listing.up .hs-featured-image-wrapper a.hs-featured-image-link {
	min-height: 130px;
}*/

body.hs-blog-listing.up .post-item .p-desc p, body.hs-blog-listing.up .post-item .p-desc strong, body.hs-blog-listing.up .post-item .p-desc h2, body.hs-blog-listing.up .post-item .p-desc ul, body.hs-blog-listing.up .post-item .p-desc ol, body.hs-blog-listing.up .post-item .p-desc li, body.hs-blog-listing.up .post-item .p-desc h1, body.hs-blog-listing.up .post-item .p-desc h4, body.hs-blog-listing.up .post-item .p-desc span {
	font-size: 13px;
}
body.hs-blog-listing.up .post-item .p-desc {
	min-height: 160px;
}
body.hs-blog-listing.up .post-s-icn ul {
	padding: 12px 10px 15px !important;
}

.top-hdr-left.up {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 10px !important;
    max-width: 150px !important;
}
.top-hdr-left.up img{
    width:100% !important;
}
.top-hdr-rgt.up {
    padding: 6px 0;
    width: calc(100% - 155px) !important;
}
.modal-box {
    width: 90%;
}
.modal-box .modal-body{

    padding:25px 40px 15px !important;
}
.modal-body h1{
    max-width: 100%;
}
   
body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    width: calc(100% - 288px) !important;
}

body.body-menu-v4 .top-hdr-sec.page-center.up.acs-rprt-hdr.toplp-hdr-sec .top-hdr-rgt.up .widget-type-raw_html{
    display:none;
}

}


@media (max-width:568px){
.ftr-mnu ul li a {
    border-left: 0;
    padding: 0 !important;
} 
.trustpilot-inr {
    text-align: center;
} 
.copyright-block {
    text-align: center;
}
 .ftr-mnu li a {
    border-left: 0px solid;
    margin-bottom: 10px;
}
.ftr-icn ul {
    padding: 0;
    margin: 22px 0;
}

}



@media (max-width:480px){
    
    
body.hs-blog-listing.up .blog-main .post-item {
	width: 100%;
	margin: 0 0px 15px !important;
}
/*body.hs-blog-listing.up .hs-featured-image-wrapper a.hs-featured-image-link {
	min-height: 220px;
}*/
body.hs-blog-listing.up .post-header {
    min-height: inherit;
    margin-bottom:18px;
}
body.hs-blog-listing.up .post-item .p-desc {
	min-height: 0;
}

.top-hdr-left.up{
    padding-right: 0px !important;
    max-width: 100% !important;
}
.top-hdr-left.up .widget-type-linked_image {
    text-align: center;
}
.top-hdr-left.up img {
    width: 100% !important;
    height: auto;
    max-width: 196px;
}
.top-hdr-rgt.up {
    padding: 6px 0;
    width: 100% !important;
}    
    
.bnr-btn {
    max-width: 100%;
    margin: 20px 0px !IMPORTANT;
    float: none !IMPORTANT;
} 

.trustpilot-inr-aut {
    margin-bottom: 15px;
} 
.inv-mdl-rgt {
    text-align: center;
} 
.bnr-btn .cta_button {
    padding: 12px 30px !important;
} 
.prfl-inr-mdl .cta_button {
    padding: 12px 30px !important;
} 
.rgt-mdl3{
    text-align: center;
} 
.per-ran-right p {
    text-align: center;
} 

.v2invtr-left .inv-mdl-rgt, .v2invtr-right .inv-mdl-rgt {
    max-width: 100%;
    padding:10px 0 0 !important;
}
.blog-main .post-item {
    width:95%;
}
.contact-us-form .hs-input {
    max-width: 100%;
}
.contact-us-form label{
    margin-bottom: 5px;
}
.contact-us-form .hs-button.primary.large {
    max-width: 100%;
    float: none;
}
.hw-itwrk h1 {
    font-size: 30px;
}
.abt-price-mdl {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
    max-width: 300px;
}
.abt-page h1 {
    font-size: 30px;
}

.opportunity-cta-sec .widget-type-cta {
    width: 100%;
}

.contact-us-form .hs-field-desc {
    float: left;
}
.top-cta-btn .cta_button p span {
    padding: 5px 18px 5px 24px;
}
.top-cta-btn {
    width: 100% !important;
}

.top-cta-btn:nth-child(2) {
    width: 100% !important;
    margin-top: 5px;
}

.top-hdr-left {
    margin-top: 93px;
}

.mobile-trigger {
    top: 70px;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 81px;
}

.header-v2 .top-two-cta {
    max-width: 100% !important;
    padding: 0 0 10px;
    display: block !important;
}

.header-v2 .left-top-hdr {
    background: #000;
    padding: 0 22px 0px 22px;
}.custom-menu-primary ul li

.header-v2 .top-cta-btn {
    width: calc(62% - 3px) !important;
}

.header-v2 .top-cta-btn:nth-child(2) {
    width: calc(38% - 3px) !important;
    margin-top: 5px;
}

body.body-menu-v4 .header_logo {
    text-align: left;
    max-width: 191px;
    margin-left: -10px !important;
}

body.body-menu-v4 .header_logo img {
    width: 100% !important;
    margin-right: 0 !important;
}

.header_login_btn {
    width: 100% !important;
    text-align: center;
}

.header_login_btn .login_cta {
    margin: 0 -4px 0 0px !important;
}

body.home-v3 .banner-main .banner_content {
    margin: 140px auto 0;
}
/*
body.home-v3 .lpv2-bnr, body.home-v3 .partnr-sec, body.home-v3 .blg-bnr-sec.page-center {
    padding-top: 140px !important;
}

body.privcy-bdy.home-v3 .bnr-sec.lpv2-bnr.page-center{
    padding-top: 160px !important;
}
*/
.top-hdr-left.up{
    padding-right: 0px !important;
    max-width: 100% !important;
}
.top-hdr-left.up .widget-type-linked_image {
    text-align: center;
}
.top-hdr-left.up img {
    width: 100% !important;
    height: auto;
    max-width: 196px;
}
.top-hdr-rgt.up {
    padding: 6px 0;
    width: 100% !important;
}


/*=========EBOOK-PAGE-CSS-START=========*/
/*EBOOK-HEADER-CSS-START*/
body.ebook_body .top-hdr-inr.up {
    padding: 11.5px 18px 14.5px 18px !important;
}
body.ebook_body .top-hdr-left.up {
    max-width: 100% !important;
    padding: 14px 0 13px 0 !important;
}
body.ebook_body .top-hdr-left.up img{
    padding: 0 !important;
    max-width: 196px !important;
}
body.ebook_body .top-hdr-rgt.up {
    padding: 4px 0;
    width:100% !important;
}
/*INVESTOR-MAGAZINES-SECTION-START*/
.investor_magazine_sec {
    padding: 40px 0 20px;
}
body.ebook_body .analysis_included_sec .download_app_btn{
    margin:0 0 10px;
    width:100%;
}
body.ebook_body .analysis_included_sec .download_app_btn:last-child{
    margin-bottom:0;
}

body.body-menu-v4 .top-hdr-left.up .widget-type-linked_image {
    text-align: left;
    padding-right: 0;
}

body.body-menu-v4 .top-hdr-left.up{
    width: calc(100% - 130px) !important;
}

body.body-menu-v4 .mobile-triger.mobile-login-triger.inner-login-triger {
    right: 10px;
    /*top: 46px !important;*/
}

body.body-menu-v4 .mobile-triger.inner-menu-triger {
    right: 45px;
    /*top: 46px !important;*/
}

body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    width: 100% !important;
}
}

