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


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

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


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


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

@import url('//fonts.googleapis.com/css?family=Titillium+Web:400');

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url('//info.omron.com/hubfs/Omron_February2019%20Theme/Fonts/OpenSans/OpenSans.eot') format('embedded-opentype');
  src: url('//info.omron.com/hubfs/Omron_February2019%20Theme/Fonts/OpenSans/OpenSans.woff') format('woff'),
    url('//info.omron.com/hubfs/Omron_February2019%20Theme/Fonts/OpenSans/OpenSans.ttf') format('truetype');
}



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 100%;
  background: #fff;
}

body {
  font: 400 15px/24px Open Sans,Arial,sans-serif;
  color: #4a4a4a;
}

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

.header-container.container-fluid .row-fluid .page-center {}
.custom-header .page-center {
  max-width: 1204px !important;
}
.body-container.container-fluid .row-fluid .page-center,
.footer-container.container-fluid .row-fluid .page-center {
  padding: 0 20px;
  max-width: 1204px;
}


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


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

/* Basic text */
p {} 
.body-container p {}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 62px;
  font-family: Titillium Web,Arial,sans-serif;
}
h2 {
  font-size: 32px;
  font-family: Titillium Web,Arial,sans-serif;
}

h3,
.section.post-footer .hs-richtext {
  color: #005eb8; /* HS Support */
  font-size: 30px;
  font-family: Titillium Web,Arial,sans-serif;
}
h4 {
  color: #063c6f;
  font-size: 32px;
  font-family: Titillium Web,Arial,sans-serif;
}
h5 {
  color: #063c6f;
  font-weight: 600;
  font-size: 24px;
  font-family: Titillium Web,Arial,sans-serif;
}
h6 {
  color: #063c6f;
  font-size: 20px;
  font-family: Titillium Web,Arial,sans-serif;
}

/* Anchor Links */
a { 
  color: #006fc1;
  text-decoration: none;
  border-bottom: 1px solid #e6e7e8;
  transition: border .25s ease-in-out;
}
a:hover, a:focus { 
  outline: 0;
  border-color: currentColor;
}

