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

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

@font-face {
    font-family: 'Noteworthy Light';
    font-style: normal;
    font-weight: normal;
    src: local('Noteworthy Light'), url('https://cdn2.hubspot.net/hubfs/1690236/Fonts/Noteworthy-Lt.woff') format('woff');
}

@font-face {
    font-family: 'Noteworthy Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Noteworthy Bold'), url('https://cdn2.hubspot.net/hubfs/1690236/Fonts/Noteworthy-Bold.ttf') format('truetype');
}



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

h1, h2, h3, h4 {
  font-family: 'Questrial', sans-serif !important; 
}

/* Template styling */

.slick-slide {
    display: inline-block;
}

.slick-list.draggable {
    overflow: hidden;
    background: #FFFFFF;
}

img.slider-img {
    padding: 20px;
}

div#securities {
    padding: 10px 80px;
    margin: 40px 0;
    position: relative;
}

.slick-nav {
    position: absolute;
    height: 163px;
    display: table !important;
    width: 40px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}

.slick-nav.slick-prev.slick-arrow {
    left: 0;
    top: 0;
}

.slick-nav.slick-next.slick-arrow {
    right: 0;
    top: 0;
}

.slick-nav img {
    margin-top: 60px;
}

body {
    margin: 0;
}

.formbutton:hover {
    background: rgb(0,96,151);
        background-color: rgb(0, 96, 151);
    color: rgb(255,255,255);
}

input.hs-input,textarea.hs-input,select.hs-input {
 display:inline-block;
 width:50%;
 height:50px;
 padding:4px;
 font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size:13px;
 font-weight:normal;
 line-height:18px;
 color:#666;
 border:1px solid #ccc;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
 -ms-border-radius:3px;
 border-radius:3px
}

.container-fluid {
    padding: 0 !important;
    margin-left: auto !important;
}

.container {
    width: 90% !important;
    margin: auto !important;
    margin-left: auto !important;
    float: none !important;
    max-width: 1400px;
}



.content-wrapper   {
  padding: 10px 100px 15px; 
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-content {
  padding: 0 100px;
}



.header-container-wrapper .content-wrapper, .footer-container-wrapper .content-wrapper {
  width: 100vw !important;
}

.content-wrapper h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0,0,0,1);
  margin-bottom: 40px;
  margin-top: 0px;
}

body {
 overflow-x: hidden; 
  width: 100vw;
}

.investment-properties .content-right {
  /* margin-top: 80px; */
}
.how-to-invest {
  position: relative;
  padding-top: 12vw !important;
  padding-bottom: 18vw !important;
}
.investment-properties-background, .how-to-invest-background {
  position: absolute;
  top: -12vw;
  left: 0;
  z-index: -1;
}

.investment-properties.content-wrapper {
  background-color: #F4FBFF;
  position: relative;
  padding-top: 20vw !important;
  padding-bottom: 14vw !important;
  margin-top: -12vw;
  margin-bottom: -8vw;
  z-index: -1;
}

.investment-properties.content-wrapper .container {
 position: relative;
  z-index: 999;
}

.investment-properties-background-top img, .investment-properties-background-bottom img {
  width: 100%;
  position: absolute;
  left: 0px;
}

.investment-properties-background-top img {
 top: 0px; 
}

.investment-properties-background-bottom img {
 bottom: 0px; 
}

.how-to-invest {
  padding-bottom: 4vw !important; 
  padding-top: 16vw !important;
  overflow: hidden;
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/How%20do%20I%20Invest%20BG.png);
  background-size: cover;
  background-position: 100%;
}
.how-to-invest h2 {
  text-align: center; 
  margin-bottom: 60px;
}

.how-to-invest h3{
  margin-bottom: 10px; 
  font-weight: bold;
}

.investment-properties h3 {
 font-weight: bold; 
}

.how-to-invest h4 {
  font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,1);
    letter-spacing: 0.45px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.how-to-invest-background {
 top: -50px; 
}

.how-to-invest-background img {
  max-width: 130%; 
}

.investment-properties-background img {
  width: 100%;
}

.content-wrapper h2 {
  font-size: 32px;
  color: #0A5589;
  margin-bottom: 40px;
  padding-bottom: 2px;
}

.content-wrapper p {
  margin-bottom: 24px; 
}

.content-wrapper p, li {
 font-family: 'Open Sans';
font-size: 16px;

letter-spacing: 0;
line-height: 25px;
  
  color: rgba(0,0,0,1);
}

.early-access .content-right p {
 color: white; 
}

.how-it-works h3 {
  margin-bottom: 60px; 
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 0;
  /*list-style-image: url(https://cdn2.hubspot.net/hubfs/1690236/Bullet%20Point.png);*/
}

hr {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}

.body-container-wrapper li {
 margin-bottom: 10px; 
  
  background: url(https://cdn2.hubspot.net/hubfs/1690236/Bullet%20Point.png) no-repeat left 10px; /* <-- change `left` & `top` too for extra control */
  padding-left: 20px;
  /* reset styles (optional): */
  list-style: none;
}

.body-container-wrapper .content-wrapper {
 padding: 30px 100px; 
}

.footer-container-wrapper .content-wrapper {
  padding: 0 100px; 
}

.feature-block {
  box-shadow: 0px 0px 10px 5px rgb(240, 247, 251);
    border-radius: 10px;
  position: relative;
    padding: 30px;
  background-color: white;
}
.feature-block img {
 height: 96px; 
}

.feature-block-left {
  text-align: left;
}

.feature-block-left p {
 padding: 10px 20px; 
  color: rgba(155,155,155,1)
}

.feature-block-left .feature-block-image {
  box-shadow: 0px 0px 10px 5px rgb(240, 247, 251);
    border-radius: 10px;
  position: relative;
    padding: 30px;
  background-color: white;
  text-align:center;
  
}

.feature-block-image:before {
  content: '';
  display: block;
  width: 4px;
  height: 39px;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Blue%20Bar%20Left.png);

  position: absolute;
  left: 0;
  top: 45%;
}
.feature-block-image:after {
  content: '';
  display: block;
  width: 4px;
  height: 39px;
  position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Blue%20Bar%20Right.png);

  right: 0;
  top: 25%;
}


.feature-block-image img {
 height: 105px; 
}

.feature-block:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 6px;
  width:112px;
  margin-left: -56px;
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Status%20Bar.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-block h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

.feature-block p {
  font-size: 16px;
  color: rgba(155,155,155,1);
  margin-top: 10px;
  font-weight: normal;
  margin-bottom: 20px;
  
}

.image-block {
  box-shadow: 0px 0px 10px 5px rgba(24, 164, 225, 0.07);
    border-radius: 10px;
  position: relative;
    padding: 20px;
  background-color: white;
  margin: 20px;
}

.image-block img {
  width: 100% !important; 
}

.feature-block-icons img{
  width: 72px;
  float: left; 
  margin: 0px 30px 0px 0px;
}

.how-to-make-money {
  padding: 100px 60px !important; 
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/How%20do%20I%20Make%20Money%20BG.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.how-to-make-money h2 {
  text-align: center; 
}

.how-to-make-money h3 {
  text-align: center;
  color: white;
}

.how-to-make-money li {
  color: white; 
  margin-bottom: 20px;
}

.how-to-make-money .inner-wrap {
  margin-top: 30px !important; 
  
  max-width: 1000px;
}

.pricing{
}

.annual-fee h3{
  margin-left: 98px;
  }

.fee-list h3{
  text-align: left;
}

.pricing li {
  margin-bottom: 23px; 
  
  background: url(https://cdn2.hubspot.net/hubfs/1690236/TagIcon.svg) no-repeat left 10px; /* <-- change `left` & `top` too for extra control */
  padding-left: 50px;
  min-height: 40px;
  /* reset styles (optional): */
  list-style: none;
}

.early-access.content-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.early-access .content-left {
  padding-top: 80px;
  padding-right: 80px !important;
}

.early-access .content-right {
  background-color: rgba(4,47,70,1);
  /* margin-right: -120px;
  margin-left: 0px;
  width: calc(100% - 48.717948718% + 100px); */
  margin-left: 0px;
  margin-right: -30px;
  width: calc(100% - 48.717948718%);
  padding: 80px 0 150px !important;
}

.early-access .content-right h2 {
   color: white;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 0px;
  position: relative;
}

.early-access .content-right h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 6px;
  width:152px;
  margin-left: -76px;
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Win%20Two%20Nights%20Divide@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.early-access .image-gallery {
  position: relative; 
}

.early-access .image-gallery:after {
  
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 34px;
  width: 34px;
  margin-left: -17px;
  margin-top: -17px;
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Circle%20Divide@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  
}

.early-access .cta_button {
  margin-top: 40px; 
}

.image-gallery img {
  width: 50%;
    display: block;
    float: left; 
  height: auto;
}

.early-access {
   background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Early%20Access%20BG%20with%20Icon.png);
  background-position: bottom left;
      background-size: 50% auto;
    background-repeat: no-repeat;
}

.early-access {
  position: relative; 
}

.early-access:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 12px;
  width: 224px;
  margin-left: -132px;
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Status%20Bar@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  
}

.early-access .content-text {
  padding: 40px; 
  padding-right: 100px;
}


.custom-list {
  padding: 15px 0 24px; 
  font-family: 'Open Sans';
}

.custom-list .list-item {
 margin: 15px 0; 
}

.custom-list .list-item .list-icon{
 display: inline-block; 
  margin-right: 30px;
  vertical-align: top;
  margin-top: 10px;
}

.custom-list .list-item .list-content {
  display: inline-block;
  border-bottom: 1px solid rgba(74, 74, 74, 0.09);
  padding-bottom: 15px;
  width: 50%;
}

.custom-list .list-item .list-content h4 {
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: -0.39px;
  line-height: 24px;

}

.custom-list .list-item .list-content p {
  
font-size: 14px;
color: #86888B;
letter-spacing: 0;
  margin-bottom: 10px;
}

.btn-pink, .btn-pink:hover {
 color: #fff !important;
    background-color: #ed1747;
    border-color: #ed1747;
    margin: 0 5px;
      padding: 10px 14px !important;
    min-width: 128px;
    border-radius: 25px !important;
}

