/* @import url('https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/font/palanquin/stylesheet-lumitex.css'); */
/*@import url('https://www.lumitex.com/hubfs/font/palanquin/font-stylesheet.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 */

    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: visible;
    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;}



/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and referenced 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */


/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */

body {
  
}

body {
  background: #fff;
  color: #333;
  font-family: 'Palanquin',sans-serif;
  font-size: 18px;
  line-height: 1.4446;
  overflow-x: hidden;
}


h1, h2, h3, h4, h5 {
    font-family: 'Palanquin',sans-serif;
}

h1 {
    font-weight: bold!important;
}

a.cta_button span {
    font-family: 'Palanquin',sans-serif!important;
}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 1080px){
    .container-fluid .row-fluid .page-center {
        padding: 0 40px;   
    }
}

.slim .page-center {
 max-width: 860px!important; 
}

a { 
/*color: #0055b7; */
  color: #0084D5; 
text-decoration:none;
}

a:hover, a:focus { 
color: #0055b7; 
}

a.link-icon, button.link-icon {
    color: #0084D5!important; 
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    position: relative;
    letter-spacing: 1.21px;
  background: transparent;
  border: 0px;
  -webkit-appearance: none;
      cursor: pointer;
}
a.link-icon:hover, button.link-icon:hover {
 text-decoration: underline!important; 
}

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

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
â€‚ â€‚ max-width: initial;
}
hr {
        display: none;
}

/* ==========================================================================
   Basic                                              
   ========================================================================== */

* {
  text-shadow: none;
  text-rendering: optimizeLegibility;
  min-height: 0px!important;
}

body, html {
margin: 0px!important;    
}

.visible-phone {
  display: none;
}

@media (max-width: 767px) {
  .visible-phone {
    display: block;
    opacity: 1!important;
  }
  .hidden-phone {
    display: none;
  }
}

img {
 max-width: 100%;    
}

.hide {
  display: none;
}

.show {
  display: block;
}

.content {
padding-top: 40px!important;
padding-bottom: 40px!important;    
}

.content.padding-80 {
    padding-top: 80px!important;
padding-bottom: 80px!important;
}

#white-overview .content.padding-80 {
    padding-top: 40px!important;
}

.content.padding-20 {
    padding-top: 20px!important;
padding-bottom: 20px!important;
}

.padding-0 {
   padding-top: 0px!important;
   padding-bottom: 0px!important;	
}