/* Lists */
ul, ol {}
.body-container ul,
.body-container ol,
.body-container li {}
.header-container ul,
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header {}
.custom-header .page-center {}
.custom-header-top {

}
.nav--utility {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.custom-header-lp .nav--utility {
  min-height: 52px;
}
.nav--utility .nav__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1204px;
  margin: 0 auto;
}
.nav--utility .nav__menu {
  align-items: center;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 12px 0;
}
.nav--utility .nav__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.nav--utility .nav__menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 400;
  background: none;
  color: #63656a;
  border: none;
  outline: none;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  transition: color .25s ease-in-out;
  border: 0;
}
.nav--utility .nav__menu-link:hover {
  color: #005eb8; /* HS Support */
}
svg {
  max-width: 100%;
  max-height: 100%;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.nav--utility svg {
  margin-right: 10px;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.nav--utility span:not(.icon) {
  display: none;
}
.header-parent {
  min-height: 124px;
}

.landing-page .header-parent{
  min-height: 0;
}

.header-social{
  margin-top: 5px;
}
.header-social .nav--social .nav__menu-item a{
/*   background: #fff; */
  border-color: #fff;
  color: #fff;
}
.header-social .nav--social .nav__menu-item a:hover{
background: none;
  border-color: #fff;
}

.custom-header-top .page-center {}
.scroll .custom-header-bottom {
  position: fixed;
  width: 100% !important;
  top: 0;
  z-index: 13;
}
.custom-header-bottom .page-center {
  position: relative;
}
.custom-header-bottom .page-center > div > div {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #005eb8; /* HS Support */
  color: #fff;
  height: 54px;
  position: relative;
  z-index: 3;
}
.custom-header-bottom .page-center > div > div:before,
.custom-header-bottom .page-center > div > div:after {
  display: none;
}

.search-toggle {
  font-family: sans-serif;
  line-height: normal;
  text-align: center;
  box-shadow: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: all .25s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #063c6f;
  height: 100%;
  width: 52px;
  border: 0;
}
.search-toggle svg {
  z-index: 1;
  margin: 0 10px;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in,-webkit-transform .25s ease-in;
}
.search-toggle:hover svg {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.search-toggle svg path {
  stroke: currentColor;
  fill: currentColor;
}

.modal-open {
  overflow: hidden;
}

.modal {
  background-color: #272727;
  color: #fff;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  min-height: 100vh;
  min-width: 100vw;
  max-height: 100vh;
  max-width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal.entered {
  opacity: 1;
  pointer-events: auto;
  z-index: 67;
}
.modal__close {
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
  width: 52px;
  height: 52px;
  padding: 12px;
  background-color: #000;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all .25s ease-in-out;
} 
.modal__close svg {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}
.modal__close:hover svg {
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  max-width: 1204px;
  margin: 0 20px;
  position: relative;
  overflow: auto;
}
.search__form {
  max-width: 100%;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.search__form fieldset {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.modal .search__form label {
  cursor: pointer;
  margin: 0 0 18px;
  font: 600 32px/34px Titillium Web,Arial,sans-serif;
  display: block;
  color: #fff;
  margin-bottom: 29px;
}
.modal .search__form .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.modal .search__form .search__field {
  font-family: sans-serif;
  line-height: normal;
  height: 48px;
  flex: 1;
  font-size: 16px;
  padding-right: 10px;
  background: none;
  border: none;
  color: #fff;
}
.modal .search__form .search__submit {
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  background: #4a4a4a;
  color: #fff;
  outline: 0;
  cursor: pointer;
}

.modal .search__form .search__submit svg {
  margin-left: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in,-webkit-transform .25s ease-in;
}
.modal .search__form .search__submit:hover svg {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}


/*=========== Logo =============*/

.custom-header-logo {
  width: auto !important;
  height: 100%;
  padding: 12px 20px;
  margin-left: 0 !important;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: 0;
}
.branding__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
}
.custom-header-logo a img {
  max-width: 127px;
}
.branding__division {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
}

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

.body-container-wrapper {}
.body-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.body-container .page-center {
  padding-top: 0px;
  padding-bottom: 25px;
}
.blog .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/*================ Banner Area ===============*/

.banner-wrapper {
  margin-top: -72px;
  position: relative;
  background: #272727;
  overflow: hidden;
}
.banner-wrapper .hero__background {
  overflow: hidden;
  z-index: 1;
  background: #272727;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-wrapper .hero__background img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.banner-wrapper .hero__background:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 2;

}
.banner-wrapper .page-center {
  max-width: 1204px;
  position: relative; 
  margin: 0 auto;margin: 0 auto;
}
.banner-wrapper .custom-content-wrapper {
  position: relative;
}
.banner-wrapper .custom-content-wrapper .region-inner {
  position: relative;
  width: 101.66113%;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1.63399%;
  width: 98.36601%;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body {
  position: relative;
  width: 100%;
  z-index: 1;
  color: #fff;
  padding: 12px 20px 24px;
}
.banner-wrapper .custom-content-wrapper h1 {
  margin: 0 0 18px;
  font: 600 32px/34px Titillium Web,Arial,sans-serif;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__description {
  color: #fff;
  margin-bottom: 30px;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__description p {
  margin: 0 0 12px;
  color: #fff;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas {
  margin-top: 48px;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 165px;
  position: relative;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  box-shadow: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: all .25s ease-in-out;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 20px 12px 0;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a:hover {
  border-color: #fff;
  color: #006fc1;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a span {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a:hover span {
  color: #006fc1;
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: calc(100% + 2px);
  z-index: 0;
  transition: background .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a:hover:after {
  background-color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.banner-wrapper .custom-content-wrapper h2 {}
.banner-wrapper .custom-content-wrapper p {}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}



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

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

.custom-create-account {
  position: relative;
  background-color: #005eb8; /* HS Support */
  color: #fff;
  z-index: 1;
}
.custom-create-account .page-center > div {
  position: relative;
  width: 101.66113%;
}
.custom-create-account-content {
  padding: 30px 0;
  margin-right: 1.63399%;
  width: 98.36601% !important;
}
.custom-create-account-content p {
  margin: 0 0 12px;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-right: 1.63399%;
  width: 98.36601%;
}
.custom-create-account-content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 165px;
  position: relative;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  box-shadow: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: all .25s ease-in-out;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.custom-create-account-content a span {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.custom-create-account-content a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: calc(100% + 2px);
  z-index: 0;
  transition: background .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.custom-create-account-content a:hover {
  border-color: #fff;
  color: #006fc1;
}
.custom-create-account-content a:hover span {
  color: #006fc1;
}
.custom-create-account-content a:hover:after {
  background-color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custom-footer {
  position: relative;
  z-index: 2;
  background-color: #e6e7e8;
  font: 400 14px/1 Open Sans,Arial,sans-serif;
}
.custom-footer .page-center {}
.custom-footer-top {
  padding: 30px 0 0;
}
.custom-footer-top .page-center {}
.custom-footer .page-center > div {
  position: relative;
  width: 101.66113%;
}

.column_3 {
  float: left !important;
  width: 98.36601% !important;
  margin-left: 0 !important;
  margin-right: 1.63399%;
}
.column_3 > div {
  max-width: 75%;
  margin-bottom: 12px;
}
.column_3 h5 {
  margin: 0 0 12px;
  font: 700 17px/22px Titillium Web,Arial,sans-serif;
  color: #063c6f;
  margin-bottom: 17px;
  margin-top: 1px;
}
.column_3 ul li,
.column_3 address {
  margin: 0 0 18px;
  line-height: 18px;
}
.column_3 ul li a,
.custom-footer-nav ul li a {
  transition: color .25s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  color: #4a4a4a;
  border: 0;
}
.column_3 ul li a:hover,
.custom-footer-nav ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.column_3 address {
  font-style: normal;
}



.custom-news-event {}
.custom-Careers {}
.custom-footer-contact {}
.footer-lp-social {
  display: none !important;
}
.custom-footer-social-icons {}
.custom-footer-social-icons.column_3 h5 {
  margin-bottom: 11px !important;
}
.custom-footer-social-icons.column_3 > div {
  max-width: 100%;
  margin-bottom: 0;
}
.nav--social .nav__menu {
  display: flex;
}
.nav--social .nav__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6.66px 12px 0;
  page-break-after: auto;
}
.nav--social .nav__menu-item:last-of-type {
  margin-right: 0;
}
.nav--social .nav__menu-item a {
  display: flex;
  padding: 9px;
  color: #4a4a4a; 
  border: 2px solid !important;
  border-radius: 50%;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s ease-in-out;
}
.nav--social .nav__menu-item a:hover {
  background: #4a4a4a;
  border-color: #4a4a4a !important;
  color: #fff;
}
.nav--social .nav__menu-item svg {
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 18px;
  height: 18px;
  max-width: 18px;
}
.nav--social .nav__menu-item a:hover>svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.custom-footer-bottom {
  padding: 30px 24px 0 0;
}
.custom-footer-bottom .page-center {}
.custom-footer-bottom .page-center > div > div {
  width: 98.36601%;
  margin-right: 1.63399%;
}
.custom-copyright {
  width: auto !important;
}
.custom-copyright p {
  margin: 0 0 12px;
}
.custom-footer-nav {
  width: auto !important;
  margin-left: 0 !important;
}
.custom-footer-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-footer-nav ul li {
  margin: 0 30px 18px 0;
}

.visually--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*========= Back to Top ==========*/

.footer-container-wrapper {
  position: relative;
}

#back-to-top {
  font-family: sans-serif;  
  line-height: normal;
  text-align: center;
  box-shadow: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: all .25s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: #ff8406;
  color: #fff;
  min-width: auto;
  min-height: auto;
  border: none;
  padding: 0;
  width: 45px;
  height: 45px;
}
#back-to-top:before {}
#back-to-top:after {}
#back-to-top svg {
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in,-webkit-transform .25s ease-in;
}

#back-to-top:hover svg {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#back-to-top i {}
#back-to-top i:before {}
#back-to-top i:after {}

#back-to-top span {}
#back-to-top span:before {}
#back-to-top span:after {}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

.custom-menu-primary {}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


/* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


/* Only 2nd Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Adjust Submenu Positions */
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


/* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width: 1005px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .hide-min {
    display: none !important;
  }
  .fixed-min {
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }


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

  .custom-menu-primary {
    width: auto !important;
    float: right !important;
    margin-left: 0 !important;
    padding: 0 20px 0 0;
    justify-content: flex-end;
    flex: 1;
    display: flex !important;
    height: 100%;
    color: #fff;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 72px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:before,
  .custom-menu-primary .hs-menu-wrapper > ul:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: flex;
    flex-direction: column;
    padding: 18px 15px;
    height: 100%;
    color: currentColor;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s ease-in-out;
    text-decoration: none;
    justify-content: center;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #006fc1;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container {
    position: absolute;
    width: 100% !important;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    border: 1px solid #dbdce4;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > .mega-menu-container {
    min-height: 335px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > .mega-menu-container,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > .mega-menu-container > .mega-menu-inner > .portal--mega-menu {
    min-height: 427px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > .mega-menu-container,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > .mega-menu-container > .mega-menu-inner > .portal--mega-menu {
    min-height: 427px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > .mega-menu-container,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > .mega-menu-container > .mega-menu-inner > .portal--mega-menu {
    min-height: 287px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > .mega-menu-container {
    min-height: 541px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .mega-menu-container {
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > .portal--mega-menu {
    width: 30%;
    padding: 30px 40px;
    background: #e6e7e8;
    color: #4a4a4a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > .portal--mega-menu > .portal__title {
    color: #005eb8; /* HS Support */
    margin: 0 0 18px;
    font: 700 17px/22px Titillium Web,Arial,sans-serif;
    margin-top: 39px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child) > .mega-menu-container > .mega-menu-inner > .portal--mega-menu > .portal__title {
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > .portal--mega-menu > .portal__title > a {
    color: #005eb8; /* HS Support */
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    padding: 29px 0 30px 15px;
    width: 70%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > .mega-menu-container > .mega-menu-inner > ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > .mega-menu-container > .mega-menu-inner > ul {
    width: 45%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > ul > li {
    display: inline-block;
    float: left;
    width: 33.333%;
    margin-bottom: 12px;
    padding: 0 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > .mega-menu-container > .mega-menu-inner > ul > li {
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > ul > li > a {
    display: inline-block !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    color: #006fc1;
    border-bottom: 1px solid rgba(0,111,193,.25);
    text-decoration: none;
    transition: color .25s ease-in-out;
    line-height: 22px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > ul > li > a:hover {
    border-color: rgba(0,111,193,.5);
  }


  .card--nav-promo {
    background-color: #fff;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0px 0 0;
    width: auto;
    margin-bottom: 0;
  }
  .custom-menu-primary .card--nav-promo .card__inner {
    transition: color .25s ease-in-out;
    font-weight: 600;
    color: #006fc1; 
    display: flex;
    flex-direction: column;
    width: 100% !important;
    height: auto;
  }
  .card--nav-promo .card__main {
    position: relative;
    text-decoration: none;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 196px;
    padding: 18px 0 18px 15px;
    overflow: hidden;
    background-color: #005eb8; /* HS Support */
    color: #fff;
    text-align: left;
    margin: 0;
  }
  .card__media {
    z-index: 1;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .card__media > img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: none;
  }
  .card__media.w--overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2;
  }
  .card--nav-promo .card__title {

  }
  .card:hover .card__media {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block !important;
  }

}


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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }
@media (max-width: 1006px){

   .header-social{
     display: none !important;
  }
}
@media (max-width: 1004px){



  .hide-min {
    display: block !important;
  }
  .hide-max {
    display: none !important;
  }
  .fixed-min {
    position: relative;
  }

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

  .mobile-trigger {
    display: inline-flex !important; /* Show button on mobile */
    font-family: sans-serif;
    line-height: normal;
    text-align: center;
    box-shadow: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    padding: 12px;
    position: relative;
    color: #fff;
    background-color: #063c6f;
    height: 100%;
    width: 72px;
  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
  }
  .nav-toggle .nav-toggle__inner {
    width: 35px;
    height: 24px;
    position: relative;
  }
  .nav-toggle .nav-toggle__indicator,
  .nav-toggle .nav-toggle__indicator:after,
  .nav-toggle .nav-toggle__indicator:before {
    background-color: #fff;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
  }
  .nav-toggle .nav-toggle__indicator {
    top: 2px;
    transition: background-color 0s linear .15s;
    transition-delay: .25s;
  }
  .nav-toggle .nav-toggle__indicator:after, .nav-toggle .nav-toggle__indicator:before {
    content: "";
    display: block;
    top: 0;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
  }
  .nav-toggle .nav-toggle__indicator:after, .nav-toggle .nav-toggle__indicator:before {
    transition: -webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
    transition: transform .15s cubic-bezier(.55,.055,.675,.19);
    transition: transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);
  }
  .nav-toggle .nav-toggle__indicator:before {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .nav-toggle .nav-toggle__indicator:after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border-left: 0;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i {}
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  
  .mobile-open {
    overflow: hidden;
  }
  .custom-mobile-menu {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    color: #fff;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: 0px;  
    padding: 43px 1px 1px;
    min-width: 100vw;
    min-height: 100vh;
    z-index: 99;
    background: #272727;
    will-change: transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    overflow: hidden;
  }
  .mobile-open .custom-mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-header-logo-mobile {
    width: auto !important;
    padding: 12px 20px;
    padding-top: 13px;
    margin-left: 0 !important;
    float: left !IMPORTANT;
  }
  .custom-header-logo-mobile a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: 0;
  }
  .custom-header-logo-mobile .branding__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 10px;
  }
  .custom-header-logo-mobile .branding__logo img {
    max-width: 113px;
    height: 26px;
  }
  .custom-header-logo-mobile .branding__division {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
  }

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

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

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

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

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 30px 35px 0;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100% !important;
    display: block;
    margin: 0 0 24px;
    padding: 0 0px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-family: sans-serif;
    display: block;
    color: #fff;
    border: none;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: Titillium Web,Arial,sans-serif;
    color: #fff;
    border: none;
    text-decoration: none;
    margin: 0 0 24px;
    padding: 0 40px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}

  .custom-menu-primary ul li {
    position: static !important;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden;
    height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute !important;
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: .5s all !important;
    height: 100%;
    left: 100% !important;
    width: 100%;
    z-index: 999;
    background: #272727;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-menu > ul.hs-menu-children-wrapper {
    left: 0 !important;
  }

  .dl-back {
    cursor: pointer;
    font-family: Titillium Web,Arial,sans-serif;
    text-align: left;
    color: #fff;
    margin: 0 0 24px;
    padding: 0 40px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid;
  }
  .nav__section-link {
    display: block;
    width: 100%;
    font-family: Titillium Web,Arial,sans-serif;
    line-height: 18px;
    text-align: left;
    margin: 0 0 24px;
    padding: 0 40px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    border: 0;
    margin-bottom: 23px;
    color: #9b9b9b;
  }
  .nav__section-link span {
    width: auto !important;
    display: inline !important;
  }

}


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

/* ============== Comman Styles ===================== */

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

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

.blog .blog-content {}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.custom-byline .meta-category {}
.custom-byline .meta-category a.topic-link {}

.breadcrumb-container {
  position: absolute;
  z-index: 1;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 124px;
  width: 100%;
  overflow: hidden;
}
.nav--breadcrumb {
  padding-left: 60px;
  background: none;
}
.nav--breadcrumb .page-center {
  max-width: 1204px;
  margin: 0 auto;
}
.nav--breadcrumb .region-inner {
  position: relative;
  width: 101.66113%;
}
.nav--breadcrumb .nav__inner {
  display: flex;
  padding: 12px 0;
}
.nav--breadcrumb .nav__inner .nav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.nav--breadcrumb .nav__menu-item {
  position: relative;
  margin: 0 12px 0 0;
  padding: 0 18px 0 0;
  font-size: 14px;
  max-width: 200px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.nav--breadcrumb .nav__menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 0;
}
.nav--breadcrumb .nav__menu-item:first-child a:after {
  content: ">";
  color: #fff;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-share--sticky {
  display: flex;
  align-items: center;
  vertical-align: middle;
  align-self: auto;
  position: fixed;
  right: 20px;
  bottom: 42px;
  z-index: 5;
  background-color: #fff;
  border-radius: 60px;
}
.social-share--sticky .social-share__main {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  max-width: calc(100vw - 40px);
  padding: 7px 20px;
  transition: opacity .25s ease;
  display: none;
}
.show-social .social-share--sticky .social-share__main {
  display: flex;
}
.social-share--sticky .social-share__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font: 700 17px/22px Titillium Web,Arial,sans-serif;
  margin-top: 1px !important;
}
.social-share--sticky .nav--social .nav__menu {
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 0 18px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  top: 6px;
}

.social-share--sticky .social-share__action {
  font-family: sans-serif;
  line-height: normal;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #006fc1;
  border-radius: 100%;
  border: none;
  outline: none;
  color: #fff;
  z-index: 2;
  transition: background-color .25s ease;
  font-size: 24px;
}
.social-share--sticky .social-share__action.is--active {
  background-color: #005eb8; /* HS Support */
}



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

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

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

.blog.hs-blog-listing .blog-content {}

.hs-blog-header {}
.hs-blog-header h1 {}


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

/* Blog Post Title */
.blog-listing-wrapper .post-listing .post-item .post-header h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover,
h2.post-listing-simple a:hover {}

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {}

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

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

.custom-byline-listing {}
.custom-byline-listing > span {}
.custom-byline-listing > span:first-child {}
.custom-byline-listing a {}
.custom-byline-listing a:hover {}
.custom-byline-listing .meta-author {}
.custom-byline-listing .meta-author a.author-link {}
.custom-byline-listing .meta-author a.author-link:hover {}
.custom-byline-listing .custom-date {}
.custom-byline-listing .meta-category {}
.custom-byline-listing .meta-category a.topic-link {}
.custom-byline-listing .meta-category a.topic-link:hover {}
.custom-byline-listing .meta-comments a:hover {}

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

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

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

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


/* Pagination */
.blog-pagination {
  padding: 20px 0;    
}
.blog-pagination a {
  margin-right: 15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Numbered Pagination */
.blog-pagination {}
.blog-pagination > div {}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {}
.blog-pagination a.next-link {}
.blog-pagination a.prev-link {}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



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

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

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

.blog.hs-blog-post .blog-content {}

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

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

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

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

/* Featured Image on Post Page */
.hs-blog-post .hs-featured-image-wrapper {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

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

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

/* Post Pagination */
.post-pagination {}

/* Comment Section */
.comment-date {
  display: block !important;
}


/* =============== Default Blog Styles =============== */

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

#comments-listing.no-comments {
  border: none;
}

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

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

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

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

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

.hs-author-profile .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

.hs-author-profile .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.post-header h2 a {
  text-decoration: none;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-featured-image-wrapper {
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  text-align: center;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 10px 0;
}

.blog-sidebar h3 {
  color: #005eb8; /* HS Support */
  font-size: 40px;
  font-family: Titillium Web,Arial,sans-serif;
}

.blog-sidebar h2 + h3 {}


a.more-link {
  display: inline-block;
  margin: 15px 0;
}

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

.hs-author-profile .hs-author-social-section {
  padding: 10px 0;
}

@media (max-width: 767px) {

  .hs-author-profile .hs-author-avatar {
    float: none !important;
    padding-bottom: 15px;
  }
}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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



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


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

/* Form Title */
.form-title {
  color: #063c6f;
  font: 700 20px/24px Titillium Web,Arial,sans-serif;
}
.form-title:before {}
.form-title:after {}

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {}

/* Form Field */
.hs-form-field {
  margin-bottom: 18px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  line-height: 18px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 6px;
}

span.hs-form-required {
  color: #005eb8; /* HS Support */
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-family: sans-serif;
  border: 2px solid #dbdce4;
  background: #f1f2f3;
  transition: border .25s ease-in-out;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  padding: 19px 20px;
}
.hs-input.error {}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #006fc1;
  outline: none;
  background: #fff;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label,
.section.post-footer .hs-error-msgs label {
  color: #f00;
}
.submitted-message {}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

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


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

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

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

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


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

#comment-form {
  margin-top: 30px;
}
.section.post-footer {
  margin-top: 50px;
}
.section.post-footer .hs-richtext {
  margin-bottom: 25px;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

/* Label */
.section.post-footer .hs-form-field > label {}
.section.post-footer label {}

/* Inputs */
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer textarea {}

.section.post-footer input[type="text"]:focus,
.section.post-footer input[type="email"]:focus,
.section.post-footer textarea:focus {}

.section.post-footer input[type="text"] {}
.section.post-footer input[type="text"]:focus {}
.section.post-footer input[type="email"] {}
.section.post-footer input[type="email"]:focus {}
.section.post-footer input[type="submit"] {}
.section.post-footer input[type="submit"]:hover {}

.section.post-footer textarea {}
.section.post-footer textarea:focus {}

.section.post-footer input[type="checkbox"] {}


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

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

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

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

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

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


/* Make Form 50% on Desktop */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
  margin-bottom: 25px;
  max-width: 600px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 15px 0;
  font-family: sans-serif;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  outline: 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding: 12px 20px;
  background-color: #006fc1;
  border-color: #006fc1;
  color: #fff;
  transition: all .25s ease-in-out;
  border: 1px solid !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #005eb8; /* HS Support */
  border-color: #005eb8; /* HS Support */
  color: #fff;
}

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


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

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


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

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


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

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


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

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



/* ==========================================================================
Custom Classes                                   
========================================================================== */

.auto {
  width: auto !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.fixed {
  position: fixed;
  width: 100% !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}
.center-block {
  display: block;
  margin: 0 auto;
  float: none !important;
}
.hs-blog-listing .show-on-post {
  display: none !important;
}
.hs-blog-post .show-on-listing {
  display: none !important;
}

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


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


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

@media (min-width: 35.625em) {

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a {
    width: auto;
  }
  .custom-create-account-content a {
    width: auto;
  }
}

@media (min-width: 46.25em) {

  .form-title {
    font: 700 24px/28px Titillium Web, Arial, sans-serif;
  }

  /*============== Header ==============*/
  .nav--utility {
    padding: 0 20px;
  }
  .modal__close {
    top: 30px;
  }

  .nav--utility .nav__inner {
    padding: 0 20px;
  }

  .nav--utility .nav__menu-item {
    margin-left: 25px;
  }

  .nav--utility .nav__menu-item--dashboard {
    padding-left: 25px;
    border-left: 1px solid #63656a;
  }

  .nav--utility span:not(.icon) {
    display: block;
  }
  .custom-header-bottom .page-center > div > div {
    height: 72px;
  }
  .search-toggle {
    width: 72px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > .portal--mega-menu > .portal__title {
    font: 700 19px/23px Titillium Web, Arial, sans-serif;
  }
  .modal .search__form label {
    font: 600 50px/50px Titillium Web, Arial, sans-serif;
  }

  .modal .search__form .search__field {
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
  }

  .modal .search__form .search__submit {
    width: 60px;
    height: 60px;
  }

  .banner-wrapper .page-center {
    max-width: 80%;
  }

  .banner-wrapper .custom-content-wrapper .region-inner {
    display: flex;
    justify-content: center;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner {
    padding: 15% 0;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body {
    width: 75%;
    padding: 0;
    background: none;
  }

  .banner-wrapper .custom-content-wrapper h1 {
    font: 600 50px/50px Titillium Web, Arial, sans-serif;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__description {
    max-width: 75%;
    font-size: 20px;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__description p {
    font-size: 20px;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__ctas a {
    max-width: 100%;
    padding: 12px 20px;
  }

  .custom-create-account-content p {
    text-align: left;
    max-width: 50%;
    font-size: 18px;
  }

  .custom-create-account-content a {
    max-width: 100%;
    padding: 12px 20px;
  }

  .social-share--sticky .social-share__title {
    border: none;
    clip: unset;
    height: auto;
    margin: unset;
    overflow: initial;
    padding: 0;
    position: static;
    width: auto;
    margin-right: 20px;
    font: 700 17px/22px Titillium Web, Arial, sans-serif;
  }
  /*============== Footer ==============*/
  .custom-footer-top {
    padding: 60px 0 0;
  }

  .column_3 {
    width: 48.36601% !important;
  }

  .column_3 h5 {
    font: 700 17px/22px Titillium Web, Arial, sans-serif;
  }

  .nav--social .nav__menu-item {
    margin: 0 5px 12px 0;
  }
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/

}


@media (min-width: 62.75em) {

  body {
    font: 400 17px/28px Open Sans, Arial, sans-serif;
  }

  .custom-header-logo {
    padding: 0;
  }

  .custom-header-logo a {
    align-items: center;
    justify-content: flex-start;
  }

  .branding__logo {
    background: #063c6f;
    margin-right: 20px;
    padding: 0 20px;
  }

  .branding__division {
    font-size: 16px;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner {
    margin-top: 72px;
  }

  .column_3 {
    width: 23.36601% !important;
  }
  .custom-footer-nav ul li {
    margin: 0 0 18px 30px;
  }

  .custom-create-account-content p {
    margin: 0;
    margin-right: 1.63399%;
    max-width: none;
    padding-right: 40px;
    font-size: 20px;
    width: 73.36601%;
  }

  .custom-create-account-content a {
    width: 25%;
  }
}

@media (min-width: 80em) {

  .body-container.container-fluid .row-fluid .page-center,
  .footer-container.container-fluid .row-fluid .page-center {
    padding: 0;
  }

  .form-title {
    font: 700 32px/36px Titillium Web, Arial, sans-serif;
  }

  .branding__division {
    font-size: 18px;
  }

  .custom-footer-top {
    padding: 75px 0 0;
  }

  .column_3 h5 {
    font: 700 20px/26px Titillium Web, Arial, sans-serif;
  }

  .nav--social .nav__menu-item {
    margin: 0 10px 12px 0;
  }

  .nav--social .nav__menu-item svg {
    width: 24px;
    height: 24px;
    max-width: 24px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > .mega-menu-container > .mega-menu-inner > .portal--mega-menu > .portal__title {
    font: 700 24px/30px Titillium Web, Arial, sans-serif;
  }

  .card__main {
    padding: 18px 0 18px 30px;
  }

  .modal .search__form label {
    font: 600 62px/62px Titillium Web, Arial, sans-serif;
  }

  .banner-wrapper .page-center {
    max-width: 964px;
  }

  .banner-wrapper .custom-content-wrapper h1 {
    font: 600 62px/62px Titillium Web, Arial, sans-serif;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__description {
    font: 400 20px/24px Open Sans, Arial, sans-serif;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body .hero__description p {
    font: 400 20px/24px Open Sans, Arial, sans-serif;
  }

  .social-share--sticky {
    right: 40px;
  }

  .social-share--sticky .social-share__title {
    font: 700 20px/26px Titillium Web, Arial, sans-serif;
  }
}

@media (min-width: 87.5em) {

  .modal__inner {
    margin: 0;
  }
}


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


}


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

@media (max-width: 1024px) {

  /*============== Header ==============*/
  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}
@media (max-width: 1004px) {

  /*============== Header ==============*/
  .header-parent {
    min-height: 120px;
  }
  .custom-header-lp .nav--utility {
    min-height: 48px;
  }
  .custom-header-lp .custom-header-bottom .page-center > div > div {
    display: block;
  }
  .custom-header-lp .custom-header-logo {
    width: 100% !important;
  }
  .custom-header-logo {
    padding: 0;
    margin-left: 0 !important;
  }
  .custom-header-nav .mobile-trigger {
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    padding: 12px;
    background-color: #000;
    color: #fff;
    transition: all .25s ease-in-out;
  }
  .custom-header-nav .mobile-trigger .nav-toggle__indicator {
    background-color: transparent;
  }

  .custom-header-nav .mobile-trigger .nav-toggle__indicator:before {
    top: 0;
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
    transform: translate3d(0,10px,0) rotate(45deg);
    transition: -webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: transform .13s cubic-bezier(.215,.61,.355,1) .22s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
  }

  .custom-header-nav .mobile-trigger .nav-toggle__indicator:after {
    top: 0;
    transition: -webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transition: transform .13s cubic-bezier(.215,.61,.355,1) .22s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    -webkit-transform: translate3d(0,10px,0) rotate(-45deg);
    transform: translate3d(0,10px,0) rotate(-45deg);
  }
  .custom-header-nav .mobile-trigger .nav-toggle__inner {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
  }

  .custom-header-nav .mobile-trigger:hover .nav-toggle__inner {
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  .banner-wrapper {
    margin-top: -1px;
  }
  /*============== Footer ==============*/
  .custom-footer-nav {
    width: 100% !important;
  }
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}


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

@media (max-width: 767px) {



  .child-trigger svg {
    width: auto !important;
  }
  /* Make Form 100% on Mobile */
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field {
    display: block;
    max-width: 100%;
    max-width: 100%;
  }
  /* One Line Inputs */
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    padding: 13px 20px;
  }

  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3,
  .section.post-footer .hs-richtext {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }

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

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

  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
  .footer-lp-social{
    display: block !important;
    margin-bottom: 10px;
  }
  .footer-lp-social .nav--social .nav__menu {
    justify-content: center;
  }
}  

@media (max-width: 739px) {

  .header-parent {
    min-height: 102px;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner {
    padding: 50% 0 0;
  }

  .banner-wrapper .custom-content-wrapper .region-inner .hero__inner .hero__body {
    background: rgba(0, 0, 0, .8);
  }

  .mobile-trigger {
    color: #fff;
    background-color: #063c6f;
    height: 100%;
    width: 52px;
  }

  .search-toggle {
    color: #fff;
    background-color: #063c6f;
    height: 100%;
    width: 52px;
    padding: 0;
  }

  .search-toggle svg {
    width: 30px;
  }

  .custom-header-logo a {
    height: 54px;
  }
}


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

@media (max-width: 479px) {

  .subscribe-options label {
    margin-left: 0 !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .checkbox-row span.fakelabel span {
    float: none !important;
  }

  .subscription-template.one-column .hs-button.primary,
  .subscription-template.one-column input[type="submit"], 
  .subscription-template.one-column input[type="button"] {
    font-size: 15px;
  }
}

@media (max-width: 365px) {

  .custom-header-logo {
    padding: 12px 20px;
  }
  .custom-header-logo a {
    height: 100%;
  }
  .custom-header-logo a img {
    max-width: 100%;
  }
  .custom-header-logo * {
    height: 100%;
  }
  .custom-header-logo a img {
    max-width: 100%;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    vertical-align: top;
    transition: opacity .25s ease-in;
    width: 127px;
    height: auto !important;
  }
}


@media (max-width: 321px) {}