.yellow-background {
  background-image: url('https://cdn2.hubspot.net/hubfs/1690236/EE-Yellow-Background.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4942a;
}

.pink-background {
  background-image: url('https://cdn2.hubspot.net/hubfs/1690236/EE-videobackground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #a62e56;
}

.purple-background {
  background-image: url('https://cdn2.hubspot.net/hubfs/1690236/EE-purple-banner-image-1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #5308b2;
  
}

.blue-background {
  background-image: url('https://cdn2.hubspot.net/hubfs/1690236/EE-footersection.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #326cac;
  
}

.purple-background-right {
  background-image: url('https://cdn2.hubspot.net/hubfs/1690236/purple-right.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-color: #5408b2
  
}

.blue-background-right {
  background-image: url(https://cdn2.hubspot.net/hubfs/1690236/EE-investmentssection.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  background-color: #326cac
}

.purple {
 color: white; 
}

.purple-image {
  position: absolute;
  bottom: -60px;
  
}
  

.padding-left {
  padding-left: 50% !important;
}

.margin-left {
  margin-left: 50% !important;
}


.center {
 text-align: center; 
}

.inner-wrap {
  max-width: 1200px;
  margin: auto !important;
  float: none !important;
  position: relative;
}


.vcenter-content {
  position: absolute;
  top: 50%;
  
  transform: translateY(-50%);
  
}

.purple-content img {
  display: inline-block;
  padding-right: 55px;
}

.body-container-wrapper .content-wrapper.get-started {
  color: white;
  text-align: center;
  padding-bottom: 190px;
  margin-bottom: 190px;
}

.get-started p {
 width: 50%;
  margin: 10px auto 48px;
}

.get-started-video-wrapper {
  position: absolute;
  width: 100%;
  left: 0; 
  padding: 0 10px;
  box-sizing: border-box;
}

.get-started-video {
  max-width: 560px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
  position: relative;
  padding-bottom: 360px;
	padding-top: 25px;
	height: 0;
}


.get-started-video iframe{
 display: block; 
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section {
    padding: 60px 0;
}

.section-grey {
    background-color: #f5f6f8;
}



.section-grey-geo {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/grey-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.section-orange-print {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/experts-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.section-purple-print {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/purple-print.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.section-orange-geo {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/orange-geo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.section-purple-geo {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/purple-geo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.mb-40 {
    margin-bottom: 40px;
}

.pv-40 {
    padding: 40px 0;
}

.pt-40 {
    padding-top: 40px;
}

.span6:nth-child(odd) {
    padding-right: 20px;
}

.span6:nth-child(even) {
    padding-left: 20px;
}


.inline-cta-wrapper .row-fluid-wrapper .widget-type-cta {
    padding: 25px 0 0;
}

.inline-cta-wrapper .row-fluid-wrapper {
    display: inline-block;
    padding-right: 15px;
}
iframe[name="google_conversion_frame"] {
    height: 0 !important;
    overflow: hidden;
    display: none;
}



.span6.panel {
    padding: 0;
}

.section-purple-geo.section h2 {
    color: #FFFFFF !important;
}

.well {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.well-heading {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.well a {
    color: #ED1747;
}

.well-green {
    background: rgba(13,218,186,0.03) !important;
    border: 1px solid #0DDABA !important;
}

.well-green .well-heading {
    color: #0DDABA;
}

.well-purple {
    background: rgba(83,8,178,0.05) !important;
    border: 1px solid #5308B2 !important;
}

.well-purple .well-heading {
    color: #5308B2;
}

.image-well {
    border: 1px solid #DCE0E0;
}

.image-well .col-md-3 {
    padding-left: 0;
}

.image-well-content {
    padding: 15px 0;
}

.image-well .col-md-3 img {
    width: 100%;
    height: auto;
}



/* Header */

.header-container-wrapper {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 0;
    max-height: 105px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;

}

.white-header {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
}

.navbar-nav>li>a {
    color: #FFFFFF;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

ul.active-branch {
    position: relative;
    top: 0;
    float: right;
}

.active-branch ul li a,
ul.active-branch li a {
    font-size: 14px;
    color: #00588B;
    padding: 14px 20px !important;
    font-family: 'Open Sans', sans-serif;
  font-weight: bold;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/*ul.active-branch li a:hover {*/
/*    padding: 14px 20px !important;*/
/*}*/

.white-header .navbar-nav>li>a  {
    color: #86888b;
}
.white-header .active-branch ul li a,
.white-header ul.active-branch li a{
    color: #86888b;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    background-color: transparent !important;
}

.navbar-nav li.navbar-btn a {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #00588B ;
    border-radius: 6px;
    border-width: 0px;
    font-family: 'Open Sans';
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0;
  font-weight: bold;
    height: auto;
    transition: all .4s ease;
    padding: 10px 20px;
    text-shadow: none;
    width: auto;
    line-height: 23px;
    text-transform: uppercase;
  margin: 5px;
}

.nav.navbar-nav.navbar-right .navbar-btn {
 margin-top: 0px; 
}

.navbar-nav li.navbar-btn a:hover,
.navbar-nav li.navbar-btn a:active,
.navbar-nav li.navbar-btn a:focus {
    background-color: rgba(2,80,123,1) !important;
}

.white-header .navbar-nav>li.navbar-btn>a {
    color: #FFFFFF;
}

a.dropdown-toggle .glyphicon {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

img.header-logo {
    max-width: 280px;
    margin: 14.5px 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}



img.header-logoBidvest {
    max-width: 300px;
    margin: 14.5px 0;
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

img.header-logoBidvest.logo-red {
    max-width: 300px;
    margin-left: -3px;
    margin-top: 12.5px;
}

.logo-white {
    opacity: 1;
}
.logo-red {
    opacity: 0;
}

.white-header  .logo-white {
    opacity: 0;
}
.white-header  .logo-red {
    opacity: 1;
}

div#nav-burger {
    display: none;
    float: right;
    margin-top: 13px;
    cursor: pointer;
}

div#nav-burger span {
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

div#nav-burgerBidvest {
    display: none;
    float: right;
    margin-top: 13px;
    cursor: pointer;
}

div#nav-burgerBidvest span {
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 5px;
}

.hs-item-has-children a:after {
    content: '\203A';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 11px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.hs-menu-children-wrapper {
    background: #FFFFFF;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    top: 55px;
    -webkit-transition: 0.25s ease-in-out !important;
    -moz-transition: 0.25s ease-in-out !important;
    -o-transition: 0.25s ease-in-out !important;
    transition: 0.25s ease-in-out !important;
}

ul.hs-menu-children-wrapper li a {
    color: #86888b;
}

ul.hs-menu-children-wrapper li a:after {
    content: '';
} 

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: nowrap !important;
    width: auto !important;
    max-width: 185px;
}

.hs-menu-flow-horizontal {
  text-align: right; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    text-overflow: initial !important;
    max-width: 205px;
  padding: 16px 10px !important;
  margin: 0 6px;

}

/*ul.hs-menu-children-wrapper:before {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 0 10px 10px 10px;*/
/*    border-color: transparent transparent #FFFFFF transparent;*/
/*    position: absolute;*/
/*    top: -10px;*/
/*    left: 10px;*/
/*}*/

a.btn-login {
    background: transparent !important;
    border-color: #FFFFFF !important;
    border-radius: 25px;
  
}


a.btn-login:hover {
    background: transparent !important;
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
    border-color: #ed1747 !important;
}

.white-header a.btn-login {
    background: transparent !important;
    border-color: #ed1747 !important;
    color: #ed1747 !important;
}

.white-header a.btn-login:hover {
    background: #ed1747 !important;
    border-color: #ed1747 !important;
    color: #FFFFFF !important;
}

/* Footer */

.footer-upper-menu {
    background-color: rgba(0,87,134,1);
}

.footer-upper-menu a:hover,
.footer-upper-menu a:visited,
.footer-upper-menu a:active,
.footer-upper-menu a:focus {
    text-decoration: none;
}

.footer-upper-menuBidvest {
    background-color: #061556;
    border-bottom: solid 1px #dce0e0;;
}

.footer-upper-menuBidvest a:hover,
.footer-upper-menuBidvest a:visited,
.footer-upper-menuBidvest a:active,
.footer-upper-menuBidvest a:focus {
    text-decoration: none;
}

img.footer-logo {
    max-width: 226px;
    padding: 26px 0;
}
ul#document-menu,
ul#footer-menu {
    list-style: none;
    padding: 6px 0 0;
    margin-bottom: 0;
  text-align: right;
}

ul#document-menu li,
ul#footer-menu li {
    display: inline-block;
}

ul#footer-menu li a {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: white;
    padding: 22.5px 10px;
    display: block;
}

ul#footer-menu li a:hover {
    border-bottom: 2px solid white;
    padding-bottom: 20.5px;
}

ul#document-menu,
ul#footer-menuBidvest {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul#document-menuBidvest li,
ul#footer-menuBidvest li {
    display: inline-block;
}

ul#footer-menuBidvest li a {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #ffffff;
    padding: 22.5px 10px;
    display: block;
}

ul#footer-menuBidvest li a:hover {
    border-bottom: 2px solid #ed1747;
    padding-bottom: 20.5px;
}

.active-dropdown ul.dropdown-menu {
    display: block;
}

.navbar-btn a {
    color: #ffffff;
    background-color: #ed1747;
    border-color: #ed1747;
    margin: 0 5px;
}

.purple-group-link {
    margin-right: 10px;
}

img.purple-group-logo {
    max-width: 135px;
    display: inline-block;
    padding: 18px 0;
}

a.social-media-link {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    padding: 5px 0;
}
 
a.social-media-link:first-child {
    margin-left: 30px;
} 
 
a.social-media-link img {
    height: 20px;
}

.footer-upper-info {
    background-color: rgba(2,80,123,1);
    padding: 22px 0;
}

.footer-upper-info p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.64;
    color: white;
}

.footer-upper-info a {
    font-size: 11px;
    color: rgb(51,179,237) !important;
}

.social-icons {
  border-bottom: 2px solid rgb(0, 87, 134); 
  display: inline-block;
}

.social-icons img {
  margin: 5px 15px 30px; 
}

ul#document-menu li a {
    font-size: 11px;
    font-weight: 600;
    line-height: 2.55;
    text-align: left;
    color: #86888b;
    display: block;
    padding: 7px 10px;
}

ul#document-menu li a:visited,
ul#document-menu li a:focus,
ul#document-menu li a:active {
    color: #86888b;
}

ul#document-menu li a:hover {
    color: rgba(2,80,123,1);
    text-decoration: none;
}

ul#document-menu li:first-child a {
    padding-left: 0;
}

.menu-wrap .row-number-1 {
    display: inline-block;
    width: calc(100% - 225px);
}

.menu-wrap .row-number-2 {
    display: inline-block;
    width: 220px;
  vertical-align: top;
}

.menu-wrap .row-number-2 .navbar-right {
 margin-right: -5px; 
}


/* Typography */

.section p,
.section span,
.section li {
    font-family: 'Open Sans', sans-serif;
    color: #86888b;
    font-size: 16px;
    line-height: 1.5;
}

.section p {
    margin-bottom: 20px;
}

.section h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 31px;
    line-height: 1.35;
    letter-spacing: -0.7px;
    text-align: center;
    color: #4a4a4a;
        margin-top: 0;
}

.section .span6 h2 {
    text-align: left;
}

.section h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #4a4a4a;
}

.cta_button_blue {
 -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(0,88,139);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 10px 30px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold; 
}

.cta_button_blue:hover {
 text-decoration: none; 
  color: rgb(255,255,255);
}

.section h4 {
    font-family: 'Questrial', sans-serif;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.body-content a,
.body-content a:hover,
.body-content a:visited,
.body-content a:focus,
.body-content a:active {
    color: rgba(2,80,123,1);
    text-decoration: underline;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    color: rgba(2,80,123,1);
    text-decoration: underline;
}

.section-purple-geo h2,
.section-purple-geo p,
.section-purple-geo a {
    color: #FFFFFF;
}

.section-purple-geo a,
.section-purple-geo a:hover,
.section-purple-geo a:visited,
.section-purple-geo a:focus,
.section-purple-geo a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Page Hero */

.page-hero {
    position: relative;
  
    
}

.hero-content {
  min-height: 0 !important; 
}

.hero-left-content {
    text-align: left;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
  padding: 0 0;
}

.hero-content h1 {
  font-size: 32px;
  letter-spacing: 0.55px;
  text-align: left;
  position: relative;
  margin-bottom: 60px;

}

.hero-content h2 {
 font-family: 'Questrial';
font-size: 36px;
color: #FFFFFF;
letter-spacing: 0; 
}

.hero-content h2 strong {
 font-weight: normal;
  color: #00588B;
}

.hero-content h4 {
 margin-top: 15px; 
}

.hero-content h4 strong {
  color: #00588B;
}

.hero-content p {
  color: rgba(155,155,155,1);
  font-size: 16px;
  letter-spacing: 0.45;
}

.hero-content .cta_button {
  margin-top: 60px; 
}

.hero-background-large {
 display: none !important; 
}


.row-fluid [class*="span"].signup-modal {
  position: fixed;
 z-index: 99999;
  top: 50%;
  left: 50%;
  background: white;
  display: none;
  transform: translate(-50%, -50%);
  max-width: 1080px;
  font-family: 'Open Sans';
  font-size: 12px;
  
color: #86888B;
letter-spacing: 0;
  padding: 60px;
  box-shadow: 9px 9px 15px 0 rgba(0,0,0,0.19);
border-radius: 7px;
  text-align: left;
}

.row-fluid [class*="span"].signup-modal-overlay {
  display: none;
  position: fixed;
  z-index: 99998;
  opacity: 0.24;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.signup-modal label {
  font-weight: normal ;
}

.signup-modal input[type="submit"]{
padding: 14px !important;
    width: 128px;
    border-radius: 25px;
    border: 0;
    background-color: #ed1747;
    border-color: #ed1747;
    
  font-size: 14px;
color: #FFFFFF;
letter-spacing: -0.34px;
text-align: center;
}
.signup-modal h1 {
 font-family: 'Questrial', sans-serif;
font-size: 32px;
color: #ED1747;
letter-spacing: 0.13px;
line-height: 42px; 
  margin-top: 80px;
}

.signup-modal input[type="text"], .signup-modal input[type="email"], .signup-modal input[type="tel"]   {
 width: 100%;
  border: 0.5px solid #B1B1B1;
  padding: 5px 10px;
  height: initial;
  border-radius: 0;
  margin-bottom: 17px;
}

.signup-modal .close-icon {
 position: absolute; 
  font-size: 0;
  top: 20px;
    right: 20px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.signup-modal .close-icon-box {
 min-height: 0;
  height: 0;
}

.signup-modal .close-icon:before{
  content: "";
  height: 20px;
  border-left: 2px solid #484848;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}
.signup-modal .close-icon:after{
  content: "";
  height: 20px;
  border-right: 2px solid #484848;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}

.features {
 font-family: 'Open Sans';
font-size: 16px;
color: #4A4A4A;
letter-spacing: -0.69px;
text-align: center;
}

.ways-to-invest, .grey-background {
  background-image: url('https://cdn2.hubspot.net/hubfs/1690236/EE-Grey-background-section.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f6f7;
}

.equities-block {
  color: white; 
}

.equities-block .image-block {
  text-align: center; 
}

.competitor-analysis h1{
  font-family: 'Questrial', sans-serif;
  font-size: 32px;
  color: #4A4A4A;
  letter-spacing: -0.77px;
  text-align: center;
  line-height: 42px;
  margin-bottom: 49px;
}

.competitor-analysis table {
 width: 100%; 
  
  box-shadow: 0 2px 22px 0 rgba(186,186,186,0.50);
  border-radius: 6px;
  overflow: hidden;
}

.competitor-analysis tr:nth-child(odd){
 background: #F9F9F9; 
}



.competitor-analysis th {
  font-family: 'Open Sans';
font-size: 15px;
color: #FFFFFF;
letter-spacing: -0.64px;
text-align: left;
  font-weight: bold;
  background: #ED1747;
  padding: 24px 28px;
}

.competitor-analysis td {
  font-family: 'Open Sans';
  font-size: 13px;
color: #4A4A4A;
letter-spacing: -0.47px;
line-height: 34px;
  padding: 10px 28px;
}

.competitor-analysis tr:last-child{
 border-top: 1px solid #c9c9c9; 
}

.competitor-analysis tr:last-child td{
 font-size: 18px;
}


.competitor-analysis td.broker {
color: #ED1747;
  font-weight: 600;
}

.competitor-analysis .checkmark {
  font-size: 0; 
  display: block;
  margin: auto;
    width: 20px;
}

.competitor-analysis .checkmark.check {
  border: 0;
  border-bottom: 2px solid #3AA935;
  border-right: 2px solid #3AA935;
  width: 10px;
  height: 20px;
  
  transform: rotate(45deg);
}

.competitor-analysis .checkmark.unchecked {
 position: relative; 
}

.competitor-analysis .checkmark.unchecked:before{
  content: "";
  height: 20px;
  border-left: 2px solid #BD1622;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
}
.competitor-analysis .checkmark.unchecked:after{
  content: "";
  height: 20px;
  border-right: 2px solid #BD1622;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
}

.hero-content a:hover {
  color: #FFFFFF;
}

.hero-content a img {
  display: inline-block;
  margin-right: 20px;
}

.hero-left-content {
 width: 40% !important; 
  z-index: 3;
  max-width: 600px;
}

.hero-right-content {
  position: absolute;
  right: 75px;
  bottom: 30px;
  z-index: 2;
  width: 50% !important;
  text-align: right;
}

.hero-background {
  z-index: 1; 
}
  
.home-hero .hero-content h1 {
    font-size: 54px;
}
.home-heroINT .hero-content h1 {
    font-size: 54px;
}

.home-heroDigital .hero-content h1 {
    font-size: 54px;
}

a.video-modal-link img {
    max-width: 50px;
    height: 50px;
}

span.underline:after {
    content: '';
    width: 80%;
    left: 0;
    height: 4px;
    background: #ed1747;
    position: absolute;
    bottom: 0;
}

.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li{
width:200px;
height:200px;
}

span.underline {
    position: relative;
}

.hero-content h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #ffffff;
}

.hero-content .cell-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.hero-content .cell-wrapper .hs_cos_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.hero-inner-wrap {
  /* max-width: 1200px !important; */
  margin: auto !important;
  float: none !important;
  padding: 0 100px;
}



.hero-background img {
    min-width: 100%;
    height: auto;
  max-width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  border-bottom: 3px solid rgba(2,80,123,1); 
}

.white-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: rgba(2,80,123,1);
  border-bottom: 3px solid rgba(2,80,123,1); 
}



/* Home Page */

.home-hero {
    height: calc(60vh - 97px) !important;
    overflow: hidden;
}
.home-heroINT {
    height: calc(60vh - 97px) !important;
    overflow: hidden;
}

.home-heroDigital {
    height: calc(60vh - 97px) !important;
    overflow: hidden;
}

.home-hero .hero-content {
    z-index: 5;
}
.home-heroINT .hero-content {
    z-index: 5;
}

.home-heroDigital .hero-content {
    z-index: 5;
}


.home-hero .hero-background img {
    width: auto !important;
    max-width: initial;
    min-height: calc(60vh - 97px);
}
.home-heroINT .hero-background img {
    width: auto !important;
    max-width: initial;
    min-height: calc(60vh - 97px);
}

.home-heroDigital .hero-background img {
    width: auto !important;
    max-width: initial;
    min-height: calc(60vh - 97px);
}

.home-hero p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    max-width: 675px;
    margin: auto;
}
.home-heroINT p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    max-width: 675px;
    margin: auto;
}

.home-heroDigital p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    max-width: 675px;
    margin: auto;
}



.home-hero h5 {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}
.home-heroINT h5 {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}

.home-heroDigital h5 {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}

.hero-cta-wrapper {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
}

.home-hero-cta-block {
    padding: 30px 0 !important;
}

.home-hero-cta-block:nth-of-type(1) {
    border-right: solid 1px #dce0e0;
}

.home-hero-cta-block span {
    font-family: 'Questrial', sans-serif;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: left;
    color: #768485;
}

.home-hero-cta-block .widget-type-cta {
    padding: 13px 0 0;
}

.home-hero {
    background: url(https://www.easyequities.co.za/hs-fs/hubfs/Easy%20Equities%20-%20New%20Website/home-banner.png);
    background-size: cover;
    background-position: left center;
}

.home-heroINT {
    background: url(https://www.easyequities.co.za/hs-fs/hubfs/Easy%20Equities%20-%20New%20Website/international.png);
    background-size: cover;
    background-position: left center;
}

.home-heroDigital {
    background: url(https://www.easyequities.co.za/hs-fs/hubfs/Easy%20Equities%20-%20New%20Website/spinspin.jpg);
    background-size: cover;
    background-position: left center;
}

.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: calc(100vh - 97px);
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.home-icons-wrap {
    text-align: center;
    padding-top: 40px;
}

.home-icons-wrap ul li {
    display: inline-block;
    width: 165px;
    vertical-align: top;
    margin: 20px 20px 0;
    text-align: center;
}

.home-icons-wrap ul {
    list-style: none;
    padding: 0;
}

.home-icons-wrap ul li h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: -0.4px;
    text-align: center;
    color: #4a4a4a;
}

.home-icons-wrap ul li p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #86888b;
    margin-bottom: 0;
}

.home-scroller-wrap {
    margin: 60px auto !important;
}

.home-scroller-wrap .row-fluid-wrapper:nth-child(1),
.home-scroller-wrap .row-fluid-wrapper:nth-child(3) {
    display: inline-block;
    width: 60px;
    height: 150px;
}

.home-scroller-wrap .row-fluid-wrapper:nth-child(2) {
    display: inline-block;
    width: calc(100% - 130px);
    height: 150px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.home-scroller ul {
    height: 150px;
    list-style: none;
    padding: 0;
    width: 1000vw;
    background: #FFFFFF;
}

.home-scroller ul li {
    display: inline-block;
    padding: 29px 0 0 30px;
    height: 150px !important;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.home-scroller ul li:after {
    content: '';
    position: relative;
    width: 1px;
    height: 44px;
    background-color: #dce0e0;
    display: inherit;
    top: 15px;
    margin-left: 30px;
}

.home-scroller ul li img {
    max-height: 93px;
    height: auto !important;
    width: auto !important;
    max-width: 185px;
}

.home-scroller-control span::selection,
.home-scroller-control img::selection,
.home-scroller-control::selection {
    background-color: transparent;
}

.home-scroller-control .cell-wrapper {
    display: table;
    width: 100%;
    height: 150px;
}

.home-scroller-control .cell-wrapper span {
    display: table-cell;
    vertical-align: middle;
}

.home-scroller-control.sroll-right {
    text-align: right;
}

.home-scroller-control {
    cursor: pointer;
}

.image-panel .image-panel-content {
    position: absolute;
    z-index: 5;
    bottom: 0;
    padding: 10px 20px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.image-panel {
    position: relative;
    overflow: hidden;
}

.image-panel-content strong {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #ffffff;
}

.image-panel-content span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.image-panel-number {
    position: absolute;
    bottom: 92px;
    padding: 5px 20px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.image-panel-number h4 {
    font-family: 'Questrial', sans-serif;
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: -0.7px;
    text-align: left;
    color: #ffffff;
    position: relative;
    z-index: 4;
}

.home-step-one:before {
    content: ' ';
    position: absolute;
    right: 14%;
    top: 40%;
    width: 100%;
    height: 140%;
    transform: rotate(100deg);
    z-index: 1;
    background-color: rgba(237,23,71,0.85);
}

.home-step-two:before {
    content: ' ';
    position: absolute;
    right: 14%;
    top: 40%;
    width: 100%;
    height: 140%;
    opacity: 0.85;
    transform: rotate(100deg);
    z-index: 1;
    background-color: #0ddaba;
}

.home-step-three:before {
    content: ' ';
    position: absolute;
    right: 14%;
    top: 40%;
    width: 100%;
    height: 140%;
    transform: rotate(100deg);
    z-index: 1;
    background-color: rgba(83,8,178,0.85);
}
.comparison-table-wrap img {
    height: auto;
}

/*.home-step-one .image-panel-content {*/
/*    background: rgba(237,23,71,0.85);*/
/*}*/

/*.home-step-two .image-panel-content {*/
/*    background: rgba(13,218,186,0.85);*/
/*}*/

/*.home-step-three .image-panel-content {*/
/*    background: rgba(83,8,178,0.85);*/
/*}*/

/*.image-panel:hover .image-panel-content {*/
/*    padding-bottom: 60px;*/
/*}*/

/*.image-panel:hover .image-panel-number {*/
/*    bottom: 142px;*/
/*}*/

.home-video-wrapper {
    padding: 40px 0;
}

.tax-free-home ul {
    list-style: none;
    list-style-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/icons/tick-bullet.png);
    padding-left: 24px;
    margin-bottom: 20px;
}

.tax-free-home ul li {
    padding-left: 10px;
    padding-bottom: 7.5px;
}

.tax-free-home p em {
    font-weight: 600;
    color: #ed1747;
}

.awards-row {
    text-align: center;
}

.awards-row ul {
    list-style: none;
    padding: 0;
}

.awards-row ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 25px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.43;
    text-align: center;
    color: #4a4a4a;
}

.awards-row ul li img {
    width: auto;
    height: 133px;
    margin: 20px auto;
}

.default-card {
    text-align: center;
    padding: 0 40px;
}

.default-card .widget-type-linked_image .cell-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.default-card .widget-type-linked_image {
    height: 100px;
    display: table;
}

.default-card p a, 
.default-card p a:hover,
.default-card p a:visited,
.default-card p a:focus,
.default-card p a:active {
    color: #ed1747 !important;
    text-decoration: underline !important;
}

.section-home-cta {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/joburg-skyline.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding: 145px 0;
}

.section-home-cta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.42);
    top: 0;
    z-index: 1;
}

.section-home-cta .row-fluid-wrapper {
    z-index: 4;
    position: relative;
}

.section-home-cta h2 {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.white-cta-block {
    padding: 5px;
    background: #FFFFFF;
    margin: 20px 0px;
}

.white-cta-block .row-fluid-wrapper {
    display: inline-block;
    vertical-align: top;
}

.white-cta-block .row-fluid-wrapper:nth-child(1) {
    width: calc(100% - 120px);
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.4px;
    text-align: center;
    color: #768485;
    padding: 27px 12px;
    font-family: 'Questrial', sans-serif;
}

.white-cta-block .row-fluid-wrapper:nth-child(2) {
    width: 112px;
}

.white-cta-block .widget-type-cta {
    padding: 0;
}

.image-wrap {
    text-align: right;
    padding: 0 20px;
}

.image-wrap img {
    width: 125px;
}

.image-wrap:before {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/invalid-name.png?t=1496389940141);
    display: inline-block;
    position: relative;
    top: -25px;
    left: -25px;
}

.testimonial-wrap {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #86888b;
}

.testimonial-wrap {
    height: 215px;
    overflow: hidden;
    position: relative;
}

.testimonial-wrap .row {
    padding: 20px 0;
    top: 215px;
    height: 215px;
    position: absolute;
    z-index: 1;
    background: #FFFFFF;
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
}

.testimonial-wrap .active-slide {
    top: 0px;
    z-index: 2;
}


.testimonial-wrap .row h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.14;
    text-align: left;
    color: #0ddaba;
}

.testimonial-navigation {
    text-align: center;
    padding-top: 30px;
}

ul#testimonial-nav {
    list-style: none;
    padding: 0;
}

ul#testimonial-nav li img {
    width: 60px;
    margin: 0 auto 10px;
    display: block;
}

