/* ==========================================================================
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=Roboto%3A400%2C600%2C700%7CRoboto+Condensed%3A400%2C600%2C700&ver=7.3.2');
@import url('//use.fontawesome.com/releases/v5.6.3/css/all.css');

@font-face{
  font-family:icomoon-the7-social-icons-16x16;
  src:url(//cdn2.hubspot.net/hubfs/4740179/Foster_January_2019%20Theme/Fonts/icomoon-the7-social-icons-16x16.eot) format('embedded-opentype'),
    url(//cdn2.hubspot.net/hubfs/4740179/Foster_January_2019%20Theme/Fonts/icomoon-the7-social-icons-16x16.woff) format('woff'),
    url(//cdn2.hubspot.net/hubfs/4740179/Foster_January_2019%20Theme/Fonts/icomoon-the7-social-icons-16x16.ttf) format('truetype');
  font-weight:400;
  font-style:normal;
}





/* 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;
  font: normal 15px / 27px Roboto, Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #85868c;
} 

body {
  background: #fff;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  color: #85868c;
  font-size: 15px;
  line-height: 27px;
  font-weight: normal;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  padding-left:50px;
  padding-right:50px;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
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 {
  color: #333333;
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: normal bold 44px / 54px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}
h2 {
  font: normal 600 34px / 44px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}
h3 {
  font: normal 500 24px / 34px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}
h4 {
  font: normal 300 20px / 30px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}
h5 {
  font: normal 300 16px / 26px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}
h6 {
  font: normal bold 14px / 24px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}

/* Anchor Links */
a { 
  color: #27347b;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #27347b;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}



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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
      position: relative;
    z-index: 999;
}
.header-container {}

.top-bar {
  position: relative;
  display: flex;
  box-sizing: border-box;
  min-height: 36px;
  padding: 5px 0px 5px;
  color: #ffffff;
  max-width: 100%;
}

.top-bar-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  font-size: inherit;
  line-height: inherit;
  background: transparent none repeat center center;
}

.top-bar-bg, .top-bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.top-bar:after {
  

}

.left-widgets.mini-widgets {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #686974;
}

.mini-contacts, .mini-nav {
  position: relative;
  vertical-align: middle;
}

.mini-contacts {
  padding-left: 18px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline-block;
  font: 13px / 19px Roboto, Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}



.display-none {
  display: none !important;
}

.mini-contacts.address, .mini-contacts.clock, .mini-contacts.email, .mini-contacts.skype {
  padding-left: 22px;
}

.mini-widgets>* {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.mini-widgets>.first {
  margin-left: 0;
}

.right-widgets.mini-widgets {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.soc-ico {
  display: inline-block;
  vertical-align: middle;
}

.top-bar .soc-ico {
  line-height: 19px;
  margin-right: 3px;
}

.mini-widgets>:first-child {
  margin-left: 0;
}

.mini-widgets>.last {
  margin-right: 0;
}

.soc-ico.in-top-bar-right {
  display: none;
}

.soc-ico a {
  width: 26px;
  height: 26px;
  margin: 0 2px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  line-height: 19px;
  position: relative;
  margin-left: 8px;
  text-decoration:none;
}
.soc-ico a:hover{
  color: #32338f;
}

.soc-ico a:first-child {
  margin-left: 0;
}

.soc-ico a:after, .soc-ico a:before {
  position: absolute;
  top: -6px;
  left: -5px;
  content: "";
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  opacity: 1;
  width: 26px;
  height: 26px;
  /* -webkit-box-shadow: inset 0 0 0 2px #05127e; */
  /* box-shadow: inset 0 0 0 2px #05127e; */
}
.soc-ico a:before {
    -webkit-box-shadow: inset 0 0 0 2px #05127e;
    box-shadow: inset 0 0 0 2px #05127e;
}
[class^=soc-font-] {
  position: relative;
  z-index: 2;
  font-family: icomoon-the7-social-icons-16x16!important;
  font-size: 16px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.soc-ico a:hover:after {
    background-color: #05127e !important;
}

.soc-ico .soc-font-icon {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color:#05127e;
}
.soc-ico a:hover .soc-font-icon{
  color: #1b3246!important;
}

.facebook .soc-font-icon:before {
  content: "\e906";
}

.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  font-size: inherit;
  line-height: inherit;
}

.twitter .soc-font-icon:before {
  content: "\e919";
}

.linkedin .soc-font-icon:before {
  content: "\e90d";
}

.instagram .soc-font-icon:before {
  content: "\e90b";
}

.soc-ico a:hover{
  opacity: 1;
}

.soc-ico.hover-custom-bg a:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
}

.soc-ico a:after {
  width: 26px;
  height: 26px;
  top: -5px;
  left: -5px;
}

.soc-ico a:hover:after {
  opacity: 1;
  background-color: #ffffff;
  background-image: none;
}

.soc-ico.hover-custom-bg a:after{
  background-color: #ffffff;
  background-image: none;
}

.custom-header-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}

.custom-logo a {
  padding: 21px 15px 20px 20px;
  display: inline-block;
}

.custom-header>.row-fluid-wrapper>.row-fluid {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}

