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

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

/* Overwrite Hubspot Styling */

.container {
    float: none !important;
    margin-left: auto !important;
    width: inherit !important;
}

.body-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .container {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

/* Fonts */

@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');
}

/* Typography */

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

.pre-footer h1,
.home-hero h1 {
    font-family: 'Lato-Light', sans-serif !important;
    font-size: 54px !important;
    color: #4A4A4A !important;
    letter-spacing: 0 !important;
}

.home-hero h2 {
    font-family: 'Lato-Light', sans-serif !important;
    font-size: 54px !important;
    color: #4A4A4A !important;
    letter-spacing: 0 !important;
}


h2 {
    font-family: 'Lato-Light', sans-serif !important;
    font-size: 24px !important;
    color: #343434 !important;
    letter-spacing: 0 !important;
    line-height: 38px !important;
}

.post-content h2 {
    line-height: 34px !important;
}

h3 {
    font-family: 'Lato-Light', sans-serif !important;
    font-size: 18px !important;
    color: #1A2939 !important;
    letter-spacing: 0 !important;
    line-height: 29px !important;
}

h4 {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 16px !important;
    color: #1A2939 !important;
    letter-spacing: 0 !important;
    line-height: 29px !important;
}

h5 {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 12px !important;
    color: #1A2939 !important;
    letter-spacing: 3.43px !important;
    text-transform: uppercase !important;
}

p {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 14px !important;
    color: #000000 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
}

/* Header */

.header-container {
    max-width: 1540px;
}

.header-container-wrapper {
    position: fixed;
    width: 100%;
    background: #FCFCFC;
    padding: 0;
    z-index: 10000;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(68,68,68,0.1);
    -moz-box-shadow: 0px 1px 15px 0px rgba(68,68,68,0.1);
    box-shadow: 0px 1px 15px 0px rgba(68,68,68,0.1);
}

img.header-logo {
    padding: 27px 0;
    max-width: 246px;
    width: 100%;
}

.header-container-wrapper .hs-menu-wrapper {
    padding: 28px 0;
}

.container-header > .row-fluid-wrapper > .row-fluid > .widget-span {
    margin-left: 0;
}

.header-cta-wrapper > .row-fluid-wrapper {
    display: inline-block !important;
    width: auto !important;
}

.header-cta-wrapper > .row-fluid-wrapper:last-child {
    margin-left: 15px;
}

.header-cta-wrapper {
    text-align: right;
    margin-top: 32px;
}

.header-menu-col {
    text-align: right;
}

.header-menu-col > .row-fluid-wrapper {
    display: inline-block;
    vertical-align: top;
}

.header-menu-col .widget-type-cta {
    position: relative;
    top: 30px;
}

/* Header navigation */

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-family: 'Lato-Heavy', sans-serif;
    padding: 7.5px 14px;
    /*padding: 7.5px 20px;*/
    text-overflow: unset;
    overflow: inherit;
    font-size: 9px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase;
  
}

.active a {
    color: #ED2853 !important;
}

.footer-container .active a {
    color: #FFFFFF !important;
}

/* Header Banner */

.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;
}

/* Pre Footer */

.pre-footer {
    background: #F3F3F3;
    padding: 40px 0;
}

/* Footer */

.footer-container-wrapper {
    background: #192939;
    padding: 30px 0;
}

.footer-disclaimer {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    padding-top: 7.5px;
    padding-bottom: 30px;
}

.footer-copyright {
    font-family: 'Lato-Heavy', sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prefooter-cta-wrapper {
    display: table;
    height: 148px;
}

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

.prefooter-cta-wrapper a.cta_button {
    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: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 3px !important;
    padding: 30px 50px !important;
    -webkit-transition: all ease-out 500ms;
    -moz-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms; 
}

.prefooter-cta-wrapper a.cta_button:hover {
    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;
}

.prefooter-cta-wrapper a.cta_button span {
    font-family: 'Lato-Heavy', sans-serif !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 3px !important;
}

/* Footer Menus */

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-family: 'Lato-Heavy', sans-serif;
    padding: 7.5px 20px;
    text-overflow: unset;
    overflow: inherit;
    font-size: 9px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase;
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    padding-left: 0;
}

.footer-container-wrapper .footer-right .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a {
    padding-right: 0;
}

.footer-container-wrapper .col-md-5 {
    text-align: right;
}