.white-background {
    background: -webkit-linear-gradient(#fff, #FDFDFD, #F7F7F7);
    background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}

/* Quick fix on markets page*/

body.markets .white-background {
     background: -webkit-linear-gradient(#0c0f18, #151a2b, #191f35);
     background: linear-gradient(#0c0f18, #151a2b, #191f35);    
}

body.markets .white-background h2, body.markets .white-background h3, body.markets .white-background h4, body.markets .white-background p, body.markets .white-background ul, body.markets .white-background li {
    color: #fff!important;    
}

/* End quick fix */

.dark-background {
     background: -webkit-linear-gradient(#0c0f18, #151a2b, #191f35);
     background: linear-gradient(#0c0f18, #151a2b, #191f35);	
}

.ia.big h1{
	font-size: 52px;
    line-height: 1.07724;
}

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

/* Making button float right, keep at top of this section*/
#hs_menu_wrapper_wizard_module_164946771800526850785295273530530901987 .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary {
  /*float: right!important;*/
}
/**/
   

.sticky-menu.active .show-sticky {
  display: block!important;
}

.sticky-menu.active .hide-sticky {
  display: none!important;
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding-top: 5px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-of-type>a:before {
      display: none!important;
    height: 0px!important;
  }
.sticky-menu.active .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  padding-top: 0px!important;
}
.main-navigation {
  padding-top: 7px;
}
.sticky-menu.active.main-navigation {
  padding-top: 0px!important;
}
/*.main-navigation .hs-menu-flow-horizontal>ul>li>a>div,
.main-navigation .hs-menu-flow-horizontal>ul>li>a>span {
  border-radius: 0px!important;
}*/
.header-logo img {
  max-height: 56px;
  max-width: 220px;
  float: left;
}
@media (min-width:1080px) and (max-width:1116px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 15px!important;
  }
}
@media (min-width:1080px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    max-height: 55px;
  }
  
  .header-logo .hide-sticky img {
    margin-bottom: -15px;
  }
  
  .hs-menu-wrapper ul li:hover > a,
  .hs-menu-wrapper ul li a:hover,
  .hs-menu-wrapper ul li.active > a,
  .hs-menu-wrapper ul li.active-branch > a {
    color: #fff;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #fff!important;
  }
  
  .sticky-menu.active .hs-menu-wrapper ul li:hover > a,
  .sticky-menu.active .hs-menu-wrapper ul li a:hover,
  .sticky-menu.active .hs-menu-wrapper ul li.active > a,
  .sticky-menu.active .hs-menu-wrapper ul li.active-branch > a {
    color: #0055b7; 
  }
  
  .sticky-menu.active .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #0055b7!important;
  }
  
  body.ia .sticky-menu.main-navigation .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #0055b7!important;  
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a:hover:before {
    top: 45px!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #FFF!important;
  }
}
@media(max-width:1079px) {
  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    width: 100%;
  }
  
  .main-navigation {
    padding-top: 0px!important;
  }
  
  .mobile-menu-button {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: 20px!important;
    margin-top: -6px!important;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-top: 0px!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 25px!important;
    max-width: 100%!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    color: #222!important;
  }
  
  .js-on .header-wrapper.with-navigation .header-logo {
    width: 100% !important;
  }
  
  .centered,
  .centered-small,
  .centered-smaller,
  .container-fluid .row-fluid .centered,
  .container-fluid .row-fluid .centered-small,
  .container-fluid .row-fluid .centered-smaller {
    padding-right: 0px!important;
    padding-left: 0px!important;
    min-height: 60px!important;
    max-height: 60px!important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.expanded ul.hs-menu-children-wrapper {
    opacity: 1;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a {
    background: transparent!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100%;
    color: #444;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a {
    border-top: 0px solid #000!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:before {
    display: none!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: visible!important;
  }
  
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    max-width: none;
    max-height: none;
    height: auto;
    overflow: hidden;
    opacity: 1;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
    position: static!important;
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    border-radius: 0 0 0 5px;
  }
  
  .header-logo::-moz-selection,
  .header-logo *::-moz-selection,
  .main-navigation::-moz-selection,
  .main-navigation *::-moz-selection,
  .mobile-menu-button::-moz-selection {
    background: 0;
    color: inherit;
  }
  
  .header-logo::selection,
  .header-logo *::selection,
  .main-navigation::selection,
  .main-navigation *::selection,
  .mobile-menu-button::selection {
    background: 0;
    color: inherit;
  }
  
  .main-navigation {
    width: 100% !important;
    height: 0;
    margin-left: 0 !important;
    float: none !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    display: none;
    max-width: none;
    max-height: none;
    height: auto;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul li a {
    white-space: normal;
  }
  
  .mobile-menu-button i {
    display: block;
    height: 3px;
    position: absolute;
    left: 10px;
    right: 10px;
    background: #444!important;
  }
  
  .mobile-menu-button .mobile-menu-button-line-top {
    top: 15px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-middle {
    top: 24px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-bottom {
    top: 33px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-top {
    display: none;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle,
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    top: 26px;
    left: 15px;
    right: 15px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .main-navigation .mobile-menu-expand-button:hover,
  .main-navigation .mobile-menu-expand-button:focus {
    opacity: 1;
  }
  
  .main-navigation .expanded>.mobile-menu-expand-button:before {
    content: url('//241237.fs1.hubspotusercontent-na1.net/hubfs/241237/collapse.png?t=1543425611001')
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    display: none;
    width: 320px;
    position: absolute;
    right: 0;
    padding-top: 4px;
    background: #fff;
    opacity: .98;
  }
  
  .main-navigation .hs-menu-flow-horizontal.expanded {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li a {
    margin-right: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li a:hover,
  .main-navigation .hs-menu-flow-horizontal ul li a:focus {
    opacity: .8;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    padding: 15px 20px!important;
    font-size: 18px;
  }

  .main-navigation .hs-menu-flow-horizontal ul ul {
    margin-left: 0;
    border-bottom: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li:first-child:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul li:last-child {
    border-bottom: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a {
    min-width: 0 !important;
    width: auto;
    padding: 15px 20px 15px 40px;
    font-size: 14px!important;
    font-weight: 700;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li.hs-item-has-children>a {
    padding-right: 16px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li.hs-item-has-children>a:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul li a,
  .main-navigation .hs-menu-flow-horizontal ul ul li:hover>a,
  .main-navigation .hs-menu-flow-horizontal ul ul li.active>a,
  .main-navigation .hs-menu-flow-horizontal ul ul li.active-branch a {
    background: 0;
    border: 0;
    color: #444;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li>ul {
    margin-top: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul li:first-child:before {
    display: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul li a {
    padding-left: 50px;
    font-weight: normal;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul ul li a {
    padding-left: 60px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul ul ul li a {
    padding-left: 70px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul ul ul ul ul ul li a {
    padding-left: 80px;
  }
  
  html .sticky-menu {
    display: none !important;
  }
}


/*NEW HEADER MENU STYLES - Extras*/
.header-container-wrapper,
.header-wrapper,
.header-wrapper a,
.header-wrapper a:hover,
.header-wrapper h1,
.header-wrapper h2,
.header-wrapper h3,
.header-wrapper h4,
.header-wrapper h5,
.header-wrapper h6 {
  color: #444444;
}
.header-container-wrapper {
  background: #ffffff;
}
.header-container-wrapper {
  position: relative;
  z-index: 9999;
  background: #fff;
}
.header-logo {
  line-height: 55px;
}
.mobile-menu-button {
  display: none;
}

.main-navigation .cell-wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
.hs_cos_wrapper {
  display: block;
  clear: both;
}
@media (min-width: 1080px) {
  .main-navigation .hs-menu-wrapper.flyouts,
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    display: block !important;
    overflow: visible !important;
  }
}
.hs-menu-flow-horizontal>ul {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.hs-menu-wrapper li,
.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation .hs-menu-flow-horizontal>ul>li {
  margin-right: 0px;
}
.hs-menu-flow-horizontal.flyouts>ul>li:not(.extra-wrapper-secondary) {
  float: left;
}
.hs-menu-wrapper.flyouts li {
  position: relative;
}
.hs-menu-wrapper ul li:hover > a,
.hs-menu-wrapper ul li a:hover,
.hs-menu-wrapper ul li.active > a,
.hs-menu-wrapper ul li.active-branch > a {
  color: rgba(234, 118, 0, 1);
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a {
  /* THIS IS THE MAIN NAV STYLE*/
  
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #525454;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none!important;
  text-decoration: none;
  -webkit-transition: color .2s, text-shadow .2s, background-color .2s, border-color .2s, -webkit-box-shadow .2s, opacity .2s;
  -o-transition: color .2s, text-shadow .2s, background-color .2s, border-color .2s, box-shadow .2s, opacity .2s;
  transition: color .2s, text-shadow .2s, background-color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}
.main-navigation .hs-menu-flow-horizontal ul li a {
  font-family: 'Palanquin', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-reset .hs-menu-flow-horizontal>ul>li>a {
  border-left: 0;
}
.hs-menu-wrapper a {
  display: block;
  text-decoration: none;
  -webkit-transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, -webkit-box-shadow .4s ease, opacity .4s ease;
  -o-transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
  transition: color .4s ease, text-shadow .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease, opacity .4s ease;
}
.main-navigation .hs-menu-flow-horizontal>ul>li:hover>a:before,
.main-navigation .hs-menu-flow-horizontal>ul>li.active>a:before,
.main-navigation .hs-menu-flow-horizontal>ul>li.active-branch>a:before {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.main-navigation .hs-menu-flow-horizontal > ul > li > a:before {
  background: rgb(237, 120, 0);
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45px;
  left: 40%;
  right: 40%;
  z-index: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1080px) {
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: hidden!important;
  }
  
  .main-navigation .hs-menu-wrapper.flyouts,
  .main-navigation .hs-menu-wrapper.flyouts ul ul,
  .main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
    display: block !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper ul ul {
    border-bottom-width: 4px;
  }
}
.main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.flyouts-slide .hs-menu-flow-horizontal.flyouts ul ul {
  top: 60%;
}
.flyouts-fade .hs-menu-wrapper.flyouts ul ul {
  opacity: 0;
}
.hs-menu-flow-horizontal.flyouts ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  position: absolute;
}
.hs-menu-wrapper.flyouts ul ul {
  max-width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.main-navigation .hs-menu-flow-horizontal > ul > li > ul > li:first-child:before {
  background: #444444;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 20px;
  background: #444;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.main-navigation .hs-menu-flow-horizontal ul ul li:first-child > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.main-navigation .hs-menu-flow-horizontal ul ul li:first-child>a {
  border-top: 0;
  border-top-width: 0px;
  border-top-style: initial;
  border-top-color: initial;
}
.main-navigation .hs-menu-flow-horizontal ul ul li a {
  background: #444444;
  border-top: 1px solid #555555;
  color: #ffffff;
}
.main-navigation .hs-menu-flow-horizontal ul ul li a {
  min-width: 180px !important;
  position: relative;
  padding: 8px 15px;
  line-height: 25px;
  font-size: 14px!important;
}
.hs-menu-flow-horizontal.flyouts ul ul li a,
.hs-menu-flow-vertical.flyouts ul ul li a {
  white-space: nowrap;
}
.hs-menu-wrapper.flyouts li {
  position: relative;
}
.hs-menu-wrapper li,
.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-reset .hs-menu-wrapper.flyouts ul ul li a {
  min-width: 0;
}
.main-navigation .hs-menu-flow-horizontal ul ul li:last-child > a {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 1079px) {
  .mobile-menu-button {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: 0px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .mobile-menu-button i,
  .mobile-menu-button i:before,
  .mobile-menu-button i:after {
    border-radius: 2px;
  }
  
  .mobile-menu-button i {
    background: #444444;
  }
  
  .mobile-menu-button i {
    display: block;
    height: 3px;
    position: absolute;
    left: 10px;
    right: 10px;
    background: #444;
  }
  
  .mobile-menu-button .mobile-menu-button-line-top {
    top: 15px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-middle {
    top: 24px;
  }
  
  .mobile-menu-button .mobile-menu-button-line-bottom {
    top: 33px;
  }
  
  .main-navigation .hs-menu-flow-horizontal.expanded {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    border-radius: 0;
  }
  
  .main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    overflow: hidden;
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    background: #ffffff;
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    width: 100%;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  }
  
  .main-navigation .hs-menu-flow-horizontal ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .hs-menu-flow-horizontal.no-flyouts>ul>li,
  .hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>a {
    padding: 15px 20px;
    font-size: 18px;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li a {
    margin-right: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .hs-menu-flow-horizontal>ul>li>a {
    border-top: 0;
  }
  
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: visible!important;
  }
  
  .main-navigation .mobile-menu-expand-button {
    display: block;
    width: 60px;
    height: 54px!important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 54px!important;
    text-align: center;
    opacity: .8;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.01);
  }
  
  .main-navigation .mobile-menu-expand-button:before {
    content: url('//241237.fs1.hubspotusercontent-na1.net/hubfs/241237/dropdown.png?t=1543425611001');
    font-family: FontAwesome;
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts ul ul li a {
    white-space: normal;
  }
  
  .main-navigation .hs-menu-flow-horizontal ul li.expanded {
    background: rgba(0, 0, 0, 0.07);
  }
  
  .main-navigation .hs-menu-flow-horizontal.flyouts>ul>li {
    margin-right: 0;
    float: none;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li:last-child {
    margin-right: 0 !important;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle,
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    top: 26px;
    left: 15px;
    right: 15px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-middle {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-top {
    display: none;
  }
  
  .mobile-menu-button .mobile-menu-button-line-top {
    top: 15px;
  }
  
  .mobile-menu-button.expanded .mobile-menu-button-line-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .main-navigation .hs-menu-flow-horizontal {
    top: 60px;
    margin-top: -4px;
  }
  
  body .main-navigation .cell-wrapper {
    display: block;
  }
  
  .main-navigation {
    width: 100% !important;
    height: 0;
    margin-left: 0 !important;
    float: none !important;
  }
  
  .js-on .header-wrapper.with-navigation .header-logo {
    padding-right: 225px;
    float: none !important;
    position: relative;
  }
}
body .main-navigation .mobile-menu-expand-button {
  opacity: 1;
}
.sticky-menu.active {
  opacity: .95;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  max-height: 55px;
}
.sticky-menu,
.sticky-menu-option-check {
  display: block !important;
}
.sticky-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #444;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.sticky-menu:after {
  height: 8px;
  bottom: -8px;
  background: url('//158743.fs1.hubspotusercontent-na1.net/hubfs/158743/2015_Website/bottom-shadow5.png?t=1543425611001') center top no-repeat;
}
.sticky-menu:before,
.sticky-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.centered,
.container-fluid .row-fluid .centered {
  max-width: 1200px;
}
.centered,
.centered-small,
.centered-smaller,
.container-fluid .row-fluid .centered,
.container-fluid .row-fluid .centered-small,
.container-fluid .row-fluid .centered-smaller {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}

.header-wrapper:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.065);
}

/*Added Before Break*/
.main-navigation .hs-menu-flow-horizontal>ul>li>a:before>span {
  display: none;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a:hover>div {
  opacity: .9;
}
.main-navigation .hs-menu-flow-horizontal>ul>li>a:active>div,
.main-navigation .hs-menu-flow-horizontal>ul>li>a:active:hover>div {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(0.98, 0.98) translateY(2px);
  -ms-transform: scale(0.98, 0.98) translateY(2px);
  -o-transform: scale(0.98, 0.98) translateY(2px);
  transform: scale(0.98, 0.98) translateY(2px);
}
.main-navigation .hs-menu-flow-horizontal ul ul li a:hover {
  background: #222;
}
.main-navigation .hs-menu-flow-horizontal > ul > li > ul > li:first-child:hover:before {
  background: #222;
}
body .main-navigation .hs-menu-wrapper.flyouts ul ul {
  overflow: visible!important;
}
.main-navigation .hs-menu-wrapper.flyouts ul ul,
.main-navigation .hs-menu-wrapper.flyouts li:hover>ul {
  max-width: none;
  max-height: none;
  height: auto;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 568px) and (max-width: 1079px) {
  .main-navigation .hs-menu-flow-horizontal {
    width: 320px!important;
  }
}



@media (min-width: 1080px) {
  .centered .main-navigation .widget-type-menu {
    text-align: right!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto!important;
    min-width: 205px!important;
    display: inline-block!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: 350px!important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin-top: -6px;
  }
  
  .main-navigation .hs-menu-flow-horizontal>ul>li>ul>li:first-child:hover:before {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
  }
}
@media (min-width: 1080px) {
  body .main-navigation .hs-menu-wrapper.flyouts ul ul {
    overflow: hidden!important;
  }
}

body.ia .header-container-wrapper .header-wrapper {
    position: absolute;
    /*top: 0px;*/
    /*top: 50px;*/
    width: 100%!important;
    /*z-index: 30;*/
    background: none;
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 1080px) {
    body.ia .header-container-wrapper .header-wrapper {
        top: 25px;
    }
    .mobile-menu-button {
        margin-top: 5px!important;
    }
}

@media (max-width: 767px) {
    body.ia .header-container-wrapper .header-wrapper {
        /*top: 30px;*/
    }
}

body.ia.lp .header-container-wrapper .header-wrapper {
    top: 0px;
}

body.ia .header-container-wrapper {
    background: none;
}

body.ia .header-container-wrapper .ia-logo {
    display: block!important;
    margin-top: 3px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
}

body.ia .header-container-wrapper .civic-logo {
    display: none!important;
}

body.ia .main-navigation .centered {
    text-align: right!important;
}

body.ia .main-navigation ul a {
    font-size: 15px!important;
    color: white;
	font-weight: 400;
	text-transform: uppercase;
}

@media (min-width: 481px) and (max-width: 1080px){
    body.ia .main-navigation ul a {
        margin-bottom: -10px;
    }
}

body.ia .header-wrapper:before {
    height: 0px!important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}


body.ia .header-wrapper .header-inner-wrapper {
    max-width: 100%!important;
    padding: 0 2em!important;
}

@media screen and (min-width: 64.0625em){
body.ia .header-wrapper .header-inner-wrapper {
    padding: 0 4em!important;
}
}

@media (max-width: 767px){
body.ia .header-wrapper .header-inner-wrapper {
    padding: 0 10px !important;
}
}


body.ia .main-navigation {
    /*padding-top: 30px!important;*/
}


body.ia .main-navigation .hs-menu-wrapper {
    margin-top: 6px;
}

body.ia .sticky-menu.active {
    max-height: 74px!important;
    padding-top: 10px!important;
}

body.ia .sticky-menu.main-navigation .hs-menu-flow-horizontal>ul>li>a {
    color: #8A959D!important;
}

body.ia .sticky-menu.main-navigation .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #fff!important;
}

body.ia .sticky-menu.main-navigation.active .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #0055b7!important;
}

body.ia .sticky-menu.active .centered  {
    max-width: 100%!important;
    padding: 0 2em!important;
}

@media screen and (min-width: 64.0625em){
body.ia .sticky-menu.active .centered  {
    padding: 0 4em!important;
}
}

body.ia .sticky-menu.main-navigation .hs-menu-wrapper {
    margin-top: 0px;
}

body.ia .sticky-menu.active .header-logo {
    position: relative;
}

body.ia .sticky-menu.active .header-logo img {
    position: absolute;
    left: 0;
    top: 0;
	max-height: 44px;
}

body.ia .sticky-menu:after {
    height: 0px;
    bottom: 0px;
    background: none;
	
}


body.ia .sticky-menu {
border-bottom: solid 1px #e4e4e4
}

body.ia .sticky-menu.active ul {
    padding-right: 8.59375%;
    margin-top: -5px;
    margin-left: -8.59375%;
}

body.ia .sticky-menu.active ul.hs-menu-children-wrapper {
    padding-right: 0px;
}

/*body.ia .sticky-menu.active .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #0055b7!important;
}*/

@media (min-width: 1080px){
/*body.ia .hs-menu-wrapper ul li a span {
    color: #fff!important;
    border: solid 1px #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 16px;
    background: none;
}

body.ia .hs-menu-wrapper ul li a span:hover {
    color: #fff!important;
    background: #0055b7;
    border: 1px solid #0055b7;
}*/

body.ia .sticky-menu.active .hs-menu-wrapper ul li a span {
    color: #fff!important;
    border: solid 1px #0055b7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 16px;
    background: #0055b7;
}

body.ia .sticky-menu.active .hs-menu-wrapper ul li a span:hover {
    color: #fff!important;
    background: #0055b7;
}
}

@media (min-width: 1081px){
body.ia  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.sticky-menu.active .span9 .layout-widget-wrapper {
    width: 100%;
}
}

@media (min-width: 1140px){
body.ia .header-container-wrapper .row-fluid .span3, .sticky-menu.active .row-fluid .span3 {
width: 14.529914530000001%;
}

body.ia .header-container-wrapper .row-fluid .span9, .sticky-menu.active .row-fluid .span9 {
width: 82.905982906%;
}
}

@media (min-width: 1080px) and (max-width: 1200px) {
    body.ia .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 15px!important;
    /*margin-left: -5px!important;
    margin-right: -5px!important;*/
    }
    /*body.ia .main-navigation ul a {
        font-size: 11px!important;
    }*/
}

@media (max-width: 1079px) {
.ia .mobile-menu-button i {
    background: #fff!important;
}
.ia.solid-head .mobile-menu-button i {
    background: #444!important;
}
body.ia .main-navigation .hs-menu-wrapper {
    margin-top: 0px;
}
}

@media (max-width: 767px){
    body.ia.blog-post .header-container-wrapper, body.ia.blog .header-container-wrapper, body.ia.solid-head .header-container-wrapper {
        height: 92px!important;
    }   
}

.ia .hs-menu-item.hs-menu-depth-1.extra-wrapper-secondary a:before {
    display:none;
}

/* ==========================================================================
   Top Bar - Phone and Language Selector                                            
   ========================================================================== */

.hsg-nav__wrapper input[type="search"]{
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
box-sizing: content-box;
}

.hsg-nav__wrapper .hsg-nav__group {
    margin: 0;
    padding-left: 0px;
    float: right;
}

@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__group-item--has-dropdown:hover .hsg-nav__dropdown-list {
        display: block;
    }
}

@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__group--nav-bar, .hsg-nav__wrapper .hsg-nav__group--search {
    display: none;
}
}.hsg-nav__wrapper .hsg-nav__group-item {
    display: inline-block;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__group-item {
    cursor: pointer;
}
}@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper:before {
    right: 10px;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper:before {
    content: none;
}
}.hsg-nav__wrapper .hsg-nav__group-item--search input {
    cursor: pointer;
    background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/grey-search-icon.svg?t=1543425611001) 5px no-repeat;
    font-family: 'Palanquin', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-right: 2px solid #e4e5e6;
    -webkit-transition: width .35s;
    transition: width .35s;
    width: 0;
    /*height: 30px;*/
    padding: 1px 10px 1px 30px;
}
.hsg-nav__wrapper .hsg-nav__group-item--search input:focus {
    cursor: auto;
    width: 100px;
    -webkit-appearance: none;
}
@media (min-width:1025px) {
    .hsg-nav__wrapper .hsg-nav__group-item--search input:focus {
    width: 175px;
}
}.hsg-nav__wrapper .hsg-nav__group-item--cta {
    padding: 10px;
}
.hsg-nav__wrapper .hsg-nav__link-wrapper {
    position: relative;
}
.hsg-nav__wrapper .hsg-nav__link {
    display: inline-block;
    color: #555;
    padding: 15px 0;
    font-size: 16px;
}
.hsg-nav__wrapper .hsg-nav__link-label {
    display: inline-block;
}
.hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--contact-us, .hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--globe, .hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--phone {
    background-repeat: no-repeat;
    background-size: 18px;
}
.hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--globe {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/blue-globe-icon.svg?t=1543425611001);
}
.hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--phone {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/blue-telephone-icon.svg?t=1543425611001);
}
.hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--contact-us {
    background-image: url(//53.fs1.hubspotusercontent-na1.net/hubfs/53/assets/hubspot.com/parrotdad/orange-contact-icon.svg?t=1543425611001);
}
.hsg-nav__wrapper .hsg-nav__dropdown-list {
    cursor: auto;
    background-color: #3b3f3f;
    margin: 0 auto;
    padding: 10px 0;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__dropdown-list {
    position: absolute;
    top: 100%;
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.35);
    z-index: 90;
}
}.hsg-nav__wrapper .hsg-nav__dropdown-list--2-col, .hsg-nav__wrapper .hsg-nav__dropdown-list--3-col {
    width: 100%}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__dropdown-list--3-col {
    max-width: 750px;
}
}@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__dropdown-list--2-col {
    max-width: 600px;
}
}.hsg-nav__wrapper .hsg-nav__dropdown-row {
    border-bottom: 2px solid hsla(0, 0%, 100%, .2);
    padding: 20px 0;
}
.hsg-nav__wrapper .hsg-nav__dropdown-row * {
    color: #fff;
}
.hsg-nav__wrapper .hsg-nav__dropdown-row:last-child {
    border-bottom: 0;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__dropdown-row--links {
    padding: 20px 15px;
}
}.hsg-nav__wrapper .hsg-nav__dropdown-row--links .hsg-nav__header {
    position: relative;
    padding-bottom: 15px;
}
.hsg-nav__wrapper .hsg-nav__dropdown-row--links .hsg-nav__header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #f7751f;
    border-radius: 2px;
    width: 35px;
    height: 3px;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__dropdown-column {
    margin-right: 15px;
}
.hsg-nav__wrapper .hsg-nav__dropdown-column:last-child {
    margin-right: 0;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav__dropdown-column {
    padding-bottom: 20px;
}
.hsg-nav__wrapper .hsg-nav__dropdown-column:last-child {
    padding-bottom: 0;
}
}.hsg-nav__wrapper .hsg-nav__dropdown-item a {
    display: block;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: 5px 20px;
}
.hsg-nav__wrapper .hsg-nav__dropdown-item a:hover {
    color: #fff;
    text-decoration: none;
}
.hsg-nav__wrapper .hsg-nav__dropdown-item:hover a {
    background-color: #f7751f;
}
.hsg-nav__wrapper .hsg-nav__header {
    font-size: 18px;
    margin: 0 0 5px;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__header {
    font-size: 20px;
}
}.hsg-nav__wrapper .hsg-nav__subheader {
    margin: 0;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav__subheader {
    display: none;
}
}.hsg-nav__wrapper .hsg-nav__box-link {
    display: block;
    padding: 5px 0;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__box-link {
    border-radius: 3px;
    padding: 15px;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav__box-link {
    margin-bottom: 5px;
}
}@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__box-link:hover {
    background-color: hsla(0, 0%, 100%, .2);
}
}@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__box-link .hsg-nav__header {
    padding: 0;
}
.hsg-nav__wrapper .hsg-nav__box-link .hsg-nav__header:after {
    content: none;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav__box-link .hsg-nav__header {
    display: inline-block;
    color: inherit;
    margin: 0;
}
}.hsg-nav__wrapper .hsg-nav__link-group {
    position: relative;
    left: -10px;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav__link-group--inline li {
    display: inline-block;
}
}.hsg-nav__wrapper .hsg-nav__link-group li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.hsg-nav__wrapper .hsg-nav__link-group li a span {
    display: inline-block;
    color: inherit;
}
.hsg-nav__wrapper .hsg-nav__link-group li a span:after {
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s, right .3s ease;
    transition: opacity .3s, right .3s ease;
}
.hsg-nav__wrapper .hsg-nav__link-group li a:hover span:after {
    right: 5px;
    opacity: 1;
}
@media (max-width:767px) {
    .hsg-nav__wrapper#hsg-nav-2016 .hsg-nav-bar {
    display: none;
}
}.hsg-nav__wrapper .hsg-nav-bar {
    background-color: #f9f8f7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.hsg-nav__wrapper .hsg-nav-bar.hsg-fixed-element {
    z-index: 91;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item {
    position: relative;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item--login .hsg-nav__link-label, .hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item:last-child .hsg-nav__link-label {
    border-right: 0;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item--login {
    display: none;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item--login.signed-out {
    display: inline-block;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__group-item--login .hsg-nav__link:hover .hsg-nav__link-label {
    text-decoration: underline;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__link-label {
    border-right: 2px solid #e4e5e6;
    padding: 0 10px;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__link-label.hsg-nav__link-label--contact-us, .hsg-nav__wrapper .hsg-nav-bar .hsg-nav__link-label.hsg-nav__link-label--globe, .hsg-nav__wrapper .hsg-nav-bar .hsg-nav__link-label.hsg-nav__link-label--phone {
    background-position: 10px;
    padding-left: 35px;
    cursor: pointer;
}
.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__dropdown-list {
    display: none;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav-bar .hsg-nav__dropdown-list {
    left: 0;
    min-width: 100%}
}.hsg-nav__wrapper .hsg-nav-menu {
    position: relative;
    background-color: #fff;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu {
    font-size: 16px;
}
}.hsg-nav__wrapper .hsg-nav-menu a:not(.cta):not(.cta--primary):not(.cta--blue):not(.cta--secondary):not(.cta--orange):not(.cta--white):not(.cta--tertiary):not(.cta--tertiary-alt) {
    display: block;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group {
    padding: 15px 0;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group--nav-bar {
    position: relative;
}
.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group--nav-bar:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #555;
    width: calc(100% - 50px);
    height: 3px;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group--nav-bar .hsg-nav__dropdown-list {
    padding: 0 20px;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group--primary {
    overflow-y: scroll;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group--search {
    padding: 0;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group--search {
    margin-top: auto;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__inner {
    position: relative;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
}@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper:before {
    right: 15px;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--has-dropdown:hover .hsg-nav__link-wrapper:before {
    content: none;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--cta {
    text-align: center;
    padding: 20px 25px;
}
.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--cta a {
    display: block;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--search {
    padding: 0;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--search input {
    cursor: auto;
    box-sizing: border-box;
    background-color: #fff;
    background-position: right 20px center;
    font-size: 1em;
    text-transform: none;
    border: 0;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    height: auto;
    padding: 20px 45px 20px 25px;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__group-item--search input:focus {
    width: 100%}
.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 25px 0;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__link {
    display: block;
    color: #fff;
    padding: 10px 0;
}
}@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__link-label {
    padding: 0 15px;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__link-label.hsg-nav__link-label--contact-us, .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__link-label.hsg-nav__link-label--globe, .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__link-label.hsg-nav__link-label--phone {
    background-position: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    padding-left: 28px;
}
@media (min-width:768px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-list {
    display: none;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
}
}@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-list {
    overflow-y: scroll;
    max-height: 0;
    padding: 0 10px;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-list.open {
    max-height: 1000px;
}
@media (max-width:767px) {
    .hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-row: first-child {
    padding-top: 10px;
}
}.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-item a {
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 5px 0 5px 8px;
}
.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-item a:hover {
    color: #f7751f;
}
.hsg-nav__wrapper .hsg-nav-menu .hsg-nav__dropdown-item:hover a {
    background-color: transparent;
}
@media (max-width:767px) {
    #hsg-lp-nav .hsg-nav-bar #hsg-nav__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
#hsg-lp-nav .hsg-nav-bar #hsg-nav__logo img {
    max-width: 80px;
}
}#hsg-lp-nav .hsg-nav-bar .hsg-nav__group-item.active .hsg-nav__link-wrapper:before {
    right: 10px;
}
#hsg-lp-nav .hsg-nav-bar .hsg-nav__link {
    padding: 25px 0;
}
#hsg-lp-nav .hsg-nav-bar .hsg-nav__dropdown-list {
    right: 0;
    left: auto;
}
@media (max-width:767px) {
    #hsg-lp-nav .hsg-nav-bar .hsg-nav__dropdown-list {
    position: absolute;
    top: 100%;
    min-width: 100%;
    z-index: 99;
}
#hsg-lp-nav .hsg-nav-bar .hsg-nav__dropdown-list.open {
    display: block;
}
}.nav-toolbar__tools .header-tools__search-icon {
    display: block;
    margin: 7px;
    margin-left: 10px;
    width: 23px;
    height: 23px;
    background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/grey-search-icon.svg?t=1543425611001) no-repeat 50%;
    background-size: 23px;
}
.nav-toolbar__tools .header-tools__search-icon span {
    display: none;
}

.hsg-nav__wrapper .cta--primary {
    background-color: #0055b7;
    color: #fff;
    border-color: #0055b7;
}

.hsg-nav__wrapper .cta--small {
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 3px;
}

.hsg-page-width-normal, .hsg-tabs .hsg-tabs__titles {
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 4em;
}

.hsg-nav__wrapper .hsg-nav__inner {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    display: block;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding-bottom: 10px;*/
}

.hsg-nav__wrapper {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.hsg-nav__group-item--has-dropdown {
    margin-bottom: -5px;
    padding-top: 5px;
}

.hsg-nav__wrapper .hsg-nav__group-item--has-dropdown .hsg-nav__link-label:after {
    content: '^';
    display: inline-block;
    position: relative;
    top: -3px;
    -webkit-transform: rotate(180deg) scaleX(2);
    transform: rotate(180deg) scaleX(2);
    color: inherit;
    line-height: 1em;
    letter-spacing: 0;
    margin: 0 5px 0 15px;
}

.hsg-nav__wrapper .hsg-nav__dropdown-item a {
    display: block;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: 5px 20px;
}

.hsg-nav__wrapper .hsg-nav-bar .hsg-nav__dropdown-list {
    list-style-type: none;
}

.hsg-nav__wrapper .hsg-nav-menu a:not(.cta):not(.cta--primary):not(.cta--blue):not(.cta--secondary):not(.cta--orange):not(.cta--white):not(.cta--tertiary):not(.cta--tertiary-alt), .hsg-nav__wrapper .hsg-nav__link, .hsg-nav__wrapper .hsg-nav__link-group li a {
    -webkit-transition: all .3s;
    transition: all .3s;
}


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

#footer {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: normal;
    background-color: #f2f2f2;
    color: #666;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#footer h3 {
	font-size: 16px;
    line-height: 1.66667;
    font-weight: 600;
    letter-spacing: normal;
    color: #333;
    margin: 0;
}

#footer ul {
    margin-right: 20px;
    list-style: none;
    padding: 0;
}

#footer li a, #footer .legal a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.9;

}

@media (max-width: 767px){
  #footer li {
   padding-bottom: 10px; 
  }
}

#footer li a:hover, #footer .legal a:hover {
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.9;

}

#footer .legal {
    font-size: 14px;
}

.hs-footer-company-copyright {
     font-size: 14px;
}

#footer .legal a {
    border-right: 1px solid #d6d6d6;
    margin-right: 10px;
    padding-right: 12px;
    white-space: nowrap;
}

#footer .legal a:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

div.social-icons {
    min-height: 75px!important;
    max-width: 200px;
    margin: 0 auto;
    float: none!important;
}

@media (min-width: 768px){
.ac-gf-footer-legal-links {
    text-align: right;
}
}

.hs-footer-company-copyright {
    text-align: left;
    float: left;
}

.social-icons div {
      /*padding: 1px 1em 12px;*/
      color: #fff;
      position: relative;
      width: 33.333%;
      display: inline-block;
      float: left;
      margin: 0;
      text-align: center;
      cursor: pointer;
      /*box-shadow: 0 4px 3px #ededee;*/
      vertical-align: top;
      height: 45px;
      transition: background-color .3s linear; 
      }
      
      .social-icons div.facebook span {
          content: '';
          display: block;
          height: 45px;
          width: 45px;
          background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/lumitex-facebook.png?t=1543425611001) 0 0 no-repeat;
          background-size: 45px 45px;
          margin: 0 auto!important;
    	  margin-top: 15px!important;
		  margin-bottom: 15px!important;
          transition: background .3s linear; 
         }
         .social-icons div.facebook:hover span {
             background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/lumitex-facebook-color.png?t=1543425611001) 0 0 no-repeat;
             content: '';
          display: block;
          height: 45px;
          width: 45px;
          background-size: 45px 45px;
         }
         
        .social-icons div.twitter span {
          content: '';
          display: block;
          height: 45px;
          width: 45px;
          background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/lumitex-twitter.png?t=1543425611001) 0 0 no-repeat;
          background-size: 45px 45px;
          margin: 0 auto!important;
          margin-top: 15px!important;
		  margin-bottom: 15px!important;
          transition: background .3s linear; 
         }
         .social-icons div.twitter:hover span {
             background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/lumitex-twitter-color.png?t=1543425611001) 0 0 no-repeat;
             content: '';
          display: block;
          height: 45px;
          width: 45px;
          background-size: 45px 45px;
         }
         
         .social-icons div.linkedin span {
          content: '';
          display: block;
          height: 45px;
          width: 45px;
          background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/lumitex-linkedin.png?t=1543425611001) 0 0 no-repeat;
          background-size: 45px 45px;
          margin: 0 auto!important;
          margin-top: 15px!important;
    	  margin-bottom: 15px!important;
          transition: background .3s linear; 
         }
         .social-icons div.linkedin:hover span {
             background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/lumitex-linkedin-color.png?t=1543425611001) 0 0 no-repeat;
             content: '';
          display: block;
          height: 45px;
          width: 45px;
          background-size: 45px 45px;
         }

/* ==========================================================================
   Content                                              
   ========================================================================== */
   
   h1 {
	   font-weight: 400;
   }


/* ==========================================================================
   Homepage                                               
   ========================================================================== */

/*BACKGROUND VIDEO*/

/*http://www.coverr.co/ For HTML and JS*/
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 8%!important;
  margin-bottom: 8%;
  max-width: 1300px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 0%;
  padding-right: 0%;
  float: none!important;
}

/*.video-container video::-webkit-media-controls {display: none !important}*/
@media (min-width:1441px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
  }
}
@media (max-width: 1440px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
    margin-left: auto!important;
  }
}
@media (max-width: 1280px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
  }
}
@media (max-width: 1024px) {
  .video-container .title-container {
    margin-top: 15%!important;
    margin-bottom: 18%;
  }
}
@media (max-width: 767px) {
  .video-container .title-container {
    margin-top: 8% !important;
    margin-bottom: 14%;
  }
}
@media (max-width: 480px) {
  .video-container .title-container {
    margin-top: 8% !important;
    margin-bottom: 12%;
  }
}

@media (max-width: 767px) {

}

.overlay-full {
  position: absolute;
  font-size: 99px;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
}

.ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay  {
    height: calc(100vh - 80px);
}

@media (min-width: 1441px) {
    .ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay  {
    height: calc(100vh - 100px);
}

.ia.full-screen .hero-banner .hs_cos_flex-slider .hs_cos_flex-slides img, .ia.full-screen .hero-banner .widget-type-image_slider  {
    height: calc(100vh - 100px)!important;
    z-index: 1;
}
}

.ia.full-screen .hero-holder h1 {
    margin-bottom: 0.575em!important;

}

.ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
    /*padding: 15.3125em 0em 13.75em;*/
    max-width: 100%;
    margin-top: 0!important;
    margin-bottom: 0;
    position: absolute;
    z-index: 5;
    top: 30%;
}

@media (max-width: 1441px){
    .ia.full-screen .hero-banner.hero-container, .ia .hero-banner .hero-holder.inner-slider {
      /*padding: 11.3125em 0 13.75em;*/   
    }
    .ia.full-screen .hero-banner .scroll-button {
    margin-top: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 1079px){
 .business .hero-container, .company .hero-container, .technology .hero-container {
   margin-top: 80px
  }
}

@media (max-width: 767px){
 .business .hero-container, .company .hero-container, .technology .hero-container {
   margin-top: 160px
  }
}

.ia.full-screen .hero-banner .hs_cos_flex-slider .hs_cos_flex-slides img, .ia .hero-banner .widget-type-image_slider  {
    height: calc(100vh - 80px)!important;
    z-index: 1;
}

@media (min-height: 1160px){
    .ia.full-screen .hero-banner .hs_cos_flex-slider .hs_cos_flex-slides img, .ia.full-screen .hero-banner .widget-type-image_slider, .ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay  {
        height: 80vh;
    } 
    .ia.full-screen .hero-banner .hero-holder.inner-slider {
         margin-top: -7.5vh !important;
    }
}

@media (max-width: 967px){
    .ia.full-screen .hero-banner .hs_cos_flex-slider .hs_cos_flex-slides img, .ia.full-screen .hero-banner .widget-type-image_slider  {
        display: none!important;
    }
    
}

@media (max-width: 767px){ 
    .ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
        padding-left: 15px;
        padding-right: 15px;
        left: 0!important;
        width: 100%!important;
        margin-top: 30px!important;
    }
    .ia .hero-holder.inner-slider h1 {
        font-size: 24px!important;
    }
    .ia .backstretch, .ia .backstretch img {
    height: 100vh!important;
}
.ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay {
    height: 100vh!important;
}
.ia.full-screen.product .hero-banner.hero-container, .ia.full-screen.product .hero-banner .hero-holder.inner-slider {
    margin-top: 30px!important;
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) { 
.ia.full-screen .hero-banner, .ia.full-screen .hero-banner .hero-section-overlay {
    min-height: 450px!important;
}
.ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
    margin-top: 60px!important;
}
.ia.full-screen.product .hero-banner.hero-container, .ia.full-screen.product .hero-banner .hero-holder.inner-slider {
    margin-top: 110px!important;
}
}

.ia.full-screen .hero-banner .hs_cos_flex-direction-nav{
    display: none!important;
}

@media (min-width: 480px) and (max-width: 767px){
.hero-holder h3 {font-weight: 400;
    font-size: 1em !important;
}

.ia.full-screen .hero-banner.hero-container, .ia.full-screen .hero-banner .hero-holder.inner-slider {
    padding-left: 30px;
    padding-right: 30px;
}
}

/* Overwite old hero for new menu */
  
@media (max-width: 767px){
  body .homepage-hero-module {
    margin-top: 120px;
  }
}

body.prototyping-lab .homepage-hero-module {
  margin-top: 0px!important;
}

body.prototyping-lab .homepage-hero-module h1 {
 color: #0054b7!important; 
}

  body.company .homepage-hero-module, body.company #video_container {
   max-height: 350px!important; 
  }
  
  body.company .title-container,  body.white-hero .title-container,  body.markets .title-container, body.technology .title-container {
    max-width: 860px!important;
    padding: 0 20px!important;
    margin-top: 60px!important;
    float: none;
    margin: 0 auto;
}
  
  @media (max-width: 1080px){
   body.company .title-container {
     margin-top: 0px!important;
    }
    body.company .homepage-hero-module, body.company #video_container {
   		max-height: 300px!important; 
  	}
  }
  
  @media (max-width: 767px){
   body.company .hello #video_container #text {
     top: 80px!important;
    }
    body.company .hero-holder h3 {
    	font-size: 18px!important;
    }
    body.company .title-container {
     margin-top: 0px!important; 
    }
  }
  
  body .title-container h1, .title-container p, .title-container h3 {
   color: #fff!important; 
  }

body.white-hero .hero-holder h1 {
      color: #0054b7!important;
}
  
  body .hero-holder h3 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff!important;
}
  
  .body-container-wrapper {
   padding-top: 0px!important; 
  }

	/* Hide Subnav */
    .toggle-content-container {
     display: none!important; 
    }
 /* End*/

body.white-hero .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
 padding-top: 10px; 
}

