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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body, div, nav, p, ul, ol, li, a, pre, label, input, select, section, h1, h2, h3, h4, h5, h6{
    padding:0;
    margin:0;
    line-height:1.3;
    font-family: 'Roboto', sans-serif;
    color: #4b4d49;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    background:#f2f2f2;
}
body ,p ,li {
    font-size:14px;
}
a{
    color: #4b4d49;
    text-decoration:none;
}
a:hover{
    color: #33cb98;
}
*{
    box-sizing: border-box;
}
.page-center{
    max-width:1020px !important;
    margin:0 auto !important;
    float:none !important;
    padding:0px 15px !important;
}
.header-logo img {
    max-width: 350px;
    padding: 10px 10px 10px 0px;
}

/***************** Header Css ****************/
.header-container {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,0.7);
    z-index:999;
}
.body-container-wrapper {
    margin-top: 92px;
}
.custom-menu-primary-new ul {
    float: right;
}
.progress-bar {
    min-height: 0px !important;
}
.custom-menu-primary-new ul li {
    padding: 19px 0;
    border-top:3px solid transparent;
    cursor: pointer;
    font-size: 20px;
}
.custom-menu-primary-new ul  li:hover{
    border-color:#504497;
}
.custom-menu-primary-new ul  li:hover > a{
    color:#504497;
}
.custom-menu-primary-new ul li > a {
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: unset;
    text-decoration: none;
}
.custom-menu-primary-new ul li ul li {
    padding:0;
    background:#fff;
    border:0 none;
    font-size: 14px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 99%;
    border-top: 2px solid #504497 ;
}
.custom-menu-primary-new ul li ul li:hover {
    background:#444444;
    border:0 none;
    /*-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);*/
}
.custom-menu-primary-new ul li ul li:hover > a{
    color:#ffffff;
    
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    max-width: 100%;
    font-size: 14px;
}
.on-scroll-links .hs-menu-depth-1 a {
    max-width:100% !important;
}