a.footer-social {
    font-size: 20px;
    padding: 5px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 15px;
    background: rgba(255,255,255, 0.85);
    border-radius: 100%;
    color: #192939;
    margin-top: 40px;
    -webkit-transition: all ease-out 750ms;
    -moz-transition: all ease-out 750ms;
    -o-transition: all ease-out 750ms;
    transition: all ease-out 750ms; 
}

a.footer-social:hover {
    background: rgba(255,255,255,1);
    color: #192939;
}

/* General styling */

.body-container-wrapper {
    padding-top: 87px;
    width: 100% !important;
    overflow: hidden !important;
}

.section {
    padding: 40px 0 60px;
    position: relative;
}

.section-white {
    background: #FFFFFF;
}

.section-angled.section-white:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 0 0 40px 100vw;
    border-color: transparent transparent #FFFFFF transparent;
    display: block;
    top: -40px;
}

.section-angled.section-white:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    display: block;
    bottom: -40px;
}

.section-angled.section-last:after {
    content: '';
    display: none;
}

.container-narrow {
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    margin-left: auto !important;
    display: block !important;
    float: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.full-width-section img {
    height: auto !important;
    margin-bottom: 30px;
}

.full-width-section a {
    color: #ED2853;
}

.full-width-section a.cta_button {
    background: -moz-linear-gradient(270deg, rgba(7,81,115,1) 0%, rgba(3,37,53,1) 99%, rgba(3,37,53,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(7,81,115,1)), color-stop(99%, rgba(3,37,53,1)), color-stop(100%, rgba(3,37,53,1))) !important;
    background: -webkit-linear-gradient(270deg, rgba(7,81,115,1) 0%, rgba(3,37,53,1) 99%, rgba(3,37,53,1) 100%) !important;
    background: -o-linear-gradient(270deg, rgba(7,81,115,1) 0%, rgba(3,37,53,1) 99%, rgba(3,37,53,1) 100%) !important;
    background: -ms-linear-gradient(270deg, rgba(7,81,115,1) 0%, rgba(3,37,53,1) 99%, rgba(3,37,53,1) 100%) !important;
    background: linear-gradient(180deg, rgba(7,81,115,1) 0%, rgba(3,37,53,1) 99%, rgba(3,37,53,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075173', endColorstr='#032535',GradientType=0 ) !important;
    border-radius: 14px !important;
    padding: 16px 25px !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-family: 'Lato-Heavy', sans-serif !important;
}

.full-width-section ul {
    margin: 30px 0;
}

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

/* Home page */

.home-page .header-container-wrapper {
    background: #fbfbfb !important;
    box-shadow: none;
}

.home-page .body-container-wrapper {
    padding-top: 0;
}

.home-hero {
    height: 80vh;
    background-image: url('https://www.gt247.com/hubfs/gt247-new-website/images/home-hero-bg.png');
    background-size: cover;
    position: relative;
}

.home-landing-content {
    display: table !important;
    height: 80vh;
}

.home-landing-content > .row-fluid-wrapper {
    display: table-cell !important;
    vertical-align: bottom;
}

.home-landing-content > .row-fluid-wrapper > .row-fluid > .span5:nth-of-type(1) > .row-fluid-wrapper:nth-of-type(2) {
    margin: 45px 0;
}

.home-hero-image > .row-fluid-wrapper {
    position: absolute;
    top: -80px;
}

.home-hero-image {
    position: relative;
}

.home-hero-image img {
    position: relative;
    bottom: 20px;
    z-index: 100;
    max-width: 700px;
}

.hero-social-wrapper a.footer-social:nth-of-type(1) {
    margin-left: 0;
}

.hero-social-wrapper a.footer-social {
    margin-top: 0px;
    margin-bottom: 25px;
    color: rgba(255,255,255, 0.85);
    background: #192939;
    font-size: 16px;
    height: 34px;
    width: 34px;
}

span#hs_cos_wrapper_module_1507014046527146 img {
    max-width: 230px;
}

.features-section {
    padding: 40px 0 60px;
    background-image: url('https://www.gt247.com/hubfs/gt247-new-website/images/Stock-Trading-Image%20%281%29.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.features-section:before {
    content: '';
    margin-top: -40px;
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: #fbfbfb transparent transparent transparent;
    display: block;
    z-index: 1 !important;
}

.features-section:after {
    content: '';
    margin-bottom: -60px;
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: transparent #FFFFFF transparent transparent;
    display: block;
    z-index: 1 !important;
}

.features-section > .row-fluid-wrapper {
    padding: 60px 0;
}

.feature-icon {
    text-align: center;
}

.feature-icon img {
    margin-bottom: 25px;
    max-height: 75px;
}

.asterisk-info .hs_cos_wrapper span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 15px;
}

.asterisk-info {
    padding: 20px 0 0;
}

.section-about {
    padding: 40px 0;
    position: relative;
}

.section-about:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: #FFFFFF transparent transparent transparent;
    display: block;
    bottom: -40px;
}

.about-block h2 {
    margin-bottom: 25px;
}

.about-block a {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 3.43px;
    text-transform: uppercase;
    padding: 7.5px 0;
    margin-top: 40px;
    display: block;
}

.about-block a:hover {
    color: #4A4A4A !important;
}

.about-block a: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;
}