@media (max-width: 1079px) {
  body.white-hero .header-wrapper.with-navigation {
   /*margin-top: 60px!important; */
  }
  body.white-hero .main-navigation .mobile-menu-button {
   top: 50%!important;
  }
  .mobile-menu-button { 
    top: 10px!important;
  }
}

/*@media (max-width: 1079px){
   .mobile-menu-button { 
    top: 10px!important;
  }
  body.white-hero .main-navigation {
   position: relative; 
  }
  body.white-hero .main-navigation .mobile-menu-button {
   top: 0px!important;
  }
}*/


/* End Hero Overrides */

.product-item {
    background: -webkit-linear-gradient(#0c0f18, #151a2b, #191f35);
    background: linear-gradient(#0c0f18, #151a2b, #191f35);
}

.product-item.product-flip .right {
    float: right;
}

.white-background .product-item {
    background: none!important;
    background: none!important);
}

.ia .white-background .product-item h2, .ia .white-background .product-item h3, .ia .white-background .product-item p, .ia .white-background .product-item ul, .ia .white-background .product-item ol {
    /*color: #333!important;*/
}

.ia .product-item {
    position: relative;
    min-height: 57.5em;
    overflow: hidden;
}

.ia .product-item.product-1, .ia .product-item.product-2 {
    padding: 2.6875em 0 4.875em 0;
}

/*.ia .product-item.product-2 {
    padding: 2.6875em 0 8.875em 0;
}*/

.ia .product-item .left {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.ia .product-item .right {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.ia .product-item p, .ia .product-item ul, .ia .product-item ol  {
    /*font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;*/
    font-size: 21px;
    line-height: 1.9em;
    color: #fff;
    /*margin: 0 0 3.125em 0;*/
    margin: 0 0 2.125em 0;
	font-weight: 400;
}

.ia .product-item li {
    /*margin-bottom: 30px;*/
}

.ia .product-item h3 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}

.ia .product-item h2 {
    /*font-size: 38px;
    font-weight: 600;
    line-height: 1.2;*/
    /*font-size: 52px;*/
	font-size: 36px!important;
    line-height: 1.07724;
    color: #fff;
    margin: 0.94286em  0 0.94286em 0;
    font-weight: 700;
}

.ia .product-content {
    width: 100%;
    max-width: 34.125em;
    z-index: 3;
    margin: 0 auto!important;
    float: none!important;
}

.ia .product-item .left .product-content {
    margin-right: 0px!important;
}

.ia .product-item .right .product-content {
    margin-left: 0px!important;
}

@media (max-width: 1139px) {
    .ia .product-content {
        padding-left: 45px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .ia .product-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ia .product-item.product-left .right {
    margin-left: 0%!important;
}
.ia .product-item .right , .ia .product-item .left {
    width: 100%!important;
}
.ia .product-item .right img, .ia .product-item .left img {
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
}
.ia .product-item .left.ani-wrapper img {
    position: relative!important;
    right: 0;
}
.ia .product-item.product-2, .ia .product-item.product-1 {
    padding: 3.6875em 0 3.875em 0;
}
.ia .product-item h2 {
    margin: 0.28571em 0 .94286em 0;
}
.ia .product-left.product-item h2 {
    margin: 1.28571em 0 .94286em 0;
}
}

.ia .product-item .right img, .ia .product-item .left img {
    max-width: 1024px;
}

@media (min-width: 768px) {
.ia .product-item .right img, .ia .product-item .left img {
    /*max-width: none!important;*/
    overflow-x: hidden;
}
}

.ia .product-item .left.ani-wrapper img {
    position: absolute;
    right: 0;
}

.ia .product-item.product-left .right {
    margin-left: 49%;
}

.logo-bar {
    max-width: 870px;
    float: none;
    margin: 0 auto;
    padding: 20px 80px;
}

.logo-bar img {
    max-width: 30%;
    height: auto;
    margin-right: 8.333%;
    max-height: 51px;
}

@media (max-width: 820px){
.logo-bar img {
    max-height: 51px;
    float: none!important;
    margin: 15px auto!important;
    max-width: 100%!important;
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
}
body .logo-bar a:last-of-type img {
    margin-right: auto!important;
}
}

.logo-bar a:last-of-type img {
    margin-right: 0 !important;
}

@media (max-width: 767px){
    .logo-bar img {
    max-width: 100%;
    margin-bottom: 20px;
}
}

/*Product Selector Code on Hompage*/

.product-bar div {
      padding: 1px 1em 10px;
      color: #fff;
      position: relative;
      width: 33.333%;
  /*width: 25%;*/
      display: inline-block;
      float: left;
      margin: 0;
      text-align: center;
      cursor: pointer;
      /*box-shadow: 0 4px 3px #ededee;*/
      background: #fff;
      vertical-align: top;
      height: 80px;
      transition: background-color .3s linear; 
      }

@media (min-width: 1024px){
  .product-bar.four-items div {
    width: 25%!important;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .product-bar.four-items div {
    width: 50%!important;
  }
}
      
      .product-bar div span {
            margin-top: 20px!important;
    	    margin-bottom: 10px!important;
            margin: 0 auto;
      }
      
      .product-bar div.electronics span {
          content: '';
          display: block;
          height: 30px;
          width: 174px;
          background: url(//2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/electronics.png?t=1543425611001) 0 0 no-repeat;
          background-size: 174px 30px;
          transition: background .3s linear; 
         }
         .product-bar div.electronics:hover span {
             background: url(//2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/electronics-white.png?t=1543425611001) 0 0 no-repeat;
             content: '';
          display: block;
          height: 30px;
          width: 174px;
          background-size: 174px 30px;
         }
         .product-bar div.transportation span {
          content: '';
          display: block;
          height: 30px;
          width: 210px;
          background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/transportation-dark-grey.png?t=1543425611001) 0 0 no-repeat;
          background-size: 210px 30px;
          transition: background .3s linear; 
    	 }
				.product-bar div.surgical span {
          content: '';
          display: block;
          height: 30px;
          width: 136px;
          background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/surgical-grey-a.png?t=1543425611001) 0 0 no-repeat;
          background-size: 136px 30px;
          transition: background .3s linear; 
    	 }
         .product-bar div.transportation:hover span {
          content: '';
          display: block;
          height: 30px;
          width: 210px;
          background: url(//2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/transportation-white.png?t=1543425611001) 0 0 no-repeat;
          background-size: 210px 30px;
         }
         .product-bar div.medical span {
          content: '';
          display: block;
          height: 30px;
          width: 144px;
          background: url(//2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/medical.png?t=1543425611001) 0 0 no-repeat;
          background-size: 144px 30px;
          transition: background .3s linear; 
    	 }
         .product-bar div.medical:hover span {
          content: '';
          display: block;
          height: 30px;
          width: 144px;
          background: url(//2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/medical-white.png?t=1543425611001) 0 0 no-repeat;
          background-size: 144px 30px;
         }
 				.product-bar div.surgical:hover span {
          content: '';
          display: block;
          height: 30px;
          width: 136px;
          background: url(//2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/homepage/surgical-white-a.png?t=1543425611001) 0 0 no-repeat;
          background-size: 136px 30px;
         }
		 @media (max-width: 1139px){
			 .product-bar div.electronics span {
          height: 30px;
          width: 174px;
          background-size: 174px 30px;
         }
         .product-bar div.electronics:hover span {
          height: 30px;
          width: 174px;
          background-size: 174px 30px;
         }
         .product-bar div.transportation span {
          height: 30px;
          width: 210px;
          background-size: 210px 30px;
    	 }
         .product-bar div.transportation:hover span {
          height: 30px;
          width: 210px;
          background-size: 210px 30px;
         }
         .product-bar div.medical span {
          height: 30px;
          width: 145px;
          background-size: 145px 30px;
    	 }
         .product-bar div.medical:hover span {
          height: 30px;
          width: 145px;
          background-size: 145px 30px;
         }
       .product-bar div.surgical span {
          height: 30px;
          width: 136px;
          background-size: 136px 30px;
    	 }
         .product-bar div.surgical:hover span {
          height: 30px;
          width: 136px;
          background-size: 136px 30px;
         }
		 }
         .product-bar div.electronics {
             border-top: 5px solid #314896;
         }
         .product-bar div.electronics:hover {
             background: #314896;
         }
         .product-bar div.transportation {
             border-top: 5px solid #a1a1a1;
         }
         .product-bar div.transportation:hover {
             background: #a1a1a1;
         }
         .product-bar div.medical {
             border-top: 5px solid #1c91cd;
         }
         .product-bar div.medical:hover {
             background: #1c91cd;
         }
				.product-bar div.surgical {
             border-top: 5px solid #34475b;
         }
         .product-bar div.surgical:hover {
             background: #34475b;
         }
         .product-bar div p {
             text-align: center;
             margin-top: 0px;
             margin-bottom: 0px;
             transition: color .3s linear; 
			 font-weight: 400;
         }
         .product-bar div.electronics p {
             color:#777;
         }
         .product-bar div.electronics:hover p {
             color:#fff;
         }
         .product-bar div.transportation p {
             color:#777;
         }
         .product-bar div.transportation:hover p {
             color:#fff;
         }
         .product-bar div.medical p {
             color:#777;
         }
         .product-bar div.medical:hover p {
             color:#fff;
         }
				.product-bar div.surgical p {
             color:#777;
         }
         .product-bar div.surgical:hover p {
             color:#fff;
         }
         @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .product-bar div p {
             font-size: 12px;
         }
}
         
    @media (max-width: 767px){
         .product-bar div {
             width: 100%!important;
         }
         .product-selector .content {
             padding-left: 0px!important;
             padding-right: 0px!important;
         }
    }

.homepage .icon-box {
 border: 3px solid #0055b7;
  padding: 5px;
  margin: 5px;
}

.sub-header h2 {
    font-size: 52px;
	line-height: 1.07724;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: .33333em!important;
}      

.sub-header p {
   font-size: 28px;
    line-height: 1.14286em;
    font-weight: 400;
	max-width: 600px;
    float: none;
    margin: auto;
    margin-bottom: 60px;
}

.normal-p p {
    /*font-size: 18px;
    line-height: 1.5;
    font-weight: 400;*/
    max-width: 100%!important;
}

.normal-p p, .normal-p .center-paragraph {font-size: 21px; line-height: 1.9;font-weight: 400;}

.normal-p p.center-paragraph, .normal-p .center-paragraph {max-width: 737px!important; margin-left: auto!important; margin-right: auto!important;}

.content h3 {
	font-size: 28px;
    line-height: 1.14286em;
    font-weight: 400;
    margin: 0;
}
 
.page-center.subscribe {
  float: none;
  max-width: 1180px;
  margin: 0 auto!important;
  padding: 0 20px;
}

.subscribe h2 {
    font-size: 36px!important;
	  line-height: 1.07724;
    color: #fff!important;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
}

body .subscribe h2 {
    font-size: 36px!important;
    line-height: 1.07724!important;
    color: #fff!important;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 35px;
}

.subscribe p {
    font-size: 28px;
    line-height: 1.14286em;
    color: #fff;
    font-weight: 400;
	max-width: 600px;
    float: none;
    margin: auto;
    margin-bottom: 60px;
}

.timeline-header h2 {
    font-size: 52px;
	line-height: 1.07724;
    color: #fff;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 5px;
}

.timeline-header p {
    font-size: 28px;
    line-height: 1.14286em;
    color: #fff;
    margin: auto;
    margin-bottom: 60px;
    font-weight: 400;
}

@media only screen and (min-width: 1170px){
.cd-timeline-block {
    margin: 3em 0;
}
}

@media only screen and (min-width: 1170px){
.cd-timeline-content {
    margin-left: 0;
    padding: 1em;
    width: 45%;
}
}

.cd-timeline-content h2 {
	font-size: 28px!important;
    line-height: 1.14286em;
	font-weight: 400;
}

.content.large h2 {
    font-size: 52px;
	line-height: 1.07724;
    font-weight: 400;
    margin: 0 0 0.94286em 0;
}     

.content.large p, p.large, ul.large {
    font-size: 21px;
    line-height: 1.9em;
    margin: 0 0 3.125em 0;
	font-weight: 400;	
}

.horizontal .hs-form-required {
display:none;	
}

.horizontal textarea, .horizontal input[type="text"], .horizontal input[type="password"], .horizontal input[type="datetime"], .horizontal input[type="datetime-local"], .horizontal input[type="date"], .horizontal input[type="month"], .horizontal input[type="time"], input[type="week"], .horizontal input[type="number"], .horizontal input[type="email"], .horizontal input[type="url"], .horizontal input[type="search"], .horizontal input[type="tel"], .horizontal input[type="color"], .horizontal select {
    background: #fff;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
    border: 1px solid #d4d7da;
	font-size: 15px;
    color: #7e8890;
	padding: 12px 15px!important;
    border-color: #d0d5d8;
}

@media (min-width: 768px){
.horizontal textarea, .horizontal input[type="text"], .horizontal input[type="password"], .horizontal input[type="datetime"], .horizontal input[type="datetime-local"], .horizontal input[type="date"], .horizontal input[type="month"], .horizontal input[type="time"], input[type="week"], .horizontal input[type="number"], .horizontal input[type="email"], .horizontal input[type="url"], .horizontal input[type="search"], .horizontal input[type="tel"], .horizontal input[type="color"], .horizontal select {
    width: calc(25% - 15px);
    float: left;
	margin-right: 15px;
}
}

@media (max-width: 767px){
.horizontal textarea, .horizontal input[type="text"], .horizontal input[type="password"], .horizontal input[type="datetime"], .horizontal input[type="datetime-local"], .horizontal input[type="date"], .horizontal input[type="month"], .horizontal input[type="time"], input[type="week"], .horizontal input[type="number"], .horizontal input[type="email"], .horizontal input[type="url"], .horizontal input[type="search"], .horizontal input[type="tel"], .horizontal input[type="color"], .horizontal select {
    margin-bottom: 10px;
}
  .hs-form-fbcc98e8-bd91-4314-a593-f9486cb2acb4_9f4a5fd2-2d87-468c-af0e-135d84881830 fieldset.form-columns-3 .input {
    margin-right: 0px!important;
    
  }
   form.hs-form-fbcc98e8-bd91-4314-a593-f9486cb2acb4_9f4a5fd2-2d87-468c-af0e-135d84881830:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
  }
}


.horizontal input[type="submit"] {
	height: 45px;
	font-size: 16px;
    font-family: 'Palanquin',sans-serif, sans-serif;
	font-weight: 400;
	border: 1px solid #fff;
	color: #ffffff;
	background: transparent;
	transition: background .3s linear;
	border-radius: 6px;
    cursor: pointer;
}

.horizontal input[type="submit"]:hover {
	background: #ffffff;
	color: #0055b7;
}

@media (min-width: 768px){
.horizontal input[type="submit"] {
	width: calc(25%);
}
}

@media (max-width: 767px){
.horizontal input[type="submit"] {
	width: 100%;
}
}

@media (min-width: 768px){
.horizontal .hs-form-field {
position: relative;	
}

.horizontal .hs-error-msgs.inputs-list{
    display: block;
    position: absolute;
    top: 45px;
}
}

.horizontal .hs-error-msgs.inputs-list{ 
color: #fff;
}

#cd-timeline .timeline-img {
    padding: 20px;
    max-width: 300px;
}

@media (min-width: 1170px){
#cd-timeline .cd-timeline-block:nth-child(even) .timeline-img {
    float: left;
}

#cd-timeline .cd-timeline-block:nth-child(even) .timeline-text {
    float: right;
}

#cd-timeline .cd-timeline-block:nth-child(odd) .timeline-img {
    float: right;
}

#cd-timeline .cd-timeline-block:nth-child(odd) .timeline-text {
    float: left;
}
#cd-timeline .timeline-img {
    margin: -20px 0px;    
}
#cd-timeline .time-holder {
    height: 194px;   
}
#cd-timeline .time-holder.long {
    height: 221px;   
}
#cd-timeline .time-holder {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#cd-timeline .timeline-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#cd-timeline .timeline-text, #cd-timeline .timeline-img {
    width: 50%;    
}
}

@media (max-width: 1169px) {
    #cd-timeline .timeline-text, #cd-timeline .timeline-img {
        float: none;
        margin: 0 auto;
        text-align: center;   
    }
    #cd-timeline .cd-timeline-content .cd-date {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
}
#cd-timeline .timeline-img {
    margin: -10px auto 0px;    
}
}


/* ==========================================================================
   Subpage                                              
   ========================================================================== */
   
   .hello #video_container {
       top: 0px;
       left: 0px;
   }


@media (min-width: 1280px) {
.margin-middle .row-fluid .span6 {
    width: 46%;
    margin-left: 8%;
}
.margin-middle .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
}

#core_values h3 {
    font-size: 36px!important;
    line-height: 1.14286em;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

#core_values h2 {
    font-size: 52px;
    line-height: 1.07724;
    font-weight: 400;
    color: #fff;
    margin-top: 70px;
}

/* Next Page Arrow */

.panel.panel--arrow:not(.fsStateEditable) {
    background: #ebebeb !important;
    padding: 0;
    height: 100px;
    text-align: right;
    position: relative;
}

.panel.panel--arrow:not(.fsStateEditable):before {
    content: '';
    background: #1c91cd;
    width: calc(100% - 99px);
    height: 100px;
    position: absolute;
    left: 0;
}

.panel .bg-container {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    margin: 0 -1em;
}

.panel.panel--arrow:not(.fsStateEditable) .compartment {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.panel p, .panel .fs_style_49 {
    margin: 0 0 .5em;
}

@media (min-width: 31.25em) {
.panel.panel--arrow:not(.fsStateEditable) a {
    font-size: 22px;
}
}

.panel.panel--arrow:not(.fsStateEditable) a {
    color: #fff;
    padding: 34.5px 130px 34.5px 10px;
    display: block;
    font-size: 18px;
    width: 100%;
    transition: all .2s linear;
}

.panel.panel--arrow:not(.fsStateEditable) a:after {
    content: '';
    background: url("https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/next-arrow-small.png?t=1543425611001");
    position: absolute;
    right: 90px;
    top: 27px;
    padding: 8px;
    margin: 14px;
}

.panel.panel--arrow:not(.fsStateEditable):after {
    position: absolute;
    top: 50%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 50px;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #1c91cd;
    border-width: 50px;
    margin-top: -50px;
}


/* ==========================================================================
   Team Page                                            
   ========================================================================== */

.team._team-member {
    position: relative;
    /*width:  33.333%;*/
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.team a {
   text-decoration: none!important;
}

.team._team-holder {
    margin: 0 auto;
    padding-bottom: 0px;
    overflow: auto;
}
@media only screen and (max-width: 1449px) and (min-width: 1025px){
.specialists._specialist-member, .specialists._specialist-team-member, .team._team-member {
    /*width: 33.333%!important;*/
    width: 25%;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
.specialists._specialist-member, .specialists._specialist-team-member, .team._team-member {
    width: 50%!important;
}
}
@media only screen and (max-width: 767px){
.specialists._specialist-member, .specialists._specialist-team-member, .team._team-member {
    width: 100%!important;
    float: none;
    padding: 0;
}
}
.specialists._specialist-member, .specialists._specialist-team-member, .team._team-member {
    position: relative;
    float: left;
    box-sizing: border-box;
}
.specialists._specialist-member ._content, .specialists._specialist-team-member ._content, .team._team-member ._content {
    position: relative;
}
.specialists._specialist-member ._overlay, .specialists._specialist-team-member ._overlay, .team._team-member ._overlay {
    opacity: 0;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/team/people-overlay.png?t=1543425611001); /*Image is 643px by 573px*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .7s ease-out .1s;
    -moz-transition: opacity .7s ease-out .1s;
    transition: opacity .7s ease-out .1s;
    text-align: center;
    cursor: pointer;
}
.specialists._specialist-member ._profile-photo.-is-loaded, .specialists._specialist-team-member ._profile-photo.-is-loaded, .team._team-member ._profile-photo.-is-loaded {
    opacity: 1;
}
.specialists._specialist-member ._profile-photo, .specialists._specialist-team-member ._profile-photo, .team._team-member ._profile-photo {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
.team._team-member ._member-name-small {
    display: none;
    color: #2d292a;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.team._team-member ._member-name, .team._team-member ._member-name-small {
    width: 100%;
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.-white {
    color: #fff!important;
}
.-headline {
    color: #2d292a;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.8;
}
button.-border-button--white {
    text-transform: none!important;
    color: #fff!important;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0 24px;
    border: none;
    position: relative;
    height: 40px;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
button.-border-button--white {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button.-border-button--white ._border {
    border-color: #fff!important;
}
button.-border-button--white ._border {
    border: 2px solid #2d292a;
    box-sizing: border-box;
    width: 98%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
button.-border-button--white * {
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
button.-border-button--white {
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px) and (min-width: 0){
.specialists._specialist-member ._member-name-small, .specialists._specialist-team-member ._member-name-small, .team._team-member ._member-name-small {
    display: block;
}
.specialists._specialist-member ._overlay, .specialists._specialist-team-member ._overlay, .team._team-member ._overlay {
    display: none;
}
}
.specialists._specialist-member:hover ._overlay, .specialists._specialist-team-member:hover ._overlay, .team._team-member:hover ._overlay {
    -webkit-transition: opacity .7s ease-out 0.01s;
    -moz-transition: opacity .7s ease-out 0.01s;
    transition: opacity .7s ease-out 0.01s;
    opacity: 1;
}
.specialists._specialist-member ._overlay-content, .specialists._specialist-team-member ._overlay-content, .team._team-member ._overlay-content {
    position: absolute;
    width: 100%;
    top: 40%
}

/* ==========================================================================
   Team Page v 2                                          
   ========================================================================== */
   
   .executive {
        min-height: 590px;
    }
    .four {
        width: 33%;
        display: inline-block;
    }
    .executive img {
        width: 100%;
    }
    .executive h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        color: #0055b7;
    }
    .executive p {
        margin-top: -10px;
        text-align: center;
        font-size: 14px;
        text-align: center;
    }
    @media (min-width: 928px){
    .executive.last {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    }
    @media (min-width: 481px) and (max-width: 927px){
        .four {
            width: 49%;
        }
    }
    @media (max-width: 480px){
        .four {
            width: 100%;
        }
    }

/* ==========================================================================
   Forms                                              
   ========================================================================== */
   
   .form h3 {
	font-size: 1.17em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;   
   }

.form textarea, .form input[type="text"], .form input[type="password"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="date"], .form input[type="month"], .form input[type="time"], .form input[type="week"], .form input[type="number"], .form input[type="email"], .form input[type="url"], .form input[type="search"], .form input[type="tel"], .form input[type="color"], .form select {
	background: #fff;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
    padding: 18px 15px;
    border: 1px solid #d4d7da;
	font-size: 15px;
    color: #7e8890;
	 padding: 12px 15px!important;
    border-color: #d0d5d8;
}

.form select {
	height: 44px;	
}

.form .hs-form fieldset {
	margin-bottom: 20px;	
	max-width: 100%!important;
}

.form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

.form input[type="submit"]{
    height: 60px;
    width: 100%;
    background: #0055b7;
    font-size: 18px;
    border: 0px solid #fff;
    border-radius: 3px;
	color: #fff;
	margin-right: 8px;
    cursor: pointer!important;
}

.form .actions {
	margin-right: 8px;
}

.form form {
	margin-right: -8px;	
}

.form input[type="submit"]:hover{
    background: #014a9e;
}

.hs_what_type_of_medical_device.field.hs-form-field {
    padding-top: 20px;
}

/* For Feasibility Form */

.form-wrapper .legal-consent-container {
	margin-top: 40px;
}

  .legal-consent-container label, .form-wrapper .widget-type-form .legal-consent-container label {
    font-weight: 400!important;
  }
  
.form-wrapper .legal-consent-container .hs-richtext {
		color: #fff!important;
	    font-size: 15px;
   		line-height: 15px;
}

.form-wrapper .widget-type-form label {
	font-weight: bold!important;
  	color: #fff!important;
}

.form-wrapper fieldset.form-columns-1 .hs-form-radio label , .form-wrapper .hs-form-checkbox label {
	font-weight: 400!important;
	
}

.form-wrapper fieldset.form-columns-1 input[type="checkbox"], .form-wrapper fieldset.form-columns-1 input[type="radio"] {
	width: auto!important;
}

/*.hs-error-msgs label {
	color: #E95A27!important;
}*/

.hs-input.error {
	border: 1px solid #eb1e32!important;
}
.hs-error-msgs.inputs-list label, .form .hs-error-msgs.inputs-list label {
	font-size: 14px;
	font-weight: 400!important;
	color: #eb1e32!important;
}
.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    background: #FFC7BB;
    padding: 6px 12px;
    border-radius: 3px;
}
.hs-error-msgs.inputs-list li {
	line-height: 1.2
}
.no-list.hs-error-msgs.inputs-list {
 margin-top: 0px; 
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.form-wrapper fieldset.form-columns-1 .hs-form-radio label {
	padding-right: 20px;
}
  
  .form-wrapper .hs-form-checkbox {
    padding-bottom: 15px;
  }

.form-wrapper textarea.hs-input, .form textarea.hs-input {
 min-height: 95px!important;
  font-size: 14px;
}

.form .hs-button {
  -webkit-appearance: none!important;
   -moz-appearance: none!important;
   appearance: none!important; 
}

/* For Feasibility Form on Contact Page */

  
  .form ul {
    list-style-type: none;
    padding-left: 0px;
  } 
  .form .legal-consent-container {
	margin-top: 20px;
}

  .form .legal-consent-container label, .form .widget-type-form .legal-consent-container label {
    font-weight: 400!important;
  }
  
.form .legal-consent-container .hs-richtext {
	    font-size: 15px;
   		line-height: 15px;
}

.form .widget-type-form label {
	font-weight: bold!important;
}

.form .form-fieldset.form-columns-1 .hs-form-radio label , .form .hs-form-checkbox label {
	font-weight: 400!important;
	
}

.form fieldset.form-columns-1 input[type="checkbox"], .form fieldset.form-columns-1 input[type="radio"] {
	width: auto!important;
}

.form fieldset.form-columns-1 .hs-form-radio label {
	padding-right: 20px;
  font-weight: 400!important;
}
  .form .hs-form-checkbox {
    padding-bottom: 15px;
  }
  .form fieldset.form-columns-1 .hs-form-radio {
    float: left;
  }


/* ==========================================================================
   Requestion Consultation                                            
   ========================================================================== */

.request-consultation .form {
    padding: 60px 30px;
    min-height: calc(100vh)!important;	
}

.request-consultation .spacing {
    padding: 120px 30px 30px 30px!important;	
}

.request-consultation .spacing h1, .request-consultation .spacing h2, .request-consultation .spacing h3, .request-consultation .spacing h4,.request-consultation .spacing h5, .request-consultation .spacing p, .request-consultation .spacing ul, .request-consultation .spacing li, .request-consultation .spacing ol {
     color: #fff;	
}


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

@media (min-width: 1080px){
/*body.ia.blog-post .hs-menu-wrapper ul li a span, body.ia.blog .hs-menu-wrapper ul li a span, body.ia.solid-head .hs-menu-wrapper ul li a span {
    color: #0055b7 !important;
    border: solid 1px #0055b7;
}*/
}

.blog-annoucement-banner .banner-cta {
  display: block!important;
  margin-top: 16px!important;
}

.blog-post-annoucement-banner .banner-cta {
  display: block!important;
  margin-top: 20px!important;
}

body.ia.solid-head .header-container-wrapper .ia-logo {
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
  -ms-filter: initial;
  -o-filter: initial;
}

body.ia.blog-post .hs-menu-wrapper ul li a:hover span, body.ia.blog .hs-menu-wrapper ul li a:hover span, body.ia.solid-head .hs-menu-wrapper ul li a:hover span {
    color: #fff!important;
}
body.ia.blog-post .header-container-wrapper, body.ia.blog .header-container-wrapper, body.ia.solid-head .header-container-wrapper {
    height: auto!important;
	border-bottom: solid 1px #e4e4e4;	
}
   
body.ia.blog-post .main-navigation, body.ia.blog .main-navigation, body.ia.solid-head .main-navigation{
    padding-top: 0px !important;
}

body.ia.blog-post .sticky-menu.active, body.ia.blog .sticky-menu.active, body.ia.solid-head .sticky-menu.active{
	padding-top: 10px!important;
}

body.ia.blog-post .header-container-wrapper .ia-logo, body.ia.blog .header-container-wrapper .ia-logo, body.ia.solid-head .header-container-wrapper .ia-logo{
   margin-top: 0px!important;	
}

body.ia.blog-post .header-container-wrapper a.transparent, body.ia.blog .header-container-wrapper a.transparent, body.ia.solid-head .header-container-wrapper a.transparent{
  display: none!important;
}

body.ia.blog-post .header-container-wrapper a.solid, body.ia.blog .header-container-wrapper a.solid,  body.ia.solid-head .header-container-wrapper a.solid {
  display: block!important;
}

body.ia.blog-post .hs-menu-wrapper.hs-menu-flow-horizontal>ul, body.ia.blog .hs-menu-wrapper.hs-menu-flow-horizontal>ul, body.ia.solid-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    padding-top: 5px;
}

body.ia.blog-post .main-navigation ul a, body.ia.blog .main-navigation ul a, body.ia.solid-head .main-navigation ul a{
	color: #8a959d;
}
body.ia.blog-post .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover, body.ia.blog .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover, body.ia.solid-head .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #0055b7!important;
}
body.ia.blog-post .header-container-wrapper .ia-logo, body.ia.blog .header-container-wrapper .ia-logo {
        filter: none;
    -webkit-filter: none;
}


/*@media (max-width: 1080px){
    body.ia.blog-post .banner-text, body.ia.blog .banner-text {
        margin-top: 80px;
    }
}*/

/*Blog Post*/

.blog-post .outer-content-wrap .content {
    max-width: 800px;
	padding-top: 0px!important;
}

.blog-post .blog-section, .blog-post .widget-type-blog_comments #hs_cos_wrapper_blog_comments {
    max-width: 700px;
    float: none!important;
    margin: 0 auto;
}

    .blog-post .container-fluid .row-fluid .inner-content.page-center{
        padding: 45px 10px 45px 10px;
     }
	 
	 .blog-post .inner-content {
		max-width: 600px!important; 
	 }
	 
.blog-post .post-header-wrapper {
	padding-bottom: 36px;
	margin-bottom: 36px;
	border-bottom: 1px solid #999;
}

.blog-post .date {
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
    font-size: 12px;
}

.blog-post-wrapper h1 a {
    
}

.blog-post-wrapper h5 {
 font-size: 21px; 
}

.rich-snippet {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #666;
}

.rich-snippet-title {
    padding: 12px 16px;
    border-radius: 4px;
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

.blog-listing-wrapper .rich-snippet {
 display: none!important; 
}

.call-out-box {
    border: 2px solid #CCB211;
    background: #FFE87E;
    padding: 20px;
    margin-bottom: 32px;
}

.call-out-box a {
    color: blue!important;
}

.call-out-color {
   background: #dffcfe;
   margin: 45px 0 45px;
}

@media (min-width: 801px) {
    .call-out-color {
        width: 800px;
        margin-left: -110px;
    }
}

.call-out-left {
    background: #b9f6fb;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.call-out-right {
    background: #dffcfe; 
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.blog-post h1 {
    font-size: 52px;
    line-height: 1.07724;
    font-weight: 400;
    margin-bottom: 36px;
	margin-top: 21px!important;
	color: #333!important;
}

.blog-post .outer-content-wrap img {
max-width: 100%;	
}

.blog-post p, .blog-post li {
    font-size: 18px;
    line-height: 1.4446;
    font-weight: 400;
    letter-spacing: 0em;
}

.blog-post p, .blog-post ol, .blog-post ul {
margin-bottom: 24px;	
}

.blog-post h2, .blog-post h3 {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 24px;
}

ul.post-header-share {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-header-wrapper .post-header-share a {
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 18px;
}

.post-header-wrapper .post-header-share a li {
    margin-right: 15px;
}

.post-header-wrapper .post-header-share a li {
    position: relative;
    display: inline-block;
}

.post-header-wrapper .post-header-share a li .social-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

.post-header-wrapper .post-header-share a li.twitter .social-icon {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/blog/twitter.png?t=1543425611001);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
	background-size: 20px 20px;
}

.post-header-wrapper .post-header-share a li.twitter:hover .social-icon {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/blog/twitter-hover.png?t=1543425611001);
}

.post-header-wrapper .post-header-share a li.facebook .social-icon {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/blog/facebook.png?t=1543425611001);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
	background-size: 20px 20px;
}

.post-header-wrapper .post-header-share a li.facebook:hover .social-icon {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/blog/facebook-hover.png?t=1543425611001);
}

.post-header-wrapper .post-header-share a li.email .social-icon {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/blog/email.png?t=1543425611001);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
	background-size: 20px 20px;
}

.post-header-wrapper .post-header-share a li.email:hover .social-icon {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/blog/email-hover.png?t=1543425611001);
}


.newsletter-signup {
    position: relative;
    background: #0055b7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 0px auto 80px;
}


.newsletter-signup .newsletter-content {
    padding: 40px 0;
    margin: 0 auto;
}

.newsletter-signup .newsletter-content h2 {
    color: #fff!important;
    text-align: center;
    margin: 0 auto 5px!important;
}

.newsletter-signup .newsletter-content p {
    margin: 0 auto 24px;
	max-width: 480px;
    color: #fff!important;
}

.newsletter-signup .inline-form {
    padding-left: 0px!important;
}

.share-wrapper .subscribe-form .inline-form h3 {
    display: none!important;
}

@media screen and (min-width: 768px){
.newsletter-signup .newsletter-content form {
    width: auto;
}
.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    width: 300px!important;
    margin: 0 15px 0 0;
}
.newsletter-signup .newsletter-content form .button input {
    width: auto;
    margin: 0;
}
.newsletter-signup .newsletter-content .inline-form {
    width: auto;
    margin-left: -130px!important;
}
}

@media screen and (max-width: 767px) {
    .newsletter-content .inline-form .hs_submit {
        left: 0!important;
        top: 0!important;
    }
    .hs-blog-post .newsletter-signup .newsletter-content p.footnote {
    margin-top: 0px!important;
    display:none!important;
    }
    .newsletter-signup .newsletter-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.newsletter-signup .newsletter-content .inline-form {
    display: inline-block;
	margin: 0 auto;
	float: none;
}

@media (max-width: 767px){
    .newsletter-signup .newsletter-content .inline-form {
    margin-bottom: 90px !important;
}
.newsletter-signup .newsletter-content .inline-form .hs-button {
	margin-top: 10px!important;
	width: 100%;	
}
}

.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    margin: 10px 0 0 17px;
    font-size: 15px;
    color: #7e8890;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.newsletter-signup .newsletter-content .inline-form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 12px 15px!important;
    border-color: #d0d5d8;
}

.newsletter-content .inline-form input[type="email"] {
    background: #fff;
    width: 232px;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
    padding: 18px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
}

.newsletter-signup .hs-form-required {
    display: none;	
}

.newsletter-signup .newsletter-content .inline-form .hs-button {
    width: auto;
    padding: 16px 25px 16px!important;
    font-size: 12px;
	margin-top: 44px;
}

.newsletter-signup .newsletter-content .inline-form form {
    height: 80px!important;
}

.newsletter-content .inline-form .hs-button {
    display: inline-block;
    padding: 20px 40px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.newsletter-content .inline-form .hs-button:hover {
    color: #0055b7;	
	background: #fff;
}

.newsletter-content .inline-form .hs_submit {
    width: auto;
    position: relative;
    left: 220px;
    top: -89px;
    margin-left: 8px;
    overflow: hidden;
}

.newsletter-content .hs-error-msgs {
    display: none!important;
}

.newsletter-signup .newsletter-content p.footnote {
    opacity: .5;
    font-weight: 500;
    font-size: 11px!important;
    color: #abb0b7!important;
    margin-bottom: 0!important;
    margin-top: -90px!important;
}

@media (min-width: 768px){
_::-webkit-:not(:root:root), .newsletter-signup .newsletter-content p.footnote {
 margin-top: -75px!important;
}
}

.author-card {
    margin: 0 auto 70px;
}

.author-card .divider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.author-card .divider .copy {
    font-weight: 700;
    font-size: 12px;
    color: #abb0b7;
    float: left;
        text-transform: uppercase;
        padding-right: 15px;
}

.author-card .divider .line {
    margin-top: 6px;
    border-bottom: 1px solid #d0d5d8;
    overflow: hidden;
}

.author-card .author-block img {
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
	.author-card .author-block img {
	display: block; 
    margin-bottom: 30px;
	float: none;
	max-width: 120px;	
	}
}

@media (min-width: 768px){
.author-block .span10 {
	padding-left: 20px;	
}
}

.author-card .author-block h3, .author-card .author-block h3 a {
    color: #333!important;
    font-size: 21px;
    margin-bottom: 7px;
    margin-top: 0px;
}


.author-card .author-block p {
    margin: 0;
    font-size: 14px;
    color: #333;
    width: auto;
    margin-top: 10px!important;
    margin-bottom: 0px!important;
}

.author-card .author-block a {
    color: #0055b7;
}


@media only screen and (min-width: 1024px){
.social-share-holder {
    display: block!important;
}
}

@media (max-width: 767px){
    .fb_iframe_widget_fluid {
    display: block;
    float: left;
    margin-left: 15px;
}
#twitter-widget-1{
    display: block;
        float: left;
        margin-top: 4px;
}
#newsharecounts-twitter-widget-1{
    display:none;
}
.fb-share-button{
    margin-left: 15px;
    margin-bottom: 45px;
}
.share-mobile {
    margin-top: 10px;
    margin-bottom: 30px;
}
}

.social-share-holder {
    background-color: #fff;
    border: 1px solid #7e7e7e;
    z-index: 1;
    position: fixed;
    min-width: 55px;
    top: 10em;
    margin-left: -124px;
    background-position: initial initial;
    background-repeat: initial initial;
    padding: .4em;
    border-radius: 3px;
    padding: 9px;
    display: none;
}

.blog-post .post-header h1 {
    color: #666!important;
}

.blog-post img.image-border, .blog-post .image-border  {
    float: left;
    border: 2px solid #138fc5;
    padding: 30px;
    margin-bottom: 32px;
}

/* Misc Post Styles */

.inner-content .box {
  max-width: 100%;
  padding: 30px;
}

.inner-content .box.subtle {
 background: #f5f8fa; 
  border: 2px solid #cad6e2;
}

.blog-post blockquote p {
 color: #007aff; 
}

/*Go-to Guidebook Styles*/

.chapter-link {
    font-size: 16px;
    color: #898989;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 6px 30px;
    border: 1px solid #d9d9d9;
    display: inline-block!important;
    margin-bottom: 10px;
}

p.chapter-link {margin-bottom: 12px;}

.chapter-holder {
    /*background: #f8f8f8;*/
    background: #191f35;
    /*box-shadow: 0 0 3px 1px #d8d8d8 inset;*/
    /*max-width: 948px;*/
    margin: 0 auto;
    padding: 32px;
    position: relative;
    margin-bottom: 45px!important;
    margin-top: 95px!important;
}

@media (min-width: 800px){
    .chapter-holder {
        width: 800px;
        margin-left: -110px;
        padding-left: 110px;
        padding-right: 110px;    
    }
}
@media (max-widt: 799px){
    .chapter-holder {
        margin-left: -45px;
        margin-right: -45px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.chapter-holder h5 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.chapter-holder h2, .chapter-holder h3, .chapter-holder p, .chapter-holder li {
    color: #fff;
}

@media (max-width: 767px){
    .chapter-holder {
        padding: 32px 16px;
        /*margin-top: 205px!important;*/
    }
    .chapter-holder img {
        margin-top: -80px!important;    
    }
}

.chapter-holder img {
    border: 5px solid #fff;
    padding-bottom: 0;
    border-radius: 75px;
    background: #fff;
    margin-top: -100px;
}

.chapter-holder h3 {
    font-weight: 400;
    margin-bottom: 12px;
}

/* Expanded List Post */

@media (min-width: 768px){
.sc-number-circle-box-title__number {
    width: 4rem!important;
    height: 4rem!important;
    font-size: 2.2875rem!important;
    margin-left: -2rem!important;
    margin-top: -2rem!important;
}
}

.sc-number-circle-box-title {
    position: relative;
    background: #191f35;
    color: #fff;
    border-radius: 4px;
    margin-top: 4.375rem;
    margin-bottom: 1.5rem;
    padding: 3.125rem 1.25rem 1.875rem;
}

@media (min-width: 768px){
.sc-number-circle-box-title {
    padding: 3.4375rem 2.5rem 1.875rem;
    font-size: 1.625rem;
}
}

h3.sc-number-circle-box-title__content{
    font-size: 28px;
    text-align: center;
}

.sc-number-circle-box-title__number {
    position: absolute;
    color: #fff;
    background-color: #0055b7;
    top: 0;
    font-weight: 100;
    left: 50%;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.5rem;
    font-size: 1.875rem;
    margin-left: -1.875rem;
    margin-top: -1.875rem;
    border-radius: 2.5rem;
    text-align: center;
}



/*Blog Listing*/

img.hs-cta-img {
	height: inherit;	
}

.blog .blog-section h2 {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 24px;
	margin-top: 0px;
}

.blog .blog-section p, .blog .blog-section li {
    font-size: 18px;
    line-height: 1.4446;
    font-weight: 400;
    letter-spacing: 0em;
}

.blog .outer-content-wrap, .blog-post .outer-content-wrap {
    background: whitesmoke;
}

.blog .body-container .content, .blog-post .outer-content-wrap .content {
    background: #fff;
}

.blog .banner-text h1,
.blog .banner-text h2,
.blog .banner-text h3,
.blog .banner-text h4,
.blog .banner-text h5,
.blog .banner-text h6,
.blog .banner-text p {
    color: #ffffff;
}

.blog .outer-content-wrap .content, .blog .outer-content-wrap .banner{
    max-width: 1024px!important;
}

.blog .outer-content-wrap .banner {
    margin: 0 auto;
    float: none;
}

.blog .blog-section {
    padding: 0 20px 0 30px;
}

.sidebar {
    padding-left: 30px;
    padding-right: 10px;
}

.sidebar .hs-form-required {
display: none!important;	
}

.sidebar .margin-48 {
	margin-top: 48px;
}

.sidebar h3 {
    font-weight: 600;
	font-size: 21px;
	margin-bottom: 16px;
}

.sidebar ul li {
 list-style-type: none;   
 margin-bottom: 16px;
}

.sidebar ul{
    padding-left:0px;
    margin-top: 0px;
    
}

.sidebar li a {
    text-decoration: underline!important;
    font-size: 18px;
}

.sidebar p {
    font-size: 16px;
    line-height: 1.4446;
}

.sidebar .subscribe {
	padding: 20px 10px 30px;; 
    border: 1px solid #0055b7;
}

.sidebar .subscribe .title {
    padding-top: 10px;
}

.sidebar .subscribe .description {
    padding: 10px 10px 0px 10px;
}
.sidebar .subscribe .description p{
    margin-bottom: 0px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 24px;
    text-align: center;
}

.sidebar input[type="email"] {
	height: 40px;
	margin-bottom: 15px;
	font-size: 14px;
	margin-top: -10px;
}

.sidebar .hs-button.primary, .sidebar input[type="submit"], .sidebar input[type="button"] {
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    background: #0055b7!important;
	    border-style: none;
		border-radius: 3px;
		color: #fff;
}

.sidebar .hs-button.primary:hover, .sidebar input[type="submit"]:hover, .sidebar input[type="button"]:hover {
	background: #014a9e!important;
}

.sidebar .hs-form-field>label {
    font-weight:400!important;
}

.sidebar .hs-error-msgs {
    display: none!important;
}

.post-listing {
	margin-bottom: 24px;	
}

.blog-pagination {
	margin-bottom: 24px;	
}

.blog-pagination a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    background: #918f95;
    padding: 20px 30px;
    margin-top: 24px!important;
	min-width: 235px;
	border-radius: 6px;
}

.blog-pagination a:hover{
    text-decoration: underline;
    color: #fff;
    background: #ccc;
}

.blog-pagination a.next-posts-link {
	background: #003C71!important;
}

.blog-pagination a.next-posts-link:hover {
	background: #014a9e!important;
}

.post-item {
    padding-bottom: 50px;
}

.post-item .more-spacing {
	margin-top: 48px;	
}

.post-item .more-link {
    font-size: 18px;
    color: #0055b7;
	text-decoration: underline;
	font-weight: 400;
}

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

.post-item hr {
    display: none;
}

.post-item #hubspot-author_data, .blog-post #hubspot-author_data{
    font-size: 14px;
    color: #888!important;
    margin-bottom: 14px;
}

.post-item .custom_listing_comments {
    margin-top: 30px;
}
/*.post-item h2{
    margin-bottom:0px!important;
}*/

.post-item h2 a {
    color: #222;
}

.post-item h2 a:hover {
    color: #666;
}

.post-item .author-link, .blog-post .author-link {
    color: #888!important;
}

@media (min-width: 481px) {
.blog .banner-text input, .has-signup-form input[type="email"] {
    width: 50%;
    float: left;
    margin-right: 2%;
}
.blog .banner-text .hs-button, .has-signup-form .hs-button {
    width: 48%;
    float: left;
}
}

.blog .banner-text input, .has-signup-form input[type="email"] {
    border: 0px solid #888;
    z-index: 3;
    font-size: 16px;
	padding: 15px;
	height: 50px;
}

.blog .banner-text .hs-button, .has-signup-form .hs-button {
    color: #fff;
    /* margin-top: 7px !important; */
    border: 0 !important;
    margin-right: 0 !important;
    /* font-weight: bold; */
    font-size: 16px !important;
    min-height: 45px;
    background: transparent;
    border: 1px solid #fff!important;
    border-radius: 3px;
	-moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer!important;
}

.blog .banner-text .hs-button:hover, .has-signup-form .hs-button:hover {
	color: #0055b7;
	background: #fff!important;
	border: 1px solid #fff!important;	
}

.blog .banner-text h1 {
    font-size: 52px;
    line-height: 1.07724;
    font-weight: 400;
    margin-bottom: 36px;
}

.blog .banner label {
    display: none!important;
}

.blog .banner-text{
    padding: 45px 30px!important; 
	margin-bottom: 24px;
}

/*Firefox Only*/

body:last-child .selector, x:-moz-any-link, .share-wrapper .inline-form input[type="email"] {
    padding: 0 0 0 10px;
}

/*IE Only*/

html[data-useragent*='MSIE 10.0'] .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-input-placeholder, :root .selector, .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-input-placeholder, :root .selector .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-fullscreen, :root .selector .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

_:-ms-fullscreen, :root .selector, .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.share-wrapper input[type="submit"] {
    font-size: 10px!important;
}
}

@supports (-ms-accelerator:true) {
    .share-wrapper input[type="submit"] {
    font-size: 10px!important;
}
}

.share-wrapper{
    position: fixed;
    padding: 14px 45px 14px;
    bottom: 0;
    height: 70px;
	    z-index: 99;
    /*border-top: 1px solid #e4e4e4;*/
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -moz-transform: translate3d(0,70px,0);
    -ms-transform: translate3d(0,70px,0);
    -webkit-transform: translate3d(0,70px,0);
    transform: translate3d(0,70px,0);
    -webkit-backface-visibility: hidden;
    background: #0055b7!important;
}

/*.share-wrapper.hide {
    display: block!important;
}*/

@media (max-width: 768px){
    .share-wrapper {
        display: none!important;
    }
}

.share-wrapper .hs-form-required {
   display: none!important;	
}

.share-wrapper.on {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.share-wrapper .inline-form input[type="email"] {
    font-size: 12px;
    margin: 0px 0 0 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px!important;
}

.share-wrapper .inline-form input[type="email"] {
    font-size: 12px;
    padding: 9px 15px;
    height: 37px;
	margin-left: -10px;
}

.share-wrapper .inline-form input[type="email"]{
    background: #fff;
    width: 232px;
    line-height: 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 15px;
    margin-right: 10px;
    border: 1px solid #d4d7da;
    color: #8a959e;
}

.share-wrapper input[type=submit] {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
        background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 25px 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    max-width: 108px;
	margin-top: 40px;
}

.share-wrapper input[type=submit]:hover {
    color: #0055b7;
    background: #fff;
}

.share-wrapper .inline-form {
    top: 0px;
    padding-left: 0%;
}

.share-wrapper .inline-form .hbspt-form {
    margin-top: 0px;
}

.share-wrapper .inline-form .hs_submit {
    position: relative;
    left: 232px;
    top: -79px;
    overflow: hidden;
}

.share-wrapper .inline-form .hs-error-msgs {
    display: none!important;
}

.share-wrapper .subscribe-form {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 355px;
}

.hs-form input:not([type="image"]), .hs-form textarea {
    box-sizing: border-box!important;
}


.hs-content-name-7-ways-local-government-can-use-social-media .hs-form .actions {
    margin-top: 0px!important;
    padding-top: 23px!important;
}

.share-wrapper .feature-share a {
    display: inline-block;
    text-align: center;
    padding: 0;
    font-size: 18px;
}

.share-wrapper .feature-share a li {
    margin-right: 10px;
}

.share-wrapper .feature-share a li {
    position: relative;
    display: inline-block;
    border: 1px solid #abb0b7;
    border-radius: 3px;
    padding: 5px 10px;
    min-width: 36px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
}

.share-wrapper .feature-share a li .social-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
}

.share-wrapper .feature-share a li.twitter .social-icon {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7926px;
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
}

.share-wrapper .share-widget-container-fixed .feature-share a li.twitter .social-icon-hover {
    position: absolute;
    top: 8px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7815px;
    background-repeat: no-repeat;
    height: 11px;
    width: 12px;
}

.share-wrapper .feature-share a li.facebook .social-icon {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7255px;
    background-repeat: no-repeat;
    height: 12px;
    width: 6px;
}

.share-wrapper .feature-share a li.facebook .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7143px;
    background-repeat: no-repeat;
    height: 12px;
    width: 6px;
}

.share-wrapper .feature-share a li.gplus .social-icon {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7479px;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
}

.share-wrapper .feature-share a li.gplus .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7367px;
    background-repeat: no-repeat;
    height: 12px;
    width: 13px;
}


.share-wrapper .feature-share a li.linkedin .social-icon {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7703px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}

.share-wrapper .feature-share a li.linkedin .social-icon-hover {
    position: absolute;
    top: 7px;
    left: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -7591px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}

.share-wrapper .feature-share {
    margin-top: 0px;
}

.share-wrapper ul.feature-share {
    padding-left: 0px!important;
}
.share-wrapper .logo {
    padding-left: 52px;
}

@media (min-width: 769px) {
.share-wrapper-mobile {
    display: none!important;
}
}

.share-wrapper-mobile {
    bottom: 0;
    width: 100%!important;
}

.share-wrapper-mobile {
    position: fixed;
    
    height: 45px;
    width: 100%;
    z-index: 101;
    border-top: 1px solid #e4e4e4;
    background: #fff;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.share-wrapper-mobile ul li div {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.share-wrapper-mobile ul {
    margin: 0;
    padding: 0!important;
    height: 45px;
}

.share-wrapper-mobile ul li {
    position: relative;
    border-right: 1px solid #e4e4e5;
    display: inline-block;
}

/*.share-wrapper-mobile ul li.in {
    width: 45px;
}

.share-wrapper-mobile ul li.in div {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -5802px;
    background-repeat: no-repeat;
    height: 19px;
    width: 22px;
}*/

.share-wrapper-mobile ul li.in {
    position: relative;
    border-right: 1px solid #e4e4e5;
    width: 45px;
    display: inline-block;
    padding: 4px;
    height: 45px;
}

.share-wrapper-mobile ul li.in img {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
}

.share-wrapper-mobile ul li.twitter, .share-wrapper-mobile ul li.facebook, .share-wrapper-mobile ul li.gplus {
    width: calc(100% / 4);
    height: 45px;
}

.share-wrapper-mobile ul li.linkedin {
    width: calc(100% / 4);
    border-right: none;
    height: 45px;
}

.share-wrapper-mobile ul li.twitter div {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -5921px;
    background-repeat: no-repeat;
    height: 17px;
    width: 20px;
}

.share-wrapper-mobile ul li.facebook div {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -5444px;
    background-repeat: no-repeat;
    height: 20px;
    width: 10px;
}

.share-wrapper-mobile ul li.gplus div {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -5564px;
    background-repeat: no-repeat;
    height: 18px;
    width: 20px;
}

.share-wrapper-mobile ul li.linkedin div {
    display: inline-block;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/global-s8d6d993224.png?t=1543425611001);
    background-position: 0 -5682px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

/* ==========================================================================
   Mobile Adjustments                                           
   ========================================================================== */

/* Mobile Full Screen Menu */

@media (max-width: 1079px){
.menu-is-open {
overflow: hidden;
height: 100vh;
}

body.menu-is-open .hs-menu-wrapper {
    height: calc(100vh - 60px);
    width: 100%!important;
    position: absolute!important;
    top: 0px!important;
    margin-top: 70px!important;
    left: 0px;
    overflow-y: scroll!important;
}

body .main-navigation .hs-menu-flow-horizontal {
    top: 0px!important;
}

body .main-navigation .hs-menu-flow-horizontal {
    width: 100%!important;
}

.main-navigation .hs-menu-flow-horizontal.hs-menu-wrapper {
    overflow-y: scroll;!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-top: 10px!important;
    max-width: 320px;
    float: none;
    margin: 0 auto;
    text-align: center;
    border-top: 0px solid rgba(0,0,0,0.1)!important;
}

.main-navigation .hs-menu-flow-horizontal ul li {
    border-top: 0px solid #000!important;
    border-bottom: 0px solid #000!important;
}
.main-navigation .hs-menu-flow-horizontal ul li.expanded {
    background: rgba(0, 0, 0, 0.01);
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
}
.main-navigation .hs-menu-flow-horizontal.flyouts ul ul {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.01);
}
.menu-is-open .hello #cover_all{
    background: #0055b7;
}
/*.main-navigation .hs-menu-flow-horizontal.flyouts>ul>li, .main-navigation .hs-menu-flow-horizontal>ul>li:last-child {
    margin-right: 0;
    float: none;
    max-width: 320px;
    margin: 0 auto!important;
}*/
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
    overflow-y: scroll!important;
    width: 100%!important;
    max-width: 100%!important;
    padding-bottom: 65px;
}
}

@media (max-width: 767px) {
.ia.full-screen .hero-holder h3 {
    font-size: 18px!important;
}
.ia.full-screen .hero-holder h1, .blog .banner-text h1, .blog-post h1, .sub-header h2, .timeline-header h2, .content.large h2, .subscribe h2 {
    font-size: 32px!important;
}
.header-logo img {
    max-height: 36px!important;
}
 .hello #video_container #text {
     left: 0px!important;
     top: 0px!important;
     margin-top: -35px;
 }   
 #cta_button_2606137_407660ba-92ea-415f-ba44-f6e9fd04af96 span{
     font-size: 18px!important;
 }
 #video_container, .homepage-hero-module, .hello #main-image {
    max-height: none!important;
    /*height: auto!important;*/
}
.ia .product-item .left .product-content {
    margin-left: 0!important;
}
.ia .product-content {
max-width: 100%;
}
.content.padding-80 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
}

@media (min-width: 768px) and (max-width: 1080px){
.ia.full-screen .hero-holder h1, .subhead h2, h2 {
    font-size: 42px!important;
}
.signup_a.top_story_header .exclamation_point_1, .signup_a.top_story_header .exclamation_point_2 {
    margin-top: 2px!important;
}
.signup_a.top_story_header .exclamation_point_1_dot:before, .signup_a.top_story_header .exclamation_point_2_dot:before {
    top: 23px!important;
}
}

@media (max-width: 767px){
.homepage #video_container, .homepage .homepage-hero-module {
    min-height: auto!important;
    height: auto!important;
    max-height: 100%!important;
}
.homepage .hello #main-image {
    min-height: 100%!important;
}
}

@media (max-width: 767px){
    .company #video_container, .company .homepage-hero-module, .markets #video_container, .markets .homepage-hero-module, .technology #video_container, .technology .homepage-hero-module {
    min-height: 300px!important;
    height: 300px!important;
    max-height: 100%!important;
}
}

/* Subpage Subnavigation */

    #sticky {
    padding: 0.5ex;
    font-size: 2em;
    background: #f6f6f6;
}

#sticky.container {
max-width: 100%; float: none; margin: 0 auto;
}

#sticky.container ul {
    margin: 0 auto!important;
    float: none!important;
    text-align: center!important;
    display: block!important;
    opacity: 1;
    position: relative;
    margin-bottom: -5px;
}

#sticky.container ul li {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: left;
    float: none;
}

#sticky {
transition: all .3s ease;
}

#sticky a {
    color: #333;
}

#sticky a:hover {
    color: #0055b7!important;
}

@media (min-width: 1080px){
#sticky {
display: block!important;
}

#sticky.stick .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    max-height: 45px;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 66px;
    z-index: 99;
background: whitesmoke;
}
#sticky.stick {
border-bottom: 1px solid #cfd5e1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: .95;
}
#sticky.stick ul {
    margin: 0 auto!important;
    float: none!important;
    display: block;
    margin-top: -13px!important;
    margin-bottom: -10px!important;
}
.toggle {
display: none;
visibility: hidden;
}
}

@media (max-width: 1079px){
#sticky {
display: none;
}

.toggle-content-container {
background: whitesmoke;
border-bottom: 1px solid #cfd5e1;
}

.toggle-content {
    text-align: right;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1024px;
    float: none;
    margin: 0 auto;
}

.toggle {
font-size: 12px;
}

#sticky .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
padding: 5px!important;
}

#sticky {
background: none;
}
}

#sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
    color: #0055b7;
}

#sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    content: '';
    background: #cccccc;
    border: 4px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: 48px!important;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}
#sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 36px!important;
}
body.ia #sticky.stick .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    color: #0055b7!important;
}

/*For Safari Only*/


@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
   /* _:-webkit-full-screen, body #sticky.container ul {
    margin-bottom: 5px !important;
    margin-top: -20px !important;
}*/

_:-webkit-full-screen, body #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 40px;
}

_:-webkit-full-screen, body #sticky.stick ul {
    /*padding-top: 0px !important;*/
    /*margin-bottom: 0px !important;*/
}

_:-webkit-full-screen, #sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 36px;
}
}}

_::-webkit-full-page-media, _:future, :root body #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 40px!important;
}

_::-webkit-full-page-media, _:future, :root body #sticky.container ul {
    margin-bottom: 5px !important;
    margin-top: -20px !important;
}

_::-webkit-full-page-media, _:future, :root #sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 36px;
}

_::-webkit-full-page-media, _:future, :root body #sticky.stick ul {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Safari 10.0+ */

_::-webkit-:host:not(:root:root), body #sticky.stick ul {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

_::-webkit-:host:not(:root:root), #sticky.stick li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 36px;
}

_::-webkit-:host:not(:root:root), body #sticky.container ul {
    margin-bottom: 5px !important;
    margin-top: -20px !important;
}

_::-webkit-:host:not(:root:root), body #sticky li.hs-menu-item.hs-menu-depth-1.active.active-branch a:after {
    top: 40px!important;
}

/* About Page - Values LIGHT */

.company #core_values {
height: 450px;
text-align: center;
}
.company #core_values h1 {
color: #fff;
margin-top: 70px;
}
.company #core_values ul {
margin-bottom: 57px;
}
.company #core_values ul li {
display: inline-block;
margin: 0 20px;
}
.company #core_values ul div {
border: 2px solid #8a959e;
height: 104px!important;
width: 104px!important;
border-radius: 100px;
display: block;
position: relative;
-webkit-transition: border .1s;
transition: border .1s;
}
.company #core_values ul div i {
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
bottom: -23px;
left: 47px;
display: block;
width: 10px;
height: 6px;
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/carrot-g.png?t=1543425611001);
-webkit-transition: opacity .1s;
transition: opacity .1s;
}
.company #core_values ul div.design, .company #core_values ul div.details, .company #core_values ul div.integrity, .company #core_values ul div.iterate, .company #core_values ul div.question, .company #core_values ul div.think {
display: inline-block;
cursor: pointer;
vertical-align: middle;
height: 100px;
width: 100px;
/*background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/carrot-w.png?t=1543425611001);*/
background-repeat: no-repeat;
}
.company #core_values ul div.active {
border-color: #fff;
}
.company #core_values ul div.active i {
opacity: 1;
filter: alpha(opacity=100);
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/carrot-w.png?t=1543425611001);
}
.company #core_values ul div.question {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/l-grey-1.png?t=1543425611001);
}
.company #core_values ul div.question.active, .company #core_values ul div.question:active {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/l-white-1.png?t=1543425611001);
}
.company #core_values ul div.think {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/i-grey.png?t=1543425611001);
}
.company #core_values ul div.think.active, .company #core_values ul div.think:active {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/i-white.png?t=1543425611001);
}
.company #core_values ul div.iterate {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/g-grey.png?t=1543425611001);
}
.company #core_values ul div.iterate.active, .company #core_values ul div.iterate:active {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/g-white.png?t=1543425611001);
}
.company #core_values ul div.details {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/h-grey.png?t=1543425611001);
}
.company #core_values ul div.details.active, .company #core_values ul div.details:active {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/h-white.png?t=1543425611001);
}
.company #core_values ul div.design {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/t-grey.png?t=1543425611001);
}
.company #core_values ul div.design.active, .company #core_values ul div.design:active {
background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/about/values/t-white.png?t=1543425611001);
}
.company #core_values .tab-wrapper {
position: relative;
}
.company #core_values .tab {
position: absolute;
width: 655px;
top: 0;
left: 50%;
margin-left: -322px;
text-align: center;
display: none;
min-height: 100px;
}
.company #core_values .tab.active {
display: block;
}
.company #core_values h3 {
color: #fff;
font-size: 24px;
}
.company #core_values p {
font-size: 25px;
line-height: 38px;
color: #d4d7da;
}
@media (max-width: 767px) {
.company #core_values {
height: auto;
}
.company #core_values .tab {
position: relative;
max-width: 655px;
width: auto;
top: 0;
left: 0;
margin-left: 0;
margin-bottom: 50px;
text-align: center;
display: block!important;
}
.company #core_values .nav {
display: none;   
}
}

/* Responive Menu Changes */

@media (min-width: 1081px){
li.hs-menu-item.hs-item-has-children ul, li.hs-menu-item.hs-item-has-children ul li {
    display: none!important;   
}
}

@media (max-width: 1080px){
.toggle-content-container {
    display:none!important;
}
}

/* Typed Animation */

.signup{text-align:center}
.signup .btn{display:inline-block;font-family:Slack-Palanquin,sans-serif;font-size:1.249rem;font-weight:700;text-decoration:none;border:1px solid #56B68B;border-radius:4px;background:#56B68B;color:#FFF;line-height:3.749rem;padding:0 22px}
.signup small{display:block;margin-top:20px;font-size:1rem;color:#2E2E31}
.signup strong{font-weight:900}
.signup.bottom,.signup.top{font-size:1.249rem;padding:55px 0;border-bottom:1px solid #E8E8E8}
.signup.bottom.cta,.signup.top.cta{padding:0}
.signup.bottom.cta div,.signup.top.cta div{display:block;padding:0;background:#3A4149;border-radius:0}
.signup.bottom.cta h1,.signup.top.cta h1{width:100%;margin-right:0}
.signup.bottom div,.signup.top div{display:inline-block;padding:32px;background:#EFF1F4;border-radius:8px}
.signup.bottom .btn,.signup.top .btn{vertical-align:middle}
.signup.bottom a.download_mobile_app_btn,.signup.top a.download_mobile_app_btn{width:100%;max-width:400px}
@media only screen and (max-width:640px){.signup.bottom,.signup.top{padding:0;border:none}
.signup.bottom div,.signup.top div{border-radius:0}
.signup.bottom .btn,.signup.top .btn{width:100%}
.signup.bottom a.download_mobile_app_btn,.signup.top a.download_mobile_app_btn{width:calc(100vw - 50px);font-size:1rem}
.signup.bottom small,.signup.top small{background:#EFF1F4;margin-top:0;padding:0 1.06rem 32px;color:#9E9EA6}
}
.signup.bottom{border-bottom:none}
.signup_a .btn{margin:0;line-height:3rem;padding:0;width:184px;opacity:.8;cursor:pointer}
.signup_a .btn:hover{opacity:1}
.signup_a .input_email{margin-bottom:0;font-size:1.249rem;padding:.743rem;width:240px}
.signup_a .underline_path{position:absolute;top:2.93ex;left:0;width:100%}
.signup_a .underline_mars,.signup_a .underline_robots{position:relative;line-height:0}
.signup_a.top .cta .btn{letter-spacing:0}
.signup_a.top .cta .cta_header{margin-right:50px}
.signup_a.top .cta .cta_form,.signup_a.top .cta .cta_header{display:inline-block}
.signup_a.top .cta .input_email{margin-right:15px!important}
@media only screen and (max-width:960px){.signup_a.top .cta .cta_header{margin:0 auto 1.59rem;display:block;text-align:center}
}
.signup_a.bottom{background:#fff;color:#4A4A4A;padding:57px 18px}
.signup_a.bottom h1{font-size:1.875rem;line-height:2.5rem}
.signup_a.bottom small{color:#9E9EA6}
.signup_a.bottom .email_container{margin-bottom:9px}
.signup_a.bottom .input_email{width:380px}
.signup_a.bottom .cta_header{text-align:center;max-width:620px;width:100%;margin:0 auto 24px}
.signup_a.bottom .cta_footer{max-width:620px}
.signup_a.bottom div{padding:0;background:0 0;border-radius:0;margin-bottom:18px}
@media only screen and (max-width:640px){.signup_a.top .cta .cta_form,.signup_a.top .cta .cta_header{display:block}
.signup_a.bottom h1{margin-bottom:0;font-size:1.374rem;line-height:1.875rem}
.signup_a.bottom small{background:0 0;padding:0}
}
.signup_a .cta_footer{font-size:.9375rem;line-height:1.375rem;display:block;text-align:center;margin:19px 0 0;width:100%}
.signup_a .cta_footer a{color:#fff}
.signup_a .cta_find_or_create{padding:0 0 10px;background:0 0;display:block}
.signup_a .cta_find_or_create .btn{width:14.375rem;margin-top:15px;font-size:1.25rem;line-height:3.3125rem}
.signup_a .cta_find_or_create .join_btn{background-color:#2AB27B;border:1px solid #2AB27B;text-shadow:1px 1px #1E7E57;margin-right:20px}
.signup_a .cta_find_or_create .start_btn{background-color:#3aa3e3;border:1px solid #3aa3e3;text-shadow:1px 1px #2A76A4}
.signup_a .cta_find_or_create .cta_footer{font-size:1rem}
.signup_a.top_story_header{border:0;color:#fff;overflow:hidden}
.signup_a.top_story_header .btn{font-size:1.126rem;opacity:1}
.signup_a.top_story_header .btn:hover{opacity:.8}
.signup_a.top_story_header .cta_ad{display:block;bottom:3.61rem;width:100%}
@media only screen and (max-width:640px){.signup_a .cta_find_or_create{padding:0}
.signup_a .cta_find_or_create .start_btn{margin-top:15px}
.signup_a.top_story_header .cta_ad{padding:20px}
}
.signup_a.top_story_header .cta_ad_form{padding:0}
.signup_a.top_story_header .cta_story_header{font-size:3.61rem;line-height:4.46rem;font-weight:900;width:950px;text-align:center;margin:0 auto 2.65rem;display:block;position:relative;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-origin:center bottom;transform-origin:center bottom}
.signup_a.top_story_header .cta_story_header div{padding:0}
.signup_a.top_story_header .cta{padding:19px 48px;background:rgba(174,180,180,0.5)}
.signup_a.top_story_header .cta .cta_header{margin-right:0}
@media only screen and (max-width:960px){.signup_a.top_story_header .cta .cta_header{margin:0 auto 1.06rem;display:block;text-align:center}
}
.signup_a.top_story_header .cta .input_email{margin-right:7px!important;margin-left:0!important}
.signup_a.top_story_header .cta .cta_header+.cta_form .input_email{margin-left:14px!important}
@media only screen and (max-width:640px){.signup_a.top_story_header .cta_story_header{font-size:2.55rem;line-height:2.97rem}
.signup_a.top_story_header .cta{display:none}
}
.signup_a.top_story_header #story_location{text-align:left;padding:0}
.signup_a.top_story_header .exclamation_point_1,.signup_a.top_story_header .exclamation_point_2{background:url(https://a.slack-edge.com/9a9a/img/landing/exclamation_point.svg) no-repeat;width:19px;height:0;margin-left:7px;margin-top:6px;display:inline-block;position:absolute}
.signup_a.top_story_header .exclamation_point_1_dot,.signup_a.top_story_header .exclamation_point_2_dot{visibility:hidden}
.signup_a.top_story_header .exclamation_point_1_dot:before,.signup_a.top_story_header .exclamation_point_2_dot:before{content:".";position:absolute;top:17px;left:-3px}
@media only screen and (max-width:640px){.signup_a.top_story_header .exclamation_point_1,.signup_a.top_story_header .exclamation_point_2{width:21px;margin-top:4px;margin-left:5px}
.signup_a.top_story_header .exclamation_point_1_dot:before,.signup_a.top_story_header .exclamation_point_2_dot:before{top:28px;left:-3px;font-size:3.18rem}
}
.signup_a.top_story_header .exclamation_point_2{margin-left:.4em}
.signup_a.top_story_header .exclamation_points{-webkit-transform-origin:top left;transform-origin:top left}
.signup_a.top_story_header .cta_story_header_first,.signup_a.top_story_header .cta_story_header_second{display:inline-block;white-space:nowrap}
@media only screen and (max-width:767px){.signup_a.top_story_header .cta_story_header_first,.signup_a.top_story_header .cta_story_header_second{display:inline;white-space:normal}
}
.signup_a.top_story_header .typewriter_copy_mobile{display:none;visibility:hidden}
@media only screen and (max-width:640px){.signup_a.top_story_header .exclamation_points{-webkit-transform:scale(.65);-moz-transform:scale(.65);-ms-transform:scale(.65);transform:scale(.65)}
.signup_a.top_story_header .typewriter{display:none;visibility:hidden}
.signup_a.top_story_header .typewriter_copy_mobile{display:inline;visibility:visible}
.signup_a.top_story_header small{display:none}
}
.signup_a.top_story_header div{background:0 0}
.signup_a.top_story_header .mini_gradient{background:-moz-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.8) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.8) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.8) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.8) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,0.8) 100%);height:200px;left:0;right:0;position:absolute;bottom:0;border-radius:0}
@media screen and (min-width:768px){.signup_a.top_story_header .mini_gradient{display:none}
}
.signup_a.top_story_header small,.signup_a.top_story_header small a{color:#fff}
.signup_a.marsandbeyond.top_story_header .cta{background:rgba(0,0,0,0.65)}
.signup_a.marsandbeyond.top_story_header .cta_story_header{width:840px}
@media only screen and (max-width:960px){.signup_a.marsandbeyond.top_story_header .cta_story_header{margin:0 0 2.65rem;left:50%;-webkit-transform:translateX(-50%) scale(.8);-moz-transform:translateX(-50%) scale(.8);-ms-transform:translateX(-50%) scale(.8);transform:translateX(-50%) scale(.8)}
}
@media only screen and (max-width:780px){.signup_a.marsandbeyond.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.7);-moz-transform:translateX(-50%) scale(.7);-ms-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}
}
@media only screen and (max-width:640px){.signup_a.marsandbeyond.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.6);-moz-transform:translateX(-50%) scale(.6);-ms-transform:translateX(-50%) scale(.6);transform:translateX(-50%) scale(.6)}
.signup_a.marsandbeyond.top_story_header .cta_story_header_second{display:inline;white-space:normal}
}
@media only screen and (min-width:320px) and (max-width:640px){.signup_a.marsandbeyond.top_story_header .cta_story_header{width:100%;-webkit-transform:translateX(-50%) scale(.9);-moz-transform:translateX(-50%) scale(.9);-ms-transform:translateX(-50%) scale(.9);transform:translateX(-50%) scale(.9)}
}
@media only screen and (max-width:1024px){.signup_a.marsandbeyond.top_story_header .cta_story_header_second{display:inline}
}
.signup_a.neutrinoinahaystack.top_story_header .cta_story_header{width:760px}
@media only screen and (max-width:960px){.signup_a.neutrinoinahaystack.top_story_header .cta_story_header{margin:0 0 2.65rem;left:50%;-webkit-transform:translateX(-50%) scale(.8);-moz-transform:translateX(-50%) scale(.8);-ms-transform:translateX(-50%) scale(.8);transform:translateX(-50%) scale(.8)}
}
@media only screen and (max-width:780px){.signup_a.neutrinoinahaystack.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.7);-moz-transform:translateX(-50%) scale(.7);-ms-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}
}
@media only screen and (max-width:640px){.signup_a.marsandbeyond.top_story_header .cta_story_header_second .callout_copy{white-space:nowrap}
.signup_a.neutrinoinahaystack.top_story_header .cta_story_header{width:340px;margin:0 0 2.65rem;-webkit-transform:translateX(-50%) scale(1);-moz-transform:translateX(-50%) scale(1);-ms-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}
}
@media only screen and (max-width:380px){.signup_a.neutrinoinahaystack.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.82);-moz-transform:translateX(-50%) scale(.82);-ms-transform:translateX(-50%) scale(.82);transform:translateX(-50%) scale(.82)}
}
@media only screen and (min-width:641px) and (max-width:1024px){.signup_a.neutrinoinahaystack.top_story_header .cta_story_header_second{display:inline;white-space:nowrap}
}
@media only screen and (min-width:320px) and (max-width:640px){.signup_a.neutrinoinahaystack.top_story_header .cta_story_header_second .callout_copy{display:inline-block;white-space:nowrap}
}
.signup_a.openforbusiness.top_story_header .cta_story_header{width:1140px}
@media only screen and (max-width:1200px){.signup_a.openforbusiness.top_story_header .cta_story_header{left:50%;-webkit-transform:translateX(-50%) scale(.8);-moz-transform:translateX(-50%) scale(.8);-ms-transform:translateX(-50%) scale(.8);transform:translateX(-50%) scale(.8)}
}
@media only screen and (max-width:900px){.signup_a.openforbusiness.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.7);-moz-transform:translateX(-50%) scale(.7);-ms-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}
}
@media only screen and (max-width:820px){.signup_a.openforbusiness.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.6);-moz-transform:translateX(-50%) scale(.6);-ms-transform:translateX(-50%) scale(.6);transform:translateX(-50%) scale(.6)}
}
@media only screen and (max-width:780px){.signup_a.openforbusiness.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.5);-moz-transform:translateX(-50%) scale(.5);-ms-transform:translateX(-50%) scale(.5);transform:translateX(-50%) scale(.5)}
}
@media only screen and (max-width:640px){.signup_a.openforbusiness.top_story_header .cta_story_header{min-width:454px;width:100%;-webkit-transform:translateX(-50%) scale(.9);-moz-transform:translateX(-50%) scale(.9);-ms-transform:translateX(-50%) scale(.9);transform:translateX(-50%) scale(.9)}
.signup_a.openforbusiness.top_story_header br{display:none}
}
@media only screen and (max-width:450px){.signup_a.openforbusiness.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.8);-moz-transform:translateX(-50%) scale(.8);-ms-transform:translateX(-50%) scale(.8);transform:translateX(-50%) scale(.8)}
}
@media only screen and (max-width:380px){.signup_a.openforbusiness.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.65);-moz-transform:translateX(-50%) scale(.65);-ms-transform:translateX(-50%) scale(.65);transform:translateX(-50%) scale(.65)}
}
.signup_a.openforbusiness.top_story_header .cta_story_header_second_container{display:inline}
.signup_a.openforbusiness.top_story_header .cta_story_header_second{font-variant-ligatures:no-common-ligatures}
@media only screen and (min-width:mobile_landscape) and (max-width:1024px){.signup_a.openforbusiness.top_story_header .cta_story_header_second{display:inline-block}
}
@media only screen and (min-width:320px) and (max-width:640px){.signup_a.openforbusiness.top_story_header .cta_story_header_second .callout_copy{display:inline-block}
}
.signup_a.waterislife.top_story_header .cta{background:rgba(0,0,0,.65)}
.signup_a.waterislife.top_story_header .cta_story_header{width:840px}
@media only screen and (max-width:960px){.signup_a.waterislife.top_story_header .cta_story_header{margin:0 0 2.65rem;left:50%;-webkit-transform:translateX(-50%) scale(.8);-moz-transform:translateX(-50%) scale(.8);-ms-transform:translateX(-50%) scale(.8);transform:translateX(-50%) scale(.8)}
}
@media only screen and (max-width:780px){.signup_a.waterislife.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.7);-moz-transform:translateX(-50%) scale(.7);-ms-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}
}
@media only screen and (max-width:640px){.signup_a.waterislife.top_story_header .cta_story_header{-webkit-transform:translateX(-50%) scale(.6);-moz-transform:translateX(-50%) scale(.6);-ms-transform:translateX(-50%) scale(.6);transform:translateX(-50%) scale(.6)}
.signup_a.waterislife.top_story_header .cta_story_header_second{display:inline;white-space:normal}
}
@media only screen and (min-width:320px) and (max-width:640px){.signup_a.waterislife.top_story_header .cta_story_header{width:100%;-webkit-transform:translateX(-50%) scale(.8);-moz-transform:translateX(-50%) scale(.8);-ms-transform:translateX(-50%) scale(.8);transform:translateX(-50%) scale(.8)}
}
@media only screen and (max-width:1024px){.signup_a.waterislife.top_story_header .cta_story_header_second{display:inline}
}
.signup_a.top_story_header_mobile{color:#fff;text-align:center}
.signup_a.top_story_header_mobile #inline_input{text-align:left}
.signup_a.top_story_header_mobile .cta,.signup_a.top_story_header_mobile small{background:#322E30}
.signup_a.top_story_header_mobile a,.signup_a.top_story_header_mobile small{color:#fff}
.signup_a.top_story_header_mobile .cta_footer,.signup_a.top_story_header_mobile .cta_header{font-weight:400}
.signup_a.top_story_header_mobile .btn{opacity:1}
.signup_a.top_story_header_mobile .btn:hover{opacity:.8}
@media only screen and (min-width:641px){.signup_a.top_story_header{min-height:686px}
.signup_a.top_story_header_mobile{display:none}
}

.start_animation .signup_a.top_story_header .typed-cursor{-webkit-animation:fade .3s forwards;animation:fade .3s forwards}
@media only screen and (max-width:640px){.signup_a.waterislife.top_story_header .cta_story_header_second .callout_copy{white-space:nowrap}
.signup_a.bottom .input_email,.signup_a.top .input_email,.signup_a.top_story_header .input_email{width:100%;margin-bottom:.59rem}
.signup_a.bottom small,.signup_a.top small,.signup_a.top_story_header small{padding:0 1.59rem 32px}
.signup_a.bottom .email_container,.signup_a.top .email_container,.signup_a.top_story_header .email_container{margin-bottom:18px}
.signup_a.bottom .btn,.signup_a.top .btn,.signup_a.top_story_header .btn{width:100%}
.start_animation .signup_a.top_story_header .typed-cursor{-webkit-animation:fade 0.01s;animation:fade 0.01s}
}
.start_animation .signup_a.top_story_header .underline_robots_path path{-webkit-animation:dash 520ms cubic-bezier(.63,.25,.25,.9) forwards;animation:dash 520ms cubic-bezier(.63,.25,.25,.9) forwards}
@media only screen and (max-width:640px){.start_animation .signup_a.top_story_header .underline_robots_path path{-webkit-animation:dash 0.01s linear forwards running;animation:dash 0.01s linear forwards;animation:dash 0.01s linear forwards running}
}
.start_animation .signup_a.top_story_header .underline_mars_path path{-webkit-animation:dash 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms;animation:dash 520ms cubic-bezier(.63,.25,.25,.9) forwards 520ms}
.start_animation .signup_a.top_story_header .exclamation_point_1,.start_animation .signup_a.top_story_header .exclamation_point_2{height:55px}
.start_animation .signup_a.top_story_header .exclamation_point_1{-webkit-transition:height .1s ease-in 1.04s;-moz-transition:height .1s ease-in 1.04s;transition:height .1s ease-in 1.04s}
@media only screen and (max-width:640px){.start_animation .signup_a.top_story_header .underline_mars_path path{-webkit-animation:dash 0.01s linear forwards running;animation:dash 0.01s linear forwards;animation:dash 0.01s linear forwards running}
.start_animation .signup_a.top_story_header .exclamation_point_1{-webkit-transition:height 0.01s ease-out 0.01s;-moz-transition:height 0.01s ease-out 0.01s;transition:height 0.01s ease-out 0.01s}
}
.start_animation .signup_a.top_story_header .exclamation_point_1_dot{visibility:visible;-webkit-transition:visibility 1ms step-start 1.19s;-moz-transition:visibility 1ms step-start 1.19s;transition:visibility 1ms step-start 1.19s}
@media only screen and (max-width:640px){.start_animation .signup_a.top_story_header .exclamation_point_1_dot{-webkit-transition:visibility 0.01s ease-out 0.01s;-moz-transition:visibility 0.01s ease-out 0.01s;transition:visibility 0.01s ease-out 0.01s}
}
.start_animation .signup_a.top_story_header .exclamation_point_2{-webkit-transition:height .1s ease-in 1.42s;-moz-transition:height .1s ease-in 1.42s;transition:height .1s ease-in 1.42s}
@media only screen and (max-width:640px){.start_animation .signup_a.top_story_header .exclamation_point_2{-webkit-transition:height 0.01s ease-out 0.01s;-moz-transition:height 0.01s ease-out 0.01s;transition:height 0.01s ease-out 0.01s}
}
.start_animation .signup_a.top_story_header .exclamation_point_2_dot{visibility:visible;-webkit-transition:visibility 1ms step-start 1.57s;-moz-transition:visibility 1ms step-start 1.57s;transition:visibility 1ms step-start 1.57s}
svg path{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:500;stroke-dashoffset:500}
@-webkit-keyframes dash{to{stroke-dashoffset:0}
}
@-moz-keyframes dash{to{stroke-dashoffset:0}
}
@keyframes dash{to{stroke-dashoffset:0}
}
.typed-cursor{opacity:1;-webkit-animation:blink 875ms infinite;animation:blink 875ms infinite;position:absolute}
@media only screen and (max-width:640px){.start_animation .signup_a.top_story_header .exclamation_point_2_dot{-webkit-transition:visibility 0.01s ease-out 0.01s;-moz-transition:visibility 0.01s ease-out 0.01s;transition:visibility 0.01s ease-out 0.01s}
.typed-cursor{display:none}
}
@-webkit-keyframes fade{50%,from{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
99%{opacity:0;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
to{opacity:0;-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}
}
@keyframes fade{50%,from{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
99%{opacity:0;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
to{opacity:0;-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0)}
}
@-moz-keyframes blink{20%,80%{opacity:1}
50%{opacity:0}
}
@-webkit-keyframes blink{20%,80%{opacity:1}
50%{opacity:0}
}

.hide_from_all {
    display: none;
    visibility: hidden;
}

/* Tabber Module */
.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    display: block;
}
.tabber-tabs > .active > a,
.tabber-tabs > .active > a:hover,
.tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabber-content {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
}
.tabber-content .block h3 {
    display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
    float: left;
    width: 40%;
    border-radius: 4px;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    width: 60%;
    padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
    margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
display: block;
width: auto;
}

.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
float: left;
width: 40%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

/* Language Selector */

.globe_class {
    position: absolute;
    /*top: -5px;*/
    left: 50px;
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/globe-blue.png?t=1543425611001);
    z-index: 999999;
}

@media (max-width: 767px){
    .hs_cos_wrapper_type_language_switcher {
        height: 0px!important;
    }
    .globe_class {
        top: 0px;
        left: 22px;
        /*background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/globe-white.png?t=1543425611001);*/
    }
}


    .globe_class::after { 
        content: "English";
        margin-left: 30px;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
    }
    
    .zh .globe_class::after { 
        content: "ä¸­æ–‡";
        white-space:nowrap;
    }
    
    @media (max-width: 767px){
        .globe_class::after {
            display: none;
        }    
    }
 
 /* Product Subpages */
 
 .productpage, .productpage p {color:#425b76; line-height:1.75em;}
 .productheader h2 {color:#0055b7; text-align:center; font-size: 58px; margin-bottom:8px; margin-top:0px; line-height: 1.1;}
 .productheader h2 sup {font-size: 38px;}
 .productheader h3 sup {font-size: 18px;}
 .productheader h3 {color:#425b76; text-align:center; font-size: 26px; font-weight:normal; margin-bottom:30px; line-height: 1.1;}
 .productpage ul {
     -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    list-style-type: none;
    padding-left:0px;
      }
 
 
 .productpage ul li a:hover:after {
    display: inline-block;
    content: " ";
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/right-arrow-blue-1.svg?t=1543425611001);
    background-position: 10px -4px;
    background-repeat: no-repeat;
    height: 15px;
    width: 27px;
    background-size: 15px 27px;
} 
 
.white-cta-box {background:#ffffff; border-radius:10px; padding:30px 30px; margin-top:120px;  margin-bottom:120px;}
 
 
body .productcta {
    background-position: 50% 80%!important;
}

.productcta {background: url(https://www.modgility.com/hubfs/images/home/Cleveland%20.01sign%20%281%29%20%281%29.jpg?t=1543425611001)!important;
    background-attachment: fixed!important;
    background-repeat: no-repeat;
    background-size:cover;
}

.productcta-lg {background: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/technology/PicknPlace_0403_retouch.jpg?t=1543425611001)!important;
    background-attachment: fixed!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size:cover!important;
}

.productcta .overlay, .productcta-lg .overlay {
    background: rgba(0,85,183,0.5)!important;
}

.productcta h2 {color:#ffffff; text-align:left; font-size: 48px; font-weight:300; margin-top:0px; margin-bottom:0px; line-height:54px;}


 .cta-header h2 {color:#0055b7; text-align:center; font-size: 48px; margin-bottom:8px; margin-top:0px;}
 
 
 a#cta_button_2606137_5eedb332-61f3-459d-a37c-80f98dd8510d {
    clear: both;
    min-width: 220px;
}

a#cta_button_2606137_7eeb2b91-7624-4ebe-9650-a72cf90674a6 {
    clear: both;
    min-width: 220px;
}
 
 
 
 @media (max-width: 767px){

.productheader h2, .productheader h1 {font-size:38px!important;}
.productheader h3 {font-size:24px!important;}
.productheader h2 sup {font-size: 22px;}
 .productheader h3 sup {font-size: 12px;}
 
 
 .productcta h2 {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
}

.cta-header h2 {
    color: #0055b7;
    text-align: center;
    font-size: 36px; line-height:44px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.white-cta-box {background:#ffffff; border-radius:10px; padding:25px 20px; margin-top:100px;  margin-bottom:100px;}

}

/* Technology Hero Video Button */

.fa-play {
    padding-left: 10px!important;
}

    .products-screenshot__video {
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        cursor: pointer;
    }
    
    .products-screenshot__video:hover {
        background-color: rgb(255,101,35);
    }

/* Temporary */

.scroll-to-top.active {
    display: none!important;
}

/* Remodal fixes */

.remodal form ul, .remodal form li {
    list-style-type: none;
}

body .remodal label.hs-form-radio-display {
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    color: #454747;
    line-height: 19.6px;
}

/* GDPR */

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    text-align: center!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
  font-size: 16px!important;
}

@media (min-width: 768px){
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
 margin-top: -40px!important; 
}
}

@media (max-width: 767px){
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
   width: 160px;
    margin: 0 auto!important;
  }
}


.speck .form-intro h2 {
	font-size: 1.5em!important;
  line-height: 1.2!important;
}

.form-intro h2 {
    padding-top: 15px;
}

.form-intro p {
    margin-bottom: 0px!important;
}

form .legal-consent-container {
    padding-bottom: 15px;
}

form .legal-consent-container ul {
    padding-left: 0px!important;
    list-style-type: none!important;
}

form .legal-consent-container .hs-form-booleancheckbox {
    padding-bottom: 25px!important;
    margin-bottom: 15px;
    border-bottom: 1px solid #D9D9DB;
  font-size: 16px;!important;
}

form .legal-consent-container .hs-form-booleancheckbox input {
    float: left;
  margin-right: 10px;
}

form fieldset.form-columns-1 .legal-consent-container .hs-form-booleancheckbox input {
    width: auto!important;
}

form .legal-consent-container .hs-form-booleancheckbox p {
    padding-left: 30px;
    margin-top: -24px;
    font-size: 18px;
    color: #333;
    letter-spacing: -1px;
    float: left;
}

@media (max-width: 767px){
    form .legal-consent-container .hs-form-booleancheckbox p {
        float: inherit!important;    
    }
}

form .legal-consent-container p {
    font-size: 15px;
  line-height: 18px;
  margin-top: -30px;
}

.dark-background .hs-richtext a {
 color: #fff; 
}

.span12.widget-type-form form .legal-consent-container .hs-form-booleancheckbox p {
    /*margin-top: -6px!important;
    letter-spacing: 0px!important;
    padding-left: 10px!important;*/
}

/*.horizontal .legal-consent-container {
    display: none;
}*/

@media (min-width: 768px) {
.horizontal .hs-error-msgs.inputs-list {
    top: 35px!important;
}
}

@media (min-width: 768px) {
.horizontal input[type="text"], .horizontal input[type="email"] {
    width: 100%!important;
}
}

body .horizontal fieldset {
    max-width: 100%!important;
}

@media (min-width: 768px){
.horizontal input[type="submit"] {
    width: calc(100% - 15px);
    /*margin-top: 40px;*/
}
}

.horizontal form .legal-consent-container p {
    color: #fff!important;
}

.horizontal form .legal-consent-container p a {
    color: #fff!important;
}

.horizontal form .legal-consent-container .hs-form-booleancheckbox p {
    margin-top: -4px!important;
    /*margin-bottom: 0px!important;*/
}

.horizontal form .legal-consent-container p {
    /*margin-bottom: -15px!important;*/
}

.horizontal form .legal-consent-container {
    max-width: 500px;
    float: none;
    margin: -15px auto -35px;
}

.horizontal form .legal-consent-container .hs-form-booleancheckbox input {
  margin-right: 20px!important;
}

.horizontal form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: -35px;
}

.horizontal form .legal-consent-container .hs-form-booleancheckbox {
 color: #fff!important;
  font-size: 16px!important;
}

.horizontal form .actions {
    max-width: 500px;
    float: none;
    margin: 0 auto;
}

.form-container .form-wrapper form .legal-consent-container p, .hero-background .form-wrapper .legal-consent-container p {
    color: #fff!important;
}

.form-container .form-wrapper form .legal-consent-container .hs-form-booleancheckbox p, .hero-background .form-wrapper .legal-consent-container .hs-form-booleancheckbox p {
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 16px;
        /*float: initial!important;*/
}

.form-container .form-wrapper form .legal-consent-container .hs-form-booleancheckbox, .hero-background .form-wrapper .legal-consent-container .hs-form-booleancheckbox {
    padding-bottom: 55px;
}

.form-container .form-wrapper form .legal-consent-container p a:hover, .hero-background .form-wrapper .legal-consent-container p a:hover {
    color: #fff!important;
}

.form-container .form-wrapper form .legal-consent-container, .hero-background .form-wrapper .legal-consent-container {
    padding-bottom: 0px;
}


.white-background form .legal-consent-container .hs-form-booleancheckbox p {
    padding-left: 15px;
    margin-top: -8px;
}

/* Fake HelloBar - Changed to be below navigation*/
.feature-banner {
    position: absolute;
    left: 0;
    top: 135px;
    z-index: 3;
}

@media (max-width: 1079px){
  .feature-banner {
  	top: 130px;  
  }
}

@media (max-width: 767px){
  .feature-banner {
     position: relative;
    top: 40px; 
  }
  .banner-button {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
	}
}

.feature-banner {
    background: #0055b7;
    min-height: 0px!important;
}

.feature-banner p {
    color: #fff;
    margin-bottom: 0px!important;
    padding: 12px 20px;
    margin-top: 0px;
    font-size: 16px;
}

.feature-banner p a {
    background: #F18620;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.feature-banner p a:hover {
    background: #E95A27;
}

/* Quick zh nav fix */

@media (min-width: 1080px) {
  .zh-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      display: none!important
  }
}

/* Quick zh form fix */

.horizontal.zh input {margin-bottom: 15px!important}

/* New Landing Pages */

.examples-circle {width: 240px; height: 240px; background: #ffffff; border-radius: 240px; border: solid 2px #0055b7; display: table-cell; vertical-align: middle;}
  
  .circle-wrap {
  width:240px;
    margin:0 auto;
  }

  a.bluebutton {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    background: rgb(0,85,183) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 5px !important;
    border-width: 0px !important;
    transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    text-shadow: none !important;
    line-height: 1.5em !important;
    padding: 12px 33px !important;
}

/* 2019 Expertise Styles */

.experts-heading {
	text-align: center;
	font-weight: 300; 
    font-size: 36px!important;
    max-width: 760px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    font-weight: bold!important;
    color: #333!important;
    margin-bottom: -10px!important;
	}
	
.experts-subheading {
	text-align: center!important;
	font-size: 24px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-bottom: 30px!important;
	}

.left-col .fixed-header-bottom-row {
    padding-left: 13px!important;
    padding-right: 13px!important;
}

body .left-col .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 5px 10px 5px 0px!important;
}

/* Color Palatee Update - 2019 */

.blue-background {
   background: #003C71!important;
}

a.link-icon {
  color: #0084D5!important;
}

.hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--globe, .globe_class {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/dark-blue-globe-icon.svg)!important;
}
.hsg-nav__wrapper .hsg-nav__link-label.hsg-nav__link-label--phone {
    background-image: url(https://2606137.fs1.hubspotusercontent-na1.net/hubfs/2606137/images/icons/dark-blue-telephone-icon.svg);
}

body .hs-menu-wrapper ul li a span {
  border-color: #97D700!important;  
  background: #97D700!important;
  /*border-color: #0084D5!important;  
  background: #0084D5!important;*/
}

body .main-navigation .hs-menu-flow-horizontal>ul>li>a:before {
  background: #003C71!important;
}

@media (min-width: 1080px){
body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #003C71!important;
}
}

body .main-navigation .widget-type-menu .hs-menu-flow-horizontal>ul>li>a:hover {
    color: #003C71!important;
}

body .horizontal input[type="submit"] {
  background: #0084D5;
  font-weight: bold;
    padding: 16px 24px;
    height: auto!important;
}

body .form-container .form-header {
    background: #0084D5; 
}

body .hover-cover {
  background: #003C71;
}

body .banner {
  background-color: #003C71;
}

body .blog .banner-text {
    padding: 60px 30px!important;
}

.blog .banner-text .hs-button, .has-signup-form .hs-button {
    background: #0084D5;
  font-weight: bold;
}

body .post-item .more-link {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  padding: 12px 18px;
background: #0084D5;
  border-radius: 4px;
}

body .share-wrapper {
 background: #fff!important; 
  border-top: 1px solid #eee;
}

body .share-wrapper input[type=submit] {
 background: #0084D5!important;
  color: #fff!important;
  cursor: pointer!important;
  
}

.blog-post .blog-section .post-header h1 {
    color: #17191d!important;
}

body .form input[type="submit"] {
  font-weight: bold!important;
  background: #0084D5;
}

body .form-wrapper input[type="submit" i], body .form-wrapper input[type="submit"] {
  background-color: #97D700!important;
}

body .form-wrapper .hs-button.primary.large:hover:hover {
  background-color: #8FC105!important;
}

.speck.orange .hs-button.primary, .speck.orange input[type="submit"], .speck.orange input[type="button"], .speck.orange .cta_solid_button {
  background-color: #97D700!important;
}

.speck.orange .hs-button.primary:hover, .speck.orange input[type="submit"]:hover, .speck.orange input[type="button"]:hover, .speck.orange .cta_solid_button:hover {
    background-color: #8FC105!important;
}

body a.bluebutton {
  background: #003C71!important;
  font-weight: bold!important;
}

body.white-hero .body-container .hero-holder h1  {
    color: #003c71!important;
    font-family: "Palanquin",sans-serif;
    font-size: 3.6em!important;
    font-weight: 700!important;
    line-height: 1.024!important;
    letter-spacing: 1px!important;
      margin-bottom: 40px!important;
      margin-top: 0px!important;
}

body.white-hero .hero-holder p {
      align-items: center!important;
    color: #48535a!important;
    font-family: "Palanquin",sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 1.33333!important;
    text-transform: uppercase!important;
    letter-spacing: .22222em!important;
    margin-bottom: 1.38889em!important;
}

body .cta-header h2 {
 color: #003c71!important;
}

@media (min-width: 1080px) and (max-width: 1170px) {
  body.ia .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 11px!important;
}
  
  #hs_menu_wrapper_wizard_module_164946771800526850785295273530530901987 ul {
    padding-left: 80px!important;

}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 12px!important;
}
  
}


@media (min-width: 1171px) and (max-width: 1270px) {
  body.ia .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px!important;
}
  
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 14px!important;
}
  
}


@media (min-width: 1271px) and (max-width: 1371px) {
  body.ia .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px!important;
}
  
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 18px!important;
}
  
 
}



.lumitex-2021 h2 {    
    font-weight: 300;
    font-size: 36px!important;
    max-width: 990px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    font-weight: bold!important;
    color: #333!important;
    margin-bottom: 20px!important;
  line-height: 44px!important;
}

.lumitex-2021 p {
font-size: 20px!important;
  margin-bottom: 20px!important;
}

p.blue-subhead {
color: #0084d5!important;
  font-size: 27px!important;
  font-weight: bold!important;
  margin-bottom: 20px!important;
}

h3.blue-subhead {
color: #0084d5!important;
  font-size: 27px!important;
  font-weight: bold!important;
  margin-bottom: 20px!important;
      line-height: 32px!important;
}

h3.black-subhead {
color: #333333!important;
  font-size: 27px!important;
  font-weight: bold!important;
  margin-bottom: 20px!important;
      line-height: 32px!important;
}





#struggle p {
max-width: 700px;
margin: 0 auto;
  margin-bottom: 30px!important;
}

#struggle ul li {
font-size: 27px!important;
text-align: left!important;
padding-bottom: 20px!important;
}

#struggle ul {
    padding-left: 32px!important;
}

#struggle ::marker {
  color: #0084d5!important;
  font-size: 1em;
}

h3.subheadline p {
margin-bottom: 40px!important;
}

#applications h3 {
text-transform: uppercase!important;
  color: #333333!important;
  font-weight: bold!important;
  letter-spacing: 1px!important;
}

@media (min-width: 768px) {

#applications .col-sm-4 {
border-left: 1px solid #ccced0!important;
  border-right: 1px solid #ccced0!important;
}
  
#applications .col-sm-4:first-child, #applications .col-sm-4:last-child {
border-left: none!important;
  border-right: none!important;
}
  
}

@media (max-width: 767px) {

#applications .col-sm-4 {
border-top: 1px solid #ccced0!important;
  border-bottom: 1px solid #ccced0!important;
}
  
#applications .col-sm-4:first-child, #applications .col-sm-4:last-child {
border-top: none!important;
  border-bottom: none!important;
}
  
  
  #applications .container {
    width: 100%!important;
        padding-right: 0px!important;
    padding-left: 0px!important;
  }
  
  
}


#applications .col-sm-4 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}

#icon-rows .icon-col {
width: 150px;
}

#icon-rows .text-col {
 width: calc(100% - 150px);
  padding-left: 20px;
}

#icon-rows .icon-rows .flex-row {
padding-bottom: 30px!important;
}


#icon-rows .border-row {
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
}

@media (min-width: 992px){
/*#icon-rows h2 {
margin-top: -60px;
} */
  
#icon-rows .col-sm-6:first-child p {
margin-top: 50px!important;
}
  
}

@media (max-width: 991px){
#icon-rows .col-sm-6 {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  
  #icon-rows .col-sm-6:first-child p {
margin-bottom: 50px!important;
}
    
}

/* maddy added */
@media (max-width: 767px) {
  #icon-rows .icon-rows .flex-row {
    flex-direction: column
  }

  #icon-rows .text-col {
    width: calc(100% - 25px)!important;
    padding-left: 0px!important;
    text-align: center;
  }
}


#plan .icon-col {
width: 130px;
}

#plan .text-col {
 width: calc(100% - 130px);
  padding-left: 0px;
}

#plan .icon-rows .flex-row {
padding-bottom: 30px!important;
}

@media (max-width: 991px){
#plan .col-sm-4 {
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    max-width: 100%!important;
  padding-left: 15px !important;
    padding-right: 15px !important;
}
}




@media (min-width: 992px) and (max-width: 1240px){
  #plan .icon-col {
width: 70px;
}

#plan .text-col {
 width: calc(100% - 70px);
  padding-left: 0px;
}
}


@media (min-width: 1200px) {
#solutions .card .equal-height {
    min-height: 350px!important;
}
}
	
@media (min-width: 992px) and (max-width: 1199px){
#solutions .card .equal-height {
    min-height: 300px!important;
}
}


.cards-vthree .card .card-body {
    padding: 25px 40px 45px 40px !important;
}

.ws-block-card-grid .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#solutions .card img {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}


.card-container>.card, .card-container>.card .card-body {
    height: 100%;
}
.ws-block-card-grid .card {
    margin: 0;
}
.cards-vthree .card {
    border-radius: 10px !important;
}
.card-link {
    position: relative;
}

.card {
    background-color: #fff;
    -webkit-box-shadow: 0 40px 100px rgb(0 0 0 / 10%);
    box-shadow: 0 40px 100px rgb(0 0 0 / 10%);
    margin: 0 0 20px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media (min-width: 1200px){
.one-third-columns.ws-block-card-grid .card-container {
    -ms-flex-preferred-size: 33% !important;
    flex-basis: 33% !important;
    max-width: 33% !important;
}
}
@media (min-width: 992px){
.one-third-columns.ws-block-card-grid .card-container {
    -ms-flex-preferred-size: 33% !important;
    flex-basis: 33% !important;
    max-width: 33% !important;
}
}

@media (min-width: 992px){
.one-third-columns.ws-block-card-grid .card-container {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
  
  .one-third-columns.ws-block-card-grid .card-container:first-child, .one-third-columns.ws-block-card-grid .card-container:last-child, {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media (max-width: 991px){
#solutions .card-container {
margin-bottom: 60px!important;
}
}

 .card-link.card:hover {
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
   cursor: pointer;
}

.colindex {
    position: relative !important;
}
.colindex {
    z-index: 1 !important;
}

#solutions .fas, #vision .fas, #explain .fas {
    padding-left: 10px!important;
    font-size: .75em!important;
}

.alt-style p {
font-size: 27px!important;
    line-height: 32px!important;
}

#icon-rows .alt-style .icon-col {
    width: 150px;
}

#icon-rows .alt-style .text-col {
    width: calc(100% - 150px);
    padding-left: 0px;
}

#icon-rows  .alt-style .flex-row {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}

.card .card-body {
    padding: 50px 50px 50px;
  border-radius: 10px !important;
}

.blue {
color: #0084D5!important;
}

#cta-cover h3.black-subhead {
color: #333333!important;
  font-size: 27px!important;
  font-weight: 300!important;
  margin-bottom: 20px!important;
      line-height: 32px!important;
}

.neg-top-margin {
margin-top: -250px!important;
}


@media (max-width: 767px){
  .neg-top-margin {
margin-top: -20px!important;
}
  
}


@media (min-width: 1025px) and (max-width: 1200px){
#cover-cta .container {
max-width: 900px!important;
}
  
  .neg-top-margin {
margin-top: -150px!important;
}
  
}

@media (min-width: 991px) and (max-width: 1024px){
#cover-cta .container {
max-width: 800px!important;
}
  
  .neg-top-margin {
margin-top: -50px!important;
}
  
}

@media (min-width: 768px) and (max-width: 991px){
#cover-cta .container {
max-width: 700px!important;
}
  
  .neg-top-margin {
margin-top: 0px!important;
}
  
}

@media (min-width: 768px) and (max-width: 991px){
#explain .section-padding__sm {
    padding-top: 70px;
    padding-bottom: 70px!important;
}
}

@media (min-width: 992px) and (max-width: 1199px){
#explain .section-padding__sm {
    padding-top: 70px;
    padding-bottom: 170px!important;
}
}

@media (max-width: 767px){
#explain .section-padding__sm {
    padding-top: 45px;
    padding-bottom: 45px!important;
}
}


#icon-rows .icon-rows .icon-col {
background-image: url("https://www.lumitex.com/hubfs/2021_website/svg/circle-1.svg");
 background-repeat: no-repeat!important;
    height: 150px!important;
    background-size: cover!important;
}

#icon-rows .alt-style .icon-col {
background-image: none!important; 
      height: inherit!important;
}

.lumitex-2021 #icon-rows p {    
    margin-bottom: 0px!important;
}

.lumitex-2021 #icon-rows .alt-style p {    
    margin-bottom: 15px!important;
}

.has-white-color h2, .has-white-color p  {
  color: #ffffff!important;
}


img.example-image {
    max-width: 100%!important;
    margin-left: -100px!important;
    margin-top: -10px!important;
margin-bottom: -30px!important;
}

@media (max-width: 767px){
img.example-image {
    max-width: 100%!important;
    margin-left: 0px!important;
    margin-top: -10px!important;
margin-bottom: 0px!important;
}
}

@media (min-width: 768px) and (max-width: 991px){
img.example-image {
    max-width: 100%!important;
    margin-left: -50px!important;
    margin-top: -10px!important;
margin-bottom: 0px!important;
}
}

img.example-image-1 {
    max-width: 100%!important;
    margin-left: -50px!important;
    margin-top: -10px!important;
margin-bottom: -60px!important;
}

@media (max-width: 767px){
img.example-image-1 {
    max-width: 100%!important;
    margin-left: 0px!important;
    margin-top: -10px!important;
margin-bottom: 0px!important;
}
  
  #icon-rows .icon-rows .flex-row {
    padding-bottom: 50px!important;
}
  
  #icon-rows .alt-style .flex-row {
    padding-bottom: 30px!important;
    padding-top: 10px!important;
}
  
}

@media (min-width: 768px) and (max-width: 991px){
img.example-image-1 {
    max-width: 100%!important;
    margin-left: -50px!important;
    margin-top: -10px!important;
margin-bottom: 0px!important;
}
}


/* CTA Header */

.header_cta_wrap a#cta_button_2606137_9775c358-4c1c-492f-a459-71a2d3317afe {
    border-radius: 3px!important;
    padding: 8px 14px!important;
    margin-top: 20px!important;
    font-size: 15px!important;
    /* float: right!important; */
    /* position: absolute; */
}




.header_cta_wrap .cta_button span {
font-size: 15px!important;
}


@media (min-width: 1080px) and (max-width: 1270px){

  
  .header_cta_wrap a#cta_button_2606137_9775c358-4c1c-492f-a459-71a2d3317afe {
    border-radius: 3px!important;
    padding: 8px 14px!important;
    margin-top: 20px!important;
    font-size: 12px!important;
    /* float: right!important; */
    /* position: absolute; */
}
  
  .header_cta_wrap .cta_button span {
font-size: 12px!important;
}
  
}

.header_cta_wrap 

 {
    float: right!important;
}



.mobile-nav-cta a#cta_button_2606137_9775c358-4c1c-492f-a459-71a2d3317afe {
    border-radius: 3px!important;
    padding: 8px 14px!important;
    margin-top: 20px!important;
    font-size: 12px!important;
    /* float: right!important; */
    /* position: absolute; */
}

  .mobile-nav-cta .cta_button span {
font-size: 12px!important;
}


.mobile-nav-wrapper .hsg-nav__group {    
    float: left!important;
}

.mobile-nav-wrapper .hsg-nav__group {    
    float: left!important;
}

.mobile-nav-wrapper .hsg-nav__link-wrapper {    
    margin-left: -30px!important;
}

.mobile-nav-cta {
    display: inline-block!important;
    float: right!important;
    margin-top: -8px!important;
    margin-right: -25px!important;
}



@media (max-width: 1079px){
body .home_hexagons .module--large {
     padding-top: 8.2em!important;
}
}

@media (max-width: 767px){
h1.huge {
    margin-top: 0px!important;    
}
}

.career-content h2 {
  font-size: 52px;
    line-height: 1.07724;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0.33333em!important;
}

.career-content p {  
    margin-bottom: 0.73333em!important;
  font-size: 20px!important;
}

.career-content h3 {
font-size: 27px!important;
font-weight: bold!important;
margin-bottom: 20px!important;
line-height: 32px!important;
}


@media (max-width: 1079px) {
body.white-hero .main-navigation .mobile-menu-button {
    top: 0px!important;
}
  
  body.white-hero .title-container {
  margin-top: 90px!important;
  }
  
body.white-hero .body-container .hero-holder h1 {  
    font-size: 36px!important;
  }
  
  h1.huge.blue {
  margin-top: 30px!important;
    font-size: 36px!important;
  }
  
}