.hs-blog-header h1 {
    text-align: center;
    padding: 10px 0;
    font-size: 48px;
    line-height: 1.5;
    color: #4b4d49;
    margin-bottom: 15px;
}
.hs-blog-listing .row-fluid .blog-featured-post-container {
    padding:10px;
    width:66.66%;
}
.row-fluid .blog-featured-post-container > div , .row-fluid .blog-featured-post-container > div > div {
    height:100%;
}
.blog-featured-post-container .blog-featured-post-container-inner {
    background: #ffffff;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 0;
    height:100%;
}
.blog-list-featured-image, .blog-list-title, .blog-list-topic-container {
    width: 100%;
    float: left;
}
.blog-list-featured-image img {
    max-width: 100%;
    margin: 0 auto 20px;
    float:none;
}
.blog-list-title h2{
    color: #4b4d49;
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 1.2;
    ont-family: 'Roboto', sans-serif;
}
.blog-list-topic-container {
    padding-top: 15px;
}
a.topic-link {
    color: #4e4199;
    font-weight: 600;
}
a.topic-link:hover {
    color: #33cb98;
}
.popular-post-heading {
    float: left;
    background: #33cb98;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: center;
    max-width:80%;
    text-align:left;
}
.popular-post-heading span {
    color: #fff;
    font-size: 16px;
}
.popular-blog-list-block {
    float: left;
    background: #fff;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}
.popular-blog-list-block:last-child {
    margin-bottom:0;
}
.popular-blog-list-block .blog-list-title h2 {
    font-size: 14.3px;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}
.popular-blog-list-block .blog-list-topic-container {
    padding-top: 6px;
}

.post-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-item {
    width: 33.33%;
    padding: 10px;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.post-item .post-item-inner {
    background: #fff; 
    position: relative;
    padding-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    width:100%;
}
.post-item.combo {
	width: 66.66%;
}
.post-item.cta-item, .post-item.newsletter {
    min-height: 300px;
}
.blog-featured-post-container-inner {
    position: relative;
}
.blog-featured-post-container-inner .blog-list-topic-container {
  /*  position: absolute;*/
    left: 0;
    bottom: 15px;
    padding: 12px 0px 0;
}
.post-item .blog-list-title, .post-item .blog-list-topic-container {
    padding-left:12px;
    padding-right:12px;
}
.post-item .blog-list-title h2 {
    font-size: 22px;
    padding-bottom: 35px;
}
.post-item .blog-list-topic-container {
    position: absolute;
    left: 0;
    bottom: 15px;
}
.post-item.no-image .blog-list-title{
    padding-top:20px;
}
.post-item.newsletter .post-item-inner {
    background: #f7941f;
    padding: 15px;
}
.post-item .blog-list-featured-image {
    min-height: 200px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.post-item.no-image .blog-list-featured-image {
    display: none;
}
.post-item.newsletter .blog-email-subscirbe-container {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 90%;
    transform: translate(-50%, -45%);
    padding: 20px;
}
.post-item.newsletter .blog-email-subscirbe-container h3 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    margin: 10px 0;
}
.post-item.newsletter .blog-email-subscirbe-container .hs-form-field label span {
    display: none;
}
.post-item.newsletter .blog-email-subscirbe-container input.hs-input {
    border: 0px;
    width: 100% !important;
    padding: 5px 10px !important;
    height: 35px;
    margin: 10px 0 5px;
    border-radius: 5px;
    color: #908e8e;
    outline: none;
    text-align:center;
    box-shadow:none !important;
}
.hs-error-msgs {
    list-style: none;
}
.hs-error-msgs li label {
    color: #f00;
    padding-bottom: 9px;
    display: block;
    font-size: 12px;
    padding-left: 5px;
}
.post-item.newsletter .blog-email-subscirbe-container input.hs-button.primary {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    background: #ffffff;
    padding: 7px 0;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #f7941f;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.post-item.newsletter .blog-email-subscirbe-container input.hs-button.primary:hover {
    background: #f6f1f1;
    border-color: #f6f1f1;
}
.post-item.newsletter .blog-email-subscirbe-container .hs_error_rollup {
    display: none;
}
.blog-section {
    /*padding: 5px 0;*/
}
.post-item.cta-item .post-item-inner {
    padding: 15px;
    background: #4e4199;
}

.post-item.cta-item .list-cta-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
}
.post-item.cta-item .list-cta-container h2 {
    color: #fff;
    font-size: 37px;
    font-weight: normal;
    padding: 0px 20px 35px;
}
.bottom-subscribe-form {
    background: #f7941f;
    padding: 15px;
    border-radius: 10px;
    margin-top:20px;
    margin-bottom:40px;
}
.bottom-subscribe-form .blog-email-subscirbe-container > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content:center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
    margin-left:0;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
    padding-left:30px;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form .hs-form {
    position:relative;
}
.bottom-subscribe-form .subscribe-form-heading {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.bottom-subscribe-form .subscribe-form-heading h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
    padding: 5px;
    border-right: 2px solid #fff;
    text-align: center;
     padding-right:30px;
}
.bottom-subscribe-form .subscribe-form h3, .bottom-subscribe-form .subscribe-form .hs-form-field label span {
    display: none;
}
.bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form .hs-form .actions {
    position:absolute;
    top:0;
    right:0;
}
.bottom-subscribe-form .subscribe-form .hs-form .hs-form-field {
    margin-right: 125px;
}
.bottom-subscribe-form .subscribe-form .hs-form .hs_submit.hs-submit {
    float: left;
    width:auto;
    display: inline-block;
    padding: 0px 15px;
}
.bottom-subscribe-form .subscribe-form input.hs-input {
    border: 0px;
    width: 100% !important;
    padding: 5px 10px !important;
    height: 45px;
    margin: 0px 0 0px;
    border-radius: 5px;
    color: #908e8e;
    outline: none;
}
.bottom-subscribe-form .subscribe-form .hs_error_rollup,  .hs_error_rollup {
    display: none !important;
}
.bottom-subscribe-form .subscribe-form .hs-error-msgs {
    margin-top:10px;
}
.bottom-subscribe-form .subscribe-form input.hs-button.primary {
    display: block;
    width: 100%;
    margin: 0;
    background: #ffffff;
    padding: 5px 15px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #f7941f;
    outline: none;
    cursor: pointer;
    height:45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bottom-subscribe-form .subscribe-form input.hs-button.primary:hover {
    background: none;
    color: #ffffff;
}
/*.hs-input.invalid.error {
    -webkit-box-shadow: 0px 0px 3px 2px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(255,0,0,1);
    box-shadow: 0px 0px 3px 2px rgba(255,0,0,1);
}*/


/*--------------------- header css new --------------------*/

.header-container {
    background:none !important;
}
.header-section * {
    min-height:0 !important;
    z-index: 99;
}
.header-section, .header-section .custom-menu-primary-new ul li , .header-section .custom-menu-primary-new ul li a{
	transition: height .35s ease,line-height .35s ease;
	-webkit-transition: height .35s ease,line-height .35s ease;
	-moz-transition: height .35s ease,line-height .35s ease;
	-ms-transition: height .35s ease,line-height .35s ease;
	-o-transition: height .35s ease,line-height .35s ease;
}
.header-section {
	height: 91px;
	line-height: 90px;
	border-bottom: 1px solid #ededed;
	background: rgba(255,255,255,0.85);
	z-index: 99;
}
.header-section .page-center > .row-fluid-wrapper {
    position:relative;
}
.header-section .logo-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-section .logo-container img {
	display: block;
	margin-left: 20px;
	height: auto;
	max-height: 100%;
	max-width: 393.33px;
	width: auto;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	ms-transform: translate(0,-50%);
	margin-top: -3px;
}
.header-section .header-menu-container {
    text-align:right;
    width:100%;
    margin:0;
}
.header-section .header-menu-container .custom-menu-primary-new, .header-section .header-menu-container .search-icon {
	float: none;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: auto;
	position: relative;
	z-index: 999;
}
.header-section .header-menu-container .search-icon{
    margin-left:6px;
}
.header-section .header-menu-container .search-icon .header-search-container  {
    height:90px;
    line-height:89px;
}
.header-section .header-menu-container .search-icon .fa {
    font-size:16px;
    cursor:pointer;
}
.header-section .header-menu-container .search-icon .fa:hover {
    color:#504497;
}
.header-section .custom-menu-primary-new ul {
    font-size:0;
}
.header-section .custom-menu-primary-new ul li {
    padding:0;
	display: inline-block;
	line-height: normal;
	float: none !important;
	border: 0 none;
	border: 0 none;
}
.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
	padding: 0 20px;
	height: 90px;
	line-height: 87px;
	border-top: 3px solid transparent;
	font-size:18px;
    text-overflow: clip !important;
    font-weight: 500;
    text-transform: uppercase;
	transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-ms-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
	-o-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
}
.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a:hover {
    border-top-color: #504497;
}
.header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
    display:none;  
}
.header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a {
	text-indent: -999em;
	background: transparent url(//www.monportailrh.com/wp-content/themes/monportailrh/img/login-btn.png) no-repeat center center;
	min-width: 81px;
	font-size: 0;
	height: 100%;
	border-top-color: transparent !important;
}
.header-section .custom-menu-primary-new ul li ul {
	padding: 8px 0;
	background: #fff;
	text-align: left;
	margin: -4px 0 0;
}
.header-section .custom-menu-primary-new ul li ul li {
    display:block;
}
.header-section .custom-menu-primary-new ul li ul li a {
    text-align: left; 
    width: 230px;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 18px;
    font-weight:400;
    display:block;
}

.row-fluid .search-box-container {
    position: absolute;
    right: -50px;
    width: 330px;
    height: 56px;
    background-color: #fff;
    display: none;
    margin-top: 3px;
    top: 96%;
}
.row-fluid  .search-box-container form {
    overflow: hidden;
}
.row-fluid  .search-box-container form input[type="text"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	padding: 0 10px;
	width: 275px;
	line-height: 30px;
	border: 1px solid #e3e3e3;
	border-right: none;
    font-size: 13px;
    color: #767676;
    margin-bottom: 4px;
}
.row-fluid  .search-box-container form .fa{
	width: 56px;
	height: 100%;
	line-height: 56px;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #bfbcbc;
	cursor:pointer;
}
.row-fluid  .search-box-container form input[type="submit"] {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	outline: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	cursor:pointer;
}
.search-box-container form .fa:hover {
    background-color: #504497 !important;
}


.header-section.on-scroll, .header-section.on-scroll .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a, .header-section .header-menu-container .search-icon .header-search-container {
  /*  height:55px;
    line-height:48px;*/
}
.header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a {
	background-size: 37px;
	/* background-position: center; */
}
.header-section .on-scroll-logo-image img  {
   max-width:330px; 
}
.header-section.on-scroll .on-scroll-logo-image {
    display:block !important;      
}
.header-section.on-scroll .logo-image {
    display:none;
}

.header-section.on-scroll .row-fluid .search-box-container {
   top: 94%; 
}
.header-section .on-scroll-links, .header-section .on-scroll-cta-container {
    display:none;
}
.header-section-with-tags.on-scroll .on-scroll-links  {
    display:block;
}
.header-section-with-tags.on-scroll .custom-menu-primary-new, .header-section-with-tags.on-scroll .search-icon {
    display:none;
}
.header-section-with-tags.on-scroll .on-scroll-cta-container {
    display:block;
}
.header-section .on-scroll-cta-container > .row-fluid-wrapper > .row-fluid  {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.on-scroll-cta-container .widget-type-cta {
	width: auto;
	margin: 28px 0 0 15px;
	float:none !important;
}
.on-scroll-cta-container .cta_button {
	background: #33cb98;
	border: 1px solid #33cb98;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 7px 12px;
	display: inline-block;
	border-radius: 5px;
	position:relative;
	z-index:99;
}
.on-scroll-cta-container .cta_button:hover , .on-scroll-cta-container .contact-cta .cta_button  {
    background:none !important;
    color:#33cb98;
}
.on-scroll-cta-container .contact-cta .cta_button:hover {
   	background:#33cb98 !important;
   	color:#fff;
}
.header-section-with-tags.header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2), .header-section-with-tags.header-section .search-icon{
    display:none;
}

.hs-blog-listing .blog-featured-popular-post-container .page-center, .hs-blog-listing .blog-post-item-container-main .page-center  {
    padding: 0px 5px !important;   
}
.blog-featured-popular-post-container {
    padding-top:40px;
}

.post-item.newsletter .post-item-inner  {
    webkit-transform:none !important;
    transform:none !important;
    box-shadow: none !important;
}

.related-post-code .post-item .blog-list-title h3 {
    font-weight:400;
    color:#000000;
}

.blog-featured-post-container .blog-list-block .blog-list-title h3 {
    font-size:30px;
}
.blog-featured-post-container .blog-list-title a:hover, .blog-list-title a:hover {
        color: #4b4d49;
}
.hs-blog-listing .topic-link:hover, .whitepaper-middle-container a.topic-link:hover {
    color: #4e4199;
}

@media(max-width:1150px) { 
    .row-fluid .search-box-container {
        right:0;
    }    
}
@media(max-width:1020px) {
    .header-section {
    background-color: #EFEEF5;
  
    }
    .header-section .page-center > .row-fluid-wrapper {
    position: static;
    }
    .header-section .header-menu-container {
        height: auto !important;
        min-height: 0 !important;
        line-height: normal !important;
    }
    .header-section .page-center {
        padding:0 !important;
    }
    .header-section .logo-container {
        position:static;
    }
    .header-section .logo-container img {
        max-width: 400px;
    }
    .header-section .custom-menu-primary-new .hs-menu-wrapper {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    text-align: left;
    background: #fff;
    display:none;
    }
    .header-section .header-menu-container .custom-menu-primary-new {
        position:static;
    }
    .header-section .custom-menu-primary-new ul li a, .header-section .custom-menu-primary-new ul li  {
    height: auto !important;
    line-height: normal !important;
    }
    .header-section .custom-menu-primary-new ul {
    display: block;
    width: 100%;
    }
    .header-section .custom-menu-primary-new ul li {
    display:inline-block !important;
    margin: 0;
    border-bottom: 1px solid rgba(128,128,128,.2) !important;
    height: auto;
    line-height: normal;
    width:100% !important;
        
    width:100% !important;
    }
    .header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
        padding: 20.5px 20px;
        font-size: 14px;
        font-weight: 500;
        display: block;
        width: 100%;
        max-width: 100%;
        border:0 none;
        color: #444 !important;
    }
    
    .header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
        background-color: rgba(0,0,0,.03) !important;
    }
    .header-section  .custom-menu-primary-new ul li ul li {
        border-bottom:0 none !important;
    }
    .header-section  .custom-menu-primary-new ul li ul li:hover {
        background:none;
    }
    .header-section .custom-menu-primary-new ul li ul {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding:0;
        border-top: 1px solid rgba(128,128,128,.2) !important;
    }
    .header-section .custom-menu-primary-new ul li ul li a{
        color: #444 !important;
    }
    .header-section .header-menu-container .search-icon {
        display:none;
    }
   .header-section a.mobile-trigger-new {
	top: 50%;
	position: absolute;
	margin: 0 !important;
	width: 18px;
	height: 18px;
	right: 20px;
	padding: 0;
	margin-top: -9px !important;
    }
    .header-section .hs_cos_wrapper_type_menu {
        font-size:0 !important;
    }
    .header-section .header-menu-container {
    line-height: normal !important;
    height: auto !important;
    font-size: 0 !important;
    }
    .header-section .custom-menu-primary-new ul li .child-trigger-new {
        position: absolute;
        right: 0;
        top: 0;
        height: 54px !important;
        text-align: center;
        line-height: 54px !important;
        background:none !important;
    }
    .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 .child-trigger-new:hover {
    background: none !important;
    }
    .header-section .custom-menu-primary-new ul li .child-trigger-new .fa {
        color: #6a6a6a;
        font-weight: 100;
        font-size: 16px;
        opacity: .7;
        display: none;
    }
    .header-section .custom-menu-primary-new ul li .child-trigger-new:before {
        content: '';
        border: solid #6a6a6a;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .header-section .custom-menu-primary-new ul li .child-trigger-new:hover .fa {
        opacity:1;
    }
    .header-section .custom-menu-primary-new ul li ul li a {
        padding: 12px 15px 12px 25px;
        line-height: 12px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: normal;
    }
    .header-section .custom-menu-primary-new ul li .search-box-container {
        display: block !important;
        position: relative;
        margin: 0;
        top: 0;
        max-width: 100% !important;
        width: 100%;
        font-size: 0 !important;
        height: 43px;
    }
    .row-fluid .search-box-container form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #e3e3e3 !important;
    margin:0;
    }
    .row-fluid .search-box-container form .fa {
        font-size: 20px;
        background: none;
        color: rgba(0,0,0,.3);
        width: auto;
        height: auto;
        right: 15px;
        top: 10px;
        line-height: normal;
        background:none !important;
    }
     .row-fluid .search-box-container form .fa:hover {
         background:none !important;
     }
     .header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a {
         padding:10px;
     }
    /*body .header-container {
    position: absolute;
    }*/
  /*  .header-section-with-tags.header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2), .header-section-with-tags.header-section .search-icon , .header-section-with-tags.header-section  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
        display:none !important;
    }*/
    
    .header-section.header-section-with-tags {
        position:fixed;   
        width:100%;
    }
    .header-section-with-tags.header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2), 
    .header-section-with-tags.header-section .custom-menu-primary-new .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(1){
    display: none !important;
    }
}