.about-block a:hover:after {
    content: '';
    width: 0;
}

.about-block p:nth-of-type(1) {
    height: 130px;
}

.section-awards {
    padding: 80px 0;
    background-image: url('https://www.gt247.com/hubfs/gt247-new-website/images/Awards-Image%20%281%29.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.section-awards > .row-fluid-wrapper {
    padding-bottom: 60px;
}

.section-awards:after {
    content: '';
    margin-bottom: -80px;
    height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: transparent #FFFFFF transparent transparent;
    display: block;
    z-index: 1 !important;
}

.award-block {
    text-align: center;
    margin: 15px 0;
}

.award-block img {
    max-width: 60px;
    margin: 0 auto 20px !important;
    margin-left: auto !important;
    display: block;
}

.award-block h5 {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 15px !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    line-height: 19px !important;
    margin: 0;
    text-transform: none !important;
}

.award-block h6 {
    font-family: 'Lato-Heavy', sans-serif !important;
    font-size: 9px !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    line-height: 19px !important;
    margin: 0;
    text-transform: uppercase !important;
}

.awards-heading-wrapper .span4 {
    display: table !important;
    height: 315px;
}

.awards-heading-wrapper .span4 > .cell-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.section-start-trading {
    position: relative;
    padding: 40px 0 160px;
}

.start-trading-content {
    margin-bottom: 80px;
}

.trading-image > .row-fluid-wrapper {
    position: absolute;
}

.trading-image > .row-fluid-wrapper img {
    max-width: 253px;
}

.trading-image {
    position: relative;
}

/* Support page */

.support-block-header img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.support-block-header h2 {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
}

.support-block-header {
    margin-bottom: 15px;
}

.support-block-content {
    height: 100px;
}

.support-block-content a,
.support-block-content a:hover, 
.support-block-content a:focus,
.support-block-content a:visited {
    color: #ED2853;
}

.support-block {
    width: 90%;
    max-width: 300px;
    margin-bottom: 60px;
}

/* Contact Page */

.contact-block {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

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

.contact-details-panel {
    max-width: 400px;
    padding: 30px;
    background: rgba(255,255,255,0.95);
    position: relative;
}

.contact-details-panel:after {
    content: '';
    background-image: url(https://www.gt247.com/hubfs/gt247-new-website/images/icons/map-icon.svg);
    display: block;
    position: absolute;
    width: 38px;
    height: 36px;
    top: 30px;
    right: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-details-panel a {
    color: #ED2853;   
}

.contact-details-block-sm {
    margin-bottom: 30px;
}

.contact-details-panel h2 {
    margin-top: 0;
}

/* Trading Desk */

.hs-blog-name-trading-desk .hs-blog-header {
    display: none;
}

.trading-desk-section {
    min-height: 40vh;
    padding: 40px 0 60px;
}

.listing-container {
    width: 100%;
    max-width: 992px;
    margin: 0 auto !important;
}

.trading-desk-item {
    display: inline-block;
    width: calc(33% - 60px);
    margin: 30px;
}

.trading-desk-avatar-wrapper img {
    width: 100%;
}

.trading-desk-excerpt h4 {
    margin-top: 0 !important;
}

.trading-desk-excerpt h2 {
    margin-bottom: 0 !important;
}

a.trading-desk-twitter {
    float: right;
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #1A2939;
    text-align: center;
    padding: 4px 0;
    color: #FFFFFF;
    top: -50px;
}

a.trading-desk-twitter:hover,
a.trading-desk-twitter:active,
a.trading-desk-twitter:focus {
    color: #FFFFFF !important;
}

.td-header {
    margin-bottom: 40px;
}

.avatar-column img {
    width: 100% !important;
}

span#hs_cos_wrapper_bio {
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}

.single-td-content h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.single-td-content h4 {
    margin-top: 0 !important;
}

.bio {
    margin: 40px 0;
}

a.trading-desk-single-twitter {
    font-family: 'Lato-Heavy', sans-serif !important;
    border: 1px solid #ED2853;
    border-radius: 20px;
    padding: 18px 20px;
    font-size: 12px;
    color: #ED2853;
    letter-spacing: 2.57px;
    text-transform: uppercase;
}

a.trading-desk-single-twitter span.fa {
    font-size: 24px;
    position: relative;
    top: 4px;
}

.related-td {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 0 10px;
}

.related-td:nth-of-type(1) {
    padding-left: 0;
}

.related-td:nth-of-type(5) {
    padding-right: 0;
}

.related-td-image {
    height: 208px;
    overflow: hidden;
}

.related-td-image img {
    width: 100%;
}

.related-td-content h4 {
    margin-top: 0;
}

.related-td-content h3 {
    margin-bottom: 0;
}

.td-post-content {
    padding-bottom: 60px;
}

.td-related-posts {
    padding-top: 60px;
    border-top: 1px solid #979797;
}

/*  Rates and Fees */

.hs-content-path-rates-and-fees table {
    margin: 20px 0 0;
}

.hs-content-path-rates-and-fees table th {
    font-family: 'Lato-Heavy', sans-serif !important;
    padding: 7.5px;
    background: #ee2b53;
    color: #FFFFFF;
}

.hs-content-path-rates-and-fees table td {
    font-family: 'Lato-Regular', sans-serif !important;
    padding: 5px 7.5px;
}

.hs-content-path-rates-and-fees table tr:nth-child(odd) td {
    background: #ECECEC;
}

/* Terms of use */

.hs-content-path-terms-of-use ol {
    padding-left: 16px;
    margin: 40px 0;
}

.hs-content-path-terms-of-use ol > li {
    padding: 0 0 15px;
}

.hs-content-path-terms-of-use ol > li > ul {
    margin: 15px 0 20px;
}

.hs-content-path-terms-of-use ol > li > ul > li {
    padding-bottom: 5px;
}

.hs-content-path-terms-of-use ol > li > strong:nth-of-type(1) {
    display: block;
    margin-bottom: 15px;
}

.hs-content-path-terms-of-use ol > li a {
    color: #ee2b53 !important;
}

/* Profile Page */

.image-right-wrapper > .row-fluid-wrapper {
    position: absolute;
}

.image-right-wrapper {
    position: relative;
}

/* Product Navigator */

iframe#prduct-navigator {
    height: auto !important;
    min-height: 630px;
    border: none !important;
    margin-top: 20px;
}

/* FICA compliance */

/* Tabs */

.gt-tabs-navigation ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 40px;
}

.gt-tabs-navigation ul li {
    display: inline-block;
    width: calc(100% / 5);
    float: left;
    text-align: center;
    padding: 15px 0;
    background: #F4F4F4;
    cursor: pointer;
    -webkit-transition: all ease-out 350ms;
    -moz-transition: all ease-out 350ms;
    -o-transition: all ease-out 350ms;
    transition: all ease-out 350ms; 
}

.gt-tabs-navigation ul li:hover {
    background: #e6e6e6;
} 


.gt-tabs-navigation ul li.gt-active-tab {
    background: #ED2853;
    color: #FFFFFF;
}

.gt-tabs-navigation ul li.gt-active-tab:hover {
    background: #ED2853;
    color: #FFFFFF;
}

.gt-tabs-content {
    clear: both;
}

.gt-tab {
    padding: 40px 0;
}

.gt-tab table tr td {
    border: 1px solid #dedede;
    padding: 15px;
}

.gt-tab table tr td table tr td {
    border: none;
    padding: 0;
}

.gt-tab {
    display: none;
}

.gt-active-tab-content {
    display: block;
}

.clr {
    display: none;
}

/* Java Runtime */

.hs-content-path-java-runtime span#hs_cos_wrapper_module_150693466277190 ul {
    display: inline-block;
    padding-left: 16px;
    width: 50%;
    margin: 20px 0;
    vertical-align: top;
}

