/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500,700');

/* font-family: 'Roboto Mono', monospace; */

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


*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0;font-family: 'Source Sans Pro', sans-serif;font-weight: normal;line-height:normal; color:#414042; background:#f9faf5; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

p{margin:0;padding:0;line-height:normal;}

.row-fluid .bgimg{display:none;}
.row-fluid .bgmain{background-size:cover;background-position:center;}

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }
a { text-decoration:none; outline:none; color:#000;}

ul{list-style-type:none;margin:0;padding:0;}
.row-fluid .subscribe-form .hs-form-required{display:none;}

h1{margin:0;padding:0;line-height: 50px;font-size: 40px;font-weight: 700;color: #1a1f28;}
h2{margin:0;padding:0;line-height:30px; font-size: 25px; font-weight;700}
h3{margin:0;padding:0;line-height: 30px; font-size: 18px;font-weight: 400;}
h4{margin:0;padding:0;line-height: normal;font-size: 10px; font-weight:normal;}
h5{margin:0;padding:0;line-height: normal;}
h6{margin:0;padding:0;line-height: normal;}

input , button , textarea, select , 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"] { outline:none; border:2px solid #1a1f28; background:transparent; height:47px; padding:0 15px; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button {font-family: 'Roboto Mono', monospace; text-align:center; width:100%;margin-top: 10px;background:#000;text-transform:uppercase; border:none; cursor:pointer;  font-size:18px; line-height:1.67; font-weight:500; padding:8px 20px; color:#fac72b; display:inline-block; transition:all 0.5s;}
input[type=submit]:hover , button:hover { color:#fff; }

a{color:#ffc90a;}
a:hover{color:#2bbdf2;}

li.hs-form-booleancheckbox{width: 100%;  float: left;  margin-top: 12px;}
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%;font-size:12px; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  {border-radius:4px; position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before {border-radius:4px; background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after {    font-size: 12px; text-align:center; color:#fac72b; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.submitted-message{    text-align: center;}

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #1a1f28;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #1a1f28;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #1a1f28;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #1a1f28;
}


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
}

.row-fluid .container{max-width:1255px;width:100%;padding:0px 15px;margin:auto !important;float:none;}
.row-fluid .yellow-btn a{padding: 8px 24px;  border: 1px solid #fac72b;  display: inline-block;  color: #fac72b;  text-transform: uppercase;  font-size: 15px;  font-family: 'Roboto Mono', monospace;  transition:all 0.6s;}
.row-fluid .yellow-btn a:hover{background:#fac72b;color:#1a1f28;}


/* === Header Section === */
.row-fluid .header-section{width:100%;float:left;background-color:#1a1f28;padding:21px 0px 0px;}
.row-fluid .header-section .logo{padding-top: 6px;}
.row-fluid .header-section .logo img {    width: 176px !important;    min-height: 38px;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{color:#fff;}
.row-fluid .header-section .navigation{text-align:right;padding-top:6px;}
.row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size: 15px;font-family: 'Roboto Mono', monospace; transition:all 0.5s;padding-bottom: 26px;}
/* .row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{color:#fac72b;} */
.row-fluid .header-section .header-btn{ text-align:right;   padding-top: 6px;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before{position: absolute;  width: 0;  height: 0;  content: '';  display: block;  top: -4px;  right: 50%;  margin-right: -3px; border-left: 5px solid transparent;  border-right: 5px solid transparent;  border-bottom: 5px solid #FAC72B;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{color:#1A1F28; font-weight: 300;   padding-bottom: 0px;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width:100%;overflow: inherit;white-space: inherit;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ white-space: inherit;  width: 100%;  overflow: inherit;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{color:#fff;}

.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{opacity:inherit;}
 .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{opacity:inherit;}
 
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper .sub-menu { background:#FAC72B;text-align: left;    width: 135px;  max-height:0px;transition:all 0.2s ease-in-out; overflow:hidden; float:left; }
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper .sub-menu { max-height:500px;transition:all 0.2s ease-in-out; }
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{padding:0px;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child{padding-top: 12px;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child{padding-bottom: 12px;}

/* === Hero Section === */
.row-fluid .hero-section{width:100%;float:left;padding-bottom:40px;}
.row-fluid .hero-section .hero-title{padding:50px 0px;position:relative;}
.row-fluid .hero-section .hero-title:before{content: ' ';  left: 0;  background: #fff;  position: absolute;  height: 1px;  width: 85px;  bottom: 0;  margin: auto;}
.row-fluid .hero-section .hero-title h1{font-size: 30pt; line-height:50px;color: #ffffff;position:relative;padding-left:0px;}
/* .row-fluid .hero-section .hero-title h1:before{content:' ';top:0;left:0;bottom:0;margin:auto;position:absolute;height:38px;width:38px;background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/combined-shape.svg?t=1537102841941")} */
.row-fluid ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item{font-size: 12px;color:#fff;position:relative;    padding-left: 13px;}
.row-fluid ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item:before{  content: "\f105";  top: 13px;  right: -9px;  bottom: 0;  margin: auto;  position: absolute;  font-family: FontAwesome;}
.row-fluid ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb:before{display:none;}
.row-fluid .brosdcum-static-line span{color: #d5d7cc;    font-weight: 300;    font-size: 13px;}

ul.hs-error-msgs.inputs-list{color:#f2545b;}

/* === Blog List Section === */
.row-fluid .blog-list{width:100%;float:left;padding:50px 0px;}
.row-fluid .blog-list .post-listing{width:100%;float:left;}
.row-fluid .blog-list .post-listing .post-item{    width: calc(100% / 2 - 30px);  float: left;  margin: 0px 15px;    margin-bottom: 60px;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child{width:100%;float:left; margin-bottom: 20px;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .post-header h2{ font-size:25pt;   text-align: center;padding-bottom: 40px;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .post-header h2 a{font-size: 40px;color: #1a1f28;text-align: center;font-weight: 700;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .hubspot-editable{display:block;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper{width:100%;float:left;position: relative;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper:before{content:'NEW';top: 35px;  left: 15px;  margin: auto;  background: transparent;  border:2px solid #fff;    padding: 8px 65px;  position: absolute;    font-size: 16px;  color: #fff;  font-weight: 600;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper img{max-width: 925px; height: 407px;margin-left:0px;padding-left:0px;}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child a.more-link {display:none;} 

.row-fluid .blog-list .post-listing .post-item{text-align:center;}
.row-fluid .blog-list .post-listing .post-item h2{text-align: center;padding-bottom:12px;}
.row-fluid .blog-list .post-listing .post-item h2 a{font-size: 25px;font-weight: 600;color: #000000;}
.row-fluid .blog-list .post-listing .post-item .hubspot-editable{    width: 100%;  float: left;  text-align: center;}
.row-fluid .blog-list .post-listing .post-item .hubspot-editable a{font-size: 15px;color: #1a1f28;font-family: 'Roboto Mono', monospace;}
.row-fluid .blog-list .post-listing .post-item .hs-featured-image-wrapper{    padding-top: 15px;  width: 100%;  float: left;}
.row-fluid .blog-list .post-listing .post-item .hs-featured-image-wrapper img{max-width:100%;}
.row-fluid .blog-list .post-listing .post-item a.more-link{text-transform: uppercase;color: #214b57;text-align: center;font-weight: 500;font-family: 'Roboto Mono', monospace;transition:all 0.5s;padding:6px 20px;border:2px solid #214b57;display:inline-block;font-size:18px;width:70%;}
.row-fluid .blog-list .post-listing .post-item a.more-link:hover{background:#214b57;color:#fff;}
.row-fluid .blog-list ul.pagination{    width: 100%;  float: left;    padding-top: 40px;    text-align: center;}
.row-fluid .blog-list ul.pagination li{display: inline-block;    padding: 0px 6px;}
.row-fluid .blog-list ul.pagination li a{    color: #214b57;  font-size: 0;  font-family: 'Roboto Mono', monospace;  font-weight: normal;  padding: 5px;  background: transparent;  border-radius: 50%;  border: 2px solid #214b57;}
.row-fluid .blog-list ul.pagination li.active a{background:#214b57;}

.row-fluid .blog-list .right-part .subscribe-form{width:100%;float:left;background:#fac72b;padding:30px 20px;}
.row-fluid .blog-list .right-part .subscribe-form .right-form-title{text-align: center; padding-bottom: 15px;}
.row-fluid .blog-list .right-part .subscribe-form span{font-size: 25px;font-weight: 700;  color: #1a1f28;   }
.row-fluid .blog-list .right-part .subscribe-form p{color: #4a4a4a;font-size: 12px;line-height: 1.67;}
.row-fluid .blog-list .right-part .subscribe-form .hs-form-booleancheckbox-display span{color: #4a4a4a;font-size: 12px;line-height: 1.67;}
.row-fluid .blog-list .right-part .subscribe-form .hs-form-booleancheckbox-display .hs-form-required{display:none;}

.row-fluid .blog-list .right-part .article-topic { width: 100%;  float: left;  margin-top: 32px;  padding: 25px 20px 50px;  background: #d5d7cc;}
.row-fluid .blog-list .right-part .article-topic .right-article-title{ text-align: center; padding-bottom:18px;}
.row-fluid .blog-list .right-part .article-topic .right-article-title span{font-size: 19pt;font-weight: 700;color: #1a1f28;}
.row-fluid .blog-list .right-part .article-topic ul li a{border-bottom: 1px solid #214b57;color:#214b57; padding: 5px 0px;margin-bottom: 20px;    width: 100%;    float: left;font-size: 11pt;font-family: 'Roboto Mono', monospace;transition:all 0.5s;}
.row-fluid .blog-list .right-part .article-topic ul li a span{float: right;}
.row-fluid .blog-list .right-part .article-topic ul li a:hover{background-color: #214b57;color: #ffffff;    padding: 5px;}

/* === Inner Page === */
/* body.hs-blog-post .left-part{width:100%;float:left;} */
body.hs-blog-post .blog-list .inner-cover{max-width:820px;width:100%;float:none;margin:auto !important;}
body.hs-blog-post .blog-list{position:relative;    padding: 90px 0px;}
body.hs-blog-post .blog-list:before{content:' ';top:40px;left:0;right:0;margin:auto;position:absolute;height:1px;width:85px;background:#1a1f28;}

.row-fluid .left-part .inner-page h1{padding-bottom:40px;}
.row-fluid .left-part .inner-page .hubspot-editable {width:100%;float:left;font-size: 18px;font-weight: 300;color: #1a1f28;    padding-bottom: 100px;    font-family: 'Roboto Mono', monospace;    line-height: 24px;}
.row-fluid .left-part .inner-page .hubspot-editable a{font-size: 18px;font-weight: 300;color: #1a1f28;font-family: 'Roboto Mono', monospace;}
.row-fluid .left-part .inner-page .hs-featured-image{max-width:100%;}
.row-fluid .left-part .inner-page .post-body {    max-width: 610px;  width: 100%;  float: none;  margin: auto;}
.row-fluid .left-part .inner-page .post-body p{font-size: 18px; color: #1a1f28; padding:20px 0px;    line-height: 30px;  width: 100%;    float: left;max-width: 610px;  width: 100%;  float: none;  margin: auto;}
.row-fluid .left-part .inner-page .post-body p span{font-size: 12px; color: #000;font-weight: 300;    width: 100%;  float: left;  padding: 5px;  } /* border-bottom: 1px solid #94969a; */
.row-fluid .left-part .inner-page p#hubspot-topic_data{    max-width: 610px;  width: 100%;  float: none;  margin: auto;    padding-top: 10px;}
.row-fluid .left-part .inner-page p#hubspot-topic_data a{ color: #214b57;font-size: 15pt;font-family: 'Roboto Mono', monospace;border-bottom:1px solid #214b57;    margin: 0px 3px;}
.row-fluid .left-part .inner-page{position:relative;padding-bottom: 55px;}
.row-fluid .left-part .inner-page:before{content:' ';bottom:10px;left:0;right:0;margin:auto;position:absolute;height:1px;width:85px;background:#1a1f28;}
.row-fluid .left-part .inner-page .post-body span.caption{font-size:12px;color:#1a1f28;font-weight: 300;     padding: 7px;   margin-bottom: 15px;  border-bottom: 1px solid #c1c3c5;    width: 100%;    float: left;}

body.hs-blog-post .row-fluid .left-part h1{font-size: 40px;font-weight: 600; color: #000;text-align:left;padding-top:0px;width:100%;float:left;}
body.hs-blog-post .row-fluid .left-part .recent-blog h1{text-align:center;}
body.hs-blog-post .row-fluid .left-part .recent-blog{padding-top:0px;width:100%;float:left;}
body.hs-blog-post .row-fluid .left-part .recent-blog span{font-size: 40px;font-weight: 600; color: #000;text-align:center;    width: 100%;    float: left}
.row-fluid .left-part .related-post-item{  width: calc(100% / 3 - 40px);  float: left;  margin: 72px 20px 100px;text-align:center;}
.row-fluid .left-part .related-post-item .related-title a{font-size: 25px;  font-weight: 600;  color: #000000;line-height: 35px;}
.row-fluid .left-part .related-post-item a.author-link{font-size: 11pt;color: #1a1f28;padding:18px 0px; font-family: 'Roboto Mono', monospace;display: inline-block; }

.row-fluid .left-part .related-post-item a.more-link{color: #214b57;text-align: center;width:100%;font-weight: 500;font-family: 'Roboto Mono', monospace;transition:all 0.5s;padding:6px 20px;border:2px solid #214b57;display:inline-block; font-size: 18px;   margin-top: 50px;text-transform: uppercase;}
.row-fluid .left-part .related-post-item a.more-link:hover{background:#204b57;color:#fff;}

body.hs-blog-post .social-stick{position: sticky;  top: 300px;    margin-left: -90px;width: 10%;    float: left;}

body.hs-blog-post .social-stick ul li a{height:40px;width:40px;background:transparent;border:2px solid #214b57;margin-bottom:20px; display: flex;  align-items: center;  justify-content: center;}
body.hs-blog-post .social-stick ul li a:hover{background:#214b57;}

body.hs-blog-post .social-stick ul li:nth-child(1) a{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/linkedin.png?t=1537102841941");background-size:18px;  background-repeat: no-repeat;  background-position: center;}
body.hs-blog-post .social-stick ul li:nth-child(1) a:hover{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/linkedin%20%281%29.png?t=1537102841941");}

body.hs-blog-post .social-stick ul li:nth-child(2) a{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/facebook-logo-outline.png?t=1537102841941");background-size:18px;  background-repeat: no-repeat;  background-position: center;}
body.hs-blog-post .social-stick ul li:nth-child(2) a:hover{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/facebook-logo-outline%20%281%29.png?t=1537102841941");}

body.hs-blog-post .social-stick ul li:nth-child(3) a{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/twitter%20%281%29.png?t=1537102841941");background-size:18px;  background-repeat: no-repeat;  background-position: center;}
body.hs-blog-post .social-stick ul li:nth-child(3) a:hover{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/twitter.png?t=1537102841941");}

body.hs-blog-post .social-stick ul li:nth-child(4) a{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/closed-envelope.png?t=1537102841941");background-size:18px;  background-repeat: no-repeat;  background-position: center;}
body.hs-blog-post .social-stick ul li:nth-child(4) a:hover{background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/closed-envelope%20%281%29.png?t=1537102841941");}


body.hs-blog-post .hero-section{background-image:none !important;padding:0;margin:0;}
body.hs-blog-post .hero-section .hero-title{display:none;}
body.hs-blog-post .row-fluid .brosdcum-static-line span{display:none;}

body.hs-blog-post .row-fluid .left-part .inner-page .hs-cta-wrapper a{background:#ffc90a;}
.row-fluid .left-part .inner-page .post-body .we-just-img img{width:100% !important;}







/* === Footer Section === */
.row-fluid .footer-section{width:100%;float:left;padding:175px 0px 35px;position:relative;z-index:1;}
.row-fluid .footer-section:before{content:' ';top:0;left:0;margin:auto;width:100%;height:100%;position:absolute;background:rgba(0, 0, 0, 0.2);z-index:-1;}
.row-fluid .footer-section .footer-header {padding-top:45px;padding-bottom:30px;text-align:center;}
.row-fluid .footer-section .footer-header span{position:relative;font-size: 24pt; color: #ffffff;font-weight:700;line-height:30px;}
.row-fluid .footer-section .footer-header span:before{content:' ';    top: -45px;  left: 0;  right: 0;  margin: auto;  position: absolute;  height: 1px;  width: 100px;  background: #fac72b;}
.row-fluid .footer-section .footer-header span:after{content:' ';    top: -45px;  left: 0;  right: 0;  margin: auto;  position: absolute;  height: 3px;  width: 100px;  background: #fac72b;filter: blur(5px);}
.row-fluid .footer-section .footer-title{text-align: center;    padding-bottom: 16px;}
.row-fluid .footer-section .footer-title span{font-family: 'Roboto Mono', monospace;font-size: 15pt;font-weight: 500;color: #fac72b;    position:relative;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul{padding-left: 30px;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{font-size: 15pt; color: #ffffff;font-weight: 300;font-family: 'Roboto Mono', monospace;    padding-bottom: 0;transition:all 0.5s;padding-right:0px;}
.row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover{color:#fac72b;}
.row-fluid .footer-section .footer-btn{text-align: center;    padding-bottom: 250px;}
.row-fluid .footer-section .footer-btn a{font-weight:500;background:#fac72b;color:#000;max-width: 199px; padding: 14px 14px;   width: 100%;}
.row-fluid .footer-section .privacy ul{    text-align: center;    padding-top: 100px;}
.row-fluid .footer-section .privacy ul li{display:inline-block;}
.row-fluid .footer-section .privacy ul li:last-child{ padding-left: 5px;}
.row-fluid .footer-section .privacy ul li a{line-height: 2;font-size: 12pt;color: #ffc90a; text-align: center;font-family: 'Roboto Mono', monospace;cursor:pointer;transition:all 0.5s;} 
.row-fluid .footer-section .privacy ul li a:hover{color:#fff;}
.row-fluid .footer-section .copyright span{font-size: 12pt;color: #ffffff;font-family: 'Roboto Mono', monospace;line-height: 2; font-weight: normal;}
.row-fluid .footer-section .copyright{text-align: center;}


.row-fluid .footer-section .footer-social{ width:100%;float:left;text-align:center;display:none;}
.row-fluid .footer-section .footer-social ul li{display:inline-block;    padding: 0px 15px;}
.row-fluid .footer-section .footer-social ul li i{height:60px;width:60px;margin:auto;display:flex;align-items:center;justify-content:center;background:#ffc90a;border:1px solid #ffc90a;color:#000000;    border-radius: 50%;    font-size: 26px;transition:all 0.5s;}
.row-fluid .footer-section .footer-subscribe{display:none;}





@media (max-width:1338px){
  body.hs-blog-post .social-stick{padding-left: 34px;    margin-left: -94px;}
  body.hs-blog-post .row-fluid .left-part {    padding-left: 51px;}
  
}



@media (max-width:1199px){

  .row-fluid .yellow-btn a{    padding: 8px 20px;}
  .row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{white-space: pre-wrap; width: 100%; overflow: hidden; text-overflow: inherit;}
  .row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul{padding-left: 12px;}
  .row-fluid .footer-section .footer-title{    text-align: left;    padding-left: 26px;}

  body.hs-blog-post .social-stick{    padding-left: 20px;margin-left: -97px;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{    padding: 10px 12px;}
  .row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size: 15px;}
  .row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper img{width: 100%;}
  body.hs-blog-post .social-stick{    padding-left: 28px;    margin-left: -97px;}
  body.hs-blog-post .row-fluid .left-part{    padding-left: 77px;}
  .row-fluid .header-section .header-btn.yellow-btn a{padding: 8px 14px;}
  
}


@media (max-width:991px){

   .row-fluid .footer-section{padding: 60px 0px 35px;  }
  .row-fluid .footer-section .footer-header span{font-size: 22pt;}
  .row-fluid .footer-section .inner-section{  width: 100%;margin-left: 0;}
  .row-fluid .footer-section .footer-btn{    padding-bottom: 90px;}
  .row-fluid .footer-section .inner-section{padding-bottom: 16px;}
  .row-fluid .footer-section .footer-title{    padding-left: 0;}
  .row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul{padding-left: 0;}
	.row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{padding-left: 0;}
  .row-fluid .footer-section .privacy ul{    padding-top: 40px;}
  .row-fluid .header-section .navigation{    width: 60%;}
  .row-fluid .left-part .related-post-item{width: calc(100% / 2 - 40px);    float: left;    margin: 40px 20px 40px;    text-align: center;}
  .row-fluid .left-part .related-post-item a.more-link{margin-top: 26px;}
  .row-fluid .left-part .related-post-item .related-title a{font-size: 18px;    line-height: 29px;}
  
/*   .row-fluid .footer-section .inner-section{width: 33.33%;  margin-left: 0; padding: 0px 15px;  padding-bottom: 28px;}
  .row-fluid .footer-section .footer-btn{    padding-bottom: 130px;}
  .row-fluid .footer-section .privacy ul{padding-top: 70px;}
  .row-fluid .footer-section{ padding: 101px 0px 35px} */
  .row-fluid .blog-list .post-listing .post-item .hubspot-editable a{    font-size: 13pt;}
  .row-fluid .blog-list .left-part{ width: 65%;    padding-right: 45px;}
  .row-fluid .blog-list .right-part{width: 35%;    float: left;    margin-left: 0;}
  .row-fluid .blog-list .post-listing .post-item.first-post:first-child .post-header h2 a{font-size: 22pt;}
  .row-fluid .blog-list .post-listing .post-item.first-post:first-child .post-header h2{padding-bottom: 18px;}
  .row-fluid .blog-list .post-listing .post-item h2 a{    font-size: 14pt;}
  .row-fluid .blog-list .post-listing .post-item a.more-link{padding: 7px 20px;width: 100%;}
  .row-fluid .blog-list .post-listing .post-item{margin-bottom: 35px;}
  body.hs-blog-post .social-stick{    padding-left: 28px;    margin-left: -73px;}
  body.hs-blog-post .left-part{    width: 65% !important;  padding-right: 20px !important;  }
  body.hs-blog-post .row-fluid .left-part{    padding-left: 0;}
  body.hs-blog-post .blog-section{padding-left: 50px;}
  body.hs-blog-post .blog-section h1{font-size: 30px;}
  .row-fluid .left-part .inner-page .hubspot-editable{    padding-bottom: 50px;}
  .row-fluid .left-part .related-post-item .related-title a{    font-size: 18pt;}
  .row-fluid .left-part .related-post-item a.more-link{    padding: 7px 15px;}
  body.hs-blog-post .blog-list{padding: 90px 0px 0px;}
  
  
  .row-fluid .header-section .header-btn{text-align: right;    padding-right: 12px;    width: 100%;padding-top: 20px;margin-left:0px;}
  .row-fluid .header-section .navigation{float:right;}
  .row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size: 13px;padding: 10px 12px;}
  .row-fluid .header-section{padding-bottom: 20px;}
  
  
  
}



/* @media (min-width:768px) and (max-width:991px){
  .row-fluid .footer-section .footer-title h4{    padding-right: 54px;text-align: center;}
	.row-fluid .footer-section .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{padding-left:0px;}
  .row-fluid .footer-section .footer-menu{    max-width: 123px;    width: 100%;    margin: auto;    float: none;}


} */


@media (max-width:767px){
  
 
  .row-fluid .blog-list .left-part{width: 100%;    padding-right: 0;}
  .row-fluid .blog-list .post-listing .post-item.first-post:first-child{width: initial;}
  .row-fluid .blog-list .post-listing .post-item{width: initial;}
  .row-fluid .blog-list .post-listing .post-item.first-post:first-child .post-header h2 a{font-size: 20pt;}
  .row-fluid .blog-list .post-listing .post-item h2 a{font-size: 18pt;}
  .row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper:before{padding: 8px 45px;font-size: 14px;}
  
 
  .row-fluid .blog-list .post-listing .post-item a.more-link{width: 155px;font-size: 18px !important;padding: 5px 0; margin-top: 21px;}
  .row-fluid .blog-list ul.pagination{padding-bottom: 50px;    padding-top: 20px;}
  .row-fluid .blog-list .right-part{    width: 100%;}
  .hs-featured-image{margin-bottom:0px;}
   .row-fluid .footer-section .inner-section{    width: 100%;}
  body.hs-blog-post .social-stick{    padding-left: 0;    margin-left: 0;    width: 100%;    float: left;position: relative;    top: 0;}
  body.hs-blog-post .social-stick ul li{display:inline-block;padding: 0px 4px;} 
  body.hs-blog-post .social-stick ul li a {border: 1px solid #204b57;}
  body.hs-blog-post .social-stick ul li:nth-child(1) a{    background-size: 15px;}
  body.hs-blog-post .social-stick ul li:nth-child(1) a{    background-size: 15px;}
  body.hs-blog-post .social-stick ul li:nth-child(1) a{    background-size: 15px;}
  body.hs-blog-post .social-stick ul li:nth-child(1) a{    background-size: 15px;}
  body.hs-blog-post .social-stick ul li a{height: 28px;    width: 28px;}
  body.hs-blog-post .blog-section{padding-left: 0;}
  .row-fluid .left-part .inner-page h1{padding-bottom: 15px;    width: 100%;    float: left;}
  .row-fluid .left-part .inner-page .hubspot-editable{ font-size: 13pt;   padding-bottom: 30px;}
  .row-fluid .left-part .inner-page .hubspot-editable a{      font-size: 13pt;}
  .row-fluid .left-part .inner-page .post-body{max-width:100%;float:left;width:100%;}
  .row-fluid .left-part .inner-page .post-body p{float:left;width:100%;padding-top:15px;padding-bottom:18px;max-width:100%;}
  .row-fluid .left-part .inner-page{    width: 100%;    float: left;}
  .row-fluid .left-part .inner-page p#hubspot-topic_data{    max-width: 100%;    width: 100%;    float: left;}
  .row-fluid .left-part .related-post-item{    width: 100%;padding:45px 15px 0px;    margin: 0;}
  .row-fluid .left-part .related-post-item a.more-link{ width: 155px;font-size: 18px !important;padding: 5px 0;}


  .row-fluid .left-part .related-post-item:last-child {    margin-bottom: 50px;}
  body.hs-blog-post .left-part{    width: 100% !important;padding-right: 0px !important;}
  body.hs-blog-post .left-part .we-just-img img{width:100% !important;margin:0px !important;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper .sub-menu{background: inherit; max-height: 100%;   text-align: left;    width: inherit;    max-height: 0px;    overflow: inherit;    float: inherit;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper .sub-menu{max-height: 100%;}
.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child{padding-top: 0;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child{padding-bottom: 0;}
  
  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 25px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      background: transparent; /* 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;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

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

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

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

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -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 */  
        top: -2px;
  }

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


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

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -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  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color:#fac72b; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  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  i:after {
      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 i {
      background-color:transparent;
      -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 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 i:after {
      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);
  }

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

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


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

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
/*    span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; 
      height: 1px; 
      background-color: #fac72b; 
      display: block;
  }  */
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
/*   span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  } */
/*   span.child-triggerm.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;
  } */
/*   span.child-triggerm.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;
  } */

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #1a1f28; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

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

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }

 
  .row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{padding-bottom:0px;padding-top:0px;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{width: 100%;padding:0px;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{padding-bottom: 0px;color:#fff;}
  .row-fluid .header-section .header-btn{padding:22px 0px 22px 12px;}
/*   .row-fluid .header-section .yellow-btn a{width: 110px;} */
  .row-fluid .header-section{    padding-bottom: 0;}
  .row-fluid .hero-section .hero-title{padding: 0px 0px 20px;}
  .row-fluid .hero-section .hero-title h1:before{background-size: cover;    height: 30px;    width: 30px;}
  .row-fluid .hero-section .hero-title h1{font-size: 23pt;padding-left: 42px;    padding-top: 25px;}
  .row-fluid .footer-section .footer-social{display:block;}
  .row-fluid .footer-section .inner-section{display:none;}
  body.hs-blog-listing .row-fluid .footer-section .footer-subscribe{display:block;}
  .row-fluid .footer-section .footer-subscribe a{background:#fac72b;height:60px;text-align:center;padding:0px 15px;font-size: 19pt;	color: #1a1f28;font-weight: 700;display:inline-block;    display: flex;    align-items: center;    justify-content: center;margin-top: 18px;}  
  body.hs-blog-listing .row-fluid .footer-section{padding-bottom:0px;}
  
  .row-fluid .hero-section{background-image: none !important;    padding-bottom: 28px;}
  .row-fluid .hero-section .hero-title{text-align: center;}
  .row-fluid .hero-section .hero-title h1{padding-left: 0px;color:#1a1f28;}
  .row-fluid .hero-section .hero-title h1:before{    left: -85px; top:27px;   right: 0;background-image:url("https://cdn2.hubspot.net/hubfs/2930161/Blog%20Images/combined-shape@2x.png?t=1537102841941");}
  .row-fluid .hero-section .hero-title:before{ background:#000;   left: -8px;right:0;}
  .row-fluid .blog-list{    padding: 0px 0px;}
  .row-fluid .blog-list .right-part .article-topic .block{    margin-bottom: 28px;}
  body.hs-blog-post .row-fluid .brosdcum-static-line span{display:none;}
  .row-fluid .brosdcum-static-line span{display:none;}
  .row-fluid .yellow-btn a{font-size: 11pt;padding:8px 16px;}
  body.hs-blog-post .row-fluid .left-part h1{padding-top: 0px;}
  .row-fluid .left-part .inner-page p#hubspot-topic_data a{    font-size: 13pt;}
  .row-fluid .right-part .subscribe-form{display:none;}
  .row-fluid .blog-list .post-listing .post-item:first-child .hs-featured-image-wrapper img{    height:auto;}
  .row-fluid .left-part .inner-page .post-body span.caption{margin-bottom: 0px;}
  .row-fluid .left-part .inner-page:before{display:none;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{background:#1A1F28;}
	.row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before{display:none;}
  .row-fluid .blog-list .right-part .article-topic{    margin-bottom: 30px;}
  
/*13-9-2018 */
  
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after{ width:31px;}
  .mainmenu .hs-menu-flow-horizontal{background-color:#FAC72B}
  .row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size: 18px; font-weight: 500; color: #010101; line-height: 65px; }
  .mainmenu .hs-menu-flow-horizontal ul li { border-top: none; }
  .row-fluid .yellow-btn a {color:  #000;border: 2px solid #000;width:  auto;text-align:  center;}
  .row-fluid .header-section .header-btn {padding: 42px 0px 22px;width: auto;display: table;margin: 0 auto;}
  .row-fluid [class*="span"] {min-height: auto;}
  a.mobile-trigger { top: 10px; }
  .row-fluid .header-section .logo { padding-top: 0; }
  .row-fluid .header-section { padding: 10px 0; }
  .mobile-open a.mobile-trigger { top: 16px;position:fixed; }
  .mobile-open a.mobile-trigger i, .mobile-open a.mobile-trigger i:before,.mobile-open  a.mobile-trigger i:after{background-color:#000;}
  .mobile-open .header-section .logo a img { filter: grayscale(1) invert(1); }
  .mobile-open .header-section .logo { position: absolute; top: 20px;padding-left:20px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal {padding-top:  90px;height:100vh; overflow:auto !important;position: fixed;}
  .mobile-open a.mobile-trigger i {background-color:  transparent;}
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {background: #fac72b;}
  .mainmenu .hs-menu-flow-horizontal > ul ul li {background-color: #fac72b;}
  span.child-triggerm span:before { content: '\f107'; position: absolute; font-family: fontawesome; top: -18px; left: 7px; font-size: 35px; color: #000; }
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: transparent; }
  span.child-triggerm { border-left: none;z-index:1 ;top: 5px;}
/*   span.child-triggerm.child-open span:after { left: -10px; top: 10px; position: absolute; } */
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {color: #101010;}
.row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover a:after {opacity:  0;visibility: hidden;}
  span.child-triggerm.child-open span:before { transform:  rotate(180deg);}
  .row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a{padding:0;}
  .row-fluid .header-section .yellow-btn a{padding: 12px 24px !important; font-weight: 400; letter-spacing: 1px; width: auto; font-size: 15px; color: #000;}
  
  
}

@media (max-width:480px){
 
  .row-fluid .blog-list .post-listing .post-item:first-child .post-header h2 a{font-size: 15pt;    line-height: 20px;}
  .row-fluid .blog-list .post-listing .post-item:first-child .hs-featured-image-wrapper:before{padding: 4px 21px;    font-size: 11px;    top: 26px;    left: 12px;}
  .row-fluid .blog-list .post-listing .post-item h2 a{    font-size: 15pt;}
  .row-fluid .blog-list .post-listing .post-item a.more-link{font-size: 11pt;}
  .row-fluid .blog-list ul.pagination{    padding-bottom: 45px;    padding-top: 4px;}
  .row-fluid .footer-section .inner-section{    width: 100%;}
  .row-fluid .footer-section .privacy ul li a{font-size: 10pt;}
  .row-fluid .footer-section .copyright span{font-size: 8pt;}
  .row-fluid .footer-section .footer-header span{    font-size: 18pt;}
  .row-fluid .left-part .inner-page .post-body p{    font-size: 12pt;    line-height: 26px;}
  body.hs-blog-post .blog-list{    padding: 60px 0px 0px;}
  body.hs-blog-post .row-fluid .left-part h1{    font-size: 23pt;    line-height: 36px;padding-top: 0px;}
  .row-fluid .footer-section .footer-social ul li i{    height: 45px;    width: 45px;    font-size: 20px;}
  .row-fluid .footer-section .footer-social ul li{    padding: 0px 20px;}
  .row-fluid .footer-section .footer-subscribe a{font-size: 15pt;}
  .row-fluid .left-part .related-post-item a.more-link{    font-size: 15pt; }
    .row-fluid .left-part .related-post-item{    padding: 28px 15px 0px;}
  .row-fluid .left-part .inner-page .post-body .we-just-img img{width: 100% !important;margin: 0px !important; }
  .row-fluid .left-part .inner-page .post-body .we-just-img{    float: left;   margin: 0px;width: 100% !important;    padding: 15px;}
  body.hs-blog-post .row-fluid .left-part .recent-blog span{font-size: 35px;}
/*   .row-fluid .blog-list ul.pagination li a{    font-size: 13pt;} */
}


/* 13-9-2018 */
/* .row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper:before{border: none; } */

/* 14-9-2018 */
.row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { position: relative; z-index: 1; }
.row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:after { content: ''; display: block; width: 100%; position: absolute; bottom: 15px; left: 0; background-color: #E4BB25; height: 1px; box-shadow: 0 0px 10px 0px rgba(228, 187, 37, 1);  opacity: 0;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; z-index: -1; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding: 10px 0; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 { padding: 0 20px; }
.row-fluid .header-section .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover a:after {opacity:  1;}


/* 17-9-2018 */

.row-fluid .hero-section .hero-title:before{background: #E4BB25; box-shadow:0 0px 10px 0px rgba(228,187,37,1)}
.row-fluid .blog-list .post-listing .post-item.first-post:first-child .hs-featured-image-wrapper:before {border:  2px solid #fff;padding: 15px 45px ;}
body.hs-blog-post .blog-list:before{background: #E4BB25; box-shadow:0 0px 10px 0px rgba(228,187,37,1);}







