/* @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: 'Avenir-Black';
  src: url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Black/Avenir-Black.eot#iefix') format('embedded-opentype'),  url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Black/Avenir-Black.woff') format('woff'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Black/Avenir-Black.ttf')  format('truetype'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Black/Avenir-Black.svg#Avenir-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Book';
  src: url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Book/Avenir-Book.eot#iefix') format('embedded-opentype'),  url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Book/Avenir-Book.woff') format('woff'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Book/Avenir-Book.ttf')  format('truetype'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Book/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Heavy/Avenir-Heavy.eot#iefix') format('embedded-opentype'),  url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Heavy/Avenir-Heavy.woff') format('woff'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Heavy/Avenir-Heavy.ttf')  format('truetype'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Heavy/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Light';
  src: url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Light/Avenir-Light.eot#iefix') format('embedded-opentype'),  url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Light/Avenir-Light.woff') format('woff'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Light/Avenir-Light.ttf')  format('truetype'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Light/Avenir-Light.svg#Avenir-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Medium/Avenir-Medium.eot#iefix') format('embedded-opentype'),  url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Medium/Avenir-Medium.woff') format('woff'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Medium/Avenir-Medium.ttf')  format('truetype'), url('https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodealer_2020/Fonts/Avenir-Medium/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*****************************************/
/*             Reset Classes             */
/*****************************************/
.row-fluid [class*="span"]
{
  min-height:0;
}
body {
  font-family: 'Montserrat',sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;

}

body.home-v3 {
  background-color: #fff;
}

body.home-v3 .header-container-wrapper, body.home-v3 .body-container-wrapper, body.home-v3 .footer-container-wrapper {
  /*max-width: 1130px;*/
  margin: 0 auto;
  overflow: hidden;
}

body.home-v3 .header-container-wrapper {
  position: relative;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, img
{
  margin:0;
  padding:0;
}

h1{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}

h2
{
  font-size:36px !important;
  font-family: 'Avenir-Heavy' !important;
  line-height: 1.2;
}

h3{
  font-size: 22px;
  line-height:28px;
}

h4{
  font-size:17px;
  line-height:26px;
  font-weight:400;
}

h5 {
  font-size: 14px;
  line-height:20px;
  font-weight:400;
}
a{
  text-decoration:none;
}

ul, ol{
  list-style:none;
}

li{

}

a.cta_button,.hs-button.primary.large {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  cursor:pointer;
}
:focus{
  outline:none !important;
}
*{
  box-sizing:border-box !important;
}


/*****************************************/
/*            Common Classes             */
/*****************************************/

.container {
  max-width: 1150px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 20px;
  float: none !important;
}
p.hs-search-results__description {
  display: inline-block;
  width: 60%;
  padding-left: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-weight: 300;
  border-left: 1px solid #cbd6e2;
}
.custom-main-section-img.mobile-image {
  display: block !important;
}
.custom-main-section-img.desktop-image {
  display: none !important;
}

@media (min-width:993px){
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding:10px 18px;
  }
  .mobile-triger.mobile-menu-triger.inner-menu-triger,
  .mobile-triger.mobile-login-triger.inner-login-triger {
    display: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display:none !important;
  }

  .custom-main-section-img.mobile-image {
    display: none !important;
  }
  .custom-main-section-img.desktop-image {
    display: inline-block !important;
  }
}


/* ==========================================================================
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;
}
.addthis_bar_spacer ~ .header-container-wrapper .mega-top-title-bar.nov-top-hdr {
  top: 60px;
}
/* Fix menu disappearing on desktop after toggling mobile menu */




/* ==========================================================================
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.                     
*/
@media (min-width:1025px){
  .mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
  }

}

/* 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 
*/
@media (max-width:1024px){
  .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:;
  }


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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right:20px;
    width: 24px;
    height: 24px;
    text-align: left;
    color: #000000;
    background: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/SVG_Icon/menu_icon.png?t=1531310063377);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 999;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background-size: contain;
    /* background-position: center; */
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/SVG_Icon/cross_icon.png?t=1531310063377);
    background-size: 20px;
    top: -3px;
    background-position: center;
  }

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

  .mobile-trigger i{
    display: none;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display:none;
    /*display:none;*/
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }



  /* 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:; /* 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: 24px;
    margin: 11px 0 0 0;
    width: 100%;
    left: 0;
    z-index: 99;
    top: 18px;
  }

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

  body.mobile-open {
    overflow: hidden;
    position:fixed; /* prevent overscroll bounce*/
    background-color: lightgreen;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch; /* iOS velocity scrolling */
    width: 100%;
  }


  /* Mobile Menu Styles */  
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute; /**************************************************************/
    top: 50px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    background-color: #fff;
    /*height: calc(100% - 82px);
    min-height: calc(100vh - 137px);*/
    overflow: auto;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* 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:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* 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 */
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display: none !important;
  }
  .header_new .top-hdr-rgt.up ul li a {
    color: #4a4a4a !important;
    font-weight: 500 !important;
    font-size: 16px !important;
  }
  .header_new .top-hdr-rgt.up ul {
    display: block;
  }
  .mobile-trigger {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header_new .right_btn a {
    top: 0  !important;
  } 
  .header_new .top-hdr-left.up {
    width: 25%  !important;
  }
  .header_new .top-hdr-rgt.up {
    width:calc(70% - 170px) !important;
  } 
  .header_new {
    padding: 20px 0 !important;
  }
  .header_new .right_btn {
    margin-right: 40px !important;
  }
  .top-hdr-left.up img {
    max-width: 165px !important;
  }
}

/*=================HOME-PAGE-START=================*/
/*HEADER-PART-START*/
.header-main {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 999;
}

body.home-v3 .header-main{
  padding: 17px 15px 10px 37px;
  right: 0;
  max-width: 985px;
  margin: auto !important;
}

.header-main .header_nav_menu{
  position: absolute;
}

body.home-v3 .header-main .header_nav_menu{
  display: none !important;
}

.header_logo{
  padding-left: 83px;
  position: relative;
  z-index: 99;
}

body.home-v3 .header_logo{
  padding-left: 12px;
  top: 0;
}

body.home-v3 .header_logo img{
  max-width: 196px;
}

.header_login_btn
{
  float: right !important;
  text-align: right;
  margin-top: 20px;
  margin-right: 35px;
}
.header_login_btn .login_cta {
  width: auto !important;
  float: none;
  display: inline-block;
  margin: 0 -4px 0 30px !important;
  /* border: 1px solid; */
  border-right: 1px solid rgba(139, 69, 123, 0);
  padding: 0 15px 0px 0;
}

.header_login_btn .login_cta:last-child {
  padding: 0 0 0px 12px !important;
  margin: 0 0 0 0px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.19);
  border-right: 0px solid rgb(136, 63, 119);
}

.header_login_btn .login_cta .cta_button 
{
  color:#ffffff;
  font-size:13px;
  font-weight:600;

}
.header_login_btn .login_cta .cta_button img
{
  margin: 0 5px 4px 0;
  width: 14px;
}
.header_new ul li:first-child a:first-child:before {
  display: none;
}
.header_new ul li:first-child a:first-child {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
}
/*------------------ NEW HEADER CSS Start ---------------------*/
.header_new {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  color: #fff;
}
.header_new ul li a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 17px;
  font-weight: 300 !important;
  font-family: Montserrat !important;
  padding: 0 24px !important;
}
.header_new .right_btn a {
  border: 2px solid #fdfeff;
  font-size: 12px !important;
  font-weight: 600 !important;
  background-color: rgba(122,45,106,1);
  border-radius: 64px;
  padding: 8px 38px !important;
  color: #fff !important;
  display: inline-block;
  top: 7px;
  position: relative;
}
.header_new ul li a:before {
  position: absolute;
  content: '';
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/2023/images/landing_page/arrow-light.svg);
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  right:6px;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_new .top-hdr-inr>div>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header_new {
  padding: 28px 0;
}
.header_new .top-hdr-left.up {
  width: 18%;
}
.header_new .top-hdr-rgt.up {
  width:calc(82% - 150px);
  margin-left: 0 !important;
}
.header_new .top-hdr-rgt.up ul {
  padding-top: 10px;
}
.header_new .right_btn {
  margin-left: 0;
  text-align: right;
  max-width: 150px;
}

/*------------------HEADER-PART-END---------------------*/


/*----------------FOOTER-PART-START---------------------*/
.footer-sec {
  position:relative;
  background:#92437e;
  overflow:hidden;
  position:relative;
}

body.home-v3 .footer-sec {
  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 );
}

body.home-v3 .footer_sec_outer {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/2023/images/landing_page/banner.svg) !important;
  background-attachment: fixed;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px 24px !important;
  text-align: center;
}
body .copyright-txt .widget-type-rich_text {
  font-size: 12px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 300;
}
body.home-v3 .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;
}
body.home-v3 .ftr-mnu ul li {
  float: left !important;
  margin-bottom: 0;
}
body.home-v3 .ftr-mnu ul li:first-child a {
  border-left: 0;
}

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

body.home-v3 .ftr-mnu ul li:last-child a {
  padding-right: 0 !important;
}
body.home-v3 .ftr-icn ul {
  padding: 0;
  margin:22px 0;
}
body.home-v3 .ftr-icn ul li {
  list-style: none;
  display: inline-block;
}
body.home-v3 .ftr-icn li a {
  font-size: 24px;
  padding: 0 10px;
  color: #fff;
}
body.home-v3 .ftr-logo {
  padding: 3px 0 55px 23px;
}
body.home-v3 .copyright-block {
  text-align: left;
  font-size: 12px;
  color: #fff;
  padding: 0 15px;    
}
body.home-v3 .span12.widget-span.widget-type-cell.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;
}

body.home-v3 .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;
}
body.home-v3 .footer_box.footer_product_box{
  margin-right:70px;
}
body.home-v3 .footer_box_outer {
  max-width: 555px;
  float: right !important;
  text-align: right;
}
.footer-sec .footer_box h4{
  margin-bottom: 12px;
  color: #ffffff;
  opacity: .8;
}
body.home-v3 .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;
}

body.home-v3 .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;
}

body.home-v3 .footer-sec .footer_box li a {
  font-size: 12px;
}
.copyright-block a {
  color: #fff;
  text-decoration: none;
}
.footer-sec .footer_copyright{
  font-size: 18px;
  /* padding: 100px 0 0 50px; */
  padding: 0;
  opacity: .7;
  color: #fff;
  position: relative;
  top: -28px;
}
body.home-v3 .footer-sec .footer_copyright{
  top: -20px;
  font-size: 12px;
  left:50px;
  max-width: 90px;
}
.bordered-copyright-text p {
  font-size: 14px;
}
.footer_sec_outer p {
  line-height: 22px;
}


/*=================HOME-PAGE-END=================*/
/*=================HOME-PAGE-V2=================*/

body.home-updated-v2 .yodelar_blog_post .container {
  position: relative;
}

body.home-updated-v2 .magazine-sec::after{
  display: none;
}

body.home-updated-v2 .magazine-sec .container::after {
  position: absolute;
  top: -850px;
  right: -2850px;
  content: "";
  width: 2500px;
  height: 2550px;
  background: rgba(125, 60, 111, .8);
  transform: rotate(-29deg);
  z-index: 99;
}

body.home-v3 .review-sec::before {
  bottom: -61px;
  left: -218px;
  background-color: #fcfcfc;
  height: 111px;
}

body.home-v3 .review-sec::after {
  left: -40px;
}

.magazine-sec {
  border-bottom: 85px solid #7cb9ba;
}


body.home-v3 .magazine-sec .container::after {
  top: -698px;
  right: -2724px;
  transform: rotate(-25deg);
}

body.home-v3 .magazine_sec_inr {
  padding: 0 44px;
}