.hs-content-path-java-runtime span#hs_cos_wrapper_module_150693466277190 img {
    display: inline-block;
    max-width: 50%;
    margin-bottom: 40px;
}

.hs-content-path-java-runtime span#hs_cos_wrapper_module_150693466277190 p img {
    margin-bottom: 0;
}

/* Burger Menu */

.burger-menu-wrapper {
    position: absolute;
    display: none !important;
}

.menu-trigger {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.menu-trigger .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #fff;
}

.menu-trigger.first .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #ED2853;
  transition: 0.3s;
}
.menu-trigger.first .line.line-1 {
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
.menu-trigger.first .line.line-2 {
  top: 50%;
  margin-top: -1px;
  left: 0;
  transition: all 0.3s 0.3s;
}
.menu-trigger.first .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
}
.menu-trigger.first.active .line-1 {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
  transition: all 0.3s, transform 0.3s 0.3s;
}
.menu-trigger.first.active .line-2 {
  opacity: 0;
  transition: all 0.3s, opacity 0.3s 0s;
}
.menu-trigger.first.active .line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
  transition: all 0.3s, transform 0.3s 0.3s;
}

/*span#hs-cta-0d2b817e-c594-406d-9350-38465af48044 {*/
/*    margin-left: 15px;*/
/*}*/