@media(max-width:780px) {
    .header-section .logo-container img {
    max-width: 200px;
    }    
}


/******************** Blog Post Page Css *******************************/
body.hs-blog-post {
    background: #fff;
}
body.hs-blog-post .hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 100%;
    border-radius:10px;
}
.hs-blog-post .hs-author-avatar {
    float: left;
    width:90px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8a8a8a;
    margin: 5px;
}
.hs-blog-post .blog-list-topic-container {
    padding-top: 0;
    padding-bottom: 0px;
}
.hs-blog-post a.author-link {
    display: inline-block;
    padding: 18px 0px 8px;
    font-size: 18px;
    line-height: 1;
}
.hs-blog-post .blog-section {
    position: relative;
    padding-left: 0px; /**/
}
.hs-blog-post .blog-section .blog-post-wrapper {
    padding:5px 10px;
    max-width:750px;
    margin: 0 auto; /**/
}
.post-body {
    padding: 0 65px;/**/
}
.post-social-custom.post-share {
    position: absolute;
    /* left: 10px; */
    top: 50px;
    margin-left:-80px;
}
.post-social-custom.post-share.is_stuck {
    top: 120px !important;
}
.post-social-custom.post-share a {
    display: block;
    width: auto;
    float: none;
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
}
.post-social-custom.post-share a .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	background: #3b5998;
	font-size: 30px;
}
.post-social-custom.post-share a .fa-twitter {
    background:#55acee;    
}
.post-social-custom.post-share a .fa-linkedin {
    background:#007ab9;    
}
.post-social-custom.post-share a .fa-google-plus {
     background:#d34836;
}
.post-social-custom.post-share a .fa:hover {
    opacity:0.8;
}