ul#testimonial-nav li {
    display: inline-block;
    width: 200px;
    margin: 0 15px;
    text-align: center !important;
    vertical-align: top;
    opacity: 0.6;
    font-size: 14px;
    line-height: 2.14;
    color: #86888b;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

ul#testimonial-nav li.active-testimonial {
    opacity: 1;
}

/* About Page */

.counter-section {
    margin: 60px 0;
    padding: 10px 0;
}

.counter-item {
    text-align: center;
    width: 25% !important;
    margin: 0 !important;
}

.counter-item h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
}

.counter-item:nth-of-type(1) h1 {
    color: #ed1747;
}

.counter-item:nth-of-type(2) h1 {
    color: #0ddaba;  
}

.counter-item:nth-of-type(3) h1 {
    color: #5308b2;
}

.counter-item:nth-of-type(4) h1 {
    color: #f4942a;
}

.counter-item:nth-of-type(1),
.counter-item:nth-of-type(2),
.counter-item:nth-of-type(3) {
    border-right: solid 1px #dce0e0;
}

.counter-item p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    text-align: center;
    color: #768485;
}

.info-block {
    background: #FFFFFF;
    padding: 30px;
    width: calc(50% - 30px) !important;
    margin: 15px;
}

.info-block h4 {
    margin-top: 0;
}

.info-block.child-one h4:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 20px 2px 0;
    background: #ed1747;
}

.info-block.child-two h4:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 20px 2px 0;
    background: #0ddaba;
}

.info-block.child-three h4:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 20px 2px 0;
    background: #5308b2;
}

.info-block.child-four h4:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 20px 2px 0;
    background: #f4942a;
}

.info-block.child-five h4:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 20px 2px 0;
    background: #4a4a4a;
}

.info-block p:nth-of-type(1) {
    height: 170px;
    margin: 20px 0;
}

.info-block p:nth-of-type(2) {
    margin-bottom: 0;
}

.info-block.child-five {
    width: calc(100% - 20px) !important;
}

.info-block.child-five img {
    width: 70px !important;
    margin-top: 0;
}

.info-block.child-five p:nth-of-type(1) {
    height: auto;
    margin: 20px 0;
}

.info-block img {
    width: 70px;
    height: 70px;
    float: right;
    margin-top: 20px;
}

/* Contact page */
.contact-item {
    margin-bottom: 20px;
}

.contact-item h5 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.71;
    color: #ed1747;
}

.contact-item a {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.09;
    color: #4a4a4a;
}

.contact-item a:hover,
.contact-item a:focus,
.contact-item a:visited,
.contact-item a:active {
    text-decoration: none;
    color: #4a4a4a;
}

.contact-item p {
    margin-bottom: 0;
}

.contact-item h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.71;
    color: #768485;
}

.contact-icon {
    background: #FFFFFF;
    border: solid 1px #dce0e0;
    border-radius: 100%;
    text-align: center;
    width: 60px !important;
    height: 60px !important;
    padding-top: 16px;
    margin-top: 10px;
    
}

.row-number-6 .contact-item, 
.row-number-5 .contact-item {
    padding-left: 25px;
}

.contact-icon img {
    width: 20px !important;
}

.map-wrapper iframe {
    width: 100%;
}

/* Vouchers */

.page-hero-right {
  overflow: hidden; 
}

.page-hero-right .hero-content-right .cell-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.page-hero-right .hero-content-right {
    display: table !important;
    height: 100% !important;
}

.hero-content-right h1 {
    text-align: left;
}

.hero-content-right h3 {
    font-family: 'Questrial', sans-serif;
    text-align: left;
    font-size: 24px;
    line-height: 2.25;
    letter-spacing: -0.6px;
    text-align: left;
    color: #ffffff;
}

.hero-content-right p {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 18px;
    line-height: 1.44;
    color: #ffffff;
}



.panel {
    border: none !important;
}

.panel-heading span {
    font-size: 20px;
    line-height: 2.1;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
}

.panel-heading {
    text-align: center !important;
}

.panel-orange .panel-heading {
    background-color: #f4942a;
}

.panel-orange .panel-footer a,
.panel-orange .panel-footer a:hover,
.panel-orange .panel-footer a:active,
.panel-orange .panel-footer a:visited,
.panel-orange .panel-footer a:focus {
    color: #f4942a;
    text-decoration: none;
}

.panel-purple .panel-heading {
    background-color: #5308b2;
}

.panel-purple .panel-footer a,
.panel-purple .panel-footer a:hover,
.panel-purple .panel-footer a:active,
.panel-purple .panel-footer a:visited,
.panel-purple .panel-footer a:focus {
    color: #5308b2;
    text-decoration: none;
}

.steps-wrapper {
    padding: 30px 40px;
    background: #FFFFFF;
}

.step-number p {
    text-align: center;
    margin-bottom: 0;
}

.panel-orange .step-number p {
    color: #f4942a;
    width: 31px;
    height: 31px;
    background-color: rgba(244, 148, 42, 0.1);
    line-height: 31px;
    border-radius: 100%;
}

.panel-purple .step-number p {
    color: #5308b2;
    width: 31px;
    height: 31px;
    background-color: rgba(83, 8, 178, 0.1);
    line-height: 31px;
    border-radius: 100%;
}

.step-text {
    padding-left: 20px;
}

.steps-wrapper .row-depth-2 {
    margin: 30px 0;
}

.panel-footer {
    background-color: #FFFFFF !important;
    text-align: center;
    padding-bottom: 35px !important;
}

.voucher-terms h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ed1747;
    font-size: 14px;
    margin-bottom: 10px;
}

.voucher-terms ol {
    padding-left: 15px;
}

.voucher-terms ol li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.64;
    text-align: left;
    color: #86888b;
    margin-bottom: 14px;
}

/* Ways to Invest */

.invest-type-block {
    cursor: pointer;
}

.invest-type-block h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #4a4a4a;
}

.invest-type-block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #86888b;
}

.invest-type-info {
    height: 100px;
    border-bottom: 1px solid #86888b;
    margin-bottom: 20px;
}

.row-number-1:nth-child(3) .invest-type-info {
    border: none;
}

.invest-type-block .widget-type-linked_image img {
    width: 45px !important;
    margin-top: 10px;
    margin-left: 12px;
}

.investment-section {
    border-bottom: solid 1px #dce0e0;
}

.invest-type-container h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 26px;
    line-height: 1.46;
    letter-spacing: -0.6px;
    text-align: left;
    color: #4a4a4a;
}

.quote-panel img {
    width: 63px !important;
}

.quote-panel {
    background: #f4f6f7;
    padding: 20px 25px;
    margin-top: 40px;
}

.quote-panel p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    text-align: left;
    color: #4a4a4a;
}

.quote-panel h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.section-purple-print p {
    color: #FFFFFF;
}

span.orange-pill {
    height: 44px;
    padding: 5px 16px;
    border-radius: 100px;
    background-color: #f4942a;
    color: #FFFFFF;
    margin-right: 5px;
    font-size: 22px;
    font-family: 'Questrial', sans-serif;
}

span.grey-pill {
    height: 44px;
    border-radius: 100px;
    background-color: #ebdff5;
    padding: 5px 16px;
    color: #5308b2;
    margin-left: 5px;
    font-size: 22px;
    font-family: 'Questrial', sans-serif;
}

.invest-red .quote-panel {
    border-left: 3px solid #ed1747;
}

.invest-red .quote-panel h5 {
    color: #ed1747;
}

.invest-aqua .quote-panel {
    border-left: 3px solid #0ddaba;
}

.invest-aqua .quote-panel h5 {
    color: #0ddaba;
}

.invest-orange .quote-panel {
    border-left: 3px solid #f4942a;
}

.invest-orange .quote-panel h5 {
    color: #f4942a;
}

.invest-purple .quote-panel {
    border-left: 3px solid #5308b2;
}

.invest-purple .quote-panel h5 {
    color: #5308b2;
}

/* heading block */

.invest-red.invest-type-container h3:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -3px;
    background-color: #ed1747;
}

.invest-aqua.invest-type-container h3:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -3px;
    background-color: #0ddaba;
}

.invest-orange.invest-type-container h3:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -3px;
    background-color: #f4942a;
}

.invest-purple.invest-type-container h3:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -3px;
    background-color: #5308b2;
}

/* end heading block */

.split-section {
    margin-left: 0 !important;
    width: calc(100% - 590px) !important;
    padding: 40px;
    text-align: center;
    min-height: 488px !important;
}

.section-orange-geo p,
.section-orange-geo span,
.section-orange-geo p span {
    color: #FFFFFF;
}

.section-orange-geo h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: -0.8px;
    text-align: center;
    color: #ffffff;
}

.split-section-image img {
    width: auto !important;
    max-width: initial;
    height: 488px;
}

.split-section-image {
    width: 590px !important;
    overflow: hidden;
}

/* Browse the Market */

.hs-content-id-5196690970 .page-hero:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.hs-content-id-5196690970 .hero-content {
    z-index: 10;
}

#about {
  margin-top: 40px;
  margin-bottom: 60px;
}

.custom-tabs {
    margin: 40px 0;
}

.custom-tab {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 15px 0;
    width: 245px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    border: solid 2px #dce0e0;
    color: #4a4a4a;
    vertical-align: top;
    margin: 0px -2px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

div#account-type-filter .custom-tab {
    margin: 0 -3px;
}

.custom-tab.active {
    color: #FFFFFF;
    border-color: #ed1747;
    background-color: #ed1747;
    cursor: initial;
    pointer-events: none;
}

.tab-description {
    max-width: 520px;
    margin: 20px auto;
}

.filter-options {
    padding: 60px 0;
    text-align: left;
}

.filter-options-header {
    border-bottom: solid 1px #e4e5e7;
    padding-bottom: 10px;
}

.filter-options-header h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.71;
    letter-spacing: -0.3px;
    text-align: left;
    color: #768485;
}

.filter-option h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: -0.5px;
    text-align: left;
    color: #4a4a4a;
}

ul.filter-list li img {
    width: 45px;
}

ul.filter-list li {
    display: inline-block;
    margin: 7.5px;
    cursor: pointer;
}

ul.filter-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.category-filter {
    border: solid 1px #e4e5e7;
    height: 147px;
}

.scroller-control {
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 145px;
    background-color: #f5f6f8;
    cursor: pointer;
    font-weight: 800;
    padding: 60px 0px;
    color: #ed1747;
}

.scroller-control::selection {
    background-color: transparent;
}

.scroller-control.left {
    float: left;
    padding-right: 5px;
}

.scroller-control.right {
    float: right;
    padding-left: 5px;
}

.filter-scroller {
    display: inline-block;
    height: 145px;
    width: calc(100% - 50px);
    overflow: hidden;
}

.col-sm-3.logo-cell img:nth-child(n+2) {
    display: none;
}

ul#tags {
    height: 115px;
    width: 400vw;
}

ul#tags li {
    padding: 10px 15px;
    width: auto;
    max-width: 155px;
    vertical-align: top;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

ul#tags li span.filter-label {
    height: 32px;
}

input#category-filter {
    border-radius: 2px;
    border: solid 1px #dce0e0;
    position: relative;
    top: 20px;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/icons/icon-search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 97.5% center;
}

input#investment-search {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/icons/icon-search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 97.5% center;
}

ul#type-filter li {
    width: 80px;
    vertical-align: top;
}

.filter-option:first-child() {
    margin-bottom: 50px;
}

.investments-controls {
    margin-bottom: 30px;
}

.sort-module {
    display: inline-block;
    margin: 5px 0 5px 15px;
}

span.sort-label {
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

span.sort-icon,
span.view-icon{
    margin: 0 5px;
    cursor: pointer;
}

span.view-icon.active,
span.sort-icon.active {
    cursor: initial;
}

span.view-icon:before,
span.sort-icon:before {
    color: #86888b;
}

span.view-icon.active:before,
span.sort-icon.active:before {
    color: #ed1747;
}

.investment-view {
    display: none;
}

.investment-view.visible {
    display: block;
}

.investment-card {
    display: none;
    vertical-align: top;
    width: 245px;
    margin: 7.5px;
    background: #FFFFFF;
    position: relative;
    height: 230px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.type-filtered,
.tag-filtered, 
.card-filtered {
    display: inline-block;
}

.logo-wrap {
    height: 160px;
}

.logo-wrap a {
    padding: 15px;
    display: block;
}

.logo-wrap img {
    max-height: 128px;
    margin: 0px auto !important;
}

.investment-item-content {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #86888b;
    border-top: solid 1px #e4e5e7;
    height: 71px;
}

.investment-item-content a {
    padding: 15px;
    display: block;
}

.card-back {
    position: absolute;
    top: 0;
    opacity: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-transition: 0.25s linear 0.22s;
    -moz-transition: 0.25s linear 0.22s;
    -o-transition: 0.25s linear 0.22s;
    transition: 0.25s linear 0.22s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-top {
    background: #e2e7e9;
    padding: 15px;
    text-align: center;
}

span.rotate-trigger.close-trigger {
    margin: 0;
}

.section span.full-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 215px;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-top .price-target, .card-top .move-target {
    display: inline-block;
    margin-top: 7.5px;
}

.rotate-trigger {
    float: right;
    cursor: pointer;
    margin: 10px 10px 0 0;
}

.investment-card.rotate {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.investment-card.rotate .card-back {
    left: 0;
    opacity: 1;
}

.card-bottom a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #86888b;
    display: block;
    width: 100%;
    padding: 7px 0;
}

.card-bottom a:hover {
    text-decoration: none !important;
}

.card-filtered.paged {
    display: none;
}

ul.pagination li {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #dedfe1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background: #FFFFFF;
}

ul.pagination li.disabled {
    opacity: 0.4;
    pointer-events: none;
}

ul.pagination li::-moz-selection { /* Code for Firefox */
    background: transparent;
}

ul.pagination li::selection {
    background: transparent;
}

.pagination-wrapper {
    text-align: right;
}

ul.pagination li.page-number.active {
    color: #FFFFFF;
    background: #ed1747;
    border-color: #ed1747;
}

.card-text-filtered {
    display: none;
}

/* Loader */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(255,255,255,0.5);
    display: none;
}

.loader.loading {
    display: table;
}

.loader .vert-center {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.base {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #ed1747;
  position: relative;
}
.frame {
  border: 1px solid #0a5589;
  height: 30px;
  margin: 0 1px;
}

span.cross-member {
    position: absolute;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid#ed1747;
    left: 0px;
}

span.cross-member:nth-child(1) {
  bottom: 22.5px;
}

span.cross-member:nth-child(1):before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #64c6b5;
  left: 2px;
  top: -1.5px;
  border-radius: 100%;
  -webkit-animation: 1s slide step-end infinite;
  -moz-animation: 1s slide step-end infinite;
  -ms-animation: 1s slide step-end infinite;
  -o-animation: 1s slide step-end infinite;
  animation: 1s slide step-end infinite;
}

span.cross-member:nth-child(1):after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #64c6b5;
  left: 6px;
  top: -1.5px;
  border-radius: 100%;
  -webkit-animation: 1s slide2 step-end infinite;
  -moz-animation: 1s slide2 step-end infinite;
  -ms-animation: 1s slide2 step-end infinite;
  -o-animation: 1s slide2 step-end infinite;
  animation: 1s slide2 step-end infinite;
}

span.cross-member:nth-child(2) {
  bottom: 15px;
}

span.cross-member:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f48a4a;
  right: 4px;
  top: -1.5px;
  border-radius: 100%;
  -webkit-animation: 1s sliderev2 step-end infinite;
  -moz-animation: 1s sliderev2 step-end infinite;
  -ms-animation: 1s sliderev2 step-end infinite;
  -o-animation: 1s sliderev2 step-end infinite;
  animation: 1s sliderev2 step-end infinite;
}