/* Temp */

.header-container .cta_button {
    padding: 18px 10px !important;
    margin-left: 10px;
}

/* Landing Page */

body.page-404 .header-container-wrapper,
body.landing-page .header-container-wrapper {
    background: transparent;
    box-shadow: none;
}

body.landing-page {
    background: #F0F0F0;
}

body.page-404 .footer-container-wrapper,
body.landing-page .footer-container-wrapper {
    display: none;
}

.left-column .widget-type-linked_image img {
    width: 100% !important;
}

.landing-box-white {
    padding: 35px;
    position: relative;
    max-width: 410px;
    right: -80px;
    background: #FFFFFF;
    top: -30px;
}

.landing-box-white h2 {
    font-size: 40px !important;
    color: #ED2853 !important;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.landing-box-white span#hs_cos_wrapper_module_150847467266853 a:nth-child(n+4) {
    display: none;
}

/*.sharing-wrapper {*/
/*    display: none;*/
/*}*/

.sharing-wrapper .hs-blog-social-share .hs-blog-social-share-list {
    list-style: none;
    padding-left: 0;
    display: block !important;
    clear: both;
    padding-top: 25px;
}

span#hs_cos_wrapper_module_150847467266853:before {
    content: 'Share this on';
    margin-right: 15px;
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 3.43px;
    font-family: 'Lato-Regular', sans-serif !important;
    text-transform: uppercase;
}

span#hs_cos_wrapper_module_150847467266853 a:nth-child(-n + 4) img {
    display: none;
}

span#hs_cos_wrapper_module_150847467266853 a:nth-child(1):after {
    content: "\f09a";
    font-family: FontAwesome;
    background: #032535;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 100%;
    padding-top: 4px;
}

span#hs_cos_wrapper_module_150847467266853 a:nth-child(2):after {
    content: "\f08c";
    font-family: FontAwesome;
    background: #032535;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 100%;
    padding-top: 4px;
}

span#hs_cos_wrapper_module_150847467266853 a:nth-child(3):after {
    content: "\f099";
    font-family: FontAwesome;
    background: #032535;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 100%;
    padding-top: 4px;
}

.right-column {
    padding: 40px;
    background: #FAFAFA;
    margin-left: 0 !important;
}

.right-column h1 {
    font-family: 'Lato-Bold', sans-serif !important;
    font-size: 28px !important;
    color: #4A4A4A !important;
    letter-spacing: 0 !important;
    line-height: 34px !important;
    margin-top: 0;
    margin-bottom: 40px;
}

.landing-page form label {
    display: none;
}

.landing-page form input[type="submit"] {
    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: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 3px !important;
    padding: 18px 25px !important;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

.landing-page form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid #4A4A4A;
    border-radius: 14px;
    padding: 18px 20px !important;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    background: transparent;
}

