/* ==========================================================================
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=Montserrat:regular,600%7COpen+Sans:regular,regular%7CFira+Sans:regular,500%7CDancing+Script:regular,400');

@import url('//fonts.googleapis.com/css?family=Fira+Sans:100i,200,300,400,400i,500,600,600i');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

@font-face {
  font-family: "fl-icons";
  font-weight: normal;
  font-style: normal;
  src: url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/fl-icons.eot')format('eot'),
    url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/fl-icons.woff')format('woff'),
    url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/fl-icons.ttf') format('ttf'),
    url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/fl-icons.woff2')format('woff2');
}


@font-face {
  font-family: "dashicons";
  font-weight: 400;
  font-style: normal;
  src: url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/Dashicons-Regular.eot')format('eot'),
    url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/download.woff')format('woff'),
    url('//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Fonts/Dashicons-Regular.ttf') format('ttf');

}
/* 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;
} 
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #0b1b46;
  font-size: 100%;
  position: relative;
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Highlighted Text */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}


/* =============== 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: "Montserrat", sans-serif;
  color: #555;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  text-rendering: optimizeSpeed;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.9em;
  font-weight: 600 
}
h2 {
  font-size: 2.6em;
  font-weight: 600 
}
h3 {
  font-size: 2.4em;
}
h4 {
  font-size: 2em;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1em;
}

/* Anchor Links */
a {    
  color: #2962ff;
  text-decoration: none;
}
a:hover, a:focus { color: #000; }

/* Lists */
ul, ol {
  padding-left:20px;
}
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 {}
.widget-span.custom-header-wrapper {
  width: 100%;
  z-index: 30;
  background-size: cover;
  background-position: 50% 0;
  transition: background-color .3s, opacity .3s;
  left: auto;
  right: auto;
  position: absolute;
}

.widget-span.cm-top-bar {
  background-color: #2962ff;
  z-index: 11;
  position: relative;
  min-height: 29px;
}

.widget-span.cm-top-bar .page-center {
  max-width: 100% !important;
}

.widget-span.cm-top-bar .page-center > div > div.row-fluid:before,
.widget-span.cm-top-bar .page-center > div > div.row-fluid:after {
  display: none;
}

.widget-span.cm-top-bar .page-center > div > div.row-fluid {
  max-width: 100%;
  height: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;

  padding-left: 15px;
  padding-right: 15px;
}

.widget-span.top-bar-left-col {
  margin-right: auto;
  max-height: 100%;
  width: auto;
}

.widget-span.top-bar-mid-col {
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}

.widget-span.top-bar-right-col {
  margin-left: auto;
  max-height: 100%;
  width: auto;
}

.widget-span.top-bar-right-col .hs-menu-wrapper > ul {
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-span.top-bar-right-col .hs-menu-wrapper > ul:before, .widget-span.top-bar-right-col .hs-menu-wrapper > ul:after {
  display: none;
}
.widget-span.top-bar-right-col .hs-menu-wrapper > ul > li {
  margin: 0 .7em;
  display: inline-block;
  list-style: none;
  padding: 0;
  position: relative;
  transition: background-color .3s;
}

.widget-span.top-bar-right-col .hs-menu-wrapper > ul > li:first-child {
  margin-left: 0 !important;
}

.widget-span.top-bar-right-col .hs-menu-wrapper > ul > li > a {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
  color: rgba(255,255,255,0.8);
  font-family: "Fira Sans", sans-serif;
  font-size: .8em;
  transition: all .2s;
  padding: 10px 0;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;

  padding-top: 5px;
  padding-bottom: 5px;
}
.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0px;
}
.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:last-child > a:after {
  content: "\f107";
  font-size: 16px;
  margin-left: .2em;
  opacity: .6;
  vertical-align: middle;
  transition: color .3s;
  font-family: 'fl-icons' !important;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
  margin-left: .2em;
}

.top-bar-right-col .hs-menu-wrapper>ul ul {
  background-color: #2962ff;
  border-color: #2962ff;
  color: #f1f1f1;
  font-size: 85%;
  position: absolute;
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 20px 0 20px;
  opacity: 0;
  margin: 0;
  transition: opacity .25s;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
  border: 2px solid #ddd;
  text-align: left;
  display: table;
  left: -99999px !important;
  border-color: #2962ff;
}

.top-bar-right-col .hs-menu-wrapper>ul ul li {
  display: block;
  margin: 0;
  vertical-align: top;
}

.top-bar-right-col .hs-menu-wrapper>ul ul li a {
  color: rgba(255,255,255,0.8);
  display: block;
  transition: all .2s;
  width: auto;
  padding: 10px 20px;
  line-height: 1.3;
}

.top-bar-right-col .hs-menu-wrapper>ul li:hover ul {
  left: auto !important;
  right: -15px;
  opacity: 1;
  max-height: inherit;
}

.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:last-child:after,
.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:last-child:before {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:last-child:before {
  z-index: -999;
  border-width: 11px;
  margin-left: -11px;
  border-bottom-color: #2962ff;
}

.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:last-child:after {
  border-color: rgba(221,221,221,0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
  border-bottom-color: #2962ff;
}
.top-bar-right-col .hs-menu-wrapper>ul ul li a:hover {
  background-color: rgba(0,0,0,0.03);
  color: #fff;
}
.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
}


.widget-span.cm-bottom-header {
  box-shadow: 1px 1px 60px rgba(0,0,0,0.10);
  height: 61px;
  z-index: 10;
  position: relative;
}

.widget-span.cm-bottom-header .page-center > div > div.row-fluid:after,
.widget-span.cm-bottom-header .page-center > div > div.row-fluid:before {
  display: none;
}

.widget-span.cm-bottom-header .page-center > div > div.row-fluid {
  max-width: 100%;
  height: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-span.cm-bottom-header .page-center {
  max-width: 100% !important;
}

.widget-span.logo-wrapper {
  width: 300px;
  margin-left: 0;
  margin-right: 30px;
  line-height: 1;
  margin: 0;
  max-height: 100%;
}

.widget-span.logo-wrapper .custom-logo a {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
  text-decoration: none;
  display: block;
}

.widget-span.logo-wrapper .custom-logo a img {
  max-height: 61px;
  padding: 3px 0;
  transition: max-height .5s;
  max-width: 100%;
  padding-top: 4px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:20px;
  padding-bottom:20px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hs-banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 22% 25%;
  height: 22.35vw;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 429px;
  margin-top: -2px;
}
.inner-wrapper h1 {
  margin: 0;
  padding: 0;
}
.inner-wrapper h1 {
  font-weight: 600;
  padding: 0;
  margin-top: .2em;
  margin-bottom: .2em;
  line-height: 1;
  color: #fff;
  font-size: 2.9em;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeSpeed;
  margin-top: 8px;
  text-align: center;
}
.inner-wrapper h1 span {
  color: #FFCC0F;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.widget-span.cm-copyright-footer {
  color: rgba(255,255,255,0.5);
  background-color: #191923;
  padding: 9px 0 15px;
  font-size: .9em;
}

.widget-span.cm-copyright-footer .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.widget-span.copyright-inner {
  float: left;
  margin: 0px;
}

.widget-span.copyright-nav {}

.widget-span.copyright-nav .hs-menu-wrapper ul {
  border-color: rgba(255,255,255,0.08);
  padding-bottom: 5px;
  opacity: .8;
  border-bottom: 1px solid #ddd;
  margin: 5px 0;
  font-size: .85em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-color: rgba(255,255,255,0.08);
}

.widget-span.copyright-nav .hs-menu-wrapper ul li {
  margin: 0 .4em;
  display: inline-block;
  float: none !important;
}

.widget-span.copyright-nav .hs-menu-wrapper ul li:first-child {
  margin-left: 0;
}

.widget-span.copyright-nav .hs-menu-wrapper ul li a {
  color: currentColor;
}

.widget-span.copyright-nav .hs-menu-wrapper ul li:last-child {
  margin-right: 0;
}
.widget-span.copyright-nav {
  padding-bottom: 5px;
}
.widget-span.copyright-nav {
  padding-bottom: 5px;
}

.widget-span.cm-top-footer {
  background-color: #2d2d37;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 28px 0 0;
}

.widget-span.cm-top-footer .page-center > div > div.row-fluid:after,
.widget-span.cm-top-footer .page-center > div > div.row-fluid:before {
  display: none;
}

.widget-span.cm-top-footer .page-center > div > div.row-fluid {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #f1f1f1;
}

.widget-span.footer-col {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-bottom: 1.5em;
  margin-left: 0px;
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}

.widget-span.footer-heading h3 {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  color: #5f5f5f;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 29px;
}

.widget-span.divider {
  height: 3px;
  display: block;
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
  background-color: rgba(255,255,255,0.3);
  margin-top: .66em;
}

.widget-span.footer-nav {}

.widget-span.footer-nav .hs-menu-wrapper ul {
  margin: 0;
  font-size: .9em;
  line-height: 1.8;
}

.widget-span.footer-nav .hs-menu-wrapper ul li {
  list-style: none;
  margin-bottom: .3em;
  text-align: left;
  margin: 0;
}

.widget-span.footer-nav .hs-menu-wrapper ul li a {
  color: currentColor;
  display: inline-block;
  padding: 6px 0;
  -ms-flex: 1;
  flex: 1;
}
.social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: .85em;
  color: #FFF;
  position: relative;
  top: 0px;
}

.social-icons a {
  background-color: currentColor !important;
  border-color: currentColor !important;
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  display: inline-block;
  border-radius: 999px !important;
  object-fit: cover;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  line-height: 2.4em;
  margin-right: -2px;
}

.social-icons a i {
  font-size: 1.2em;
  min-width: 1em;
  vertical-align: middle;
  top: -1.5px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
  color: #fff !important;
}

.social-icons .icon-twitter:before {
  content: "\e001";
  font-family: 'fl-icons' !important;
  color: #fff !important;
}

.social-icons a.twitter {
  color: #2478ba !important;
}

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

.social-icons a.linkedin {
  color: #0072b7 !important;
}

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

.social-icons a.youtube {
  color: #c33223 !important;
}
.widget-span.footer-heading {
  padding-bottom: 1px;
}
.widget-span.footer-nav .hs-menu-wrapper ul li a:hover {
  color: #fff;
}

.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:nth-child(2)>a:after,
.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:nth-child(3)>a:after

{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  border-left: 1px solid rgba(0,0,0,0.1);
  height: 15px;
  margin-top: -7px;
  left: -1em;
  border-color: rgba(255,255,255,0.2);
}
a#back-to-top {
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  display: inline-block;
  background-color: transparent;
  color: currentColor;
  transition: color .3s, opacity .3s, transform .3s;
  line-height: 2.19em;
  bottom: 20px;
  right: 20px;
  border-radius: 999px !important;
  object-fit: cover;
  z-index: 21;
  position: fixed !important;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  color: rgb(11, 27, 70);
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
  border: 1px solid;
  text-align: center;
}

a#back-to-top i.icon-angle-up {
  margin: 0;
  font-size: 1.2em;
  vertical-align: middle;
  top: -1.5px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}