span.cross-member:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f48a4a;
  right: 7px;
  top: -1.5px;
  border-radius: 100%;
  -webkit-animation: 1s sliderev step-end infinite;
  -moz-animation: 1s sliderev step-end infinite;
  -ms-animation: 1s sliderev step-end infinite;
  -o-animation: 1s sliderev step-end infinite;
  animation: 1s sliderev step-end infinite;
}

span.cross-member:nth-child(3) {
  bottom: 7.5px;
}

span.cross-member:nth-child(3):before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #6c51a1;
  left: 2px;
  top: -1.5px;
  border-radius: 100%;
  -webkit-animation: 1s slide step-end infinite;
  -moz-animation: 1s slide step-end infinite;
  -ms-animation: 1s slide step-end infinite;
  -o-animation: 1s slide step-end infinite;
  animation: 1s slide step-end infinite;
}

span.cross-member:nth-child(3):after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #6c51a1;
  left: 6px;
  top: -1.5px;
  border-radius: 100%;
  -webkit-animation: 1s slide2 step-end infinite;
  -moz-animation: 1s slide2 step-end infinite;
  -ms-animation: 1s slide2 step-end infinite;
  -o-animation: 1s slide2 step-end infinite;
  animation: 1s slide2 step-end infinite;
}

@keyframes "slide" {
  0% {
    left: 2px;
  }
  15% {
    left: 2px;
  }
  29% {
    left: 6.8px;
  }
  43px {
    left: 10.6px;
  }
  57% {
    left: 14.4px;
  }
  71% {
    left: 18.2px;
  }
  85% {
    left: 21px;
  }
  100% {
    left: 21px;
  }
}

@-moz-keyframes slide {
  0% {
    left: 2px;
  }
  15% {
    left: 2px;
  }
  29% {
    left: 6.8px;
  }
  43px {
    left: 10.6px;
  }
  57% {
    left: 14.4px;
  }
  71% {
    left: 18.2px;
  }
  85% {
    left: 21px;
  }
  100% {
    left: 21px;
  }
}

@-webkit-keyframes "slide" {
  0% {
    left: 2px;
  }
  15% {
    left: 2px;
  }
  29% {
    left: 6.8px;
  }
  43px {
    left: 10.6px;
  }
  57% {
    left: 14.4px;
  }
  71% {
    left: 18.2px;
  }
  85% {
    left: 21px;
  }
  100% {
    left: 21px;
  }
}

@-ms-keyframes "slide" {
  0% {
    left: 2px;
  }
  15% {
    left: 2px;
  }
  29% {
    left: 6.8px;
  }
  43px {
    left: 10.6px;
  }
  57% {
    left: 14.4px;
  }
  71% {
    left: 18.2px;
  }
  85% {
    left: 21px;
  }
  100% {
    left: 21px;
  }
}

@-o-keyframes "slide" {
  0% {
    left: 2px;
  }
  15% {
    left: 2px;
  }
  29% {
    left: 6.8px;
  }
  43px {
    left: 10.6px;
  }
  57% {
    left: 14.4px;
  }
  71% {
    left: 18.2px;
  }
  85% {
    left: 21px;
  }
  100% {
    left: 21px;
  }
}

@keyframes "slide2" {
  0% {
    left: 6px;
  }
  15% {
    left: 6px;
  }
  29% {
    left: 10.8px;
  }
  43px {
    left: 14.6px;
  }
  57% {
    left: 18.4px;
  }
  71% {
    left: 22.2px;
  }
  85% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@-moz-keyframes slide2 {
  0% {
    left: 6px;
  }
  15% {
    left: 6px;
  }
  29% {
    left: 10.8px;
  }
  43px {
    left: 14.6px;
  }
  57% {
    left: 18.4px;
  }
  71% {
    left: 22.2px;
  }
  85% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@-webkit-keyframes "slide2" {
  0% {
    left: 6px;
  }
  15% {
    left: 6px;
  }
  29% {
    left: 10.8px;
  }
  43px {
    left: 14.6px;
  }
  57% {
    left: 18.4px;
  }
  71% {
    left: 22.2px;
  }
  85% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@-ms-keyframes "slide2" {
  0% {
    left: 6px;
  }
  15% {
    left: 6px;
  }
  29% {
    left: 10.8px;
  }
  43px {
    left: 14.6px;
  }
  57% {
    left: 18.4px;
  }
  71% {
    left: 22.2px;
  }
  85% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@-o-keyframes "slide2" {
  0% {
    left: 6px;
  }
  15% {
    left: 6px;
  }
  29% {
    left: 10.8px;
  }
  43px {
    left: 14.6px;
  }
  57% {
    left: 18.4px;
  }
  71% {
    left: 22.2px;
  }
  85% {
    left: 25px;
  }
  100% {
    left: 25px;
  }
}

@keyframes "sliderev" {
  0% {
    right: 3px;
  }
  15% {
    right: 3px;
  }
  29% {
    right: 6.8px;
  }
  43px {
    right: 10.6px;
  }
  57% {
    right: 14.4px;
  }
  71% {
    right: 18.2px;
  }
  85% {
    right: 21px;
  }
  100% {
    right: 21px;
  }
}

@-moz-keyframes sliderev {
  0% {
    right: 3px;
  }
  15% {
    right: 3px;
  }
  29% {
    right: 6.8px;
  }
  43px {
    right: 10.6px;
  }
  57% {
    right: 14.4px;
  }
  71% {
    right: 18.2px;
  }
  85% {
    right: 21px;
  }
  100% {
    right: 21px;
  }
}

@-webkit-keyframes "sliderev" {
  0% {
    right: 3px;
  }
  15% {
    right: 3px;
  }
  29% {
    right: 6.8px;
  }
  43px {
    right: 10.6px;
  }
  57% {
    right: 14.4px;
  }
  71% {
    right: 18.2px;
  }
  85% {
    right: 21px;
  }
  100% {
    right: 21px;
  }
}

@-ms-keyframes "sliderev" {
  0% {
    right: 3px;
  }
  15% {
    right: 3px;
  }
  29% {
    right: 6.8px;
  }
  43px {
    right: 10.6px;
  }
  57% {
    right: 14.4px;
  }
  71% {
    right: 18.2px;
  }
  85% {
    right: 21px;
  }
  100% {
    right: 21px;
  }
}

@-o-keyframes "sliderev" {
  0% {
    right: 3px;
  }
  15% {
    right: 3px;
  }
  29% {
    right: 6.8px;
  }
  43px {
    right: 10.6px;
  }
  57% {
    right: 14.4px;
  }
  71% {
    right: 18.2px;
  }
  85% {
    right: 21px;
  }
  100% {
    right: 21px;
  }
}

@keyframes "sliderev2" {
  0% {
    right: 7px;
  }
  15% {
    right: 7px;
  }
  29% {
    right: 10.8px;
  }
  43px {
    right: 14.6px;
  }
  57% {
    right: 18.4px;
  }
  71% {
    right: 22.2px;
  }
  85% {
    right: 25px;
  }
  100% {
    right: 25px;
  }
}



@-moz-keyframes sliderev2 {
  0% {
    right: 7px;
  }
  15% {
    right: 7px;
  }
  29% {
    right: 10.8px;
  }
  43px {
    right: 14.6px;
  }
  57% {
    right: 18.4px;
  }
  71% {
    right: 22.2px;
  }
  85% {
    right: 25px;
  }
  100% {
    right: 25px;
  }
}

@-webkit-keyframes "sliderev2" {
  0% {
    right: 7px;
  }
  15% {
    right: 7px;
  }
  29% {
    right: 10.8px;
  }
  43px {
    right: 14.6px;
  }
  57% {
    right: 18.4px;
  }
  71% {
    right: 22.2px;
  }
  85% {
    right: 25px;
  }
  100% {
    right: 25px;
  }
}

@-ms-keyframes "sliderev2" {
  0% {
    right: 7px;
  }
  15% {
    right: 7px;
  }
  29% {
    right: 10.8px;
  }
  43px {
    right: 14.6px;
  }
  57% {
    right: 18.4px;
  }
  71% {
    right: 22.2px;
  }
  85% {
    right: 25px;
  }
  100% {
    right: 25px;
  }
}

@-o-keyframes "sliderev2" {
  0% {
    right: 7px;
  }
  15% {
    right: 7px;
  }
  29% {
    right: 10.8px;
  }
  43px {
    right: 14.6px;
  }
  57% {
    right: 18.4px;
  }
  71% {
    right: 22.2px;
  }
  85% {
    right: 25px;
  }
  100% {
    right: 25px;
  }
}

/* Tax Free Investing */

.hs-content-id-5196277275 .header-container-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
}

.hs-content-id-5196277275 .logo-red {
    opacity: 1;
}

.hs-content-id-5196277275 .logo-white {
    opacity: 0;
}

.hs-content-id-5196277275 ul.active-branch li a {
    color: #86888b;
}

.hs-content-id-5196277275 a.btn-login {
    background: transparent !important;
    border-color: #ed1747 !important;
    color: #ed1747 !important;
}

.vert-center {
    padding: 35% 0;
}

.hero-grey-bg p,
.hero-grey-bg h1 {
    color: #4a4a4a;
}

.card {
    background: #FFFFFF;
    border: solid 1px #e4e5e7;
    padding: 30px;
    margin-top: 30px;
}

.card h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: -0.4px;
    text-align: center;
    color: #4a4a4a;
}

.card p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #86888b;
    height: 72px;
    margin-bottom: 0;
    margin-top: 12px;
}

.card img {
    margin-bottom: 25px;
    height: 44px;
    width: auto !important;
}

.card-red {
    border-bottom: 3px solid #ed1747;
}

.cta-wrap {
    padding: 30px 0;
}

.split-list {
    text-align: center;
}

.split-list h2 {
    color: #FFFFFF;
}

.split-list ul {
    padding: 0;
}

.split-list ul li:before {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/tick-bullet.png) !important;
    position: absolute;
    margin-left: -40px;
}

.split-list ul li {
    color: #FFFFFF;
    display: inline-block;
    width: 400px;
    text-align: left;
    margin: 20px 40px;
    vertical-align: top;
    padding-left: 40px;
}

.comparison-intro h5 span,
.bundles-info p em {
    color: #ed1747;
}

div#basket-description h2, div#basket-description h2 strong, div#basket-description h2 strong em {
    text-align: left;
    font-size: 18px;
    font-weight: 400 !important;
    font-style: normal;
    margin: 20px 0 10px;
}

.comparison-intro h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
    color: #4a4a4a;
}

.comparison-table-wrap {
    padding: 60px 0;
}

.comparison-table-wrap table {
    border: 1px solid #dce0e0;
    width: 100%;
}

.comparison-table-wrap table td {
    border-bottom: solid 1px #dce0e0;
    padding: 40px 20px;
    font-weight: 600;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #86888b;
}

.comparison-table-wrap table tr.other-platforms td {
    font-family: 'Open Sans', sans-serif;
    text-align: center !important;
    padding: 19px 20px 5px;
    border-bottom: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    text-align: left;
    color: #0ddaba;
    text-transform: uppercase;
}

.comparison-table-wrap table td.label-td {
    text-align: left !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    text-align: left;
    color: #4a4a4a;
}

.ee-th,
tr.other-platforms td:nth-of-type(2) {
    background: #ed1747;
    border: 2px solid #ed1747;
    border-top: 1px solid #ed1747;
}

td.ee-td {
    border-left: 2px solid #ed1747;
    border-right: 2px solid #ed1747;
    color: #ed1747;
}

.comparison-table-wrap table tr:last-child td.ee-td {
    border-bottom: 2px solid #ed1747;
}

.comparison-table-wrap table tr:nth-child(2) td {
    padding-top: 10px;
}

.simple-panel-wrap {
    padding: 60px 0 0;
}

.simple-panel-header span {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    height: 66px;
    display: block;
}

.simple-panel-header {
    text-align: center;
    padding: 20px;
}

.simple-panel-orange {
    border: 1px solid #f4942a;
}

.simple-panel-orange .simple-panel-header {
    background-color: #f4942a;
}

.simple-panel-aqua {
    border: 1px solid #0ddaba;
}

.simple-panel-aqua .simple-panel-header {
    background-color: #0ddaba;
}

.simple-panel-purple {
    border: 1px solid #5308b2;
}

.simple-panel-purple .simple-panel-header {
    background-color: #5308b2;
}

.simple-panel-body {
    padding: 20px;
    background: #FFFFFF;
    text-align: center;
}

.simple-panel-body span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #86888b;
    display: block;
    margin-bottom: 0;
    height: 166px;
}

/* Video page */

.search-bar {
    width: 100% !important;
    max-width: 716px;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
}

input#video-search {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #dce0e0;
    padding: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/icons/icon-search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 97.5% center;
}

.input-group {
    width: 100% !important;
}

.input-group input {
    display: inline-block;
    width: calc(100% - 42px) !important;
}

.input-group span {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-bottom: solid 1px #dce0e0;
    border-top: solid 1px #dce0e0;
    border-right: solid 1px #dce0e0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding: 6px;
    cursor: pointer;
}

.input-group span img {
    width: 17px;
}

.video-tutorials-wrap h3 {
    font-family: 'Questrial', sans-serif;
    font-size: 22px;
    line-height: 1.91;
    letter-spacing: -0.5px;
    text-align: left;
    color: #4a4a4a;
}

.video-item:nth-child(n+5) {
    display: none;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.load-videos {
    opacity: 1 !important;
    display: inline-block !important;
}

.section-purple-print h4 {
    color: #FFFFFF;
    margin: 15px 0 40px;
}

.alert-section h6 {
    display: inline-block;
    margin: 18px auto 10px;
    background: #ed1747;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: -0.3px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
}

.alert-section h6::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.5px 0 14.5px 20px;
    border-color: #ed1747 transparent #ed1747 transparent;
}

.alert-section h6::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.5px 20px 14.5px 0;
    border-color: #ed1747 transparent #ed1747 transparent;
}

.section-orange-geo-split {
    position: relative;
}

.section-orange-geo-split .widget-type-linked_image img {
    width: 100% !important;
}

.orange-geo-content {
    margin-left: 0 !important;
}

.orange-geo-content h4 {
    font-family: 'Questrial', sans-serif;
    font-size: 26px;
    line-height: 1.19;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}

.orange-geo-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}

.orange-geo-content .row-fluid-wrapper:nth-of-type(1) {
    position: absolute;
    height: 100%;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/orange-geometric-pattern.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
    padding: 60px 150px;
}


.page-hero-single {
    height: 520px;
    display: table !important;
    width: 100% !important;
    background: #EFEFEF;
}


.page-hero-single .row-fluid-wrapper.row-number-2 {
    display: table-cell !important;
    vertical-align: middle;
}

.hero-single-content h1 {
    font-family: 'Questrial', sans-serif;
    font-size: 50px;
    line-height: 1.08;
    letter-spacing: -1.2px;
    color: #ffffff;
}


.page-hero-single {
    padding-top: 88px;
}

.page-hero-single  .hero-content-right h3 {
    color: #4a4a4a;
}

.page-hero-single  .hero-content-right p {
    color: #86888b;
}

.single-investment-type-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.single-investment-type-list ul li {
    display: inline-block;
    width: calc(50% - 84px);
    text-align: left;
    margin: 20px 40px;
    vertical-align: top;
    padding-left: 40px;   
}

.single-investment-type-list ul li:before {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/tick-bullet-white-base.png?t=1496901579453) !important;
    position: absolute;
    background: lightgray;
    margin-left: -35px;
    height: 24px;
    display: block;
    width: 24px;
    text-align: center;
    padding-top: 4px;
    border-radius: 100%;
}

.baskets-bundles-lists h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-align: left;
    color: #ed1747;
}

.baskets-bundles-lists ul {
    list-style: none;
    padding: 10px 0 0 5px;
}

.baskets-bundles-lists ul li {
    text-align: left;
    margin: 25px 0 25px 35px;
    vertical-align: top;
}

.baskets-bundles-lists ul li:before {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/tick-bullet-white-base.png?t=1496901579453) !important;
    position: absolute;
    background: #ed1747;
    margin-left: -40px;
    height: 24px;
    display: block;
    width: 24px;
    text-align: center;
    padding-top: 4px;
    border-radius: 100%;
}


@font-face {
    font-family: 'Lato-Light';
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Light.eot');
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
         url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Regular.eot');
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Bold.eot');
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Heavy.eot');
    src: url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
         url('https://blog.gt247.com/hubfs/gt247-new-website/fonts/Lato-Heavy.ttf') format('truetype');
}

/* Blog */

.ee-new-blog .logo-red {
    opacity: 1;
}