body.page-404,
body.landing-page-background {
    background-image: url(https://www.gt247.com/hubfs/gt247-new-website/images/landing-bg%20%281%29.jpg);
    background-size: cover;
}

.image-left-wrapper > .row-fluid-wrapper {
    position: absolute;
}

.image-left-wrapper > .row-fluid-wrapper img {
    max-width: 320px;
}

.image-left-wrapper {
    position: relative;
    min-height: calc(100vh - 160px) !important
}

.subscribe-wrapper h1 {
    color: #4A4A4A !important;
    margin-top: 40px;
}

/* 404 */

.wrapper-404 {
    display: table !important;
    height: calc(100vh - 90px);
}

.center-404 {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 90px;
}

.center-404 img {
    max-width: 50%;
}

.cta-wrapper-404 {
    margin-top: 40px;
}

.cta-wrapper-404 > .row-fluid-wrapper {
    display: inline-block;
    margin: 0 7.5px;
}

/* Mobile menu */

.mobile-navigation {
    display: none !important;
}

.single-post-content img {
    width: auto !important;
    height: auto;
}

.single-post-content {
    padding-bottom: 60px;
}

.hs-content-id-5460821150 .section img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Form Landing page */

.form-landing-page-wrapper label {
    font-family: 'Lato-Heavy', sans-serif;
    font-size: 12px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 16px;
}

.form-landing-page-wrapper form {
    max-width: 768px;
    margin: 0 auto;
}

.form-landing-page-wrapper input:not([type="submit"]) {
    border: 1px solid #4A4A4A;
    border-radius: 14px;
    font-family: 'Lato-Regular', sans-serif !important;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    background: transparent;
    padding: 12px !important;
    margin-bottom: 15px;
}

.form-landing-page-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;
    margin-top: 20px;
}

/* Temp */

div#leadinModal-183876 {
    display: none;
}

/* Modal Styling */

.leadinModal-content {
    margin-top: 100px !important;
}

/* IE Fixes */

@supports (-ms-ime-align:auto) {
    .features-section,
    .section-awards {
        background-attachment: scroll;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .features-section,
    .section-awards {
        background-attachment: scroll;
    }
}

/* Responsive */

@media (max-width: 1360px) {
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 7.5px 10px;
    }  
}

@media (max-width: 1275px) {
    .header-container .cta_button {
        padding: 18px 10px !important;
        margin-left: 5px;
    }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 7.5px 9px;
        font-size: 8px;
    }
    a#cta_button_304084_87e8ef65-4bf5-407c-913b-1610f65a5bc9,
    .header-container .cta_button {
        padding: 18px 5px !important;
        margin-left: 5px;
        font-size: 8px !important;
    }
}

@media (max-width: 1240px) {
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding: 7.5px 15px;
    }  
    a#cta_button_304084_87e8ef65-4bf5-407c-913b-1610f65a5bc9,
    .header-container .cta_button {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .features-row > .row-fluid-wrapper > .row-fluid {
        text-align: center !important;
    }
    .feature-icon {
        width: 200px !important;
        float: none !important;
        display: inline-block !important;
        vertical-align: top;
    }
    .asterisk-info .hs_cos_wrapper span {
        display: block;
    }
    .about-block h2 {
        height: 76px;
    }
    .related-td-image {
        height: 170px;
        overflow: hidden;
    }
    .gt-tabs-navigation ul li {
        height: 70px;
    }
    .landing-box-white {
        padding: 35px;
        position: relative;
        max-width: 100%;
        right: 0;
        background: #FFFFFF;
        top: 0;
    }
    .image-left-wrapper > .row-fluid-wrapper img {
        max-width: 100%;
    }
}

@media (max-width: 1170px) {
    .header-menu-col .widget-type-cta {
        display: none;
    }
}