body.home-updated-v2 .yodelar_blog_post {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,249,252,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(246,249,252,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(246,249,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f9fc',GradientType=1 );
  border-bottom: 42px solid #fff;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/blog-posts-updated-bg.jpg) !important;
  background-position: top -1px center;
}

body.home-v3 .yodelar_blog_post {
  background-size: cover;
}

body.home-updated-v2 .review-sec .review_portfolio_content {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%, rgba(246,249,252,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(246,249,252,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(246,249,252,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f9fc',GradientType=0 );
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 11px 0px 10px -6px #777;
  box-shadow: 10px 1px 10px -7px #777;
}
}
body.home-updated-v2 .yodelar_blog_post .container > div::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2500px;
  background-color: #f6f9fc;
  right: -2500px;
  z-index: 99;
}

body.home-updated-v2 .yodelar_blog_post .container > div::after {
  width: 220px;
  height: 42px;
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0px;
  background: #84c1c3;
  transform: skew(-62deg);
}

body.home-v3 .blog_more_article_btn:before {
  right: -1532px;
  transform: skew(0deg);
  height: 54px;
}

body.home-v3 .yodelar_blog_post .container > div::after {
  left: 37px;
}

body.home-updated-v2 .need_advice_sec .container:before {
  width: 2300px;
  height: 350px;
  content: "";
  position: absolute;
  top: -15px;
  left: -2669px;
  background: #fff;
  transform: skew(-62deg);
}

body.home-updated-v2 .need_advice_sec .container > div {
  position: relative;
  z-index: 1;
}


body.home-updated-v2 .yodelar_blog_post_inr {
  padding: 0px;
}


.blog_more_article_btn > div {
  position: relative;
  z-index: 999;
}

.blog_more_article_btn:before {
  width: 2500px;
  height: 47px;
  content: "";
  position: absolute;
  bottom: 0px;
  right: -1639px;
  background: #fcfcfc;
  transform: skew(-62deg);
  z-index: 99;
}

.blog_more_article_btn:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: 7px;
  right: -71px;
  background: #fcfcfc;
  z-index: 99;
  border-width: 40px 40px 0;
  border-style: solid;
  display: inline-block;
  border-color: #f6f9fc transparent;
}

body.home-v3 .blog_more_article_btn:after {
  bottom: 29px;
  right: -43px;
  border-width: 25px 40px 0;
}

body.home-updated-v2 .yodelar_blog_post_inr .blog_more_article_btn{
  background: transparent;
}

body.home-updated-v2 .yodelar_blog_post_inr .blog_more_article_btn .cta_button {
  padding: 10px 0 14px;
  margin-top: 0;
}

body.home-v3 .yodelar_blog_post_inr .blog_more_article_btn .cta_button{
  font-weight: 500;
  font-size: 20px;
}
body.home-updated-v2 .need_advice_sec .container:after {
  content: '';
  border-bottom: 0px solid #fff;
  position: absolute;
  top: 297px;
  left:60px;
  width: 2500px;
  z-index: 0;
}

body.home-updated-v2 .yodelar_blog_post .container::before {
  width: 100%;
  height: 50px;
  position: absolute;
  top: -10px;
  left: 0px;
  content: "";
  background: #9a4889;
  z-index: 999;
}

body.home-v3 .yodelar_blog_post .container::before {
  background: rgb(148, 67, 131);
  height: 78px;
}

body.home-updated-v2 .yodelar_blog_post .container::after {
  position: absolute;
  top: 40px;
  right: -76px;
  content: "";
  width: 490px;
  height: 80px;
  left: auto;
  background: #9a4889;
}

body.home-v3 .yodelar_blog_post .container::after{
  top: 57px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d4a8c+0,651d53+100 */
  background: rgb(157,74,140); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(157,74,140,1) 0%, rgba(101,29,83,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(157,74,140,1) 0%,rgba(101,29,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(157,74,140,1) 0%,rgba(101,29,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d4a8c', endColorstr='#651d53',GradientType=0 ); /* IE6-9 */
}

body.home-updated-v2 .yodelar_blog_post::after,
body.home-updated-v2 .yodelar_blog_post::before{
  display:none;
}

body.home-updated-v2 .magazine-sec .container:before {
  content: '';
  width: 2500px;
  height: 100%;
  position: absolute;
  top: -50px;
  background-color: #fff;
  right: -2500px;
}
/*
body.home-v3 .lpv2-bnr, body.home-v3 .partnr-sec, body.abt-page.home-v3 .about-bnr.bnr-sec.page-center,body.home-v3 .blg-bnr-sec.page-center{
padding-top: 100px !important;
border-top:none;
}

body.privcy-bdy.home-v3 .bnr-sec.lpv2-bnr.page-center {
padding-top: 130px !important;
}
*/
body.home-v3 .header_login_btn .login_cta .cta_button:hover{
  background:transparent;
}

.top-hdr-left.up img {
  padding-top: 0;
  box-sizing: content-box !important;
}
.top-hdr-sec {
  padding: 11px 0px;
  background-color: #fff;
  border-bottom: 2px solid #67babc;
}
body.newhomepage .top-hdr-sec{
  border-bottom: 1px solid #67babc;
}

.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: 16px;
  font-weight: 500;
  text-align: left;
  color: #4a4a4a;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  max-width: 200px;
  position:relative;
}
/* .top-hdr-rgt.up .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:after {
content: '';
background-repeat: no-repeat;
background-position: center right;
background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Triangle_2Normal.svg);
position: absolute;
right: 0;
height: 15px;
width: 15px;
top: 0;
bottom: 0;
margin: auto;
} */
.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 {
  padding-right: 0;
}
.top-hdr-rgt.up ul li:last-child a {
  color: #4a4a4a;
}
.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%;
}

body.body-menu-v4 .cta_button {
  font-family: arial !important;
  font-weight: 300 !important;
}
.partners-mega-menu.hide.mega-menu-main-sec {
  right: -50px;
  left: auto;
}

/************   Updated CSS Starts here  ************/


.updated-page-base .header-container-wrapper, .updated-page-base .body-container-wrapper, .updated-page-base .footer-container-wrapper{
  max-width: 985px;   
}
.updated-page-base .top-hdr-sec {
  margin-top: 0;
}
.updated-page-base .top-hdr-left.up img {
  max-width: 185px;
  width: 100% !important;
}
.updated-page-base .top-hdr-inr.up {
  background-color: #fff;
  border-bottom: 1px solid #67bbbc;
}
.updated-page-base .top-hdr-inr.up {
  background-image: none;
  padding: 16px 35px 26px;
}
.updated-page-base .top-hdr-left.up {
  max-width: 210px !important;
}
.updated-page-base .top-hdr-rgt.up {
  padding: 16px 0 0;
  width: calc(100% - 218px) !important;
  margin-left:0 !important;
  float: right !important;
}
.updated-page-base .top-hdr-rgt.up ul li.tag-line {
  font-family: 'BradleyHandITCStd-Bold';
  font-size: 20px;
  text-align: left;
  float: none;
  font-weight: 700;
  margin-right: 30px;
}
.updated-page-base .top-hdr-rgt.up.rigt-hdr ul li:nth-child(1):after {
  opacity: 0;
}
.updated-page-base .top-hdr-rgt.up ul li a {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #864075;
  text-decoration: none;
  font-family: 'Montserrat',sans-serif;
}
.updated-page-base .top-hdr-rgt.up ul li:last-child{
  padding-right: 10px;
}
.updated-page-base .top-hdr-rgt.up ul li:first-child:after, .top-hdr-rgt.up.rigt-hdr ul li:nth-child(2):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;
}
.updated-page-base .top-hdr-rgt.up ul li:last-child a {
  color: #4cae50;
}
.updated-page-base .top-hdr-rgt.up.rigt-hdr .span12.widget-span.widget-type-raw_html {
  width: 100%;
  text-align: right;
}
.updated-page-base .top-hdr-sec{
  border-bottom:0;
}
.updated-page-base .investor_magazine_sec {
  padding: 54px 0 25px;
  background-color: #f7f4f7;
}
body.updated-page-base .body-container-wrapper .container {
  padding: 0 40px 0 40px;
}
body.updated-page-base .banner-main.analysis_included_sec{
  background-image: url(https://www.yodelar.com/hubfs/BAILLIE_GIFFORD_FUND/Images/Rectangle%202.jpg?t=1530949500569);
  background-position: left;
  padding: 60px 0 40px;
  border-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
body.updated-page-base .banner-main.analysis_included_sec .banner_content {
  margin: 0 !important;
  position: relative;
}
body.updated-page-base .analysis_included_sec .banner_left_con {
  padding-bottom: 0 !important;
}
body.updated-page-base .analysis_included_sec .banner_left_con{
  padding-bottom: 0 !important;
}
body.updated-page-base .analysis_included_sec .banner_left_con h1 {
  max-width: 100%;
  padding: 0 0 0 20px;
  margin-bottom
}
body.updated-page-base .banner_left_con .banner_left_con_inr {
  max-width: 350px;
  width: 100%;
}
body.updated-page-base .banner_left_con ul {
  margin-top: 0;
}
body.updated-page-base .banner_left_con li {
  margin: 0 0 12px;
  line-height: 18px;
}
body.updated-page-base .banner_left_con li {
  margin: 0 0 5px -3px;
  padding-left: 32px;
  line-height: 25px;
}
.updated-page-base .banner_left_con li {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 40px;
  background: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/icons-8-ok@2x.png?t=1529419252043);
  background-repeat: no-repeat;
  background-position: top 2px left;
  line-height: 28px;
  display: inline-block;
  background-size: 20px auto;
}
body.updated-page-base .analysis_included_sec .banner_left_con h5 {
  margin-bottom: 20px;
  font-weight: 600;
}
body.updated-page-base .banner_left_con .banner_left_con_inr .cta_button.start_portfolio_analysis_btn {
  background: #4cae50 !important;
  border-color: #fff !important;
}
body.updated-page-base .banner_left_con .try_yodelar_btn .cta_button {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 6px 0;
}
body.updated-page-base .already_member_btn {
  font-size: 14px;
  text-align: center;
  max-width: 250px;
  margin-left: 24px !important;
}
body.updated-page-base .banner_left_con .banner_left_con_inr .already_member_btn a {
  font-weight: 400;
}
body.updated-page-base .already_member_btn a {
  color: #0ca732;
  font-weight: 600;
}
body.updated-page-base .banner_left_con .try_yodelar_btn, body.updated-page-base .banner_left_con .already_member_btn {
  max-width: 100% !important;
  width: 100% !important;
}
body.updated-page-base .banner_left_con h2, body.updated-page-base .banner_left_con h1{
  position:relative;
}
body.updated-page-base .banner_left_con {
  color: #fff;
  padding: 0 0 92px 12px;
}
body.updated-page-base .banner_left_con li {
  margin: 0 0 12px;
  line-height: 18px;
}
body.updated-page-base .banner_left_con h1::after, .banner_left_con h2::after {
  position: absolute;
  top: 0;
  left: 3px;
  content: "";
  background: #7bb9bb;
  width: 8px;
  height: 95%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body.updated-page-base .analysis_included_sec .banner_left_con h1::after {
  top: -10px;
  width: 5px;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.updated-page-base .banner_left_con .try_yodelar_btn, body.updated-page-base .banner_left_con .already_member_btn {
  max-width: 322px;
  margin-left: 0 !important;
}
body.updated-page-base .service_included_sec .banner_left_con h1::after {
  background-color: #864075;
}
body.updated-page-base .banner_right_con {
  max-width: 100%;
  float: right;
  text-align: center;
}
body.updated-page-base .banner_right_con {
  padding: 0 4px 0 0;
  max-width: 261px;
}
body.updated-page-base .service_included_sec .banner_right_con .widget-type-linked_image img {
  max-width: 300px;
  width: 100% !important;
}
body.updated-page-base .download_app_btn_sec {
  margin-top: 25px;
  position: relative;
}
body.updated-page-base .download_app_btn {
  text-align: center;
  position:relative;
}
body.updated-page-base .analysis_included_sec .download_app_btn {
  margin-left: 0 !important;
  margin-right: 25px;
  width: auto;
  display: inline-block;
  float: none;
}
body.updated-page-base .analysis_included_sec .download_app_btn:last-child{
  margin-right: 0;
}
body.updated-page-base .download_app_btn .cta_button {
  float: none;
  margin: 0;
  display: inline-block;
}
body.updated-page-base .download_app_btn .cta_button img {
  max-width: 120px;
}
body.updated-page-base .banner_right_con {
  max-width: 100%;
  float: right;
  text-align: center;
  padding: 0 4px 0 0;
}
body.updated-page-base .banner_left_con ul {
  margin: 29px 0 17px;
}
body.updated-page-base .analysis_included_sec .banner_left_con h5 {
  margin-bottom: 20px;
  font-weight: 600;
}
body.updated-page-base .service_included_sec .banner_left_con h1 {
  font-weight: 700;
}
body.updated-page-base .service_included_sec .banner_left_con .try_yodelar_btn {
  margin-top: 0;
  padding-top: 8px;
}
body.updated-page-base .banner-main.service_included_sec .banner_content {
  padding-bottom: 15px;
}



/************   Updated CSS Ends here  ************/

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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:99;
}

.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;  
  padding-top:0;
}

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

.top-custom-header-content {
  width: calc(71% - 20px) !important;
  margin-left: 20px !important;
  text-align: right;
  float: right !important;
}
.hdr-support-title {
  max-width: 260px;
  width: 29% !important;
  display: inline-block;
  padding: 10px 0;
  font-weight:300;
}
.mega-top-title-bar 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;
}
/*.mega-top-title-bar .hdr-support-title span span {
font-weight: 600;
}*/
.mega-top-title-bar .hdr-support-title, .mega-top-title-bar .hdr-support-title a {
  font-size: 12px;
  color: #4a4a4a;
}
.top-custom-header-content .widget-type-raw_html {
  max-width: 200px;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}
.widget-type-cta.top-hdr-cta-last {
  max-width: 187px;
  width: 100% !important;
  float: none !important;
  vertical-align: middle;
  display: inline-block !important;
  margin-left: 15px !important;
}
.widget-type-cta.top-hdr-cta-first {
  display: inline-block !important;
  max-width: 80px;
  float: none !important;
  vertical-align: middle;
  margin-left: 25px;
}
.mega-top-title-bar table.gsc-search-box {
  margin: 0;
}
.mega-top-title-bar {
  padding: 10px 0;
  background-color: #e6e6e6;
}
.mega-top-title-bar .cta_button.service_included_btn {
  display: inline-block;
  padding: 8px 13px;
  background-color: #fff;
  border-radius: 8px;
  color: #864075;
  border: 1px solid #864075;
}
.mega-top-title-bar .gsc-control-cse.gsc-control-cse-en,
.mega-top-title-bar .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  padding: 0;
  background-color: transparent;
  position:relative;
  border: 1px solid transparent;
}
.mega-top-title-bar form.gsc-search-box.gsc-search-box-tools {
  margin: 0;
}
.mega-top-title-bar .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
  width: 100%;
}
.mega-top-title-bar button.gsc-search-button.gsc-search-button-v2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  left: 0;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Oval%202.png);
  height: 100%;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.mega-top-title-bar table.gsc-search-box{
  margin:0;
}
.mega-top-title-bar .gsc-input-box {
  border: 0;
  background: transparent;
}
.mega-top-title-bar input#gsc-i-id1 {
  text-indent: 0 !important;
  padding: 5px 8px 5px 35px !important;
  border: 1px solid #864075 !important;
  border-radius: 8px !important;
  background-image: none !important;
  min-height: 30px;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
}
.mega-top-title-bar .gsib_a {
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}
.mega-top-title-bar td.gsib_b,
.search-section td.gsib_b{
  display: none;
}
.mega-top-title-bar button.gsc-search-button.gsc-search-button-v2 svg {
  display: none;
}


.site_search input.hs-search-field__input {
  text-indent: 0 !important;
  padding: 5px 8px 5px 35px !important;
  border: 1px solid #864075 !important;
  border-radius: 8px !important;
  /* background-image: none !important; */
  min-height: 30px;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Magnifier.svg);
  background-repeat: no-repeat;
  background-position: left 6px center;
  max-width: 238px;
  background-size: 20px;
}

.site_search ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 9;
  right: 0;
  text-align: left;
  padding: 16px;
}
.site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  background-color: #fff;
}

.site_search ul.hs-search-field__suggestions li#results-for {
  color: #864075;
  margin-bottom: 7px;
}

.site_search ul.hs-search-field__suggestions li a {
  font-size: 12px;
  color: #000;
  margin-bottom: 4px;
  padding: 6px;
}

.site_search .hs-search-field__suggestions a:hover,
.site_search .hs-search-field__suggestions a:focus {
  background-color: #f4ebf2;
  outline: 0;
  color: #864075;
  /* padding: 6px; */
}

.custom-sec-container .site_search input.hs-search-field__input {
  max-width: 100%;
}

.site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions{
  max-width:198px;
  width: 100%;
  border: transparent;
  box-shadow: 0 1px 24px rgba(45,62,80,0.12);
}

.custom-sec-container .site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  max-width:100%;
}
.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;
  text-decoration: none;   
}

.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;
  box-sizing: border-box;
}

.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: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.up.header-v4.acs-rprt-hdr .top-hdr-sec.page-center.up.acs-rprt-hdr .top-hdr-rgt.up {
  width: calc(100% - 245px) !important;
}



/*================= MEGA MENU ===============*/

.mega-menu-main-sec p {
  font-size: 12px;
  line-height:20px;
  color: #4a4a4a;
  font-weight: 300;
}
.mega-menu-main-sec {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  /* padding: 25px; */
  left: 0;
  top: 56px;
  /* border: 1px solid #cbd6e2; */
  /* background-color: #fff; */
  /* padding: 25px; */
  padding-top: 16px;
  border-radius: 4px;    
  /* min-height: 300px !important;*/
}

.mega-menu-main-sec>div {
  background-color: #fff;
  padding: 0 25px;
  border-left: 1px solid #cbd6e2;
  border-right: 1px solid #cbd6e2;
}
.hdr-inr-top-content {
  padding: 20px;
  text-align: center;
  margin-top:30px;
}
.wid-bg{
  /*background-color: #f4ebf2; */
  border-radius: 8px;
  transition: all .3s ease-in-out;
}
.wid-bg:hover, .mega-menu-inr-desc:hover, .research-mega-menu .hdr-inr-top-content:hover, .inner-midle-sec:hover, .mega-bm-inner-sec:hover {
  background-color: #f4ebf2;
}
.mega-menu-main-sec h4 {
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 10px;
  font-size:16px;
}
.inner-sec-mid {
  padding: 20px 10px;
  margin: 30px 0 0;
  border-top: 1px solid #cbd6e2;
  border-bottom: 1px solid #cbd6e2;
}
.mega-menu-inr-desc {
  padding: 20px 10px;
  transition:all .3s ease-in-out;
  border-radius:8px;
}
.mega-bm-inner-sec {
  padding: 20px 15px;
  margin: 30px;
  border-radius:8px;
  transition: all .3s ease-in-out;
}
.mega-bm-inner-sec h4, .mega-bm-inner-sec p {
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 16px;
}

.mega-bm-inner-sec .span4.widget-span.widget-type-header {
  /* text-align: right; */
  max-width: 224px;
  padding-left: 27px;
}

.service-mega-menu .mega-bm-inner-sec .span4.widget-span.widget-type-header {
  max-width: 100%;
}

.inner-midle-sec {
  padding: 20px 15px;
  transition:all .3s ease-in-out;
  border-radius:8px;
}
.resources-mega-menu.mega-menu-main-sec{
  max-width: 400px;
  width: 100%;
}
.about-mega-menu.mega-menu-main-sec {
  max-width: 200px;
  width: 100%;    
}
.resources-mega-menu.hide.mega-menu-main-sec h4, .about-mega-menu.hide.mega-menu-main-sec h4{
  padding:0 10px;
}
.mega-menu-main-sec li a {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 500;
  padding: 10px;
  display: inline-block;
  border-radius:8px;
  transition:all .3s ease-in-out;
}
.mega-menu-main-sec li a:hover{
  background-color:#f4ebf2;
}
.blue-bg-inr {
  margin-top: 30px;
  border-radius: 8px;
}

.blue-bg-inr:hover{
  background-color: #eff8f8;
}
.partners-mega-menu {
  max-width: 400px;
}
.about-mega-menu.hide.mega-menu-main-sec {
  left: auto;
  right: 5%;
}
.resources-mega-menu.hide.mega-menu-main-sec {
  left: auto;
  right: 20%;
}

.research-mega-menu.hide.mega-menu-main-sec {
  max-width: 890px;
  width: 100%;
  margin: auto;
  right: 0;
  /*border: 1px solid #cbd6e2;*/
  border-top: 0;
}

.mega-menu-main-sec>div:last-child {
  border-bottom: 1px solid #cbd6e2;
  border-radius: 0 0 4px 4px;
}


.mega-menu-main-sec>div:first-child {
  border-top: 1px solid #cbd6e2;
  border-radius: 4px 4px 0 0;
}

.resources-mega-menu>div:first-child,
.about-mega-menu>div:first-child,
.partners-mega-menu>div:first-child{
  border-radius: 4px;
}
.mega-menu-main-sec>div:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 0;
  right: 0;
  /* background-color: red; */
  z-index: -9;
  border-radius: 4px;
  box-shadow: 0 1px 24px rgba(45,62,80,0.12);
}


.research-mega-menu .inner-sec-mid {
  margin-top: 30px;
}

.research-mega-menu .hdr-inr-top-content {
  /* max-width: 680px;*/
  margin: 20px auto 0 !important;
  float: none !important;
  border-radius: 8px;
  transition: all .3s ease-in-out;
}
.research-mega-menu .hdr-inr-top-content p{
  text-align:left;
}
.mega-menu-main-sec:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-width: 20px;
  top: 9px;
  z-index: 999;
  transform: rotate(42deg);
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
.mega-menu-main-sec:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #cbd6e2;
  border-width: 20px;
  top: 7px;
  right: 0;
  z-index: 99;
  transform: rotate(42deg);
  border-radius: 4px;
  transition: all .3s ease-in-out;
}
.service-mega-menu.hide.mega-menu-main-sec:before, .service-mega-menu.hide.mega-menu-main-sec:after {
  left: 36%;
}
.research-mega-menu.mega-menu-main-sec:after, .research-mega-menu.mega-menu-main-sec:before {
  left: 51%;
}
.resources-mega-menu.hide.mega-menu-main-sec:before, .resources-mega-menu.hide.mega-menu-main-sec:after,
.about-mega-menu.hide.mega-menu-main-sec:before, .about-mega-menu.hide.mega-menu-main-sec:after,
.partners-mega-menu.hide.mega-menu-main-sec:before, .partners-mega-menu.hide.mega-menu-main-sec:after{
  right: 25%;
}

.partners-mega-menu.hide.mega-menu-main-sec:before, 
.partners-mega-menu.hide.mega-menu-main-sec:after {
  right: 18%;
}
.mega-inner-midle-sec {
  padding: 30px 0;
}
.mega-top-title-bar .gsc-modal-background-image{
  background-color: #864075;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long,
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long{
  color: rgb(103,187,188);
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.gs-title a, 
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b, .gs-webResult.gs-result a.gs-title:link b,
.gs-title a, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, 
.gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b, .gs-webResult.gs-result a.gs-title:link b{
  color: #864075 !important;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}
td.gsc-table-cell-thumbnail.gsc-thumbnail,
td.gsc-table-cell-thumbnail.gsc-thumbnail{
  width: 14%;
}

td.gsc-table-cell-snippet-close, 
td.gsc-table-cell-snippet-close{
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
}
.gsc-webResult .gsc-result,
.gsc-webResult .gsc-result {
  padding: 30px 0 30px 0 !important;
  border-bottom: 1px solid #cbd6e2 !important;
  text-align:left;
}
.gsc-result .gs-title,
.gsc-result .gs-title {
  height: 1.2em;
  margin: 10px 0;
}
.gcsc-branding,
.gcsc-branding{
  display: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page{
  text-decoration: none;
  color: #964485 !important;
}
.gsc-adBlock {
  display: none !important;
}
.gsc-results-wrapper-overlay.gsc-results-wrapper-visible * {
  font-family: 'Montserrat',sans-serif;
}




/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Header V4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/



/*----------------NEW HOMEPAGE CSS Starts here------------------*/


.banner_section_updated {
  padding: 70px 0 90px;
  background-color: #702b61;
  position:relative;
  /*overflow:hidden;-*/
}
.banner_section_updated:before {
  content: '';
  position: absolute;
  height: 110%;
  width: 100%;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Bitmap@3x.svg);
  background-repeat: no-repeat;
  background-position: right -50px bottom;
  right: -100px;
  top: 0;
  background-size: 497px;
  opacity: .34;
}
.banner_section_updated .container {
  position: relative;
}
.banner_section_updated * {
  color: #fff;
}
.banner_section_updated h1 {
  margin-bottom: 35px;
  font-size:34px;
  font-weight: 700;
  font-family: 'BradleyHandITCStd-Bold';
  line-height:normal;
}
.banner_section_updated h1 span{
  display:block;
}
.banner_section_updated h4 {
  font-size: 20px;
  color: rgb(255,255,255);
  font-weight: 200;
}
.banner_section_updated .widget-type-cta {
  margin-top:75px;
  margin-bottom: 20px;
}
.banner_section_updated .widget-type-cta a.cta_button {
  max-width: 275px;
  border-radius: 8px !important;
}
.bnr-content-main {
  max-width: 590px;
  width: 100%;
}
.bnr-btm-cta-below-txt {
  max-width: 275px;
  width: 100%;
  margin-top: 5px;
}
.bnr-btm-cta-below-txt p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.bnr-new-btm-content {
  padding-left: 15px;
}

.custom-main-section.left-image .custom-main-section-img {
  margin-right: 30px;
}
.custom-main-section.ryt-image .custom-main-section-img {
  margin-left: 30px;
  margin-top: 50px;
}
.custom-main-section-img {
  /*max-width: 440px;*/ 
  width: calc(55% - 35px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  text-align:center;
}
.custom-main-section-desc {
  width: 45%;
  display: inline-block;
  vertical-align:middle;
  position: relative;
  z-index: 9;
}
.custom-main-section .custom-main-section-img img{
  height:auto;
}
.custom-main-section {
  padding: 50px 0;
}
a.custom-btn {
  padding: 15px 21px;
  display: inline-block;
  font-size: 18px;
  color: rgb(255,255,255);
  background-color: #8f3b7e;
  margin: 40px 0 50px;
  border-radius: 8px;
  font-weight:500;
}
.section-btm-list-title {
  font-size: 12px;
  color: #4a4a4a;
  position: relative;
}
.section-btm-list-title > span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-weight:500;
  letter-spacing: 0.1px;
}
.section-btm-list-title:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e4e4e4;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.section-btm-list ul {
  column-count: 3;
  padding: 20px 0;
}
.section-btm-list ul li:before {
  content: '';
  left: 0;
  position: absolute;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Check.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 0;
}
.section-btm-list ul li {
  font-size: 12px;
  padding-left: 30px;
  position: relative;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 16px;
  margin:15px 0;
  min-height:80px;
  letter-spacing: 0.1px;
}
.section-btm-list ul li:first-child{
  margin-top:0;
}
.description-sec{
  margin:20px 0 10px;
}
.description-sec, .description-sec p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;   
  line-height: 19px;
}
.after-image{
  position:relative;
}
.after-image:after {
  content: '';
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Bitmap@3x.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 120%;
  width: 300px;
  top: -77%;
  right: -130px;
  background-size: 497px;
  opacity: .34;
}
.custom-main-section-desc h1 {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 26px;
}
span.btn-description {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  color: #4a4a4a;
  font-size: 12px;
  padding-left: 30px;
  font-weight:300;
  /*font-family: 'BradleyHandITCStd-Bold'*/
}
span.custom-top-title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #67bbbc;
  font-weight: 500;
}


/*=========================NEW HOMEPAGE CSS Ends here===========================*/


/*==============================Investor magazine Landing Page CSS Starts here===========================*/

.bnr-content-main-new {
  text-align: center;
}

.bnr-content-main-new .widget-type-linked_image img {
  height: auto;
}

.banner-section-new{
  background-color: #67BBBC;
  overflow:hidden;
}
.banner-section-new:before {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Investor%20magazine%20Landing%20Page/Image8-1.png?t=1531391717551);
  right: 0;
  left: 0;
  background-position: left;
  background-size: auto 90%;
  opacity: .69;
  bottom: 0;
  height: auto;
}