.custom-header>.row-fluid-wrapper>.row-fluid:before,.custom-header>.row-fluid-wrapper>.row-fluid:after {
  content: none;
}

.custom-logo {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-logo img {
  max-width: 180px;
}

.custom-header>.row-fluid-wrapper>.row-fluid>div {
  width: auto !important;
  margin-left: 0 !important;
  float: none !important;
}

.header-search-wrapper {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 80px 0 80px;
}

.mini-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
}

form.searchform {
  margin: 0;
  position: relative;
  z-index: 3;
}

.mini-search .field {
  font: 14px / 18px "Roboto",Helvetica,Arial,Verdana,sans-serif;
  min-height: 34px;
  height: auto;
  line-height: 34px;
  width: 200px;
  border-width: 0;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #f4f4f4;
  padding: 0 12px 0 12px;
  padding-right: 28px;
  color: #aaa;
}
.mini-search .popup-search-wrap.right-overflow {
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 38px;
  visibility: hidden;
  filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
  top: calc(100% + 10px);
  background: #fff;
}

.search-open .popup-search-wrap.right-overflow {
  visibility: visible;
  opacity:1;
}
.mini-search .popup-search-wrap.right-overflow:before {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid red;
  content: '';
  border-bottom-color: #fff;
}


.searchform input.assistive-text.searchsubmit {
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border: none;
  color: #ffffff;
  background-color: #d71f26;
  background: #d71f26;
  display: none;
  font: normal bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 12px 18px 12px 18px;
  min-height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.searchform a#trigger-overlay {
  display: block;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font: normal 13px / 17px Roboto, Helvetica, Arial, Verdana, sans-serif;
  color: #333;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -3px;
}





.mini-search .field:focus {
  outline: 0;
}

.header-social .soc-ico a:hover:after, 
.header-social .soc-ico a:hover:after {
    background: #05127e;
    background: -webkit-linear-gradient(135deg,#05127e 30%,#686974 100%);
    background: linear-gradient(135deg,#05127e 30%,#686974 100%);
}
.header-social .soc-ico a:hover span.soc-font-icon {
    color: #fff !important;
}

/* =============== Content =============== */

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

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


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  background: #1a1c20 none repeat center top;
}

.custom-copyright {
  padding: 10px 0 10px 0;
}

.custom-copyright p {
  margin: 0;
}

.custom-copyright ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-copyright ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 23px;
}
.custom-copyright ul li a:hover {
  text-decoration: underline;
}
.custom-copyright .hs_cos_wrapper_type_rich_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}

.mini-search .field::-webkit-input-placeholder {
  color:#aaa;
}
.mini-search .field::-moz-placeholder {
  color:#aaa;
}



.custom-footer-bottom-sec {
  background: rgba(255,255,255,.12) none repeat center top;
}
.custom-copyright p a img {
  max-width: 114px;
}
.custom-copyright p a {
  padding: 10px 11px 10px 0px;
  display: inline-block;
}

.custom-copyright p span {
  margin-right: 10px;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  vertical-align: top;
  padding-top: 36px;
}

a#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

a#back-to-top.on {
  right: 10px;
  opacity: 1;
  z-index: 109;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a#back-to-top:before {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44px' height='44px' viewBox='0 0 44 44' enable-background='new 0 0 44 44' xml:space='preserve'%3E%3Cpath fill='white' d='M29.121,19.55l-6.29-6.196c-0.025-0.025-0.053-0.049-0.082-0.071c-0.012-0.011-0.024-0.02-0.038-0.03c-0.016-0.011-0.031-0.024-0.048-0.034c-0.017-0.011-0.032-0.02-0.048-0.03c-0.015-0.009-0.029-0.018-0.044-0.025c-0.017-0.009-0.034-0.017-0.051-0.024c-0.016-0.008-0.031-0.015-0.047-0.022c-0.016-0.006-0.033-0.012-0.049-0.018c-0.018-0.005-0.035-0.014-0.053-0.019c-0.017-0.005-0.034-0.008-0.05-0.013c-0.018-0.005-0.036-0.009-0.054-0.013c-0.02-0.003-0.039-0.006-0.059-0.008c-0.016-0.003-0.032-0.005-0.049-0.007c-0.073-0.007-0.146-0.007-0.218,0c-0.017,0.002-0.033,0.005-0.05,0.008c-0.02,0.002-0.038,0.005-0.058,0.009c-0.019,0.003-0.037,0.009-0.055,0.013c-0.016,0.005-0.033,0.008-0.05,0.013c-0.017,0.005-0.035,0.012-0.052,0.018c-0.017,0.006-0.033,0.012-0.049,0.019c-0.017,0.006-0.032,0.014-0.048,0.021c-0.017,0.008-0.034,0.016-0.051,0.024c-0.015,0.008-0.029,0.018-0.044,0.026c-0.015,0.008-0.031,0.018-0.048,0.029c-0.016,0.01-0.031,0.022-0.047,0.034c-0.014,0.01-0.027,0.019-0.04,0.028c-0.042,0.035-0.08,0.073-0.117,0.113c-0.013,0.011-0.026,0.021-0.037,0.033l-6.313,6.219c-0.433,0.428-0.434,1.12-0.003,1.544c0.432,0.426,1.131,0.424,1.564-0.002l4.495-4.426l-0.023,14.11c-0.001,0.603,0.493,1.092,1.104,1.09s1.107-0.49,1.109-1.095l0.023-14.108l4.403,4.334c0.432,0.426,1.133,0.424,1.565-0.003S29.553,19.975,29.121,19.55'/%3E%3C/svg%3E");
}