@media (max-width: 992px) {
    .home-landing-content .span5 {
        width: 100% !important;
    }
    .home-landing-content .span7 {
        display: none !important;
    }
    .home-landing-content > .row-fluid-wrapper {
        display: table-cell !important;
        vertical-align: middle;
    }
    .header-menu-col {
        position: fixed;
        max-width: 480px;
        width: 100% !important;
        top: 0;
        right: -100%;
        padding-top: 65px;
        padding-bottom: 40px;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        background: #F4F4F4;
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out; 
    }
    .header-menu-col.open {
        right: 0;
    }
    .desktop-navigation {
        display: none !important;
    }
    .mobile-navigation {
        display: block !important;
    }
 
    .header-menu-col {
        text-align: left;
    }
        
    div#hs_menu_wrapper_module_1507190679658147 > ul {
        display: block !important;
        min-width: 480px !important;
        width: 100%;
    }
    
    div#hs_menu_wrapper_module_1507190679658147 > ul > li {
        display: block !important;
        float: none;
    }
    
    div#hs_menu_wrapper_module_1507190679658147 > ul > li > a {
        display: inline-block !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px;
        line-height: 16px;
        padding: 20px;
        float: none !important;
    }
    
    ul.hs-menu-children-wrapper {
        display: block;
        position: initial !important;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; 
    }
    
    ul.hs-menu-children-wrapper.open-submenu {
        height: auto;
    }
    
    .hs-menu-children-wrapper > li > a {
        max-width: 100% !important;
        font-size: 14px !important;
        width: 100% !important;
        padding: 15px 40px !important;
        line-height: 14px !important;
    }
    
    .burger-menu-wrapper {
        width: 40px !important;
        height: 25px !important;
        top: 24px;
        right: 30px;
        display: block !important;
    }
    .about-block {
        display: block !important;
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px !important;
    }
    .about-block h2 {
        height: auto !important;
    }
    .about-block p:nth-of-type(1) {
        height: auto !important;
        width: calc(100% - 15px);
    }
    .awards-heading-wrapper .span4 {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 40px;
    }
    .section-awards .span4 {
        width: 47%;
    }
    .footer-container .span7, .footer-container .span5 {
        width: 100%;
        text-align: left;
        margin: 0;
    }
    a.footer-social:first-child {
        margin-left: 0;
    }
    .sub-menu-wrapper {
        display: none;
    }
    .body-container-wrapper {
        padding-top: 73px;
    }
    .subscribe-center {
        display: table-cell;
        vertical-align: top;
    }
    .banner-no-submenu .header-subscribe-wrapper .subscribe-center {
        display: table-cell;
        vertical-align: middle;
    }
    .trading-desk-item {
        width: 300px;
    }
    .container-narrow {
        max-width: 750px !important;
    }
    .hs-content-path-contact .container .span3, .hs-content-path-contact .container .span9 {
        width: 100%;
        margin: 0;
    }
    .hs-content-path-contact .container .span3 > .row-fluid-wrapper {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .related-td {
        display: inline-block;
        width: 28%;
        float: none;
        padding: 0 10px !important;
    }
    .home-landing-content, 
    .home-hero {
        height: 90vh;
    }
    .header-container .cta_button {
        display: block !important;
    }
    .header-menu-col .widget-type-cta {
        display: block !important;
        width: 100% !important;
        float: none;
        position: inherit;
    }
    .header-menu-col > .row-fluid-wrapper {
        display: block;
        vertical-align: top;
    }
    .header-menu-col .widget-type-cta {
        display: block !important;
        width: calc(100% - 30px) !important;
        float: none !important;
        position: inherit;
        margin: 7.5px auto !important;
    }
    a#cta_button_304084_87e8ef65-4bf5-407c-913b-1610f65a5bc9, .header-container .cta_button {
        display: block !important;
        text-align: center;
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .single-blog-content .filter-panel {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .image-left-wrapper > .row-fluid-wrapper img {
        max-width: 235px;
        margin: 0 auto !important;
    }
    .image-right-wrapper > .row-fluid-wrapper img {
        max-width: 300px;
        margin: 60px auto 0 !important;
        display: block !important;
    }
    .image-right-wrapper {
        position: relative;
        height: 100vh;
    }
    .section-start-trading {
        position: relative;
        padding: 40px 0;
    }
    .start-trading-content {
        margin-bottom: 80px;
        margin-top: 435px;
    }
    .hs-content-path-java-runtime span#hs_cos_wrapper_module_150693466277190 img {
        display: block;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .hs-content-path-java-runtime span#hs_cos_wrapper_module_150693466277190 ul {
        display: block;
        padding-left: 30px;
        width: 100%;
        margin: 20px 0;
        vertical-align: top;
    }
    .gt-tabs-content, .gt-tabs-navigation {
        padding-right: 15px;
    }
    .hs-content-path-terms-of-use ol {
        padding: 0 25px;
        margin: 40px 0;
    }
    .col-sm-9.single-td-content {
        padding-top: 40px;
    }
    .section-awards .span4 {
        width: 100%;
        text-align: center;
    }
    .section-start-trading .span8 {
        margin-top: 0px;
        padding-bottom: 80px;
    }
    /*.header-subscribe-wrapper {*/
    /*    display: none;*/
    /*}*/
    .header-subscribe-wrapper .text-right {
        text-align: left;
    }
    .header-banner h1 {
        margin-bottom: 50px !important;
    }
    .no-submenu h1 {
        margin-top: -5px;
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

    .image-right-mobile img {
        position: relative;
        top: 60px;
        margin: 0 auto;
        display: block;
    }

    .image-right-mobile {
        margin-bottom: -60px;
    }
    .trading-desk-section {
        padding: 40px 20px 60px;
    }
    
    
    .support-section .container-narrow .span6 {
        width: 50% !important;
        float: left !important;
    }
    .support-section .container-narrow .span6 {
        width: 100% !important;
        float: none !important;
    }
    .header-banner.banner-no-submenu {
        height: 131px;
    }
    .contact-block {
        position: relative;
        background-repeat: no-repeat;
        height: 636px;
        display: table;
        width: 100%;
        margin-bottom: 50px;
        background-size: contain;
    }
    .center-content {
        display: table-cell;
        vertical-align: bottom;
    }
    .hs-content-path-contact .container .span3 > .row-fluid-wrapper {
        width: 100%;
        float: none;
    }
    .related-td {
        display: inline-block;
        width: 49%;
        float: none;
        padding: 0 10px !important;
    }
    .related-td-image {
        height: 300px;
        overflow: hidden;
    }
    .col-xs-6 {
        width: 50% !important;
    }
    .trading-image img {
        max-width: 235px;
        margin: 50px auto 0;
        display: block;
    }
    .featured-image-wrapper {
        height: auto;
        overflow: hidden;
    }
    .post:nth-of-type(1) .post-content {
        display: block;
        width: 100%;
        height: auto;
    }
    .post:nth-of-type(1) .featured-image-wrapper {
        display: block;
        width: 100%;
        float: none;
        height: auto;
    }
    .post:nth-of-type(1) .featured-image-wrapper img {
        max-width: initial;
        width: 100%;
        height: auto;
    }
    .post {
        display: inline-block;
        width: calc(100% - 32px);
        margin: 16px 15px;
        vertical-align: top;
    }
    .author-avatar {
        width: 150px;
        margin-top: 20px;
    }
    span.pull-right.post-date {
        float: none !important;
        position: initial;
        display: block;
        margin-top: 5px;
    }
    .blog-header {
        padding: 40px 0 0;
    }
    .single-post-image {
        margin: 0;
        padding-top: 50px;
    }
    .cta-wrapper-404 > .row-fluid-wrapper {
        display: block;
        margin: 35px auto;
    }
}

@media (max-width: 680px) {
    .cta_button {
        white-space: nowrap;
    }
    
    .full-width-section a.cta_button {
        padding: 16px 20px !important;
    }
    
    .pre-footer h1, .home-hero h1 {
        font-family: 'Lato-Light', sans-serif !important;
        font-size: 46px !important;
        color: #4A4A4A !important;
        letter-spacing: 0 !important;
    }
    span#hs_cos_wrapper_module_1507014046527146 img {
        max-width: 170px;
    }
    .trading-desk-item {
        display: block;
        width: 100%;
        float: none !important;
        margin: 20px auto !important;
    }
    .gt-tabs-navigation ul li {
        height: auto;
        width: 100%;
        float: none;
    }
    .support-block-content {
        height: auto;
    }
    .related-td {
        display: block;
        width: 80%;
        margin: 0 auto;
        float: none;
        padding: 0 10px !important;
    }
    .related-td-image {
        height: auto;
        overflow: hidden;
    }
    .container-header .span3 {
        padding: 0;
    }
    .container-header {
        padding: 0;
    }
    .trading-image img {
        max-width: 300px;
        margin: 50px auto 0;
        display: block;
        position: relative;
        top: 60px;
    }
    .section-start-trading .span8 {
        margin-top: -140px;
        padding-bottom: 80px;
    }
    img.header-logo {
        padding: 27px 0;
        max-width: 170px;
        width: 100%;
    }
    .footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        padding-left: 0;
    }
    .section-awards,
    .features-section {
        background-attachment: scroll;
    }
    .image-right-mobile img {
        position: relative;
        top: 120px;
        margin: 0 auto;
        display: block;
    }

    .image-right-mobile {
        margin-bottom: -40px;
    }
    .trading-image img {
        max-width: 300px;
        margin: 50px auto 0;
        display: block;
    }
    .section-start-trading .span8 {
        margin-top: -80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 400px) {
    .contact-block {
        height: 435px;
    }
}