.testimonial-section {
  background-color: #F5F8FA;
  padding: 60px 0;
}
.testimonial-custom-sec > span {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-custom-sec > span .hs_cos_wrapper_type_custom_widget, .testimonial-custom-sec > span .hs_cos_wrapper_type_module {
  width: calc(33% - 21px);
  display: flex;
  display: -webkit-flex;
  vertical-align: top;
  margin-right: 34px;
  margin-bottom:25px;
}
.testimonial-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(3n),
.testimonial-custom-sec > span .hs_cos_wrapper_type_module:nth-child(3n){
  margin-right:0;
}

.testimonial-image-sec-new img {
  max-width: 120px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.testimonial-sec-client-new {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
  font-family: 'BradleyHandITCStd-Bold';
  font-size: 20px;
}
.testimonial-sec-desc-main-new, .testimonial-sec-desc-main-new * {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  font-family: 'BradleyHandITCStd-Bold';
}
.testimonial-sec-desc-main-new {
  margin-bottom: 10px;
  /*flex-grow:1;
  -webkit-flex-grow:1;*/
}
.testimonial-sec-desc-new {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
  padding-bottom: 40px;
}
.testimonial-image-sec-new {
  width: 100%;
}


/* -------- Edition Section CSS Start ----------*/

.edition-custom-sec {
  padding: 20px 20px 70px 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  background: #ffffff;
  height: 100%;
  position: relative;
  border-radius: 3px;
}
.edition-custom-sec img {
  height: auto;
}
.edition-custom-desc {
  margin-top: 20px;
  font-size: 16px;
  color: #4A4A4A;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  min-height: 40px;
  font-weight: 500;
}
span.custom-month {
  color: #903B7E;
}
.edition-custom-desc a {
  color: #417505;
}


/*-------------- Research Section ---------------*/

.research-section-new {
  padding: 100px 0 113px;
}
.research-section-new *{
  color: #4A4A4A;
}
.section-heading-new {
  max-width: 870px;
  margin: 0 auto 95px !important;
  float: none !important;
}

body.fund-manager-body .section-heading-new {
  margin: 0 auto 55px !important;
}

body.fund-manager-body .custom-main-section .section-btm-list-title:before{
  display:none;
}

.section-heading-new h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight:500;
}
.research-section-new p {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.research-custom-section-new > span {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.research-custom-section-new > span .hs_cos_wrapper_type_custom_widget {
  width: calc(33% - 25px);
  margin-right: 40px;
  vertical-align: top;
}
.research-custom-section-new > span .hs_cos_wrapper_type_custom_widget:nth-child(3n){
  margin-right:0;
}
.about-us-cust-new-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #4A4A4A;
  font-weight: 500;
}
.about-us-cust-desc-new, .about-us-cust-desc-new * {
  font-size: 14px;
  line-height: 17px;
}




.trust-section {
  background-color: #000231;
  padding: 10px 0;
  text-align: center;
}
.trust-outer-main .trust-section {
  padding: 1px 0;
}

.trust-section .container {
  max-width: 690px;
}
.trust-section .widget-type-linked_image, .trust-section .widget-type-text {
  width: 32.7%;
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0 10px;
}
.trust-section .widget-type-text{
  color:#fff;
  font-weight: 300;
}
.trust-section .widget-type-linked_image img{
  max-width:160px !important;
  height:auto;
}
.inner-section-new-lp a.custom-btn {
  margin: 40px 0 20px;
}
.inner-section-new-lp span.btn-description {
  padding-left: 0;
  margin-bottom: 20px;
  width: 100%;
}



/*=========================Investor magazine Landing Page CSS Ends here===========================*/


/*=========================Free Portfolio analysis Page CSS Starts here===========================*/

.banner-section-new.free-portfolio-banner:before {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Bitmap@3x.svg?t=1530934944093);
  right: -270px;
  left: 0;
  background-position: right;
  background-size: contain;
  width: 500px;
  height: 570px;
  left: auto;
  bottom: -370px;
  top: auto;
  opacity: 0.34;
}
.banner-left-sec-new p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.banner-left-sec-new {
  text-align: left;
  display: inline-block;
}
.banner-left-sec-new h1{
  /* font-family: 'Montserrat',sans-serif;
  font-weight:normal;*/
}
.banner-ryt-sec-new {
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  border-radius: 18px;
  padding: 35px 20px;
}
.banner-ryt-sec-new h3 {
  color: #000000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  padding-left: 50px;
  margin: 20px 0;
  position:relative;
}
.banner-ryt-sec-new h3:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 40px;
}
.inner-section-free-portfolio span.btn-description{
  width: 55%;
  padding-left: 20px;
}
.inner-section-free-portfolio .after-image:after{
  right:-190px;
}
.inner-section-free-portfolio span.custom-top-title{
  font-size: 26px;
  font-weight: normal;
}
.inner-section-free-portfolio .custom-main-section-desc h1 {
  font-weight: normal;
  font-size: 18px;
  font-weight: 500;
}
/*=========================Free Portfolio analysis Page CSS Ends here===========================*/



/*==============================BLOG CSS Starts here===========================*/

body.blog-updated .top-hdr-sec{
  border-bottom:0;
}
body.blog-updated .blog-ryt-section .popular-post-title {
  padding: 5px 25px;
  display: inline-block;
  background-color: #8f3b7e;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  line-height:1;
}
body.blog-updated .popular-post-div-main {
  padding: 10px;
  display: inline-block;
  background-color: #f2f5f8;
  border-radius: 8px;
  margin: 9.7px 0;
  width: 100%;
  transition: 0.3s all ease-in-out;
}

body.blog-updated .popular-post-div-main:hover{
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.blog-updated .popular-post-div-main * {
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 14px;
  color: #4a4a4a;
}
body.blog_updated span.reading-minutes {
  margin-top: 10px;
  display: inline-block;
}
body.blog-updated .hs-featured-image-link {
  border: 0;
  min-height: 185px;
  display: block;
  background-size: cover;
  background-position: left bottom 0px;
}
body.blog-updated .post-item:nth-child(3n) {
  margin-right: 0;
}
body.blog-updated .post-item {
  width: calc(33.33% - 14px);
  display: flex;
  display: -webkit-flex;
  margin-right: 20px;
  vertical-align: top;
  /* height: 100%; */
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
}
body.blog-updated .hs-featured-image-wrapper {
  width: 100%;
}
body.blog-updated .post-item-recent a.hs-featured-image-link {
  min-height: 468px;
}
body.blog-updated .post-header h2 a {
  font-size: 26px;
  color: rgb(74,74,74);
  font-weight: 500;
  margin: 28px 0;
  display: inline-block;
}
.blog-inner-middle-container{
  padding: 15px 0;
  background-color: #fff;
}
body.blog-updated .blog-inner-middle-container .row-fluid-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
body.blog-updated .blog-upper-recent-post-sec .post-item:last-child {
  margin-right: 0;
}
body.blog-updated .blog-upper-recent-post-sec .post-item {
  width: calc(50% - 13px);
}
body.blog-updated .post-listing {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
body.blog-updated .post-listing .post-item {
  margin-bottom: 20px;
}
body.blog-updated p#hubspot-topic_data, body.blog-updated p#hubspot-topic_data a {
  font-size: 12px;
  font-weight: 300;
  color: #4a4a4a;
}

body.blog-updated .popular-post-div-main span.reading-minutes, body.blog-updated .popular-post-div-main span.reading-minutes * {
  font-size: 12px;
  font-weight: 300;
}
body.blog-updated .post-item-recent p#hubspot-topic_data, body.blog-updated .post-item-recent p#hubspot-topic_data a{
  font-size: 14px;
}
body.blog-updated .blog-left-section .post-item:first-child {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
  margin-right:0;
  /*box-shadow: 0px 10px 2px 0px rgba(0, 0, 0, 0.07);*/
}
body.blog-updated .blog-left-section .post-item:first-child p#hubspot-topic_data {
  font-size: 14px;
}
body.blog-updated .blog-left-section .post-item {
  width: calc(50% - 10px);
  margin-top: 10px;
}

body.blog-updated .blog-left-section .post-item,
body.blog-updated .post-listing .post-item,
body.blog-updated .detail-popular-post-widget-container .post-item{
  transition: 0.3s all ease-in-out;
}

body.blog-updated .blog-left-section .post-item:hover,
body.blog-updated .post-listing .post-item:hover,
body.blog-updated .detail-popular-post-widget-container .post-item:hover{
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.blog-updated .blog-left-section .post-item:first-child .hs-featured-image-link {
  min-height: 468px;
}
.blog-top-section {
  padding-bottom: 15px;
}

.blog-top-section .container > div > div {
  display: flex;
  flex-wrap: wrap;
}

.blog-top-section .container > div > div .blog-ryt-section.desktop-ryt-side-bar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.blog-top-section .container > div > div .blog-ryt-section.desktop-ryt-side-bar > div:nth-child(2) {
  flex-grow: 1;
}

.blog-inner-middle-container .widget-type-raw_jinja {
  width: 66%;
}
.recent-topic-posts-widget {
  padding-top: 10px;
}
.blog-left-section .widget-type-raw_jinja {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.blog-ryt-section .widget-type-blog_subscribe,
.seantester-form .widget-type-blog_subscribe {
  /* width: calc(34% - 25px) !important; */
  /* margin-left: 25px !important; */
  background-color: #903c7e;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 21.5px 34px;
  min-height: 444px;
  margin-top: 8px;
}

.blog-ryt-section .widget-type-blog_subscribe .hs-input,
.seantester-form .widget-type-blog_subscribe .hs-input
{
  min-height: 37px;
  font-size: 16px;
  color: #4a4a4a;
  font-family: "Montserrat";
  font-weight: 300;
  padding-right: 50px;
  padding-left: 15px;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.blog-ryt-section .widget-type-blog_subscribe input.hs-button.primary.large,
.seantester-form .widget-type-blog_subscribe input.hs-button.primary.large {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 40px;
  height: 10%;
  color: transparent;
  background-color: transparent;
  border: 0;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Blog_Updated/MailButton.png?t=1531391717551);
  background-repeat: no-repeat;
  background-position: center;
}
.blog-ryt-section .widget-type-blog_subscribe form,
.seantester-form .widget-type-blog_subscribe form {
  position: relative;
}
.blog-ryt-section .widget-type-blog_subscribe > div,
.seantester-form .widget-type-blog_subscribe > div {
  width: 100%;
}

.blog-ryt-section .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list label,
.seantester-form .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list label {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
.blog-ryt-section h3.hs_cos_wrapper.form-title,
.seantester-form h3.hs_cos_wrapper.form-title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-bottom: 28px;
  margin-bottom: 30px;
  position: relative;
}
.blog-ryt-section h3.hs_cos_wrapper.form-title:after,
.seantester-form h3.hs_cos_wrapper.form-title:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 0;
}
.blog-ryt-section .widget-type-blog_subscribe span.hs-form-required,
.seantester-form .widget-type-blog_subscribe span.hs-form-required {
  display: none;
}
.blog-ryt-section .submitted-message,
.seantester-form .submitted-message {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.search-section {
  padding: 7px 0 45px;
}
.search-section .widget-type-raw_jinja {
  background-color: #f5f8fa;
  border-radius: 19px;
  padding: 35px;
}
.search-section .custom-sec-container {
  max-width: 430px;
  width: 100%;
  margin: auto;
}
.search-section .gsc-control-cse.gsc-control-cse-en {
  padding: 0;
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
}
.search-section .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.search-section .google-cust-srch h4 {
  font-size: 18px;
  color: #783d69;
  font-weight: 300;
  margin-bottom: 18px;
  letter-spacing:.1px
}
.search-section div#gsc-iw-id2, .search-section div#gsc-iw-id3 {
  border: 0;
  background: transparent;
}
.search-section td#gs_tti51, .search-section td#gs_tti52 {
  padding-right: 0;
  padding-left: 0;
  padding: 0;
}
.search-section input#gsc-i-id2, .search-section input#gsc-i-id3 {
  text-indent: 0 !important;
  padding: 5px 8px 5px 35px !important;
  border: 1px solid #864075 !important;
  border-radius: 8px !important;
  background-image: none !important;
  min-height: 38px;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
}
.search-section form.gsc-search-box{
  margin-bottom:0;
}
.search-section button.gsc-search-button.gsc-search-button-v2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  left: 0;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Oval%202.png?t=1529506717032);
  height: 100%;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.search-section button.gsc-search-button.gsc-search-button-v2 svg {
  display: none;
}
.search-section.mobile-ryt-side-bar {
  padding-top: 30px;
}

.gcsc-branding {
  display: none;
}

.gsc-selected-option-container {
  max-width: 100% !important;
  border-radius: 8px !important;
  background-color: #864075 !important;
  background-image: none !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  font-family: 'Montserrat',sans-serif;
  height: 30px !important;
  line-height: 29px !important;
}

.gsc-control-cse .gsc-option-selector {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/small-grey-disclosure-arrow-down.png) !important;
  background-size: 9px !important;
  background-position: bottom !important;
}

body.blog-updated .post-con-body a.topic-link, body.blog-updated p#hubspot-topic_data a, body.blog-updated span.reading-minutes a.topic-link {
  padding-right: 11px;
  margin-right: 6px;
  position:relative;
  display: inline-block;
}
body.blog-updated .post-con-body a.topic-link:before, body.blog-updated p#hubspot-topic_data a:before, body.blog-updated span.reading-minutes a.topic-link:before {
  content: '';
  height: 80%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #a8a9ab;
  position: absolute;
  right: 0;
  margin: auto;
}


body.blog-updated .post-con-body {
  padding: 15px 15px 42px 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f2f5f8;
  position: relative;
  flex-grow: 1;
  min-height: 260px;
}

body.blog-updated .blog-left-section .post-item:first-child .post-con-body {
  min-height: 184px;
}


body.blog-updated .post-item p#hubspot-topic_data, body.blog-updated .post-item-recent p#hubspot-topic_data {
  position: absolute;
  bottom: 16px;
  padding: 0 10px;
  left: 0;
  right: 0;
}
.mobile-ryt-side-bar {
  display: none !important;
}
body.hs-blog-listing .hs-author-avatar {
  max-width: 300px;
  margin: auto;
  margin-bottom: 30px;
}
body.hs-blog-listing .hs-author-bio {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
body.hs-blog-listing .hs-author-social-section {
  text-align: center;
  padding: 0 0 30px 0;
}
body.hs-blog-listing h3.hs-author-listing-header {
  width: 100%;
  margin: 0 0 20px;
}
body.hs-blog-post .hs-author-avatar {
  max-width: 100px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
}
body.hs-blog-post div#hubspot-author_data h4, body.hs-blog-post a.author-link {
  font-weight: 500;
  margin: 15px 0;
  /* vertical-align: middle; */
  color: #4a4a4a;
}
body.hs-blog-post .hs-author-social-section {
  margin: 0 0 20px;
}
.hs-author-profile {
  width: 100%;
  text-align: center;
}
h2.hs-author-name {
  margin-bottom: 20px;
  font-weight: 500;
}
body.blog-updated .hs_error_rollup  {
  display: none !important;
}


/*=========================Blog Detail========================*/

body.hs-blog-post .search-section .custom-sec-container p {
  font-size: 14px;
  font-weight: 300;
  color: rgb(74,74,74);
  margin-bottom: 10px;
}
.section.post-body p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 25px;
  line-height: normal;
  color: #4a4a4a;
}
.section.post-body h1, .section.post-body h2, .section.post-body h3, .section.post-body h4, .section.post-body h5, .section.post-body h6 {
  margin: 20px 0;
}
body.hs-blog-post .search-section .widget-type-raw_jinja {
  border: 1px solid #67babc;
  margin-top:20px;
}
.widget-type-raw_jinja.detail-popular-post-widget-container {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.detail-popular-posts {
  margin-top: 70px;
}

body.home-v3 .detail-popular-posts .container > div{
  padding: 40px 0;
  border-top: 2px solid #8f3b7e;
}
.blog-ryt-cta-section {
  max-width: 320px;
  width: 100%;
  margin: auto !important;
  float: none !important;
}
.detail-popular-posts .widget-type-header {
  font-size: 28px;
  color: rgb(144,59,126);
  margin-bottom: 55px;
  text-align: center;
}
.detail-popular-posts .widget-type-header h1 {
  font-weight: 400;
}
.detail-popular-post-widget-container .post-item {
  margin-bottom: 20px;
}
.blog-ryt-cta-section .widget-type-cta {
  margin: 10px 0 15px;
}
.blog-ryt-cta-section .widget-type-cta a.cta_button img{
  height:auto !important;
}
.blog-ryt-section .search-section input.hs-search-field__input,
.seantester-form .search-section input.hs-search-field__input {
  border: 1px solid #D9D9D9;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Magnifier.svg?t=1530539196099);
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 20px;
  padding-left: 35px;
}



.blog-ryt-section .search-section,
.seantester-form .search-section{
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}


/*----------------BLOG CSS Ends here------------------*/






/*================Baillie Gifford Fund Page CSS starts here================*/


body.updated-page-base {
  background-color: #ffffff;
}
.updated-page-base .blog-content-sec .post-header a{
  color: #4a4a4a;
  line-height: 20px;
  font-size: 16px;
}
body.updated-page-base .body-container-wrapper .container {
  padding: 0 40px 0 40px;
}

.updated-page-base .investor_magazine_sec {
  background-color: #fff !important;
}
.updated-page-base .investor_magazine_img_sec .widget-type-header {
  margin-top: 25px;
  margin-bottom: 10px;
}
body.updated-page-base .inner-sec-updated-new-hding h1 {
  font-size: 32px;
}
.updated-page-base .widget-type-header.inner-sec-updated-new-hding {
  margin-bottom: 15px;
}
.updated-page-base .left-top-content .widget-type-rich_text {
  margin-left: 30px;
  width: calc(65% - 22px);
}
.updated-page-base .investor_magazine_img_sec .widget-type-linked_image {
  padding: 22px 0;
}
.updated-page-base .blog-content-sec .post-header {
  min-height: 50px;
}
.updated-page-base .investor_magazine_cont_sec p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
}
.updated-page-base .fund-rgt-frm .rgt-frm {
  padding: 0;
  /*max-width: 350px;*/
  margin: 40px auto 0 !important;
  float: none !important;
}
.updated-page-base .investor_magazine_cont_sec .rgt-frm p {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: -0.6px;
  color: #000;
  margin-bottom: 5px;
}
.updated-page-base .banner-main.analysis_included_sec {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/BAILLIE_GIFFORD_FUND/Images/Rectangle%202.jpg);
}
.updated-page-base .fund-rgt-frm .rgt-frm .hs-form-field {
  padding: 0 30px 0 27px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.updated-page-base .fund-rgt-frm .rgt-frm .hs-form-field label {
  float: left;
  margin: 0;
  padding: 2px 5px 0 0;
  text-align: right;
  width: 36%;
}
.updated-page-base .fund-rgt-frm .rgt-frm .hs-input {
  font-style: italic;
  border: 1px solid #c7c4c6;
  border-radius: 0;
  height: 100%;
  min-height: 36px;
  width: 60% !important;
  float: right;
  margin: 0;
}
.updated-page-base  .rgt-frm .hs-form-field label {
  font-size: 16px;
  font-family: 'Montserrat',sans-serif !important;
  color: #656565;
}

.updated-page-base .fund-rgt-frm .rgt-frm .actions {
  padding-left: 30px;
  padding-right: 30px;
}

.updated-page-base .rgt-frm .hs-button.primary.large {
  background: #964485;
  border-radius: 0 !important;
  border: 2px solid #e4e4e4 !important;
  color: #fff;
  width: 100%;
  padding: 14px 5px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Montserrat',sans-serif;
  font-weight:700;
  margin-top: 10px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.updated-page-base .try_yodelar_btn .cta_button {
  font-size: 18px !important;
  border: 1px solid #fff;
}
.updated-page-base .investor_magazine_cont_sec {
  padding: 40px 40px 17px;
  /* max-width: 350px; */
  /* margin: 0 auto !important; */
  /* float: none !important; */
  border: 1px solid #c7c4c6;
  background: #faf8fa;

}
.updated-page-base .investor_magazine_img_sec {
  text-align: left;
}
.updated-page-base .investor_magazine_img_sec ul, 
.updated-page-base .investor_magazine_img_sec p {
  margin: 13px 0;

}
.updated-page-base .investor_magazine_img_sec p {
  margin-top: 5px !important;
  font-size: 15px;
  font-weight: 300;
}
.updated-page-base .investor_magazine_img_sec p strong {
  font-size: 16px;
}
.updated-page-base .investor_magazine_img_sec ul strong,
.updated-page-base .investor_magazine_img_sec p strong {
  font-weight: 500;
}

.updated-page-base .investor_magazine_img_sec ul li {
  background-image: url(https://www.yodelar.com/hubfs/BAILLIE_GIFFORD_FUND/Images/Checkmark.svg?t=1529476562256);
  background-repeat: no-repeat;
  padding-left: 26px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}


/*================Baillie Gifford Fund Page CSS ends here================*/


/*-----------CSS (Updated)-----------*/

.updated-page-base .btm-images-section-main {
  padding-top: 30px;
  padding-bottom: 15px;
}
.updated-page-base .btm-images-section-main .row-fluid-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.updated-page-base .btm-content-left-sec {
  padding: 20px 30px;
  border: 1px solid #43c0ff;
  margin-bottom:15px;
}
.updated-page-base .btm-content-ryt-sec {
  padding: 30px 10px;
  border: 1px solid #c7c4c6;
  margin-bottom:15px;
}
.updated-page-base .banner_left_con .banner_left_con_inr .cta_button.start_portfolio_analysis_btn {
  background: #4cae50 !important;
  border-color: #fff !important;
}
.updated-page-base .banner_left_con .banner_left_con_inr .already_member_btn a{
  font-weight: 400;
}
.updated-page-base .service_included_sec .banner_left_con li{
  font-weight:500;
}
.updated-page-base .investor_magazine_img_sec ul {
  padding-left: 10px;
}
.updated-page-base .analysis_included_sec .banner_left_con h1{
  margin-bottom: 30px;
}
.updated-page-base .analysis_included_sec .banner_left_con h1::after{
  top: -10px;
  width: 5px;    
}
.updated-page-base .banner_left_con_inr.innr-sec-left-main .already_member_btn a {
  color: #864075;
}
.updated-page-base .investor_magazine_cont_sec ul.hs-error-msgs.inputs-list li {
  width: 100%;
  padding-left: 0;
  background-image: none;
  margin-bottom:0;
}
.updated-page-base .investor_magazine_cont_sec ul.hs-error-msgs.inputs-list label {
  width: 100% !important;
}
.updated-page-base .investor_magazine_cont_sec ul.hs-error-msgs.inputs-list {
  margin: 10px 0;
  min-height: 0 !important;
  display: inline-block !important;
  width:100%;
}
.updated-page-base .banner_mobile_img{
  margin-bottom:0;
}
.updated-page-base .fund-rgt-frm .rgt-frm span.hs-form-required {
  display: none;
}
.updated-page-base .btm-content-left-sec h4 {
  font-weight: 500;
  padding-left: 15px;
  font-size: 16px;
}
.updated-page-base .btm-images-section-main p {
  font-weight: 300;
}
body.updated-page-base .try_yodelar_btn {
  margin: 0 0 8px;
}
.updated-page-base .service_included_sec .banner_left_con {
  color: #000;
}
body.updated-page-base .banner-main.analysis_included_sec::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  opacity: .7;
  background-image: linear-gradient(236deg,#6c409a,#703b64);
  display: none;
}
body.updated-page-base .banner-main.service_included_sec::before {
  background: #7ac7c4;
  opacity: .87;
  display: block;
}
body.updated-page-base .investor_magazine_cont_sec p:last-child {
  padding-top: 10px;
}
body.updated-page-base .banner_left_con ul {
  margin-top: 0;
}
body.updated-page-base .banner_left_con .try_yodelar_btn {
  margin-top: 15px;
  text-align: center;
  padding: 0;
}
.updated-pages-body .left-top-content {
  padding: 25px 25px 45px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 4px rgba(0,0,0,0.18);
  background-color: #faf8fa;
  border: 1px solid #c7c4c6;
}
.updated-pages-body .left-top-content h3 {
  font-weight: 300;
  margin-bottom: 15px;
}
.updated-pages-body p {
  font-weight: 300;
}
body.updated-pages-body .btm-images-section-main p {
  font-size: 14px;
}
.updated-pages-body .investor_magazine_cont_sec h4 {
  font-size: 16px;
  line-height: 22px;
}
.updated-pages-body .investor_magazine_img_sec .widget-type-linked_image {
  padding-bottom: 26px;
  padding-top: 36px;
}
.updated-pages-body .btm-images-section-main {
  padding-top: 16px;
  padding-bottom: 15px;
}
.updated-pages-body .btm-content-left-sec {
  padding: 20px 15px;
  border: 1px solid #43c0ff;
  margin-bottom: 0;
}


/*-------------- Updated Header css ------------*/

a.android-link {
  position: absolute;
  width: 56px;
  height: 61px;
  bottom: 0;
  right: 0;
}

body.body-menu-v4 .span1.widget-span.widget-type-linked_image.menu-trigger,
body.body-menu-v4 .mobile-triger{
  position: absolute;
  left: 18px;
  top: 34px;
  max-width: 44px;
  width: 100%;
}

body.body-menu-v4 .header_logo {
  padding-left: 12px;
  top: 0;
  margin-left: 33px;
  padding-left: 0;
}
/*
.top-hdr-rgt.up {
position: relative;
}*/

.top-hdr-rgt.up ul {
  display: flex;
  align-items: center;
}

.close-ing {
  position: absolute;
  width: 106%;
  height: 80%;
  /*background: red;*/
  top: 6px;
}

/*================ Fund Manager Reviews Landing Page CSS Starts here================*/
body.fund-manager-body .banner_section_updated h1 {
  text-align: left;
}

body.fund-manager-body .site_search.site_search_fund input.hs-search-field__input {
  max-width: 540px;
  min-height: 40px;
  margin-top: 20px;
}
body.fund-manager-body .testi-heading h3 {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 20px;
  color: #4a4a4a;
  font-weight: 500;
}
body.fund-manager-body .edition-custom-desc.edition-custom-funds-sec {
  left: 17px;
  right: 17px;
  text-align: center;
}
body.fund-manager-body .funds_module_section {
  max-width: 600px;
  margin: 0 auto !important;
  float: none !important;
  text-align: left;
}
body.fund-manager-body .custom-main-section.funds-main-sec ul {
  column-count: 1;
}
body.fund-manager-body .custom-main-section.funds-main-sec ul li {
  min-height: auto;
  padding-left: 35px;
  line-height: 21px;
}
body.fund-manager-body .funds-main-sec.left-image span.btn-description {
  width: 60%;
  padding-left: 0;
}
body.fund-manager-body .funds-main-sec a.custom-btn {
  margin: 40px 0 20px;
}
body.fund-manager-body .edition-custom-desc {
  left: 17px;
  right: 17px;
  text-align: center;
}
body.fund-manager-body .edition-custom-sec a.access_full_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.fund-manager-body .funds-main-sec .section-btm-list-title:before {
  height: 2px;
  background-color: #909090;
}
body.fund-manager-body .funds-main-sec .section-btm-list-title>span {
  font-size: 15px;
  padding-right: 35px;
}
body.fund-manager-body .custom-main-section.funds-main-sec {
  padding: 0px;
}
body.fund-manager-body .site_search input.hs-search-field__input {
  color: #000;
}
body.fund-manager-body .site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  z-index: 999999999;
  left: 0 !important;
  max-width: 540px;
}

body.fund-manager-body .site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li a span {
  color: #000;
}

body.fund-manager-body .site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li a:hover span,
body.fund-manager-body .site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li a:focus span{
  color: #864075;
}

body.fund-manager-body .banner-section-new { 
  overflow: visible;
}
/*================ Fund Manager Reviews Landing Page CSS Ends Here================*/
/*================ Monthly Portfolio Landing Page CSS Starts Here================*/
body.monthly-potfolio-body .banner-right-section {
  background-color: #fff;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  border-radius: 18px;
  padding: 35px 20px;
}
body.monthly-potfolio-body .banner-right-section h3 {
  color: #000 !important;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  padding-left: 17px;
  margin: 20px 0;
  position: relative;
}
body.monthly-potfolio-body .banner-right-section h3:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color:#8f3b7e;
  position: absolute;
  left:0;
}
body.monthly-potfolio-body .banner-left-section {
  text-align: left;
}
body.monthly-potfolio-body .banner-left-section p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px;
}
body.monthly-potfolio-body .banner-left-section h5 {
  font-size: 16px;
  margin: 0 0 18px;
}
body.monthly-potfolio-body .banner-left-section ul {
  margin:0 0 20px;
  padding-left: 10px;
}
body.monthly-potfolio-body .banner-left-section ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  padding-left:25px;
  position:relative;
}
body.monthly-potfolio-body .banner-left-section ul li::before {
  content: '';
  left: 0px;
  position: absolute;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Check.svg?t=1531391717551);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 8px;
}

body.monthly-potfolio-body .banner_section_updated .widget-type-cta {
  margin-top: 35px;
  margin-bottom: 20px;
}
body.monthly-potfolio-body .banner-left-section h5 {
  position: relative;
}

body.monthly-potfolio-body .banner-left-section h5:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  top: 9px;
  max-width: 150px;
  left: 177px;
}

body.monthly-potfolio-body .banner-left-section h5 span {
  display: inline-block;
  background-color: #67bbbc;
  position: relative;
  padding-right: 10px;
}

body.monthly-potfolio-body .inner-section-free-portfolio .after-image:after {
  right: -94px;
  top: -390px;
}

body.monthly-potfolio-body .Trust-secrtion {
  background-color: #000231;
  padding: 10px 0;
  text-align: center;
}
body.monthly-potfolio-body .wrap-col {
  max-width: 670px;
  margin: 0 auto !important;
  float: none !important;
}
body.monthly-potfolio-body .score{ 
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  width: 32.7% !important;
  margin: 0 !important;
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
  padding: 0 10px;
}
body.monthly-potfolio-body .wrap-col img {
  max-width: 160px;
  height: auto;
}
body.monthly-potfolio-body .Investment-report {
  display: inline-block;
  width:100%;
}
body.monthly-potfolio-body .content-left {
  width:70%;
  float: left;
  max-width: 600px;
}
body.monthly-potfolio-body .image-right {
  width:30%;
  float: right;
  max-width: 298px;
}
body.monthly-potfolio-body .image-right .image {
  padding-top: 100%;
  border-radius: 50%;

}

body.monthly-potfolio-body .Investment-report h1 {
  font-size: 36px;
  color: rgb(74,74,74);
  font-weight: bold;
  margin:0 0 30px 0;
  font-family: 'BradleyHandITCStd-Bold';
}
body.monthly-potfolio-body .Investment-report p {
  font-size: 14px;
  color: rgb(74,74,74);
  font-weight: 300;
  margin: 28px 0px;
}
body.monthly-potfolio-body .upload-portfolio {
  padding:95px 0 95px 0;
}
body.monthly-potfolio-body .upload-portfolio p {
  font-size: 12px;
  color: rgb(74,74,74);
  font-weight: 300;
  margin: 50px 0 40px;
}
body.monthly-potfolio-body .wrap-col .widget-type-linked_image {
  width: 32.7%;
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0 10px;
}
/*================ Monthly Portfolio Landing Page CSS Ends Here================*/
/*================ Full Service Thank you Page CSS Starts Here================*/
body.service-ty-body .banner-content {
  max-width: 587px;
}
body.service-ty-body .banner_section_updated {
  padding: 70px 0 40px;
}
body.service-ty-body .banner-content ul li {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
  margin: 15px 0;
  letter-spacing: .1px;

}
body.service-ty-body .banner-content ul li:before{
  content: " ";
  left: 0;
  position: absolute;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Check.svg?t=1531391717551);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 0;
}
body.service-ty-body .banner-content p {
  font-size: 20px;
  line-height: 26px;
  margin: 25px 0 !important;
}
body.service-ty-body .banner-left-sec-new p span {
  font-size: 18px;
}
body.service-ty-body .banner_section_updated .widget-type-cta {
  margin-top: 40px !important;
}
body.service-ty-body .banner-section-new.free-portfolio-banner:before{
  display:none;
}
body.service-ty-body .angle-img {
  text-align: center;
  margin-top: 40px;
}
/*-------BANNER SECTION ENDS HERE--------*/

/*------inner-section-free-portfolio section starts here------*/

/*--------------thank you module section css starts here---------------*/

.thankyou-custom-main-section.ryt-image {
  padding: 70px 0 50px;
}
span.thankyou.btn-description {
  width: 100%;
  padding: 0;
  max-width: 240px;
  display: block;
}
.thankyou-custom-main-section-desc a.custom-btn{
  margin: 40px 0 35px !important;
}
.thankyou-custom-main-section.ryt-image h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #4A4A4A;
  font-family: 'BradleyHandITCStd-Bold';
  margin: 20px 0;
}
.thankyou-custom-main-section-desc {
  width: calc(100% - 350px) !important;
  display: inline-block;
  margin-right: 45px;
}
.thankyou-custom-main-section-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  border-radius: 100%;
}
.thankyou-custom-main-section.ryt-image.after-image:after {
  width: 459px !important;
  top: 28% !important;
  right: -148px !important;
}
.thankyou-custom-main-section .container {
  position: relative;
  z-index: 1;
}
.thankyou-custom-main-section .link {
  text-align: center;
  margin-top: 40px;
}
/*--------------thank you module section css ends here---------------*/

/*----------changeable custom module section css starts here------*/
body.service-ty-body .inner-section-free-portfolio .custom-main-section-desc h1 {
  font-weight: 500;
  font-size: 26px !important;
  color: #4a4a4a;
  margin: 20px 0;
}
body.service-ty-body .description-sec, 
body.service-ty-body .description-sec p {
  margin: 0 !important;
}
body.service-ty-body a.custom-btn{
  margin:40px 0 !important;
}
body.service-ty-body .custom-main-section.ryt-image .custom-main-section-img {
  vertical-align: top;
}
body.service-ty-body .inner-section-free-portfolio span.custom-top-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
body.service-ty-body .custom-main-section.left-image.after-image:after {
  right: -150px !important;
  top: -64.5% !important;
}

/*================ Full Service Thank you Page CSS Ends Here================*/
body.thank-v1 .banner_section_updated .form-outer .form {
  margin-top: 20px;
}

body.thank-v1 .banner_section_updated .form-outer h3 {
  font-size: 20px;
}

body.thank-v1 .banner_section_updated .form-outer .form label {
  margin-bottom: 7px;
  display: inline-block;
}

body.thank-v1 .banner_section_updated .form-outer .form label * {
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

body.thank-v1 .banner_section_updated .form-outer .form select.hs-input {
  height: 27px;
  border-radius: 8px;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/arrow_select.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  padding-left: 11px;
  padding-right: 21px;
  margin-bottom: 11px;
  background-color:#f8f8f8;
}

body.thank-v1 .banner_section_updated .form-outer .form .input *{
  color: #4A4A4A;
}

body.thank-v1 .banner_section_updated .form-outer .form .hs-input::placeholder {
  color: #4A4A4A;
  opacity: 1; /* Firefox */
}

body.thank-v1 .banner_section_updated .form-outer .form .hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4A4A4A;
}

body.thank-v1 .banner_section_updated .form-outer .form .hs-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #4A4A4A;
}

body.thank-v1 .banner_section_updated .form-outer .form input.hs-button.primary.large {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding: 0;
  border-radius: 8px;
  background-color: #864075;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  border: 2px solid #864075;
  margin: 8px 0 20px 0;
}
/*================ St James Place Page CSS Starts Here================*/
body.james-place-body .banner_section_updated {
  padding: 70px 0 50px;
}
body.james-place-body .banner-content ul li {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  font-weight: 300;
  color: #fff;
  line-height: 22px;
  margin: 15px 0;
  letter-spacing: .1px;

}
body.james-place-body .banner-left-sec-new {
  text-align: center;
}
body.james-place-body .banner-content ul li:before{
  content: " ";
  left: 0;
  position: absolute;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Check.svg?t=1531391717551);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 2px;
}
body.james-place-body .banner-content {
  text-align: center;
}
body.james-place-body .banner-content p {
  font-size: 20px;
  line-height: 26px;
  margin: 15px 0 !important;
  max-width: 805px;
  display: inline-block !important;
}
body.james-place-body .banner-content.banner-list {
  max-width: 100%;
  display: inline-block !important;
  float: none !important;
  text-align: left;
  margin: 15px auto 50px !important;
  width: auto;
}
body.james-place-body .banner-content ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}
body.james-place-body .banner_section_updated h1 {
  margin-bottom: 20px;
}
body.james-place-body .banner-content.banner-list h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 15px 0 32px;
}
body.james-place-body .banner_section_updated .widget-type-cta {
  margin-top: 40px !important;
}
body.james-place-body .banner-section-new.free-portfolio-banner:before,
body.james-place-body .span12.widget-span.widget-type-cell.banner_section_updated.banner-section-new.free-portfolio-banner:before{
  display:none !important;
}
body.james-place-body .angle-img {
  text-align: center;
  margin-top: 40px;
}
body.james-place-body .banner-content ul li:before{
  left: -25px;
}
body.james-place-body .banner-content ul li{
  padding-left: 6px;
}
/*-------BANNER SECTION ENDS HERE--------*/