.section.post-header h1 {
    padding: 10px 0;
}
.post-body p {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0;
}
.post-body h3{
   padding: 10px 0;
   font-size: 20px;
}
.post-cta-container {
    text-align: center;
    padding: 40px 0;
}
.related-post-heading {
    padding: 15px 0;
    text-align: center;
}
.related-post-heading h2 {
    text-align: center;
    font-size:32px;
    padding-bottom:15px;
}
.related-post-code{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.related-post-code .post-item .post-item-inner {
    background: #f3f1f1;
}
#progress-bar{
    z-index:9999;
    bottom:-5px;
    top:auto !important;
}

.blog-pagination {
    padding: 10px 0;
    text-align: center;
}
.blog-pagination a {
    margin-right: 16px;
    display: inline-block;
    background: #f7941f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
}
.blog-pagination a:hover{
    background: #33cb98;
}
/**************************   Footer Css      **********************************/
.footer-top-section {
    background: #3b4448;
    padding: 45px 0;
    margin-top:20px;
}
.footer-heading h3{
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.footer-top-section a {
    color: #d2d3d4;
    display: inline-block;
    padding: 5px 0;
}
.footer-top-section .widgettitle {
    font-size: 16px;
    font-weight: 600;
    padding:8px 0;
    letter-spacing: 1px;
}
.footer-top-section a:hover {
    color: #ffffff;
}
.section-one-button {
    display: block;
    padding: 20px 0 10px;
    margin-top: 10px;
    padding-right:10px;
}
.section-one-button a {
    display: block;
    padding: 10px 25px;
    text-align: center;
    background: #4E4199;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.section-one-button.orange a{
    background:#f7941f;
}
.section-one-button.green a{
    background:#33cb98;
}
.section-one-button a:hover{
    background:#252525;
}
.third-section-link a {
    font-size: 16px;
}
.footer-social-icons{
    text-align:left;
    margin-bottom: 15px;
}
.footer-social-icons a {
    display: inline-block;
    margin: 5px 5px;
    padding: 6px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    width: 38px;
    height: 38px;
    line-height: 13px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.5;
    color: #ffffff;
    font-size: 22px;
}
.footer-social-icons a:hover{
    opacity:0.8;
    color:#ffffff;
}
.copyright-text, .copyright-text span {
    min-height: 0 !important;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.footer-bottom-section {
    background: #23292b;
    padding: 20px 0;
}
.bottom-links, .page-center {
    min-height: 0px !important;
}
.bottom-links {
    text-align: right;
}
.bottom-links a {
    margin: 0px 10px;
    color: #fff;
    opacity: 0.8;
    font-size: 12px;
}
.bottom-links a:hover {
    opacity: 1;
}

@media (min-width: 1021px){  /*  used to be 961 - need to change back? */

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

}
@media (max-width: 1020px){   /* used to be 960 - need to change back?  */

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
    /* Toggle Button
     ========================================================================== */

  a.mobile-trigger-new {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 15px;          /* Position Button at top right of screen  */
      right: 20px;        /*******************************************/
      width: 34px; /* Button width */
      height: auto; /* Button height */      
      padding: 7px 4px;
      background: none; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      border: 0px solid #E2E2E2;
  }

  a.mobile-trigger-new:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #E2E2E2;
      border-color: #E2E2E2 !important;
  }

  a.mobile-trigger-new span{
      display: inline;
  }

  a.mobile-trigger-new span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
      display: none;
  }

  a.mobile-trigger-new span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #000;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
      display: none
}

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger-new span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger-new i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 0px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
      width: 22px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #6a6a6a; /* Icon color */
      display: inline-block;
      border-radius: 3px;
  }
  a.mobile-trigger-new  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
      width: 15px;
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
      width: 22px;
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  
  /*.mobile-open a.mobile-trigger-new i:after {
      display: none;
  }*/
  
  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger-new {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 34px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(43, 43, 43, 0.2);
  }
  a.child-trigger-new:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger-new span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #3e3e3e; /* Icon color */
      display: block;
  }
  a.child-trigger-new span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  .header-section .on-scroll-links {
      padding-left:15px;
  }
  .header-section .on-scroll-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
   font-size: 16px;   
   padding: 0 15px;
  }
    .header-section-with-tags .on-scroll-cta-container {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    }
}

