/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Raleway:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800|Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/icomoon.eot?#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/icomoon.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/icomoon.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/icomoon.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/FontAwesome5Free-Regular.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/FontAwesome5Free-Regular.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/FontAwesome5Free-Regular.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/FontAwesome5Free-Regular.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4532813/JSA_March2019%20Theme/fonts/FontAwesome5Free-Regular.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 400;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    line-height: 1.69;
    font-size: 14px;
    color: #747474;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.blog:not(.custom-blog) {
    background: #fff;
    color: #5d5f64;
    font-size: 16px;
    line-height: 1.69;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
}

/* Page Center */
.blog:not(.custom-blog) .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1260px;
    margin: 0 auto;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
}
::selection {
  color: #fff;
  background: #3390FF;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 { 
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0px;
    margin:15px 0;
      color: #333333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 36px;
    margin-top:0;
}
h2 { 
      font-size: 28px;
}
h3 { 
    font-size: 26px;
    line-height: 1.45;
}
h4 { 
    font-size: 24px;
    font-weight: 400;
}
h5 { 
   font-size: 22px;
}
h6 { 
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    text-transform: uppercase;
}

/* Anchor Links */
a { 
    text-decoration: none;
    color: #00adef;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
a:hover { 
      color: #00adef;
}
.blog:not(.custom-blog) a {
    color: #a0ce4e;
    text-decoration: none;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.blog a:hover {
  color: #a0ce4e;
}
.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.custom-header {
    position: relative;
    z-index: 10010;
    box-shadow: 0 10px 50px -2px rgba(0,0,0,.14);
}

.header-top {
    border-bottom: 1px solid transparent;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    font-size: 12px;
    color: #777777;
    border-bottom-color: #e1e1e1;
    border-top: 3px solid transparent;
    border-top-color: #c1d500;
}

.header-top .page-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.fusion-mobile-nav-holder {
    float: left;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom-color: #e1e1e1;
}

.fusion-alignright {
    float: right;
    margin-left: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

nav.fusion-mobile-nav-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.fusion-mobile-nav-holder ul li {
    position: relative;
    float: left;
    border-color: #ffffff;
    border-left: 1px solid transparent;
}
nav.fusion-mobile-nav-holder ul li:first-child {
    border-left: none;
}
nav.fusion-mobile-nav-holder ul li a {
    color: #777777;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 13px;
    height: 44px;
}
.fusion-alignright .fusion-social-links-header {
    float: right;
    display: block;
}
.fusion-alignright .fusion-social-links-header a {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 16px;
    color: #bbbbbb;
    margin-left: 7px;
}
.fusion-social-links-header .fusion-social-networks {
    overflow: visible;
}

.header-nav {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background-color .25s ease-in-out;
    background-color: rgba(255,255,255, 1);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: none;
    border-bottom: 1px solid transparent;
    border-bottom-color: #e1e1e1;
    height: 87px;
    top: 0;
}

.header-nav .page-center {
    position: relative;
}

.custom-logo-wrapper {
    display: block;
    float: left;
    max-width: 100%;
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-logo-wrapper a {
    display: block;
    max-width: 100%;
    line-height: 1;
}

.fusion-mobile-logo {
    display: none;
}

img.fusion-sticky-logo {
    display: none;
}

.custom-logo img {
    max-height: 60px;
    height: auto;
    width: auto;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
}
/* tooltip css */


.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, 0.97);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, 0.97);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, 0.97);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, 0.97);
}    
/*end */
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container-wrapper {
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
/*banner area */
.custom-banner-wrapper {
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
    background-position: center center;
    background-repeat: no-repeat;
    clear: both;
    padding: 0 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #009dd6;
    background-color: #00adef;
    height: auto;
    margin-top: -1px;
}

siv.banner-content h1 {
    color: #fefefe;
    letter-spacing: 0px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 15px 0px;
    margin: 0;
    font-size: 26px;
    line-height: 1.45;
    text-transform: capitalize;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */
[class*=" fusion-icon-"], [class^=fusion-icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-container-wrapper {}
.footer-container {}
/* footer bottom */
.footer-bottom-wrapper {
    z-index: 10;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e3e3e3;
    border-color: #c3c3c3;
    border-top-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-style: solid;
}

.fusion-copyright-content {
    display: table;
    width: 100%;
}

.fusion-copyright-notice {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #8c8989;
    font-size: 12px;
}

.fusion-social-links-footer {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

.fusion-copyright-notice a {
    color: #999999;
}

.fusion-copyright-notice a:hover {
    color: #a0ce4e;
}

.fusion-social-networks {
    margin-top: 10px;
    overflow: hidden;
}

.fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -10px;
}

.fusion-social-links-footer .fusion-social-networks a {
    color: #999;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 10px;
    text-decoration: none;
    box-shadow: none !important;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
}

.fusion-icon-twitter:before {
    content: "\e605";
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    word-wrap: normal!important;
    border: 0 none;
}

.fusion-icon-youtube:before {
    content: "\e622";
}

.fusion-icon-linkedin:before {
    content: "\e60f";
}

.fusion-icon-facebook:before {
    content: "\e604";
}
svg.svg-inline--fa.fa-whatsapp.fa-w-14.fa-lg {
    width: 18px;
    vertical-align: -0.225em;
}
.fusion-social-networks .fusion-social-network-icon:hover {
    opacity: .8;
}
.custom-footer {
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f3f3f3;
    border-color: #c1d500;
    border-top-width: 12px;
    padding-top: 60px;
    padding-bottom: 59px;
    color: #666666;
    border-top-style: solid;
}

.custom-footer .page-center>div {
    margin: 0 -15px;
}

.custom-footer .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333% !important;
    margin-left: 0 !important;
}

.fusion-footer-widget-column {
    display: block;
    margin-bottom: 50px;
}
.custom-footer-rss .hs-rss-module .hs-rss-item:first-child {
    padding-top: 0;
}
.custom-html-widget img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: 50%;
}
.fusion-footer-widget-column:last-child {
    margin-bottom: 0;
}
.custom-footer h3 {
    text-transform: uppercase;
    font: 13px/20px PTSansBold,arial,helvetica,sans-serif;
    margin: 0 0 28px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #666666;
}
.custom-footer-rss .hs-rss-module {
    font-size: 14px;
}
.custom-footer-rss .hs-rss-module .hs-rss-item {
    position: relative;
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e7e6e6;
    color: #666666;
    border-color: #999999;
    margin-bottom: 0;
}
.custom-footer-rss .hs-rss-module .hs-rss-item a {
    color: #00adef;
}
.custom-footer-rss .hs-rss-module .hs-rss-item a:hover {
   color: #a0ce4e;
}
    
.custom-footer-rss .hs-rss-module .hs-rss-item a:before {
    position: absolute;
    font-family: icomoon;
    content: '\f105';
    margin-left: -12px;
}
.custom-footer-rss .hs-rss-module .hs-rss-item .hs-rss-byline {
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.custom-footer .col.col1 a:hover {
    color: #a0ce4e;
}/***** Added by HubSpot Support on September 20th 2019 *****/
.jtwt .jtwt_tweet:before {
    position: absolute;
    margin-left: -45px;
    content: '\e605';
    font-family: icomoon;
    font-size: 30px;
}

.custom-footer ul {
    list-style-type: none;
}
/***** End of HubSpot Support addition *****/
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1101px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  .custom-menu-primary {
    margin-left: 0 !important;
    float: right !important;
    position: relative;
    z-index: 200;
    width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    cursor: pointer;
    padding-right: 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    font-family: Raleway, "Arial Black", Gadget, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #00adef;
    position: relative;
    line-height: 86px;
    height: 86px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:after {
    height: 14px;
    width: 14px;
    border-radius: 50% 50% 50% 50%;
    content: '\f002';
    font-family: icomoon;
    cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    border-color: #c1d500;
    color: #c1d500;
}
.custom-form-open-top .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
   color: #c1d500;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a span.fusion-arrow-svg {
    opacity: 0;
    font-size: 0px;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    transform: translateX( -50% );
    line-height: 12px;
    height: 12px;
    left: 50%;
    bottom: -12px;
    -webkit-transform: translateX( -50% );
    -moz-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    -o-transform: translateX( -50% );
}

.fusion-arrow-svg svg {
    margin-top: -1px;
    display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a path {
    transition: fill .25s ease-in-out;
    -webkit-transition: fill .25s ease-in-out;
    -moz-transition: fill .25s ease-in-out;
    -ms-transition: fill .25s ease-in-out;
    -o-transition: fill .25s ease-in-out;
}

span.fusion-dropdown-svg {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in;
    transform: translateX( -50% ) translateY( 200% );
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 12px;
    line-height: 12px;
    z-index: 100;
    -webkit-filter: drop-shadow( 0px -2px 1px rgba( 0, 0, 0, 0.03 ) );
    filter: drop-shadow( 0px -2px 1px rgba( 0, 0, 0, 0.03 ));
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -webkit-transform: translateX( -50% ) translateY( 200% );
    -moz-transform: translateX( -50% ) translateY( 200% );
    -ms-transform: translateX( -50% ) translateY( 200% );
    -o-transform: translateX( -50% ) translateY( 200% );
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover span.fusion-arrow-svg {
    opacity: 1;
    visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover:before {
    position: absolute;
    bottom: -34px;
    height: 34px;
    background: transparent;
    width: 100%;
    display: block;
    content: "";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover span.fusion-dropdown-svg {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
    z-index: 1;
    transition: opacity .2s ease-in !important;
    letter-spacing: 0px;
    line-height: 1.69;
    width: 215px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    margin-top: 34px;
    border-top-width: 0px;
    background-color: #edecec;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    display: block;
    text-indent: 0;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
    border: 0;
    padding: 7px 20px;
    letter-spacing: 0px;
    line-height: 1.69;
    border-bottom: 1px solid #e3e2e3;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    background-color: #f5f5f5;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) span.fusion-dropdown-svg {
    display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6):hover:before,.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7):hover:before {
    content: none;
}
  /* header search */
  .fusion-custom-menu-item-contents {
    position: absolute;
    left: auto;
    right: 0;
    transition: opacity .2s ease-in;
    color: #747474;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 25px;
    text-align: right;
    border: 1px solid transparent;
    width: calc(250px + 1.43 * 38px);
    background-color: #edecec;
    border-color: #e3e2e3;
    margin-top: -7px;
    display:none;
}

.search-table {
    display: table;
    width: 100%;
}

.searchform .search-field {
    display: table-cell;
    vertical-align: top;
}

.searchform .search-field input[type="text"] {
    width: 100%;
    font-size: 13px;
    padding: 8px 15px;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
}

.search-button {
    display: table-cell;
    width: 33px;
    vertical-align: top;
}

.search-button input.searchsubmit {
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 38px;
    width: 38px;
    line-height: 38px;
    padding: 0;
}

.searchform .search-field input[type="text"]::-webkit-input-placeholder {
    color: #aaa9a9;
}

.search-button input.searchsubmit:hover {
    background-color: #00adef;
}
  /* scroll header */
  .custom-header {
    min-height: 135px !important;
}
  .no-nav.custom-header {
    min-height: 87px !important;
}
  .fixed .header-nav {
      z-index: 210;
      max-width: 100%;
      width: 100%;
      position: fixed;
      background-color: rgba(255,255,255,0.987);
      box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
      height: 66px;
      transition: 0.3s linear;
}

.fixed .custom-logo img.fusion-standard-logo {
    display: none;
}

.fixed .custom-logo  img.fusion-sticky-logo {
    display: block;
    max-height: 60px;
    height: 55px;
}

.fixed .custom-logo-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 65px;
    height: 65px;
    font-size: 13px;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a span.fusion-arrow-svg {
    opacity: 1;
    visibility: visible;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li> a span.fusion-arrow-svg {
    box-sizing: content-box;
    padding-bottom: 3px;
    margin-bottom: -2px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li> a span.fusion-arrow-svg svg {
    -webkit-filter: drop-shadow( 0px 1px 3px rgba(0,0,0,.117647) );
    filter: drop-shadow( 0px 1px 3px rgba(0,0,0,.117647) );
}

.fixed .custom-menu-primary .hs-menu-wrapper > ul > li> a span.fusion-arrow-svg  path {
    fill: rgba(255,255,255,0.987);
    stroke: transparent;
}
  .mobile-visible {
     display:none !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1100px){

 .desktop-visible {
   display:none !important;
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .mobile-trigger:hover{
   
  }

 .mobile-trigger i {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
}

.mobile-trigger i:before {
    content: "\f0c9";
    color: #dadada;
}
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
        display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 49px !important;
    min-width: 49px !important;
    height: 40px !important;
    padding-right: 35px !important;
    font-size: 13px;
    line-height: 40px;
    color: #333333;
    z-index: 999;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
    line-height: 40px;
}
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      padding-top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

 
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field>label {
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 8px;
}

.hs-form-field {
    margin-bottom: 15px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select { 
    font: 100% Arial,Helvetica,sans-serif;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #d2d2d2;
    width: 100%;
    color: #aaa9a9;
    border-color: #d2d2d2;
    font-size: inherit;
    font-family: inherit;
    padding: 10px 4px;
    letter-spacing: normal;
    display: block;
    max-width:767px;
}
#email-prefs-form .email-edit {
    max-width:767px !important;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}

.custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    display: block !important;
    text-align: left;
}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font: 100% Arial,Helvetica,sans-serif;
    vertical-align: middle;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(255,255,255,.8);
    background: #a0ce4e;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    padding: 13px 29px;
    line-height: 17px;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 1em;
    MARGIN: 15PX 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
    background: #96c346;
    color: rgba(255,255,255,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96c346, endColorstr=#96c346);
    border-color: rgba(255,255,255,.9);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 14px;
    color: #790000;
}

ul.hs-error-msgs.inputs-list label {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 6px!important;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
    padding-bottom: 6px;
    padding-top: 8px;
    display: block;
}
/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #c1d500;
    border-color: #c1d500;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a span.fusion-arrow-svg {
    opacity: 1;
    visibility: visible;
}
/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/* blog header css */
.blog-top-header {
    border-bottom: 1px solid transparent;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    font-size: 12px;
    color: #747474;
    border-bottom-color: rgba(232,234,240,0);
    border-top: 3px solid transparent;
    border-top-color: #a0ce4e;
}

.blog-top-header .fusion-row.page-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 82px;
}

.blog-top-header .fusion-alignleft {
    display: inline;
    float: left;
    margin-right: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog-top-header nav.fusion-secondary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-top-header nav.fusion-secondary-menu ul li a {
    color: #747474;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 13px;
    height: 44px;
}
.blog-top-header .fusion-alignright .fusion-social-links-header a {
    color: #5d5f64;
    margin-left: 7.5px;
}
.header-nav-blog {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background-color .25s ease-in-out;
    background-color: rgba(255,255,255,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: none;
    border-bottom: 1px solid transparent;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    left: 0;
    right: 0;
    border-bottom-color: rgba(232,234,240,0);
    height: 111px;
    top: 0px;
}

.header-nav-blog .page-center {
    height: 82px;
}

.blog-logo {
    margin-top: 10px;
    margin-bottom: 31px;
    width: auto !important;
    float: left !important;
}

.blog-logo a {
    line-height: 1;
    display: block;
    max-width: 100%;
}

.blog-logo a img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    width: 273px;
    max-height: 82px;
    height: auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
.blog-logo a img {
	border-style: none;
	vertical-align: top;
	max-width: 100%;
	width: 273px;
	max-height: 82px;
	height: auto;
	padding-top: 3px;
	padding: 0 9px;
	padding-top: 3px;
	position: relative;
	left: -1px;
}
}
.custom-menu-blog {
    margin-left: 0 !important;
    float: right !important;
    position: relative;
    z-index: 200;
    width: auto !important;
}

.custom-menu-blog .hs-menu-wrapper>ul {
    line-height: 1;
}

.custom-menu-blog .hs-menu-wrapper>ul>li {
    position: relative;
    cursor: pointer;
}

.custom-menu-blog .hs-menu-wrapper>ul>li>a {
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    font-style: normal;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 84px;
    line-height: 84px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.custom-menu-blog .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: '\f107';
    font-family: IcoMoon;
    font-style: normal;
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: 2px;
}
.header-blog-wrapper {
    position: absolute;
    z-index: 10000;
    left: 0;
    right: 0;
}

.custom-menu-blog .hs-menu-wrapper>ul>li>a:hover,.custom-menu-blog .hs-menu-wrapper>ul>li.active>a {
    color: #a0ce4e;
}

.custom-menu-blog .hs-menu-wrapper ul ul {
    transition: opacity .2s ease-in !important;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
    background-color: #ffffff;
    width: 180px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    z-index:999 !important;
}

.custom-menu-blog .hs-menu-wrapper ul ul li {
    position: relative;
    cursor: pointer;
}

.custom-menu-blog .hs-menu-wrapper ul ul li a {
    display: block;
    text-indent: 0;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
    padding: 7px 20px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
    border-bottom: 1px solid #f7f8f9;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #5d5d5d;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    white-space:normal !important;
}

.custom-menu-blog .hs-menu-wrapper ul ul ul {
    left: 180px !important;
}

.custom-menu-blog .hs-menu-wrapper ul  ul li a:hover {
    background-color: #f7f8f9;
}

/* blog banner area */
.blog-banner-wrapper {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    clear: both;
    padding: 0 10px;
    padding-left: 30px;
    height: 450px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    padding-right: 30px;
    background-color: rgba(246,246,246,0);
    border-color: rgba(210,211,212,0);
    border: none;
    text-align: center;
}
.blog-banner-wrapper .page-center {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}
.blog-banner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    height: 100%;
}

.blog-banner-content h1 {
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-top: 100px;
    font-size: 48px;
    line-height: 1.45;
    letter-spacing: .5px;
    text-transform: uppercase;
}
/* blog footer */
.blog:not(.custom-blog) .footer-bottom-wrapper {
    background-color: #c3c3c3;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog:not(.custom-blog) .fusion-social-links-footer .fusion-social-networks a {
    font-size: 20px;
    margin-left: 7px;
}

.blog:not(.custom-blog) .fusion-copyright-notice a {
    color: #00adef;
}
.blog:not(.custom-blog) .fusion-copyright-notice a:hover {
    color: #8bc34a;
}
.custom-footer-blog {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 12px solid #e9eaee;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f3f3f3;
    border-color: #c1d500;
    border-top-width: 12px;
    padding-top: 60px;
    padding-bottom: 55px;
    color: #666666;
}

.custom-footer-blog .col {
    position: relative;
    min-height: 1px;
    width: 33.33333333% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0 !important;
}

.custom-footer-blog .page-center>div {
    margin: 0 -15px;
}

.custom-footer-blog .col.col1 {
    margin-bottom: 50px;
    display: block;
}

.custom-footer-blog .col.col1 img {
    display: block;
    margin-bottom: 50px;
}

.custom-footer-blog h4,.custom-footer-blog h3 {
    margin: 0 0 28px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    font-style: normal;
    color: #c4c4c4;
}

.custom-footer-blog .col.col1 span {
    font-size: 14px;
}

.blog-footer-form .hs-form-field>label {
    font-weight: 700;
    font-size: inherit;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.blog-footer-form .hs-input {
    margin-top: 8px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 1px;
    -webkit-border-radius: 0px;
    border-color: #e8eaf0;
    color: #5d5f64;
    font-size: 13px;
    padding: 8px 15px;
    font-family: inherit;
    margin-right: 1%;
}
.blog ul.hs-error-msgs.inputs-list label {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
    background: transparent;
}
form.hs-form fieldset[class*="form-columns"] .hs-input:focus {
    outline: none;
    border-color: #d2d2d2;
}
.blog-footer-form form.hs-form .hs_lastname, .blog-footer-form form.hs-form .hs_firstname {
    padding-top: 2px !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px !important;
    margin-right: -4px;
}

.custom-blog .custom-footer-rss .hs-rss-module .hs-rss-item .hs-rss-byline {
    font-size: 12px;
}
.blog-footer-form form.hs-form .hs-email .hs-input {
    width: 184px !important;
}

.blog-footer-form textarea.hs-input {
    line-height: 80px;
    height: auto;
}

.blog-footer-form .hs-form-field {
    padding-right: 16px !important;
}

.blog-footer-form input.hs-button.primary.large {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 29px;
    line-height: 17px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 25px;
    margin: 0;
    color:#fff;
}

.blog-footer-form .actions {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
    margin-bottom: 16px;
}

.blog-footer-form input.hs-button.primary.large:hover {
    background: #168ece;
    color: #ffffff;
    border-color: #ffffff;
}


#recaptcha_area, #recaptcha_table {
  width: 318px!important;
  overflow-x: auto !important;
  max-width: 100% !important;
}
.hs_recaptcha.hs-recaptcha.hs-form-field {
  width:  100%;
  overflow: hidden;
  overflow-x:  auto;
}  
/* blog listing and sidebar */
.hs-blog-listing .body-container-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-sidebar {
    padding: 25px;
    background-color: #f7f7f7;
    width: 28% !important;
    float: right !important;
}

.hs-search-field.search-sidebar {
    margin-bottom: 45px;
    position: relative;
}

.blog-sidebar .widget.widget_text {
    margin-bottom: 45px;
    position: relative;
}

.blog-sidebar .hs-search-field.search-sidebar form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.blog-sidebar .hs-search-field.search-sidebar form input.hs-search-field__input {
    font: 100% Arial,Helvetica,sans-serif;
    padding: 8px 15px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #5d5f64;
    font-size: 13px;
    border-color: #e8eaf0;
    border-width: 1px;
    -webkit-border-radius: 0px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blog-sidebar .hs-search-field.search-sidebar form input.hs-search-field__input:focus {
    outline: none;
    border-color: #d2d2d2;
}
.blog-sidebar input.hs-button.primary {
    font: 100% Arial,Helvetica,sans-serif;
    vertical-align: middle;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    padding: 0;
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 40px;
    width: 48px;
    line-height: 40px;
}

.blog-sidebar input.hs-button.primary:hover {
    background: #a0ce4e;
}

.blog-sidebar .hs-search-field.search-sidebar form input.hs-search-field__input::-webkit-input-placeholder {
    color: #5d5f64;
}
.sidebar-quote-block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sidebar-quote-inner2 {
    background: rgba(151, 206, 55, 0.74);
    padding: 25px;
    color: #fff;
}

.qtext2 {
    color: #fff !important;
    font-style: italic !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.fusion-button-wrapper {
    display: inline;
}

.fusion-button {
    display: inline-block;
    position: relative;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100% !important;
    max-width: 305px !important;
    margin: 0 auto !important;
}

.fusion-button i {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
}

.fa-calendar:before {
    content: "\f133";
}

.fusion-button-text {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
}

.fusion-button.button-1:hover {
    background: #a0ce4e;
}

.sidebar-quote-inner {
    background: rgba(21, 132, 191, 0.74);
    padding: 25px;
    color: #fff;
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-user:before {
    content: "\f007";
}
.button-icon-left {
    margin-right: 10px;
}
.blog-content {
    width: calc(100% - 28% - 80px) !important;
}
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 65px;
}
.blog-listing-wrapper .hs-featured-image-wrapper {
    margin: 0 0 60px;
    background-color: transparent;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 2;
    max-width: 100%;
    vertical-align: top;
}

.blog-listing-wrapper .hs-featured-image-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.blog-listing-wrapper .hs-featured-image-wrapper img {
    border-style: none;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    object-fit: cover;
}

.fusion-rollover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100.1%;
    line-height: normal;
    text-align: center;
    background-image: linear-gradient(top, #556eed 0%, rgba(85,110,237,0.65) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #556eed), color-stop(1, rgba(85,110,237,0.65)));
    background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#556eed, endColorstr=#556eed), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    background-image: -webkit-linear-gradient(top, #556eed 0%, rgba(85,110,237,0.65) 100%);
    background-image: -moz-linear-gradient(top, #556eed 0%, rgba(85,110,237,0.65) 100%);
    background-image: -ms-linear-gradient(top, #556eed 0%, rgba(85,110,237,0.65) 100%);
    background-image: -o-linear-gradient(top, #556eed 0%, rgba(85,110,237,0.65) 100%);
    transition: opacity 0.5s ease-in-out;
    transform: translateY(0%);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.fusion-rollover-content {
    padding: 10px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fusion-rollover-link {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    z-index: 99;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -10000px;
    display: inline-block;
    opacity: .9;
    position: relative;
    vertical-align: middle;
    background-color: transparent;
    width: calc(38px * 1.5);
    height: calc(38px * 1.5);
    background: none;
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
}

.fusion-rollover-link:before {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-indent: 0;
    line-height: normal;
    text-shadow: none;
    font-family: icomoon;
    font-size: 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: '\e619';
    line-height: 1.5;
    font-size: 38px;
    color: #ffffff;
    line-height: 1.5;
}

.fusion-rollover-content .fusion-link-wrapper {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    color: #ffffff;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
}

.blog-listing-wrapper .hs-featured-image-wrapper:hover  .fusion-rollover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
}
.post-header {
    color: #5d5f64;
}

.post-header h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 28px;
}

.post-header h2 a {
    color: #a0ce4e;
}

.post-header p {
    margin: 0 0 20px;
}

.fusion-meta-info {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 14px;
    border-color: #e8eaf0;
}

.fusion-meta-info a.more-link {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-align: right;
}

.fusion-meta-info a.more-link:after {
    color: #a0ce4e;
    content: '\f105';
    top: 50%;
    right: -10px;
    padding-left: 5px;
    font-family: icomoon;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

.fusion-meta-info .fusion-alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    width: 80%;
}

.fusion-meta-info a {
    color: #a0ce4e;
}

.blog-pagination {
    clear: both;
    line-height: normal;
    float: right;
    margin-top: 40px;
    font-size: 16px;
    margin-left: 1em;
    margin-right: 1em;
}

.blog-pagination>div {
    display: inline-block;
}

.blog-pagination-center a {
    transition: border-color .2s linear;
    margin: 0 3px;
    border: 1px solid #747474;
    display: inline-block;
    color: #747474;
    border-color: #e8eaf0;
    font-size: 16px;
    padding: 10px 10px;
}

.blog-pagination-center a.active {
    margin: 0 4px;
    background: #a0ce4e;
    border: 1px solid #a0ce4e;
    display: inline-block;
    color: #fff !important;
    cursor: auto;
}

.blog-pagination-center a:hover {
    border-color: #a0ce4e;
    color: #747474;
}

.blog-pagination-right a:after {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    font-family: icomoon;
    content: '\f105';
    color: #a0ce4e;
    margin-left: 5px;
}

.blog-pagination-left a:before {
    color: #a0ce4e;
    font-family: icomoon;
    content: '\f104';
    margin-right: 5px;
}
/* blog post */
.hs-featured-image-wrapper-post img {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 26px;
}

.section.post-header h1 {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    font-style: normal;
    font-size: 28px;
    color: #a0ce4e;
}

.fusion-meta-info-wrapper {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 14px;
    border-color: #e8eaf0;
}

.hs-blog-post .fusion-sharing-box {
    padding: 20px;
    height: 70px;
    width: 100%;
    display: table;
    background-color: #607afe;
    margin-bottom: 0;
    margin-top: 60px;
}

.hs-blog-post .fusion-sharing-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
    display: table-cell;
    vertical-align: middle;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
}

.hs-blog-post .fusion-sharing-box .fusion-social-networks {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    overflow: visible;
    text-align: right;
}

.hs-blog-post .fusion-sharing-box .fusion-social-networks a {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 18px;
    margin-bottom: 0;
    text-decoration: none;
    color: #ffffff;
}

.fusion-icon-googleplus:before {
    content: "\e900";
}

.fusion-icon-tumblr:before {
    content: "\e613";
}

.fusion-icon-pinterest:before {
    content: "\e602";
}

.fusion-icon-vk:before {
    content: "\f189";
}

.fusion-icon-mail:before {
    content: "\e616";
}

.hs-blog-post .fusion-sharing-box .fusion-social-networks a:hover {
    opacity: .8;
}
/*end blog post */
/* back to top */
.back-to-top {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    display: none;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    width: 48px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
    cursor: pointer;
}

.back-to-top:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
    color: #fff;
}
.back-to-top:hover {
   background-color: #00adef;
}

.blog .back-to-top:hover {
    background-color: #a0ce4e;
}
/* blog author */
.author-bottom-social {
    display: table;
    margin: 20px 0 80px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    border-color: #e8eaf0;
}

.hs-blog-listing .hs-author-profile {
    border: 0;
}

.hs-author-profile .hs-author-avatar {
    float: left;
    margin-right: 20px;
    max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.author-right-content {
    overflow: hidden;
}

.author-right-content h2 {
    color: #a0ce4e;
    font-size: 28px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    font-style: normal;
}
.footer-bottom-wrapper.no-nav .fusion-social-links-footer {visibility: hidden;}
.no-nav .mobile-trigger {
    display: none !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.active a {
    background-color: #f5f5f5;
}


/* blog May updated */
.custom-blog .blog-listing-wrapper .post-listing .post-item .post-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.custom-blog .fusion-date-and-formats {
    float: left;
    margin-right: 17px;
    width: 82px;
    text-align: center;
}

.custom-blog .fusion-date-and-formats .fusion-date-box.updated {
    padding: 8px 0 5px;
    color: #fff;
    display: block;
    background-color: #00adef;
    border-color: #00adef;
}

.custom-blog .fusion-date-and-formats .fusion-date {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: 700;
}
.custom-blog .fusion-image-wrapper {
    width: 320px;
    margin-bottom: 0;
    margin: 0 0 60px;
    background-color: transparent;
    position: relative;
    overflow: visible;
    display: block;
    margin-right: 17px;
}
.custom-blog .fusion-image-wrapper .fusion-rollover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100.1%;
    height: 100.1%;
    line-height: normal;
    text-align: center;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75d),to(#d1e990));
    background-image: -webkit-linear-gradient(bottom,#aad75d,#d1e990);
    background-image: -o-linear-gradient(bottom,#aad75d,#d1e990);
    background-image: linear-gradient(to top,#aad75d,#d1e990);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    background-image: linear-gradient(top, rgba(160,206,78,0.925) 0%, #a0ce4e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(160,206,78,0.925)), color-stop(1, #a0ce4e));
    background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0ce4e, endColorstr=#a0ce4e), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    background-image: -webkit-linear-gradient(top, rgba(160,206,78,0.925) 0%, #a0ce4e 100%);
    background-image: -moz-linear-gradient(top, rgba(160,206,78,0.925) 0%, #a0ce4e 100%);
    background-image: -ms-linear-gradient(top, rgba(160,206,78,0.925) 0%, #a0ce4e 100%);
    background-image: -o-linear-gradient(top, rgba(160,206,78,0.925) 0%, #a0ce4e 100%);
}

.custom-blog .fusion-rollover-link {
    background-color: #333333;
    width: calc(17px * 2.41);
    height: calc(17px * 2.41);
    background: #333333;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
}

.custom-blog .fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before, .custom-blog .fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
    font-size: 17px;
    line-height: 2.41;
    color: #ffffff;
}

.custom-blog .fusion-rollover-sep {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 5px;
}

.custom-blog a.fusion-rollover-gallery {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 99;
    display: inline-block;
    opacity: .9;
    position: relative;
    vertical-align: middle;
    margin: 0;
    text-indent: -10000px;
    background-color: #333333;
    width: calc(17px * 2.41);
    height: calc(17px * 2.41);
    background: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
}

.custom-blog .fusion-rollover-gallery:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-indent: 0;
    line-height: normal;
    text-shadow: none;
    font-family: icomoon;
    font-size: 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: '\f002';
    line-height: 1.5;
    font-size: 17px;
    line-height: 2.41;
    color: #ffffff;
}

.custom-blog .fusion-rollover-gallery:hover, .custom-blog .fusion-rollover-link:hover {
    opacity: 1;
}

.custom-blog h4.fusion-rollover-title {
    position: relative;
    margin: 0;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-top: 0;
    color: #333333;
    font-size: 18px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0px;
    font-style: normal;
}

.custom-blog h4.fusion-rollover-title a {
    color: inherit;
}

.custom-blog .fusion-rollover-categories {
    z-index: 99;
    position: relative;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
    font-size: 12px;
}

.custom-blog .fusion-rollover-categories a {
    color: #333333 !important;
}
.custom-blog .blog-post-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 1px;
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;
    color: #747474;
}

.custom-blog .post-header h2 {
    clear: right;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 24px;
}

.custom-blog .post-header h2 a {
    color: #00adef;
}

.custom-blog p.fusion-single-line-meta {
    line-height: 1.5;
    font-size: 12px;
    margin: 0 0 20px;
}

.custom-blog p.fusion-single-line-meta a {
    color: #00adef !important;
}

.custom-blog span.fusion-inline-sep {
    padding: 0 5px;
}

.custom-blog .blog-content {
    width: calc(75% - ( ( 4% ) * 0.75 ) ) !important;
    margin-right: 4% !important;
    margin-bottom: 20px;
}

.custom-blog .blog .blog-sidebar {
    width: calc(25% - ( ( 4% ) * 0.25 ) ) !important;
    margin-left: 0 !important;
}

.custom-blog .post-content p {
    margin: 0 0 20px;
}
.custom-blog  .blog-sidebar {
  width: calc(25% - ( ( 4% ) * 0.25 ) ) !important;
  margin-left: 0 !important;
  padding:0;
  background:transparent;
}
.custom-blog .blog-sidebar h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0px;
    font-style: normal;
    color: #333333;
    font-size: 14px;
}

.custom-blog input.hs-search-field__input::-webkit-input-placeholder {
    color: #aaa9a9;
}


.hs-blog-listing.custom-blog .body-container-wrapper {
    padding-top: 55px;
}
.custom-blog .blog-sidebar input.hs-button.primary {
    position: absolute;
    top: 38px;
    right: 0;
    height: 38px;
    width: 38px;
    line-height: 38px;
}
.custom-blog .blog-sidebar input.hs-button.primary:hover {
    background-color: #00adef;
}
.custom-blog .blog-sidebar input.hs-search-field__input {
    padding: 8px 15px;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    font-size:13px;
}
.custom-blog .blog-sidebar input.hs-search-field__input:focus {
  outline:none;
}
.custom-blog .read-more-wrapper {
    float: right;
    margin-left: 15px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 4px;
}

.custom-blog .read-more-wrapper a {
    position: relative;
    margin-right: 10px;
    text-align: right;
      color: #00adef !important;
  font-size:12px;
}

.custom-blog .read-more-wrapper a:after {
    color: #00adef;
    content: '\f105';
    top: 50%;
    right: -10px;
    padding-left: 5px;
    font-size: 14px;
    font-family: icomoon;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-blog .blog-listing-wrapper .post-listing .post-item {
    clear: both;
    overflow: hidden;
}
.custom-blog .blog-pagination a {
    padding: 2px 6px;
    font-size: 12px;
    margin: 0;
    display: inline-block;
    border: 1px solid #e0dede;
    color: #747474;
    position: relative;
}

.custom-blog .blog-pagination a:hover {
    border-color: #00adef;
    color: #747474;
}

.custom-blog .blog-pagination a.active {
    background-color: #00adef;
    border-color: #00adef;
    color: #fff;
    cursor: auto;
}

.custom-blog a.next-link , .custom-blog a.prev-link  {
    border-color: transparent !important;
    color: #00adef !important;
}

.custom-blog a.next-link:after  {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    right: -6px;
    color: #00adef;
    font-family: icomoon;
    content: '\f105';
}
.custom-blog a.prev-link:before {
      position: absolute;
    top: 50%;
    -webkit-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    transform: translateY(-51%);
    left: -6px;
    font-family: icomoon;
    content: '\f104';
    color: #333;
  font-family: icomoon;
    content: '\f104';
}
.custom-blog.hs-blog-post .custom-banner-wrapper {
    display: none;
}

.custom-blog .section.post-header h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 24px;
    color: #333333;
}

.custom-blog.hs-blog-post p.fusion-single-line-meta {
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    clear: both;
    overflow: hidden;
    font-size: 12px;
    border-color: #e0dede;
}

.custom-blog.hs-blog-post p.fusion-single-line-meta a:hover {
    text-decoration: underline;
}
.custom-blog.hs-blog-post .fusion-sharing-box {
    margin-bottom: 0;
    margin-top: 60px;
    background-color: #00aedf;
}

.custom-blog.hs-blog-post .fusion-sharing-box h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.custom-blog .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -5px;
}

.custom-blog.hs-blog-post .fusion-sharing-box .fusion-social-networks a {
    padding: 8px;
    margin: px;
    color: #ffffff;
    background-color: #c1d500;
    border-color: #c1d500;
    border-radius: 4px;
    font-size: 16px;
}
.custom-blog.hs-blog-post .fusion-sharing-box {
    margin-bottom: 0;
    margin-top: 60px;
    background-color: #00aedf;
}

.custom-blog.hs-blog-post .fusion-sharing-box h4 {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.custom-blog .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -5px;
}

.custom-blog.hs-blog-post .fusion-sharing-box .fusion-social-networks a {
    padding: 8px;
    margin: 5px;
    color: #ffffff;
    background-color: #c1d500;
    border-color: #c1d500;
    border-radius: 4px;
    font-size: 16px;
}

.custom-blog.hs-blog-post section.about-author {
    margin-top: 55px;
    overflow: hidden;
    clear: both;
}

.custom-blog.hs-blog-post .fusion-title {
    display:-webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 31px;
    overflow: hidden;
    margin-bottom: 30px;
}

.custom-blog.hs-blog-post h3.title-heading-left {
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 8px 0 0;
    margin: 0;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 18px;
    color: #333333;
}

.custom-blog.hs-blog-post h3.title-heading-left a {
    color: #00adef;
}
.custom-blog.hs-blog-post h3.title-heading-left a:hover {
  text-decoration:underline;
}
.custom-blog.hs-blog-post .fusion-title .title-sep-container {
    position: relative;
    height: 6px;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.custom-blog.hs-blog-post .fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border: 0 solid #e7e6e6;
    border-color: #e0dede;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.custom-blog.hs-blog-post .about-author div.avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.custom-blog.hs-blog-post .about-author div.avatar img {
    width: 72px;
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.custom-blog .related-post-wrapper {
    margin-top: 55px;
    clear: both;
}

.custom-blog button.slick-prev.slick-arrow {
    text-align: center;
    cursor: pointer;
    color: transparent;
    z-index: 1000;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -21px;
    display: block;
    background-color: rgba(0,0,0,.5);
    border: none;
    padding: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    margin-left:20px;
}
.custom-blog button.slick-prev.slick-arrow:hover {
  background-color: rgba(0,0,0,.6);
    opacity: 1;
}
.custom-blog button.slick-prev.slick-arrow:before {
    display: block;
    position: relative;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    font-family: icomoon;
    content: '\f104';
}
.custom-blog .related-post-item {
    margin-left: 20px;
}
.custom-blog .related-post-item .fusion-image-wrapper {
  width:auto;
}
.custom-blog button.slick-next.slick-arrow {
    text-align: center;
    cursor: pointer;
    color: transparent;
    position: absolute;
    top: 50%;
    z-index: 1000;
    opacity: .8;
    right: 0!important;
    margin-top: -21px;
    background-color: rgba(0,0,0,.5);
    font-size: 0;
    border: 0;
    width: 30px;
    height: 30px;
    margin-right: 16px;
}
.custom-blog button.slick-next.slick-arrow:hover {
    background-color: rgba(0,0,0,.6);
    opacity: 1;
}
.custom-blog button.slick-next.slick-arrow:before {
    display: block;
    position: relative;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    font-family: icomoon;
    content: '\f105';
    font-size: 14px;
}
.custom-blog .blog-listing-wrapper .related-post-item  .hs-featured-image-wrapper {
    margin-bottom: 0;
}

.custom-blog h4.fusion-carousel-title {
    margin: 15px 0 3px;
    color: #333333;
    font-size: 18px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0px;
    font-style: normal;
}

.custom-blog .related-post-item  a {
    color: #00adef;
}

.custom-blog .related-post-item a:hover {
    color: #00adef;
    text-decoration: underline;
}

.custom-blog .fusion-carousel-meta {
    font-size: 12px;
    color: #747474;
}
.custom-blog.hs-blog-post .section.post-footer  .title-sep-container {
    border: 0 solid #e7e6e6;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #e0dede;
    margin-left: 10px;
}
.section.post-footer h3 {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 18px;
    color: #333333;
}
.hs-blog-listing.custom-blog .body-container-wrapper {
    padding-top: 55px;
}

.fusion-content-widget-area .widget {
    margin-bottom: 45px;
    position: relative;
}

.fusion-widget-area .widget_media_image {
    margin-bottom: 45px;
    position: relative;
}
.hs-search-field.sidesearch {
    margin-bottom: 26px;
    position: relative;
}
section#media_image-5 img {
    width: 300px;
}
/* blog author section */
.custom-blog .fusion-author-social {
    display: table;
    margin: 20px 0 80px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
}
.custom-blog .hs-author-profile .hs-author-avatar img {
    border-radius: 0;
}
.custom-blog h2.hs-author-name {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 22px;
    color: #333333;
}
/*end */

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 1236px) { 
.fixed .custom-header-blog {
    z-index: 210;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
    position: fixed;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    background-color: #ffffff;
    height: 82px;
    top: 0px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

.fixed .blog-logo img {
padding: 0 6px;
max-height: 82px;
height: auto;
width: 160px;
padding-bottom: 0px;
padding-top: 15px;
/* padding: 0 9px; */
top: 2px;
}
}
.custom-header-blog .page-center {
    height: 82px;
}

.fixed .blog-logo img {
    max-height: 82px;
    height: auto;
    width: 160px;
    padding-bottom: 0px;
    padding-top: 15px;
}

.fixed .blog-logo {
    margin-top: 10px;
    margin-bottom: 31px;
}

.fixed .custom-menu-blog .hs-menu-wrapper>ul>li>a {
    color: #00adef;
    padding-left: 22.5px;
    padding-right: 22.5px;
    font-size: 13px;
    height: 84px;
    line-height: 84px;
}
.fixed .custom-menu-blog .hs-menu-wrapper>ul>li>a:hover {
    color: #a0ce4e;
}
.fixed .custom-menu-blog .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    top: 1px;
}
  .mobile-icon{
    display:none !important;
  }
  .header-blog-wrapper {
    min-height: 196px !important;
}
}
@media (max-width: 1235px) {
  .mobile-icon{
      display: flex !important;
      float: right;
      cursor: pointer;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 18px;
      width: 30px;
      padding: 0;
      margin-top: 46px;
      z-index: 99999;
      position: absolute;
      right: 0;
  }
  a.mobile-icon:hover>div {
    background-color: #ffa737;
}
  .blog-mobile-open .fusion-toggle-icon-line {
    width: 24px;
    background-color: #5d5f64;
}

.blog-mobile-open .fusion-toggle-icon-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.blog-mobile-open .fusion-toggle-icon-line:nth-child(2) {
    width: 0;
    opacity: 0;
}

.blog-mobile-open .fusion-toggle-icon-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  .custom-menu-blog {
     display:none !important;
  }
  .blog-top-header .fusion-row.page-center {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }

  .blog-top-header .fusion-alignleft {
      float: none;
      width: 100%;
      display: block;
      text-align: center;
  }

  .blog-top-header nav.fusion-secondary-menu ul li a {
      display: block;
      line-height: 44px;
  }

  .blog .fusion-alignright .fusion-social-links-header {
      float: none;
  }

 .blog  .fusion-alignright {
      float: none;
      padding-left: 5px;
  }

  .blog-top-header .fusion-alignright .fusion-social-links-header a {
      margin-right: 21px;
      margin-bottom: 5px;
      margin-left: 7px;
      margin-top: 1px;
  }

  .header-blog-wrapper {
      position: relative;
      z-index: 10010;
  }
  .custom-header-blog {
    padding-left: 30px;
    padding-right: 30px;
}

.custom-header-blog .page-center {
    position: relative;
}
.blog-banner-content h1 {
    font-size: 43.886px;
    line-height: 63.086px;
    padding-top: 0;
}
a.mobile-icon>div {
    height: 2px;
    width: 30px;
    background-color: #202020;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out;
    z-index: 9999;
}

.fusion-toggle-icon-line:nth-child(1) {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.fusion-toggle-icon-line:nth-child(2) {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: .25s ease-in-out;
}

.fusion-toggle-icon-line:nth-child(3) {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.blog-banner-wrapper {
    margin-top: -29px;
}
  .blog-mobile-open .custom-menu-blog {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    padding: 0 25px 25px;
    float: none !important;
    width: 100% !important;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -webkit-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -moz-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -ms-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -o-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    opacity: 1;
    top: 0;
    transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -o-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    height: calc(100% - 192px);
    margin-top: 192px;
    display: flex;
}

.blog-mobile-open .custom-menu-blog:before {
    z-index: 99997;
    opacity: 1;
    top: 0;
    transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, top 0s ease 0s;
    -o-transition: opacity 0.4s ease 0s, top 0s ease 0s;
}

.custom-menu-blog:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-color: rgba(255,255,255,0.95);
    top: -1000%;
    transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -webkit-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -moz-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -ms-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
    -o-transition: opacity 0.4s ease 0s, top 0s ease 0.4s;
}
  .custom-menu-blog .hs-menu-wrapper>ul {
    display: block;
    width: 100%;
    text-align: center;
}

.custom-menu-blog>div {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.custom-menu-blog .hs-menu-wrapper>ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: 100%;
    cursor: default;
    position: relative;
    font-size: 12px;
    padding: 16px 0;
    z-index: 99999;
}

.custom-menu-blog .hs-menu-wrapper>ul li a {
    padding: 0 12px;
    color: #5d5f64;
    line-height: 28px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: auto;
    font-size: 16px;
    letter-spacing: 0px;
    border: none;
    display: inline-block;
    z-index: 99999;
}

.custom-menu-blog .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: none;
}

.custom-menu-blog .hs-menu-wrapper ul ul {
    display: none !important;
}

.custom-menu-blog .hs-menu-wrapper>ul li a:hover {
    color: #ffa737;
}
}
@media (max-width: 1100px) { 
   .header-top {padding-left: 0;padding-right: 0;}

.fusion-secondary-header .fusion-row {
    display: block;
}

.header-top .page-center {
    display: block !important;
}
.mobile-open .custom-header {
    box-shadow: none;
}

.mobile-open .header-nav {
    padding-bottom: 15px;
}
.fusion-alignright,nav.fusion-mobile-nav-holder {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
}
.mobile-open .custom-banner-wrapper {
    margin-top: 0;
}
.header-top .page-center:before, .header-top .page-center:after,nav.fusion-mobile-nav-holder:before,nav.fusion-mobile-nav-holder:after {
    content: " ";
    display: table;
    clear: both;
}

nav.fusion-mobile-nav-holder {
    border-bottom: 1px solid transparent;
    border-bottom-color: #e1e1e1;
}

nav.fusion-mobile-nav-holder ul {
    width: 100%;
}

nav.fusion-mobile-nav-holder ul li {
    float: none;
    display: inline-block;
}

.fusion-alignright .fusion-social-links-header {
    float: none;
}

nav.fusion-mobile-nav-holder ul li a {
    padding: 0 11px;
}
.child-trigger:hover {
    color: #00adef;
}
.fusion-alignright .fusion-social-links-header a {
    margin: 0 18px 10px 9px;
}

.fusion-social-networks {
    margin-bottom: 3px;
}
  .fusion-custom-menu-item-contents {
    display: none !important;
}
  .header-container .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0;
}
  .header-nav {
    padding-top: 20px;
    padding-bottom: 19px;
    height: auto;
}

.header-nav .page-center {
    max-width: 100% !important;
}

.custom-logo-wrapper {
    margin: 0;
}

.custom-logo img {
    width: 80px;
}
  .custom-menu-primary .hs-menu-wrapper ul {
    display: block;
    border-top: 1px solid #dadada;
}

.custom-menu-primary .hs-menu-wrapper ul li {
    position: relative;
    font-size: 12px;
    line-height: normal;
    float: none !important;
    display: block !important;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
    display: block;
    border-bottom: 1px solid transparent;
    border-color: #dadada;
    height: 40px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0px;
    padding-left: 30px;
    line-height: 40px;
    background-color: #f9f9f9;
}



.header-nav {
    border-bottom: 0;
}


.custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    color: #333333;
    content: "-";
    margin-right: 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-left: 39px;
}

.custom-menu-primary .hs-menu-wrapper > ul  li a:hover {
    background-color: #f6f6f6;
    color: #333333;
}
  siv.banner-content h1 {
    font-size: 23.334px;
    line-height: 33.206px;
}

.custom-banner-wrapper {
    margin-top: -1px;
}
}
@media (max-width: 1010px) and (min-width: 801px)  {
.custom-blog .blog-sidebar input.hs-button.primary {
    top: 58px;
}
}
@media (max-width: 860px) {
.custom-blog .fusion-image-wrapper {
    /* width: auto; */
    float: left;
    margin-bottom: 0;
}

.custom-blog .blog-post-content {
    width: 100%;
    display: block;
    float: none;
    clear: both;
}

.custom-blog .blog-listing-wrapper .post-listing .post-item .post-body {
    display: block;
}

.custom-blog  .blog-listing-wrapper .hs-featured-image-wrapper {
    margin-bottom: 0;
}
}
/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 800px) {
  .custom-footer .col {
    width: 100% !important;
    float: none !important;
    margin: 0 0 50px;
}

.fusion-copyright-notice {
    display: block;
    text-align: center;
    padding: 0 0 15px;
}

.fusion-social-links-footer {
    width: auto;
    display: block;
    text-align: center;
    margin-left: 3px;
}

.fusion-social-links-footer .fusion-social-networks {
    display: block;
    float: none;
    margin-top: 0;
}

.footer-bottom-wrapper {
    padding-bottom: 27px;
}
.custom-footer .col.col3 {
    margin-bottom: -4px;
} 
  /* blog footer */
  .blog:not(.custom-blog) .footer-bottom-wrapper {
    padding-bottom: 25px;
}

.custom-footer-blog .col {
    width: 100% !important;
}

.blog-footer-form form.hs-form .hs-email .hs-input {
    width: 100% !important;
}

.blog-footer-form .hs-form-field .hs_email {
    width: 50% !important;
}
.blog-content ,.blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
}

.blog .blog-sidebar {
    margin-top: 80px;
}

.blog-banner-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 290px;
    height: auto;
}

.blog-banner-wrapper .page-center {
    height: auto;
    min-height: 290px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

.blog-banner-content {
    display: block;
    text-align: center;
    width: 100%;
}

.blog-banner-content h1 {
    font-size: 45.93px;
    line-height: 66.024px;
}
  .custom-banner-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 60px;
    height: auto;
}
  .footer-bottom-wrapper.no-nav .fusion-social-links-footer {display: none;}
  /* custom blog */
  .custom-blog .blog-content, .custom-blog .blog-sidebar {
    width: 100% !important;
}

.custom-blog .blog-post-content {
    padding-top: 20px;
}

.custom-blog siv.banner-content h1 {
    font-size: 26px;
    line-height: 1.45;
}
.custom-blog .blog-sidebar {
    margin-top: 0;
}
}
@media (max-width: 767px) { 
siv.banner-content h1 {
    font-size: 25.025px;
    line-height: 35.613px;
}
  .blog-banner-content h1 {
    font-size: 43.5px;
    line-height: 62.531px;
}
  .custom-blog.hs-blog-post .about-author div.avatar {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
  .section.post-body img {
    width: 100% !important;
}
}
@media (max-width: 641px) { 
  .blog-footer-form input.hs-button.primary.large {
    width: 100%!important;
    line-height: 2;
    min-height: 2rem;
    margin: 0 0 16px;
}

.blog-footer-form form.hs-form .hs_lastname, .blog-footer-form form.hs-form .hs_firstname ,.blog-footer-form .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
}

.blog-footer-form textarea.hs-input {
    line-height: 51px;
}
  .blog-footer-form .hs-input {
     width: 100% !important;
  }
  .blog-banner-content h1 {
    font-size: 28px;
    line-height: 40.25px;
}
.fusion-meta-info a.more-link {
    text-align: left;
}

.fusion-meta-info .fusion-alignleft {
    display: block;
    width: 100%;
    float: none;
}

.fusion-meta-info .fusion-alignright {
    text-align: left !important;
    padding-left: 0;
}
.hs-blog-post .fusion-sharing-box h4 {
    display: block;
    float: none;
    line-height: 20px!important;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
}

.hs-blog-post .fusion-sharing-box {
    display: block;
    height: auto;
}

.hs-blog-post .fusion-sharing-box .fusion-social-networks {
    display: block;
    text-align: left;
}
  .hs-author-profile .hs-author-avatar {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 20px;
}
  siv.banner-content h1 {
    font-size: 21px;
    line-height: 29.885px;
}
  .custom-blog siv.banner-content h1 {
    font-size: 21px;
    line-height: 30px;
}
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}
@media (max-width: 378px) {
  .blog-logo {
    padding-right: 14px;
    margin-bottom: 42px;
}

.mobile-icon {
    right: -17px;
    margin-top: 41px;
}

.blog-top-header .fusion-row.page-center {
    padding-left: 15px;
}
  .blog-mobile-open a.mobile-icon {
    right: 0;
    margin-top: 39px;
}

.blog-mobile-open .custom-menu-blog {
    height: calc(100% - 181px);
    margin-top: 181px;
}
  /*.mobile-trigger {
    right: -18px;
}

.header-top .page-center {
    padding-left: 17px;
}

.child-trigger {
    width: 20px !important;
    min-width: 20px !important;
    padding-right: 31px !important;
}
  */
}