a#back-to-top:hover {
  background-color: rgba(0,0,0,.5);
}




.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid {
  padding-top: 60px;
  padding-bottom: 25px;
}
.custom-footer-top-sec .page-center > .row-fluid-wrapper {
  margin: 0 -25px;
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
}
.custom-footer-top-sec .page-center > .row-fluid-wrapper > .row-fluid > div {
  width: 25%;
  margin-left: 0;
  font-size: 14px;
  line-height: 25px;
  word-spacing: normal;
  color: #85868c;
  padding: 0 25px;
  margin-bottom: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.custom-footer-top-sec .page-center>.row-fluid-wrapper>.row-fluid>.custom-footer-top-content {
  width: 25.3%;
}
.custom-footer-top-content p {
  margin: 0 0 10px;
}
.custom-footer-top-content .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 10px;
}
.custom-footer-top-content p a {
  background: #27347b;
  color: #fff;
  font: normal bold 12px / 14px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  border-radius: 1px;
  padding: 8px 14px 7px 14px;
  text-decoration: none;
}


.custom-footer-contact-sec ul {
  margin: 0;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0;
}
.custom-footer-contact-sec ul li {
  margin: 10px 0 0;
  list-style: none;
}
.custom-footer-contact-sec ul li:first-child {
  margin-top: 0;
}
.custom-footer-contact-sec ul li span {
  color: #fff;
}

.custom-footer-contact-sec h4,
.custom-footer-rss-feed h3{
    color: #fff;
    font: normal 300 16px / 26px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
.custom-footer-contact-wrapper .soc-ico {
    padding: 5px 0 10px;
    overflow: hidden;
}
.custom-footer-contact-wrapper .soc-ico a {
    color: #85868c;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 2px;
    width: 26px;
    height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    line-height: 26px;
}
.custom-footer-contact-wrapper .soc-ico a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    opacity: 1;
    width: 26px;
    height: 26px;
}
.custom-footer-contact-wrapper .soc-ico a:before {
    background-color: rgba(133,134,140,.15);
}
.custom-footer-contact-wrapper .soc-ico a span.soc-font-icon {
  color: #85868c !important;
}
.custom-footer-contact-wrapper .soc-ico a:hover span.soc-font-icon {
  color: #fff !important;
}
.custom-footer-contact-wrapper .soc-ico a:hover:after {
  background-color: #27347b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-footer-rss-feed .hs-rss-module.feedreader_box {
  padding: 0 0 5px;
}
.custom-footer-rss-feed .hs-rss-module.feedreader_box .hs-rss-item {
  display: block;
  overflow: hidden;
  margin:  0 !important;
  padding: 15px 0 0 !important;
}
.custom-footer-rss-feed .hs-rss-module.feedreader_box .hs-rss-item:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none!important;
}
.custom-footer-rss-feed .hs-rss-module.feedreader_box .hs-rss-item a.hs-rss-title {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}
.custom-footer-rss-feed .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-byline {
  color: #85868c;
  opacity: 1 !important;
  font-size: 13px;
  line-height: 23px;
}
.custom-footer-rss-feed .hs-rss-module.feedreader_box .hs-rss-item a.hs-rss-title:hover {
  color: #27347b;
}

.custom-footer-form-wrapper .widget-title {
  font: normal 300 16px / 26px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
  text-transform: none;
  color: #fff;
  margin-bottom: 15px;
  clear: both;
}
.custom-footer-form-wrapper form.searchform {
  position: relative;
  margin: 5px 0 15px;
}
.custom-footer-form-wrapper form.searchform input.field.searchform-s {
  padding: 5px 15px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font: normal 14px / 25px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
  font-size: 14px;
  height: 38px;
  background-color: #fdfdfd;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding-right: 30px;
  border: 1px solid rgba(51,51,51,.12);
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-footer-top-content p a i {
  font-size: 11px;
  vertical-align: middle;
  margin-right: 8px;
}
.custom-footer-top-content p a:hover {
  color: #27347b;
  background: #565656;
}

/* Footer Next */

.custom-footer-bottom-sec {
    padding: 19px 0 10px 0;
    min-height: 60px !important;
}
.custom-footer-copyright p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  line-height: 23px;
  font-family:Roboto, Helvetica, Arial, Verdana, sans-serif; 
}
.custom-footer-logo address {
    font-style: normal;
}

.custom-footer-logo address p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
    color: #85868c;
    font-weight: 400;
}

.custom-footer-logo img {
    max-width: 142px;
    margin-bottom: 18px;
}
.custom-footer-contact h3 {
    font: normal bold 16px / 26px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif; 
    text-transform: none;
    color: #fff;
    text-transform: none; 
}
.custom-footer-top-wrap .page-center {
    padding-bottom: 25px;
    padding-top: 60px;
}
.custom-footer-contact address {
  font-style: normal;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 25px;
  font-family:Roboto, Helvetica, Arial, Verdana, sans-serif;
}