@media (min-width:1020px){
    .hs-menu-flow-horizontal{
        overflow: visible !important
    }

}

@media (max-width:767px){
    .post-item, .post-item.combo {
        width: 50%;
    }
    .post-item.newsletter .blog-email-subscirbe-container, .post-item.cta-item .list-cta-container {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        transform: translate(0%, 0%);
        padding: 0 20px 26px;
    }
    .post-item.cta-item .list-cta-container {
        padding:26px 20px;
    }
    .bottom-subscribe-form .subscribe-form-heading h2 {
    border-right: 0px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0px 30px 15px;
    max-width: 450px;
    margin: 0px auto 28px;
    }
    .subscribe-form {
        max-width: 450px;
        margin: 0 auto !important;
    }
    .post-item.cta-item .list-cta-container h2 {
        font-size: 30px;
    }
    a#cta_button_476360_c3f7ca2c-6fed-4982-a593-eac7d0569386 {
        font-size: 18px;
    }
    .post-item .blog-list-title h2 {
        font-size: 18px;
    }
    .post-item.newsletter .blog-email-subscirbe-container h3 {
        font-size: 22px;
    }
    .blog-list-title h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .post-item .blog-list-featured-image {
        min-height: 150px;
    }
    .bottom-subscribe-form .subscribe-form-heading h2 {
        font-size: 26px;
    }
    .hs-blog-header h1 {
        font-size: 38px;
    }
     .hs-menu-flow-horizontal{
        display:none;
    }
  
    .copyright-text, .copyright-text span {
        text-align: center;
        padding: 10px 0;
    }
    .bottom-links {
        text-align: center;
    }
    .footer-block {
        max-width: 350px;
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
        padding-bottom: 30px;
    }
    .section-one-button {
        padding: 10px 0 10px;
        margin-top: 0;
        padding-right: 0;
    }
    .footer-social-icons {
        text-align: center;
    }
    .footer-top-section {
        padding: 40px 0 0;
    }
    .hs-blog-listing .blog-featured-popular-post-container .page-center .row-fluid-wrapper > .row-fluid {
    flex-wrap: wrap;
    }

    .header-section-with-tags.on-scroll .on-scroll-links .hs-menu-flow-horizontal {
       display:block !important; 
    }
    .header-section .on-scroll-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
    font-size: 13px;
    padding: 0px 10px;
    }
    .on-scroll-cta-container .cta_button {
    font-size: 13px;
    }
    #progress-bar {
    height: 3px !important;
    bottom: -3px;
    }
    .post-social-custom.post-share.is_stuck {
    top: auto !important;
    position: fixed !important;
    }
    .hs-blog-listing .row-fluid .blog-featured-post-container {
        width:100%;
    }
    .hs-blog-listing .list-popular-post-container{
    width: 100% !important;
    }
    .popular-post-heading {
    width: 100% !important;
    }
    .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
        line-height: 67px;
        height: 70px;
    }
    .header-section {
    height: 70px;
    line-height: 70px;
    }
    .on-scroll-cta-container .widget-type-cta {
        margin-top:18px;
    }
    .bottom-subscribe-form {
        padding:20px;
        margin-bottom:10px;
    }
    .blog-featured-popular-post-container {
     padding-top: 30px;
    }
    .hs-blog-post .blog-featured-popular-post-container {
    margin-top: 0;
    }
    .blog-featured-post-container .blog-list-block .blog-list-title h3 {
    font-size: 22px;
    }
    .blog-featured-post-container-inner .blog-list-topic-container { 
       /* position: relative; 
        left: 0; 
        bottom: 15px; */
        padding: 17px 0px 0; 
        
    }
    
}
@media (max-width:599px){
    .post-item, .post-item.combo {
        width: 100%;
    }
   .header-section .on-scroll-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 {
       width:auto;
       float:left;
   }
    .header-section .on-scroll-links .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 > a {
    font-size: 12px;
    padding: 0px 5px;
    }
    .on-scroll-cta-container .cta_button {
        font-size: 12px;
        padding: 6px 10px;
    }
    .on-scroll-cta-container .widget-type-cta {
    width: auto;
    margin: 23px 0 0 10px;
    }
    .post-item.cta-item, .post-item.newsletter {
        min-height:150px;
    }
}
@media (max-width:500px){ 
    .header-container {
        position:static;
    }
    .header-section.header-section-with-tags {
   /* position: absolute;*/
    }
    .hs-blog-listing .row-fluid .blog-featured-post-container { padding: 0 10px 10px; }
    .header-section-with-tags.on-scroll .on-scroll-links, .header-section-with-tags.on-scroll .on-scroll-cta-container { display: none; }
    .header-section.on-scroll .logo-image, .header-section-with-tags.on-scroll .custom-menu-primary-new { display: block; }
    
}
@media (max-width:450px){
    .bottom-subscribe-form .subscribe-form .hs-form-field {
    width: 100%;
    margin: 0 0 15px;
    }
    .hs-blog-header h1 {
        font-size: 30px;
    }
    .bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form .hs-form .actions {
    position: static;
    }
    .bottom-subscribe-form .subscribe-form .hs-form .hs_submit.hs-submit {  
    padding: 0px 0px;
    }
    .bottom-subscribe-form .subscribe-form-heading h2, .post-item.newsletter .blog-email-subscirbe-container h3 {
    padding: 0px 15px 15px;
    font-size: 26px !important;
    }
    .bottom-subscribe-form .subscribe-form input.hs-button.primary {
        width:100%;
    }
    .bottom-subscribe-form .subscribe-form .hs-form .hs_submit.hs-submit {
        display: block;
        width: 100%;
    }
    .bottom-subscribe-form .subscribe-form input.hs-input {
        text-align: center;
    }
}