.ee-new-blog .navbar-nav>li>a:not(.btn) {
    color: #86888b;
}

.ee-new-blog .header-container-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
}

.ee-new-blog .body-container-wrapper {
    padding-top: 79px;
}

.header-banner h1 {
    font-family: 'Lato-Light',sans-serif!important;
    font-size: 40px!important;
    color: #FFFFFF!important;
    letter-spacing: 0!important;
}

.blog-panel {
    margin: 40px 0 0;
    position: relative;
}

.blog-title-block {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(125,125,125,0.8);
}

.hs-content-id-5198322319 .blog-title-block, 
.hs-content-id-5196456418 .blog-title-block {
    background: rgba(13, 218, 186, 0.85);
}

.hs-content-id-5198321993 .blog-title-block,
.hs-content-id-5198318974 .blog-title-block {
    background: rgba(273, 23, 71, 0.85);
}

.hs-content-id-5198320066 .blog-title-block {
    background: rgba(244, 148, 42, 0.85);
}

.hs-content-id-6183116762 .blog-title-block, 
.hs-content-id-5198320458 .blog-title-block {
    background: rgba(83, 8, 178, 0.85);
}

.filter-bar {
    background: #F4F4F4;
    padding: 40px 0;
}

.blog-listing-section {
    padding: 25px 0;
}

.post {
    display: inline-block;
    width: calc(50% - 32px);
    margin: 16px 15px;
    vertical-align: top;
}

.post:nth-of-type(1) {
    width: calc(100% - 30px);
}

.post-content {
    background: #F4F4F4;
    padding: 30px;
}

.post-content a:hover,
.post-content a:active,
.post-content a:focus {
    text-decoration: none;
}

.post-content a h2 {
    font-family: 'Lato-Light',sans-serif!important;
    font-size: 24px!important;
    color: #343434!important;
    letter-spacing: 0!important;
    margin-top: 0;
    height: 100px;
    margin-bottom: 0;
}

.post-details {
    margin-top: 15px;
}

span.post-details-separator, 
span.post-date {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 10px;
    color: #989898;
    letter-spacing: 3px;
    text-transform: uppercase;
}

span.post-author,
span.post-author a.author-link {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 10px;
    color: #ED2853;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

.post-excerpt {
    height: 80px;
    margin: 20px 0;
}

.featured-image-wrapper {
    height: 180px;
    overflow: hidden;
}

.featured-image-wrapper img {
    max-width: 400px;
    width: auto;
    height: auto;
    min-height: 183px;
}

a.blog-read-more {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    padding: 7.5px 0;
}

a.blog-read-more:hover {
    color: #4A4A4A !important;
}

a.blog-read-more:after {
    content: '';
    display: block;
    height: 1px;
    width: 155px;
    background: #ED2853;
    margin-top: 7.5px;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

a.blog-read-more:hover:after {
    content: '';
    width: 0;
}


.post:nth-of-type(1) .featured-image-wrapper, 
.post:nth-of-type(1) .post-excerpt,
.post:nth-of-type(1) .post-content h2 {
    height: auto;
}

.post:nth-of-type(1) .post-content {
    display: inline-block;
    width: 50%;
    height: 320px;
}

.post:nth-of-type(1) .featured-image-wrapper {
    display: inline-block;
    width: 50%;
    float: left;
    height: 320px;
}

.post:nth-of-type(1) .featured-image-wrapper img {
    max-width: initial;
    width: auto;
    height: 320px;
}

/* Blog single */

.blog-header .col-sm-10 {
    padding-left: 0;
}

.blog-header {
    padding: 40px 0;
}

.blog-header h2 {
    margin-top: 0;
    min-height: 68px;
    margin-bottom: 0;
}

.single-post-details {
    margin-top: 7.5px;
}

.single-post-details a {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 10px;
    color: #ED2853;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

span.pull-right.post-date {
    position: relative;
    top: 4px;
}

.single-post-image {
    margin: 40px 0;
    padding-top: 60px;
}

.single-blog-content .filter-panel {
    margin-top: 40px;
}


.header-banner {
    padding-top: 25px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-banner h1 {
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    bottom: -20px;
}

.header-banner .hs_cos_wrapper_type_form h3 {
    display: none;
}

.header-banner .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-family: 'Lato-Heavy',sans-serif;
    font-size: 9px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 10px;
    max-width: 100%;
    overflow: initial;
    text-overflow: unset;
}

.header-banner .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    border-left: 1px solid #FFFFFF;
}

.header-banner .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    padding-left: 0;
    border-left: none;
}

.sub-menu-wrapper {
    margin-top: 0px;
}

.header-subscribe-wrapper {
    height: 90px;
    display: table;
    width: 100%;
}

.subscribe-center {
    display: table-cell;
    vertical-align: middle;
}

.subscribe-center > span {
    position: relative;
    top: 15px;
}

.header-subscribe-wrapper label {
    display: inline-block;
    width: 160px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
}

.header-subscribe-wrapper label span.hs-form-required {
    display: none;
}

.header-subscribe-wrapper .hs_submit {
    display: inline-block;
    width: 120px;
}

.header-subscribe-wrapper .hs-form-field {
    display: inline-block;
    width: calc(100% - 120px);
}

.header-subscribe-wrapper .input {
    display: inline-block;
    width: calc(100% - 160px);
}

.header-subscribe-wrapper .input input {
    width: calc(100% - 20px);
    border: 2px solid #FFFFFF;
    border-radius: 14px;
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    background: transparent;
    padding: 12px !important;
}

.header-subscribe-wrapper .input input::placeholder {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.header-subscribe-wrapper input[type="submit"] {
    background: #ED2853;
    background: -moz-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241,41,83,1)), color-stop(100%, rgba(211,19,59,1))) !important;
    background: -webkit-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -ms-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: linear-gradient(180deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F12953', endColorstr='#D3133B',GradientType=0 ) !important;
    font-family: 'Lato-Heavy', sans-serif !important;
    font-size: 12px !important;
    color: #FFFFFF !important;
    letter-spacing: 3px !important;
    padding: 15px !important;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
}

.header-subscribe-wrapper input[type="submit"]:hover {
    background: #ED2853;
    background: -moz-linear-gradient(270deg, rgba(137,137,137,1) 0%, rgba(137,137,137,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137,137,137,1)), color-stop(100%, rgba(137,137,137,1))) !important;
    background: -webkit-linear-gradient(270deg, rgba(137,137,137,1) 0%, rgba(137,137,137,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(137,137,137,1) 0%, rgba(137,137,137,1) 100%) !important;
    background: -ms-linear-gradient(270deg, rgba(137,137,137,1) 0%, rgba(137,137,137,1) 100%) !important;
    background: linear-gradient(180deg, rgba(137,137,137,1) 0%, rgba(137,137,137,1) 100%) !important;
}

.header-subscribe-wrapper ul.hs-error-msgs.inputs-list {
    position: absolute;
    padding-left: 160px;
    padding-top: 2.5px;
}

.header-subscribe-wrapper ul.hs-error-msgs.inputs-list li label {
    font-size: 10px;
    display: block !important;
    width: 200px;
}

/* If no sub menu */

.header-banner.banner-no-submenu {
    padding-bottom: 53px;
    padding-top: 33px;
}

.no-submenu h1 {
    margin-top: 15px;
    padding-bottom: 31px;
}

/* Post Lazy Loading */

.post:nth-child(n+6) {
    display: none;
    opacity: 0;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

.load-more-wrapper {
    padding: 30px 15px;
}

span#load-more {
    cursor: pointer;
    background: -moz-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241,41,83,1)), color-stop(100%, rgba(211,19,59,1))) !important;
    background: -webkit-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -ms-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: linear-gradient(180deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F12953', endColorstr='#D3133B',GradientType=0 ) !important;
    font-family: 'Lato-Heavy', sans-serif !important;
    font-size: 12px !important;
    color: #FFFFFF !important;
    letter-spacing: 3px !important;
    padding: 15px !important;
    border: none;
    /*border-radius: 8px;*/
    text-transform: uppercase;
}

.post.lazy-loaded {
    display: inline-block;
    opacity: 1;
}

/* Author Filter */

.filter-panel {
    margin-top: 15px;
    padding: 30px;
    background: #F4F4F4;
}

.filter-panel ul {
    padding-left: 0;
    list-style: none;
}

.filter-panel ul li,
.filter-panel ul li a {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 12px;
    color: #ED2853;
    letter-spacing: 0;
    line-height: 24px;
}

.filter-panel ul li:before {
    content: '-';
    margin-right: 20px;
}
















.blog-title-block h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #ffffff;
    height: 48px;
    margin: 0 0 10px;
}

.blog-title-block p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.3px;
    text-align: left;
    color: #ffffff;
}

.back-to-invest {
    text-align: right;
}

.investment-type-single-navigation a {
    padding: 25px;
}

.investment-type-single-navigation a span {
    font-size: 14px;
    line-height: 3;
    letter-spacing: -0.3px;
    color: #4a4a4a;
    text-decoration:none;
}

.investment-type-single-navigation a h3 {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: -0.6px;
    color: #4a4a4a;
    text-decoration:none;
}

.investment-type-single-navigation .col-sm-6 {
    padding: 0 40px;
}

.investment-type-single-navigation .col-sm-6:nth-of-type(1) {
    border-right: 1px solid #dce0e0;
}

.investment-type-single-navigation a:hover span,
.investment-type-single-navigation a:hover h3,
.investment-type-single-navigation a:visited span,
.investment-type-single-navigation a:visited h3,
.investment-type-single-navigation a:focus span,
.investment-type-single-navigation a:focus h3,
.investment-type-single-navigation a:active span,
.investment-type-single-navigation a:active h3,
.investment-type-single-navigation a:hover,
.investment-type-single-navigation a:visited,
.investment-type-single-navigation a:focus,
.investment-type-single-navigation a:active {
    color: #4a4a4a;
    text-decoration: none !important;
}

.hs-content-id-5198322319 .investment-type-single-navigation .col-sm-6:nth-of-type(1), 
.hs-content-id-5196456418 .investment-type-single-navigation .col-sm-6:nth-of-type(1) {
    border-top: 3px solid #0ddaba;
}

.hs-content-id-5198322319 .investment-type-single-navigation .col-sm-6:nth-of-type(2), 
.hs-content-id-5196456418 .investment-type-single-navigation .col-sm-6:nth-of-type(2) {
    border-top: 3px solid #ed1747;
}

.hs-content-id-5198321993  .investment-type-single-navigation .col-sm-6:nth-of-type(1),
.hs-content-id-5465912945  .investment-type-single-navigation .col-sm-6:nth-of-type(1),
.hs-content-id-5198318974  .investment-type-single-navigation .col-sm-6:nth-of-type(1) {
    border-top: 3px solid #ed1747;
}

.hs-content-id-5198321993  .investment-type-single-navigation .col-sm-6:nth-of-type(2),
.hs-content-id-5465912945  .investment-type-single-navigation .col-sm-6:nth-of-type(2) {
    border-top: 3px solid #0ddaba;
}

.hs-content-id-5198318974  .investment-type-single-navigation .col-sm-6:nth-of-type(2) {
    border-top: 3px solid #f4942a;
}

.hs-content-id-5198320066  .investment-type-single-navigation .col-sm-6:nth-of-type(1) {
    border-top: 3px solid #f4942a;
}

.hs-content-id-5198320066  .investment-type-single-navigation .col-sm-6:nth-of-type(2) {
    border-top: 3px solid #5308b2;
}

.hs-content-id-6183116762  .investment-type-single-navigation .col-sm-6:nth-of-type(1),
.hs-content-id-5198320458  .investment-type-single-navigation .col-sm-6:nth-of-type(1) {
    border-top: 3px solid #5308b2;
}

.hs-content-id-6183116762  .investment-type-single-navigation .col-sm-6:nth-of-type(2){
    border-top: 3px solid #0ddaba;
}

.hs-content-id-5198320458  .investment-type-single-navigation .col-sm-6:nth-of-type(2) {
    border-top: 3px solid #ed1747;
}

.etf-quote {
    padding: 40px 0px;
}

.etf-quoter {
    text-align: center;
}

.etf-quoter h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.14;
    color: #f4942a;
    margin-bottom: 0;
}

.etf-quoter p {
    font-size: 14px;
    line-height: 2.14;
    color: #86888b;
    margin-bottom: 0;
}

.etf-quote h2 {
    text-align: left;
}

.ra-list.single-investment-type-list ul li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 25px 40px;
    vertical-align: top;
    padding-left: 0;
}

/* Video Page */

.video-item iframe {
    width: 239px;
    height: 135px;
}

.video-item {
    display: inline-block;
    width: 239px;
    vertical-align: top;
    margin: 10px;
    position: relative;
}

.video-title-block {
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    background: #FFF;
    padding: 10px;
    height: 92px;
    position: relative;
    top: -5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    text-align: left;
    color: #4a4a4a;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

iframe.active-iframe {
    width: 100%;
    height: 600px;
}

.active-video {
    margin: 10px;
    width: calc(100% - 20px);
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.75s  linear 0.5;
    -moz-transition: 0.75s  linear 0.5;
    -o-transition: 0.75s  linear 0.5;
    transition: 0.75s  linear 0.5;
}

.active-video.selected {
    height: 600px;
}
/* Single investment page */

.single-investment .header-container-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
}

.single-investment .logo-red {
    opacity: 1;
}

.single-investment .logo-white {
    opacity: 0;
}

.single-investment a.btn-login {
    background: transparent !important;
    border-color: #ed1747 !important;
    color: #ed1747 !important;
}

.single-investment .active-branch ul {
    float: right;
}    
 
.single-investment .active-branch ul li a {
    color: #86888b !important;
}

.single-investment .body-container {
    padding-top: 80px !important;
}

.breadcrumb {
    padding: 0 15px;
    margin-bottom: 50px;
}

.breadcrumb a {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 2.17;
    letter-spacing: -0.3px;
    text-align: left;
    color: #86888b;
}

.white-investment-panel {
    background: #FFFFFF;
}

.white-investment-panel-body {
    margin: 0 !important;
    padding: 20px;
    border-bottom: solid 1px #dce0e0;
}

.white-investment-panel-dropdown-toggle {
    padding: 17.5px 35px;
    cursor: pointer;
}

.white-investment-panel-dropdown {
    padding: 0 20px;
    margin: 0 !important;
    height: 0;
    overflow: hidden;
    opacity: 0;
  -webkit-transition: 0.75s  linear;
    -moz-transition: 0.75s  linear;
    -o-transition: 0.75s  linear;
    transition: 0.75s  linear;
}

.white-investment-panel-dropdown.fade-in-panel {
    opacity: 1;
    height: auto;
    padding: 0 20px 20px;
}

.col-sm-9.investment-header-info {
    padding-left: 40px;
}

.col-sm-9.investment-header-info h2, 
.col-sm-9.investment-header-info h2 span {
    font-family: 'Questrial',sans-serif;
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: -0.6px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
}

.col-sm-9.investment-header-info h3, 
.col-sm-9.investment-header-info h3 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.38;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
}

.white-investment-panel-dropdown-toggle span {
    font-size: 16px;
    line-height: 2.38;
    letter-spacing: -0.4px;
    text-align: left;
    color: #4a4a4a;
}

.white-investment-panel-dropdown-toggle span.toggle-heading:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #ed1747;
    margin-right: 15px;
    position: relative;
    top: -1px;
}

span.dropdown-arrow {
    display: inline-block;
    float: right;
    font-size: 22px !important;
    line-height: 1 !important;
    margin-left: 15px;
    position: relative;
    top: 0px;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.active-dropdown span.dropdown-arrow {
    -webkit-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.figures-list {
    list-style: none;
    padding: 20px 0;
}

ul.figures-list li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #dce0e0;
    vertical-align: top;
}

ul.figures-list li:last-child() {
    padding-left: 0;
    border-right: none;
}

.rtn {
    display: none;
}

.rtn.active-zoom {
    display: block;
}

.instrument-page .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float: right;
}

.instrument-page a.btn-login {
    background: transparent !important;
    border-color: #ed1747 !important;
    color: #ed1747 !important;
}

a#hpw-toggle {
    display: inline-block;
    color: #ed1747;
    margin-bottom: 15px;
    text-decoration: underline;
}

.hpw {
    display: none;
}

div#stock-description {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #86888b;
}

span.movement-label {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #86888b;
}

.investment-pricing-history {
    border: solid 1px #dedfe1;
    margin-top: 20px;
}

.investment-pricing-history-heading {
    padding: 15px;
}

.investment-pricing-history-heading h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.4px;
    text-align: left;
    color: #4a4a4a;
    margin: 0;
}

.investment-pricing-history-heading h4 span {
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #4a4a4a;
}

.investment-pricing-history-strip {
    background: #f5f6f8;
}

ul.figures-list.pricing-list li {
    text-align: center;
    padding: 0;
    width: 32%;
}

ul.figures-list.pricing-list li span.hs_cos_wrapper_type_text {
    font-size: 26px;
    line-height: 1.27;
    letter-spacing: -0.7px;
    text-align: center;
    color: #4a4a4a;
}

.investment-pricing-history-body {
    padding: 15px;
}

.investment-pricing-history-body h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
}

.investment-pricing-history-body p {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #86888b;
}

.investmenr-learn-more p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
    margin-top: 20px;
}

.investmenr-learn-more p span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4a4a4a;
}

.pricing-list span.movement-label {
    padding-left: 5px;
}

a.learn-more-btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #86888b;
    border-radius: 2px;
    border: solid 1px #86888b;
    padding: 4px;
    margin-left: 15px;
}