/*------inner-section-free-portfolio section starts here------*/

/*----------changeable custom module section css starts here------*/
body.james-place-body .inner-section-free-portfolio .custom-main-section-desc h1 {
  font-weight: 500;
  font-size: 26px !important;
  color: #4a4a4a;
  margin: 20px 0;
}
body.james-place-body .description-sec, 
body.james-place-body .description-sec p {
  margin: 0 !important;
}
body.james-place-body a.custom-btn{
  margin:40px 0 !important;
}
body.james-place-body .custom-main-section.ryt-image .custom-main-section-img {
  vertical-align: top;
}
body.james-place-body .inner-section-free-portfolio span.custom-top-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
body.james-place-body .custom-main-section.left-image.after-image:after {
  right: -94px !important;
  top: -62% !important;
}
/*================ St James Place Page CSS Ends Here================*/

/*================ St James Place Page CSS Starts Here================*/

body.body-top-performing-portfolio .banner_section_updated h1 span {
  display: block;
  font-family: 'Montserrat',sans-serif;
}

body.body-top-performing-portfolio .banner-content.banner-list {
  margin-bottom: 0px!important;
}

body.body-top-performing-portfolio .banner-content.btm-banner-content p {
  font-size: 18px;
  line-height: 22px;
  max-width: 890px;
}

body.body-top-performing-portfolio .banner-content.btm-banner-content {
  margin-bottom: 30px;
}

body.james-place-body.body-top-performing-portfolio .custom-main-section.after-image:after{
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodelar-Feb-2018/Top_Performing_Portfolios/Images/Bubbles@2x.png);
  opacity: 1;
  left: -211px;
  background-position: right;
  top: -82% !important;
}

body.james-place-body.body-top-performing-portfolio .thankyou-custom-main-section.ryt-image.after-image:after {
  width: 500px !important;
  bottom: -60px !important;
  right: -401px !important;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Yodelar-Feb-2018/Top_Performing_Portfolios/Images/Bubbles@2x.png?t=1533195177191);
  opacity: 1;
  background-size: contain;
  height: 576px;
  top: auto !important;
}

body.body-top-performing-portfolio span.thankyou.btn-description {
  width: 160%;
  max-width: 160%;
}
/*================ St James Place Page CSS Ends Here================*/

body.james-place-body .banner_section_updated .widget-type-custom_widget.cta_btn .widget-type-cta, body.james-place-body .banner_section_updated .cta_btn.widget-type-cta {
  margin-top: 30px !important;
}

body.james-place-body .banner_section_updated .cta_disclaimer {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.07px;
  margin-bottom: 150px;
}
/*================ Case Studies CSS Starts Here================*/
body.service-ty-body .bnr-content-main-new.bnr-case-studies .banner-content {
  max-width: 872px;
}

body.service-ty-body .bnr-content-main-new.bnr-case-studies .banner-content p {
  font-size: 18px;
  line-height: 26px;
  margin: 25px 0 !important;
}

body.service-ty-body .bnr-content-main-new.bnr-case-studies .banner-content h5 {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  max-width: 650px;
}

body.service-ty-body .bnr-content-main-new.bnr-case-studies .banner-content h5:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

body.service-ty-body .bnr-content-main-new.bnr-case-studies .banner-content h5 span {
  padding-right: 35px;
  background-color: #67bbbc;
  position: relative;
  display: inline-block;
}

body.service-ty-body .span12.widget-span.widget-type-cell.bnr-content-main-new.bnr-case-studies:before {
  content: "";
  position: absolute;
  width: 500px;
  background-repeat: no-repeat;
  display: block !important;
  background-image: url(https://www.yodelar.com/hubfs/Yodelar-Feb-2018/Portfolio_Analysis_Tool/Bitmap@2x.png?t=1533209742755);
  right: -405px !important;
  left: auto !important;
  background-size: auto 90%;
  opacity: 1;
  bottom: -70px;
  height: 576px;
  opacity: .64;
  background-position: left center !important;
}

body.service-ty-body .bnr-content-main-new.bnr-case-studies .widget-type-cta {
  text-align: center;
}

body.service-ty-body .bnr-content-main-new.bnr-case-studies .below_cta_desc {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

body.service-ty-body .inner-section-cs .thankyou-custom-main-section.ryt-image.after-image:after {
  width: 414px !important;
  top: -332px !important;
  right: -229px !important;
  height: 534px;
  background-size: contain;
}

body.service-ty-body .inner-section-cs span.thankyou.btn-description {
  width: 160%;
  max-width: 160%;
}

.submitted-message {
  color: #4a4a4a !important;
  font-weight: 500;
  margin-bottom: 20px;
}

/*================ Case Studies CSS Ends Here================*/

/*================ Updated Homepage CSS Starts Here================*/

/*--------- Header CSS -----------*/

.header-nov-outer .service-mega-menu.hide.mega-menu-main-sec:before, .header-nov-outer .service-mega-menu.hide.mega-menu-main-sec:after{ 
  left: calc(100% - 450px);
}
.header-nov-outer .research-mega-menu.mega-menu-main-sec:after, .header-nov-outer .research-mega-menu.mega-menu-main-sec:before {
  left: calc(100% - 320px);
}
.header-nov-outer .resources-mega-menu.hide.mega-menu-main-sec {
  left: auto;
  right: -3%;
}
.header-nov-outer .resources-mega-menu.hide.mega-menu-main-sec:before, .header-nov-outer .resources-mega-menu.hide.mega-menu-main-sec:after {
  right: calc(100% - 215px);
}
.header-nov-outer .research-mega-menu.hide.mega-menu-main-sec {
  max-width: 890px;
  width: 100%;
  /* margin: auto; */
  right: 0;
  border-top: 0;
  left: auto;
}
.header-nov-outer .about-mega-menu.hide.mega-menu-main-sec {
  left: auto;
  right: -3%;
}
.mega-top-title-bar.nov-top-hdr a#cta_button_2828857_a9cc7958-fad7-44f8-95e8-4bb6dce75b6f {
  background-image: linear-gradient(90deg,#8f3b7e 0%,#984387 25%,#a14b8f 50%,#a95297 75%,#b25aa0 100%);
}
.header-nov-outer .about-mega-menu.hide.mega-menu-main-sec:before, .header-nov-outer .about-mega-menu.hide.mega-menu-main-sec:after {
  right: 25%;
}
.header-nov-outer .site_search {
  float: none !important;
  display: inline-block !important;
  width: calc(100% - 317px) !important;
  vertical-align: middle;
}
.nov-top-hdr .top-custom-header-content {
  position: relative;
  left:0;
}
.header-nov-outer .container, .nov-top-hdr .container {
  max-width: 1044px;
}
.trust-outer-main {
  max-width: 1130px;
  margin: auto !important;
  float: none !important;
  width: 100%;
}
.trust-section .trust-sec-content .widget-type-linked_image, .trust-section .trust-sec-content .widget-type-text {
  width: 100%;
}
.trust-sec-content {
  width: 32.7% !important;
  margin: 0 !important;
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
  padding: 0 10px;
}
.investor-outer .custom-main-section-desc h2 {
  font-size: 24px;
  font-family: 'Gilroy-Light';
  color:#222;
  font-weight: normal;
}
body.newhomepage .column-title{
  font-size: 32px;
  font-weight: 800;
  color: #222;
}
body.newhomepage .investor-outer .section-desc p {
  font-size: 18px;
  font-weight: 300;
  color: #222222;
}
body.newhomepage .investor-outer .section-btm-list ul li {
  font-size: 18px;
  line-height: normal;
  margin: 18px 0;
  color: #222;
}
body.newhomepage .investor-outer .section-btm-list ul li strong {
  font-family: 'Gilroy-ExtraBold';
}
body.newhomepage .investor-outer a.custom-btn.button {
  padding: 15px 64px !important;
  font-size: 18px;
  margin-left: 27px;
}
body.newhomepage .view-more-btn a.custom-btn.button {
  padding: 15px 55px !important;
  font-size: 18px;
}
body.newhomepage .four-col-outer {
  padding: 105px 0 115px;
}
/*body.newhomepage .four-col-inner .top-content-block .column-title {
margin-bottom: 10px;
}*/
body.newhomepage .four-col-outer .top-content-block h3.section-subtitle {
  font-size: 24px;
}
body.newhomepage .four-col-inner .section-desc {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto 15px;
}
body.newhomepage .custom-main-section .section-desc {
  max-width: 900px;
  margin: 0 auto 15px;
}
body.newhomepage .four-cols-block .title {
  font-size: 18px;
}
body.newhomepage .four-col-inner a.custom-btn.button {
  padding: 15px 75px !important;
  font-size: 18px;
  background-image: linear-gradient(90deg,#8f3b7e 0%,#984387 25%,#a14b8f 50%,#a95297 75%,#b25aa0 100%);
}
body.newhomepage .popular-post-main h2 {
  font-size: 32px;
}
body.newhomepage .investor-outer .top-content-block h3.section-subtitle {
  font-size: 24px;font-weight: normal;
}
body.newhomepage .customer-focused-inner .section-subtitle h3 {
  font-size: 24px;font-weight: normal;
}
body.newhomepage .customer-focused-inner p {
  font-size: 18px;
  color: #4a4a4a;
  max-width: 1000px;
  margin: auto;
}
body.newhomepage .customer-focused-inner .list-content ul li {
  font-size: 18px;
}
body.newhomepage a#cta_button_2828857_f02ef210-0281-44f9-b9ad-d934e02f47bb{
  font-size: 18px;
  padding: 15px 80px;
}
body.newhomepage .customer-focused-outer .bottom-txt {
  font-size: 16px;
}
body.newhomepage .customer-focused-outer {
  padding: 80px 0 20px;
}

/*-------- Footer Css ---------*/

.ftr-mnu.spacing-from-bottom {
  margin-bottom: 45px;
}
body.new_homepage .copyright-txtt.bordered-copyright-textt {
  padding: 10px 25px 20px;
  border: 1px solid #fff;
  margin: 40px 0 0;
  display: none;
}
/* body.new_homepage .copyright-txt.bordered-copyright-text {
display: none;
} */
.copyright-txtt.bordered-copyright-textt p {
  font-size: 14px;
}
/*================ Updated Homepage CSS Ends Here ================*/

/*================ Portfolio Analysis Page CSS Start ================*/



body.portfolio-analysis-sec .portfolio-banner {
  padding: 92px 0 152px;
}
body.portfolio-analysis-sec .portfolio-banner h1 {
  font-size: 40px;
  font-family: 'Avenir-Light';
  letter-spacing: 0;
  margin-bottom: 71px;
  font-family: 'Avenir-Heavy';
  font-weight: normal;
}
body.portfolio-analysis-sec .portfolio-banner .banner-left {
  vertical-align: top;
  width: 54.8%;
  padding-top: 24px;
}
body.portfolio-analysis-sec .portfolio-banner .banner-right {
  width: calc(45% - 28px);
}
body.portfolio-analysis-sec .portfolio-banner .banner-left ul {
  margin: 0 0 53px;
  padding-left: 32px;
}
body.portfolio-analysis-sec .portfolio-banner .banner-left ul li {
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 7px;
  letter-spacing: 0;
  font-family: 'Gilroy-Light';
}
body.portfolio-analysis-sec .banner-left ul li:before {
  top: 5px;
}
body.portfolio-analysis-sec .banner-left a#cta_button_2828857_2405e193-60ab-45b1-a006-f7ce99fa4a69 {
  padding: 25px 51px 27px 31px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  margin-left: -42px;
  font-family: "Montserrat";
}
body.portfolio-analysis-sec .portfolio-banner .banner_btm {
  padding: 41px 0 0 21px;
  line-height: 17px;
  letter-spacing: 0;
}

body.portfolio-analysis-sec .trust-outer-main .trust-section {
  padding: 2px 0 1px;
}
body.portfolio-analysis-sec .trust-section .container {
  max-width: 787px;
}
body.portfolio-analysis-sec .trust-section .widget-type-linked_image img {
  max-width: 153px !important;
  margin: 0 4px 0 0;
}
body.portfolio-analysis-sec .trust-sec-content:nth-child(2) img {
  max-width: 186px !important;
  position: relative;
  left: -29px;
}
body.portfolio-analysis-sec .trust-sec-content {
  position: relative;
  left: 0;
  width: auto !important;
}
body.portfolio-analysis-sec .trust-sec-content:nth-child(2) {
  width: 39.6% !important;
}
body.portfolio-analysis-sec .trust-sec-content:last-child {
  left: -90px;
  top: -3px;
}

body.portfolio-analysis-sec .content_section {
  padding: 70px 0 117px;
}
body.portfolio-analysis-sec .content_section h2 {
  max-width: 823px;
  margin: 0 auto 43px;
}
body.portfolio-analysis-sec .content_section p {
  max-width: 969px;
  margin: auto;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 30px;
  font-family: 'Avenir-Light';
}

body.portfolio-analysis-sec .price-sec {
  padding: 48px 0 50px;
}
body.portfolio-analysis-sec .price-sec-inner .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.portfolio-analysis-sec .price-left-sec {
  width: 57.5% !important;
  padding-right: 0;
}
body.portfolio-analysis-sec .price-sec .widget-type-text {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: left;
}
body.portfolio-analysis-sec .price-right-cta {
  max-width: 424px;
  margin-left: 0 !important;
}
body.portfolio-analysis-sec .price-right-cta a#cta_button_2828857_151c0526-7bd5-4450-81bc-6fad0b799cd3 {
  padding: 17px 10px 17px;
  font-size: 28px;
  border-radius: 30px;
  font-family: 'Avenir-Medium';
}


body.portfolio-analysis-sec .investor-sec {
  padding: 114px 0 124px !important;
  border-bottom: 1px solid #67bbbc;
}
body.portfolio-analysis-sec .investor-sec-inner h2 {
  margin-bottom: 10px;
  font-size: 40px;
}
body.portfolio-analysis-sec .investor-sec-inner ul, .banner-left ul {
  margin: 56px 0 75px;
  max-width: 910px;
}
body.portfolio-analysis-sec .investor-sec-inner li {
  margin: 0 0 38px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
  font-family: 'Avenir-Light' !important;
}
body.portfolio-analysis-sec .investor-sec-inner li:before {
  top: 8px;
}
body.portfolio-analysis-sec .investor-sec-inner a#cta_button_2828857_2405e193-60ab-45b1-a006-f7ce99fa4a69 {
  padding: 25px 31px 27px 31px;
  border-radius: 8px;
  font-size: 18px;
  font-family: "Montserrat";
  margin: 0;
}


body.portfolio-analysis-sec .disscuss-needs .section-heading h2 {
  margin-bottom: 42px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'Avenir-Heavy';
}
body.portfolio-analysis-sec .disscuss-needs .section-heading p {
  font-size: 22px;
  font-weight: normal;
  font-family: 'Montserrat',sans-serif;
  margin: auto;
  letter-spacing: 0;
  text-align: center;
  font-family: 'Avenir-Light' !important;
  line-height: 30px;
}
body.portfolio-analysis-sec .disscuss-needs .main-content {
  width: 70% !important;
  margin-top: 22px;
}
.duration-picker h5 {
  font-size: 17.2px;
}
h5#available-times {
  font-size: 17.2px;
  margin-bottom: 6px !important;
}
.private-button__group.private-button__group--horizontal {
  line-height: 38px;
}
body.portfolio-analysis-sec .time-picker {
  margin-top: 35px!important;
}
.private-button__link {
  margin-bottom: 19px !important;
}
.p-all-8 {
  padding: 35px!important;
}
.time-picker .time-picker-btn {
  padding: 14px 24px;
}
body.portfolio-analysis-sec .disscuss-needs .sidebar.right {
  width: calc(30% - 29px);
  padding-right: 63px;
  padding-top: 27px;
}
body.portfolio-analysis-sec .disscuss-needs .sidebar.right .quote-box {
  margin-bottom: 32px;
  margin-top: 65px;
}
body.portfolio-analysis-sec .disscuss-needs .sidebar.right .quote-box .quote {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
  letter-spacing: 0.5px;
}
body.portfolio-analysis-sec .disscuss-needs .sidebar.right .quote-box .name {
  font-size: 14px;
  font-weight: 400;
  margin-top: 21px;
  letter-spacing: 0.1px;
}
body.portfolio-analysis-sec .disscuss-needs .sidebar.right .quote-box .title {
  font-size: 13px;
  font-family: 'Montserrat',sans-serif !important;
  letter-spacing: 0.1px;
}
body.portfolio-analysis-sec .sidebar.right .testimonial-headshot img {
  max-width: 160px;
  max-height: 160px;
}

/*================ Portfolio Analysis Page CSS End ================*/

/*================ Portfolio Analysis With Form Page CSS Start ================*/

body.portfolio-analysis-sec .portfolio-banner-outer {
  padding: 69px 0 249px;
}
body.portfolio-analysis-sec .portfolio-banner-inner h1 {
  font-size: 26px;
  margin-bottom: 36px;
  letter-spacing: 0px;
}
body.portfolio-analysis-sec .portfolio-banner-inner p {
  line-height: 30px;
  font-size: 22px;
  margin: 0 0 35px;
  letter-spacing: 0;
  padding-right: 73px;
}
body.portfolio-analysis-sec .portfolio-banner-inner p:last-child {
  margin-bottom: 40px;
}
body.portfolio-analysis-sec .banner-left img {
  width: 196px;
  margin: 0 0 0 -3px;
}
body.portfolio-analysis-sec .portfolio-banner-inner .banner-right {
  padding: 52px 30px 50px 40px;
  width: 97%;
  float: right;
  margin-top: 6px;
}
body.portfolio-analysis-sec .portfolio-banner-inner .banner-right h3#hs_cos_wrapper_module_1593522675282166_title {
  font-size: 24px;
  line-height: 33px;
  font-family: 'Avenir-Heavy';
  margin-bottom: 30px;
  letter-spacing: 0;
  font-weight: normal;
}
body.portfolio-analysis-sec .portfolio-banner-inner form label {
  font-size: 16px;
  font-family: 'Avenir-Medium';
  letter-spacing: 0;
  line-height: 22px;
}
body.portfolio-analysis-sec .portfolio-banner-inner .banner-right form .hs-form-field {
  margin-bottom: 16px;
}
body.portfolio-analysis-sec .portfolio-banner-inner .banner-right form fieldset.form-columns-1 {
  margin-top: 10px;
}
body.portfolio-analysis-sec .portfolio-banner-inner .banner-right form fieldset.form-columns-1 label {
  padding-bottom: 10px;
}
.portfolio-banner-inner .banner-right form .hs-richtext.hs-main-font-element p {
  font-family: 'Avenir-Medium' !important;
  margin-bottom: 16px;
  letter-spacing: 0;
  padding: 0 0 0 22px;
}
body.portfolio-analysis-sec .portfolio-banner-inner .banner-right form input.hs-button.primary.large {
  margin-left: 15px;
}
body.portfolio-analysis-sec .form-logos {
  width: 96.9% !important;
  float: right !important;
}
body.portfolio-analysis-sec .form-logos img {
  width: 404px;
  margin-left: 11px;
}

/*================ Portfolio Analysis With Form Page CSS End ================*/

.copyright-txt.bordered-copyright-text {
  padding:10px 25px 20px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

/*================MEDIA-QUERIES-START================*/
p.hs-search-results__description,a.hs-search-results__title {
  box-sizing: border-box !important;
}

p.hs-search-results__description {
  width: calc(64% - 5px) !important;
}


ul#hsresults li {
  width: 85% !important;
  margin: 0 auto 20px !important;
}