.custom-footer-contact-wrapper {
    margin-bottom: 30px;
}

.custom-footer-logo address p {
    margin-bottom: 10px;
}
.custom-footer-contact-wrapper {
    padding-left: 6px;
}
.custom-footer-contact-wrapper .soc-ico a:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-footer-contact-wrapper .soc-ico a:after,
.custom-footer-contact-wrapper .soc-ico a:before {
    position: absolute;
    top: 0px;
    left: -1px;
}
.custom-footer-contact-wrapper  .twitter .soc-font-icon:before {
    content: "\e90d";
}
.custom-footer-contact-wrapper .soc-ico a{
  margin: 2px -1px 2px 2px !important;
}
.custom-footer-contact-wrapper  .soc-ico a:hover:after, 
.custom-footer-contact-wrapper  .soc-ico a:hover:after {
    background: #05127e;
    background: -webkit-linear-gradient(135deg,#05127e 30%,#686974 100%);
    background: linear-gradient(135deg,#05127e 30%,#686974 100%);
}
.custom-footer-rss h3 {
    font: normal bold 16px / 26px "Roboto Condensed",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #fff;
    text-transform: none;
}

.custom-footer-rss ul {}

.hs-rss-item {}

.custom-footer-rss .hs-rss-item {
    margin-bottom: 8px;
}

.custom-footer-rss .hs-rss-item a {
    color: #fff;
    text-decoration: none;
    font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.custom-footer-rss .hs-rss-item a:hover {
    background: -webkit-linear-gradient(left,#05127e 30%,#686974 100%);
    color: transparent;
    -webkit-background-clip: text;
}
.custom-footer-rss {
    padding-left: 14px;
}

.custom-footer {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 99;
}
.body-container {
    position: relative;
    z-index: 100;
    background-color: #fff;
}

 .safari .soc-ico a:last-child {
    margin-left: 0px;
  }
 .safari .soc-ico a:first-child {
    margin-right: 10px;
  }
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

@media screen and (min-width:1071px) {
  /* =============== Custom Menu Primary =============== */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    position: relative;
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 14px 17px 14px;
    padding: 4px 8px 4px 8px;
    color: #333333;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;
    text-decoration:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
    position: relative;
    display: block;
  }

.custom-menu-primary .hs-menu-wrapper > ul > li > a > span:before {
    position: absolute;
   
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    content: '';
    opacity: 0;
    -ms-transition: opacity .3s,-webkit-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    bottom: -6px;
    height: 2px;
    background-color: #05127e;
    background: #05127e;
    background: -webkit-linear-gradient(left,#05127e 30%,#686974 100%);
    background: linear-gradient(left,#05127e 30%,#686974 100%);
    bottom: -3px;
    height: 2px;
    background-color: #05127e;
    background: #05127e;
    background: -webkit-linear-gradient(left,#05127e 30%,#686974 100%);
    background: linear-gradient(left,#05127e 30%,#686974 100%);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a > span:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span:before{
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.menu-text {
    font:normal bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    position: relative;
    top: 1px;
    text-transform:uppercase;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.menu-text:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "";
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #27347b;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    position: relative;
   
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a:after {
    background-position: center center;
    background-repeat: no-repeat;
    background: url("//cdn2.hubspot.net/hubfs/4740179/Foster_January_2019%20Theme/Images/sub%20menu%20arrow.svg");
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    width: 8px;
    height: 8px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .menu-text {
    position: relative;
  }

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



  .custom-menu-primary.js-enabled>div>span,
  .custom-menu-primary.js-enabled>div>span>div ,
  .custom-menu-primary.js-enabled>div {
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover span.menu-text {
    color: #05127e;
    background: -webkit-linear-gradient(left,#05127e 30%,#686974 100%);
    color: transparent;
    -webkit-background-clip: text;
  }
  .ie .custom-menu-primary .hs-menu-wrapper > ul li a:hover span.menu-text {
    color: #05127e !important;
  }
   body.ie {
    overflow-x:hidden !important;
  }
 
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    top: 100%;
    padding: 0;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-sizing: border-box;
    width: 280px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    padding-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    transition: background .3s;
    margin: 0;
    padding: 10px;
    color: #333333;
    font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #32338f;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    color:#333 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
    color: #32338f !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    top: -10px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    right: 0 !important;
    left: auto !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary.js-enabled {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }

  .custom-header.fixed {
    margin-left: 0 !important;
    position: fixed;
    width: 100% !important;
    left: 0;
    background: #ffffff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    border-bottom: none;
    will-change: transform,opacity;
    -webkit-animation: slide-out-anim .35s ease 0s 1 normal both;
    animation: slide-out-anim .35s ease 0s 1 normal both;
    top: 0;
    z-index: 999;
    transition:all 0.5s ease;
  }

  .header-fixed .custom-header.fixed{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  @-webkit-keyframes slide-out-anim {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    30% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
    }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }
  }

  @keyframes slide-out-anim {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    30% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
    }

    100% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }
  }

  @-webkit-keyframes slide-in-anim {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    10% {
      opacity: 1;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }

  @keyframes slide-in-anim {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    10% {
      opacity: 1;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }

  .header-fixed .custom-header.fixed {
    -webkit-animation: slide-in-anim .52s ease 0s 1 normal both;
    animation: slide-in-anim .52s ease 0s 1 normal both;
  }


  .custom-logo img.logo-scroll {
    display: none;
  }

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

  .header-fixed .custom-logo img.logo-scroll {
    display: block;
    max-width:180px;
  }
  .header-fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .header-fixed .custom-logo a {
    padding:0px 15px 0px 20px;
  }


  .header-fixed .searchform a#trigger-overlay:before {
    margin-top: -8px;
  }

  .header-fixed .searchform a#trigger-overlay {
    margin-top: -2px;
  }

  .header-container-wrapper {
    min-height: 136px;
  }
  
  
  
}


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

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

@media (max-width: 1070px){

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 52px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-header>.row-fluid-wrapper>.row-fluid>div.custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
  }

  /* 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{
    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{
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 30px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    padding: 16px 30px 16px 0;
    color: #333333;
  }

  span.menu-text {
    font: bold 16px / 20px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li + li:before {
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    border-top: solid 1px #ff0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-color: rgba(51,51,51,0.08);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li a:hover span.menu-text{
    color: #150199;
    background: -webkit-linear-gradient(left,#05127e 30%,#686974 100%);
    color: transparent;
    -webkit-background-clip: text;
  }

  .child-trigger > i {
    position: absolute;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    height: 30px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    top: 10px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' fill='rgba(51,51,51,0.27)' xml:space='preserve'%3E%3Cpolygon points='14,6 8,6 8,0 6,0 6,6 0,6 0,8 6,8 6,14 8,14 8,8 14,8 '/%3E%3C/svg%3E");
  }

  .child-trigger.child-open > i {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger > i {
    background-image: url(//cdn2.hubspot.net/hubfs/4740179/Foster_January_2019%20Theme/Images/sub%20menu%20arrow-mobile.svg);
    top: 0;
}

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    margin: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 6.5px 30px 6.5px 0;
    font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #150199;
  }

  .dt-close-mobile-menu-icon {
    position: fixed;
    top: 0;
    width: 30px;
    height: 30px;
    left: -50px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    cursor: pointer;
  }

  .mobile-open .dt-close-mobile-menu-icon {
    opacity: 1;
    left: auto;
    right: 0;
  }

  .dt-close-mobile-menu-icon span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    color: #fff;
    background-color: #150199;
  }

  .dt-close-mobile-menu-icon span:after, .dt-close-mobile-menu-icon span:before {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    width: 22px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
  }

  .dt-close-mobile-menu-icon span:before {
    -ms-transform: rotate3d(0,0,1,45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }

  .dt-close-mobile-menu-icon span:after {
    -ms-transform: rotate3d(0,0,1,-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
  }

  .dt-close-mobile-menu-icon:hover span:before {
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }

  .dt-close-mobile-menu-icon:hover span:after {
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}


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


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

/* Blog Post and Listing Body Class */
.blog-listing-wrapper .post-listing .post-item {
		border-bottom: 1px solid #cccccc;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	.blog-listing-wrapper .post-listing .post-item .post-body {}

	.blog-post-wrapper h2, .post-header h2{
		margin-bottom: 10px;
	}

	.blog-post-wrapper h2 a, .post-header h2 a{
		text-decoration: none;
	}
	.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

	.blog-listing-wrapper .post-listing .post-item .post-body {}



	#hs_cos_wrapper_blog_subscription_title{}

	#comment-form h4{}

	#hubspot-topic_data{
		color: #888888;
		font-weight:700;
	}
	.post-listing #hubspot-author_data{
		margin-top: 0;
		font-style: italic;
	}
	.hs-form .input ul {
		list-style: none;
		padding: 0;
	  margin: 0;
	}
	.hs-form .input ul li{
		padding: 0 !important;
	}
	.custom_listing_comments {
		border: 1px solid #ccc;
		padding: 10px;
	  margin: 10px 0;
	}
	.more-link{
		display: inline-block;
		padding-top: 10px;
	}
	.hs-blog-social-share{
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
	  height: auto;
	  margin-top: 10px;
	  padding: 10px 0 0;
     margin-bottom: 20px; 
	}
	.blog .blog-sidebar .cell-wrapper{
		margin-bottom: 15px;
	}

	.blog .blog-sidebar ul li{
		padding: 0 0 10px;
	}
	#comments-listing {
	  border: 0px solid #ccc;
	  margin-bottom: 0;
	  margin-top: 0;
	}
	.comment.depth-0 {
	  border-bottom: 1px solid #000 !important;
	  border-top: medium none !important;
	  margin: 0 10px 10px !important;
	  padding: 0 15px !important;
	}

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

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

	.comment-from h4 {
	  margin: 0;
	  padding-top: 15px;
	}
	#comments-listing.no-comments{
	   border: none;
	}

	.comment-date {
	  display: block !important;
	  text-align: left !important;
	}
	.section.post-footer input.hs-button.primary {
	   margin: 20px 0!important;
	} 

	.section.post-footer .hs_error_rollup {
		margin-top: 20px;
	}





	#hubspot-author_data .hs-author-avatar {
		max-width: 70px;
	  padding: 10px 10px 10px 0;
	}
	#hubspot-author_data .hs-author-avatar img {
	  height: auto !important;
	  max-width: 100%;
	}
	#comments-listing.no-comments {
	  border: none;
	}


	div#comment-form input.hs-button.primary {
	   margin: 20px 0!important;
	}

	/* Blog Listing
	   ========================================================================== */
.blog-pagination a{
  display:inline-block;
  padding:0 15px 0 0;
}
span.filter-link-count {
    display: none;
}	   
	   
	   /* Blog post
	   ========================================================================== */
	   
	   

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

	.blog .blog-sidebar {}  

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6{
  font: normal 300 24px / 34px "Work Sans",Helvetica,Arial,Verdana,sans-serif;
}


	/* Blog Modules */    
	.blog .blog-sidebar .widget-span {
  margin:0 0 30px;
}



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

.body-container .widget-type-google_search input[type="text"],
.body-container #hs-pwd-widget-password,
.body-container .hs-form-field {
  margin-bottom:10px;
}

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

/* Labels and Legends */
label {}
.body-container label {
  color: #33475b;
  font-family: 'trebuchet ms', geneva;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'trebuchet ms', geneva;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width:100%;
  display:block;
}

.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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  display: inline-block;
  font-weight: 700;
  text-decoration:none !important;
  line-height: 12px;
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-family: 'trebuchet ms', geneva;
  background-image: none;
  background-color: #808080;
  border-color: #808080;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 12px 24px;
  border:1px solid #808080;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-image: none;
  background-color: #808080;
  border-color: #808080;
  color: #ffffff;
}

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

.body-container .invalid.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.body-container .hs-error-msgs {
  line-height: 1.42857143;
  color: #a94442;
  font-size: 14px;
  padding-left: 0;
  list-style: none;
}

/* =============== Form Module Button =============== */

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.widget-type-form, .widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription form ,
.widget-type-widget_container form,
.body-container .hs-search-field
{
  max-width:650px;
  width:100%;
}

.hs-search-field input.hs-search-field__input {
  -webkit-appearance: textfield;
}
.no-nav .mobile-navigation {
  display: none !important;
}

.no-nav .mobile-mini-widgets {
  display: none !important;
}

.footer-no-nav .custom-copyright p span {
  padding-bottom: 29px;
  margin-right: 0;
}

.menu-is-not-here .header-container-wrapper {
  min-height: 116px;
}




span.hs-form-required {
  color: #a94442;
  line-height: 1.42857143;
  font-weight: bold;
  font-size: 14px;
  margin-left: 5px;
}

.searchform a#trigger-overlay:hover {
  opacity: 1;
  color: rgba(51,51,51,.7);
}