a.learn-more-btn span {
    font-size: 12px;
    margin-left: 5px;
    margin-right: 2.5px;
}

a.learn-more-btn:hover,
a.learn-more-btn:focus,
a.learn-more-btn:active,
a.learn-more-btn:visited {
    text-decoration: none;
    color: #86888b;
}

span.load-more-videos {
    font-family: 'Open Sans',sans-serif;
    float: right;
    position: relative;
    top: 30px;
    font-size: 12px;
    line-height: 12px !important;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #86888b;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #86888b;
    padding: 0px 5px 2px 15px;
    cursor: pointer;
    -webkit-transition: 0.25s  linear;
    -moz-transition: 0.25s  linear;
    -o-transition: 0.25s  linear;
    transition: 0.25s  linear;
}

span.load-more-videos:hover {
    text-decoration: none;
    background-color: #ed1747;
    border-color: #ed1747;
    color: #FFFFFF;
}

span.plus-icon {
    position: relative;
    padding: 3px 3px 2px 7px;
    border-left: 1px solid #86888b;
    top: 2px;
    margin-left: 15px;
}

span.load-more-videos:hover span.plus-icon {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.graph {
    display: none;
}

.graph.active {
    display: block;
}

.graph canvas {
    /*width: 100%;*/
    /*height: 375px;*/
    /*background: #ECECEC;*/
}

.graph svg {
    background: #ECECEC;
    height: 370px;
    max-width: 100%;
}

li.zoom-wrapper {
    display: block;
    float: right;
    border-right: none !important;
    padding-right: 0;
}

ul.zoom-controls li {
    font-size: 12px;
    border: 1px solid #dedfe1;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    float: left;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

ul.zoom-controls li.active-zoom {
    color: #FFFFFF;
    background-color: #ed1747;
    border-color: #ed1747;
}

ul.zoom-controls {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    border-left: 1px solid #dedfe1;
        margin-top: 6px;
}

li.zoom-wrapper span {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #86888b;
    position: relative;
    top: -9px;
    margin-right: 20px;
}

span.price-figure {
    color: #4a4a4a;
    font-size: 21px;
    font-weight: 400;
}

ul.figures-list.pricing-list li span.movement-label {
    text-align: center !important;
}

.other-heading {
    margin-top: 0;
    border-bottom: 1px solid #E4E5E7;
}

#other-heading {
    margin-top: 0;
}

div#related-wrap {
    padding-top: 40px;
}

.instrument-page .header-container-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
}

.instrument-page .header-container-wrapper .logo-white {
    opacity: 0;
}

.instrument-page .header-container-wrapper .logo-red {
    opacity: 1;
}

.instrument-page .header-container-wrapper .active-branch ul li a, .instrument-page .header-container-wrapper ul.active-branch li a {
    color: #86888b;
}

.instrument-page .body-container-wrapper {
    padding-top: 40px;
}

div#cat-icon {
    margin-top: 7.5px;
}

#cat-icon span.easy-icon,
#cat-icon span.easy-icon > span {
    font-family: 'font-easy' !important;
    font-size: 25px !important;
    display: inline-block !important;
    position: relative;
    top: 3px;
}

#cat-icon span.easy-icon.sub-cat-icon {
    margin-left: 10px;
}

#cat-icon span.cat-label {
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
}

.investment-item-content.investment-name-cell a {
    color: #86888b;
    text-decoration: none;
}

/* Basket page */

div#basket-description p, div#basket-description li {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #86888b;
}

div#basket-description p a, div#basket-description li a {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #ed1747;
}

div#basket-description {
    padding: 0 15px;
}

.accordion-header > div {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.3px;
    text-align: left;
    color: #86888b;
}

.basket-daily-change {
    text-align: right !important;
}

div#basket-items {
    border: 1px solid #dce0e0;
    border-top: none;
    margin: 15px;
}

.accordion-header {
    border-top: 1px solid #dce0e0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 12.5px 0;
    cursor: pointer;
}

.basket-daily-change span {
    font-size: 14px;
}

.accordion-body {
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 20px;
}

.accordion-body {
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.75s  linear;
    -moz-transition: 0.75s  linear;
    -o-transition: 0.75s  linear;
    transition: 0.75s  linear;
}

.accordion-body.show-basket-item {
    margin-bottom: 20px;
    height: auto;
    opacity: 1;
}

.white-investment-panel-footer:nth-child(3) {
    border-top: solid 1px #dce0e0;
}

.basket-contents {
    display: none;
}

/* Landing Page */

.section-one-header {
    padding-top: 20px;
}

.section-one-header h2 span {
    font-family: 'Questrial', sans-serif;
    font-size: 32px;
    line-height: 1.19;
    letter-spacing: -0.8px;
    color: #ed1747;
    text-decoration: underline;
}

.tick-list-red ul {
    list-style: none;
    list-style-image: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/icons/tick-bullet.png);
    padding-left: 24px;
    margin-bottom: 20px;
}

.tick-list-red ul li {
    padding-left: 10px;
    padding-bottom: 7.5px;
}

.share-logo {
    text-align: center;
    position: absolute;
    margin-top: -20px;
}

.share-logo span.hs_cos_wrapper {
    background: #FFFFFF;
    padding: 30px 25px 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(68,68,68,0.5);
    -moz-box-shadow: 0px 1px 15px 0px rgba(68,68,68,0.5);
    box-shadow: 0px 1px 15px 0px rgba(68,68,68,0.5);
}

.offer-intro h3 {
    font-size: 28px;
    font-style: italic;
    line-height: 0.93;
    color: #ed1747;
    margin-bottom: 30px;
    padding-top: 10px;
}

.modal-background {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    top: 0;
    left: 0;
    opacity: 0;
  -webkit-transition: 0.45s  linear;
    -moz-transition: 0.45s  linear;
    -o-transition: 0.45s  linear;
    transition: 0.45s  linear;
    z-index: -1000000;
}

.modal-open {
    opacity: 1;
    z-index: 1000000;
}


.modal-background .row-fluid-wrapper:nth-of-type(1) {
    display: table !important;
    width: 100% !important;
    height: 100vh !important;
}

.modal-background .row-fluid-wrapper .row-fluid {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center;
}

.modal-background iframe {
    width: 100%;
    max-width: 880px;
}

