/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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    */
/*****************************************/


@font-face {
    font-family: 'MyriadProRegular';
    src: url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/myriadpro-regular.eot');
    src: url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/myriadpro-regular.woff') format('woff'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/myriadpro-regular.ttf') format('truetype'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProCond';
    src: url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/MyriadProCond.eot');
    src: url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/MyriadProCond.eot') format('embedded-opentype'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/MyriadProCond.woff2') format('woff2'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/MyriadProCond.woff') format('woff'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/MyriadProCond.ttf') format('truetype'),
         url('//276336.fs1.hubspotusercontent-na1.net/hubfs/276336/New_FEG_Homepage/fonts/MyriadProCond.svg#MyriadProCond') format('svg');
}

/*  Color */
 
 











/*  fonts  */   




/* flexbox */











*{ box-sizing: border-box; }
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body { margin:0px; padding:0; font-family:  'Montserrat', sans-serif ; font-weight:400; color:#4D4D4F; font-size: 16px; line-height:24px; }
ul{margin:0px; padding:0px;}

strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
       -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
         -o-transition: all 200ms ease;
            transition: all 200ms ease;; text-decoration:none; color: #4D4D4F ;}
a:hover { color: #F1B36E; }
a:hover, a:focus{text-decoration:none; }
p {  padding: 0;  margin: 0 0 15px; }

::-webkit-input-placeholder{opacity:1; color: #4D4D4F; }
::-moz-placeholder{opacity:1; color: #4D4D4F; }
:-ms-input-placeholder{opacity:1; color: #4D4D4F; }
:-moz-placeholder{opacity:1; color: #4D4D4F; }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
{font-family: 'Roboto', sans-serif, Arial, Helvetica; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{ font-family:  'Montserrat', sans-serif ; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
       -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
         -o-transition: all 200ms ease;
            transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
textarea{resize:none;}

h1,h2,h3,h4,h5,h6{margin-top:0px; margin-bottom:20px; font-family:  'Montserrat', sans-serif; font-weight: normal; line-height: normal; color: #253861;}
h1 { font-size: 36px; text-transform:uppercase;}
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 26px; }
h5 { font-size: 20px; }

.center { text-align: center; }
.blue {color:#203864;}
.blue a {color:#203864;}
.blue a:hover {color:#363636;}
.no-padding {padding:0;margin:0;}

.container, .row-fluid .container[class*="span"]{ float:none; width:100%; max-width: 1200px ; padding: 0 15px; margin:0 auto; }
.container:before , .container:after , .row-fluid .container[class*="span"]:after , .row-fluid .container[class*="span"]:before{clear:both; content: ""; display:table;}

.flex-container>.row-fluid-wrapper>.row-fluid, .flex-container { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }

/*  flex top */
.flex-container.top>.row-fluid-wrapper>.row-fluid, .flex-container.top { -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: start; -ms-flex-align: start ; align-items: start; align-items: flex-start; }
/*  flex center */
.flex-container.center>.row-fluid-wrapper>.row-fluid, .flex-container.center { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
/*  flex bottom */
.flex-container.bottom >.row-fluid-wrapper > .row-fluid , .flex-container.bottom { -webkit-box-align: end ; -moz-box-align: end ; -webkit-align-items: end; -ms-flex-align: end ; align-items: end ; align-items: flex-end ; } 


/*=========================================================
                    FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
   color: #989898;
}

:-moz-placeholder {
   color: #989898;
}

::-moz-placeholder {  
   color: #989898;
}

:-ms-input-placeholder {  
   color: #989898;
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.hs-error-msgs li label{
    color: #FD2727;
    font-size: 12px;
}

form li:before{
    display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 54px;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 0;
    background: #f5f5f5;
    padding:10px 20px;
    color: #000;
    font-weight:400;
    border:1px solid transparent;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #203864;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500 !important;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 24px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

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

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #f5f5f5 url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png?t=1541748864968) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #203864;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #203864;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}

a.cta_button,
body .row-fluid form .hs-button{
    font-size: 16px;
    line-height: 18px;
    padding: 20px 44px;
    color: #f5f8fa;
    background: #203864;
    font-weight: 500;
    letter-spacing: .9px;
    border: 0;
    cursor: pointer;
    font-family:'Montserrat', sans-serif;;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    
}

a.cta_button:hover,body .row-fluid form .hs-button:hover{
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}

li.hs-form-checkbox {
    list-style: none !important;
}

li.hs-form-radio {
    list-style: none !important;
}
li.hs-form-booleancheckbox {
    list-style: none !important;
}


@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}

}


/* Button css  */
.default-btn a { background: #fcb465; color: #fff; font-weight: 700; font-size: 18px; text-transform: uppercase; padding: 17px 38px 13px; display: inline-block;}
.btn-white a { background: #fff; color: #BB3B37; }
.default-btn a:hover { background:#253861; }
.btn-white a:hover { background: #bb3b37; color: #fff; }

.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; color: ; }
.bgimg img{display:none;}
.bgmain{background-repeat:no-repeat; background-position:center; background-size:cover;}
.text-white{color:#fff;}
.text-uppercase{ text-transform: uppercase;}

.row-fluid .header-section { padding: 24px 0 10px; position: absolute; top: 0; z-index: 999; background: #ffff; }
.row-fluid .logo { width: 220px; -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;; }
.row-fluid .logo img.hs-image-widget { -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;; }
.row-fluid .header-right { width: calc(100% - 220px); margin: 0; }
.row-fluid .simple-menu { display: inline-block; width: auto; float: none; vertical-align: middle; margin: 4px 20px 0 0; }
.row-fluid .simple-menu ul { margin: 0; position: relative;  }
.row-fluid .simple-menu ul li { display: inline-block; vertical-align: middle; margin: 0 10px; }
.row-fluid .simple-menu ul li a { padding: 0; font-size:12px;}
.row-fluid .simple-menu ul li a:hover {color:#203864;}
.row-fluid .header-top { line-height: normal; text-align: right; padding: 0 0 24px; -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s; }
.row-fluid .site-search { display: inline-block; width: auto; float: none; vertical-align: middle; margin: 0; }
.row-fluid .site-search input.hs-search-field__input { border: 1px solid #e0e0e0; line-height: normal; color: #393939; width: 100%; font-size: 16px; padding: 4px 40px 4px 10px; font-weight: 600; margin: 0; height:25px;}
.row-fluid .main-menu { text-align: right; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul { width: auto;  position: relative; margin-right: -2px }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li { display: inline-block; float: none; margin-left: 16px; margin-top: 1px; margin-right: 16px;  }
.row-fluid .main-menu .hs-menu-flow-horizontal ul li a { max-width: none; white-space: normal; padding: 0 0 5px; color: #253861; font-size: 16px; font-weight: 600; /*text-transform: uppercase;*/ display:block; }

.row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper { background: transparent; -webkit-transition: all 0.1s;
       -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
         -o-transition: all 0.1s;
            transition: all 0.1s; width: 170px; text-align: left; top: 100%;  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.2); padding-top: 4px;}
/* .row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper { display: block; } */
.row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li { background: #fff; }
.row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width: 100%; font-size: 14px; font-weight:500; white-space: normal; padding: 10px 15px 9px; /*border-bottom: 1px solid rgba(65, 80, 152, 0.2);*/ }
.row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { color: #000 ; background: #E5E5E7; }

.row-fluid .simple-menu .line-bottom { height: 3px; bottom: -4px; }
li.line-bottom { position: absolute; height: 4px; background: #F1B36E ; -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;; bottom: 4px; left: 0; visibility: hidden; opacity: 0; }
li.line-bottom.active { visibility: visible; opacity: 1; }

span.line-bottom { position: absolute; height: 4px; background: #F1B36E ; -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;; bottom: 4px; left: 0; visibility: hidden; opacity: 0; }
span.line-bottom.active { visibility: visible; opacity: 1; }


.row-fluid .header-2020 li.line-bottom { bottom: 20px; }



.row-fluid .header-section.sticky { position: fixed; box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08); background-color:#fff; /*padding: 20px 0 10px; */}

.row-fluid .site-search .submit-btn { height: auto; background: url(https://www.feg.com/hubfs/2020%20Refresh/Image/search-icon.svg) no-repeat center / contain; width: 30px; position: absolute; right: 0; top: 0; bottom: 0; margin: auto;  padding: 0;  background-size: 18px; }
.row-fluid .site-search input.hs-search-field__input::-webkit-input-placeholder{opacity:1; color: #BFBFBF; }
.row-fluid .site-search input.hs-search-field__input::-moz-placeholder{opacity:1; color:#BFBFBF; }
.row-fluid .site-search input.hs-search-field__input:-ms-input-placeholder{opacity:1; color:#BFBFBF; }
.row-fluid .site-search input.hs-search-field__input:-moz-placeholder{opacity:1; color:#BFBFBF; }

.bg-ovl:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #253861 ; opacity:0.4;  z-index: -1; }
.bg-ovl { position: relative; z-index: 1; }
.row-fluid .hero-section { padding: 71px 0 45px; }
.row-fluid .hero-section .hero-caption { width: 100%; max-width: 800px; float:right;}
.span12.widget-span.widget-type-cell.wow.fadeIn.hero-section.bgmain.bg-ovl {background-position: 0 59%;}
.row-fluid .hero-title h2 { color:#fff; font-weight: 700; }
.row-fluid .hero-title h1 { color:#fff; margin-bottom: 0px; font-weight: 600; font-size: 48px;text-align:right; position: relative; top: 0px;left: 0px; }
.row-fluid .hero-sub-text { margin-bottom: 20px; color:#fff; }
.row-fluid .hero-sub-text { font-size: 20px; line-height: 30px; }

.refresh-feature-section { width: 100%; float: left; padding: 40px 0 40px; }
.refresh-feature-box { width: 33.333%; float: left; padding: 0 25px 30px; }
.refresh-feature-row { margin: 0 -25px; }
.refresh-feature-img img { width: 100%; height: 252px; object-fit: cover; transition:all .3s ease-out;}
.refresh-feature-img img:hover {box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.25);}
.refresh-feature-img { margin-bottom: 30px; }
.video-thumbs { position: relative; }
.video-thumbs:after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);; -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;;  content: "\f144"; font-family: FontAwesome;  font-size: 100px;  color: #fff; opacity: .8; text-shadow: 0px 0px 30px rgba(0, 0, 0, 0); }
.fancybox:hover .video-thumbs:after { opacity: 1; }
.refresh-feature-text { margin-bottom: 30px; }
.refresh-feature-content a.refresh-btn { font-size: 20px; font-weight: 700; color:#253861; }
.refresh-feature-content a.refresh-btn:hover{ color:#F1B36E ; }

.row-fluid .we-help-section { background: #F2F2F2; padding: 70px 0; }
.row-fluid .we-help-section p { margin-bottom: 24px; }
.row-fluid .main-title { margin-bottom: 20px; }

/* Home Page Numbers Section */
.home-numbers-block {margin-top:50px;}
.home-numbers h2 {text-align:center; color:#253861; margin-bottom: 0px;}
.home-numbers-sub {text-align:center;}
.home-numbers-body {text-align:center; margin-top:20px;}

.home-alt-image-section {
  background-color: #E6E7E8;
  padding: 50px 0px;
}
.home-alt-text {margin: 20px 0;}

.home-alt-blue-block h2 {margin:0;}

.row-fluid .recent-post-section { padding: 50px 0; }
.row-fluid .recent-post-section h4 { color:#253861; font-weight: 500; text-transform: capitalize;}
.row-fluid .recent-col { margin: 0; width: 50%;  padding: 0 55px; padding-left: 0px;}
.row-fluid .recent-col:last-child {border-left: 1px solid #253861; padding-left: 55px;}
.row-fluid .recent-post-section .container > div { margin: 0 -55px; }
.post-title { margin: 9px 0; width: 100%; float: left; }

.row-fluid .cta-section { width: 100%; float: left; background: #253861 ; text-align: center; padding: 80px 0; }
.row-fluid .cta-section .cta-caption { width: 100%; max-width: 1000px; float: none;  margin: auto;}
.row-fluid .cta-section .cta-caption h2{ color:#fff !important; font-weight: 300;}
.row-fluid .cta-section .default-btn a:hover{ background:#fff; color:#253861 ; }
.row-fluid .cta-caption .default-btn { margin-top: 10px; }

.row-fluid .footer-section{ padding:100px 0 30px; }
.row-fluid .footer-top > .row-fluid-wrapper > .row-fluid {  display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex;;  }
.row-fluid .footer-menu-col{margin:0 19px; padding-right: 19px; width: auto; }
.row-fluid .footer-menu-col:last-child { padding-right: 0; }
.row-fluid .footer-menu-col .hs-menu-flow-vertical>ul li a{ padding:0; white-space: normal; font-weight:400; color: #363636 }
.row-fluid .footer-menu-col .hs-menu-flow-vertical>ul li a:hover {color:#363636; text-shadow: 0 0 .45px #363636, 0 0 .45px #363636;}
.row-fluid .footer-menu-col .hs-menu-flow-vertical> ul > li:first-child > a{color:#253861;font-family:  'Montserrat', sans-serif; font-size:16px;text-transform:uppercase; font-weight: 500; margin: 0 0 8px; }
.row-fluid .footer-menu-col .hs-menu-flow-vertical>ul li{ padding: 0 0 7px; }
.row-fluid .footer-menu-col .hs-menu-flow-vertical> ul > li:first-child{padding-bottom:0;}
.row-fluid .footer-logo { margin-bottom: 80px; }
.row-fluid .footer-logo img.hs-image-widget { width: 100%; max-width: 250px !important; }
.row-fluid .footer-bottom .copy-box { width: 100%; /*max-width: 350px;*/ margin: 0 auto 40px; float: none; }
.row-fluid .footer-bottom .copy-box p { margin-bottom: 13px; }
.row-fluid .footer-bottom .copy-box p a { margin: 0 10px; }
.row-fluid .footer-top { padding-bottom: 40px; }
.row-fluid .linkedIn-icon ul li:last-child a:before { content: "\f0e1"; font-family: FontAwesome; font-size: 11px; width: 22px; height: 22px; display: inline-block; background: #bdbdbd; color: #fff; text-align: center; line-height: 23px; border-radius: 100%; margin-right: 7px;  vertical-align: top; }

.span12.widget-span.widget-type-cell.footer-bottom.text-center {
    margin-top: 80px;
}

span.search-icon { display: none; }
.ebiz-toggle {  display: none; }

.row-fluid .hero-menu{width:100%; float:left; border-bottom: 1px solid #faab54; background-color: #ededed; text-align: center; margin-bottom: 40px;}
.row-fluid .hero-menu .hs-menu-wrapper > ul li{display:inline-block}
.row-fluid .hero-menu .hs-menu-wrapper > ul li a{ color: #363636 ; max-width: 100%;padding: 20px 20px 5px;font-weight: 400;}
.row-fluid .hero-menu .hs-menu-wrapper > ul li a:hover{color: #F1B36E; font-weight:600;}
.row-fluid .hero-menu .hs-menu-wrapper > ul li.active a{color: #203864; font-weight:600;}

.feg-people a:hover {color: #253861;}


/* Inside Pages */
.block-margins {margin: 50px 0;}
.border-right { 
  border-right: solid 1px; 
  border-color: #203864;
  padding-right: 30px;
}
.content {line-height:1.8em;}
.content ul {
    margin: auto;
    padding-left: 30px;
}
.content ul li{list-style:disc;}
.icon-text {
    max-width: 65%;
    margin: 0 auto;
}
.content a {
  color: #203864;
    font-weight:500;
}
.content a:hover {
  color: #FBB161
}

ul li{list-style:none;}



.row-fluid .fl100 { width:100%; float:left; }
.row-fluid .fl50 { width:50%; float:left; }

.news-post-summary {}

/*-----*/
.row-fluid .hero_section { padding:71px 0; position:relative; }  
.row-fluid .hero_section .hero_caption h1 { font-size:48px !important; line-height:52px; text-align:center; position:relative; z-index: 99; color: #fff; font-weight: 600; }
.span12.widget-span.widget-type-cell.wow.fadeIn.hero_section.bgmain.bg-ovl {background-position:0 64%;}

.row-fluid .post_view { width:100%; float:left; padding-top:30px; }
.row-fluid .post_view .post_item { width:100%; float:left; margin-bottom:50px; }   
.row-fluid .post_view .post_item .featured_image_wrapper .hs-featured-image-link { height:252px; background-size:cover !important; float:left; width:100%; transition: all .3s ease-out;}
.row-fluid .post_view .post_item .featured_image_wrapper .hs-featured-image-link:hover {box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);}
.row-fluid .post_view .post_item .featured_image_wrapper { width:30%; float:left; }
.row-fluid .post_view .post_item .post_right { width:70%; float:left; padding-left:40px; }
.row-fluid .post_view .post_item .post_title { margin:0 0 10px 0; }
.row-fluid .post_view .post_item .post_title a { font-size: 22px; line-height: 30px; font-weight: 700;  color:#203864; float:left; width:100%; }
.row-fluid .post_view .post_item .post_title a:hover{     color: #FBB161;}
.row-fluid .post_view .post_item .post_title span a {     width: auto;   font-size: 16px;line-height: 24px;padding-right: 5px; padding-bottom: 5px;  color: #253861;  text-transform: uppercase; font-weight: 500;}
.row-fluid .post_view .post_item #hubspot-topic_data { margin:5px 0 15px; }
.row-fluid .post_view .post_item #hubspot-topic_data .topic-link { float:left; position:relative; width:auto; text-transform: uppercase; padding-right: 10px; margin-right: 10px; font-weight: 500; font-size: 18px; line-height: 24px; }
.row-fluid .post_view .post_item #hubspot-topic_data .topic-link:after { position:absolute; content:","; right:0; bottom:0; }
.row-fluid .post_view .post_item #hubspot-topic_data .topic-link:last-child:after { display:none; }
.row-fluid .post_view .post_item #hubspot-topic_data .topic-link:last-child { margin-right:0; }
.row-fluid .post_view .post_item .post-body { margin-bottom:15px; min-height: 118px; } 
.row-fluid .post_view .post_item .more-link { float:left; color:#253861; text-transform:uppercase; font-weight: 700; }
.row-fluid .post_view .post-listing-simple { width:100%; float:left; font-size:24px; line-height:30px; margin:0; text-align:center; }
.row-fluid .post_view .post_item .post-body + a { font-weight: 700; color:#203864 ;}
.row-fluid .post_view .post_item .post-body + a:hover{color: #F1B36E;}

.post-body ul {list-style-position: inside;}
.post-body ul li {list-style: disc;margin-left: 20px;}

/*---*/
.row-fluid .blogname_links { background:#f2f2f2; padding:15px 0; border-bottom:1px solid #fbb161; }
.row-fluid .blogname_links ul { padding:0; margin:0; list-style:none; width:100%; float:left; line-height:0; text-align:center; }
.row-fluid .blogname_links ul li { width:auto; float:none; display:inline-block; list-style:none; padding:0; }
.row-fluid .blogname_links ul li a { width:auto; float:left; font-size:16px; line-height:24px; padding:0 15px; }
.row-fluid .blogname_links ul li a:hover {color:#203864;}

.pub-sub {
    font-size: 22px;
    margin-bottom: 0;
}

/*--*/
.row-fluid .hero_after_content {  padding: 40px 0;  }
.row-fluid .hero_after_content h1 { text-align:center; }

/*-----*/
.hs-blog-post .row-fluid .post_filter { display:none; }
.hs-blog-post .row-fluid .hero_after_content { display:none; }
.row-fluid .post_filter { padding-bottom:30px; }
.row-fluid .post_filter .filter-link-count { display:none; }
.row-fluid .post_filter ul { width:100%; float:left; text-align:center; padding:0; margin:0; list-style:none; line-height:0; }
.row-fluid .post_filter ul li { float:none; display:inline-block; width:auto; }  
.row-fluid .post_filter ul li a { width:auto; float:left; font-size:16px; line-height:24px; padding:0 20px; cursor:pointer; }
.row-fluid .post_filter ul li a.selected { color:#203864; }

/*---*/
.row-fluid .blog_comments form .hs-input { border:1px solid #ccc; height: 45px; float:left; padding:15px !important; }
.row-fluid .blog_comments form textarea.hs-input { height:100px;  }
.row-fluid .blog_comments form .hs_comment { width:100%; float:left; margin-bottom:20px; }
.row-fluid .blog_comments form .hs-button { float:left; margin-top: 20px !important; max-width: 200px; padding: 14px 20px !important; }

/*----*/
.row-fluid .post_innerview { width:100%; float:left; padding-top:0px; }
.row-fluid .post_innerview .post-body  { font-size:16px; line-height:1.8em; font-family:  'Montserrat', sans-serif !important; }
.row-fluid .post_innerview .post-body p { font-size:16px; line-height:1.8em; font-family:  'Montserrat', sans-serif !important;}
.row-fluid .post_innerview .post-header { padding:0; margin:0 0 10px; border:none; text-align:center; float:left; width:100%; }
.row-fluid .post_innerview .inner_title { font-size: 36px /*!important*/; line-height: 44px /*!important*/; margin-bottom: 10px; }
.row-fluid .post_innerview .hubspot-editable { width:100%; float:left; text-align:center; }
.row-fluid .post_innerview .hubspot-editable .author-link { width:auto; float:none; display:inline-block; padding:0 15px; }

/*-----*/
.hs-blog-post.strip_close .row-fluid .subscribe_strip { bottom:0; transition:all .6s ease; }
.row-fluid .subscribe_strip { background:#253861; padding:30px 0; text-align:center; color:#fff; position:fixed; bottom:-100%; left:0; width:100%; transition:all .6s ease; }
.row-fluid .subscribe_strip h3 { margin-bottom:10px; color:#fff !important; text-transform:uppercase; }
.row-fluid .subscribe_strip .strip_btn { position:absolute; top:-20px; cursor:pointer; right:20px; background:#fbb161; width:40px; height:40px; font-size:20px; line-height:24px; color:#fff; border-radius:50%; text-align: center; padding: 8px;  transition:all .6s ease; }
.row-fluid .subscribe_strip .strip_btn:hover { background:#000; transition:all .6s ease; }
.row-fluid .blog-pagination { width:100%; float:left; text-align:center; }
.row-fluid .blog-pagination .all-posts-link { background: #203864; color: #fff; padding: 10px 20px; font-size: 18px; line-height: 24px; float: none; display: inline-block; width: auto; }
.row-fluid .blog-pagination .all-posts-link:hover { background: #363636; }


/* --- Event --- */
.row-fluid .event-section {  width: 100%;  float: left;  padding-bottom: 50px;}
.row-fluid .event-section .blog-section .post_item .post_right{/*padding-left: 0;width:100%;*/}
.row-fluid .event-hero.hero_after_content {padding-bottom: 0;}
.row-fluid .event-section .blog-section .post_item .post_right .date_location {  width: 100%;  float: left;  padding-bottom: 5px;}
.row-fluid .event-section .blog-section .post_item .post_right .date_location span {  padding-right: 5px;  color: #233863;  text-transform: uppercase;}
.row-fluid .post_title span, .row-fluid .post-header .inner_title span  {  padding-right: 5px; padding-bottom: 5px;  color: #253861;  text-transform: uppercase; font-weight: 500;}
.row-fluid .event-section .blog-section .post_item .post_right a {  font-weight: 500;  font-size: 22px;    color: #233863;}
.row-fluid .event-section .blog-section .post_item .post_right .post_header {  padding-bottom: 20px;}
.row-fluid .event-section .blog-section .post_item .post_right  .post-body {  color: #424040;}
.row-fluid .event-section .blog-section .post_item .post_right a.more-link {  color: #233863;  display: inline-block;  font-weight: 700;  text-transform: uppercase;  font-size: 16px;  margin-top: 10px;}
.row-fluid .event-section .blog-section .post_item .post_right a.more-link:hover {color:#FBB161;}
.row-fluid .event-section .blog-section .post_item {  border-bottom: 1px solid #615F5F;margin-bottom: 0;width:100%;float:left;}
.row-fluid .event-section .blog-section .post_item .post_right{    padding-bottom: 40px;padding-top:40px;}
.row-fluid .event-section .blog-section .post_item:first-child .post_right {  padding-top: 0;}
.row-fluid .event-section .blog-section .blog-listing-wrapper {max-width: 1000px;  width: 100%;  float: none;  margin: auto;}
.row-fluid .event-section .blog_comments{padding-top:80px;}
.row-fluid .event-section .grecaptcha-badge{box-shadow: none !important;}
.row-fluid .event-section .blog_comments .hs-recaptcha{width:100%;float:left;}
.hs-blog-listing .row-fluid .event-section .blog_comments{padding:0;}
.row-fluid .refres-blog a strong{color:#233863;}
.row-fluid .refres-event-blog a strong{color:#233863;}
.hs-blog-post .row-fluid .event-section .blog-section .date_location span strong{color:#233863;}
span#hs_cos_wrapper_module_156533124184085_ {display: none;}


/*=j= 26-07-2019 =j=*/
.row-fluid .calculator_style .lpTitle { text-align: center; }
.row-fluid .calculator_style .lpPara { margin-bottom: 20px; }
.row-fluid .calculator_style .lpTitle h1 { font-weight: 500; text-transform: uppercase; }
.row-fluid .calc_form_style { margin-top:30px; }
.row-fluid .calc_form_style .lgx-about-content-area { width: 100%; float: left; }
.row-fluid .calc_form_style .lgx-about-content-area form { width: 100%; float: left; }
.row-fluid .calc_form_style .lgx-about-content-area form .span6 { width: 50%; float: left; margin: 0px; }
.row-fluid .calc_form_style .lgx-about-content-area form center { width: 100%; float: left; }
.row-fluid .calc_form_style .lgx-about-content-area form > .span6:first-child { padding-right: 30px; }
.row-fluid .calc_form_style .lgx-about-content-area form > .span6:nth-child(2) { padding-left: 30px; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group { width: 100%; float: left; padding-bottom: 16px; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group .span4 { width: 42%; float: left; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group .span6 { width: 55%; float: left; padding-left: 15px; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group input, .row-fluid .calc_form_style .lgx-about-content-area form .form-group textarea { width: 100%; height: 40px; padding: 9px 10px; border: 1px solid #cbd6e2; border-radius: 5px; font-size: 13px; line-height: 18px; background: #f5f8fa; margin-bottom: 8px; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group input:focus, .row-fluid .calc_form_style .lgx-about-content-area form .form-group textarea:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); outline: 0; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group input.invalid, .row-fluid .calc_form_style .lgx-about-content-area form .form-group textarea.invalid { border: 1px solid #f00; }
.row-fluid .calc_form_style .lgx-about-content-area form .form-group > span { font-size: 15px; }
.row-fluid .calc_form_style .lgx-about-content-area form button { display: inline-block; background: #fcb465; border: 1px solid #fcb465; color: #fff; font-weight: 700; font-size: 17px; line-height: 18px; text-transform: uppercase; padding: 15px 38px 15px; box-shadow: none; font-family: 'Montserrat', sans-serif; cursor: pointer; transition: all .3s ease-in; -webkit-transition: all .3s ease-in; }
.row-fluid .calc_form_style .lgx-about-content-area form button:hover { transform: translate(0, -5px); box-shadow: 0px 30px 40px rgba(0,0,0,0.1);  }
.row-fluid #reset-inputs-button { background-color: transparent; border: 0px; outline: 0px; color: #253861;cursor: pointer; text-transform:capitalize; font-weight: 700; font-size: 16px; transition: all 0.4s ease-in-out;}
.row-fluid #reset-inputs-button:hover { color: #FBB161; }
.spending-table { width: 100%; float: left; margin: 50px 0; }
.spending-table table { width: 100%; }
.spending-table table tbody tr { margin: 0; padding: 0px; background-color: #fff; }
.spending-table table tbody tr td {  border-bottom: 1px solid #000; padding: 10px 10px; text-align: left; }
.spending-table table tbody tr th, .row-fluid .calc_form_style .spending-table table tbody tr td {  border-bottom: 1px solid #000; padding: 10px 10px; text-align: left; }
.spending-table table tbody tr th { color: #253861; }
.row-fluid .calc_form_style  .mobile-spending-table { display: none; }
.row-fluid .form_style { padding: 60px 0; }
.row-fluid .form_style .form-para { text-align: center; }
.row-fluid .form_style form { margin-top: 15px; }
.row-fluid .form_style form fieldset .hs-form-field { margin-bottom: 15px; }
.row-fluid .form_style form .hs-form-field label { margin: 0px 0 6px; font-size: 14px; line-height: 1; font-weight: 400; }
.row-fluid .form_style form fieldset .hs-form-field input, .row-fluid .form_style form fieldset .hs-form-field textarea, .row-fluid .form_style form fieldset .hs-form-field select { width: 100%; height: 50px; padding: 9px 10px; border: 1px solid #cbd6e2; border-radius: 5px; font-size: 14px; line-height: 18px; background: #f5f8fa; margin-bottom: 8px; }
.row-fluid .form_style form .hs_submit { text-align: center; }
.row-fluid .form_style form .hs_submit input, .row-fluid .form_style .pdf-link-wrapper a { cursor:pointer; background: #FBB161; border: 1px solid #fcb465; color: #fff; text-transform: uppercase; font-size: 18px; line-height: 18px; font-weight: 700; -webkit-appearance: none; padding: 15px 30px; text-align: center; width: auto; display: inline-block; margin: 10px; -webkit-transition: all 400ms ease-in;
       -moz-transition: all 400ms ease-in;
        -ms-transition: all 400ms ease-in;
         -o-transition: all 400ms ease-in;
            transition: all 400ms ease-in;; }
.row-fluid .form_style form .hs_submit input:hover, .row-fluid .form_style .pdf-link-wrapper a:hover { transform: translate(0, -5px); box-shadow: 0px 30px 40px rgba(0,0,0,0.1); }
.row-fluid .form_style .form-para p { margin: 0 0 15px; font-size: 16px !important; line-height: 1.5; }
.row-fluid .form_style .form-title h1 { font-size: 30px; font-weight:500; }
.row-fluid .form_style .pdf-link-wrapper { text-align: center; }
h2.appendh2 { font-weight: 700; }

/*=j= 29-07-2019 =j=*/
.research-boxes-main { }
.research-boxes-main .post-item { border-bottom: 1px solid #615F5F; margin-bottom: 0; width: 100%; float: left; }
.research-boxes-main .post-item .post_right { width:100%; float:left; padding-bottom: 40px; padding-top: 40px; }
.research-boxes-main .post-item:first-child .post_right { padding-top: 0px; }
.research-boxes-main .post-item .post_right .date_location { width: 100%; float: left; padding-bottom: 5px; }
.research-boxes-main .post-item .post_right .date_location span { text-transform: uppercase; }
.research-boxes-main .post-item .post_right .post_header .post_title a { font-weight: 500; font-size: 22px; color: #233863; }
.research-boxes-main .post-item .post_right .post-body { width: 100%; float: left; }
.research-boxes-main .post-item .post_right .post-body p { color: #424040; }
.research-boxes-main .post-item .post_right .post-body p:last-child { margin-bottom: 0px; }
.research-boxes-main .post-item .post_right .post-body p:first-child { padding-top: 20px; }

.row-fluid .two-col-section .row.container{ margin: 0; }



.portfolioFilter {display: inline-block;text-align: center;width: 100%;}
.portfolioFilter a { padding:  8px 15px;    display: inline-block; }
/* .portfolioFilter a.current{ color: #F1B36E; } */
.portfolioFilter a.current{color: #F1B36E; }
.filter-right-outer {padding: 30px 0 0 0; }
.blog-topic { padding: 15px 0 0 0; margin: 0; }



body.hs-blog-post .blog-section { margin: 0 auto; max-width: 960px; }

/* 06-09-2019 */
.breadcrumb-wrapper { float: left; width: 100%; padding-bottom: 45px; }
.previous-visited ul { display: inline-block; }
.previous-visited ul li {float: left;padding: 20px 20px 5px;}
.previous-visited ul li:first-child { padding-left: 0; }
.previous-visited ul li a { font-weight: 600; }

/**/
.bloggiveaway_area { width:100%; position:relative; text-align:center; background: #ededed; margin: 50px 0; }
.bloggiveaway_area:before { content: ''; background: #ededed; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; right: calc(100% + 1px); overflow: hidden; margin-right:-1px; }
.bloggiveaway_area:after { content: ''; position: absolute; background: #ededed; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: calc(100% + 1px); overflow: hidden; margin-left:-1px; }
.bloggiveaway_area .bloggiveaway_box { background:#ededed; text-align:left; max-width:660px; width:100%; color:#fff; font-size:16px; line-height:24px; float:none; display:inline-block; padding:40px; position:relative; /*border:15px solid #fff;*/ }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left h4 { margin:0; float:left; border-bottom:none; color:#203864; width:69%; font-size:32px; line-height:43px; /*text-transform:uppercase;*/    font-weight: 300; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left h4 span { text-align:center; float:left; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_text { max-width:340px; width:100%; float:left; text-align:center; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_img { position: absolute; top: 22px; right: 40px; }

.bloggiveaway_area .bloggiveaway_form { margin-top:50px; float:left; width:100%; }
.bloggiveaway_area .bloggiveaway_form h3 { display:none; }
.bloggiveaway_area .bloggiveaway_form form .hs-form-field { width:100%; float:left; display:flex; align-items:center; }
.bloggiveaway_area .bloggiveaway_form form .field > label { margin:0; letter-spacing: 0; text-transform: capitalize; margin-right:10px; text-align:right;min-width:95px;font-weight:300!important; }
.bloggiveaway_area .bloggiveaway_form form .hs-input { background:transparent; letter-spacing:0; font-family: 'Montserrat', sans-serif; height:30px; border:none; margin:0; color:#203864; padding:6px 0px;     border-bottom: solid 1px;     width: 300px;}
.bloggiveaway_area .bloggiveaway_form form .hs-button { margin: 20px 0 0; height:auto; width: auto; background: #FBB161; color: #203864; text-transform: uppercase; font-size: 18px; line-height: 24px; letter-spacing: 0; padding: 8px 20px; font-weight: 400; }
.bloggiveaway_area .bloggiveaway_form form .hs-button:hover { background:#fff; }
.bloggiveaway_area .bloggiveaway_form form .hs-error-msgs { width:100%; float:left; display:none !important; position:relative; list-style: none; margin: 0; padding: 0; }
.bloggiveaway_area .bloggiveaway_form form .hs-error-msgs li { margin:0; list-style:none; }
.bloggiveaway_area .bloggiveaway_form form .hs_error_rollup .hs-error-msgs { display:block !important; margin-top: 10px; }
.bloggiveaway_area .hs_recaptcha.hs-recaptcha.field.hs-form-field {  display: none; }
body.hs-blog-post { overflow-x:hidden; }


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* FEG 2019 INVESTMENT FORUM update 19-9-19 */
.row-fluid .images-section { padding-bottom: 80px;}
.image-slider-wrap .image-slider-inner { padding: 0 15px; height: 230px;}
.image-slider-wrap .image-slider-inner .image-slider { height: 100%; }
.image-slider-wrap .image-slider-inner .image-slider img { height: 100% !important; width: 100%; object-fit: cover;  object-position: top;}
.image-slider-wrap .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); left: -55px; z-index: 999; width: 40px; height: 40px; border: none; outline: none; background-color: #5a5a5a; border-radius: 100%; padding: 0; font-size: 0; display: flex !important; align-items: center; justify-content: center;}
.image-slider-wrap .slick-arrow.slick-next { right: -55px; left: unset;}
.image-slider-wrap .slick-arrow:after {content: '\f053';position: absolute;font-family: fontAwesome;font-size: 16px;color: #fff; display: block;}
.image-slider-wrap .slick-arrow.slick-next:after {content: '\f054';  margin-left: 2px; }
.image-slider-wrap ul.slick-dots { display: flex !important; align-items: center; justify-content: center; margin: 0; margin-top: 15px;}
.image-slider-wrap ul.slick-dots li { display: flex; margin: 0 3px;}
.image-slider-wrap ul.slick-dots li button { border: none; outline: none; width: 10px; height: 10px; font-size: 0; border-radius: 100%; padding: 0;}
.image-slider-wrap ul.slick-dots li.slick-active button { background-color: #5a5a5a;}


.image-slider-wrap {  width: 100%; float: left;}
.image-slider-wrap .image-slider-inner { width: 50%; float: left; padding: 15px; height: auto;}


/* 20-9-19 */
.password-wrap form label.hs-screen-reader-text {font-family: 'Montserrat',sans-serif; font-size: 16px; line-height: 1; letter-spacing: 1px; font-weight: 500 !important; display: block; margin-bottom: 7px; margin-top: 14px; position: static !important; height: auto; color: #4D4D4F; width: auto;}
.password-wrap form input { height: 54px !important; font-family: 'Montserrat', sans-serif; border: 0; font-size: 14px; line-height: 20px; letter-spacing: 1px; padding: 0; margin-bottom: 8px; border-radius: 0; background: #f5f5f5; padding: 10px 20px; color: #000; font-weight: 400; border: 1px solid transparent; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.password-wrap form input.hs-button { background: #203864 !important; border-radius: 0 !important; margin-top: 15px !important;}

.password-wrap form input::-webkit-input-placeholder { opacity: 0; }
.password-wrap form input:-ms-input-placeholder { opacity: 0;  }
.password-wrap form input::placeholder { opacity: 0; }


/* 23-01-2020 */
.row-fluid .header-2020 {}

.row-fluid .header-2020 .header-left { float: left; width: 30% !important; }
.row-fluid .header-2020 .header-right { float: left; width: 70%; }
.row-fluid .header-2020 .header-right .navbar-main { float: left; width: 80%; }
.row-fluid .header-2020 .header-right .register-btn-wrapper { float: left; width: 20%; margin: 0;  }
.row-fluid .header-2020 .header-right .register-btn a {  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: #fbb161;  border-radius: 5px;  border-width: 0px;  color: #fff;  height: auto;  transition: all .4s ease;  padding: 6px 25px !important;  text-shadow: none;  line-height: 1.5em;  border-radius: 0; text-transform: uppercase; text-transform: uppercase; font-size: 15px;}
.row-fluid .header-2020 .header-right > div > div { display: flex; align-items: center; }
.row-fluid .header-2020 .header-right .navbar-main li.line-bottom { bottom: 10px; }
.asia .row-fluid .header-2020 .header-right .navbar-main ul li { margin: 20px 18px;}
.asia .row-fluid .header-2020 .header-right .navbar-main ul li.hs-menu-depth-1:last-child a { background: transparent; padding: inherit !important; font-weight: 500; }


.bloggiveaway_area {  line-height:0; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left { width: 100%; float: left;display:flex; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left { width: 50%; float: left; padding:40px 0; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right { width: 50%; float: left; padding:40px; background:inherent;align-items: center; display: flex;  }
.bloggiveaway_area .bloggiveaway_box { max-width: 1160px; padding:0; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left h4 { text-align: left; width: 100%; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left h4 span { text-align: left; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left .bloggiveaway_text { text-align: left; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right .bloggiveaway_form { margin: 0; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right .bloggiveaway_form input { border-color:#203864; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right .bloggiveaway_form label { color:#203864; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right .bloggiveaway_form .hs-submit { width: 100%; display: inline-block; text-align: center; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right .bloggiveaway_form .hs-submit .hs-button:hover { background:#203864; color:#fff; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right .submitted-message { overflow: auto; color: #000 !important; } 

html.hillbilly-investor-jd {overflow-x: hidden;}






@media (max-width:568px){
  .row-fluid .hero-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{    padding: 0px 20px 5px;}
  .row-fluid .hero-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{padding:15px 0px 0px;}
  .previous-visited ul{ width: 100%; text-align: center; }
  .previous-visited ul li { float: none; padding: 0px 20px 10px; }
  .previous-visited ul li:first-child{ padding-left: 20px; }
  .breadcrumb-wrapper{ padding-bottom: 0; }
  
}

@media (min-width:768px){
  .sticky .logo img.hs-image-widget {/* max-width: 180px; */}
  .sticky .logo {/*margin-top: 6px;*/}
  .sticky .row-fluid .header-top { /* padding-bottom: 20px; */}
}


@media (max-width:1420px){
.row-fluid .main-menu .hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-last-child(2) ul.hs-menu-children-wrapper { left: auto; right: 0; }
  
/*=j= 26-07-2019 =j=*/
  .calculator_style .vega-embed { padding-right: 0px; }
  .calculator_style .vega-embed svg { max-width: 100%; height:auto; }
 
  
}

@media (max-width:1340px){
  .row-fluid .recent-post-section .container>div { margin: 0 -15px; }
  .refresh-feature-row { margin: 0px; }
  .refresh-feature-box{ padding: 0 15px 30px}
  .row-fluid .recent-col {  padding: 0 25px; }
  .row-fluid .recent-col:last-child{ padding-left: 15px; }
  .row-fluid .recent-col{ padding: 0 15px; }
  .image-slider-wrap .slick-arrow {  left: -31px;}
  .image-slider-wrap .slick-arrow.slick-next { right: -31px;}
}

@media (max-width:1199px){
  .container, .row-fluid .container[class*="span"]{ max-width:962px; }
  .row-fluid .logo { width: 175px; margin: 9px 0 0; }
  .row-fluid .main-menu .hs-menu-flow-horizontal ul li a { font-size: 17px; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul>li { margin-left: 30px; }
  .row-fluid .simple-menu ul li { margin: 0 7px; }
  .row-fluid .header-right { width: calc(100% - 175px); }
  .row-fluid .header-top { padding-bottom: 20px; }
  h4 { font-size: 20px; line-height: 23px; }
  .refresh-feature-img img { height: 180px; }
  .video-thumbs:after { font-size: 54px; }
  .refresh-feature-img { margin-bottom: 20px; }
  .row-fluid .footer-menu-col { padding: 0 15px; width: 25%; margin: 0 -2px; display: inline-block; float: none; vertical-align: top;  text-align: left; }
  .row-fluid .footer-menu-col .hs-menu-flow-vertical>ul>li:first-child>a { font-size: 18px; }
  .row-fluid .footer-top { padding-bottom: 20px; text-align:center; }
  .row-fluid .footer-top > .row-fluid-wrapper > .row-fluid {  display: block; }
  .row-fluid .footer-logo img.hs-image-widget { max-width: 190px; }
  .row-fluid .footer-logo { margin-bottom: 40px; }
  .row-fluid .footer-bottom .copy-box { margin-bottom: 50px; }
  
}

@media (max-width:991px){
  .container, .row-fluid .container[class*="span"]{ max-width:750px; }

  h2 { font-size: 36px; line-height: 52px; }  
  h1 { font-size: 40px; }
  .row-fluid .logo { width: 145px; margin-top: 17px; }
  .row-fluid .site-search { width: 32%; margin: 0; }
  .row-fluid .simple-menu { margin: 3px 20px -1px 0; }
  .row-fluid .simple-menu ul li a { font-size: 14px; }
  .row-fluid .simple-menu ul li { margin: 0 3px; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul>li { margin-left: 20px; }
  .row-fluid .header-section { padding: 19px 0 10px; }
  .row-fluid .header-top { padding-bottom: 18px; }
  
  .row-fluid .hero-section { padding: 80px 0 70px; }
  .refresh-feature-box { padding: 0 15px 20px; }
  .row-fluid .footer-menu-col { width: 33.333%; float: none; display: inline-block; margin: 0 -2px 20px; vertical-align: top; text-align: left; }
  .row-fluid .cta-section { padding: 60px 0 60px; }
  .refresh-feature-content a.refresh-btn { font-size: 16px; }
  
  
  .row-fluid .logo { margin-top: 12px; }
  .sticky .logo img.hs-image-widget { /* max-width: 140px; */}
  .sticky .row-fluid .header-top { padding-bottom: 16px; }
  .row-fluid .header-section.sticky {  padding: 20px 0 6px; }
  .row-fluid .post_filter ul li a { padding:0 12px; }
  
/*=j= 26-07-2019 =j=*/
  .row-fluid .calc_form_style .lgx-about-content-area form .form-group .span4 { width: 45%; }
  .row-fluid .calc_form_style .lgx-about-content-area form .form-group .span6 { width: 55%; }
  .row-fluid .calc_form_style .lgx-about-content-area form > .span6:nth-child(2) { padding-left: 20px; }
  .row-fluid .calc_form_style .lgx-about-content-area form > .span6:first-child { padding-right: 20px; }
  
  
  
  
  
  
   span.search-icon { display: block;}
  .row-fluid .simple-menu {  display: none; }

  .ebiz-toggle{ padding: 14px 14px; background: transparent; cursor: pointer; border: 0; display: block; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; height: 4px; }
  .ebiz-toggle span{width: 22px; height: 2px;background-color: #253861; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
  .ebiz-toggle span:before,.ebiz-toggle span:after{content: ""; display: block; width: 100%; height: 100%; background-color: #253861 ; position: relative;  -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;; }
  .ebiz-toggle span:before{top: -7px; }
  .ebiz-toggle span:after{bottom: -5px}

  .ebiz-toggle.ebiz-menuopen span{background-color: transparent;}
  .ebiz-toggle.ebiz-menuopen span:before{top: -1px; -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);; }
  .ebiz-toggle.ebiz-menuopen span:after{bottom: 3px; -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);; }
  
  .mobile-toggle{ background: transparent; display: block; position: absolute;right: 0; top: 0; padding: 16px 20px 16px; cursor: pointer; width:auto; }
  .mobile-toggle:before , .mobile-toggle:after{content: ""; display: block; width: 2px; height: 12px; background-color: #253861 ; position: relative; -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;;  position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }  .mainmenu ul li .mobile-toggle:after{width: 12px; height: 2px;}
  .mobile-toggle:after{width: 12px; height: 2px;}
  .mobile-toggle.ebiz-subopen:before{ display: none; }
  
  .row-fluid .header-right { width: auto; float: right; }
  .row-fluid .site-search .hs-search-field__bar { height: 30px; position: absolute; top: 35px; width: 180px; opacity: 0; visibility: hidden; right: 35px; z-index: 2; }
  .row-fluid .logo { margin-top: 0; float:left; }
  .row-fluid .site-search span.search-icon { display: block; width: 20px; height: 10px; line-height: 31px; position: absolute; right: 35px; top: -2px; color:#253861; }
  .row-fluid .header-section { padding: 16px 0; width: 100%; }
  .row-fluid .main-menu { position: absolute; top: 100%; left: 0; right: 0; background: #ffff; display:none; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul>li { width: 100%; text-align: left; margin: 0; }
  .row-fluid .main-menu .hs-menu-flow-horizontal ul li a { padding: 6px 15px; line-height: normal; font-size: 16px; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul { border-top: 2px solid #fbb160; padding: 14px 0; max-height: calc(100vh - 77px ); overflow: auto; margin:0; width: 100%;  }
  .row-fluid .site-search .hs-search-field__bar.search-show { visibility: visible; opacity: 1; }
  
  /* */
  .row-fluid .header-section.sticky { padding: 16px 0; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; opacity: 1; visibility: visible;  width: 100%;  box-shadow: 0 0 0; -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;; background: #E6E7E8; display:none; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {  color: #363636; padding: 12px 15px 10px; }
  .row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li {  background: transparent; }
  
  
  .image-slider-wrap .image-slider-inner { height: auto;  width: 50%; padding: 15px;}
  .image-slider-wrap .image-slider-inner .image-slider { max-width: 250px; margin: 0 auto;}
  
  .header-2020 .asia .row-fluid .header-main .hs-menu-wrapper.hs-menu-flow-horizontal>ul li { margin: 0 10px; }
  .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: flex; align-items: center; }
  
  .header-2020 .header-left { width: 20%; float: left; }
  .header-2020 .header-right { float: left; width: 80%; }
/*   .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; } */
  .asia .row-fluid .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li { margin: 0 12px; }
  
  .row-fluid .header-2020 .header-left { width: 20% !important; }
  .row-fluid .header-2020 .header-right { width: 80%; }
  .asia .row-fluid .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li { margin: 0 15px; }
  .row-fluid .header-2020 .header-right .navbar-main .hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a { background: transparent; padding: initial !important; }
  
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left { width: 100%; padding: 0; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left h4 { max-width: 100%; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left h4 span br { display: none; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right { width: 100%; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-left .bloggiveaway_text { max-width: 100%; padding-bottom: 10px; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right form .field > label { text-align: left; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right form .field .input { width: 100%; }
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right form .field .input input,
.bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right form .field select { width: 100%; }

  .bloggiveaway_area .bloggiveaway_box { padding:30px 0; margin-top:0; }
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right { margin-top:20px; padding:20px; }
  
  
  
  
}

/* @media (max-width:814px){ 
  .image-slider-wrap .image-slider-inner{ height:315px; }
} */

@media (max-width: 767px){
  .border-right {border-right:none;padding:0;}
  .container, .row-fluid .container[class*="span"]{ max-width: 100%; }
  h1 { font-size: 26px !important; line-height: 38px !important; }
  h6 {margin-bottom: 5px;font-size: 14px;}
  .row-fluid .footer-bottom .copy-box p {font-size: 0.75em;letter-spacing: -.5px;}
  .podcast-info__listen {margin-top:0px !important;}
  .podcast-info__listen {margin-top:0px}
  .listen__item:hover {transform: none !important;}
  .row-fluid .post_innerview .post-body small {line-height: 1em;     font-size: 10px;}
  .row-fluid .speaker-imgwrap .speaker-img {height: 242px !important;margin-bottom: 13px;}
  .row-fluid .post_innerview .inner_title {margin-bottom:0px;}
  .row-fluid .post_innerview .post-header {margin-bottom:0px;}
  .row-fluid .post_innerview .post-body p {line-height: 1.6em;}
  .post-body ul {line-height:1.6em}
  .row-fluid .hero-section { padding: 55px 0 50px; }
  .row-fluid .hero-sub-text { font-size: 18px; line-height: 26px; }
  .default-btn a { padding: 16px 36px 12px; }
  .refresh-feature-box { width: 50%; float: left; padding-bottom: 40px; }
  .refresh-feature-section { padding: 40px 0 10px; }
  h2 { font-size: 26px; line-height: 37px; }
  .row-fluid .we-help-section { padding: 50px 0 30px; }
  .row-fluid .main-title { margin-bottom: 30px; }
  .row-fluid .recent-col { width: 100%; padding: 0 15px 34px; float: left; }
  .row-fluid .recent-col:last-child { padding-bottom: 0; border: none; }
  .row-fluid .recent-post-section h4 { margin-bottom: 10px; font-weight: 500; }
  .post-title { margin: 4px 0; }
  .row-fluid .cta-section { padding: 50px 0 50px; }
  .row-fluid .footer-menu-col { width: 100%; text-align: center; padding: 0; margin-bottom: 6px; }
  .row-fluid .footer-section { padding: 50px 0 40px; }
  .row-fluid .footer-menu-col .hs-menu-flow-vertical>ul li { padding-bottom: 5px; }
  .row-fluid .footer-bottom .copy-box { margin-bottom: 30px; }
  .row-fluid .footer-logo img.hs-image-widget { max-width: 160px; }
  .row-fluid .footer-logo { margin-bottom: 30px; }
  
/*   span.search-icon { display: block;}
  .row-fluid .simple-menu {  display: none; }
  
  .ebiz-toggle{ padding: 14px 14px; background: transparent; cursor: pointer; border: 0; display: block; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; height: 4px; }
  .ebiz-toggle span{width: 22px; height: 2px;background-color: #253861; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
  .ebiz-toggle span:before,.ebiz-toggle span:after{content: ""; display: block; width: 100%; height: 100%; background-color: #253861 ; position: relative;  -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;; }
  .ebiz-toggle span:before{top: -7px; }
  .ebiz-toggle span:after{bottom: -5px}

  .ebiz-toggle.ebiz-menuopen span{background-color: transparent;}
  .ebiz-toggle.ebiz-menuopen span:before{top: -1px; -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);; }
  .ebiz-toggle.ebiz-menuopen span:after{bottom: 3px; -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);; }
  
  .mobile-toggle{ background: transparent; display: block; position: absolute;right: 0; top: 0; padding: 16px 20px 16px; cursor: pointer; width:auto; }
  .mobile-toggle:before , .mobile-toggle:after{content: ""; display: block; width: 2px; height: 12px; background-color: #253861 ; position: relative; -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
        -ms-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;;  position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }  .mainmenu ul li .mobile-toggle:after{width: 12px; height: 2px;}
  .mobile-toggle:after{width: 12px; height: 2px;}
  .mobile-toggle.ebiz-subopen:before{ display: none; }
  
  .row-fluid .header-right { width: auto; float: right; }
  .row-fluid .site-search .hs-search-field__bar { height: 30px; position: absolute; top: 35px; width: 180px; opacity: 0; visibility: hidden; right: 35px; z-index: 2; }
  .row-fluid .logo { margin-top: 0; float:left; }
  .row-fluid .site-search span.search-icon { display: block; width: 20px; height: 10px; line-height: 31px; position: absolute; right: 35px; top: 2px; color:#253861; }
  .row-fluid .header-section { padding: 16px 0; width: 100%; }
  .row-fluid .main-menu { position: absolute; top: 100%; left: 0; right: 0; background: #ffff; display:none; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul>li { width: 100%; text-align: left; margin: 0; }
  .row-fluid .main-menu .hs-menu-flow-horizontal ul li a { padding: 6px 15px; line-height: normal; font-size: 16px; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul { border-top: 2px solid #fbb160; padding: 14px 0; max-height: calc(100vh - 77px ); overflow: auto; margin:0; }
  .row-fluid .site-search .hs-search-field__bar.search-show { visibility: visible; opacity: 1; }
  
  /* */
  .row-fluid .header-section.sticky { padding: 16px 0; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; opacity: 1; visibility: visible;  width: 100%;  box-shadow: 0 0 0; -webkit-transition: all 0s;
       -moz-transition: all 0s;
        -ms-transition: all 0s;
         -o-transition: all 0s;
            transition: all 0s;; background: #E6E7E8; display:none; }
  .row-fluid .main-menu .hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {  color: #363636; padding: 12px 15px 10px; }
  .row-fluid .main-menu .hs-menu-flow-horizontal >ul li.hs-item-has-children ul.hs-menu-children-wrapper li {  background: transparent; } */

  .row-fluid .border-right.inside-block { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; border-right: none; margin-bottom: 25px;}
  
  
  .row-fluid .hero_section .hero_caption h1 { font-size: 28px !important;  line-height: 40px; }
  .row-fluid .hero_section { padding:100px 0; } 
  
  .row-fluid .post_view .post_item :last-child { margin-bottom:0; }
  .row-fluid .post_view .post_item .post_right { padding:0; width:100%; }
  .row-fluid .post_view .post_item .featured_image_wrapper { width:100%; margin-bottom:20px; }
  .row-fluid .post_view .post_item .post_title a { margin-bottom:15px; }
  
  
  .row-fluid .post_filter { text-align:center; }
  .row-fluid .post_filter .option-combo { width:100%; float:none; display:inline-block; max-width:300px; position:relative; }
  .row-fluid .post_filter .mobile_select { width:100%; float:left; color: #636363; text-align: left; padding: 14px 19px; font-size: 16px; line-height: 24px; background:#f2f2f2; position:relative; }
  .row-fluid .post_filter .mobile_select:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
  .row-fluid .post_filter .mobile_select.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }

  .row-fluid .post_filter ul { position:absolute; left:0; top:100%; z-index:9; display:none; background:#f2f2f2; }    
  .row-fluid .post_filter ul li:last-child a { border-bottom:0; }
  .row-fluid .post_filter ul li { width:100%; float:left; text-align:left; }
  .row-fluid .post_filter ul li a { padding: 14px 19px; font-size: 16px; width:100%; float:left; line-height: 24px; text-align: left; border-bottom: 1px solid rgba(255,255,2550.7);  }   
  .row-fluid .event-section{    padding-bottom: 0;}
  .row-fluid .event-section .blog_comments{padding-top: 20px;}
  .row-fluid .event-section .blog-section .post_item .post_right .post_header{    padding-bottom: 0px;}
  .row-fluid .blogname_links ul li{    padding-bottom: 5px;}
  
  
  
/*=j= 26-07-2019 =j=*/
  h2.appendh2 { line-height: 32px; margin: 30px 0 0 !important; }
  .row-fluid .form_style { padding: 40px 0; }
  .row-fluid .form_style .form-title h1 { font-size: 25px; }
  .row-fluid .form_style form .hs_submit input, .row-fluid .form_style .pdf-link-wrapper a { font-size: 16px; margin: 10px 5px; padding: 15px 28px; }
  
  .row-fluid .hero-title h1 {font-size:28px;} 
  .portfolioFilter a{ font-size: 15px ;}
  
  /* */
  .row-fluid .post_view .post_item .post-body { min-height: auto; }
  
  .refresh-feature-row{max-width: 400px; margin: 0 auto; float: none; padding: 0;}
  .refresh-feature-box{ width: 100%;}
/*   .row-fluid .recent-col{ padding: 0; max-width: 400px; margin: 0 auto; float: none} */
  .row-fluid .recent-col-wrap > div { max-width: 400px; margin: 0 auto; float: none; }
  .row-fluid .recent-col{ padding: 0 15px 20px; }
  .row-fluid .recent-col:last-child{ padding-left: 15px; }
  
  .row-fluid .images-section { padding-bottom: 60px;}
  
  .image-slider-wrap .slick-arrow {left: -5px;}
  .image-slider-wrap .slick-arrow.slick-next {right: -5px;}
  .image-slider-wrap .image-slider-inner { height: 265px;}
  .image-slider-wrap .image-slider-inner .image-slider { max-width: 100%;}
  .image-slider-wrap .image-slider-inner{ height: auto; }
  
  .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; }
/*   .asia .row-fluid .header-main .hs-menu-wrapper.hs-menu-flow-horizontal>ul li { margin: 0; } */
  .asia .row-fluid .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {  margin: 0; }
  .row-fluid .header-2020 .header-right .register-btn-wrapper { display: none; }
  .asia .row-fluid .header-2020 .hs-menu-wrapper.hs-menu-flow-horizontal>ul script { display: none; }
  .asia .row-fluid .header-2020 .header-right .register-btn a {     background: transparent; padding: 12px 15px !important; font-weight: 500; color: #000; text-align: left; width: 100%; min-width: inherit; display: block; float: left; max-width: 150px; }
  .row-fluid .header-2020 .header-right .navbar-main .hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a { line-height: 45px; }
  
  .notify-badge {    
    position: absolute;
    left: 59px;
  }
    
  /**/ 
  .bloggiveaway_area .bloggiveaway_box { padding:20px 0; margin:20px auto; max-width:500px; display: flex; flex-direction: column-reverse; }
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_img { position:relative; top:0; float:left; text-align: center; margin-bottom: 30px; right:0px; }
  .bloggiveaway_area .bloggiveaway_form { margin-top: 20px; }
  .bloggiveaway_area .bloggiveaway_form form .hs-form-field { display:block; }
  .bloggiveaway_area .bloggiveaway_form form .field > label {text-align:left;}
  .bloggiveaway_area .bloggiveaway_form form .hs-input { /*border:1px solid #fff;*/ height:37px; margin:8px 0 10px; }
  .bloggiveaway_area .bloggiveaway_form form .hs-button { margin:5px 0 0; }
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_left h4 { width:100%; }
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_left h4 span { width:100%; }
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_text { max-width:100%; }
  .bloggiveaway_area .bloggiveaway_form form .hs-input { width: 100%; }
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_left .in-right { padding:20px ; margin-top:0px; } 
  .bloggiveaway_area .bloggiveaway_box .bloggiveaway_left {display:block;}
  
  
  
}


@media (max-width: 550px){
  .refresh-feature-box { width: 100%; max-width: 450px; margin: auto; float: none; }

  /*=j= 26-07-2019 =j=*/
  .row-fluid .calc_form_style .spending-table { display: none; }
  .row-fluid .calc_form_style .mobile-spending-table { display: block; margin: 40px 0; }
  .row-fluid .calc_form_style .lgx-about-content-area form > .span6:first-child { padding-right: 0px; }
  .row-fluid .calc_form_style .lgx-about-content-area form > .span6:nth-child(2) { padding-left: 0px; }
  .row-fluid .calc_form_style .lgx-about-content-area form > .span6 { max-width: 510px; width: 100%; margin: 0 auto; float: none; display: block; }
  .row-fluid .calc_form_style .lgx-about-content-area form .form-group .span4 { width: 100%; }
  .row-fluid .calc_form_style .lgx-about-content-area form .form-group { padding-bottom: 8px; }
  .row-fluid .calc_form_style .lgx-about-content-area form .form-group .span6 { width: 100%; padding-left: 0px; }
  .row-fluid .calc_form_style .lgx-about-content-area form center { padding-top: 10px; }
  .row-fluid .calc_form_style .mobile-spending-table .table-box { border-bottom: 1px solid #000; padding: 20px 0 0; }
  .row-fluid .calc_form_style .mobile-spending-table .table-box .table-heading h3 { font-size: 16px; font-weight: 700; margin: 0px 0 6px; color: #253861; }
  .row-fluid .calc_form_style .mobile-spending-table .table-box .table-heading .title p { font-size: 16px; font-weight: 400; color: #000; }
  .row-fluid .calc_form_style .mobile-spending-table .table-box .table-heading .content p { font-size: 15px; }
  
}


@media (max-width: 480px){
  h3 { font-size: 24px; line-height: 34px; }
/*   .row-fluid .site-search .hs-search-field__bar{ top: 53px; } */
  
  .hs-blog-post .blog-section .date_location{width:100%;float:left;}
  .hs-blog-post .blog-section .date_location span { width: 100%; float: left; padding-bottom: 5px;}
 
/*=j= 26-07-2019 =j=*/
  h2.appendh2 { font-size: 20px !important; margin: 20px 0 10px !important; }
  .row-fluid .form_style form fieldset .hs-form-field input, .row-fluid .form_style form fieldset .hs-form-field textarea, .row-fluid .form_style form fieldset .hs-form-field select { width: 100% !important;}
  
  .image-slider-wrap .image-slider-inner{ width: 100%; }
  
}

/* Resource Block */
.resource-block {
  margin-left:10%;
  margin-right:10%;
  max-width:80%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

g.mark-rule.role-axis-tick {display:none;}

.grey-bg {
  margin:40px 0;
  padding: 30px 0;
  background-color: #E6E7E8;
}

.jumbo-case-study-cm-2.span12.equal-height-container {margin:50px 0;}

 a.more-link {font-weight:700;}

.home-page-callout p {
  padding:10px 0;
  margin: 0;
  color: #253861;
  font-size: 1.3em;
}
.home-page-callout a {
  color: #253861;
}

.resource-cta a {
    color: #203864;
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight:bold;
}

.resource-cta a.cta_button:hover, body .row-fluid form .hs-button:hover {
    transform: none;
    box-shadow: none;
}

.previous-speakers h3 {
  margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #253861;
  font-size: 36px;
}

.previous-speakers p {
  font-family: 'Montserrat',sans-serif;
    font-size: 15pt !important;
    line-height: 23pt;
    color: #2e2e2e;
  font-weight: 300;
}

/* Keynote Speakers */
.row-fluid .speaker-contentwrap h5 {
    font-family: 'Montserrat',sans-serif;
    font-size: 23pt;
    color: #2e2e2e !important;
    margin-bottom: 10px;
}
.row-fluid .speaker-contentwrap h6 {
    font-family: 'Montserrat',sans-serif;
    color: #2e2e2e !important;
    margin-bottom: 10px;
  font-size:20px;
}
.row.speaker-row {
    margin: 30px 0;
  position:relative;
}
.notify-badge{
    position: absolute;
    /*left:-20px;
    top:10px;*/
    background:#203864;
    text-align: center;
    color:#fff;
    padding:5px 10px;
    font-size:20px;
}
.row-fluid .speaker-imgwrap .speaker-img {
    height: 300px;
    background-size: contain;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.speaker-row {
    margin-bottom: 50px;
}

.blue-button {
  background-color:#203864;
  padding: 10px;
  margin: 10px 0;
}

.podcast-feed-img {max-width:120px;transition: transform .2s;}
.podcast-feed-img:hover {transform: scale(1.05);}
.podcast-feed-share {width: auto;float: left;}
.podcast-feed-share-block .container {max-width:500px;}
.podcast-feed-share-block ul li {
  list-style:none;
  text-align: center;
  width: 50%;
}
.podcast-feed-share-block ul li:first-child {
 margin-left:0; 
}

h2.speakers-title {margin: 20px 0;}

.podcast-filter-block {
  max-width:450px;
  display: block;
  padding: 20px 0 0;
  transition: all 0.5s ease;
  border: 1px solid #e2e3e4;
  margin: 0 0 20px 0;
}

.podcast-filter-block:hover {
     /* border: solid #253861;*/
 /* box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);*/
}


.podcast-filter-block a {
  text-decoration:none !important;
  cursor: pointer;
}

#close a {
  cursor: pointer;
  text-decoration: none;
}

.podcast-filter-block.podcast-filter-set a:active {
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
}

.podcast-filter-block img {
  margin:0 0 20px 0;
}

.podcast-filter-block p {
  color:#000;
  font-size: 0.9em;
  line-height: 1.5em;
}

.podcast-filter-block p b {
  color:#203864;
}

.podcast-filter-set hr {
    border-top: solid 1px #e2e3e4;
    border-bottom: none;
}

p.podcast-filter-block-text {
    min-height: 90px;
    max-width: 290px;
}

/* 20210413_PrintRules_AR */
@media print {
  .row-fluid .hero-menu {display:none;}
  .row-fluid .site-search {display:none;}
  .hs-tools-menu.hs-collapsed {display:none;}
  .row-fluid .cta-section {display:none;}
  .row-fluid .cta-section .cta-caption {display:none;}
  .row-fluid .cta-caption .default-btn {display:none;}
  .row-fluid .footer-top {display:none;}
  .row-fluid .header-section.sticky {position: absolute;box-shadow:none;}
  .span12.widget-span.widget-type-global_group.wow.fadeIn.hero-section.bgmain.bg-ovl {display:none;}
  
  @page  
    { 
        size: auto;   /* auto is the initial value */ 

        /* this affects the margin in the printer settings */ 
        margin: 25mm 15mm 25mm 15mm;  
    } 

    body  
    { 
        /* this affects the margin on the content before sending to printer */ 
        margin: 0px;  
    }
}

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {background-color: #E7E6E6;}

.table-striped-odd tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {background-color: #E7E6E6;}

.six-tenet td.six-tenet-left {width:20%;}
.six-tenet td.six-tenet-right {width:80%;}
@media (max-width: 480px) {
  .six-tenet td.six-tenet-left {width:43%;}
.six-tenet td.six-tenet-right {width:57%;}
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }