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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



/* IMPORT ROBOTO */
@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Italic.ttf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-Black.ttf);
  font-weight: 900;
}

@font-face {
  font-family: 'Roboto';
  src: url(//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/raw_assets/public/fonts/Roboto-BlackItalic.ttf);
  font-weight: 900;
  font-style: italic;
}


@font-face {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  src: url("//info.madeformovement.com/hubfs/Made_For_Movement-January2018/Fonts/revicons.eot?5510888#iefix") format("embedded-opentype"), 
  url("//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/revicons.woff?5510888") format("woff"), 
  url("//2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Made_For_Movement-January2018/Fonts/revicons.ttf?5510888") format("truetype");
}


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








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

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

body {
    background: #fff;
    font-size: 18px;
    line-height: 1.75;
    color: #3c3c3c;
    font-weight: 400;
    font-family: "Roboto", "Sans-Serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

em {
  color: inherit !important;
}


.subscription-template .checkbox-row input {
    position: relative;
    top: 8px;
}

.hs-blog-listing .show-blog-post,
.hs-blog-post .subscribe-form-blog {
  display: none;
  visibility: hidden;
} 

.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body p:first-of-type {
  font-weight: 600!important;
  font-size: 21px;
  line-height: 1.7;
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}

.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body div p:first-of-type,
.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body pre p:first-of-type,
.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body table p:first-of-type{ 
  font-size: inherit;
  line-height: inherit;
  padding-bottom: inherit;
  border-bottom: 0;
  margin-bottom: inherit;
}



.hs-blog-post blockquote,
.blog blockquote {
  border: 0;
  margin-left: 0;
  padding-left: 2.5em;
  margin: 3em 0!important;
  display: block;
  position: relative;
}

.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body blockquote p:first-of-type {
  font-size: 22px;
  font-style: italic;
  margin:0!important;
  border-bottom:0!important;
  padding-bottom:0!important;
}

.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body blockquote p:last-child {
  font-size: 16px;
  font-weight: 100!important;
}

.hs-blog-post blockquote::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f10d";
  position: absolute;
  top: -15px;
  left:0;
  font-size: 35px;
  color: #358DA1;
}

.hs-blog-post .main-content .widget-type-blog_content .blog-article-content #hs_cos_wrapper_post_body blockquote p {
  font-weight: 700!important;
}

.hs-blog-post .fact-box {
  padding: 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 2em;
}

.hs-blog-post .fact-box p,
.hs-blog-post .fact-box li,
.hs-blog-post .fact-box a,
.hs-blog-post .fact-box span {
  font-size: 16px;
}

.hs-blog-post .fact-box ul,
.hs-blog-post .fact-box ol {
  padding-left: 2em;
  padding-bottom: 1em;
}

.fact-box a {
  text-decoration: underline;
}

.fact-box a:hover {
  opacity: 0.8;
}

.blog-sidebar .widget-type-custom_widget {
  min-height:0;
}


.left-scroll-some {
  min-height:0!important;
  height:0;
  max-height:0;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.body-container .page-center{
    padding: 1em 0;
}

::-moz-selection {
    background: #00ae65;
    color: #fff !important;
}

::selection {
    background: #005A70;
    color: #fff !important;
}

figure {
  margin:0;
  padding:0;
}

p {
    margin: 0 0 20px;
} 

.custom-table-scroll table.custom-table {
  border: 1px solid #dedede;
  border-collapse: collapse;
  margin: 0 0 30px;
}

.custom-table-scroll table.custom-table td {
  border: 1px solid #dedede;
  padding: 10px;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  line-height: 1.4;
  min-width: 30%;
}

.text-content-wrapper ul,
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
    margin: 0 0 25px 18px;
} 

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

sup { 
    top: -0.5em; 
}

sub { 
    bottom: -0.25em; 
}

h1, 
.section-header-center h1,
.section-header-center h2,
.page-header.section-header h1,
.page-header.section-header h2 {
    font-size: 36px;
}


.section-header-center p,
.page-header.section-header p {
  font-size: 22px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: #005a70;
}

.text-content-wrapper h2,
.text-content-wrapper h3,
.text-content-wrapper h4,
.text-content-wrapper h5,
.text-content-wrapper h6,
.body-container-wrapper .hs_cos_wrapper_type_rich_text h2,
.body-container-wrapper .hs_cos_wrapper_type_rich_text h3,
.body-container-wrapper .hs_cos_wrapper_type_rich_text h4,
.body-container-wrapper .hs_cos_wrapper_type_rich_text h5,
.body-container-wrapper .hs_cos_wrapper_type_rich_text h6 {
  margin-top: 10px;
  margin-bottom: 18px;
}

a { 
    color: #3db7e4;
    text-decoration: none;
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

a:hover, a:focus { 
    color: #005A70; 
    text-decoration: none;
}


ul, ol {
    margin: 18px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 0.5em 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #eee;
}

#back-to-top:hover,
#back-to-top:hover i {
  color: #fff!important;
  background: #333!important;
  border-color: #333;
}

.password-template .custom-header-group .custom-logo.span2 {
  margin-bottom: 24px;
}

/*.lang_list_class {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
}*/

/*.choose-language ul.lang_list_class {
    text-align: left;
    border: 0;
}*/

/*.choose-language ul.lang_list_class li {
  position: relative;
  line-height: 1;
  padding: 0;
  background-color: #fff;
  border:0!important;
}*/

/*.choose-language ul.lang_list_class li:first-child a {
  border:0!important;
}

.choose-language ul.lang_list_class:before {
  background: #fff;
  border-color: #fff;
}

.choose-language ul.lang_list_class:after {
  display: none;
}

.choose-language ul.lang_list_class li a {
  font-family: "Roboto", "Sans-Serif";
  padding: 10px 20px;
  font-size: 16px;
  display: block;
  background: #fafafa;
  border-top: 1px solid #ddd;
}

.choose-language ul.lang_list_class li a:hover {
  color: #00AE69;
}*/


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs-form-field {
    margin: 0 0 10px;
}


/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    font-family: inherit;
    color: inherit;
    font: inherit;
    max-width: 400px;
    vertical-align: middle;
    display: block;
    background-color: #ffffff;
    font-size: 14px;
    line-height: initial;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid transparent;
    border-color: #eaeaea;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body .body-container-wrapper input[type="text"],
body .body-container-wrapper input[type="password"], 
body .body-container-wrapper input[type="datetime"], 
body .body-container-wrapper input[type="datetime-local"], 
body .body-container-wrapper input[type="date"], 
body .body-container-wrapper input[type="month"], 
body .body-container-wrapper input[type="time"], 
body .body-container-wrapper input[type="week"], 
body .body-container-wrapper input[type="number"], 
body .body-container-wrapper input[type="email"], 
body .body-container-wrapper input[type="url"], 
body .body-container-wrapper input[type="search"], 
body .body-container-wrapper input[type="tel"], 
body .body-container-wrapper input[type="color"],
body .body-container-wrapper input[type="file"],
body .body-container-wrapper textarea,
body .body-container-wrapper select {
  border: 2px solid #eee;
  padding: 1em;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
}


body .body-container-wrapper .input ul.inputs-list {
  margin:0;
  padding:0;
}
/*
body .body-container-wrapper select {
  height: 40px;
}
*/

form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}


form.hs-form fieldset {
    margin-bottom: 1em;
}

.widget-type-form.custom-right-form-group {
    margin-bottom: 3em;
}

form.hs-form .hs-form-field ul.inputs-list li.hs-form-checkbox label span {
    position: relative;
    top: 2px;
    left: 5px;
}

ul.inputs-list .hs-form-booleancheckbox label span {
    position: relative;
    top: 2px;
    left: 5px;
}


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

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
    background-image: none;
    outline: none;
    -webkit-text-stroke: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background:#005a70;
    padding: 1.5em 4em;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
   opacity: 0.8;
}

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

.hs-fieldtype-booleancheckbox ul.inputs-list {
    margin-bottom: 18px;
}


form ul li{
    background: none !important;
    padding-left: 0 !important;
}


.hs-error-msgs.inputs-list{
    margin: 0;
    list-style: none;
    padding: 0;
}

.hs-error-msgs.inputs-list label{
    color: #ff0000 !important;
}

input.hs-input.error{
   border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}

input.hs-input.error:focus{
    border-color: #b9554d;
    box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

select {
    background-image: url(https://2252381.fs1.hubspotusercontent-na1.net/hubfs/2252381/Made_For_Movement-January2018/Images/download.svg?t=1516771036194);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}


/* HEADER */

.custom-header-group{
    position: fixed;
    width: 100% !important;
    top: 0px;
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(60,60,60,0.15);
    background-color: #ffffff;
    z-index: 999;
    padding: 0 20px;
}

.custom-header-group .custom-logo.span2 {
  width: 150px!important;
  max-width: 150px!important;
  min-width: 150px!important;
}

/*.custom-header-group .span1.choose-language {
  margin-left:0!important;
  min-height: 20px!important;
  max-height: 20px!important;
}*/

/*.choose-language ul.lang_list_class:before {
  background: transparent;
  border-color: transparent;
  border-bottom-color: #fafafa!important;
}*/

.custom-header-group .custom-logo img {
  height: auto;
  clear: both;
  width: 100%!important;
  max-width: 150px!important;
}

.custom-header-group .custom-logo {
  margin-top:16px;
}

.custom-header-group .custom-logo a {
  display: block;
}


/* MENU */

.custom-menu-primary {
    padding: 17px 0;
}

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

.custom-menu-primary .hs-menu-wrapper {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

/*.scroll .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
}*/

.custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    margin: 0px 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-weight: 600;
    /*letter-spacing: 0.8px;*/
    line-height: 16px;
    font-size: 16px;
    color: #3c3c3c;
    text-transform: uppercase;
    position: relative;
}

@media screen and (min-width: 980px) and (max-width: 1399px) {

    .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        font-size: 13px;
        line-height: 13px;
    } 


}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0;
    margin-right: 0;
    font-size: 12px;
    text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
/*     color: #00ae65; */
    color: #5F6063;
}



.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    font-weight: normal;
    text-transform: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    color: #005A70;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    content: "\105";
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: 12px;
    text-align: right !important;
    letter-spacing: 0.64px;
    float: right;
    top: 5px;
}


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


/* SEARCH */

/*.search-icon-wrapper{
    border-left-width: 1px;
    border-left-style: solid;
    margin: 0px 0px 0px 24px;
    border-color: rgba(60,60,60,0.15);
    padding: 0px 0px 0px 15px;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    position: relative;
    top: 19px;
}*/

/*.search-icon-wrapper .search-icon{
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 16px;
    color: #3c3c3c;
    position: relative;
    top: -9px;
    right: -2px;
}*/

.search-icon-wrapper .search-icon:hover{
    color:#005A70;
}


.search-icon-wrapper .hs-form .input input[type="text"] {
    color: #000;
}

/* Placeholder Text */
.search-icon-wrapper .hs-form .input ::-webkit-input-placeholder { color: #000; } /* Webkit Browsers */
.search-icon-wrapper .hs-form .input :-moz-placeholder { color: #000; } /* Firefox 18- */
.search-icon-wrapper .hs-form .input ::-moz-placeholder { color: #000; } /* Firefox 19+ */
.search-icon-wrapper .hs-form .input :-ms-input-placeholder { color: #000; } /* IE10 */

.header-container .custom-search-grp {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
}

.show-search .header-container .custom-search-grp {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.custom-search-grp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex !important;
    height: 100vh;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 100% !important;
    background-color: rgba(20, 22, 24, 0.95);
}

.custom-search-close{
    top: 40px;
    z-index: 10001;
    position: absolute;
    right: 0;
}

.overlay-close {
    display: inline-block;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    padding: 22px 36px 27px 36px;
    cursor: pointer;
    float: right;
}

.close-lines, 
.close-lines:before, 
.close-lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #ffffff;
}

.close-lines {
    position: relative;
    top: -2px;
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.close-lines:before, 
.close-lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
}

.close-lines:before {
    top: 0px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.close-lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.search-container {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
}

.custom-search-grp > div{
    width: 100%;
}

/*.search-icon-wrapper{
    border-left-width: 1px;
    border-left-style: solid;
    margin: 0px 0px 0px 24px;
    border-color: rgba(60,60,60,0.15);
    padding: 0px 0px 0px 15px;
    display: inline-block;
    height: 16px;
    vertical-align: top;
    position: relative;
    top: 19px;
}*/

/*.search-icon-wrapper .search-icon{
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 16px;
    color: #3c3c3c;
    position: relative;
    top: -9px;
    right: -2px;
}*/

.search-icon-wrapper .search-icon:hover{
    color: #00ae65;
}

.search-icon-wrapper .fas.fa-search {
  display: inline-block;
  color: #3c3c3c;
}

.search-icon-wrapper i {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    speak: none;
    top: 0px;
    font-size: 18px;
    width: 1em;
    line-height: 0px;
    position: relative;
}

.search-icon-wrapper .hs-form .input input[type="text"] {
    color: #000;
}

/* Placeholder Text */
.search-icon-wrapper .hs-form .input ::-webkit-input-placeholder { color: #000; } /* Webkit Browsers */
.search-icon-wrapper .hs-form .input :-moz-placeholder { color: #000; } /* Firefox 18- */
.search-icon-wrapper .hs-form .input ::-moz-placeholder { color: #000; } /* Firefox 19+ */
.search-icon-wrapper .hs-form .input :-ms-input-placeholder { color: #000; } /* IE10 */

.search-container form,
.show-search .search-container .hs-search-field{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    width: 100%;
    max-width: 600px;
    max-width: 60vw;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.show-search .search-container form,
.show-search .search-container .hs-search-field{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.show-search .search-container form > div,
.show-search .search-container .hs-search-field > div {
    width: 100%;
    max-width: none;
    position: relative;
}

.show-search .search-container form .hs-input,
.show-search .search-container .hs-search-field__input{
    font-size: 3.5vh;
    padding: 1em 3em 1em 1.5em;
    display: inline-block;
    margin: 0px;
    background: transparent;
    max-width: 100%;
    border-color: rgba(255, 255, 255, 0.25);
}

.show-search .search-container form .hs-input:focus,
.show-search .search-container .hs-search-field__input:focus {
    border-color: #fff;
}

.search-container ::-webkit-input-placeholder {color: #fff;} /* Webkit Browsers */
.search-container :-moz-placeholder {color: #fff;} /* Firefox 18- */
.search-container ::-moz-placeholder {color: #fff;} /* Firefox 19+ */
.search-container :-ms-input-placeholder {color: #fff;} /* IE10 */


.mobile-open .search-icon-wrapper ::-webkit-input-placeholder {color: #000;} /* Webkit Browsers */
.mobile-open .search-icon-wrapper :-moz-placeholder {color: #000;} /* Firefox 18- */
.mobile-open .search-icon-wrapper ::-moz-placeholder {color: #000;} /* Firefox 19+ */
.mobile-open .search-icon-wrapper :-ms-input-placeholder {color: #000;} /* IE10 */

.mobile-open .search-icon-wrapper input[type="text"].hs-search-field__input { 
  color:#000!important;
}

.mobile-open .search-icon-wrapper .fa-search:before,
.mobile-open .search-icon-wrapper .fa-search {
    display: none;
}

.mobile-open .search-icon-wrapper form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.show-search .search-container .hs-button.primary{
    margin: 0;
    position: absolute;
    top: 50%;
    background: transparent !important;
    border: none !important;
    right: 0;
    line-height: 48px;
    max-height: 63px;
    padding-right: 33px;
    transform: translateY(-50%);
}

.show-search .search-container .hs-button.primary:after {
    content: "\e088";
    margin-top: -0.5em;
    right: 1.5em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    text-transform: none;
    font-size: 22px;
    font-family: "Font Awesome 5 Free"; 
}

/* SEARCH RESULTS PAGE TEMPLATE */


body.searchresults .span4.widget-span.widget-type-logo {
    width: 100%;
    display: block;
    padding: 2em 0 0;
    margin: 0 auto;
    text-align: center;
}

body.searchresults .span4.widget-span.widget-type-logo img {
    max-width: 175.52px!important;
}

body.searchresults .hs-search-results {
    display: block;
    padding-top: 4em;
}

body.searchresults .hs-search-results #hsresults.hs-search-results__listing li {
    margin: 0 0 2em!important;
    padding: 0 0 2em!important;
    border-bottom: 1px solid #eee;
}

.searchresults .hs-search-field__bar {
    display: block;
    margin: 0 0 2em;
}

.searchresults .hs-search-field__bar input[type="text"] {
    width: 100%;
    max-width: 100%;
    padding: 1em;
    font-size: 20px;
    font-weight: 100!important;
    color: #333;
}

.searchresults .hs-search-field__bar input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}

.searchresults .hs-search-field__bar input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}

.searchresults .hs-search-field__bar input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #333;
}

.searchresults .hs-search-field__bar input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #333;
}

.searchresults #hsresults.hs-search-results__listing li img {
    display: none;
    visibility: hidden;
}

/* FIXED SOCIAL ICON SCROLL */

.custom-home-social-icon {
    position: fixed;
    left: 0;
    top: 50%;
    width: auto !important;
    z-index: 99999;
}

.custom-home-social-icon ul {
    margin: 0;
    list-style-type: none;
    padding: 0 0 0 10px;
}

.custom-home-social-icon ul li a {
    margin-top: 10px;
    left: 5px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    background: 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-home-social-icon ul li .Link-Icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #FFFFFF;
    background: #3c3c3c;
    line-height: 35px;
    border-radius: 50px;
}

.custom-home-social-icon ul li a:hover .Link-Icon {
    opacity: 0.7;
}

/* FOOTER */

.custom-footer-group{
    background-color: #3c3c3c;
    font-size: 14px;
    color: #fff;
}

.footer-content{
    padding: 26px 36px 23px;
}

.custom-privacy{
    text-align: center;
}

.footer-content a{
    color: #ffffff;
}

.footer-content a:hover{
    color: #005A70;
}

.custom-footer-social{
    text-align: right;
}

.custom-footer-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-footer-social ul li{
    line-height: 13px;
    padding-left: 8px;
    padding-right: 7px;
    text-align: center;
    display: inline-block;
}

.custom-footer-social ul li:last-child {
    padding-right: 0px !important;
}

.custom-footer-social ul li a i{
    font-size: 18px;
}

.footer-container-wrapper .widget-type-raw_html {
    min-height: 0;
}

.custom-copyright p{
    margin: 0;
}

h2.section-title {
  margin: 0 auto 0.75em;
  text-align: center;
}

p.section-sub-text {
  margin: 0 auto 2em;
  text-align: center;
  font-size: 20px;
  padding: 0 1em;
}

.section-module {
  display: table;
  width: 100%;
  clear: both;
  padding: 2em 0;
}

.section-module.cta-module .fullwidth {
  padding: 0 10px;
}



.home.home-page .body-container-wrapper .section-module.cta-module .hs-cta-wrapper a.cta_button {
  margin-top: 0.5em;
  padding: 1em 2em!important;
  background: #3db7e4;
  color: #fff;
  line-height: 1;
  border-radius: 6px;
  display: inline-block;
  font-size: 20px!important;
}

.home.home-page .body-container-wrapper .section-module.cta-module .hs-cta-wrapper a.cta_button:hover {
  opacity: 0.8;
}

.columns {
  text-align: center;
}

.columns .column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 3em;
  text-align: left;
}

.products-module .layout-wrapper {
  padding: 1em 1em 2em;
  text-align: center;
}

.layout-wrapper.border {
  border: 2px solid #dedede;
}

.layout-wrapper {
  padding: 1em 1em 2em;
}

.columns .column a {
  display: block;
  text-decoration: none;
}

.columns .column a:hover {
  opacity: 0.8;
}

.columns .column h3 {
  margin-top: 1em;
  font-size: 22px;
}

.columns .column .read-more {    
    padding: 0.5em 1.5em;
    font-size: 16px;
    display: inline-block;
    margin: 1.5em 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.read-wrapper {
  display: block;
  margin: 3em auto 0;
  text-align: center;
}

.view-all {
    padding: 0.75em 2em;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    width: auto;
    text-align: center;
}

.view-all:hover {
  opacity:0.8;
}


body #livechat-full #body #body-inner .view p,
body #livechat-full #body #body-inner .view input, 
body #livechat-full #body #body-inner .view textarea {
  font-family: "Roboto", "Sans-Serif"!important;
}

body #livechat-full #body #body-inner .view input, 
body #livechat-full #body #body-inner .view textarea {
  color: #444!important;
  width: 100%!important;
  max-width: 100%!important;
  height: inherit!important;
  border-color: #ddd!important;
  padding: 0.5em!important;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  font-size: 14px!important;
}

/********* BLOG ***********/

.blog .main-content p,
.blog .main-content li,
.blog .main-content blockquote,
.blog .main-content p > img,
.blog .main-content h1,
.blog .main-content h2,
.blog .main-content h3,
.blog .main-content h4,
.blog .main-content h5,
.blog .main-content h6{
  margin-top:0;
}

.blog .main-content h1,
.blog .main-content h2,
.blog .main-content h3,
.blog .main-content h4,
.blog .main-content h5,
.blog .main-content h6 {
  font-weight: 400;
  margin-bottom: 0.5em;
}

.blog .main-content p,
.blog .main-content ol,
.blog .main-content ul,
.blog .main-content > a {
  margin-bottom: 2.5em;
  font-weight: 300!important;
}

.blog .main-content p a,
.blog .main-content li a,
.blog .main-content a img,
.blog .main-content p img,
.blog .main-content span a {
  margin:0;
}

.blog .main-content li span,
.blog .main-content a span,
.blog .main-content p span,
.blog .main-content h1 span,
.blog .main-content h2 span,
.blog .main-content h3 span,
.blog .main-content h4 span,
.blog .main-content h5 span,
.blog .main-content h6 span {
  font-weight: inherit!important;
}

.social-sharing {
  border-top: 1px solid #ECEBE2;
  border-bottom: 1px solid #ECEBE2;
  margin-top: 2em;
}


.blog .main-content .social-sharing ul,
.blog .main-content .social-sharing span {
  display: inline-block;
  vertical-align: top;
}

.blog .main-content .social-sharing span {
  margin: 10px 10px 0 0;
}

.blog .main-content .social-sharing ul {
  margin: 0;
  padding:0;
  list-style: none;
}

.social-sharing ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding:0;
}

.social-sharing ul li a {
  font-size: 30px;
  margin:0;
}

.social-sharing ul li a {
  block;
}

.social-sharing ul li.s-tw a {
  color: #55acee;
}

.social-sharing ul li.s-in a {
  color: #0077B5;
}

.social-sharing ul li.s-fb a {
  color: #3b5999;
}

.social-sharing ul li.s-gg a {
  color: #dd4b39;
}

.social-sharing ul li a:hover {
  color: #3c3c3c;
}

.blog-pagination a {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 1em;
  border: 1px solid #ECEBE2;
}

.blog-pagination .previous-posts-link {
  float: left;
}

.blog-pagination .next-posts-link {
  float: right;
}

.desktop-show .dropdown {
  display: none;
  visibility: hidden;
}

.dropdown {
  display: table;
  width: 100%;
  margin: 0 0 2em;
}

.dropdown .dropbtn {
  border: 0;
  background: #3c3c3c;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  line-height: 1;
  font-size: 18px;
  font-weight: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.dropdown .dropbtn:hover,
.dropdown .dropbtn:focus {
  box-shadow: none;
  outline: none;
  border: 0;
  background: #005970;
}

.dropdown .dropbtn .fa-angle-down {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background:  #666;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right:0;
  top:0;
  padding: 1em;
}

.dropdown .dropbtn:hover .fa-angle-down,
.dropdown .dropbtn:focus .fa-angle-down {
  background: #B4D1DA;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-content {
  display: none;
}


.dropdown .dropdown-content {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  position: relative;
  top: 0;
  left:0;
}

.dropdown .dropdown-content .block h3 {
  height: 0;
  margin: 0;
  padding: 0;
  display: none;
  visibility: hidden;
}

.dropdown .dropdown-content .block ul {
  margin:0;
  padding:0;
  list-style: none;
  background: #3c3c3c;
  width: 100%;
}

.dropdown .dropdown-content .block ul li {
  margin:0;
  padding:0;
  display: inline-block;
  width: 100%;
}

.dropdown .dropdown-content .block ul li a {
  font-size: 16px;
  line-height: 1;
  display: block;
  padding: 1em 1.5em 1em 1em;
  border-bottom: 1px solid #444;
  color: #fff;
  font-weight: 100;
  width: 100%;
}

.dropdown .dropdown-content .block ul li a:hover {
  background: #B4D1DA;
  color: #000;
}

.dropdown .dropdown-content .block ul li:last-child a {
  border:0; 
}

.blog-date-topics {
  font-size: 16px;
  line-height: 1;
  font-weight: 100;
}

.blogpost {
  display: block;
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #ECEBE2;
}

.blogpost figure {
  margin-bottom: 1.5em;
}

.blog-date-topics {
  display: inline-block;
  width: 100%;
  margin: 0 0 1em;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe {
  padding: 1.5em;
  background: #005970;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe h3 {
  font-size: 26px;
  color: #fff;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe p,
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe p span,
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe label span,
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400!important;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-richtext p,
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-richtext p span {
  font-weight: 400!important;
  line-height: 1.3;
  font-size: 16px;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-richtext p a,
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-richtext a {
  color: #fff!important;
  text-decoration: underline;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-richtext p a:hover,
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-richtext a:hover {
  color: #fff!important;
  text-decoration: none;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
  width: 100%;
  font-family: inherit;
  color: inherit;
  font: inherit;
  max-width: 400px;
  vertical-align: middle;
  display: block;
  background-color: #ffffff;
  font-size: 14px;
  line-height: initial;
  margin: 0px 0px 10px 0px;
  padding: 10px 15px 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  border:0;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #3c3c3c;
}


.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input[type="email"].invalid.error {
  background: #FB6B53;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #3c3c3c;
}
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #3c3c3c;
}
.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #3c3c3c;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs.inputs-list {
  margin:0;
  padding:0;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs-error-msgs.inputs-list li label {
  color: #fff;
  font-size: 14px;

}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {
  width: 100%;
  background: transparent;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large:hover {
  background: #ACDFF7;
  color: #3c3c3c;
    
}

.blog-site-new .blog-sidebar .hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large {
  color: #fff;
  background: #FF7E71;
  height: 66px !important;
  padding: 20px !important;
  line-height: 20px !important;
}

.blog-site-new .blog-sidebar .hs_cos_wrapper_type_blog_subscribe input.hs-button.primary.large:hover {
  opacity: 0.8;
height: 66px !important;
  padding: 20px !important;
  line-height: 20px !important;
}

.blog-sidebar .hs_cos_wrapper_type_blog_subscribe .hs_email.hs-fieldtype-text > label {
  display: none;
  visibility: hidden;
}

.blog-header {
  display: table;
  background: #F9F9F6;
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #ECEBE2;
  margin: 0 0 4em;
}

.blog-header h1,
.blog-header p{
  text-align: center;
}

.blog-header h1 {
  color: #3c3c3c;
}

.blog .main-content .hs-cta-wrapper a {
  display: block;
}

.blog .main-content .hs-cta-wrapper a img {
  height: auto!important;
  width: auto;
  max-width: 100%;
}

.about-author {
  display: table;
  width: 100%;
  margin: 8em 0 2em;
  padding: 2em;
  position: relative;
  background: #F9F9F6;
  border: 1px solid #ECEBE2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.about-author.no-image {
  margin-top: 2em;
}

.about-author figure {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: -80px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  border: 1px solid #ECEBE2;
}

.about-author .author-info-content {
  margin-top: 3.5em;
  text-align: center;
}


.about-author.no-image .author-info-content {
  margin-top: 1em;
}



.about-author figure img {
  height: 150px;
}

.about-author .author-info-content h3,
.related-posts h3 {
  font-size: 26px;
}

.related-posts {
  display: block;
  margin: 3em 0 0;
}

.hs-blog-post .related-posts {
  margin:0;
}

.related-posts .bloglisting-box,
.blogpost-latest .bloglisting-box {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #ECEBE2;
}

.related-posts .bloglisting-box h4,
.blogpost-latest .bloglisting-box h4{
  font-size: 18px;
  margin: 0 0 8px;
}

.related-posts .bloglisting-box a h4:hover,
.blogpost-latest .bloglisting-box a h4:hover{
  color: #005A70;
}

.related-posts .bloglisting-box a p,
.blogpost-latest .bloglisting-box a p {
  line-height: 1.3;
  font-size: 16px;
  margin: 0;
  color: #3c3c3c;
}

.related-posts .bloglisting-topic,
.blogpost-latest .bloglisting-topic {
  font-weight: 100;
  font-size: 14px;
}

.related-posts h3,
.blogpost-latest h3 {
  color: #3c3c3c;
}

.about-author .author-info-content p {
  font-size: 16px;
}

.related-post-wrapper h4 {
  font-size: 20px;
}

.story-list .body-container-wrapper {
  background: #F9F9F6;
}

.columns.story-list-items {
  display: block;
  margin: 0 auto;
  padding: 4em 2em;
  text-align: center;
}

.columns.story-list-items .column {
  background: #fff;
  border: 1px solid #ECEBE2;
  border-bottom: 2px solid #ECEBE2;
  padding: 1em;
  display: inline-block; 
  vertical-align: top;
  margin: 0 0 2em!important;
  text-align: left;
}

.columns.story-list-items .column p span {
  display: inline;
  color: #999;
  font-size: 16px;
}

.columns.story-list-items .column p span.dia,
.columns.story-list-items .column p span.product {
  font-style: italic;
}

.columns.story-list-items .column h3 {
  margin-bottom:0;
}

.columns.story-list-items .column p {
  margin:0!important;
}

.hero-banner.small,
.hero-banner.medium,
.hero-banner.large {
  height: auto;
}

.hero-banner {
  position: relative;
  padding: 3em 0;
}

.hero-banner:before {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 9;
}

.hero-banner-text {
  padding: 2em;
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 100%;
}

.hero-banner-text a {
  text-decoration: underline;
}

.hero-banner-text a:hover {
  text-decoration: none;
}

.hero-banner-text.top {
  top: 20%;
}

.hero-banner-text.center {
  top: 45%;
}

  
.text-boxes {
  margin-top: 2em;
}

.text-boxes .one-box-col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 1em;
  text-align: center;
}

.text-boxes .one-box-col .fontawesome {
  color: #3DB7E4;
  display: block;
  margin-bottom: 1em;
}

.text-boxes .one-box-col .fontawesome i {
  font-size: 30px;
}

.text-boxes .one-box-col a {
  display: block;
}

.text-boxes .one-box-col a h2,
.text-boxes .one-box-col a p {
  color: #3c3c3c;
}

.text-boxes .one-box-col a:hover h2,
.text-boxes .one-box-col a:hover p{
  opacity: 0.8;
  color: #3DB7E4;
}

.text-boxes .one-box-col h2 {
  font-size: 22px;
}

.text-boxes .one-box-col p {
  font-size: 16px;
}

.section-header-center {
  margin: 0 auto 2em;
  text-align: center;
}

.section-header-center.left {
  margin: 1em 0;
  text-align: left;
}


.section-header-center h1,
.section-header-center h2,
.section-header-center h3,
.section-header-center h4,
.section-header-center h5,
.section-header-center h6,
.productpage .page-header.section-header h1,
.productpage .page-header.section-header h2,
.productpage .page-header.section-header h3,
.productpage .hs_cos_wrapper_type_header h1,
.productpage .hs_cos_wrapper_type_header h2,
.productpage .hs_cos_wrapper_type_header h3 {
    color: #3c3c3c;
}



/* PRODUCT PAGES */

.row {
  padding: 1.5em 0;
}

.productpage .row.image-video {
  padding-bottom: 0em;
}

.productpage .page-center-padding {
  padding: 0 1em;
}

.productpage .body-container .page-center {
  padding: 0 1em;
}

.productpage .hs_cos_wrapper_type_header,
.productpage .page-header.section-header {
    display: inline-block;
    width: 100%;
    margin: 0 auto 3em;
    text-align: center;
}

.productpage .product-desc .columns .column,
.productpage .product-tools .columns .column {
    text-align: left;
}

.productpage .info-wrapper {
  margin: 2em auto 0;
  float: inherit!important;
  text-align: center;
}

.productpage .information-field {
  background: #eee;
  padding: 0.5em 1em;
  display: inline-block;
  text-align: center;
}

.productpage .information-field p {
  margin:0!important;
}

.productpage .section-header-center,
.productpage .cta-box { 
  text-align: center; 
}

.productpage .cta-button-link {
  margin-top: 2em;
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.productpage .cta-button-link:hover {
  opacity: 0.8;
}

.productpage .row.image-video .image-wrapper {
  margin-bottom: 2em;
}

.productpage .row.image-video .video-wrapper {
  margin-left:0!important;
}

.productpage .row.image-video .video-wrapper .widget-type-rich_text {
  display: block;
  padding: 1em 1em 0;
}

.productpage .video-wrapper .text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 1.5em 2em 0.75em;
  display: block;
  line-height: 1;
} 

.productpage .desc-box {
  display: block;
  margin: 1.5em 0 0;
}

.productpage .desc-box ul {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

.productpage .desc-box ul ul {
  padding: 0;
}

.productpage .desc-box ul li {
  font-size: 16px;
}

.productpage .desc-box h3 {
  font-size: 18px;
}

.productpage .cta-box .page-header.section-header {
  padding:0;
  margin:0;
}

.productpage .layout-wrapper {
  padding: 1em 1em 2em;
  text-align: center;
} 

.productpage .layout-wrapper.patent {   
  padding: 3em 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
 
.productpage .layout-wrapper.border {
  border: 1px solid #dedede;
}

.productpage .layout-wrapper a {
  display: block;
}

.productpage .layout-wrapper a p,
.productpage .layout-wrapper a .read-more {
  font-size: 16px;
}

.productpage .layout-wrapper a .read-more {
  font-weight: bold;
}

.productpage .layout-wrapper a:hover{
  opacity: 0.8;
}

.productpage .layout-wrapper .read-more {
  display: inline-block;
  margin: 2em 0 0;
  background: #3db7e4;
  padding: 0.25em 0.75em;
  color: #fff;
  border-radius: 5px;
}

.productpage .row.cta-field .page-center {
  margin: 0 auto;
  text-align: center;
}

.productpage .row.cta-field .page-center a {
  display: inline-block;
  padding: 1em 5em;
  text-align: center;
  vertical-align: top;
  font-size: 22px;
}

.two-col.columns .column figure, 
.two-col.columns .column .desc-box {
  margin: 0 auto;
  display: block;
  text-align: center;
} 

.productpage .product-desc .two-col.columns .column figure, 
.productpage .product-desc .two-col.columns .column .desc-box {
   margin:0;
   display: inline-block;
    text-align: left;
}

.layout-wrapper.border {
  border: 1px solid #eee;
  padding: 1em;
}


.js-gwa-country-select-form .actions {
  display: none;
  visibility: hidden;
}

.contact-page .input select {
  margin-top: 10px;
  height: 60px;
  border: 2px solid #3db7e4;
  background: #fff;
  box-shadow: none;
}


.js-gwa-country-select-form .fas {
  font-size: 20px;
   position: relative;
   top: 1px;
}    

.custom-contact-row1-conatct-form .input input,
.custom-contact-row1-conatct-form .input textarea {
  margin-top: 10px;
  padding: 1em;
  border: 2px solid #eee;
  background: #fff;
  box-shadow: none;
  max-width: 100%;
}

.custom-contact-row1-conatct-form .input textarea {
  height: 200px;
}

.custom-contact-row1-conatct-form .actions input[type="submit"] {
  background:#3db7e4;
  padding: 1.5em 4em;
  border: 0;
  font-size: 16px;
  color: #fff;
}

.custom-contact-row1-conatct-form .actions input[type="submit"]:hover {
  opacity:0.8; 
}

.hs-error-msgs.inputs-list li label {
  font-size: 14px;
  margin:0;
}


.custom-accordion-inner-content {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 2em 0;
  margin: 2em 0 0;
}

.contact-page .row.one {
  padding-bottom: 0;
}

.research .custom-research-module,
.custom-event-section .custom-articles-module,
.posters .custom-poster-module {
  margin: 0 0 2em;
  padding: 0 0 3em;
  border-bottom: 1px solid #eee;
}

.research .custom-research-module .col2 p,
.posters .custom-pos-column.col1 p {
  margin:0;
}

.posters .custom-pos-column.col1 p {
  text-transform: uppercase;
  font-weight: 600;
}

.research .custom-research-module .col3 p {
  color: #666;
  margin-top:0;
  font-style: italic;
}

.custom-artical-column.col1 p,
.posters .custom-pos-column.col2 p.eventtext {
  color: #666;
  margin-top:0;
  font-style: italic;
  font-size: 20px;
}

.custom-research-module a.custom-more-btn,
.custom-artical-column a.custom-more-btn,
.custom-pos-column a.custom-more-btn {
  display: inline-block;
  width: auto;
  padding: 0.5em 1em;
  border:0;
  margin-top:1em;
  color: #fff!important;
  background: #3c3c3c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.custom-research-module a.custom-more-btn:hover,
.custom-artical-column a.custom-more-btn:hover,
.custom-pos-column a.custom-more-btn:hover {
  opacity:0.8;
}




.searchresults .hs-search-field .hs-search-field__bar input[type="search"].hs-search-field__input {
  max-width: 100%;
  padding: 1em;
  font-size: 20px;
}

body.searchresults .hs-search-results {
  display: block;
  padding-top: 4em;
}

body.searchresults .span4.widget-span.widget-type-logo {
  width: 100%;
  display: block;
  padding: 2em 0 0;
  margin: 0 auto;
  text-align: center;
}

body.searchresults .span4.widget-span.widget-type-logo img {
    max-width: 175.52px!important;
}

body.searchresults .hs-search-results #hsresults.hs-search-results__listing li {
  margin: 0 0 2em!important;
  padding: 0 0 2em!important;
  border-bottom: 1px solid #eee;
}

.hs-partners-layout .span12.widget-span.widget-type-widget_container {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.hs-partners-layout .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {
  display: inline-block!important;
  margin:0 0 2em!important;
  vertical-align: top;
  width: 100%;
  padding: 0 1em;
}

.hs-one-col-image-caption {
  padding: 3em 1em 1em;
  border: 1px solid #eee;
}

.hs-partners-layout .hs-one-col-image-caption a {
  display: block;
}

.hs-partners-layout .hs-one-col-image-inner a img {
  max-height: 60px;
  width: auto!important;
  max-width: 100%!important;
}

.hs-partners-layout .hs-one-col-image-caption a:hover {
  opacity: 0.8; 
}

.hs-one-col-img-caption a {
  font-weight: 600;
  margin-top: 1em;
}


.story-image {
  display: block;
  margin: 0 0 2em;
}


.one-story blockquote {
  margin: 2em 0;
  border-left: 3px solid #3db7e4;
  padding: 0 0 0 2em;
}

.one-story blockquote h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #3c3c3c;
}

.one-story blockquote p {
  font-style: italic;
  text-transform: uppercase;
}

.one-story iframe {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.one-story .body-container-wrapper .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 1.25em;
}

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

.contact-page .custom-accordion-inner-content p {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 2em;
  width: 100%;
}

.stories-layout .custom-topic-filer {
  padding:0 0 2em;
  margin:0 0 2em;
  border-bottom: 1px solid #ECEBE2;
}

.stories-layout .custom-topic-filer ul {
  margin: 0;
  padding:0;
}

.stories-layout .custom-topic-filer ul li {
  margin:0;
  padding:0;
  line-height: inherit;
}

.stories-layout .custom-topic-filer ul li a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  margin: 0 3em 0 0;
}

.stories-layout .custom-topic-filer ul li.last-item a{
  margin:0;
  padding: 0.75em 1em;
  border: 1px solid #eee;
}

.stories-layout .custom-topic-filer ul li a:hover {
  color: #3DB7E4;
}

.stories-layout .custom-topic-filer ul li.last-item a .fa-grip-vertical:before {
  color: #3DB7E4;
  font-size: 18px;
}

.stories-layout .custom-topic-filer ul li.last-item a:hover {
  background: #3c3c3c;
}

.stories-layout .custom-topic-filer p {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1em;
}


.stories-layout .sidebar.Left p,
.stories-layout .sidebar.Left li {
  font-size: 16px;
}

.stories-layout .sidebar.Left h3 {
  font-size: 28px;
}


.stories-layout .sidebar.Left a img {
  max-width: 60%;
  display: block;
  margin: 1em 0 0;
}

.stories-layout .sidebar.Left a:hover img {
  opacity: 0.8;
}

.stories-layout .sidebar.Left {
  margin-top:0;
  padding:0;
}

.stories-layout .main-content {
  padding-top:0;
  margin-top:10px;
}

.stories-layout .sidebar.Left h3:last-of-type,
.stories-layout .sidebar.Left h3 {
  color: #3c3c3c;
  margin: 0 0 1em;
  padding:0;
}

.stories-layout .section-header-center.left {
  margin-top:0;
  line-height: 1;
}

.blog-listing .bloglisting-author p strong,
.blog-listing .bloglisting-author p span,
.blog-listing .bloglisting-author p,
.blog-listing .bloglisting-author * {
  font-weight: 400!important;
}

.blogpost.blog-item figure a img {
  transition: 0.3s;
  opacity:1;
}  

.blogpost.blog-item figure a:hover img {
  opacity: 0.8;
}

.hs-blog-post .blog-header {
  position: relative;
  padding: 3em 0;
}

.hs-blog-post  .blog-header:before {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 99;
}

.hs-blog-post .blog-header .page-center {
  position: relative;
  z-index: 101;
}

.hs-blog-post pre {
  background: #eee;
  padding: 2em;
  display: block;
  width: 100%;
  margin: 2em 0;
  white-space: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Roboto", Sans-Serif!important;
  font-size: 1rem;
}

.hs-blog-post .blog-header p .author-link {
  font-weight: bold;
  color: #3c3c3c!important;
}

.hs-blog-post .blog-header p .author-link:hover {
  color: #005A70!important;
}


.left-aligned-title {
  text-align: left;
  color: #3c3c3c;
}

.art-post .custom-event-section.column-one {
  padding-top: 2em;
}

.art-post .custom-event-section.column-two {
  background: #fafafa;
  padding: 2em;
}

.art-post .custom-event-section.column-two h2 {
  color: #3c3c3c;
}

.art-post .custom-event-section.column-one h1{
  font-size: 30px!important;
}

.art-post .custom-event-section.column-two h2 {
  font-size: 20px!important;
}

.art-post .custom-event-section.column-one p.eventtext,
.art-post .custom-event-section.column-two p.eventtext {
  display: block;
  margin: 10px 0;
  font-size: 14px!important;
}

.art-post .custom-event-section.column-two p.month,
.art-post .custom-event-section.column-two p.year {
  color:#3db7e4;
  line-height: 1;
  font-weight: bold;
}

.art-post .custom-event-section.column-two p.month {
  margin:0 0 0.25em;
  font-size: 20px;
}

.art-post .custom-event-section.column-two p.year {
  font-size: 18px;
  margin: 0 0 0.5em;
}


.art-post .custom-event-section.column-one .summary,
.art-post .custom-event-section.column-two .summary {
  font-weight: 400;
  font-size: 16px;
}

.custom-read-more-content {
  border: 1px solid #eee;
  padding: 1em;
  border-radius: 5px;
}

.art-post .custom-artical-column a.custom-more-btn, 
.art-post .custom-pos-column a.custom-more-btn {
  font-size: 14px!important;
}

.art-post .custom-event-section.column-one .hs_cos_wrapper_type_header h1,
.art-post .custom-event-section.column-two .hs_cos_wrapper_type_header h1 {
  color: #3c3c3c;
  font-size: 40px!important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.hs-content-id-6061317868 .contact-right-col{
  display: none;
  width: 0 !important;
  margin-left: 0 !important;
}


/*.mobile-open .globe_class{
  display: none;
}*/

@media screen and (min-width: 768px) {

  .hs-blog-post .blog-header {
    padding: 5em 0;
  }
  .hs-content-id-6061317868 .m_block .row-fluid{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .hs-content-id-6061317868 .contact-left-col,
  .hs-content-id-6061317868 .contact-center-col{
    width: 50%;
  }
}

@media screen and (min-width: 980px) {

  .hs-blog-post .blog-header {
    padding: 7em 0;
  }
  
  .custom-footer-social ul {
    margin-right: 15em;
  }
  
}


@media screen and (min-width: 1800px) {

  .hs-blog-post .blog-header {
    padding: 10em 0;
  }
  
}

/******************************************************************************/
/********************************* RESPONSIVE *********************************/
/******************************************************************************/

@media screen and (max-width: 479px) {
  
  
  .custom-table-image tr td {
    width: 100%!important;
    display: table-cell;
    margin: 0!important;
    clear: both;
    float: left;
  }
  
  .text-content-wrapper .custom-table-image tr td img {
    margin: 0 0 10px!important;
  }
  
    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; }

    .custom-home-social-icon {
      display: none;
      visibility: hidden;
    }
  
  .text-content-wrapper img {f
    float: none!important;
    text-align: center;
    display: block;
    margin: 30px 0!important;
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;
  }
  
  
}

@media screen and (min-width: 480px) {
  
  .hs-partners-layout .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget { 
    width: 48%;
  }
  
  .contact-page .custom-accordion-inner-content p {
     width: 48%;
    padding: 0 1em 2em 0;
  } 

  .columns .column {
    padding: 0 1em;
  }
    
  .two-col.columns .column figure img {
    max-width: 40%; 
  }
  
  .product-page .two-col.columns .column figure img {
    max-width: 100%!important;
  }
  
  .products-module .columns .column {
    width: 100%;
  }
  
  .columns.five-col .column {
    width: 100%;
    padding: 1em;
  }
  
  .columns .column h3 { 
    font-size: 28px;
  }
  
  .productpage .page-center-padding {
    padding: 0 2em;
  }

}

@media screen and (max-width: 767px) {
  
  .search-icon-wrapper .search-icon{
    display: none !important;
  }
    .header-23-sub-mp .hero-bg-container .hero-unit p {
      font-size: 18px;
      padding: 0 2em;
    }
  
    .text-cta-placeholder p {
      margin-bottom: 1em;
    }

    .search-icon-wrapper * {
        display: inline;
    }

    /* One Line Inputs */
    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        max-width: 100%;
        width: 100% !important;
    }
  .contact-page .blk{
    margin-top: 40px;
  }
  .contact-page .blk.a{
    margin-top: 20px;
  }
  .contact_form{
    padding: 0 0 1.5em;
  }
  

}


@media screen and (min-width: 768px) {
  
  .section-module.blogpost-module figure {
    max-height: 180px;
    overflow: hidden;
    position: relative;
  }
  
  .hs-partners-layout .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_custom_widget {  
    width: 33%;
  }
  
  .contact-page .custom-accordion-inner-content p {
    width: 33%;
    padding: 0 2em 2em 0;
  } 


    h1,
    .section-header-center h1,
    .section-header-center h2,
    .page-header.section-header h1,
    .page-header.section-header h2 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 30px;
    }
  
    h4 {
      font-size: 28px;
    }
    
    h5 {
      font-size: 26px;
    }
  
    p.section-sub-text {
      padding: 0 3em;  
    }  
  
    .columns.five-col .column {
      width: 42%;
      margin: 0 0.5em 2em!important;
    }
  
    .hero-banner.medium {
      height: 500px;
    }

    .hero-banner.large {
      height: 700px;
    }

    .hero-banner-text { 
      padding-left: 5em;
      padding-right: 5em;
    }
  
    .text-boxes .one-box-col { 
      width: 32%;
    }
  
    .products-module .columns .column {
      width: 48%;
    }
  
    .columns .column { 
      width: 48%;
    }
  
    .productpage .row.image-video .image-wrapper{
      margin:0!important;
    }

    .body-container .page-center {
      padding: 0;
    }

    .row {
      padding: 2em 0;
    }

    .productpage .page-center-padding {
      padding: 0 3em;
    }

    .productpage .columns .column {
      width: 47%;
      padding: 0 1em; 
    }

    .productpage .columns.fullwidth .column {
      width: 70%;
    }

    .productpage .columns.four-col .column div.hs_cos_wrapper_type_inline_rich_text {
        min-height: 140px;
    }
  
  .home.home-page .body-container-wrapper .section-module.cta-module .hs-cta-wrapper a.cta_button {
    font-size: 22px!important;
  }

    

}


@media screen and (max-width: 979px) {
  
  .header-container-wrapper {
    height: 115px!important;
    min-height: inherit!important;
  }
  
/*  .choose-language {
      position: absolute;
      right: 60px;
      top: 48px;
  }*/
  
  
    .custom-header-group .page-center{
      max-width: 100%;
      width: 100%;
      padding: 0px 20px;
      position: relative;
    }

    .custom-header-group .custom-logo {
      margin-top: 32px;
    }
  
    .mobile-open .custom-header-group {
      height: inherit;
    }

    /* search */
      .search-icon-wrapper {
        border-left-width: 0;
        margin: 0;
        padding: 0;
        display: block;
        height: auto;
        vertical-align: middle;
        position: relative;
        top: 0;
        left:0;
    }

    .search-icon-wrapper .search-icon {
        top: 0;
        right: 0;
        display: block;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 16px;
        font-family: Roboto;
        position: relative;
        color: #3c3c3c;
        padding: 9px 0 9px 16px;
        font-weight: 600;
        line-height: 1.2;
    }
  
    .search-icon-wrapper form input[type="text"] {
      max-width: 100%!important;
    }


    /* 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-trigger{
      display: block;
      cursor: pointer;
      position: relative;
      top: -35px;
      right: 0!important;
      left: inherit;
      padding: 0;
      float: right;
      width: 20px;
      height: 20px;
    }

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

    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -2px;
    }

    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 10px center;
        transform-origin: 10px center;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
        -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
        transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
    }

    .mobile-trigger i, 
    .mobile-trigger i:before, 
    .mobile-trigger i:after{
        width: 20px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background: #3c3c3c;
        display: inline-block;
        -webkit-border-radius: 5px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-border-radius: 5px;
        -moz-background-clip: padding;
        border-radius: 5px;
    }

    .mobile-trigger i:before{ 
        top: -6px; 
    } 

    .mobile-trigger i:after{ 
        top: 6px; 
    } 
  
    .mobile-open .mobile-trigger i{
        transition: background 0.3s 0s ease-in-out;
        background: transparent !important;
    }

    .mobile-open .mobile-trigger i:before,
    .mobile-open .mobile-trigger i:after{
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
        -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
        transition: top 0.3s 0.6s ease-in-out,-webkit-transform 0.3s ease-in-out,-moz-transform 0.3s ease-in-out,-o-transform 0.3s ease-in-out,transform 0.3s ease-in-out;
        -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
        -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
        -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
        transition: top 0.3s ease-in-out,-webkit-transform 0.3s 0.5s ease-in-out,-moz-transform 0.3s 0.5s ease-in-out,-o-transform 0.3s 0.5s ease-in-out,transform 0.3s 0.5s ease-in-out;
        top: 0;
        width: 20px;
    }

    .mobile-open .mobile-trigger i:before{
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
  
    .mobile-open .mobile-trigger i:after{
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100% !important; /* Button width */
        min-width: 100% !important;
        height: 37px !important; /* Button height */  
        padding: 0 !important;
    }

    .child-trigger:hover{
        text-decoration: none;
    }

    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .child-trigger i:after{
        position: absolute;
        content: '';
    }

    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #fff; /* Icon color */
        display: block;
    }

    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }  

    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
 
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 0;
        margin: 0;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .mobile-open .custom-menu-primary.js-enabled, .mobile-open .custom-mobile-search{
      min-height: 0;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  

    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        /*padding: 2em 0 0;*/
        padding: 2em 10px 0;
        background-color: #fff;
    }

    .custom-menu-primary .hs-menu-wrapper{
        width: 100%; 
    }

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

    .custom-menu-primary .hs-menu-wrapper > ul li a{
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        color: #3c3c3c;
        padding: 10px 0;
        font-weight: 600;
        line-height: 1.2;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a:after{
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free"; 
        position: relative;
        padding: 0px 0px 0px 9px;
        margin: 0px 0px 0px 0px;
        margin-right: 0;
        box-sizing: content-box !important;
        font-size: .8em;
        text-align: right !important;
        right: 6px;
        float: right;
        top: .3em;
        font-weight: 600;
        letter-spacing: 0.05em;
        speak: none;
        text-transform: none;
        /*content: "\f105";*/
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:hover > a{
        color: #005A70;
    }
      
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after{
        content: "\f107" !important;
        float: right;
        right: 5px;
        top: 4px !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        white-space: normal !important;
        line-height: 1.72;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        text-indent: 0;
        padding-left: 0;
        letter-spacing: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #fff;
        min-width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        margin-bottom: 12px !important;
    }

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

    /*.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color: #00ae65;
        background-color: #fff;
    }*/
  
    .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a {
        border-top: 1px solid #eee!important;
        font-weight: 400;
        text-transform: none;
    }

    /* footer */
    .custom-footer-group {
        padding-top: 36px;
        padding-bottom: 36px;
        text-align: center;
    }

    .footer-content {
        padding-top: 24px;
        padding-bottom: 21px;
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
        padding-left: 0;
        padding-right: 0;
    }

    .custom-privacy.footer-content,
    .custom-footer-social.footer-content{
        padding-top: 0;
    }

    .custom-footer-social {
        text-align: center;
    }

    .custom-footer-social ul li:first-child {
        padding-left: 0;
    }

    .custom-footer-social ul {
        padding: 3px 0 0;
    }
  
  /* added el 10.09 */
  .chg .choose-language{
    position: relative;
    top: -63px;
    right: 36px;
    float: right !important;
  }
  .mobile-open .chg .choose-language{
    top: -90px;
    right: 8px;
  }
    
}


@media screen and (min-width: 980px) {
  
    .header-container-wrapper {
      height: 91px!important;
      min-height: inherit!important;
    }
  
 
    .scroll .custom-header-group {
      background: rgba( 255, 255, 255, 0.9);
    }

    h1,
    .section-header-center h1,
    .section-header-center h2,
    .page-header.section-header h1,
    .page-header.section-header h2 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }
  
    .research .custom-research-module .custom-research-column h2,
    .posters .custom-poster-module .custom-pos-column h2 { 
      font-size: 30px;
    }
  
    .custom-artical-column.col1 h1 {
      font-size: 40px;
      margin:0;
    }

    h3 {
        font-size: 30px;
    }
  
    h4 {
      font-size: 34px;
    }
  
    h5 {
      font-size: 32px;
    }
  
    .products-module .layout-wrapper.border {
      padding: 1.5em 1.5em 2.75em;
    }

    .mobile-trigger, .child-trigger{ 
        display: none; 
    }
  
  
    .custom-logo {
      text-align: center;
    }

/*    .choose-language {
      float:right;
      margin: 31px 0 0;
      display: inline-block;
    }*/
  
  
    /* Child List */
    
    .header-container-wrapper .row-fluid .span10.custom-menu-primary {
      width: auto!important;
      max-width: inherit!important;
    }
 
  
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #fff;
        min-width: 273px;
        -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        /*letter-spacing: 0.8px;*/
        color: #3c3c3c;
        position: relative;
        font-size: 16px;
        line-height: normal;
        padding: 15px;
        white-space: normal !important;
        background-color: rgba(0, 0, 0, 0.03);
        /*border-bottom:1px solid #eee;*/
    }

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

    /*.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        color: #00ae65;
        background: #fff;
    }*/
  
    .search-icon-wrapper {
        margin: 2px 0 0 15px;
        padding: 0 0 0 15px;
    }
  
    .fa-search:before {
      content: "\f002";
  }
    
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }

    .desktop-hidden,
    .custom-mobile-search,
    .search-icon-wrapper form{
        display: none !important;
    }

    .custom-menu-primary .hs-menu-wrapper {
        text-align: center;
    }
    
    .custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper a {
        text-align: left;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a{
        font-weight: 600;
        text-transform: uppercase;
    }

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

    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0px 5px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:forst-child{
        margin-left: 0;
    }
  
    .cta-module .fullwidth {
      padding: 0 40px;
    }
  
    .columns.three-col .column{
      width: 33%;
      margin-bottom:0;
    }
  
    .columns.five-col .column {
      width: 30%;
    }
  
    .columns .column h3 { 
      font-size: 30px;
    }
  
     .productpage .columns.fullwidth .column {
      width: 50%;
    }


    .productpage .columns.three-col .column,
    .productpage .columns.five-col .column {
      width: 32%;
    }

    .productpage .columns .column {
      padding: 0 1em; 
      margin: 0 0 4em;
    }

    .productpage .product-desc figure,
    .productpage .product-desc .desc-box {
      display: inline-block;
      vertical-align: top;
    }

    .productpage .product-desc figure {
      width: 50%;
    }

    .productpage .product-desc .desc-box {
      width: 45%;
      padding-left: 1em;
    }

    .productpage .product-desc .desc-box li,
    .productpage .product-desc .desc-box p {
      font-size: 16px;
    }

    .productpage .cta-modules .cta-box h3 {
        font-size: 32px;
    }


    .productpage .product-tools .two-col.columns .column figure,
    .productpage .product-tools .two-col.columns .column .desc-box {
      display: inline-block;
      vertical-align: top;
    }

    .productpage .product-tools .two-col.columns .column figure {
      width: 58%;
    }

    .productpage .product-tools .two-col.columns .column .desc-box {
      margin: 0.5em 0 0 1em;
      width: 34%;
    }

    .productpage .columns.four-col .column div.hs_cos_wrapper_type_inline_rich_text {
        min-height: 120px;
    }
  
  /* added el 10.09 */
  .chg .choose-language{
    position: relative;
    top: 32px;
  }
  
}


@media screen and (min-width: 768px) and (max-width: 979px) {

  .productpage .row.image-video .video-wrapper .widget-type-rich_text {
    padding: 0.5em 0.5em 0;
  }
  
  .productpage .video-wrapper .text {
    font-size: 28px;
  }
  
}


@media screen and (min-width: 768px) and (max-width: 1280px) {
  
  .header-23-sub-mp {
    padding-bottom: 155px;
  }
 
}


@media screen and (min-width: 768px) and (max-width: 1139px) {
  
  .blog .row-fluid .span4.blog-sidebar,
  .blog .row-fluid .span8.main-content {
    margin:0!important;
    width: 100%!important;
  }
  
} 

@media screen and (min-width: 980px) and (max-width: 1279px) {
  
  .productpage .row.image-video .video-wrapper .widget-type-rich_text {
    padding: 1em 1em 0;
  }
  
  .productpage .video-wrapper .text {
    font-size: 30px;
  }  
  
}

@media screen and (min-width: 1140px) {
  
  .blog .row-fluid .span4.blog-sidebar {
    padding-left: 1.5em;
  }
  
  .show-mobile .dropdown {
    display: none;
    visibility: hidden;
  }

  .show-desktop .dropdown {
    display: block;
    visibility: visibility;
  }


}

@media screen and (min-width: 1280px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 10px;
  }
  
    .section-module {
      padding: 3em 0;  
    }
  
    .hero-banner.small {
      height: 400px;
    }

    .hero-banner.medium {
      height: 600px;
    }

    .hero-banner.large {
      height: 800px;
    }

    p.section-sub-text {
      padding: 0 8em;  
    }  
  
    .columns.four-col .column {
      width: 24%;
      margin-bottom:3em;
    }

     .columns.five-col .column {
      width: 19%;
       margin: 0 1em 2em!important;
    }
  
    .story-list .body-container-wrapper .body-container {
      position: relative;
    }
  
    .columns.story-list-items {
      padding: 2em;
    }
  
    .hero-banner-text {
      padding-left: 10em;
      padding-right: 10em;
    }

    .text-boxes {
      position: relative;
      top: -50px;
      z-index: 99999;
      margin: 0 auto!important;
      float: none!important;
      width: 100%;
      max-width:  1200px;
    }
  
    .text-boxes .one-box-col {
      background: #fff;
      border: 1px solid #ECEBE2;
      position: relative;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(153,153,153,0.5);
      -moz-box-shadow: 0px 2px 2px 0px rgba(153,153,153,0.5);
      box-shadow: 0px 2px 2px 0px rgba(153,153,153,0.5);
    }
  
    .text-boxes .one-box-col .fontawesome {
      position: absolute;
      top: -26px;
      width: 65px;
      height: 65px;
      padding: 0.9em 0;
      text-align: center;
      right: 40%;
      left: 40%;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border-top: 1px solid #ECEBE2;
    }
  
    .text-boxes .one-box-col p {
      margin: 0;
      line-height: 1.5;
      font-weight: 300;
    }
  
    .text-boxes .one-box-col h2 {
      margin-top: 1.5em;
    }
  
    .text-boxes .one-box-col:first-child,
    .text-boxes .one-box-col:last-child,
    .text-boxes .one-box-col:first-child .fontawesome,
    .text-boxes .one-box-col:last-child .fontawesome {
      background: #F9F9F6;
    }
  
   .row {
    padding: 4em 0;
  }
  
  .productpage .row.product-info {
    padding: 2em 0;
  }

  .productpage .page-center-padding {
    padding: 0 4em;
  }
  
  .productpage .columns.four-col .column {
    width: 24%;
  }
  
  .productpage .columns.four-col .column div.hs_cos_wrapper_type_inline_rich_text {
      min-height: 210px;
  }
  
  .productpage .columns.five-col .column {
    width: 19%;
  }
  
  
}

@media screen and (max-width: 1199px) {
  
  .products-module .columns {
    padding: 0 1em;    
  }

}


@media screen and (max-width: 1399px) {
  
  .container-fluid .row-fluid .page-center {
    padding: 0 20px;
  }

}

@media screen and (min-width: 1400px) {
  
  .productpage .desc-box h3 {
    font-size: 22px;
  }
/* 
   .choose-language {
      position: relative;
      right: inherit;
      top: 0;
   }*/
  
 
}

@media screen and (min-width: 1800px) {
  
  .productpage .columns.four-col .column div.hs_cos_wrapper_type_inline_rich_text {
      min-height: 112px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0px 15px;
  }

}
@media (min-width: 1200px) {
html {
    height: 100%;
}
body.patentsnn, body.eventsnn {
  position: relative;
  padding-bottom: 45rem;
}
body.patentsnn .footer-container-wrapper, body.eventsnn .footer-container-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
}
.npasswo {
    margin-bottom: 40px;
}