@media only screen and (min-width: 1400px){
  .review-sec::before
  {
    background:#b9dbde;
  }

}

@media only screen and (max-width: 1200px){
  /*SECTION-PART-START*/
  /*HEADER-BANNER-START*/
  /*REVIEW-SECTION-START*/
  /*MAGAZINES-SECTION-START*/

  /*BLOG-POST-SECTION-START*/

  /*NEED-ADVICE-SEC-START*/

  /*FOOTER-SEC-START*/
  body.newhomepage .investor-outer a.custom-btn.button{
    padding: 17px 50px !important;
  }

}

@media only screen and (max-width: 1100px){

  .partners-mega-menu.hide.mega-menu-main-sec {
    right: -35px;
    left: auto;
  }
  .close-ing {
    width: 100%;
  }
}




@media only screen and (max-width: 985px){

  /*HEADER-BANNER-SEC-START */
  body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    width: calc(50% - 22px);
    margin-right: 34px;
  }
  /*
  body.home-v3 .banner_mobile_img {
  width: 38%;
}
  */

  body.home-v3 .banner_right_con{
    padding: 0;
  }

  .need_advice_left_outer {
    width: calc(40.5% - 15px) !important;
  }


  /*REVIEW-SEC-START*/

  /*MAGAZINES-SEC-START*/

  /*BLOG-POST-SEC-START*/

  /*NEED-ADVICE-SEC-START*/

  /*FOOTER-PART-START*/
  body.home-v3 .ftr-mnu ul li{
    display: inline-block;
    float: none !important;
    margin-bottom: 10px;
  }

  body.home-v3 .header-main {
    padding: 17px 0px 10px;
  }

}

@media only screen and (min-width: 768px){


  .top-hdr-sec {
    padding: 11px 0px 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 22px 18px;
  }

  .mega-menu-main-sec {
    background-color: transparent;
    top: 49px;
  }
  .close-ing {
    height: 100% !important;
    top: -5% !important;
  }
}
@media only screen and (max-width: 860px){
  .top-custom-header-content {
    width: calc(78% - 17px) !important;
  }
  .hdr-support-title {
    width: 21% !important;
  }
}
@media (max-width: 980px) and (min-width: 768px){
  .header-nov-outer .resources-mega-menu.hide.mega-menu-main-sec:before, .header-nov-outer .resources-mega-menu.hide.mega-menu-main-sec:after {
    right: calc(100% - 270px);
  }  
  .header-nov-outer .research-mega-menu.mega-menu-main-sec:after, .header-nov-outer .research-mega-menu.mega-menu-main-sec:before {
    left: calc(100% - 225px);
  }
  .header-nov-outer .service-mega-menu.hide.mega-menu-main-sec:before, .header-nov-outer .service-mega-menu.hide.mega-menu-main-sec:after {
    left: calc(100% - 320px);
  }  
  body.portfolio-analysis-sec .top-hdr-rgt .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 22px 7px;
  }
}
@media only screen and (max-width: 767px){
  .top-hdr-inr.up {
    position: static;
  }

  .top-hdr-rgt.up .widget-type-menu, .mega-menu-main-sec {
    /*display: none !important;*/
  }
  .widget-type-linked_image.mobile-triger.mobile-login-triger.inner-login-triger {
    position: absolute;
    max-width: 25px;
    right: 0;
    top: 20px;
  }
  .widget-type-linked_image.mobile-triger.mobile-menu-triger.inner-menu-triger {
    width: calc(100% - 40px) !important;
    margin-right: 30px;
    padding-top: 7px;
    margin-left: 0;
  }

  .widget-type-cta.top-hdr-cta-last {
    max-width: 174px;
    margin-left: 5px !important;
  }

  .widget-type-cta.top-hdr-cta-first {
    margin-left: 0;
  }

  .close-ing {
    display: none;
  }
  body.newhomepage .customer-focused-outer {
    padding: 50px 0 20px;
  }


  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.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: 25px;
  }
  .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;
  }

  .top-custom-header-content {
    width: calc(68% - 20px) !important;
  }

  .hdr-support-title {
    width: 32% !important;
  }

  .mega-menu-main-sec {
    position: static;
    margin-left: 0 !important;
    top: 0;
    padding-top: 0;
    padding: 0 20px;
    max-width: 100%;
  }


  .mega-menu-main-sec>div {
    padding: 0 0;
  }

  .service-mega-menu.hide.mega-menu-main-sec:before, .service-mega-menu.hide.mega-menu-main-sec:after,
  .research-mega-menu.mega-menu-main-sec:after, .research-mega-menu.mega-menu-main-sec:before,
  .resources-mega-menu.hide.mega-menu-main-sec:before, .resources-mega-menu.hide.mega-menu-main-sec:after, 
  .about-mega-menu.hide.mega-menu-main-sec:before, .about-mega-menu.hide.mega-menu-main-sec:after, 
  .partners-mega-menu.hide.mega-menu-main-sec:before, .partners-mega-menu.hide.mega-menu-main-sec:after,
  .mega-menu-main-sec>div:first-child:before{
    display:none;
  }

  .top-hdr-rgt.up ul li:last-child {
    padding-right: 10px;
  }

  .mega-menu-main-sec>div {
    border: none !important;
  }

  .resources-mega-menu.mega-menu-main-sec, .about-mega-menu.mega-menu-main-sec {  
    max-width: 100%; 
    width: 100%;
  }

  .mega-bm-inner-sec .span4.widget-span.widget-type-header {
    padding-left: 0;
    padding-bottom: 10px;
  }

  .top-hdr-rgt.up ul {
    margin-bottom: 20px;
  }


  /*-------------Landing Pages---------------*/

  .updated-page-base .top-hdr-rgt.up ul li.tag-line {
    width: 100%;
    text-align: right;
    margin-bottom: 8px;
  }
  .updated-page-base .top-hdr-rgt.up ul li.tag-line {
    width: 100%;
    margin-right: 0;
    font-size: 17px;
    /* padding: 0 5px; */
  }
  .updated-page-base .top-hdr-rgt.up ul li {
    padding: 0 4px;
  }
  .updated-page-base .top-hdr-rgt.up ul li:last-child{
    padding-right:4px;
  }
  .updated-page-base .top-hdr-rgt.up ul {
    margin-bottom: 0px;
  }

  /***----------------------- Header Navigation CSS (updated)----------------------**/

  .child-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
    color: ;
    display: inline-block;
    vertical-align: middle;
  }

  .top-hdr-rgt.up .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Triangle_2Normal.svg?t=1531222827479);
    position: absolute;
    right: -20px;
    height: 15px;
    width: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  body.monthly-potfolio-body .upload-portfolio {
    padding: 60px 0 0 0;
  }
  body.monthly-potfolio-body .Investment-report h1 {
    font-size: 30px;
  }
  body.monthly-potfolio-body .upload-portfolio p {
    margin: 35px 0 35px;
  }
  body.monthly-potfolio-body .image-right {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  body.monthly-potfolio-body .content-left {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  body.monthly-potfolio-body a#cta_button_2828857_3002bc28-c2ff-4614-9e67-35519d362180{margin: 40px 0 5px 0;}
  body.portfolio-analysis-sec .portfolio-banner-outer {
    padding: 52px 0 52px;
  }
  body.portfolio-analysis-sec .portfolio-banner-inner .banner-right {
    padding: 52px 30px 50px 40px;
    width: 97%;
    float: none;
    margin: 46px auto 0;
  }
  body.portfolio-analysis-sec .form-logos {
    width: 97% !important;
    float: none !important;
    margin: 0 auto !important;
  }
  .portfolio-banner-inner .banner-right form .hs-richtext.hs-main-font-element p {
    padding: 0;
  }
  body.portfolio-analysis-sec .portfolio-banner-inner .banner-right form input.hs-button.primary.large {
    margin-left: 0;
    white-space: normal;
  }
  body.portfolio-analysis-sec .form-logos img {
    width: 404px;
    margin-left: 0;
  }
  body.portfolio-analysis-sec .portfolio-banner-inner p {
    padding-right: 0;
  }
}





/*========================= About Us Page CSS Start =========================*/


body.about-body-new .banner_section_updated{
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
body.about-body-new .investing-sec p, body.about-body-new .abt-our-srty p, body.about-body-new .opportunity-sec p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 19px;
}
body.about-body-new .investing-sec {
  text-align: center;
  padding: 60px 0px 60px !important;
  background-image: linear-gradient(rgba(232,240,239,0.8),rgba(232,240,239,0.6)),url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/bg4.png?t=1533634168185) !important;
  background-color: #e6e6e6; 
}
body.about-body-new .investing-sec h1 {
  margin: 0 0 20px 0;
  font-weight: normal;
  text-transform: uppercase;
  /* font-family: 'Gothamlight'; */
}
body.about-body-new .prblm-soltn-sec {
  background: #fff;
  padding: 60px 0px !important;
}
body.about-body-new .prblm-soltn-mdl {
  text-align: center;
}
body.about-body-new .prblm-soltn-mdl img {
  width: 70px !important;
}
body.about-body-new .prblm-soltn-mdl h3 {
  margin: 25px 0 20px 0;
  color: #4a4a4a;
  font-weight: 500;
}
body.about-body-new .prblm-soltn-mdl p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 19px;
  margin: 10px 0;
  text-align:left;
}

body.about-body-new .abtcmn-mdl {
  text-align: center;
}
body.about-body-new .abtcmn-mdl img {
  width: 70px !important;
}
body.about-body-new .abtcmn-mdl h3 {
  margin: 25px 0 20px 0;
  color: #4a4a4a;
  font-weight: 500;
}
body.about-body-new .abtcmn-mdl p {
  text-align: left;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 19px;
  margin: 10px 0;
}
body.about-body-new .abt-our-srty {
  background: #fff;
  text-align: center;
  padding: 50px 0px 50px !IMPORTANT;
}
body.about-body-new .abt-our-srty h1{
  font-weight:400;
  margin-bottom:20px;
}
body.about-body-new .abtcmn-sec {
  padding: 60px 0px 60px !important;
  background-image: linear-gradient(rgba(232,240,239,0.8),rgba(232,240,239,0.6)),url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/bg4.png?t=1527171576938) !important;
  background-color: #e6e6e6;
}
body.about-body-new .opportunity-sec {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/Home%20Page/bg3.png?t=1527171576938);
  padding: 60px 0px !important;
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
}
body.about-body-new .opportunity-sec h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
body.about-body-new .opportunity-sec p{
  color:#000;
}
body.about-body-new .opportunity-cta-sec .widget-type-cta {
  max-width: 400px;
  margin: 40px auto 20px !important;
  float: none !important;
}
body.about-body-new .abt-price-sec {
  background: #E8F0EF;
  padding: 50px 0px 50px !important;
}
body.about-body-new .abt-price-mdl {
  background: #fff;
  text-align: center;
  padding: 25px 10px 30px;
  box-shadow: 0 0px 5px rgba(0,0,0,.2);
}
body.about-body-new .abt-price-mdl h1 {
  margin: 0;
  font-size: 36px;
  color: #773866;
  padding-bottom: 15px;
  position: relative;
}
body.about-body-new .abt-price-mdl p {
  color: #773866;
  font-size:14px;
}
body.about-body-new .opportunity-cta-sec a.cta_button {
  padding: 15px 21px !important;
  font-size: 18px !important;
  color: rgb(255,255,255) !important;
  background-color: #8f3b7e !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  border: 1px solid transparent !important;
  font-family: 'Montserrat',sans-serif !important;
}
body.about-body-new .img-sec {
  padding-top: 18.5%;
  position: relative;
}
body.about-body-new .img-sec img{
  position: absolute;
  top: 0;
  width: 100% !important;
}

/*=========================== Contact Us Page CSS Start =========================*/