.modal-wrap {
    background: #FFFFFF;
    padding: 0 20px 20px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

span.modal-dismiss {
    display: inline-block;
    font-size: 30px;
    margin-top: 0;
    cursor: pointer;
    float: right;
}


.mobile-menu-wrapper {
    display: none;
}

.mobile-menu-wrapper {
    position: fixed;
    border-top: 1px solid #CCC;
    height: calc(100vh - 55px);
    top: 55px;
    left: -100vw;
    background: #FFFFFF;
    width: 100%;
    z-index: 100;
    padding-top: 20px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.mobile-menu-wrapper.open-menu {
    left: 0;
}

ul.mobile-nav {
    list-style: none;
    padding: 0;
}

ul.mobile-nav li {
    display: block;
    width: 100%;
    padding: 7.5px 0;
}

ul.mobile-nav li a {
    font-family: 'Open Sans', sans-serif;
    color: #ed1747;
}

ul.mobile-nav li.navbar-btn a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #ed1747;
    border-color: #ed1747;
    margin: 0;
    width: 100%;
}

a.social-link {
    background: rgba(74, 74, 74, 0.22);
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 2px;
    margin-right: 5px;
}

a.social-link:nth-child(2):hover {
    background: #3b5998;
}
a.social-link:nth-child(1):hover {
   background: #4099FF;
}
a.social-link:nth-child(3):hover {
    background: #007bb6;
}

a.social-link img {
    max-height: 20px;
    max-width: 20px;
}

.social-block {
    margin-top: 40px;
}

a.social-link-white-circle {
    font-size: 22px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 41px;
    width: 41px;
    display: inline-block;
    border-radius: 100%;
    padding: 4px 10px;
    margin: 12px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

a.social-link-white-circle:hover {
    color: #86888b;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

a.social-link-white-circle:nth-child(1){
    padding: 4px 13px;
}

.tax-free-page .page-hero-right .hero-content .row-fluid:nth-of-type(1) {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: initial !important;
    display: table !important;
}

.tax-free-page .vert-center {
    padding: 0 20px !important;
}

.tax-free-page .page-hero-right .hero-content .row-fluid:nth-of-type(1) .span12 {
    display: table-cell !important;
    height: auto !important;
    float: none !important;
    vertical-align: middle !important;
}

td.ee-th img {
    height: auto !important;
    width: 100% !important;
    max-width: 163px;
}

.resources-tools-page .section-orange-geo-split .span5 img {
    width: 100% !important;
    max-width: initial !important;
    margin-left: 0;
}

.investment-get-started {
    padding: 0 40px;
}

.investment-get-started .hs-cta-wrapper {
    margin-top: 40px;
    display: block;
}

.tax-free-hero .container > .row-fluid-wrapper {
    display: table !important;
    width: 100% !important;
}

.tax-free-hero .container > .row-fluid-wrapper > .row-fluid .span6 {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

.tax-free-hero {
    padding-top: 83px;
}

.popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    display: table !important;
    opacity: 0;
  -webkit-transition: 0.45s  linear;
    -moz-transition: 0.45s  linear;
    -o-transition: 0.45s  linear;
    transition: 0.45s  linear;
    z-index: -1000000;
}

.video-modal-show {
    z-index: 10000;
    opacity: 1;
}

.popup-container {
    max-width: 900px !important;
    margin: auto !important;
    float: none !important;
}

.popup-background > .row-fluid-wrapper {
    display: table-cell !important;
    vertical-align: middle !important;
}

.close-modal {
    width: 100%;
    max-width: 960px;
    margin: auto;
    text-align: right;
    float: none !important;
    margin-left: auto !important;
    position: relative;
    top: 35px;
    margin-top: -35px;
}

span.dismiss-video {
    cursor: pointer;
    font-size: 34px;
    color: #FFF;
    opacity: 0.7;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

span.dismiss-video:hover {
    opacity: 1;
}

table.investments-table {
    width: 100%;
    border: solid 1px #dadede;
}

table.investments-table {
    width: 100%;
    border: solid 1px #dadede;
}

table.investments-table th {
    background-color: #eceff1;
    padding: 5px 7.5px;
    text-align: center;
}

table.investments-table th.text-left {
    text-align: left;
}

table.investments-table td {
    background-color: #FFFFFF;
    padding: 15px;
}

table.investments-table td.logo-cell {
    max-width: 110px;
}

table.investments-table tbody tr {
    border-bottom: 1px solid #e0e1e3;
}

td.price-target, 
td.trend-target {
    text-align: center;
}

.price-target {
    font-weight: bold;
    color: #4a4a4a;
    margin-right: 5px;
}

span.incline {
    color: #0ddaba;
}

span.decline {
    color: #ed1747;
}

svg.graph {
    width: 63px;
    height: 70px;
    margin: 0 auto;
    padding-top: 80px;
    transform: scale(0.75);
}

.card-back .trend-target {
    height: 80px;
    overflow: hidden;
}

.card-back .trend-target canvas {
    height: 75px !important;
    width: auto !important;
    margin: 0 auto;
    position: relative;
    left: -5px;
}

.td-graph-wrapper {
    height: 87px;
    overflow: hidden;
}

.td-graph-wrapper .graph {
    /*margin-top: 125px !important;*/
}

tr.investment-item {
    cursor: pointer;
}

.tooltip-content {
    position: absolute;
    padding: 15px;
    background: #FFFFFF;
    opacity: 0;
    margin-top: -24px;
    margin-left: 78px;
    max-width: 610px;
    display: none;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.tooltip-content ol {
    padding-left: 20px;
    padding-top: 20px;
}

.tooltip-content ol li {
    padding-left: 15px;
}

.tooltip-content.show {
    opacity: 1;
}

.tooltip-content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -10px;
}

span.tooltip-action {
    text-decoration: underline;
    cursor: pointer;
    color: #ed1747;
}

span.filter-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.3px;
    text-align: center;
    color: #86888b;
    display: block;
    margin-top: 10px;
}

ul.filter-list li img {
    width: 45px;
    margin: 0 auto;
    display: block;
}

ul.filter-list .easy-icon {
    font-family: 'font-easy' !important;
    font-size: 40px !important;
    text-align: center !important;
    display: block !important;
}

/* Blog */

/* Blog */

.filter-bar {
    background: #F4F4F4;
    padding: 40px 0;
}

.blog-listing-section {
    padding: 25px 0;
}

.post {
    display: inline-block;
    width: calc(50% - 32px);
    margin: 16px 15px;
    vertical-align: top;
}

.post:nth-of-type(1) {
    width: calc(100% - 30px);
}

.post-content {
    background: #F4F4F4;
    padding: 30px;
}

.post-content h2 {
    margin-top: 0;
    height: 100px;
    margin-bottom: 0;
}

.post-details {
    margin-top: 15px;
}

span.post-details-separator, 
span.post-date {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 10px;
    color: #989898;
    letter-spacing: 3px;
    text-transform: uppercase;
}

span.post-author,
span.post-author a.author-link {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 10px;
    color: #ED2853;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

.post-excerpt {
    height: 80px;
    margin: 20px 0;
}

.featured-image-wrapper {
    height: 180px;
    overflow: hidden;
}

.featured-image-wrapper img {
    max-width: 100%;
    width: auto;
    height: auto;
}

a.blog-read-more {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    padding: 7.5px 0;
}

a.blog-read-more:hover {
    color: #4A4A4A !important;
}

a.blog-read-more:after {
    content: '';
    display: block;
    height: 1px;
    width: 155px;
    background: #ED2853;
    margin-top: 7.5px;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

a.blog-read-more:hover:after {
    content: '';
    width: 0;
}


.post:nth-of-type(1) .featured-image-wrapper, 
.post:nth-of-type(1) .post-excerpt,
.post:nth-of-type(1) .post-content h2 {
    height: auto;
}

.post:nth-of-type(1) .post-content {
    display: inline-block;
    width: 50%;
    height: 320px;
}

.post:nth-of-type(1) .featured-image-wrapper {
    display: inline-block;
    width: 50%;
    float: left;
    height: 320px;
}

.post:nth-of-type(1) .featured-image-wrapper img {
    max-width: initial;
    width: auto;
    height: 320px;
}

/* Blog single */

.blog-header .col-sm-10 {
    padding-left: 0;
}

.blog-header {
    padding: 40px 0;
}

.blog-header h2 {
    margin-top: 0;
    min-height: 68px;
    margin-bottom: 0;
}

.single-post-details {
    margin-top: 7.5px;
}

.single-post-details a {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 10px;
    color: #ED2853;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

span.pull-right.post-date {
    position: relative;
    top: 4px;
}

.single-post-image {
    margin: 40px 0;
    padding-top: 60px;
}

.single-blog-content .filter-panel {
    margin-top: 40px;
}

/* Post Lazy Loading */

.post:nth-child(n+6) {
    display: none;
    opacity: 0;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
}

.load-more-wrapper {
    padding: 30px 15px;
}

span#load-more {
    cursor: pointer;
    background: -moz-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241,41,83,1)), color-stop(100%, rgba(211,19,59,1))) !important;
    background: -webkit-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: -ms-linear-gradient(270deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    background: linear-gradient(180deg, rgba(241,41,83,1) 0%, rgba(211,19,59,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F12953', endColorstr='#D3133B',GradientType=0 ) !important;
    font-family: 'Lato-Heavy', sans-serif !important;
    font-size: 12px !important;
    color: #FFFFFF !important;
    letter-spacing: 3px !important;
    padding: 15px !important;
    border: none;
    /*border-radius: 8px;*/
    text-transform: uppercase;
}

.post.lazy-loaded {
    display: inline-block;
    opacity: 1;
}

/* Author Filter */

.filter-panel {
    margin-top: 15px;
    padding: 30px;
    background: #F4F4F4;
}

.filter-panel ul {
    padding-left: 0;
    list-style: none;
}

.filter-panel ul li,
.filter-panel ul li a {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 12px;
    color: #ED2853;
    letter-spacing: 0;
    line-height: 24px;
}

.filter-panel ul li:before {
    content: '-';
    margin-right: 20px;
}

/* RA Page */

.ra-page .page-hero-single {
    background: #FEF6F8;
}

.ra-page .hero-single-content h1 {
    color: #ED1747;
}

.ra-page .logo-red {
    opacity: 1;
    margin-top: 10px;
}

.ra-page .navbar-nav>li>a:not(.btn),
.ra-page .active-branch ul li a {
    color: #86888b !important;
}

.ra-page .header-container-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
}

.ra-page .menu-wrap .hs-menu-wrapper {
    float: right;
    position: relative;
    top: 5px;
}

.ra-page a.btn-login {
    border: 2px solid #86888b !important;
    color: #86888b !important;
    padding: 9px 14px !important
}

.ra-page a.btn-login:hover,
.ra-page a.btn-login:active,
.ra-page a.btn-login:focus {
    background-color: #ed1747 !important;
    border-color: #ed1747 !important;
    color: #FFFFFF !important;
}

.ra-page .single-investment-type-list ul li:before {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/tick-bullet-white-base.png?t=1512474384594)!important;
    position: absolute;
    background: #ED1747;
    margin-left: -35px;
    height: 24px;
    display: block;
    width: 24px;
    text-align: center;
    padding-top: 4px;
    border-radius: 100%;
}

.testimonial-well {
    padding: 25px;
    border: 1px solid #DCE0E0;
    margin-top: 40px;
}

.testimonial-well p {
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: -0.34px;
    line-height: 20px;
}

.testimonial-well h5 {
    font-size: 12px;
    color: #ED1747;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.testimonial-well-avatar img {
    max-width: 105px;
}

.white-well {
    background: #FFFFFF;
    border: 1px solid #DCE0E0;
    padding: 30px;
}

.section .span6.white-well h2 {
    text-align: center;
}

.white-well th {
    background: #ECEFF1;
    padding: 10px;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: -0.29px;
    line-height: 20px;
}

.white-well th:nth-child(2) {
    width: 125px;
}

.white-well tbody tr {
    border-bottom: 1px solid #DCE0E0;
}

.white-well tbody tr td {
    padding: 15px 10px;
    font-size: 16px;
    color: #86888B;
    letter-spacing: -0.39px;
    line-height: 24px;
}

.white-well tbody tr td:nth-child(2){
    font-size: 16px;
    color: #ED1747;
    letter-spacing: -0.39px;
    line-height: 24px;
    text-align: right;
    font-weight: 600;
}

.white-well table {
    margin-top: 24px;
}

.ra-panel {
    margin-top: 40px;
    margin-bottom: 20px;
}

.ra-panel .widget-type-linked_image {
    padding: 35px;
    text-align: center;
    border: 1px solid #DCE0E0;
}

.ra-details {
    padding: 7.5px;
    border: 1px solid #DCE0E0;
    border-top: none;
}

/*.ra-page .investment-type-single-navigation {*/
/*    display: none;*/
/*}*/

.hs-content-id-5198321993 .investment-type-single-navigation {
    display: block;
}

.white-well ol {
    padding-left: 20px;
}

.white-well ol li {
    margin-bottom: 15px;
}

.white-well a {
    color: #86888B;
}

.white-well ol li > .white-well {
    display: inline-block;
}

.white-well h3 {
    margin-top: 0;
}

.ra-icon-wrapper {
    margin-bottom: 30px;
}

.ra-faq-wrapper {
    width: 95%;
    max-width: 600px;
    margin: 40px auto;
}

.ra-accordion-item {
    border: 1px solid #DCE0E0;
    border-bottom: none;
}

.ra-accordion-item:last-child {
    border-bottom: 1px solid #DCE0E0;
}

.ra-accordion-head a {
    display: block;
    width: 100%;
    padding: 15px;
    color: #86888b;
}

.ra-accordion-head a:hover,
.ra-accordion-head a:active,
.ra-accordion-head a:focus {
    color: #86888b;
    text-decoration: none;
}

.ra-accordion-body {
    padding: 0 15px;
    font-size: 14px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.ra-accordion-body.active-accordion {
    padding: 0 15px 15px;
    height: 80px;
}

.ra-accordion-head:after {
    content: '›';
    position: relative;
    top: -35px;
    right: 15px;
    font-size: 18px;
    line-height: 16px;
    float: right;
}

.ra-accordion-head:after {
    content: '›';
    font-size: 18px;
    line-height: 16px;
    float: right;
}

.active-accordion-head.ra-accordion-head:after {
    content: '›';
    font-size: 18px;
    line-height: 16px;
    float: right;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.span6.white-well {
    height: 500px;
}

.span6.white-well {
    height: 500px;
}

li.navbar-btn a {
    border-radius: 2px;
}

.related-blog-wrapper {
    overflow: hidden;
    position: relative;
    height: 240px;
    margin-top: 40px;
}

img.related-blog-image {
    position: relative;
    min-height: 240px;
    max-width: 450px;
    min-width: 100%;
    width: auto;
}

.blog-title-block {
    width: 100%;
}

.blog-title-block a:hover {
    text-decoration: none;
}

.default-img-wrapper {
    height: 240px;
    padding: 20px;
    border: 1px solid #f4f6f7;
}

.default-img-wrapper img {
    max-width: 100%;
    min-height: initial;
    margin-top: 40px;
}

.btn-red {
    border-radius: 2px;
    border: solid 2px #ed1747;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #FFFFFF !important;
    background: #ed1747;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.home-hero-cta-block a.btn-register {
    position: relative;
    top: 14px;
}

.btn-custom-cta {
    position: relative;
    display: block;
    height: 102px;
    width: 116px;
    overflow: hidden;
    margin: 0;
    background-color: #ed1747;
    font-size: 14px;
    line-height: 103px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.btn-custom-cta:before {
    content: '';
    position: absolute;
    right: 30px;
    width: 100%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.btn-custom-cta:hover:before {
  color: #FFFFFF;
  -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  right: 0;
  top: 80px;
}

.btn-white {
    border-radius: 2px;
    border: solid 2px #86888b;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
    color: #86888b !important;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    background-color: #FFFFFF;
    display: inline-block;
    margin-top: 30px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    text-decoration: none;
    color: #FFFFFF !important;
    background: #ed1747;
    border: solid 2px #ed1747;
}

ul.figures-list.pricing-list li {
    min-height: 70px;
    width: 28%;
}

ul.figures-list.pricing-list li.double-width {
    text-align: center;
    padding: 0;
    width: 69%;
    border-right: none;
}

ul.figures-list.pricing-list li.double-width span.movement-label:nth-child(1) {
    border-right: 1px solid #dce0e0;
}

ul.figures-list.pricing-list li.double-width span.movement-label {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}

.section span.info-message a {
    color: #ed1747;
}

.section span.info-message {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin-top: 8px;
    text-align: left;
    padding: 0 6px;
}

/* App launch */

.app-launch {
    margin: 40px 0;
}

.app-launch .container {
    background: #f4f6f7;
    padding: 0;
}

.al-left {
    padding-left: 105px;
    background: url(https://www.easyequities.co.za/hubfs/Easy%20Equities%20-%20New%20Website/Design%20Asset.png?t=1527839019531);
    background-size: 115px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 120px;
    padding-top: 30px;
}

.al-right {
    padding-top: 13px;
    padding-left: 125px !important;
    background: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/Phone-image.png);
    background-repeat: no-repeat;
    background-size: 89px;
    height: 120px;
    background-position: left bottom;
}

.al-right .widget-type-cta {
    padding: 0;
    display: inline-block !important;
    width: auto !important;
}

.timeline h3 span.number-marker {
    color: #FFFFFF;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ed1747;
    border-radius: 100%;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.timeline .span6:nth-child(odd):after {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy-Equities-Landing-Pages/USA-game/timeline-bullet.png?t=1528184028060);
    position: absolute;
    right: -10px;
    z-index: 10;
    margin-left: 0;
    top: 24px;
}

.timeline .span6:nth-child(odd) {
    padding-bottom: 100px;
    padding-right: 40px;
    border-right: 4px solid rgba(220, 224, 224, 0.5);
    position: relative;
}

.timeline .span6 a {
    color: #ed1747;
}

.timeline .span6 ul {
    list-style: none;
    padding: 10px 0 0 5px;
}

.timeline .span6 ul li {
    text-align: left;
    margin: 25px 0 25px 35px;
    vertical-align: top;
}

.timeline .span6 ul li:before {
    content: url(https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/tick-bullet-white-base.png?t=1528184028060) !important;
    position: absolute;
    background: #ed1747;
    margin-left: -40px;
    height: 24px;
    display: block;
    width: 24px;
    text-align: center;
    padding-top: 4px;
    border-radius: 100%;
}

.section-get-started {
    background: url(https://cdn2.hubspot.net/hubfs/1690236/get-investing-star.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.home-hero {
    height: 62vh !important;
    overflow: hidden;
}

.home-hero .hero-content h1 {
    font-size: 56px;
}
.home-heroINT {
    height: 62vh !important;
    overflow: hidden;
}

.home-heroDigital {
    height: 62vh !important;
    overflow: hidden;
}

.home-heroINT .hero-content h1 {
    font-size: 56px;
}

.home-heroDigital .hero-content h1 {
    font-size: 56px;
}

/* Subscribe page */

.subscribe-preferences h1 {
    font-family: 'Questrial',sans-serif;
    font-size: 31px;
    line-height: 1.35;
    letter-spacing: -0.7px;
    text-align: center;
    color: #4a4a4a;
    margin-top: 0;
}

.subscribe-preferences h2 {
    font-family: 'Questrial',sans-serif;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.subscribe-preferences p.header {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #4a4a4a;
}

html body .subscribe-preferences .page-header {
  border-bottom: none;
}

.email-prefs .item .item-inner {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.email-prefs .item .item-inner.selected {
    border-color: #0ddaba;
    background: rgba(13, 218, 186, 0.1);
}

.subscribe-preferences .subscribe-options input[type=checkbox] {
    display: inline-block !important;
    width: 15px !important;
    height: 15px;
    margin-right: 15px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    position: relative;
    top: 0px;
    outline: none !important;
}

.subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}

.subscribe-preferences .subscribe-options input[type=checkbox]:checked:after {
    content: '\00d7';
    color: #4a4a4a;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 15px;
    line-height: 13.5px;
    text-align: center;
}

.subscribe-preferences .item input[type=checkbox] {
    display: inline-block !important;
    width: 15px !important;
    height: 15px;
    margin-right: 0px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    position: relative;
    top: 0px;
    outline: none !important;
}

.subscribe-preferences .item input[type=checkbox]:checked {
    border-color: #0ddaba;
    background: #FFFFFF;
}

.subscribe-preferences .item input[type=checkbox]:checked:after {
    content: '\00d7';
    color: #0ddaba;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 15px;
    line-height: 13.5px;
    text-align: center;
}
.subscribe-preferences .checkbox-row span.fakelabel span {
    margin-left: 15px;
}

.subscribe-preferences .email-prefs .item p {
    margin: 5px 31px 0px;
}

.email-prefs .item .item-inner.highlighted-subscription.selected {
    background: inherit;
    border-width: 3px;
}

.email-prefs .item.disabled .item-inner {
    background-color: #f5f5f5;
    border-color: #e3e3e3; 
}

.subscribe-preferences input#submitbutton {
    color: #fff !important;
    background-color: #ed1747 !important;
    border: none !important;
    padding: 10px 20px !important;
    margin-top: 30px !important;
    border-radius: 2px !important;
}

.hero-background-mobile {
  display: none !important;
}

.footer-upper-menu-mobile {
  display: none !important; 
}


.footer-upper-menu-mobile a.cta_button {
  width: auto !important;
  margin: 15px !important;
}

.cta_button:hover {
   background-color: rgba(2,80,123,1) !important;
}
.cta_button span {
  display: block; 
}

.show-for-mobile {
  display: none !important;
}

@media (min-width: 2276px) {
  .hero-left-content {
   top: 40%; 
  }
 .hero-background-large {
   
   display: block !important;
   background-image: url(https://cdn2.hubspot.net/hubfs/1690236/main-extender.png);
   background-repeat: repeat-x;
    background-size: auto 623px;
  }
  
  .hero-background-large-image, .hero-background-large-bottom {
    max-width: 2276px;
    margin: auto !important;
    float: none !important;
  }
  
  .hero-background-large:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 83px;
    width: calc(50% - 1137px) !important;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/curve-extender.png);
    height: 63px;
  }
  .hero-background-large:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 83px;
    width: calc(50% - 1137px) !important;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/curve-extender.png);
    height: 63px;
    right: 0px;
  }
  
  .hero-background-large-bottom {
   margin-top: -1px !important; 
  }
  
  .hero-background {
   display: none !important; 
  }
  
  .early-access {
   background: none; 
  }
}
@media (max-width: 1500px){
  .social-icons img {
   margin: 5px 10px 30px; 
  }
}

/* Responsive */
@media (max-width: 1400px){
  .hero-content h1 {
    margin-bottom: 20px;
    margin-top: 60px;
  }
  a#cta_button_1690236_fa8022af-68aa-455c-b77e-d39cddec8470 {
   margin-top: 20px; 
  }
  
  .content-wrapper {
    padding: 10px 30px 15px;
  }
  
  .body-container .content-wrapper, .hero-content, .footer-container-wrapper .content-wrapper {
   padding: 0 30px; 
  }
  
  
  
  .hero-inner-wrap {
    padding: 0 30px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 16px 5px !important;  
        /*font-size: 10px;
  }/*/*
  
}
@media (max-width: 1280px){
  .early-access .content-right {
    width: calc(100% - 48.93617020799999%);
    padding-bottom: 280px !important;
  }
  
  
}

@media (max-width: 1240px) {
    .split-section {
        margin-left: 0 !important;
        width: calc(100% - 400px) !important;
        padding: 40px;
        text-align: center;
        min-height: 488px !important;
    }
    
    .split-section-image img {
        width: auto !important;
        max-width: initial;
        height: 488px;
        position: relative;
        right: 130px !important;
    }
    
    .split-section-image {
        width: 400px !important;
        overflow: hidden;
    }
}
@media (max-width: 1200px) {
  .social-icons img {
   margin: 5px 15px 30px; 
  }
  
    .cta_button {
      margin-bottom: 30px;  
    }
    .contact-item {
        display: inline-block !important;
        width: calc(100% - 70px) !important;
    }
    .contact-icon {
        display: inline-block !important;
        width: 55px !important;
    }
    .trading-desk-section .contact-item {
        width: 100% !important;
        text-align: center;
    }
    img.header-logo {
        max-width: 135px;
        margin: 20px 0 0;
    }
      img.header-logoBidvest {
        max-width: 135px;
        margin: 20px 0 0;
    }
    .active-branch ul li a,
    ul.active-branch li a {
        font-size: 12.75px;
        padding: 14px 14px !important;
    }
    .navbar-nav li.navbar-btn a {
        padding: 8px 12px !important;
        font-size: 12.75px;
        margin-top: 4px;
    }
    .home-hero-cta-block span {
        font-size: 16px;
    }
    .home-icons-wrap ul li {
        width: 175px;
        margin: 25px 25px 0;
    }
    .testimonial-wrap {
        height: 240px;
    }
    .testimonial-wrap .row {
        height: 240px;
    }
    .testimonial-wrap .active-slide {
        top: 0;
    }
    ul#testimonial-nav li {
        width: 170px;
    }
    .awards-row ul li {
        width: 118px;
    }
    .white-cta-block span {
        font-size: 14px;
    }
    .white-cta-block .row-fluid-wrapper:nth-child(1) {
        font-size: 14px;
        padding: 18px 12px;
    }
    ul#footer-menu li a {
        font-size: 12.75px;
        padding: 22.5px 5px;
    }
      ul#footer-menuBidvest li a {
        font-size: 12.75px;
        padding: 22.5px 5px;
    }
    .card h4 {
        height: 72px;
    }
    .simple-panel-body span {
        height: 200px;
    } 
    .simple-panel-header span {
        height: 95px;
    }
    .step-text > .cell-wrapper > span > span {
        height: 50px;
        display: block;
    }
    .home-step-one:before {
        content: ' ';
        position: absolute;
        right: 14%;
        top: 35%;
        width: 100%;
        height: 140%;
        transform: rotate(100deg);
        z-index: 1;
        background-color: rgba(237,23,71,0.85);
    }
    
    .home-step-two:before {
        content: ' ';
        position: absolute;
        right: 14%;
        top: 35%;
        width: 100%;
        height: 140%;
        opacity: 0.85;
        transform: rotate(100deg);
        z-index: 1;
        background-color: #0ddaba;
    }
    
    .home-step-three:before {
        content: ' ';
        position: absolute;
        right: 14%;
        top: 35%;
        width: 100%;
        height: 140%;
        transform: rotate(100deg);
        z-index: 1;
        background-color: rgba(83,8,178,0.85);
    }
}
@media (max-width: 1140px) {
    .image-panel-content span {
        font-size: 14px;
    }
    .image-panel-content strong {
        font-size: 15px;
    }
    .image-panel .image-panel-content {
        height: 105px;
    }
    .home-step-one .image-panel-number:before,
    .home-step-two .image-panel-number:before,
    .home-step-three .image-panel-number:before {
        content: ' ';
        top: -15px;
    }
  
}
@media (max-width: 1200px) {
  
  
  .competitor-analysis th {
    padding: 10px 15px;
  }
  
  .competitor-analysis td {
    padding: 10px 15px;
  }
  
    .padding-left {
      padding-left: 0 !important;
    }
  
    .purple-image {
      display:none !important;  
    }
  
    .al-left, .al-right {
        height: 220px;
    }
    
    .al-right .widget-type-cta {
        margin: 0;
    }
    

    .contact-page .section {
        text-align: center;
    }
    .contact-page .section .span6 {
        display: block !important;
        width: 100% !important;
        height: auto;
    }
    img.header-logo {
        max-width: 175px;
        margin: 15px 0 0;
    }
      img.header-logoBidvest {
        max-width: 175px;
        margin: 15px 0 0;
    }
    div#nav-burger {
        display: inline-block;
        margin-top: 11px;
        margin-bottom: 2px;
    }
      div#nav-burgerBidvest {
        display: inline-block;
        margin-top: 11px;
        margin-bottom: 2px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: block !important;
        width: 100% !important;
        max-width: initial;
        font-size: 16px;
        line-height: 1.63;
        letter-spacing: -0.4px;
        text-align: left;
        color: #4a4a4a;
    }
    .mobile-header {
        display: block;
        z-index: 9999;
        width: calc(100vw) !important;
        position: fixed;
        left: 0;
        padding: 17px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
        -moz-box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
        box-shadow: 0px 1px 5px 0px rgba(125,125,125,0.5);
    }
    .menu-wrap {
        display: block !important;
        width: 100% !important;
        display: block !important;
        width: 100% !important;
        position: fixed;
        left: 0;
        height: 0;
        top: 0;
        background: #f4f6f7;
        z-index: 999;
        margin: 0 !important;
        padding-top: 0;
        padding-bottom: 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-transition: 0.75s ease-in-out;
        -moz-transition: 0.75s ease-in-out;
        -o-transition: 0.75s ease-in-out;
        transition: 0.75s ease-in-out;
    }
    .menu-wrap.open-menu {
        padding-top: 103px;
        height: 100vh;
    }
    .menu-wrap .row-number-1 {
        display: block;
        width: 100%;
    }
    .menu-wrap .row-number-2 {
        display: block;
        width: 100%;
    }
    .header-container-wrapper {
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
        -moz-box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
        box-shadow: 0 1px 5px 0 rgba(125,125,125,0.5);
    }
    
    .logo-red {
        opacity: 1;
    }
    
    .logo-white {
        opacity: 0;
    }
    .active-branch ul li a,
    ul.active-branch li a {
        color: #86888b !important;
    }
    
    a.btn-login {
        background: transparent !important;
        border-color: #ed1747 !important;
        color: #ed1747 !important;
    }
    
    .hero-content h1 {
        font-size: 32px;
      margin-bottom: 0px;
      margin-top: 70px;
    }
  
  .hero-content h1:before {
    font-size: 31.14px;
    top: -40px;
    left: 160px;
  }
  
  .hero-content h1:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 14px;
    height: 18px;
    top: 32px;
    left: 160px;
  }
  
  
  
    .hero-content-right p {
        font-size: 16px;
    }
    .hero-background {
        overflow: hidden;
    }
    .hero-background img {
        
    }
    .home-hero .hero-background img {
        min-height: 65vh !important;
    }
      .home-heroINT .hero-background img {
        min-height: 65vh !important;
    }
        .home-heroDigital .hero-background img {
        min-height: 65vh !important;
    }
    .navbar-nav>li>a {
        padding: 19px 14px !important;
    }
    .navbar-nav li.navbar-btn a {
        padding: 10px 10px !important;
    }
    .split-section {
        margin-left: 0 !important;
        width: 100% !important;
        padding: 40px;
        text-align: center;
        min-height: 488px !important;
    }
    
    .split-section-image img {
        width: auto !important;
        max-width: initial;
        height: 488px;
        position: relative;
        right: 130px !important;
    }
    
    .split-section-image {
        width: 400px !important;
        overflow: hidden;
        display: none !important;
    }
    ul#footer-menu li a {
        font-size: 14px;
        padding: 22.5px 15px;
    }
    ul#footer-menu li a:nth-child(1){
        padding-left: 0;
    }
      ul#footer-menuBidvest li a {
        font-size: 14px;
        padding: 22.5px 15px;
    }
    ul#footer-menuBidvest li a:nth-child(1){
        padding-left: 0;
    }
  
    .white-cta-block span {
        font-size: 15px;
    }
    ul.active-branch, .active-branch ul {
        float: none !important;
        padding: 0 20px;
        display: block !important;
        width: 100% !important;
    }
    ul.active-branch li, .active-branch ul li {
        float: none !important;
        display: block !important;
        width: 100% !important;
        text-align: left;
        border-bottom: 1px solid #dce0e0;
    }
    .hs-item-has-children a:after {
        content: '\203A';
        display: inline-block;
        position: relative;
        top: 1px;
        left: 0;
        float: right;
        -webkit-transition: 0.75s ease-in-out;
        -moz-transition: 0.75s ease-in-out;
        -o-transition: 0.75s ease-in-out;
        transition: 0.75s ease-in-out;
    }
    .hs-item-has-children.open-icon a:after{
        content: '\203A';
        display: inline-block;
        position: relative;
        top: 1px;
        left: 0;
        float: right;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.75s ease-in-out;
        -moz-transition: 0.75s ease-in-out;
        -o-transition: 0.75s ease-in-out;
        transition: 0.75s ease-in-out;
    }
    .menu-btn-col .navbar-nav.navbar-right {
        float: none !important;
        padding-left: 28px;
    }
    li.navbar-btn {
        float: none;
        width: calc(100% - 40px);
    }
    .invest-type-block .span10 {
        padding-left: 20px;
    }
    .image-panel {
        display: block !important;
        float: none !important;
        width: 350px !important;
        margin: 0 auto 40px !important;
    }
    .image-panel:hover .image-panel-content {
        padding-bottom: 0;
    }
    
    .image-panel:hover .image-panel-number {
        top: -15px;
    }
    .home-step-one .image-panel-number:before, .home-step-two .image-panel-number:before, .home-step-three .image-panel-number:before {
        content: ' ';
        top: -15px;
        border-width: 60px 0 0 350px;
    }
    .white-cta-block {
        width: 100% !important;
        max-width: 600px;
        float: none !important;
        margin: 20px auto !important;
        display: block;
    }
    .home-hero {
        margin-top: 83px;
    }
      .home-heroINT {
        margin-top: 83px;
    }
        .home-heroDigital {
        margin-top: 83px;
    }
    ul.active-branch li ul.hs-menu-children-wrapper,
    .active-branch ul li ul.hs-menu-children-wrapper {
        position: initial !important;
        opacity: 1 !important;
        visibility: initial !important;
        padding-top: 0;
        box-shadow: none;
        background: transparent;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none !important;
        max-height: 0;
        overflow: hidden !important;
        -webkit-transition: 0.75s ease-in-out;
        -moz-transition: 0.75s ease-in-out;
        -o-transition: 0.75s ease-in-out;
        transition: 0.75s ease-in-out;
    }
    ul.active-branch li ul.hs-menu-children-wrapper li,
    .active-branch ul li ul.hs-menu-children-wrapper li {
        border-bottom: none !important;
    }
    ul.active-branch li ul.hs-menu-children-wrapper li a,
    .active-branch ul li ul.hs-menu-children-wrapper li a {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 1.86;
        letter-spacing: -0.3px;
        text-align: left;
        color: #86888b;
        display: block !important;
        width: 100% !important;
        max-width: initial !important;
    }
    ul.hs-menu-children-wrapper.expand, .active-branch ul li ul.hs-menu-children-wrapper.open-menu-list {
        height: auto !important;
        max-height: 300px !important;
    }
    .card p {
        height: 130px;
    }
    .simple-panel {
        width: 100% !important;
        display: block !important;
        margin: 0 0 35px!important;
    }
    .simple-panel-body span, 
    .simple-panel-header span {
        height: auto !important;
    }
    .orange-geo-content .row-fluid-wrapper:nth-of-type(1) {
        padding: 40px;
    }
    .info-block p:nth-of-type(1) {
        height: auto;
        margin: 20px 0;
    }
    .info-block.child-five, 
    .info-block {
        width: 100% !important;
        display: block !important;
        margin: 10px 0 !important;
        float: left !important;
        text-align: left !important;
        padding: 30px !important;
    }
    .contact-page .section > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid > .widget-type-linked_image {
        padding-bottom: 40px;
    }
    .contact-item {
        display: inline-block !important;
        text-align: left !important;
        width: calc(100% - 100px) !important;
    }
    .trading-desk-section .contact-item {
        width: 100% !important;
        text-align: center;
    }
    .blog-title-block h4 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.4px;
        text-align: left;
        color: #ffffff;
        height: 56px;
        margin: 0 0 10px;
    }
    .home-step-one:before {
        content: ' ';
        position: absolute;
        right: 14%;
        top: 40%;
        width: 100%;
        height: 140%;
        transform: rotate(100deg);
        z-index: 1;
        background-color: rgba(237,23,71,0.85);
    }
    
    .home-step-two:before {
        content: ' ';
        position: absolute;
        right: 14%;
        top: 40%;
        width: 100%;
        height: 140%;
        opacity: 0.85;
        transform: rotate(100deg);
        z-index: 1;
        background-color: #0ddaba;
    }
    
    .home-step-three:before {
        content: ' ';
        position: absolute;
        right: 14%;
        top: 40%;
        width: 100%;
        height: 140%;
        transform: rotate(100deg);
        z-index: 1;
        background-color: rgba(83,8,178,0.85);
    }
    .image-well .col-md-3 {
        padding: 0;
    }
    .image-well {
        border: 1px solid #dce0e0;
        width: calc(100% - 30px);
        margin: 20px auto !important;
    }
    .section-get-started {
        background-position: left center;
    }
  
     .content-wrapper{
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
  .hero-inner-wrap {
   padding: 0 15px !important; 
  }
  
  #about {
    margin-top: -20px;
    margin-bottom: 0px;
  }
  .early-access .content-left {
    width: 100%;
    padding-top: 40px !important;
    padding-right: 0px !important;
  }
  
  .early-access .content-right {
    margin-right: calc(-5% - 52px) !important;
    margin-left: calc(-5% - 52px) !important;
    width: calc(110% + 106px) !important;
    padding-bottom: 60px !important;
    padding-top: 40px !important;
  }
  
  .early-access .content-text {
    padding: 40px 100px; 
  }
  
  .investment-properties {
    padding-top: 7vw !important; 
    padding-bottom: 10vw !important;
  }
  
  .investment-properties .span6 img {
    margin-top: 40px;
    margin-left: 40px; 
  }
  
  .features .span3 {
    width: 48%;
    height: 310px;
    margin-top: 30px;
  }
  
  .features .span3:nth-child(odd) {
    margin-left: 0px; 
  }
  
  .early-access .cta_button {
    margin-top: 0px; 
  }
  
  .hero-content .cta_button {
    margin-top: 0px; 
  }
  
  .hero-content h1 {
   margin-bottom: 15px;
    font-size: 28px;
  }
  
  .hero-content p {
    font-size: 14px; 
  }
  
  
}