.mobile-open .main-content {
  z-index: -1;
  position: relative;
}

.mobile-open a#back-to-top.on {
  z-index: -1;
}

.header-container .soc-ico a:hover
.header-container .soc-font-icon:hover {
    color: #fff !important;
}
.mobile-menu-social {
    display: none;
}
.custom-header-lp .right-widgets.mini-widgets.header-social {
    display: none;
}
.custom-header-lp .mobile-navigation {
  opacity: 0;
  visibility: hidden;
}

.custom-header-lp .mobile-mini-widgets {
    opacity: 0;
    visibility: hidden;
}


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


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1440px) and (min-width:1071px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 18px 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.menu-text {
    font-size: 14px;
  }
}


@media (max-width: 1200px) and (min-width:1071px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.menu-text {
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 12px 5px;
  }
  .header-search-wrapper {
    padding: 0 20px 0 20px;
  }
}



@media (max-width: 1070px) {
  .soc-ico a:after, .soc-ico a:before {
    position: absolute;
    top: -1px;
    left: 0px;

  }
  .mobile-mini-widgets-in-menu a.twitter {
    display: none !important;
  }
  .mobile-mini-widgets-in-menu {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
/*     -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; */
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-bar{
    padding: 0 50px;
  }
  .mobile-header-bar .mobile-branding a {
    padding: 0;
  }
  .top-bar .left-widgets.mini-widgets span.mini-contacts.address.show-on-desktop.in-top-bar-left.hide-on-second-switch {
    margin-right: 0;
    margin-left: 0;
  }
  .top-bar .right-widgets.mini-widgets {
    display: none;
  }
  .top-bar span.mini-contacts.phone.show-on-desktop.in-top-bar-left.in-menu-second-switch.first {
    display: none;
  }
  .mobile-header-bar img.mobile-logo.preload-me {
   
  }
  .searchform a#trigger-overlay {
    font: 13px / 17px Roboto",Helvetica,Arial,Verdana,sans-serif;
  }
  span.mini-contacts.clock.show-on-desktop.near-logo-first-switch.in-menu-second-switch.last {
    display: none;
  }
  .soc-ico .soc-font-icon {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #150199 !important;
  }
  .custom-header {
    padding: 0 50px;
  }

  .custom-logo a {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-header {
    display: none !important;
  }

  .mobile-header-wrapper {
    display: block !important;
    padding: 0 50px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-flex: 10 1 auto;
    -moz-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
  }
  .mobile-header-bar {
    position: relative;
    min-height: 150px;
    width: 100%;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    min-height: 80px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    margin: 0 auto;
    max-width: 100%;
  }

  .mobile-header-bar>* {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-header-bar .mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .mobile-header-bar .mobile-mini-widgets {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .mobile-header-bar .mobile-branding {
    line-height: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .dt-mobile-menu-icon, .lines-button {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-right: 16px;
    transition: .3s;
    cursor: pointer;
    user-select: none;
  }

  .dt-mobile-menu-icon {
    width: 22px;
    height: 22px;
    margin-right: 0;
  }

  .dt-mobile-menu-icon {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
  }

  .lines, .text-area {
    position: relative;
  }

  .lines, .lines:after, .lines:before {
    display: inline-block;
    width: 22px;
    height: 2px;
  }

  .dt-mobile-menu-icon .lines, .dt-mobile-menu-icon .lines:before, .dt-mobile-menu-icon .lines:after {
    background-color: #333333;
  }

  .lines:after, .lines:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }

  .lines:before {
    top: 7px;
  }

  .lines:after {
    top: -7px;
  }
  .dt-close-mobile-menu-icon span {
    background: #05127e;
    background: -webkit-linear-gradient(135deg,#05127e 30%,#686974 100%);
    background: linear-gradient(135deg,#05127e 30%,#686974 100%);
  }

  .mobile-header-bar .mobile-mini-widgets .mini-contacts {
    position: relative;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 22px;
    display: inline-block;
    margin: 0 10px;
    font: bold 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    margin-left: 10px;
  }

  .mini-search.show-on-second-switch {
    display: none;
  }

  .mini-search.show-on-first-switch {
    vertical-align: middle;
    z-index: 10;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    margin-right: 10px;
  }


  .mobile-header-bar .mobile-branding img {
    max-width:100%;   
    height: auto;
  }

  .searchform a#trigger-overlay:hover {
    color: rgba(51,51,51,0.7);
  }



  .dt-mobile-menu-icon:hover .lines:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .dt-mobile-menu-icon:hover .lines:after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  .custom-menu-primary.mobile-menu {
    position: fixed;
    top: 0;
    height: 100vh !important;
    min-height: 100%;
    width: 300px;
    max-width: 100%;
    z-index: 999;
    padding: 30px 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    right: -300px;
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    overflow-y: auto !important;
  }

  .mobile-open .custom-menu-primary.mobile-menu {
    right: 0;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(0,0,0,0.5);
  }

  .mobile-open .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 991;
  }

  .scroll-body .mobile-header-wrapper {
    position: fixed;
    width: 100% !important;
    z-index: 99;
  }

  .scroll-body .mobile-header-wrapper {
    position: fixed;
    width: 100% !important;
    z-index: 99;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    z-index: 999;
    
  }

  .header-container-wrapper {
    min-height: 152px;
  }

  .mobile-open .body-container .hs_cos_wrapper_type_rich_text ul li:before,.mobile-open .body-container .hs_cos_wrapper_type_rich_text ul li:after {
    z-index: -1;
  }
  
  .mobile-mini-widgets .mini-search .popup-search-wrap {
    padding: 10px;
    position: absolute;
    right: -10px;
    visibility: hidden;
    filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
    top: calc(100% + 10px);
    background: #fff;
  }

  .search-open .mobile-mini-widgets .mini-search .popup-search-wrap {
    visibility: visible;
    opacity: 1;
  }

  .mobile-mini-widgets .mini-search .popup-search-wrap:before {
    position: absolute;
    top: -7px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid red;
    content: '';
    border-bottom-color: #fff;
  }
  .mini-contacts {
    color: #333;
  }
 .mobile-menu-social  .soc-ico.in-top-bar-right {
    display: block; 
  }
   .soc-ico.in-top-bar-right {
    display: block;
    margin: 5px 20px 5px 0;
  }

  .soc-ico.in-top-bar-right a {
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    line-height: 26px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
  }

  .mini-contacts {
    font: 500 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    color: #333333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li span.menu-text {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    font-family:Roboto, Helvetica, Arial, Verdana, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    margin-bottom: 0;
  }
  
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100%!important;
    position: relative!important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
  }
  .custom-menu-primary > div {
    height: 100%;
  }
  .mobile-mini-widgets-in-menu.mobile-menu-social .soc-ico a:after, .mobile-mini-widgets-in-menu.mobile-menu-social .soc-ico a:before {
    position: absolute;
    top: -1px;
    left: 0px;
    -webkit-box-shadow: inset 0 0 0 2px #05127e;
    box-shadow: inset 0 0 0 2px #05127e;
  }
  .mobile-mini-widgets-in-menu.mobile-menu-social .soc-ico a:hover:after {
    background: #05127e;
    background: -webkit-linear-gradient(135deg,#05127e 30%,#686974100%);
    background: linear-gradient(135deg,#05127e 30%,#686974 100%);
  }
  .mobile-mini-widgets-in-menu.mobile-menu-social .soc-ico a:hover .soc-font-icon {
    color: #fff !important;
  }
  .mobile-mini-widgets-in-menu.mobile-menu-social {
    padding-bottom: 32px;
  }
  .mobile-mini-widgets-in-menu.mobile-menu-social span.mini-contacts {
    margin-right: 18px;
  }
  
  
}
@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul>li:nth-child(4) ul ul {
    left: auto !important;
    right: 280px !important;
  }
}

@media (max-width: 990px) {
  .custom-footer-copyright p {
    text-align: center;
    position: relative;
    top: -9px;
  }
  .custom-copyright p span {
    display: block;
    float: none;
    margin: 0;
    padding-top: 0;
  }

  .custom-copyright p {
    text-align: center;
  }

  .custom-copyright p a {
    padding-right: 0;
  }

  .footer-no-nav .custom-copyright p span {
    padding-bottom: 0;
  }
}

@media (max-width: 800px) {
  .custom-footer-top-wrap .page-center {
      padding-bottom: 33px;
  }

  .custom-footer-logo address p {
      padding-right: 18px;
  }
}


@media (max-width: 777px) {
  .body-container-wrapper {
    margin: 0 !important;
  }
  .custom-footer {
    position:relative;
    bottom: 0;
    width: 100% !important;
    z-index: 99;
  }
  .body-container {
    position: static;
    z-index: 100;
    background-color: #fff;
  }
  .mobile-header-bar .mobile-branding img {
    max-width: 100%;
    height: auto;
  }
  .top-bar {
    display: none !important;
  }

  .mobile-header-wrapper {
    padding: 0 20px;
  }

  .mobile-header-bar .mobile-branding img.preload-me {
    display: none;
  }

  .mobile-header-bar .mobile-branding img.mobile-logo.preload-me {
    display: inline-block;
  }

  .mobile-header-bar .mobile-branding {
    padding: 0;
  }

  .mobile-header-bar .mobile-mini-widgets .mini-contacts {
    display: none;
  }

  .mobile-header-bar {
    min-height: 62px;
  }
  .custom-header-wrapper {
    
  }

  .mobile-header-wrapper {
    position: fixed;
    width: 100% !important;
    top: 0;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    z-index: 99;
    background-color: #fff;
  }

  .header-container-wrapper {
    min-height: 62px;
  }

 

 

  .mobile-mini-widgets-in-menu>* {
    margin: 5px 20px 5px 0;
  }
  
  .mobile-mini-widgets-in-menu .mini-contacts{
    padding-left:0;
  }

  .soc-ico a:after {
    opacity: 0;
  }

  .soc-ico.in-top-bar-right {
    margin-left: -2px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    min-height: 100%!important;
    position: relative!important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
  }

  .custom-menu-primary.mobile-menu>span {
    height: 100%;
  }

  .custom-menu-primary.mobile-menu>div {
    height: 100%;
  }

  .mobile-mini-widgets-in-menu {
    padding-bottom: 33px;
  }

  .soc-ico a:after {
    top: 0;
    left: 0;
  }

  .soc-ico a:hover:before {
    opacity: 0;
  }

  .custom-footer .page-center {
    padding: 0 20px !important;
  }

  .menu-is-not-here .header-container-wrapper {
    min-height: 62px;
  }
  .custom-footer-common{
    width:100% !important;
    margin:0 !important;
    float:none !important;
    
  }
  .custom-footer-contact-wrapper {
    padding-left: 0;
  }
  .custom-footer-rss {
    padding-left: 0;
  }
  .custom-footer-top-wrap .page-center {
    padding-bottom: 35px !important;
    padding-top: 60px !important; 
  }

  .custom-footer-common {
    margin-bottom: 30px !important; 
  }
  .custom-footer-rss .hs-rss-item { 
    margin-bottom: 8px;
  }
  .custom-footer-rss h3 {
    margin-bottom: 13px;
  }
  .custom-footer-logo address p {
    margin-bottom: 40px;
  }

}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .widget-type-form, .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt,
  .widget-type-email_simple_subscription form ,
  .widget-type-widget_container form,
  .body-container .hs-search-field{
    width: 100% !important;
    max-width: 100%;
  }

  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px; 
    margin-top:25px;
  }

  .content-wrapper {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
  }

  .blog .blog-sidebar {
    margin-top:30px;
  }
  .hs-featured-image {
    float: none;
    margin: 00 0 20px;
    max-width: 100%;
  }
  .mobile-open .main-content {
    z-index: 1;
    position: relative; 
  }
}  


@media(max-width:1050px) and (max-height: 620px) {
  .custom-menu-primary .hs-menu-wrapper>ul{
    display:block;
  }
}

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

@media (max-width: 479px) {
  .subscribe-options label {
    margin: 0;
  }

}


@media (max-width: 450px) {
  .searchform a#trigger-overlay{
    position: relative;
  }

  .mini-search .field {
   
  }

  form.searchform {
    position: static;
  }

  .mini-search.show-on-first-switch {
    position: static;
  }

}