.contact-us-banner-new {
  min-height: 502px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.enquiry-section-new {
  padding: 100px 0;
}
.enquiry-section-new .form-outer {
  background-color: #faf8fa;
  max-width: 320px;
  padding: 40px 15px;
  border-radius: 9px;
  border: 1px solid #000000;
  float: right !important;
}
.enquiry-section-new .form-outer h3 {
  font-size: 20px;
  font-weight: 500;
  color: #4a4a4a;
}
.enquiry-section-new .form-outer p {
  color: #4A4A4A;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.enquiry-section-new .form-outer .form {
  margin-top: 20px;
}
.enquiry-section-new .form-outer .form .hs-form-field {
  padding: 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.enquiry-section-new .form-outer .form label {
  margin-bottom: 7px;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 2px 5px 0 0;
  text-align: right;
  width: 37%;
  color: #414141 !important;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  float: none;
  vertical-align: middle;
  text-align: center;
}
.enquiry-section-new .form-outer .form label span {
  color: #414141 !important;
}
.enquiry-section-new .form-outer .form .input {
  height: 100%;
  min-height: 30px;
  width: 60% !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.enquiry-section-new .form-outer .form .hs-input {
  margin: 0;
  border: 1px solid #e4e4e4;
  background-color: #ffffff !important;
  border-radius: 0;
  height: 100%;
  min-height: 30px;
  width: 100% !important;
  float: right;
  margin: 0;
  color: #414141 !important;
  font-family: Montserrat;
  font-size: 12px;
}
.enquiry-section-new .form-outer input.hs-button.primary.large {
  min-height: 60px;
  height: 100%;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #979797;
  background: #903b7e;
  width: 100%;
  padding: 7px 10px;
  border-radius: 8px;
  margin: 8px 0 20px 0;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.enquiry-section-new .form-outer .form select.hs-input {
  height: 27px;
  border-radius: 8px;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/arrow_select.svg?t=1533637975573);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  padding-left: 11px;
  padding-right: 21px;
  margin-bottom: 11px;
}
.enquiry-section-new .form-outer .form ul.hs-error-msgs.inputs-list label {
  width: 100% !important;
}
.enquiry-section-new .form-outer .form ul.hs-error-msgs.inputs-list {
  margin: 10px 0;
  min-height: 0 !important;
  display: inline-block !important;
  width: 100%;
}
.enquiry-left-section-new h1 {
  margin-bottom: 40px;
  font-size: 36px;
  font-family: 'BradleyHandITCStd-Bold';
  line-height: 48px;
}
.enquiry-left-section-new .address-content h5 {
  color: #67bbbc;
  font-family: Montserrat;
  font-weight: 500;
  text-align: left;
}   
.enquiry-left-section-new p {
  margin: 25px 0 50px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: Montserrat;
  font-size: 16px;
}


/*===================== Career Page CSS =======================*/

.career-banner-new{
  padding: 60px 0;
  position:relative;
}
.career-banner-new:after {
  content: '';
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Bitmap@3x.svg?t=1533721241036);
  background-repeat: no-repeat;
  position: absolute;
  height: 72%;
  width: 300px;
  right: -130px;
  background-size: 497px;
  opacity: .34;
  bottom: -10px;
}
.career-banner-new h1 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  font-family: 'BradleyHandITCStd-Bold';
  margin-bottom: 60px;
  text-align:center;
}
.bottom-bnr-desc-new {
  max-width: 845px;
  width: 100%;
  margin: 70px auto 0 !important;
  float: none !important;
  text-align: center;
}
.bottom-bnr-desc-new h1 {
  color: #4a4a4a;
  margin: 0;
}
.career-bnr-images-main {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.career-bnr-image-one {
  min-height: 351px !important;
  background-size: cover;
  width: calc(75% - 50px);
  margin-right: 50px;
  display: inline-block;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.career-bnr-image-two {
  background-size:cover;
  min-height: calc(50% - 15px) !important;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.career-bnr-image-three {
  background-size:cover;
  min-height: calc(50% - 15px) !important;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.career-bnr-image-container {
  width: calc(25% - 5px);
  display: inline-block;
}
.positions-section-new {
  background: #000032;
  padding: 30px 0;
  text-align: center;
}
.positions-section-new h1 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: 'BradleyHandITCStd-Bold';
}
.position-flexible-section {
  padding-bottom: 70px;
}
a.module-btm-icon-link {
  display: inline-block;
  width: 100%;
  text-align: center;
}
a.module-btm-icon-link img, .angle-img.updated-btn img {
  max-width: 40px;
  height: auto;
}
.custom-main-section-desc-updated {
  max-width: 800px;
}
.requirements-sec {
  padding: 60px 0 30px;
}
.custom-main-section-desc-updated h1 {
  font-weight: 700;
  font-family: 'BradleyHandITCStd-Bold';
}
.requirements-sec h4 {
  color: #000000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 30px 0;
}
.requirements-sec p:first-child{
  margin-top:0;
}
.requirements-sec li{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 19px;
}
a.custom-btn.position-link {
  padding: 29px 70px;
  margin-bottom: 25px;
}
.positions-opened-module-main.after-image:after {
  top: -27%;
  right: -50px;
}
.position-flexible-section .hs_cos_wrapper_type_module:last-child .after-image:after {
  top: 20% !important;
}
.positions-opened-module-main .container * {
  position: relative;
  z-index: 99;
}


/*=======================  Privacy Policy  =====================*/

.privacy-policy-content-new {
  padding: 70px 0;
}
.privacy-heading h1{
  margin-top: 35px;
}
.privacy-policy-content-new h1 {
  margin-bottom: 35px;
  font-size: 34px;
  font-weight: 700;
  font-family: 'BradleyHandITCStd-Bold';
  line-height: normal;
}
.privacy-policy-content-new h3, .privacy-policy-content-new h2 {
  margin: 30px 0 20px 0;
  color: #4a4a4a;
  font-weight: 500;
}
.privacy-policy-content-new p{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 19px;
}
.privacy-policy-content-new li{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 19px;
  margin:10px 0;    
  padding-left: 25px;
  position: relative;
}
.privacy-policy-content-new li:before{
  content: '';
  left: 0;
  position: absolute;
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/A_Updated_Images/Check.svg?t=1533722157545);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  top: 0;
}
.privacy-policy-content-new a {
  color: #67bbbc;
  font-weight: 500;
}


/*============================  Partners page CSS ==========================*/


.partners-banner-new {
  min-height: 400px !important;
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  padding-bottom: 240px;
}
.partners-banner-new:before {
  content: '';
  background-color: #67BBBC;
  background-image: none;
  opacity: .91;
}
.features-section-new{
  padding-bottom:0;    
}
.features-custom-sec {
  margin-top: -150px;
  position: relative;
}
.features-custom-sec > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget {
  width: calc(33% - 18px);
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 120px;
}
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget .main-custom-div{
  box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
  background: #ffffff;
  border-radius: 5px;
  padding: 25px 25px 120px 25px;
  position: relative;
  height: 100%;
}
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(2) .main-custom-div, 
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(5) .main-custom-div,
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(8) .main-custom-div,
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(11) .main-custom-div,
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(14) .main-custom-div,
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(17) .main-custom-div,
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(20) .main-custom-div,
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(23) .main-custom-div{
  margin-top: -50px;
  padding-bottom: 140px;
}
.features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(3n){
  margin-right: 0px;
}
.feature-image-new{
  background-repeat:no-repeat;
  min-height:190px;
  max-width: 170px;
  width:100%;
  margin: auto;
  background-size: cover;
  margin-top: -125px;
  margin-bottom:20px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.feature-title-new {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  text-align: left;
  font-family: 'BradleyHandITCStd-Bold';
  margin-bottom: 20px;
}
.feature-content-new, .feature-content-new p {
  color: #4a4a4a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
  text-align: left;
  line-height: 23px;
}
a.partner-btm-btn {
  position: absolute;
  bottom: 25px;
  display: inline-block;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  font-weight: 500;
  background: #67bbbc;
  color: #ffffff;
  font-family: Montserrat;
  left: 25px;
  right: 25px;
  text-align: center;
  padding: 17px 20px;
  border-radius: 3px;
  font-size: 12px;
}
.became-partner-full-sec-custom .hs_cos_wrapper_type_custom_widget {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.5);
  border-radius: 3px;
  position:relative;
}
.full-width-section-partner {
  background-color: #f5f8fa;
  padding: 0px 0 160px;
}
.feature-image-new-full-width {
  max-width: 140px;
  margin-right: 25px;
  display: inline-block;
  min-height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 10px 0;
}
.feature-desc-new.full-width {
  width: calc(100% - 165px);
  padding: 25px 260px 25px 25px;
  position: relative;
}
.feature-desc-new.full-width a.partner-btm-btn {
  right: 0px;
  max-width: 222px;
  left: auto;
  margin: auto;
  bottom: 0;
  top: 0;
  height: 50px;
}



/* ================  About Us v2 CSS  ================ */


.about-v2-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 377px !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about-v2-banner:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #67BBBC;
  opacity: .93;
  text-align: center;
}
.vision-section-new {
  padding: 75px 0;
  background-color: #000032;
}
.vision-section-new h1 {
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-family: 'BradleyHandITCStd-Bold';
}

.section-about-new .hs_cos_wrapper_type_custom_widget {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-bottom: 30px;
}
.our-story-custom-section .hs_cos_wrapper_type_custom_widget {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.our-story-custom-section .hs_cos_wrapper_type_custom_widget .column {
  width: calc(50% - 25px);
  display: inline-block;
  margin-right: 50px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  border-radius: 8px;
  background: #ffffff;
  padding: 25px;
}
.our-story-custom-section .hs_cos_wrapper_type_custom_widget .column.col2 {
  margin-right: 0;
}
.our-story-section-new {
  background: #f5f8fa;
  min-height: 480px !important;
  padding: 70px 0;
  text-align: center;
}
.our-story-custom-section {
  margin-top: -160px;
}
.column-img {
  margin-top: -75px;
  text-align: center;
}
.column-img img {
  max-width: 90px;
  height: auto;
  margin: auto;
}
.column-title {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  font-family: 'BradleyHandITCStd-Bold';
  text-align: left;
  margin: 20px 0;
}

.column-desc, .column-desc p {
  color: #4a4a4a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}
.column-desc p{
  margin:10px 0;
}


/* new header 2023 july */
.header-latest {
  padding: 20px 0px 23px;
  background: #fff;
}
.header-latest .container {
  max-width: 1287px;
  padding: 0px 15px;
}
.header-latest ul li a {
  color: #000000!important;
  font-size: 18px !important;
  line-height: normal;
  font-weight: 400 !important;
  font-family: Montserrat !important;
  padding:0 30px 0 0 !important;
}
.header-latest .top-hdr-rgt.up ul {
  padding-top: 0px;
  float: right;
}
.header_new.header-latest .top-hdr-rgt.up {
  width: calc(82% - 185px);
}
.header_new.header-latest .right_btn {
  max-width: 185px;
}
.header_new.header-latest .right_btn a {
  padding: 18px 38px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  top: 0;

}
.header_new.header-latest ul li:first-child a:first-child {
  font-size: 18px !important;
  line-height: normal !important;
}

@media (max-width:1280px){
  .header_new.header-latest ul li a {
    padding: 0 20px 0 0 !important;
  }
  .header_new.header-latest ul li:first-child a:first-child, .header-latest ul li a {
    font-size: 15px !important;
  }
  .header_new.header-latest .right_btn a {
    padding: 18px 30px !important;
    font-size: 15px !important;
  }
}

@media (max-width:1100px){
  .header_new.header-latest ul li a {
    padding: 0 10px 0 0 !important;
  } 


}

@media (max-width:1025px){
  .header_new ul li a {
    padding: 0 20px !important;
  } 
  .header_new.header-latest .mobile-trigger {
    -webkit-filter: none;
    filter: none;
  }
}

@media (max-width:1024px){
  .header_new.header-latest .right_btn {
    max-width: 164px;
  }
  .header_new.header-latest .custom-menu-primary.js-enabled {   
    top: 30px!important;
  }
  .header-latest .top-hdr-rgt.up ul {
    float: right;
    padding: 10px 15px 20px;
  }
  .header_new.header-latest ul li:first-child a:first-child {
    line-height: 45px !important;
  }
  .header_new.header-latest .right_btn a {
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
  .header_new.header-latest {
    padding: 20px 0 20px !important;
  }
  .header_new .top-hdr-rgt.up ul {
    padding-bottom: 10px;
  }
}
@media (max-width:640px){
  .header_new.header-latest .mobile-trigger {
    top: -4px;
  }
}

@media only screen and (max-width: 880px){
  body.home-v3 .banner_mobile_img {
    right: 29px;
  }

  body.home-v3 .magazine-sec .container::after {
    right: -2784px;
  }
}

@media only screen and (max-width: 860px){

  .updated-page-base .top-hdr-rgt.up {
    padding: 0;
  }
  .updated-page-base .top-hdr-rgt.up {
    padding: 0;
  }
  body.updated-page-base .banner_mobile_img {
    right: 29px;
  }

  body.updated-page-base .banner_mobile_img {
    max-width: 100%;
  }

  .hdr-support-title {
    width: 22% !important;
  }

  .top-custom-header-content {
    width: calc(78% - 20px) !important;
  }
}

@media (min-width: 768px){
  .top-hdr-sec {
    margin-top: 55px;
  }
  .updated-pages-body .investor_magazine_img_sec .btm-images-section-main {
    padding-bottom: 0;
  }
  .mega-top-title-bar {
    position: fixed;
    z-index: 999;
    top: 0;
    transition:all .2s ease-in-out;
    border-bottom: 1px solid #cccccc;
  }
  html[style="margin-top: 84px;"] .span12.widget-span.widget-type-cell.mega-top-title-bar {
    top: 84px;
  }
  .updated-pages-body .inner-sec-updated-new .row-fluid-wrapper:nth-child(2) > .row-fluid, .updated-pages-body .inner-sec-updated-new .row-fluid-wrapper:nth-child(2) > .row-fluid > div {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-flex-wrap: wrap;
  }
  .updated-pages-body .inner-sec-updated-new .row-fluid-wrapper:nth-child(2) > .row-fluid > div {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}

@media (min-width: 767px){
  .span4.widget-span.widget-type-cell.blog-ryt-section {
    margin-left: 15px;
  }
}

@media (max-width: 980px) and (min-width:768px){

  /*--------- Investor magazine Landing Page css start ----------*/

  .section-btm-list ul {
    column-count: 1;
  }
  .section-btm-list ul li{
    min-height:auto;
  }
  /*--------- Investor magazine Landing Page css end ----------*/
  .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 22px 7px 22px 9px;
    font-size: 13px;
  }

  .top-hdr-rgt.up .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:after {
    background-size: 10px;
  }

  .top-hdr-rgt.up .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
    padding: 0 0px;
  }

  .about-mega-menu.hide.mega-menu-main-sec:before, .about-mega-menu.hide.mega-menu-main-sec:after {
    right: 80px;
  }

  .partners-mega-menu.hide.mega-menu-main-sec {
    right: -20px;
  }

  .resources-mega-menu.hide.mega-menu-main-sec {
    left: auto;
    right: 110px;
  }


  .partners-mega-menu.hide.mega-menu-main-sec:before, .partners-mega-menu.hide.mega-menu-main-sec:after {
    right: 12%;
  }

  .research-mega-menu.mega-menu-main-sec:after, .research-mega-menu.mega-menu-main-sec:before {
    left: auto;
    right: 300px;
  }

  .service-mega-menu.hide.mega-menu-main-sec:before, .service-mega-menu.hide.mega-menu-main-sec:after {
    left: auto;
    right: 400px;
  }
}
@media (max-width: 867px) and (min-width:768px){
  .top-hdr-sec {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px){
  /*.custom-menu-primary.js-enabled .hs-menu-wrapper{
  max-height: calc(100vh - 70px);
}
  .top-hdr-inr.up{
  padding:13px 0 !important;
}*/

  .mega-top-title-bar {
    padding: 10px 0 20px;
    display: none !important;
  }
  .top-custom-header-content{
    text-align:center;
  }
  .top-custom-header-content .widget-type-cta {
    width: auto;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
  }
  .top-custom-header-content .widget-type-raw_html,
  .top-custom-header-content .site_search .widget-type-custom_widget{
    max-width: 284px;
    margin: 0 auto 10px !important;
    float: none !important;
    display: block !important;
  }

  .site_search ul.hs-search-field__suggestions {
    right: auto;
    left: 0;
  }

  .mega-top-title-bar .site_search input.hs-search-field__input {
    max-width: 100%;
  }
  .gsc-results-wrapper-overlay{
    width: 96% !important;
    right:2% !important;
    left: 2% !important;
  }

  /*---------------- Baillie Gifford Fund CSS Starts ----------------*/


  .updated-page-base .btm-content-left-sec {
    width: 100% !important;
  }
  .updated-page-base .investor_magazine_cont_sec .widget-type-linked_image {
    text-align: center;
    margin-bottom: 20px;
  }
  .updated-page-base .top-hdr-inr.up {
    padding: 13.5px 18px 14.5px 18px !important;
  }
  body.updated-page-base .banner_left_con .banner_left_con_inr {
    max-width: 100%;
  }
  body.updated-page-base .banner_left_con {
    padding: 0 0 13px 0;
  }
  body.updated-page-base .banner_right_con {
    max-width: 300px;
    margin: 0 auto;
    float: none !important;
    padding: 40px 0 0 !important;
  }

  /*---------------- Baillie Gifford Fund CSS Starts ----------------*/


  .banner_section_updated {
    padding: 60px 0 60px;
  }
  body.body-menu-v4 .mobile-triger{
    display: block !important;
    left: auto !important;
    right: 45px;
    top: 39px !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: 10px;
    text-align: right;
    max-width: 24px;
    top: 38px !important;
  }
  body.body-menu-v4 .header_logo {
    margin-left: 0 !important;
  }
  body.body-menu-v4 .mega-menu{
    display:none !important;
  }
  .header-main .header_nav_menu {
    top: 17px;
  }
  .header_logo {
    display: inline-block !important;
  }
  body.home-v3 .banner_mobile_img{
    display:none;
  }
  body.home-v3 .review-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
    margin: 0 auto 70px;
    display: block;
    width: 100%;
  }
  body.home-v3 .footer-sec .footer_copyright {
    top: 0;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 40px 0 0;
  }

  body.home-v3 .footer_inr_sec {
    padding: 50px 0 0px;
  }
  /*
  body.home-v3 .span12.widget-span.widget-type-cell.footer-sec:before {
  width: 100%;
  height: 35px;
  bottom: -0px;
  left: 0;
  position: absolute;
  content: "";
  background: #92437e;
  border-left: 0 solid #92437e;
  border-bottom: 0px solid transparent;
  border-top: 0 solid transparent;
}*/
  body.home-v3 .footer-sec .container::after {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: -75px;
    content: "";
    background: transparent;
    transform: none;
    border-left: 130px solid #844073;
    border-bottom: 0px solid transparent;
    border-top: 80px solid transparent;
    top: auto;
  }
  body.home-v3 .footer_box_outer {
    text-align: center;
  }
  body.home-v3 .download_app_btn {
    display: inline-block;
  }
  body.home-v3 .header_logo img {
    margin-right: -20px;
  }
  .top-hdr-inr.up {
    padding: 0 !important;
  }
  .top-hdr-rgt.up {
    width: calc(100% - 200px) !important;
    padding: 0;
  }

  .top-hdr-left.up {
    margin-top: 0;
    padding-left: 0 !important;
  }
  .top-hdr-rgt.up .widget-type-raw_html{
    width: calc(100% - 122px);
  }

  .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;*/
  }
  .top-hdr-left.up{
    margin-top:0;
  }
  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;
  }


  .custom-main-section.left-image .custom-main-section-img, .custom-main-section.ryt-image .custom-main-section-img {
    width: 100% !important;
    margin: 30px auto 20px !important;
    display: block;
  }
  .custom-main-section-desc {
    width: 100%;
    display: block;
  }
  .custom-main-section.ryt-image .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .widget-type-linked_image.mobile-triger.mobile-login-triger.inner-login-triger {
    position: absolute;
    max-width: 25px;
    right: 0;
    top: 5px;
  }


  /*-------------  Blog Css Starts Here  ----------------*/

  .desktop-ryt-side-bar {
    display: none !important;
  }
  .mobile-ryt-side-bar {
    display: block !important;
  }
  body.blog-updated .post-listing .post-item:nth-child(3) {
    margin-right: 20px;
  }
  body.blog-updated .post-listing .post-item:nth-child(2n) {
    margin-right: 0px !important;
  }
  body.blog-updated .post-listing .post-item{
    width: calc(50% - 10px);
  }
  body.blog-updated .detail-popular-post-widget-container .post-item {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  body.blog-updated .detail-popular-post-widget-container .post-item:nth-child(3) {
    margin-right: 20px;
  }

  body.blog-updated .detail-popular-post-widget-container .post-item:nth-child(2n) {
    margin-right: 0;
  }
  body.hs-blog-post .blog-ryt-section {
    margin-top: 30px;
  }
  .detail-popular-posts {
    margin-top: 40px;
  }
  .detail-popular-posts .widget-type-header {
    margin-bottom: 35px;
  }
  .blog-ryt-section .widget-type-blog_subscribe{
    padding: 34px 15px;
    margin-top: 4px;
    min-height: auto;
  }

  .site_search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    max-width: 100%;
  }

  .top-custom-header-content {
    width: 100% !important;
    margin-left: 0px !important;
    text-align: center;
    float: right !important;
  }

  .hdr-support-title {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    margin-bottom:10px;
    font-weight:300;
  }


  /*--------- Investor magazine Landing Page css start ----------*/

  .research-section-new, .testimonial-section {
    padding: 50px 0;
  }
  .section-heading-new {
    margin: 0 auto 50px !important;
  }
  .testimonial-custom-sec > span .hs_cos_wrapper_type_custom_widget, .testimonial-custom-sec > span .hs_cos_wrapper_type_module {
    width: 100%;
    max-width: 400px;
    margin: 20px auto !important;
  }
  .research-custom-section-new > span .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /*--------- Investor magazine Landing Page css end ----------*/


  /*--------- Free Portfolio analysis Page css start ----------*/

  .banner-ryt-sec-new{
    margin-top:30px;
  }

  /*--------- Free Portfolio analysis Page css end ----------*/

  /*--------------  Landing pages css  ---------------*/

  .updated-page-base .left-top-content .widget-type-rich_text {
    margin-left: 0;
    width: 100%;
  }
  body.updated-page-base .banner-main.analysis_included_sec .banner_content{
    max-width: 430px;
    margin: auto !important;
  }
  .updated-page-base .banner_mobile_img {
    display: block !important;
    margin-bottom: 0;
  }
  .updated-pages-body .left-top-content .widget-type-linked_image {
    text-align: center;
    margin-bottom: 20px;
  }
  .updated-page-base .investor_magazine_sec_inr .investor_magazine_img_sec {
    margin: 30px 0 0;
  }

  /*----------------- Updated Header CSS -----------------*/

  a.android-link {
    z-index: 99;
  }
  .top-hdr-rgt.up ul li{
    z-index: 999;
  }
  .top-hdr-rgt.up {
    z-index: unset; 
  }

  .mega-menu-main-sec.research-mega-menu .widget-type-rich_text > div > span > *,
  .mega-menu-main-sec.service-mega-menu .widget-type-rich_text > div > span > * {
    display: none;
  }

  .mega-menu-main-sec.research-mega-menu .widget-type-rich_text > div > span > h4,
  .mega-menu-main-sec.service-mega-menu .widget-type-rich_text > div > span > h4 {
    display: block;
  }

  .mega-menu-main-sec.research-mega-menu .hdr-inr-top-content,
  .mega-menu-main-sec.service-mega-menu .hdr-inr-top-content {
    text-align: left;
    margin-top: 0 !important;
  }

  .mega-menu-main-sec.research-mega-menu .widget-type-rich_text > div > span > h4,
  .mega-menu-main-sec.service-mega-menu .widget-type-rich_text > div > span > h4 {
    display: block;
    margin-bottom: 0;
  }

  .mega-menu-main-sec.research-mega-menu .inner-sec-mid,
  .mega-menu-main-sec.service-mega-menu .inner-sec-mid {
    margin: 0 0 0;
  }

  .mega-menu-main-sec.research-mega-menu .inner-sec-mid,
  .mega-menu-main-sec.service-mega-menu .inner-sec-mid {
    padding: 0 0;
  }

  .mega-menu-main-sec.research-mega-menu .mega-menu-inr-desc,
  .mega-menu-main-sec.service-mega-menu .mega-menu-inr-desc {
    padding: 10px 10px;
  }

  .mega-menu-main-sec.research-mega-menu .mega-bm-inner-sec, 
  .mega-menu-main-sec.service-mega-menu .mega-bm-inner-sec {
    margin: 0 0 15px;
  }

  .mega-menu-main-sec.research-mega-menu .inner-sec-mid,
  .mega-menu-main-sec.service-mega-menu .inner-sec-mid {
    margin-top: 0;
    border: none;
  }

  .mega-menu-main-sec.research-mega-menu .blue-bg-inr,
  .mega-menu-main-sec.service-mega-menu .blue-bg-inr  {
    margin-top: 0;
  }

  .mega-menu-main-sec.research-mega-menu .mega-bm-inner-sec .span4.widget-span.widget-type-header ,
  .mega-menu-main-sec.service-mega-menu .mega-bm-inner-sec .span4.widget-span.widget-type-header {
    padding-left: 0;
    padding-bottom: 0;
  }

  .mega-menu-main-sec .blue-bg-inr {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .mega-menu-main-sec .mega-inner-midle-sec {
    padding-bottom: 0;
  }

  .resources-mega-menu.hide.mega-menu-main-sec h4 + ul li a, 
  .about-mega-menu.hide.mega-menu-main-sec h4 + ul li a {
    font-size: 14px;
  }

  .resources-mega-menu.hide.mega-menu-main-sec h4,
  .about-mega-menu.hide.mega-menu-main-sec h4 {
    font-size: 18px;
  }

  .mega-menu-main-sec .mega-inner-midle-sec {
    padding-bottom: 0;
    padding-top: 0;
  }

  .top-hdr-rgt.up ul li.active > a {
    color: #964585;
  }



  .hdr-support-title {
    position: absolute;
    z-index: 999;
    background: white;
    left: 0;
    top: 76px;
    right: 0;
    margin: auto !important;
    border-top: 2px solid #67babc;
    padding: 20px;
  }

  .hdr-support-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    display: inline-block;
    height: 1px;
    background-color: #eee;
  }

  .mega-top-title-bar {
    display: block !important;
    padding: 0;
  }



  .span6.widget-span.widget-type-cell.top-custom-header-content {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    top: 363px;
    left: 0;
    padding: 25px 20px;
    display: none;   
    transition: all .4s ease-in-out;
  }
  .span6.widget-span.widget-type-cell.top-custom-header-content{
    top: 360px;
  }

  .mega-top-title-bar .hdr-support-title{
    display: none;
  }

  .mega-menu-main-sec > div {
    background-color: transparent;
  }

  .mega-menu-main-sec {
    background-color: transparent;
  }

  .top-custom-header-content .widget-type-raw_html, 
  .top-custom-header-content .site_search .widget-type-custom_widget {
    max-width: 100%;
    width: 100% !important;
  }

  .widget-type-cta.top-hdr-cta-last {
    max-width: 100%;
    width: calc(60% - 15px) !important;
  }

  .widget-type-cta.top-hdr-cta-first,.widget-type-cta.top-hdr-cta-first a.cta_button {
    width: 100% !important;
    max-width: 100% !important;
  }
  .widget-type-cta.top-hdr-cta-first {
    width:  calc(40% - 10px)!important;
  }
  .hdr-inr-top-content,.mega-bm-inner-sec,.inner-midle-sec {
    padding: 20px 10px;
  }

  .custom-main-section-img {
    max-width: 440px;
  }
  .thankyou-custom-main-section.ryt-image.after-image:after{
    display:none;
  }
  body.service-ty-body .custom-main-section.left-image.after-image:after{
    display:none; 
  }
  .thankyou-custom-main-section-desc {
    width: 100% !important;
    display: inline-block;
    margin-right: 0 !important;
  }
  .thankyou-custom-main-section.ryt-image.after-image .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .thankyou-custom-main-section-img{
    margin: 0 auto;
  }
  .thankyou-custom-main-section.ryt-image h1{
    margin: 40px 0;
  }
  .thankyou-custom-main-section.ryt-image{
    text-align:center;
    position:relative;
    padding: 70px 0 90px;
  }
  span.thankyou.btn-description{
    margin: 0 auto;
  }
  .thankyou-custom-main-section .link {
    text-align: center;
    margin-top: 40px;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  body.james-place-body .thankyou-custom-main-section.ryt-image.after-image:after{
    display:none;
  }
  body.james-place-body .custom-main-section.left-image.after-image:after{
    display:none; 
  }
  body.james-place-body .thankyou-custom-main-section-desc {
    width: 100% !important;
    display: inline-block;
    margin-right: 0 !important;
  }
  body.james-place-body .thankyou-custom-main-section.ryt-image.after-image .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  body.james-place-body .thankyou-custom-main-section-img{
    margin: 0 auto;
  }
  body.james-place-body .thankyou-custom-main-section.ryt-image h1{
    margin: 40px 0;
  }
  body.james-place-body .thankyou-custom-main-section.ryt-image{
    text-align:center;
    position:relative;
    padding: 70px 0 90px;
  }
  body.james-place-body span.thankyou.btn-description{
    margin: 0 auto;
  }
  body.james-place-body .thankyou-custom-main-section .link {
    text-align: center;
    margin-top: 40px;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  body.body-top-performing-portfolio span.thankyou.btn-description {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  body.service-ty-body .inner-section-cs span.thankyou.btn-description {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  body.service-ty-body .inner-section-cs .thankyou-custom-main-section.ryt-image.after-image .container {
    flex-direction: column;
  }

  /*------------ About Page css start ------------*/

  body.about-body-new .abt-price-mdl {
    float: left !important;
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  body.about-body-new .prblm-soltn-mdl, body.about-body-new .abtcmn-mdl, body.about-body-new .abtcmn-mdl {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px !important;
  }
  body.about-body-new .misn-visn-sec.abtcmn-sec, body.about-body-new .prblm-soltn-sec {
    padding: 60px 0 40px !important;
  }

  /*=========== Contact Us CSS =============*/

  .contact-us-banner-new {
    min-height: 280px !important;
  }
  .enquiry-section-new {
    padding: 50px 0;
  }
  .enquiry-section-new .form-outer {
    float: none !important;
    margin: 20px auto !important;
  }
  .enquiry-left-section-new h1 {
    margin-bottom: 20px;
  }
  .enquiry-left-section-new p {
    margin: 20px 0 30px;
  }

  /*-------------- Career Page CSS --------------*/


  .position-flexible-section {
    padding-bottom: 0;
  }
  .career-bnr-image-container {
    width: 100%;
    display: inline-block;
  }
  .career-bnr-image-one{
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .career-bnr-image-two {
    width: calc(50% - 18px);
    min-height: 175px !important;
    margin-right: 30px;
    margin-bottom: 0;
    display: inline-block;
  }
  .career-bnr-image-three {
    min-height: 175px !important;
    width: calc(50% - 18px);
    display: inline-block;
  }
  .requirements-sec {
    padding: 30px 0 30px;
  }



  /*------------------ Partners Page CSS-----------------*/

  .partners-banner-new {
    min-height: 200px !important;
  }
  .full-width-section-partner {
    padding: 0px 0 60px;
  }  
  .features-custom-sec {
    margin-top: 0;
    position: relative;
  }  
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget {
    width: calc(50% - 15px);
    padding-top: 150px;
  }
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
    margin-right: 30px;
  }
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(2n) {
    margin-right: 0px;
  }
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(2) .main-custom-div, 
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(5) .main-custom-div,
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(8) .main-custom-div,
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(11) .main-custom-div,
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(14) .main-custom-div,
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(17) .main-custom-div,
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(20) .main-custom-div,
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget:nth-child(23) .main-custom-div{
    margin-top: 0px;
  }
  .feature-image-new-full-width {
    max-width: 100%;
    margin-right: 0px;
    display: block;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .feature-desc-new.full-width {
    width: 100%;
  }
  .feature-desc-new.full-width a.partner-btm-btn{
    right: 25px;    
  }
  .footer_sec_outer .col, .footer.footer_sec_outer .widget-type-text, .footer_sec_outer .contact-details, .footer_sec_outer .copyright-txt {
    text-align: center;
  }

}


/****-------------640px---------------****/


@media only screen and (max-width: 640px){

  .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;
  }
  /*
  .banner_section_updated:before {
  right: 0;
}*/
  .bnr-new-btm-content {
    padding-left: 0px;
  }
  .banner_section_updated .widget-type-cta {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .banner_section_updated h1 {
    max-width: 100%;
  }

  /*=========EBOOK-PAGE-CSS-START=========*/
  /*EBOOK-HEADER-CSS-START*/


  body.body-menu-v4 .header-v4 .top-hdr-rgt.up {
    width: calc(100% - 288px) !important;
  }
  .top-hdr-rgt.up {
    width: calc(100% - 160px) !important;
    padding: 0;
  }
  .trust-sec-content {
    width: 100% !important;
    margin: 10px 0;
  }
  /*-------------------* Blog CSS Starts Here *-------------------*/

  body.blog-updated .post-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom:15px;
    margin-top:0;
  }
  body.blog-updated .blog-left-section .post-item:first-child .hs-featured-image-link {
    min-height: 185px;
  }
  body.blog-updated .post-header h2 a{
    margin:15px 0;
  }
  body.blog-updated .post-header h2 a {
    font-size: 21px;
  }
  .blog-top-section {
    padding-bottom: 5px;
  }
  .mega-menu-main-sec {
    padding: 0;
  }

  .hdr-inr-top-content {
    padding: 10px 5px;
  }

  .inner-sec-mid {
    padding: 20px 0;
  }

  .inner-midle-sec {
    padding: 10px 5px;
  }

  .mega-bm-inner-sec {
    padding: 10px 5px;
    margin: 30px 0 30px;
  }
  .mega-menu-main-sec.research-mega-menu .mega-menu-inr-desc,
  .mega-menu-main-sec.service-mega-menu .mega-menu-inr-desc {
    padding: 10px 5px;
  }

  .mega-inner-midle-sec {
    padding: 10px 10px 30px 10px;
  }

  .mega-menu-main-sec ul > li a {
    line-height: 25px !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top:45px;
  }

  .trust-section {
    padding: 35px 0;
    text-align: center;
  }
  .trust-section .stars, .trust-section .widget-type-linked_image, .trust-section .widget-type-text {
    width: 100% !important;
    margin: 3px 0;
  }

  .trust-outer-main .trust-section {
    padding: 16px 0;
  }
  .trust-section .trust-pilot {
    width: 100% !important;
    margin: 10px 0;
  }
  .trust-section .rating {
    width: 100% !important;
  }

  body.james-place-body .trust-section {
    padding: 35px 0;
    text-align: center;
  }
  body.james-place-body .trust-section .stars {
    width: 100% !important;
  }
  body.james-place-body .trust-section .trust-pilot {
    width: 100% !important;
    padding: 20px 0 !important;
  }
  body.james-place-body .trust-section .rating {
    width: 100% !important;
  }
  /*---------------------  Career Page CSS  ---------------------*/

  .career-bnr-image-one {
    min-height: 155px !important;
    margin-bottom: 30px;
  }
  .career-bnr-image-two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
  }
  .career-bnr-image-three {
    width: 100%;
    display: block;
  }
  .career-banner-new h1{
    font-size: 28px;
  }
  a.custom-btn.position-link {
    padding: 15px 40px;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  /*----------------- Partner Page CSS -----------------*/  

  .feature-desc-new.full-width {
    width: 100%;
    padding: 25px 25px 95px 25px;
  }
  .feature-desc-new.full-width a.partner-btm-btn {
    right: 25px;
    margin: auto;
    top: auto;
    left: 25px;
    bottom: 25px;
    max-width: none;
  }
  .features-custom-sec > span .hs_cos_wrapper_type_custom_widget {
    width: 100%;
    padding-top: 120px;
    margin-right: 0 !important;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .became-partner-full-sec-custom .hs_cos_wrapper_type_custom_widget{
    max-width: 400px;
    margin: auto;
  }



}
@media only screen and (max-width :600px) {
  body.monthly-potfolio-body .score {
    width: 100% !important;
  }
  body.monthly-potfolio-body .wrap-col .widget-type-linked_image {
    width: 100%;
  }
  body.newhomepage .investor-outer a.custom-btn.button {
    margin-left: 0px;
  }
  body.newhomepage .investor-outer a.custom-btn.button{
    padding: 17px 30px !important;
  }
  body.newhomepage a#cta_button_2828857_f02ef210-0281-44f9-b9ad-d934e02f47bb {
    padding: 19px 40px;
    font-size: 19px;
  }
}

/*****--------------568px--------------*****/

@media only screen and (max-width: 568px){
  body.home-v3 .ftr-mnu li a {
    border-left: 0px solid;
    margin-bottom: 10px;
  }
  .try_yodelar_btn .cta_button {
    font-size: 14px;
  }
  body.home-v3 .review_portfolio_content .content_detail .review_get_started_btn a {
    /*padding: 12px 43px;*/
    padding: 12px 28px;
    font-size: 14px;
  }
  body.home-v3 .header_logo {
    padding-left: 0;
  }
  .header_login_btn {
    margin-right: 0;
  }
  body.home-v3 .copyright-block {
    text-align: center;
  }
  body.home-v3 .ftr-logo{
    padding:3px 0 55px 0;
  }
  body.home-v3 .ftr-mnu ul li:first-child a{
    padding:0 !important;
  }
  .section-btm-list ul li{
    padding-left:21px;
    min-height:auto;
  }

  /*--------- Investor magazine Landing Page css start ----------*/

  .inner-section-new-lp .section-btm-list ul {
    column-count: 1;
  }
  .inner-section-new-lp .section-btm-list ul li{
    min-height:auto;
  }
  /*--------- Investor magazine Landing Page css end ----------*/
}

@media only screen and (max-width: 767px and min-width: 481px){


}

@media only screen and (max-width: 500px){
  p.hs-search-results__description {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 20px 0 !important;
    border-left: 0px solid #cbd6e2 !important;
    border-top: 1px solid #cbd6e2 !important;
  }

  a.hs-search-results__title {
    width: 100% !important;
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 480px){

  .top-custom-header-content .widget-type-cta {
    width: 100%;
    margin: 0px 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  /*.top-custom-header-content .widget-type-raw_html {
  max-width: 410px;
}
  */
  body.newhomepage .investor-outer a.custom-btn.button {
    font-size: 20px;
    margin: 0;
  }
  body.newhomepage .portfolio-btn a#cta_button_2828857_f02ef210-0281-44f9-b9ad-d934e02f47bb {
    padding: 19px 30px;
    font-size: 20px;
  }
  body.updated-page-base .top-hdr-left.up {
    max-width: 100% !important;
    padding: 14px 0 13px 0 !important;
  }
  body.newhomepage .column-title {
    font-size: 26px;
  }
  body.newhomepage .investor-outer .section-desc p, body.newhomepage .investor-outer .section-btm-list ul li {
    font-size: 16px;
  }
  .updated-page-base .investor_magazine_sec {
    padding: 40px 0 20px;
  }    

  body.home-v3 .header_logo {
    width: 100%;
    text-align: center;
  }

  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 .widget-type-linked_image {
    text-align: center;
  }
  .top-hdr-left.up img {
    width: 100% !important;
    height: auto;
    max-width: 196px;
  }
  .section-btm-list ul {
    column-count: 1;
    padding: 20px 0;
  }
  .section-btm-list ul li{
    padding-left:25px;
  }

  /*=========EBOOK-PAGE-CSS-START=========*/

  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;
  }
  .search-section .widget-type-raw_jinja{
    padding:30px 20px;
  }


  /*--------- Free Portfolio analysis Page css start ----------*/

  .banner-ryt-sec-new h3{
    padding-left:10px;
  }
  .banner-ryt-sec-new h3:before{
    left:0;
  }
  .inner-section-free-portfolio span.btn-description {
    width: 100%;
    padding-left: 0px;
  }

  /*--------- Free Portfolio analysis Page css end ----------*/


  /*--------- Baillie Gifford Fund css start ----------*/

  .updated-page-base .fund-rgt-frm .rgt-frm .hs-form-field{
    padding: 0;
  }
  .updated-page-base .fund-rgt-frm .rgt-frm .hs-form-field label {
    text-align: left;
  }
  .updated-page-base .fund-rgt-frm .rgt-frm .hs-input {
    width: 100% !important;
  }
  .updated-page-base .top-hdr-rgt.up ul li.tag-line {
    text-align: center !important;
    margin-right: 0;
  }
  body.updated-page-base .top-hdr-left.up img {
    padding: 0 !important;
    max-width: 196px !important;
  }
  body.updated-page-base .analysis_included_sec .download_app_btn {
    margin: 0 0 10px;
    width: 100%;
  }
  .updated-page-base .top-hdr-rgt.up{
    padding: 10px 0 0;
    width:100% !important;
  }
  .updated-page-base .top-hdr-rgt.up.rigt-hdr .span12.widget-span.widget-type-raw_html {
    width: 100%;
    text-align:center;
  }
  /*--------- Baillie Gifford Fund css end ----------*/
  .widget-type-cta.top-hdr-cta-last {
    width: 60% !important;
  }

  .thankyou-custom-main-section-img{
    width: 250px;
    height: 250px;
  }
  .thankyou-custom-main-section.ryt-image h1 {
    font-size: 30px;
  }

  body.james-place-body .thankyou-custom-main-section-img{
    width: 250px;
    height: 250px;
  }
  body.james-place-body .thankyou-custom-main-section.ryt-image h1 {
    font-size: 30px;
  }

  /*------------ About Page css start ------------*/

  body.about-body-new .abt-price-mdl {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
    max-width: 300px;

  }  
  .updated-page-base .fund-rgt-frm .rgt-frm .hs-form-field label {
    width:100%;
  }
  .updated-page-base .fund-rgt-frm .rgt-frm .actions {
    padding-left: 0;
    padding-right: 0;
  } 
  .header_new .right_btn {
    display: none;
  }
  .header_new .top-hdr-left.up {
    width: 50% !important;
  }  
}



@media (max-width:380px){

  .top-custom-header-content .widget-type-raw_html {
    max-width: 314px;
  }
  .top-custom-header-content .widget-type-cta {
    width: 100%;
    display: block;
  }
  .top-custom-header-content .widget-type-cta {
    width: 100%;
    margin-left:0 !important;
    max-width: 100%;
  }
  .widget-type-cta.top-hdr-cta-first .cta_button.service_included_btn {
    max-width: 100% !important;
  }
  a.custom-btn {
    margin: 20px 0 10px;
  }
  span.btn-description {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }


}



/*================MEDIA-QUERIES-END================*/
.header-v4 .post-item .hs-featured-image-wrapper a.hs-featured-image-link {
  padding-top:0!important;
}
.angle-img img, .angle-img-new img, .link img{
  max-width:40px;
}
.service-mega-menu .mega-bm-inner-sec .span4.widget-span.widget-type-header {
  max-width: 100%;
  padding-top: 8px;
}
.service-mega-menu .mega-menu-inr-desc {
  width: 33.3% !important;
}
@media (max-width:767px){
  .service-mega-menu .mega-menu-inr-desc {
    width: 100% !important;
  }
  .mega-menu-main-sec.service-mega-menu .mega-menu-inr-desc {
    padding: 10px 5px;
  }
  .mega-bm-inner-sec h4, .mega-bm-inner-sec p{
    line-height:26px;
  }
  .service-mega-menu .mega-bm-inner-sec .span4.widget-span.widget-type-header {
    padding-top: 0;
  }
  body.newhomepage .four-col-inner a.custom-btn.button {
    padding: 17px 24px !important;
    font-size: 16px;
  }

} 
.footer ul li.hs-menu-item.hs-menu-depth-1 a {
  white-space: break-spaces;
}
.header_new.header_new_white {
  position: static;
}

.header_new.header_new_white ul li a {
  color: #4a4a4a !important;
  font-weight: 500 !important;
}

body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .header_new {
  background-image: url(https://2828857.fs1.hubspotusercontent-na1.net/hubfs/2828857/2023/images/Fund-manager/bnr-bg-1.png);
  position: static;
}

body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .error-section.dnd-section {
  padding: 60px 0;
}
/* body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .bottom-box {
display: none;
} */
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template h1 {
  max-width: 100%;
  position: relative;
  margin-bottom: 32px;
  text-align:center;
}
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .popup_btn {
  margin: 20px auto;
}
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .bottom_content {
  text-align: center;
}
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .error_rss_list{
  margin-top: 45px;
}
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template h3 {
  margin-bottom: 15px;
}
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .hs-rss-item {
  margin-bottom: 5px;
}
body.home-v3.new_homepage.investment-advice.landing_place.body--container.error_template .hs-rss-module a {
  margin: 0 0 5px -3px;
  padding-left: 32px;
  line-height: 25px;
  font-size: 14px;
  background: url(https://www.yodelar.com/hubfs/Home%20Page/icons-8-ok@2x.png?t=1516978412765);
  background-repeat: no-repeat;
  background-position: top 2px left;
  display: inline-block !important;
  background-size: 20px auto;
  color: #000;
}

body.error_template.body--container .row-fluid-wrapper.row-depth-1.row-number-6 .hs_cos_wrapper {
  background: transparent;
}
body.error_template.body--container .three_col_outer_sec {
  border: 0;
  padding-bottom: 0;
  padding-top: 60px;
}
body.error_template.body--container .boxed-column {
  border: 1px dashed #67bbbc;
  margin: 0 0 0px;
  padding: 25px 40px;
}
body.home-v3 .calendly-popup,
body .calendly-popup ,
body.home-v3.blog-updated .calendly-popup ,
body.home-v3 .calendly-popup {
  max-width: 100%;
  min-width: 100%;
  width: 100% ;
} 
@media (max-width: 1024px){
  .header_new.header_new_white .mobile-trigger {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@media (max-width: 767px){
  body.error_template.body--container .boxed-column {
    margin: 0 0 0px;
    padding: 25px 25px;
  }
}