a#back-to-top .icon-angle-up:before {
  content: "\f106";
}
a#back-to-top:hover {
  color: #fff;
  background-color: #2962ff;
}
.hs-blog-post .mobile-trigger {
  color: rgba(102,102,102,0.85);
}

.hs-blog-post .cm-bottom-header{
  height: 60px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */

/* 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:850px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  span.mobile-close {
    display: none;
  }
  .widget-span.custom-menu-primary.mobile-menu {
    display: none;
  }



  .widget-span.custom-menu-primary {
    margin-left: auto;
    max-height: 100%;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 6px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul:after,.custom-menu-primary .hs-menu-wrapper > ul:before {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static;
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(255, 255, 255, .9);
    padding: 0px 15px 0px 15px;
    line-height: 55px;
    font-weight: bold;
    height: 55px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    font-family: inherit;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child {
    font-size: .85em;
    color: #fff;
    margin: 0 13px;
    margin-right: 0 !important;
    position: relative;
    transition: background-color .3s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child > a {
    border-radius: 99px;
    background-color: #2962ff;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    -touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    height: auto;
    font-family: "Open Sans", sans-serif;
    border-color: rgba(0,0,0,0.05);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) {
    font-size: .85em;
    margin: 0 13px;
    display: inline-block;
    list-style: none;
    position: relative;
    transition: background-color .3s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) > a {
    border-radius: 99px;
    cursor: pointer;
    background-color: #ffcc0f;
    color: #555;
    border-color: rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    font-weight: bolder;
    text-align: center;
    touch-action: none;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    height: auto;
    border-color: rgba(0,0,0,0.05);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    margin: 0 13px;
    padding: 0;
    position: relative;
    transition: background-color .3s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) > a {
    line-height: 36px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.1em;
    transition: all .2s;
    padding: 10px 0;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) > a:before {
    content: "\e012";
    font-size: 16px;
    min-width: 1em;
    vertical-align: middle;
    transition: color .3s;
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    line-height: 36px;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    font-family: "Fira Sans",sans-serif;
    font-size: 1.1em;
    transition: all .2s;
    padding: 10px 0;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    content: '\f140';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover {
    outline: none;
    opacity: 1;
    color: #555;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
  .widget-span.custom-menu-primary {
    position: static;
    width: auto;
    margin-left: 0px;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1) {
    position: static !important;
  }
  .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{}

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children>ul.hs-menu-children-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover ul ul{
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul {
    transform: translate(0, 10px) !important;
    transition: transform 200ms ease-in, visibility 200ms ease-in !important;
    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #f1f1f1;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    /* max-width: none; */
    left: 0;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    -moz-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    -ms-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    -o-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    background-image: url(//5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Images/neocase-software-home-menu.jpg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);

  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul > .mega-menu-wrap {
    padding: 30px 70px;
    width: 100%;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul > .mega-menu-wrap > .mega-menu-wrapper {
    visibility: inherit;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul > .mega-menu-wrap > .mega-menu-wrapper > li {
    width: 25%;
    float: left;
    min-height: 1px;
    padding: 5px 15px 0 15px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul > .mega-menu-wrap > .mega-menu-wrapper li ul {
    /* padding: 5px 15px 0 15px !important; */
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul>.mega-menu-wrap>.mega-menu-wrapper>li > a {
    color: #666;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    line-height: 27.2px;
    display: block;
    cursor: default;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1):hover>ul {
    transform: translate(0, 0) !important;
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }

  .widget-span.custom-menu-primary ul ul ul li {
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
  }

  .widget-span.custom-menu-primary ul ul ul li a {
    color: #666;
    font-family: inherit;
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    display: block;
    white-space: normal !important;
  }

  .widget-span.custom-menu-primary ul ul ul li a:hover {
    color: #3174e8;
    font-weight: normal;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
  }
  .widget-span.custom-menu-primary ul ul ul {
    position: static !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    padding: 0px !important;
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) > ul {
    transform: translate(0, 10px) !important;
    transition: transform 200ms ease-in, visibility 200ms ease-in !important;
    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #f1f1f1;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    max-width: none;
    left: 0;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    -moz-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    -ms-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    -o-box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
    box-shadow: 0px 15px 30px 0px rgba(109, 115, 128, 0.4);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6):hover>ul {
    transform: translate(0, 0) !important;
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) > ul .mega-menu-wrap-con {
    padding: 30px 70px;
    width: 100%;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) > ul .mega-menu-wrap-con li {
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
  }

  .mega-menu-wrapper-con {
    padding: 15px 15px 0 15px;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) > ul .mega-menu-wrap-con li a {
    color: #666;
    font-family: inherit;
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 5px 0px 5px 0px;
    vertical-align: top;
    display: table;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) > ul .mega-menu-wrap-con li a:hover{
    color: #3174e8;
    font-weight: normal;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
  }



}


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

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

@media (max-width: 849px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 15px;
    width: auto;
    height: auto;
    font-weight: normal;
    text-align: left;
    color: rgba(255,255,255,0.8);
    font-size: .8em;
    line-height: 36px;
    font-family: "Fira Sans", sans-serif;
    transition: all .2s;
    padding: 10px 0;
  }
  .mobile-trigger i {
    min-width: 1em;
    font-size: 1.9em;
    vertical-align: middle;
    transition: color .3s;
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
  }
  .icon-menu:before {
    content: "\e800";
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    line-height: 1;
    box-shadow: none !important;
    opacity: .6;
    margin: 0 5px 0 0;
    color: rgb(11, 27, 70);
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    -touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  }
  .child-trigger i {
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    font-size: 1.8em;
    transition: all .3s;
    vertical-align: middle;
    top: 4.5px;
  }
  .icon-angle-down:before {
    content: "\f107";
  }
  .child-open .child-trigger {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul .child-trigger {
    display: none !important;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

  /* Hide menu on mobile */

  .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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
  .widget-span.custom-menu-primary ul ul ul li a:hover {
    opacity: 1;
    color: #111;
  }
  .child-trigger:hover {
    cursor: pointer;
    opacity: 1;
  }
}


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

}

/* 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;
}
.widget-span.footer-nav .hs-menu-wrapper ul li a:hover {
  color: #fff;
}
/* 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 {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 0 15px !important;
  color: #777;
  line-height: 1.5;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  border: 1px solid #ddd !important;
  background-color: rgba(255, 255, 255, 1) !important;
  margin-bottom: 1em;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,0.02);
  height: 2.507em;

  outline: 0;
  color: #777 !important;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  line-height: 26px !important;
  color: #333 !important;

  color: #333;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {

  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}


.body-container input[type="text"]:hover,
.body-container input[type="password"]:hover, 
.body-container input[type="datetime"]:hover, 
.body-container input[type="datetime-local"]:hover, 
.body-container input[type="date"]:hover, 
.body-container input[type="month"]:hover, 
.body-container input[type="time"]:hover, 
.body-container input[type="week"]:hover, 
.body-container input[type="number"]:hover, 
.body-container input[type="email"]:hover, 
.body-container input[type="url"]:hover, 
.body-container input[type="search"]:hover, 
.body-container input[type="tel"]:hover, 
.body-container input[type="color"]:hover,
.body-container input[type="file"]:hover,
.body-container textarea:hover,
.body-container select:hover {

  box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}
h3.form-title {
  color: #fff;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 20px;
  line-height: 20.8px;

  margin: 20px 0px;
}
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
span.hs-form-required {
  color: #FFCC0F;
  margin-left: 4px;
}
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-blog-post .post-footer .hs-error-msgs label{
  color: #ff5959;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  font-family: "Open Sans", sans-serif;

}

.hs-error-msgs label{
  color: #ff5959;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  font-family: "Open Sans", sans-serif;
}

/* 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"] {}

.body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.body-container .widget-type-blog_subscribe, 
.body-container .widget-span.widget-type-form, .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search, 
.password-template .body-container form, .subscription-template .body-container .widget-type-email_simple_subscription form, 
.site-page .body-container .hs_cos_wrapper_type_form, .body-container .hs-search-field, .body-container .post-footer form,
.landing-page .body-container form.hs-form, .error-template.one-column .body-container form{
  background-color: rgb(50, 58, 74);
  padding: 30px;
  display: block;
  max-width: 700px;
  margin-bottom: 15px;
  color: #fff;
}
.error-template .hs-search-field {
  background-color: transparent;
  padding: 0;
}
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form {
  width: 50%
}

@media (max-width: 767px) {
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form {
    width: 100%
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .body-container .widget-type-blog_subscribe,
  .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  .site-page .body-container .hs_cos_wrapper_type_form,
  .body-container .hs-search-field,div#comment-form,
  .landing-page .body-container form.hs-form,
  .error-template.one-column .body-container form,
  .body-container .post-footer form {
    max-width: 100%;
  }
  .one-column .body-container form {
    max-width: 100%;
  }
  
}
}
/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 20px 0px !important;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  background-color: #2962ff;
  border-color: rgba(0,0,0,0.05);
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  text-rendering: optimizeLegibility;
  color: #fff;
  position: relative;
  font-family: "Open Sans" !important, sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 38.4px;
  font-weight: 700;
  border-radius: 99px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #2962ff;
  outline: none;
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0.05);
}

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


/* =============== 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 {}

ul.hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
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; 
}
.subscribe-options label {
  margin: 0;
}
.comment-date {
  display: table;
}
/* =============== 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 {}

/* ==========================================================================
Pop-up-serach                                   
========================================================================== */
.pop-up-search {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0;
  transition: opacity .25s;
  opacity: .8;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.active .pop-up-search {
  opacity: .8;
  visibility: visible;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-search .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  transition: transform .5s, opacity .3s;
  width: 100%;
}
.active .pop-up-search .mfp-content {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#search-lightbox {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 600px;
  color: #f1f1f1;
  text-align: center;
}

#search-lightbox > div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  font-size: 1.15em;
}

.searchform-wrapper form {
  margin-bottom: 0;
  position: relative;
}

.flex-row {
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-grow {
  padding-right: 4px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
  max-height: 100%;
}

.flex-col input[type="search"] {
  background-color: rgba(255,255,255,0.2) !important;
  border-color: rgba(255,255,255,0.09);
  color: currentColor !important;
  border-radius: 99px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em !important;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  outline: 0;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: -2.9em;
  padding-right: 4px;
  max-height: 100%;
}

.searchform .button.icon {
  margin: 0;
  color: currentColor !important;
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  margin-right: 0 !important;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
  display: inline-block;
  border-radius: 99px;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
}

.searchform .button.icon i {
  font-size: 1.2em;
  vertical-align: middle;
  top: -1.5px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
  color: #fff !important;
}

.icon-search:before {
  content: "\e012";
}

.widget-span.browse-by-topics ul li a:hover {
  color: #000;
}


.pop-up-search .mfp-content {
  /* opacity: 1; */
  -ms-transform: translateY(0);
  /* transform: translateY(0); */
}

.mfp-container:before {
  /* content: ''; */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.flex-col input[type="search"]::-webkit-input-placeholder {
  color: #FFF;
}

.flex-col input[type="search"] {
  background-color: rgba(255,255,255,0.2) !important;
  border-color: rgba(255,255,255,0.09);
  color: currentColor !important;
  font: inherit;
}

.pop-up-search button.mfp-close{
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: .03em;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  z-index: 1046;
  box-shadow: none;
  position: fixed;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  padding: 0;
  -mix-blend-mode: difference;
  margin: 0 !important;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  min-height: 0;
  width: 40px;
  -webkit-backface-visibility: hidden;
  height: 40px;
  line-height: 40px;
  font-family: Arial,monospace;
  transition: opacity .3s,transform .3s;
  transform: translateY(50%) translateZ(1px);
  -webkit-appearance: button;
  text-shadow: none;
}
button.mfp-close {}

.active button.mfp-close {
  opacity: .5;
  transform: translateY(0) translateZ(1px);
}


.post-item .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.custom-header-wrapper.lp .top-bar-right-col {
  opacity: 0;
  visibility: hidden;
}

.custom-header-wrapper.lp .logo-wrapper .custom-logo a img {
  padding-top: 16px;
}
.custom-header-wrapper.lp .mobile-trigger {
  opacity: 0;
  visibility: hidden;
}

.post-item.no-image .post-item .box-text h5.post-title.is-large {
  margin-top: 2.1em;
}


.widget-span.cm-bottom-header.cloned {
  box-shadow: 1px 1px 60px rgba(0,0,0,0.10);
  height: 61px!important;
  position: fixed !important;
  width: 100% !important;
  height: 60px;
  z-index: 701;
  top: -80px;
  background: #fff;
  opacity: .97;
  right: 0px;
  left: 0px;
  margin: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 9;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}

.scroll-header .widget-span.cm-bottom-header.cloned {
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget-span.cm-bottom-header.cloned img.normal-logo {
  display: none;
}

.widget-span.cm-bottom-header.cloned img.blog-logo {
  display: block;
  padding-top: 6px;
}

.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul {
  margin-top: 3px;
}
.scroll-header .mobile-trigger {
  color: rgba(102,102,102,0.85);
  transition: all .2s;
}



/* ==========================================================================
Pop-up-form                                  
========================================================================== */



.header-pop-up {
  background-color: rgba( 50, 58, 74, 0.70 );
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: auto;
  position: fixed;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;

  transition: all .3s ease;
}
.form-active .header-pop-up {
  opacity: 1;
  visibility: visible;
}

.form-active {

  overflow: hidden;
}
.header-pop-up-inner {
  padding: 0px;
  border-radius: 0px;
  border: 1px none #000000;
  box-shadow: 0px 10px 25px 4px rgba( 50, 58, 74, 0.50 );
  background-color: rgba( 50, 58, 74, 1.00 );
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999;
}

.header-pop-up-inner-content {
  color: #323a4a;
  font-family: inherit;
}

.pop-up-form-content {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.form-left-col {
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  background: #F1F2F3 !important;
  animation-delay: .1s;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  position: relative;
  margin: 0;
  width: 100%;
}

.form-content-right-col {
  transition-delay: .2s;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  position: relative;
  margin: 0;
  position: relative;
  margin: 0;
  width: 100%;
}

.form-left-col-inner {
  background-color: rgb(50, 58, 74);
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}

.form-left-col-inner-con {
  margin: 16px 0;
  max-width: 100%;
}

.header-pop-up h3.form-title {
  display: none;
}

.header-pop-up form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px 0 40px;
}

.header-pop-up form > * > div > label {
  display: none;
}

.header-pop-up .section.post-footer input:not([type="submit"]), 
.header-pop-up .section.post-footer textarea {}

.header-pop-up input:not([type="submit"]), 
.header-pop-up  textarea,
.header-pop-up select{
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 15px !important;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  border: 1px solid #ddd !important;
  background-color: rgba(255, 255, 255, 1) !important;
  height: 2.507em;
  outline: 0;
  color: #777 !important;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  line-height: 26px !important;
  color: #333 !important;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  transition: color .3s, border .3s, background .3s, opacity .3s;
  margin-bottom: 1em !important;
}
.header-pop-up input:not([type="submit"]):focus, 
.header-pop-up  textarea:focus,
.header-pop-up select:focus{
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}
.header-pop-up .hs-form-field {
  margin-bottom: .6em;
}
.header-pop-up-inner {
  padding: 0px;
  border-radius: 0px;
  border: 1px none #000;
  box-shadow: 0px 10px 25px 4px rgba(50,58,74,0.50);
  background-color: rgba(50,58,74,1.00);
  position: absolute;
  margin-bottom: 3em;
  z-index: 1000;
  min-width: 0;
  max-width: 100%;
  width: 80%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%,-50%);
}
.header-pop-up form fieldset.form-columns-1 label {
  display: block;
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: inherit;
  color: #fff;
  margin-bottom: 0.4em;
}

.header-pop-up span.hs-form-required {
  display: none;
}
fieldset.form-columns-1 {}

.header-pop-up span.hs-form-required {
  display: none;
}

.header-pop-up  input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  background-color: #2962ff;
  border-color: rgba(0,0,0,0.05);
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  text-rendering: optimizeLegibility;
  color: #fff;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 38.4px;
  font-weight: 700;
  width:300px;
}

.header-pop-up .hs_submit.hs-submit {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 41px;
}


.header-pop-up  .hs-button.primary:hover,
.header-pop-up  input[type="submit"]:hover,
.header-pop-up  input[type="button"]:hover {
  background-color: #2962ff;
  outline: none;
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  border-color: rgba(0,0,0,0.05);
}


.form-content-right-con {
  background-color: rgb(73, 80, 96);
  padding: 30px 40px 30px 40px;
  color: #f1f1f1;
  text-align: left;
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.form-content-right-con h2.book-heading {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin-top: 0;
  text-rendering: optimizeSpeed;
  margin-bottom: 0;
}

.form-content-right-con h2.action-heading {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  line-height: 1.3;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

.form-content-right-con h2.book-heading span.text-yellow {
  color: #FFCC0F;
  font-weight: 600;
}

.form-content-right-con h2.action-heading span.text-yellow {
  color: #FFCC0F;
}

.form-content-right-con p.book-content {
  color: #f1f1f1;
  margin-bottom: 1.3em;
  margin-top: 0;
  line-height: normal;
}

.form-content-right-con p.book-content span.form-secure {
  font-weight: bold;
  color: #FFCE34;
}

.form-content-right-con p.book-content span.form-secure i.fa.fa-lock {
  padding-right: 10px;
}

.form-content-right-con .arrow-before {
  position: relative;
}

.form-content-right-con .arrow-before ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  margin-bottom: 1.3em;
}

.form-content-right-con .arrow-before ul li {
  list-style-type: none !important;
  text-indent: -1em;
  margin-left: 2em;
}

.form-content-right-con .arrow-before ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: .7em;
}

.form-content-right-con .arrow-before ul li h3 {
  display: inline;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 1.25em;
  width: 100%;
  margin-top: 0;
  line-height: normal;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

span.header-popup-form-close {
  position: absolute;
  height: 28px;
  width: 28px;
  left: auto;
  right: 8px;
  bottom: auto;
  top: 8px;
  padding: 4px;
  color: #ffffff;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px;
  border: 1px none #ffffff;
  border-radius: 42px;
  box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
  text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
  background-color: rgba( 50, 58, 74, 1.00 );
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  margin-right: 20px;
}

.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li:nth-child(3)>a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  border-left: 1px solid rgba(0,0,0,0.1);
  height: 15px;
  margin-top: -7px;
  right: -11px;
  border-color: rgba(255,255,255,0.2);
}

.social-icons a.twitter:hover {
  /* background-color: currentColor !important; */
  /* border-color: currentColor !important; */
  background-color: rgb(36, 120, 186) !important;
  border-bottom-color: rgb(36, 120, 186) !important;
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: none;
}

.social-icons a.linkedin:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: none;
}

.social-icons a.youtube:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: none;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs-banner-area-listing {
  background-size: cover !important;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-right: auto;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  vertical-align: middle !important;
  margin-top: -2px;
}

.hs-banner-area-inner {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  margin: 0;
  width: 100%;
}

.pad-inner {
  padding: 30px 100px 30px 100px;
  background-color: rgba(50, 58, 74, 0.95);
  margin-left: auto;
  margin-right: 0;
  color: #f1f1f1;
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.pad-inner .page-center {
  max-width: 1050px !important;
  padding: 0;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.heading-col-wrap {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  width: 100%;
  margin: 0;
}

.heading-col-wrap-inner {
  padding: 100px 0px 0px 0px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.heading-col-wrap-inner h1 {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  margin-bottom: 19px;
}

.search-col-wrap {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  margin: 0;
  width: 100%;
}

.search-col-wrap-inner {
  padding: 30px 0px 30px 0px;
  margin-right: auto;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 0;
}

.search-col-wrap-inner .hs-search-field {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0px;
  background: transparent;
  font-size: 1.15em;
}

.search-col-wrap-inner .hs-search-field form {
  position: relative;
  margin-bottom: 0;
}
.flex-row-banner {
  position: relative;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-input-banner {
  padding-right: 4px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
  max-height: 100%;
}

.flex-input-banner input.hs-search-field__input {
  background-color: rgba(255,255,255,0.2) !important;
  border-color: rgba(255,255,255,0.09);
  color: currentColor !important;
  border-radius: 99px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 .75em;
  height: 2.507em;
  font-size: .97em;
  border-color: rgba(255,255,255,0.09) !important;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  margin: 0;
  display: inline-block;
  font-family:  "Open Sans", sans-serif;
  font-size:  17.848px;
  color: rgb(241, 241, 241) !important;
  line-height: 28.5568px;
  height: 2.507em;
}

.flex-btn-banner {
  margin-left: -2.9em;
  padding-right: 4px;
  max-height: 100%;
}
.flex-input-banner input.hs-search-field__input:focus {
  box-shadow: unset;
}
.flex-btn-banner button.site-btn {
  color: currentColor !important;
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  margin: 0;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
  display: inline-block;
  border-radius: 99px;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  text-align: center;
  min-width: 2.5em;
  padding-left: .6em;
  padding-right: .6em;
}

.flex-btn-banner button.site-btn i.icon-search {
  font-size: 1.2em;
  vertical-align: middle;
  top: -1.5px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}
ul.hs-search-field__suggestions:empty {
  padding: 0;
}


.widget-span.browse-by-topics {}

.widget-span.browse-by-topics .page-center {
  max-width: 1050px;
}

.widget-span.browse-by-topics .page-center > div {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.widget-span.browse-by-topics .page-center > div > div.row-fluid:after,
.widget-span.browse-by-topics .page-center > div > div.row-fluid:before {
  display: none;
}

.widget-span.browse-by-topics .page-center > div > div.row-fluid {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.widget-span.browse-by-topics h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  font-size: 1.25em;
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
  line-height: 32px;
}

.widget-span.browse-by-topics .block {
  padding: 30px 0px 38px 0px;
}

h3 {}

.widget-span.browse-by-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3;
  column-gap: 10px;
  column-rule: none;
}

.widget-span.browse-by-topics ul li {
  margin-bottom: .6em;
  list-style-type: none;
}

.widget-span.browse-by-topics ul li a {
  font-size: 120%;
  color: #2962ff;
}

.widget-span.browse-by-topics ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: .7em;
  list-style-type: none;

  padding-right: 7px;
}

.widget-span.browse-by-topics {
  background: #F1F2F3;
}

.widget-span.blog-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-wrap .content-wrapper {
  padding: 0px;
}
.widget-span.blog-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-wrap .content-wrapper {
  padding: 0px;
}

.post-item {
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  width: 100%;
  margin-bottom: 30px;
}

.post-item.no-image .box-blog-post.has-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.post-item.no-image .box-text {
    padding-left: 0;
}
.post-item.no-image .badge.post-date {
    position: static !important;
    margin-left: 0;
}

.post-listing {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-item .col-inner {
  position: relative;
}

a.plain {
  color: currentColor;
  transition: color .3s, opacity .3s, transform .3s;
}

.post-item .box {
  display: table;
  width: 100%;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  position: relative;
  margin: 0 auto;
}

.post-item .box .box-image {
  width: 40%;
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

.post-item .box .box-image .image-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;}

.post-item .box .box-image .image-cover img {width: 100%;}

.post-item .box-text {
  padding-left: 1.5em;
  padding-right: 1.5em;
  direction: ltr;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-top: .7em;
  padding-bottom: 1.4em;
  position: relative;
  width: 100%;
  font-size: .9em;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

.post-item .box-text h5.post-title.is-large {
  font-weight: 600 !important;
  font-size: 1.6em;
  line-height: 1.3;
  margin-top: .1em;
  margin-bottom: .1em;
  color: #555;
  font-family: "Montserrat", sans-serif;
}

h5.post-title.is-large {}

.post-item .box-text .is-divider {
  margin-top: .5em;
  margin-bottom: .5em;
  height: 2px;
  display: block;
  background-color: rgba(0,0,0,0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
}

.box-text p {
  margin-top: .1em;
  margin-bottom: .1em;
}

.badge.post-date {
  top: 3%;

  left: 0;
  position: absolute !important;
  margin-left: 1em;
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.badge.post-date .badge-inner {
  border-radius: 999px;
  background-color: #2962ff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: .85;
  color: #fff;
  font-weight: bolder;
  padding: 2px;
  white-space: nowrap;
  transition: background-color .3s, color .3s, border .3s;
  padding-left: 5px;
}

.blog-pagination {
  width: 100%;
  padding-bottom: 30px;
}

.blog-pagination ul {
  margin: 5px 0;
  font-size: .85em;
  text-align: center;
  text-align: center;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li {
  margin: 0 .4em;
  display: inline-block;
  margin-right: -1px;
}

.blog-pagination ul li a {
  font-size: 1.1em;
  display: inline-block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid rgb(11, 27, 70);
  transition: all .3s;
  vertical-align: top;
  color: rgb(11, 27, 70);

  margin-right: 4px;
}

.blog-pagination ul li a.prev-link i {
  font-size: 1.2em;
  vertical-align: middle;
  top: -1px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}
.icon-angle-left:before {
  content: "\f104";
}
.blog-pagination ul li a.next-link i {
  font-size: 1.2em;
  vertical-align: middle;
  top: -1px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}
.icon-angle-right:before {
  content: "\f105";
}
.blog-pagination ul li a.active {
  border-color: #2962ff;
  background-color: #2962ff;
  color: #FFF;
  cursor: text;
}
.blog-pagination ul li a.active {
  border-color: #2962ff;
  background-color: #2962ff;
  color: #FFF;
}

.blog-pagination ul li a:hover {
  border-color: #2962ff;
  background-color: #2962ff;
  color: #FFF;
}
.hs-blog-post img.normal-logo,
.no-banner img.normal-logo,
{
  display: none;
}

img.blog-logo {
  display: none;
}

.hs-blog-post img.blog-logo
{
  display: block;
}

.no-banner img.blog-logo{
  display: block;
}

.hs-blog-post .widget-span.custom-header-wrapper
{
  position: relative;
}


.no-banner .widget-span.custom-header-wrapper{
  position: relative;
}



.hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #6d7380;
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #6d7380;
}



.hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a,
.widget-span.cm-bottom-header.cloned  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a{
  color: #6d7380;
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a{
  color: #6d7380;
}


.hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a,
.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color: #fff;

}
.no-banner.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
  color: #fff;
}


.hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  background: rgba(51, 51, 51, 0);
  color: #323a4a;
  font-weight: bold;
  text-decoration: none;
  border-color: #fff;
}

.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  background: rgba(51, 51, 51, 0);
  color: #323a4a;
  font-weight: bold;
  text-decoration: none;
  border-color: #fff;
}


.hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover,
.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover{
  background-color: #ffcc0f;
  border-color: rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: none;
  opacity: 1;
  color: #555 !important;
}

.no-banner  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover{
  background-color: #ffcc0f;
  border-color: rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: none;
  opacity: 1;
  color: #555 !important;
}


.hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover,
.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  background-color: #2962ff;
  outline: none;
  opacity: 1;
  color: #fff;
  border-color: rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}


.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  background-color: #2962ff;
  outline: none;
  opacity: 1;
  color: #fff;
  border-color: rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);

}
.no-banner img.normal-logo {
  display: none;
}
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a {
  color: #fff;
}
.hs-post-banner {
  background-color: #2962ff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.post-title-bg {
  box-shadow: inset 0 0 30px 0px rgba(0,0,0,0.1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.post-title-bg .post-bg.fill {
  height: 322.444px;
  transform: translate3d(0px, -9.89px, 0px);
  backface-visibility: hidden;
  transition: opacity .6s;
  overflow: hidden;
  will-change: transform !important;
  background-position: center;
  object-position: top;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.page-title-inner {
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
  color: #f1f1f1;
  font-size: 1.15em;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-title-inner .hs-flex-col {
  text-align: center;
  margin: 0 auto;
  max-height: 100%;
}

.page-title-inner .hs-flex-col h6.hs-entry-category.is-xsmall {
  color: #fff;
  font-size: .7em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: .8;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}
.is-xsmall {
    font-size: .7em;
}
.page-title-inner .hs-flex-col h1.hs-entry-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

.page-title-inner .hs-flex-col h6.hs-entry-category.is-xsmall a {
  color: rgb(255, 255, 255);
  opacity: .8;
}

.page-title-inner .hs-flex-col .hs-entry-divider {
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,0.3);
  height: 3px;
  display: block;
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.page-title-inner .hs-flex-col .hs-entry-meta {
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .7em;
  margin-left: auto;
  margin-right: auto;
  color: rgb(241, 241, 241);
}

.page-title-inner .hs-flex-col .hs-entry-meta a {
  color: rgb(241, 241, 241);
}

.hs-breadcrumbs {
  border-bottom: solid 1px #ececec;
  background: #2962ff;
  max-width: 100% !important;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.breadcrumb-wrapper {
  margin: 0 auto;
  padding: 19px 15px 0;
  width: 100% !important;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1080px;
}

p.breadcrumb-inner {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.3em;
  text-align: center;
}

p.breadcrumb-inner a {
  color: #fff;
}
p.breadcrumb-inner strong {
  opacity: .7;
  font-weight: bolder;
}
.blog-wrap-post .content-wrapper {
  padding: 0;
}

p.breadcrumb-inner strong {
  opacity: .7;
  font-weight: bolder;
}

.widget-span.blog-wrap-post {}

.blog-wrap-post {}

.blog-wrap-post .content-wrapper {
  padding: 0;
}

.widget-span.blog-wrap-post .blog-content {
  padding: 0 30px 30px;
  padding-top: 1.5em;
}

.widget-span.blog-wrap-post .blog-sidebar {
  padding: 0 30px 30px;
  margin-bottom: 0;
  padding-top: 30px;
  position: relative;
}

p.breadcrumb-inner strong {
  opacity: .7;
  font-weight: bolder;
}

.widget-span.blog-wrap-post {}

.blog-wrap-post {}

.blog-wrap-post .content-wrapper {
  padding: 0;
}

.widget-span.blog-wrap-post .blog-content {
  padding: 0 30px 30px;
  padding-top: 1.5em;
}

.widget-span.blog-wrap-post .blog-sidebar {
  padding: 0 30px 30px;
  margin-bottom: 0;
  padding-top: 30px;
  position: relative;
}

.hs-sidebar-item.hs-social-share {
  margin-bottom: 1.5em;
  overflow: hidden;
  display: block;
}

.hs-sidebar-item.hs-social-share span.widget-title {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  color: #5f5f5f;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hs-sidebar-item.hs-social-share .is-divider.small {
  margin-top: .66em;
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
  margin-top: .66em;
}

.hs-sidebar-item.hs-social-share .blog-share {
  text-align: center;
}

.hs-sidebar-item.hs-social-share .blog-share .is-divider-off.medium {
  margin-left: auto;
  margin-right: auto;
}

.hs-sidebar-item.hs-social-share .social-icons {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: .85em;
  color: #999;
  position: relative !important;
}

.hs-sidebar-item.hs-social-share .social-icons a {
  background-color: currentColor !important;
  border-color: currentColor !important;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  margin-right: .12em;
  min-width: 2.5em;
  border-radius: 999px !important;
  object-fit: cover;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  line-height: 2.4em;
/*   margin-right: -2px; */
}

.hs-sidebar-item.hs-social-share .social-icons a.share_facebook {
  color: #3a589d !important;
}

.hs-sidebar-item.hs-social-share .social-icons a.share_facebook .icon-facebook {
  color: #fff !important;
  font-size: 1.2em;
  min-width: 1em;
  vertical-align: middle;
  top: -1.5px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}

.hs-sidebar-item.hs-social-share .social-icons .icon-facebook:before {
  content: "\e002";
}

.hs-sidebar-item.hs-social-share .social-icons a.share_twitter {
  color: #2478ba !important;
}

.hs-sidebar-item.hs-social-share .social-icons a.share_googleplus {
  color: #dd4e31 !important;
}

.hs-sidebar-item.hs-social-share .social-icons a.share_googleplus i.icon-google-plus {
  color: #fff !important;
  font-size: 1.2em;
  min-width: 1em;
  vertical-align: middle;
  top: -1.5px;
  font-family: 'fl-icons' !important;
  speak: none !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  position: relative;
  line-height: 1.2;
}

.hs-sidebar-item.hs-social-share .social-icons a.share_googleplus i.icon-google-plus .icon-google-plus:before {
  content: "\e905";
}

i.icon-google-plus {}

.icon-google-plus:before {
  content: "\e905";
}

.hs-sidebar-item.hs-social-share .social-icons a.share_linkedin {
  color: #0072b7 !important;
}

.hs-sidebar-item.hs-post-auth {
  margin-bottom: 1.5em;
}

.hs-sidebar-item.hs-post-auth .entry-author.author-box {
  padding: 2em 0 0;
}

.hs-sidebar-item.hs-post-auth .entry-author.author-box .large-12 {
  background: rgb(73, 80, 96);
  color: #fff;
  margin-top: 50px;
  padding: 25px;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  vertical-align: top !important;
}

.hs-sidebar-item.hs-post-auth .circle {
  border-radius: 999px !important;
  object-fit: cover;
  margin-top: -100px;
}

.blog-author-image {}

.hs-sidebar-item.hs-post-auth .circle img {
  border: solid #fff 10px;
  border-radius: 999px !important;
  object-fit: cover;
  transition: opacity 1s;
  opacity: 1;
  width: 200px;
}

.hs-sidebar-item.hs-post-auth .flex-grow {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.hs-sidebar-item.hs-post-auth .flex-grow h5.author-name {
  padding-top: 15px;
  color: #ffcc0f;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 300 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

.hs-sidebar-item.hs-post-auth .flex-grow p.author-desc {
  margin-top: 0;
  margin-top: 0;
  margin-bottom: 1.3em;
}

.widget-span.Categories {
  background: #f9f9f9;
  padding: 25px;
  margin-bottom: 1.5em;
}

.widget-span.Categories h3 {
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  color: #5f5f5f;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.widget-span.Categories h3:after {
  margin-top: .66em;
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
}

.widget-span.Categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-span.Categories ul li {
  list-style: none;
  margin-bottom: .3em;
  text-align: left;
  margin: 0;
}

.widget-span.Categories ul li a {
  padding: 6px 0;
  font-family: "Open Sans", sans-serif;
  font-size:  16px;
  height:  37px;
  line-height:  25.6px;
}


.widget-span.Categories ul li {
  list-style: none;
  margin-bottom: .3em !important;
  text-align: left;
  margin: 0;
}


.hs-rel-item-wrap {
  overflow: hidden;
  padding: 10px 0;
  margin: 10px 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}

.hs-rel-item-wrap h3 {
  font-size: 2.6em;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

.hs-rel-item-wrap .hs-rel-item {
  width: 322px;
  float: left;
  overflow: hidden;
  margin: 0px 20px 20px 0px;
  padding: 5px 5px 5px 5px;
  line-height: 17px;
  border: solid 1px #F7F7F7;
  text-align: left;
}

.hs-rel-item-wrap .hs-rel-item a {
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 0;
  background-image: none !important;
  background-color: transparent;
}

.hs-rel-item-wrap .hs-rel-item a .hs-rel-image {
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

span.shine-effect {
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  background: -moz-linear-gradient(  left,  rgba(255, 255, 255, 0.1) 0%,  rgba(255, 255, 255, 0.1) 75%,  rgba(255, 255, 255, 0.5) 90%,  rgba(255, 255, 255, 0.0) 100%  );
  background: -webkit-linear-gradient(  top,  rgba(255, 255, 255, 0.1) 0%,  rgba(255, 255, 255, 0.1) 75%,  rgba(255, 255, 255, 0.5) 90%,  rgba(255, 255, 255, 0.0) 100%  );
  background: -webkit-gradient(  linear, left top, right top,  color-stop(0% ,rgba(255, 255, 255, 0.2)),  color-stop(75% ,rgba(255, 255, 255, 0.2)),  color-stop(90% ,rgba(255, 255, 255, 0.8)),  color-stop(100%,rgba(255, 255, 255, 0.0))  );
  background: -o-linear-gradient(  top,  rgba(255, 255, 255, 0.1) 0%,  rgba(255, 255, 255, 0.1) 75%,  rgba(255, 255, 255, 0.5) 90%,  rgba(255, 255, 255, 0.0) 100%  );
  background: -ms-linear-gradient(  top,  rgba(255, 255, 255, 0.1) 0%,  rgba(255, 255, 255, 0.1) 75%,  rgba(255, 255, 255, 0.5) 90%,6  rgba(255, 255, 255, 0.0) 100%  );
  background: linear-gradient(  top,  rgba(255, 255, 255, 0.1) 0%,  rgba(255, 255, 255, 0.1) 75%,  rgba(255, 255, 255, 0.5) 90%,  rgba(255, 255, 255, 0.0) 100%  );
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition-property: left, top, opacity;
  -moz-transition-property: left, top, opacity;
  -ms-transition-property: left, top, opacity;
  -o-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.5s, 0.5s, 0.1s;
  -moz-transition-duration: 0.5s, 0.5s, 0.1s;
  -ms-transition-duration: 0.5s, 0.5s, 0.1s;
  -o-transition-duration: 0.5s, 0.5s, 0.1s;
  transition-duration: 0.5s, 0.5s, 0.1s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hs-rel-img {
  width: 322px;
  max-width: 100%;
  height: 224px;
  margin-bottom: 5px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hs-rel-item-wrap .hs-rel-item span.hs-rel-title {
  font-size: 15px;
  font-weight: bold;
  color: #686868!important;
}

.widget-span.recent-post-wrap .page-center {
  max-width: 1110px;
  padding: 0 30px 30px;
  margin-bottom: 0;
}
.hs-blog-post .post-footer form {
  background: transparent;
  padding: 0;
  margin: 0px;
  color: inherit;
}
.hs-blog-post .section.post-footer {}

.hs-blog-post .post-footer form {
  background: transparent;
  padding: 0;
  margin: 0px;
  color: inherit;
}

.hs-blog-post .post-footer form label {
  color: #222;
  font-weight: bold;
  display: block;
  font-size: .9em;
  margin-bottom: 0.4em;
}

.hs-blog-post .post-footer  span.hs-form-required {
  color: #222;
}
.hs-rel-image:hover span.shine-effect {
  opacity: 1;
  top: -30%;
  left: -30%;
}

.hs-blog-post .section.post-footer input:not([type="submit"]), 
.hs-blog-post .section.post-footer textarea {
}


.header-pop-up input:not([type="submit"]), .header-pop-up textarea{


}

.hs-blog-post .section.post-footer input[type="submit"] {}

.hs-rel-item-wrap .hs-rel-item:hover {
  background: #f7f7f7 !important;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.flex-input-banner input[type="text"]::placeholder {
  color: #fff;
}
.widget-span.top-bar-right-col .hs-menu-wrapper>ul>li.active>a {
  color: #fff;
}

.widget-span.copyright-nav .hs-menu-wrapper ul li a:hover {
  color: #fff;
}
.hs-blog-post img.normal-logo {
  display: none;
}
.hs-sidebar-item.hs-social-share .social-icons a:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: none;
}
.widget-span.cm-bottom-header.cloned .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) > a {
  color: #555;
}



aside.side-add {
  margin-bottom: 1.5em;
}

aside.side-add section.side-add-inner {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
}

.bg.section-bg {}

aside.side-add .bg.section-bg {
  background-image: url(https://5405030.fs1.hubspotusercontent-na1.net/hubfs/5405030/Neocase_March2019%20Theme/Images/pattern-overlayed-2.jpg);
  background-position: 8% 28%;
  opacity: 1;
  -webkit-transition: opacity 1s;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

aside.side-add .section-bg-overlay {
  background-color: rgba(50, 58, 74, 0.9);
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
}

aside.side-add .section-content {
  position: relative !important;
  z-index: 1;
  width: 100%;
}

aside.side-add .row-collapse {
  max-width: 100% !important;
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

aside.side-add .col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  margin: 0;
}

aside.side-add .dark {
  padding: 20px 0px 20px 0px;
  margin-right: auto;
  margin-left: 0;
  color: #f1f1f1;
  text-align: center;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

aside.side-add .dark h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  line-height: 1.3;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}

aside.side-add .dark h2 a {
  color: #fff;
}

aside.side-add .dark .pum-trigger {
  border-radius: 99px;
  cursor: pointer;
  background-color: #ffcc0f;
  color: #555;
  font-size: 1.15em;
  margin-bottom: 1em;
  border-color: rgba(0,0,0,0.05);
  position: relative;
  display: inline-block;
  letter-spacing: .03em;
  -ms-touch-action: none;
  touch-action: none;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

aside.side-add .dark .pum-trigger:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  outline: 0;
}
h1.topic-page-title {
  text-align: left;
  color: #2962FF;
  font-weight: 600 !important;
  font-size: 200%;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: .5em;
  text-rendering: optimizeSpeed;
}
.pop-up-search button.mfp-close:hover {
  color: #fff;
  opacity: 1;
  outline: none;
}
/* Styles that do not fit into any of the available sections above can go here. */







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


/* =============== Screen sizes smaller than .page-center =============== */
.inner-wrapper {
  font-size: 11px;
}
@media screen and (min-width: 550px){
  .inner-wrapper {

    font-size: 1.8vw;
  }

}


@media screen and (min-width: 850px){
  .inner-wrapper {
    font-size: 16px;
  }
}


@media (max-width: 1400px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(1)>ul {
    background-image: none !important;
  }

}

@media (max-width: 1241px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: rgba(255,255,255,.9);
    padding: 0px 8px 0px 8px;
  }
}

@media (max-width: 1160px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) {
    font-size: .85em;
    margin: 0 4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    font-size: .85em;
    color: #fff;
    margin-left:4px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: rgba(255,255,255,.9);
    padding: 0px 5px 0px 6px;
    font-size: 15px;
  }
}

@media (max-width: 1114px) {
  .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (max-width: 1090px) {

  .widget-span.browse-by-topics {
    background: #f1f2f3;
    padding: 0px 15px;
  }
}

@media (max-width: 1075px) {
  .widget-span.logo-wrapper {
    width: 210px;
  }
  .custom-header-wrapper.lp .logo-wrapper .custom-logo a img {
    padding-top: 23px;
  }

}

@media (max-width: 1023px) {
  .header-pop-up-inner {

    width: 95%;
  }
}
@media (max-width: 1028px) {

  .widget-span.custom-menu-primary ul ul ul li a {
    font-size: 13px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul .mega-menu-wrap-con li a{
    font-size: 13px;
  }
}

@media (max-width: 983px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0px 4px 0px 4px;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a {
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    font-size: 12px;
  }
}


@media (max-width: 893px) {
  .widget-span.logo-wrapper {
    width: 165px;
  }
  .widget-span.custom-menu-primary ul ul ul li a {
    color: #666;
    font-family: inherit;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul .mega-menu-wrap-con li a{
    font-size: 12px;
  }
  .custom-header-wrapper.lp .logo-wrapper .custom-logo a img {
    padding-top: 26px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 849px) {

  .widget-span.copyright-nav {
    padding-bottom: 5px;
    text-align: center;
  }
  .copyright-content {
    text-align: center;
  }
  .widget-span.copyright-nav .hs-menu-wrapper ul {
    display: block;
  }

  .widget-span.copyright-nav .hs-menu-wrapper ul li {
    width: auto;
  }
  .widget-span.cm-copyright-footer {
    padding: 10px 0 15px;
  }
  .widget-span.cm-top-footer .page-center>div>div.row-fluid {
    display: block;
  }
  .widget-span.footer-col {
    max-width: 100%;
    width: 100%;
  }
  .widget-span.footer-heading {
    padding-bottom: 2px;
  }
  .contact-col {
    padding-bottom: 13px !important;
  }
  .contact-heading {
    padding-bottom: 1px !important;
  }
  .neocase-col {
    margin-bottom: 22px !important;
  }
  .Neocase-heading {
    padding-bottom: 3px !important;
  }
  .about-col {
    margin-bottom: 22px !important;
  }
  .about-heading {
    padding-bottom: 1px !important;
  }
  .widget-span.copyright-inner {
    float: none;
  }




  .hs-banner-area .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-wrapper h1 {

  }
  .widget-span.cm-top-bar {
    display: none;
  }
  .widget-span.cm-bottom-header .page-center>div>div.row-fluid {
    display: block;
    overflow: hidden;
  }
  .widget-span.logo-wrapper {
    width: 100%;
    text-align: center;
  }
  .widget-span.logo-wrapper .custom-logo a {
    width: 300px;
    text-align: center;
    margin: 0 15px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 0px;
  }
  .widget-span.logo-wrapper .custom-logo a img {
    padding: 16px 0px 16px;
  }
  .widget-span.logo-wrapper .custom-logo a img {
    max-height: unset;
  }

  .widget-span.custom-menu-primary.dekstop-menu {
    display: none;
  }
  .custom-menu-primary {
    position: fixed !important;
    top: 0;
    bottom: 0;
    width: 260px !important;
    background-color: rgba(255,255,255,0.95);
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    opacity: 0;
    padding: 30px 0px !important;
    z-index:999;
  }

  .mobile-open .custom-menu-primary {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  div#mm-blocker {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    z-index: 20;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
  }
  .mobile-open div#mm-blocker {
    display: block;
    visibility: visible;
    opacity: .8;
  }
  div#site-wrapper {
    overflow: hidden;
  }
  body.mobile-open {
    overflow: hidden;
  }


  .mobile-search-form {
    padding: 20px;
    font-size: .85em;
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;

    padding-top: 19px;
    padding-bottom: 19px;
  }

  .mobile-search-form .searchform-wrapper {
    width: 100%;
    position: relative;
  }

  .mobile-search-form form.searchform {
    position: relative;
    margin: 0;
  }

  .mobile-search-form .mobile-flex-row {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-search-form .mobile-flex-grow-input {
    padding-right: 4px;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    max-height: 100%;
  }

  .mobile-search-form input[type="search"] {
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    color: currentColor !important;
    border-radius: 99px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    color: rgb(11, 27, 70) !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13.192px;
    outline: 0;
  }

  .mobile-search-form .mobile-flex-col-btn {
    margin-left: -2.9em;
    padding-right: 4px;
    max-height: 100%;
  }

  .mobile-search-form .mobile-flex-col-btn button.ux-search-submit {
    margin: 0;
    color: currentColor !important;
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block;
    border-radius: 99px;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    letter-spacing: 0.39576px;
    line-height:  31.6608px;
  }

  .mobile-search-form .mobile-flex-col-btn button.ux-search-submit i {
    font-size: 1.2em;
    vertical-align: middle;
    top: -1.5px;
    font-family: 'fl-icons' !important;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    color: rgb(11, 27, 70) !important;
  }

  .mobile-search-form .mobile-flex-col-btn button.ux-search-submit i .icon-search:before {
    content: "\e012";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-top: 1px solid #ececec;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-top: 1px solid #ececec;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(102,102,102,0.85);
    transition: all .2s;
    text-transform: uppercase;
    padding-right: 0px;
    font-family: "Fira Sans", sans-serif;
    font-size: 12.8px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.256px;
    line-height: 20.48px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    padding: 20px;
    font-size: .85em;
    /* width: auto; */
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) > a {
    border-radius: 99px;
    background-color: #2962ff;
    width: auto !important;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-color: rgba(0,0,0,0.05);
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size:  13.192px;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {}

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) {
    padding: 20px;
    font-size: .85em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) > a {
    border-radius: 99px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    background-color: #ffcc0f;
    color: #555 !important;
    border-color: rgba(0,0,0,0.05);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -ms-touch-action: none;
    touch-action: none;
    text-align: center;
    text-shadow: none;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    height: auto;
    font-family: "Open Sans", sans-serif;
    font-size:  13.192px;
    font-weight:  700;
    letter-spacing:  0.39576px;
    line-height:  31.6608px;
  }
  .widget-span.custom-menu-primary ul ul ul {
    position: static !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    padding: 0px !important;
    background: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li > a:hover {
    color: rgba(17,17,17,0.85);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    background-color: rgba(0,0,0,0.05);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin-bottom: 1em;
    font-size: 1em;
    padding-left: .5em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder;
    font-family: "Open Sans", sans-serif;
    font-size: 12.8px;
    font-weight: 700;
    height: 30px;
    line-height: 20.48px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    margin-bottom: 1em;
    font-size: 1em;
    padding-left: .5em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: .8em !important;
    font-weight: bolder;
    font-family: "Open Sans", sans-serif;
    font-size:  12.8px;
    font-weight:  700;
    height:  30px;
    line-height:  20.48px;
  }
  .mobile-trigger:hover {
    color: #fff;
  }
  .widget-span.custom-menu-primary ul ul ul li {
    font-size: 1em;
    padding-left: .5em;
    margin-bottom: 0px;
  }

  .widget-span.custom-menu-primary ul ul ul li a {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: color .2s;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size:  16px !important;
    line-height:  25.6px !important;
    font-weight: 400;
    text-transform: capitalize;
    white-space: normal !important;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {

    padding-bottom: 30px;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    background-color: rgba(0,0,0,0.05);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7),
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8){
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8) {
    padding: 20px;
    font-size: .85em;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover {
    outline: none;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
    opacity: 1;
  }
  span.mobile-close {
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    letter-spacing: .03em;
    -ms-touch-action: none;
    -touch-action: none;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    -mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    transition: opacity .3s, transform .3s;
    transform: translateY(50%) translateZ(1px);
  }

  .mobile-open span.mobile-close {
    opacity: .5;
    transform: translateY(0) translateZ(1px);
  }
  span.mobile-close:hover {
    opacity: .8;
  }
  .widget-span.blog-wrap-post .blog-content {
    width: 100%;
  }
  .widget-span.blog-wrap-post .blog-sidebar {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .widget-span.recent-post-wrap .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  a#back-to-top {
    display: none !important;
  }
  .inner-wrapper {
    /*     width: 80%;
    margin: 0 auto; */
  }

  .custom-header-wrapper.lp .logo-wrapper .custom-logo a img {
    padding-top: 16px;
  }

  .widget-span.cm-bottom-header.cloned .custom-menu-primary {
    display: none;
  }
  .widget-span.cm-bottom-header.cloned img.blog-logo {
    display: block;
    padding-top: 16px;
  }
  .widget-span.cm-bottom-header.cloned div#mm-blocker {
    display: none;
  }
  .widget-span.cm-bottom-header.cloned span.mobile-close {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open {
    background-color: rgba(0,0,0,0.05);
  }
  .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open > a {
    color: rgba(17,17,17,0.85);
  }

  .widget-span.custom-menu-primary ul ul ul li a {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: color .2s;
    color: #666;
    font-family: "Open Sans", sans-serif;
    font-size:  16px;
    line-height:  25.6px;
    font-weight: 400;
    text-transform: capitalize;
    white-space: normal !important;
    height: auto;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    color: #fff;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a:hover {
    background-color: #2962ff !important;
    outline: none !important;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover {
    background-color: #ffcc0f !important;
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
    outline: none;
    opacity: 1;
  }
  .no-banner .mobile-trigger {
    color: rgba(102,102,102,0.85);
  }
}


@media (max-width: 767px) {
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    width:100%;
    max-width:100%;
  }
  input[type="checkbox"] {
    display: inline-block;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }

  .post-body img {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: auto !important;
  }

  .widget-span.browse-by-topics ul {
    column-count: 1;
  }
  .post-item .box .box-image {
    width: 100%;
    display: block;
  }
  .post-item .box-text {
    width: 100%;
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    display: block;
    direction: unset;
    padding-left: 0;
    padding-right: 0px;
  }
  .post-item .box-text h5.post-title.is-large {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    font-weight: 300 !important;
  }
  .hs-rel-item-wrap .hs-rel-item {
    width: 100%;
    margin-right: 0px;
  }
  .hs-rel-img {
    width: 100%;
  }

  .form-left-col {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form-content-right-col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}  



@media (max-width: 640px) {
  .widget-span.footer-heading h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #f1f1f1;
    font-family: "Open Sans", sans-serif;
  }
  .widget-span.footer-heading {
    padding-bottom: 5px;
  }
  .contact-col {
    padding-bottom: 19px !important;
  }
  .contact-heading {
    padding-bottom: 5px !important;
  }
  .neocase-col {
    margin-bottom: 28px !important;
  }
  .Neocase-heading {
    padding-bottom: 5px !important;
  }
  .about-col {
    margin-bottom: 28px !important;
  }
  .about-heading {
    padding-bottom: 5px !important;
  }
  .widget-span.cm-top-footer {

    padding: 34px 0 0;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 549px) {
  .header-pop-up input[type="submit"] {
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px;
  }
  .header-pop-up form.hs-form fieldset .hs-form-field {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .form-content-right-con h2.action-heading {
    font-size: 1.2em;
  }
  .form-content-right-con .arrow-before ul li h3 {
    font-size: 1em;
  }
  .header-pop-up-inner {

    top: 0;
    left: 12px;
    opacity: 1;
    transform: unset;
  }
  .hs-blog-post .cm-bottom-header {
    height: 69px;
  }
  .hs-blog-post .logo-wrapper .custom-logo a img {
    padding-top: 20px;
  }
  .hs-blog-post .mobile-trigger {
    color: rgba(102,102,102,0.85);
    top: 7px;
  }

}
@media (max-width: 479px) {
  .pad-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}


@media (max-width: 406px) {
  .widget-span.logo-wrapper .custom-logo a {
    width: 100%;
  }
  .widget-span.logo-wrapper .custom-logo a img {
    width: 100%;
  }
  .widget-span.logo-wrapper {
    width: calc(100% - 15px);
    padding-left: 39px;
    margin-top: -1px;
  }
}


@media (max-width: 365px) {
  .widget-span.logo-wrapper {

    margin-top: 2px;
  }

}

@media (max-width: 320px) {
  .widget-span.logo-wrapper {
    margin-top: 3px;
  }
}

.subscription-template h3{
  color: #fff;
}

/*Custom style march 2019 - fxdesca */

fieldset[class^="hs-form-"] {
    max-width: 100%;
}

/*Custom style - TBE */
.legal-consent-container { 
font-size: 70%!important; 
line-height: 1.5; 
}

.h1-white h1 { color : white;}