/*---------------- 12-4 --------------------*/

.hs-blog-listing h2, .hs-blog-listing .post-item .blog-list-title h2, .hs-blog-listing .blog-list-title h2 a, .whitepaper-middle-container .post-item .blog-list-title h2,
.whitepaper-middle-container .post-item .blog-list-title h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: normal;
}
.footer-block .footer-heading h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.hs-blog-listing .topic-link, .whitepaper-middle-container a.topic-link {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #4e4199;
    text-transform: uppercase;
}
#hubspot-topic_data p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.hs-blog-listing .bottom-subscribe-form .subscribe-form-heading h2, .hs-blog-listing .post-item.cta-item .list-cta-container .hs_cos_wrapper_type_header h2{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: normal;
}
.hs-blog-listing .post-item.newsletter .blog-email-subscirbe-container h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: normal;
}
.hs-blog-listing .popular-blog-list-block .blog-list-title h2 a, .hs-blog-post .blog-list-title h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.hs-blog-post h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
}
.hs-blog-post .blog-list-title h1, .hs-blog-post h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 20px 0;
}
.hs-blog-post h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.hs-blog-post a.topic-link {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: normal;
}
.hs-blog-post p#hubspot-topic_data{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #4e4199;
    letter-spacing: 0.8px;
}
.hs-blog-post a#cta_button_476360_c3f7ca2c-6fed-4982-a593-eac7d0569386 {
    font-size: 18px !important;
}
.hs-blog-post .related.post-container  h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
}
.hs-blog-post .related.post-container .blog-list-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
}
.hs-blog-post #hubspot-topic_data p{
    font-size: 20px;
}
.hs-blog-post #hubspot-topic_data {
    font-size: 20px;
    text-transform: uppercase;
}
/*.hs-blog-post .author-social-profile {
    padding: 18px 10px 8px;
    font-size: 18px;
    line-height: 1;
}*/
.hs-blog-post .author-social-profile .hs-author-social-link {
	display: inline-block;
	width: auto;
	float: none;
	margin: 5px 0px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: normal;
	color: #4e4199;
	font-size: 16px;
}
.hs-blog-post .author-social-profile .hs-author-social-link:hover {
    text-decoration:underline;
}
.hs-blog-post .post-author-details {
    display: inline-block;
    padding-left: 10px;
}
#hubspot-topic_data a, #hubspot-topic_data p {
    display: inline-block;
}
a.topic-link:hover {
    text-decoration: underline;
}
.hs-blog-listing .blog-featured-post-container .blog-featured-post-container-inner , .hs-blog-listing .post-item .post-item-inner, .hs-blog-listing .popular-blog-list-block, .hs-blog-post .related-post-code .post-item .post-item-inner, 
.whitepaper-middle-container .post-item .post-item-inner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.whitepaper-middle-container .post-item {
    margin:0 0 15px;
    padding-bottom:50px;
}
.hs-blog-listing .blog-featured-post-container .blog-featured-post-container-inner:hover, .hs-blog-listing .post-item .post-item-inner:hover, .hs-blog-listing .popular-blog-list-block:hover, .hs-blog-post .related-post-code .post-item .post-item-inner:hover,
.whitepaper-middle-container .post-item .post-item-inner:hover {
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hs-blog-listing .blog-featured-popular-post-container .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.hs-blog-listing .list-popular-post-container {
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding:10px;
    margin:0;
    width:33.33%;
}
.hs-blog-listing .list-popular-post-container > div {
	width: 100%;
}
.hs-blog-listing .list-popular-post-container > .row-fluid-wrapper:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    /*height: 89%;*/
}
.hs-blog-listing .list-popular-post-container > .row-fluid-wrapper:nth-child(2) > div {
    height:100%;
    min-height: 100%;
}
.hs-blog-listing .list-popular-post-container .popular-post-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;   
    height:100%;
} 
.hs-blog-listing .list-popular-post-container .widget-type-raw_jinja{
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.hs-blog-post .related-post-code a.topic-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #4e4199;
}
.hs-blog-post .related-post-code #hubspot-topic_data p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.hs-blog-post .related-post-code #hubspot-topic_data {
    font-size: 12px;
}
.hs-blog-post .related-post-code h3 {
   /* font-family: 'Roboto', sans-serif;
    font-size: 18px;*/
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 10px;
}
.footer-popup-container {
    max-width: 370px;
    padding: 0;
    background-color: #fff;
    position: fixed;
    bottom: -138px;
    right: 0px;
    z-index: 10;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
}
.footer-popup-container.active {
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.footer-popup-heading-container {
    background: #f7941f;
    padding: 12px 20px;
    cursor: pointer;
}
.footer-popup-heading-container h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding-left:10px;
}
.footer-popup-heading-container h3, .footer-popup-container .footer-popup-heading-container i {
    display: inline-block;
    vertical-align: middle;
}
.footer-popup-container .footer-popup-heading-container i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
    padding-left: 0px;
    font-size: 30px;
    color: #fff;
}
.footer-popup-container.active .footer-popup-heading-container i {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
    padding-left: 0px;
}