@media (max-width: 1000px) {
  
  .hero-background img {
   min-width: 960px; 
  }
  .hero-left-content {
    width: 100% !important;
    max-width: 100%;
    top: 55%;
    padding-bottom: 40px;
  }
  
  .hero-left-content h1 {
    margin-top: 60px; 
    margin-bottom: 40px;
  }
  
   .content-wrapper h2 {
    font-size: 24px;
    font-weight: bold;
  }
  
  .content-wrapper p {
    font-size: 14px; 
  }
  
  .hero-content .cta_button {
    margin-top: 40px; 
  }
  /*
  .hero-background {
    display: none !important; 
  }
  .hero-background-mobile {
    display: block !important; 
    margin-top: 80px;
  }
  .hero-background-mobile img {
    width: 100% !important; 
  } */
  
  .span6 {
    width: 100% !important; 
    margin-left: 0px !important;
    padding-left: 0px !important; 
    padding-right: 0px !important;
  }
  
  
  
  .investment-properties .span6 img {
    margin: 0; 
  }
  
  .image-wrapper {
   
    background-size: contain;
    background-repeat: no-repeat;
    
  }
   
  #what-makes-us-different {
   padding-top: 0px; 
    
  }
  
  .about-right {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Mobile%20BG%2001.png);
    background-size: cover; 
    margin-left: -30px !important; 
    margin-right: -30px !important; 
    padding-left: 30px !important; 
    padding-right: 30px !important; 
    margin-bottom: -40px;
    width: calc(100% + 60px) !important;
  }
  
  .early-access .cta_button {
    margin-bottom: 40px; 
  }
  
  .investment-properties h2, .early-access h2 {
   text-align: center; 
  }
  .hero-content h2 {
   font-size:  28px;
  }
  .hs-cta-wrapper {
    display: block; 
  }
  
  #about-home {
   margin-top: -60px; 
  }
  
  .how-to-invest {
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Bakcground%20-how%20to%20invest.png);
    background-position: center top;
    padding-top: 24vw !important;
  }
  
  .how-it-works {
    /* background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Mobile%20BG%2002.png); */
    background-size: cover;
    padding-top: 35vw !important;
    margin-top: -100px !important;
    margin-bottom: -12vw;
    padding-bottom: 40px !important;
    z-index: 99;
  }
  #what-makes-us-different {
    padding-bottom: 40px !important;
  }
  
  .how-it-works h3 {
   margin-bottom: 10px; 
  }
  
  .feature-block-left .feature-block-image {
    box-shadow: none; 
    float: left;
    padding: 0px 30px;
  }
  .feature-block-left .feature-block-image:before, .feature-block-left .feature-block-image:after {
    display:none;
  }
  
  .feature-block-left {
    box-shadow: 0px 0px 10px 5px #f0f7fb;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    background-color: white;
    text-align: center;
    
        
  }
  
  .feature-block-left:before {
    content: '';
    display: block;
    width: 4px;
    height: 39px;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Blue%20Bar%20Left.png);
    position: absolute;
    left: 0;
    top: 45%;
  }
  
  .feature-block-left:after {
    content: '';
    display: block;
    width: 4px;
    height: 39px;
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/1690236/Blue%20Bar%20Right.png);
    right: 0;
    top: 25%;
  }
  
  .features .span3.feature-block-left {
    width: 100%; 
    text-align: left;
    height: auto;
    margin-left: 0px;
  }
  
  .image-block {
    width: 80% !important;
    margin: 40px auto  !important; 
    float: none !important;
  }
  
  .how-to-make-money {
    background-image: url( https://cdn2.hubspot.net/hubfs/1690236/Blue%20Background.jpg );
    background-position: center;
    padding-top: 60px !important;
  }
  
  .how-to-make-money h2 {
   margin-bottom: 0px; 
  }
  
  .early-access .content-left {
    padding-right: 15px !important; 
  }
  
  .footer-upper-info p {
    font-size: 11px; 
  }
  
  .bullets {
    width: 80% !important;
    margin: 0 auto  !important; 
    float: none !important;
  }
  .early-access .content-text {
    /*padding: 40px 30px; */
  }
  
  .early-access:after {
    margin-left: -112px; 
  }
  hr {
    margin-top: 30px !important; 
  }
  
  .pricing-content-left{
    text-align: center;
    margin-bottom: 40px;
  }
  
  .annual-fee h3{
    margin-left:0px;
  }
  
  .fee-list h3{
    text-align: center;
  }
}

@media (max-width: 769px) {
  
  img {
   height: auto !important; 
  }
  
  .header-container-wrapper .content-wrapper {
    padding-top: 0px;
}
  
  .early-access .content-text {
    padding: 40px 60px;
  }
  
  .hero-background {
   display: none !important; 
  }
  
  .hero-background-mobile {
   display: block !important; 
  }
  
  .hero-background-mobile img {
   margin-top: calc(-100vw + 380px);
  }
  
  .hero-left-content {
   top: 300px; 
    left: 15px;
    width: calc(100% - 30px) !important;
  }
  
  .features .span3 {
   float: left;
    padding: 10px !important;
   height: 260px;
    width: 47%;
  }
  .features .span3:nth-child(odd){
   margin-right: 20px; 
  }
  
  .hs_cos_wrapper:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .container {
   width: 100% !important; 
  }
  
  .body-container .content-wrapper, .hero-content, .footer-container-wrapper .content-wrapper {
   padding-left: 0px !important;
   padding-right: 0px !important;
  }
  
  .early-access .content-right {
    margin-right: -15px !important;
    margin-left: -15px!important;
    width: calc(100% + 30px) !important;
  }
  
  .hide-for-mobile {
    display:none !important;
  }
  
  .show-for-mobile {
    display:block !important;
  }
}

@media (max-width: 767px) {
    
}

@media (max-width: 640px) {
    
}

@media (max-width: 580px) {
  
  .feature-block-left .feature-block-image {
   float: none;
    text-align: center;
  }
  
  .feature-block-icons img{
  width: 64px;
  float: left; 
  margin: 0px 20px 30px 0px;
}
  
   .features .span3 {
    float: none;
     width: 100% !important;
     margin-right: 0px !important;
    }
  
  a.cta_button {
   
    box-sizing: border-box !important;
    font-size: 14px !important;
  }
  
  .bullets, .image-block {
    width: 100% !important;
    
  }
  
  .how-it-works {
    background-size: contain; 
  }
  
  .footer-upper-menu {
    display: none !important; 
  }
  
  .footer-upper-menu-mobile {
    display: block !important; 
    background-color: rgba(0,87,134,1);
    text-align: center;
  }
  
  .social-icons {
    display: block; 
    margin-top: 20px;
    text-align: center;
  }
  
  .social-icons a {
    display: inline-block;
    text-align: center;
    width: 22%;
  }
  
  
  .slick-list.draggable {
    background: transparent !important; 
  }
  
  ul.slick-dots {
    list-style: none;
    position: absolute;
    bottom: -50px;

    padding: 0 0 0 10px;
    z-index: 9999;
    width: 100%;
    text-align: center;
  }
  
  ul.slick-dots li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: all ease-out 250ms;
    -moz-transition: all ease-out 250ms;
    -o-transition: all ease-out 250ms;
    transition: all ease-out 250ms;
    padding: 0px !important;
  }
  ul.slick-dots li.slick-active {
    border: 2px solid #fff;
    background: #fff;
  }
  
  ul.slick-dots li button {
    display: none;
  }
  .early-access .image-gallery:after {
    display: none; 
  }
}

@media (max-width: 450px) {
    .content-wrapper h2 {
   margin-top: 30px;   
  }
}

@font-face {
  font-family: 'font-easy';
  src:  url('https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/font-easy/font-easy.eot?2s6zmr');
  src:  url('https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/font-easy/font-easy.eot?2s6zmr#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/font-easy/font-easy.ttf?2s6zmr') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/font-easy/font-easy.woff?2s6zmr') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/1690236/Easy%20Equities%20-%20New%20Website/font-easy/font-easy.svg?2s6zmr#font-easy') format('svg');
  font-weight: normal;
  font-style: normal;
}

.section span.easy-icon {
    font-family: 'font-easy' !important;
}

.sub-menu-wrapper ul.active-branch {
    float: none !important;
}