.row-fluid .span12.widget-type-custom_widget {
    min-height: 1px;
}
.footer-popup-text-container {
    padding: 20px;
    border: 1px solid #979797;
}
.footer-popup-text-container p {
    font-size: 14px;
    font-weight: 100;
}
.footer-popup-text-container p strong {
    font-weight: 700;
}
.hs-blog-post .footer-popup-text-container a#cta_button_476360_c3f7ca2c-6fed-4982-a593-eac7d0569386 {
    margin: 20px auto 0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 10px 18px !important;
    display: table;
background: #f7941f !important;
color: #fff !important;
}
.whitepaper-middle-container .whitepaper-heading h2 {
    text-align: center;
    padding: 10px 0;
    font-size: 48px;
    line-height: 1.5;
    color: #4b4d49;
    margin-bottom: 15px;
}
.hs-blog-post .blog-featured-popular-post-container {
    margin-top: 20px;
}

.footer-popup-container .footer-popup-text-container .cta_button {

}
.mobile-feture-img { display: none; }


@media (max-width:950px){
    .post-social-custom.post-share {
        margin-left: -50px;
    }
}
@media (max-width:880px){
    .post-social-custom.post-share {
        margin-left: -30px;
    }
    .bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
        max-width: 60%;
    }
}
@media (max-width:800px){
    .post-social-custom.post-share {
        margin-left: -10px;
    }
}
@media (max-width:767px){
    .post-body {
        padding: 0;
    }
    .hs-blog-post .post-social-custom {
        position: fixed;
        top: auto !important;
        -webkit-transform: none;
        transform: none;
        height: auto;
        bottom: 0 !important;
        left: 0;
        background-color: #eaf0f6;
        display: -webkit-box;
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0;
        z-index: 99;
    }
    .hs-blog-post .post-social-custom.post-share a {
        margin: 0;
        width: 100%;
        background-color: transparent;
        padding: 7px 0;
        color: #33cb98;
        font-size: 20px;
    }
    .hs-blog-post .blog-section {
        padding-left: 0;
    }
    .footer-popup-container {
    bottom: -98px;
    }
    .footer-popup-container.active {
    bottom: 39px;
    }
    .footer-popup-heading-container {
    padding: 10px 25px;
    }
    .bottom-subscribe-form .blog-email-subscirbe-container > .row-fluid-wrapper > .row-fluid {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bottom-subscribe-form .blog-email-subscirbe-container .subscribe-form {
    padding-left: 0;
    width: 100%;
    max-width: 550px !important;
    }
     .hs-blog-post .blog-list-title h1, .hs-blog-post h1 {
    font-size: 25px;
    }
    .hs-blog-post .blog-list-topic-container {
    padding-bottom: 6px;
    }
    .hs-blog-post .row-fluid .blog-featured-post-container {
        margin-bottom:0px;
    }
        .hs-blog-post a.topic-link {
    font-size: 16px;
    }
    .hs-blog-post #hubspot-topic_data p {
    font-size: 16px;
    }
    .hs-blog-post .blog-featured-popular-post-container {
    margin-top: 0;
    }
    .hs-blog-post .blog-featured-popular-post-container {
    padding-top: 10px;
    }
    .hs-blog-post .post-body blockquote {
       margin: 0 20px; 
    }
    .hs-blog-post .related.post-container h2 {
        font-size: 25px; 
    }
    .post-cta-container .custom_cta {
        font-size: 18px !important;
    }
    .hs-blog-post h3 {
        font-size:18px;
    }
    .post-social-custom.post-share a .fa {
    width: auto;
    height: auto;
    line-height: normal;
    background: no-repeat;
    /* color: inherit; */
    font-size: 20px;
    }
    .hs-blog-listing  .blog-featured-popular-post-container {
    padding-top: 10px;
    }
    .hs-blog-listing h2, .hs-blog-listing .post-item .blog-list-title h2, .hs-blog-listing .blog-list-title h2 a, .whitepaper-middle-container .post-item .blog-list-title h2, .whitepaper-middle-container .post-item .blog-list-title h2 a {
    font-size: 18px;
    }
    .hs-blog-listing .bottom-subscribe-form .subscribe-form-heading h2, .hs-blog-listing .post-item.cta-item .list-cta-container .hs_cos_wrapper_type_header h2 {
        font-size:30px;
    }
    .hs-blog-listing .list-popular-post-container > .row-fluid-wrapper:nth-child(2) { height: auto; }
    .mobile-feture-img { display: block; }
    .list-popular-post-container { display: none !important; }
}

@media (max-width:500px){ 
    .hs-blog-listing .blog-featured-popular-post-container, .hs-blog-post .blog-featured-popular-post-container { padding-top: 0; }
    .hs-blog-post .hs-author-avatar { width: 70px; }
    .hs-blog-post .author-social-profile .hs-author-social-link { font-size: 14px; }
    .hs-blog-post a.author-link { font-size: 16px; }
    .hs-blog-post .body-container-wrapper { margin-top: 80px; }
    .on-scroll-links { display: none; }
}

@media (max-width:450px){ 
    .footer-popup-heading-container {
        padding: 10px 15px;
    }  
    .footer-popup-text-container {
    padding: 15px;
    }
    .footer-popup-container {
        max-width:95%;
    }
    .footer-popup-container {
    bottom: -89px;
    }
     .hs-blog-listing .bottom-subscribe-form .subscribe-form-heading h2, .hs-blog-listing .post-item.cta-item .list-cta-container .hs_cos_wrapper_type_header h2 {
        font-size:25px;
    }
}

@media (max-width:360px) {
    .hs-blog-post .hs-author-avatar { width: 60px; }
    .hs-blog-post a.author-link { font-size: 15px; }
}

