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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('//cdn2.hubspot.net/hubfs/2751293/MDSN/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*****************************************/
/* Custom Settings - Site specific       */
/*****************************************/



















/*****************************************/
/* Custom Macros                         */
/*****************************************/























/* Common items 
======================================== */
body {
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    color: #16284c;
    font-family: "Roboto", "Helvetica", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.625rem;
}
h2, h3, h6 {
    font-weight: 700;
}
h1, h3 {
    color: #0056b8;
    font-weight: 500;
}
p {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1.0rem;
}

        h1 {
            font-size: 1.75rem;
        }
    
        h2 {
            font-size: 1.5rem;
        }
    
        h3 {
            font-size: 1.25rem;
        }
    
        h4 {
            font-size: 1.125rem;
        }
    
        h5 {
            font-size: 1.0rem;
        }
    
        h6 {
            font-size: 1.0rem;
        }
    

        .text-capitalize {
            text-transform: capitalize;
        }
    
        .text-uppercase {
            text-transform: uppercase;
        }
    
        .text-lowercase {
            text-transform: lowercase;
        }
    

a.cta_button {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-width: 200px;
}
span.break {
    font-size: inherit;
}
.body-container-wrapper {
    padding: 0;
}
.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container {
    max-width: 103.125rem;
    margin: 0 auto;
}
.hide { display: none; }
.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
    width: 100%;
}
.flex-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.flex-row.collapse .flex-column {
    padding-right: 0;
    padding-left: 0;
}
.flex-column.shrink {
    
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.button {
    background-color: #f18903;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 1.0rem 0;
    outline: 0;
    padding: 0.5rem 2.5rem;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    vertical-align: middle;
}


    .text-black {
        color : #222222
    }
    .bg-color-black {
        background-color: #222222
    }
    .button-black {
        background-color: #222222
    }

    .text-white {
        color : #ffffff
    }
    .bg-color-white {
        background-color: #ffffff
    }
    .button-white {
        background-color: #ffffff
    }

    .text-off_white {
        color : #f3f6f9
    }
    .bg-color-off_white {
        background-color: #f3f6f9
    }
    .button-off_white {
        background-color: #f3f6f9
    }

    .text-blue_dark {
        color : #16284c
    }
    .bg-color-blue_dark {
        background-color: #16284c
    }
    .button-blue_dark {
        background-color: #16284c
    }

    .text-blue {
        color : #0056b8
    }
    .bg-color-blue {
        background-color: #0056b8
    }
    .button-blue {
        background-color: #0056b8
    }

    .text-orange {
        color : #f18903
    }
    .bg-color-orange {
        background-color: #f18903
    }
    .button-orange {
        background-color: #f18903
    }

    .text-gray_dark {
        color : #444444
    }
    .bg-color-gray_dark {
        background-color: #444444
    }
    .button-gray_dark {
        background-color: #444444
    }

    .text-gray {
        color : #77777b
    }
    .bg-color-gray {
        background-color: #77777b
    }
    .button-gray {
        background-color: #77777b
    }

    .text-gray_light {
        color : #d1d1d1
    }
    .bg-color-gray_light {
        background-color: #d1d1d1
    }
    .button-gray_light {
        background-color: #d1d1d1
    }


.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button:hover {
    background-color: #444444;
    color: #ffffff !important;
}


    .text-left {
        text-align: left;
    }

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

    .text-right {
        text-align: right;
    }


.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.inline-list li {
    display: inline-block;
}

.flex-padding-x > .flex-column {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}
.flex-padding-y > .flex-column {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.flex-margin-x > .flex-column {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}
.flex-margin-y > .flex-column {
    margin-left: 1.0rem;
    margin-right: 1.0rem;
}

.padded {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.border-top {
    border-top: 1px solid #d1d1d1;
}
.border-bottom {
    border-bottom: 1px solid #d1d1d1;
}

/*****************************************/
/* Styles                                */
/*****************************************/
.container-fluid .row-fluid .page-center {
    max-width: 1280px;
    padding: 0 1.0rem !important;
}


.banner {
    position: relative;
}

.banner.banner-hero {
    min-height: 625px;
}
.banner.banner-hero .banner-content,
.banner.banner-hero .banner-content p {
    color: #16284c;
}

.banner.banner--footer {
    text-align: center;
}

.banner.banner-form .banner-content--gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+75 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.banner.banner-form .banner-content,
.banner.banner-form .banner-content p {
    color: #16284c;
    padding: 3.75rem 0;
    position: relative;
    transform: none;
}
.banner.banner-form .hs-form {
    margin: 2.5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner.banner-form .hs-form .hs-form-field,
.banner.banner-form .hs-form .hs_submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100.0%;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    margin-bottom: 1.0rem;
}
.banner.banner-form .hs-form .hs-form-field label {
    display: none;
}
.banner.banner-form .hs-form .hs-form-field input {
    border-radius: 2px;
    padding: 0.625rem;
}
.banner.banner-form .hs-form .hs-form-field select,
.banner.banner-form .hs-form .hs-form-field textarea {
    height: 2.625rem;
}
.banner.banner-form .hs-form .hs_submit input {
    background-color: #f18903;
    border: none;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.banner.banner-form .hs-form fieldset { max-width: 100% !important; }
.banner.banner-form .hs-form .hs-input:not([type=checkbox]):not([type=radio]) { width: 100% !important; }
.banner.banner-form .hs-form .inputs-list {
    list-style: none;
    margin-left: 0;
}
.banner.banner-form .hs-form label { text-align: left; }
.banner.banner-form .hs-form [class*='form-columns-'] .input {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
}
.banner.banner-form .hs-form .hs-error-msgs {
    list-style: none;
    padding: .5rem;
    position: relative;
}
.banner.banner-form .hs-form .hs-error-msgs label {
    display: block;
    font-style: italic;
}

.simple-slider {
    display: none;
    padding: 0 3.75rem;
}
.simple-slider .slick-dots {
    bottom: 3.125rem;
}
.simple-slider .slick-dots li {
    height: auto;
    width: auto;
}
.simple-slider .slick-dots li button {
    background-color: #f18903;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin: 0;
}
.simple-slider .slick-dots li button:before {
    background-color: #f18903;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 8px;
    width: 8px;
}
.simple-slider .slick-dots li.slick-active button:before {
    background-color: #ffffff;
    color: transparent;
}
.slider-container {
    position: relative;
}
.slider-container .quotes {
    fill: #f18903;
    height: 50px;
    width: 60px;
    position: absolute;
}
.slider-container .quotes.left {
    top: 3.75rem;
    left: 1rem;
}
.slider-container .quotes.right {
    bottom: 5.0rem;
    right: 1rem;
    transform: rotate(180deg);
}
.simple-slider .slide {
    outline: none;
    padding: 3.75rem;
    text-align: center;
}
.simple-slider .slide .slide-title {
    color: #222222;
}
.simple-slider .slide .slide-cite {
    border-top: 2px solid #0056b8;
    display: inline-block;
    padding: 1.0rem;
    margin-top: 0.625rem;
    text-transform: uppercase;
}

/*****************************************/
/* Header */
/*****************************************/
#global-header-notice {
    background-color: #f18903;
    color: #ffffff;
    font-size: 0.8125rem;
    letter-spacing: .5px;
    line-height: 2.0625rem;
    text-align: center;
}
.page-header-container {
    background-color: #16284c;
    padding: 0.9375rem 0;
    position: relative;
    
}
.logo {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 175px;
}
.logo img {
    display: block;
    width: 100%;
}

ul.skip-links li {
    display: inline-block;
}
ul.skip-links li > a {
    font-size: 0.875rem;
    padding: 0 5px;
}
.skip-search { display: none; }
.skip-cart .fa {
    font-size: 1.25rem;
}
.skip-cart .count:before {
    content: "(";
}
.skip-cart .count:after {
    content: ")";
}

#header-search {
    margin-top: 0.625rem;
}
#header-search form {
    max-width: 15.625rem;
}

#header-search .input-box {
    position: relative;
}
#header-search .input-box input#search {
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    padding: .75rem 40px .75rem 0;
}
#header-search .search-button {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
}
#header-search .search-button .fa {
    font-size: 0.625rem;
}

#utility-nav { margin-top: 0.625rem; }

#utility-nav a { 
    color: #ffffff; 
    font-weight: 300;
}

/*****************************************/
/* Header Sub-menus */
/*****************************************/
#header-nav {
    /*max-width: 103.125rem;*/
    margin: auto;
}
.nav-primary {
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}
.nav-primary ul {
    list-style: none;
    padding: 0;
}
.nav-primary a {
    font-size: 0.875rem;
    display: block;
    line-height: 30px;
}
.nav-primary a:hover {
    color: #f18903 !important;
}
.nav-primary > li {
    margin: auto;
}
.nav-primary > li > a {
    border-bottom: 2px solid transparent;
    color: #ffffff;
    font-weight: 600;
    padding: 0 10px;
}
.nav-primary > li > a:hover {
    border-color: #f18903;
}
.nav-primary a.level1,
.nav-primary li.level1 > a {
    border-bottom: 1px solid #f18903;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
.nav-primary li.level1 ul {
    padding-bottom: 20px;
}

.nav-primary .level1 * {
    font-weight: 400;
}

.submenu_wrapper {
    background-color: #ffffff;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px 30px;
    z-index: 10;
}
.submenu_hero img {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

/*****************************************/
/* Footer                         */
/*****************************************/
.footer-container {
    background-color: #f3f6f9;
}
.footer-container .logo {
    max-width: 7.8125rem;
    margin-bottom: 1.5625rem;
}

.footer {
    max-width: 103.125rem;
    margin: 1.875rem auto 0;
    padding: 40px 3% 0;
}
.footer .copyright {
    font-size: 0.75rem;
    font-style: normal;
    position: relative;
    padding: 0.625rem 0;
    margin-top: 1.25rem;
}

.footer:before,
.footer .copyright:before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.75);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.75);
    position: absolute;
    top: 0;
}
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer h4 {
    font-weight: 500;
}
.footer-container .fa-envelope-o,
.footer-container .fa-phone {
    color: #f18903;
    font-size: 1.25rem;
    margin-right: 7px;
}
.footer-container .social {
    margin-bottom: 0.9375rem;
}
.footer-container .social a:hover {
    color: #f18903;
}
.footer-container .social-title {
    margin-right: 7px;
}
.footer-container .social .fa {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    font-size: 1.125rem;
    line-height: 2.125rem;
    margin-right: 7px;
    text-align: center;
    height: 2.125rem;
    width: 2.125rem;
}

.footer.simple {
    margin: 0 auto;
    padding: 0.9375rem 3%;
}
.footer.simple .copyright,
.footer.simple .social {
    margin: 0;
}
.footer.simple .copyright:before {
    display: none;
}

.footer-column__container {
    margin-bottom: 0.9375rem;
}
.footer-column__container ul > li > a:hover {
    color: #f18903;
}
.footer-column__container:nth-child(1) a {
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
}
.footer-column__container:nth-child(2) a,
.footer-column__container:nth-child(3) a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
}
.footer-column__container:nth-child(4) .hbspt-form {
    position: relative;
}
.footer-column__container:nth-child(4) label {
    display: none;
}
.footer-column__container:nth-child(4) .hs-form-field {
    width: 100%;
    margin: 0;
}
.footer-column__container:nth-child(4) .hs-input {
    height: 40px;
    padding-right: 85px;
}
.footer-column__container:nth-child(4) .hs-button {
    border-radius: 0;
    width: 85px;
    height: 40px;
    line-height: 40px;
    margin-left: -1px;
    text-indent: -99999px;
    position: relative;
    background: transparent;
}
.footer-column__container:nth-child(4) .hs_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.footer-column__container:nth-child(4) .actions:before {
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: FontAwesome;
    content: '\f061';
    background: #0055b8;
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
}

.footer-container.simple .copyright {
    color: #16284c;
    font-size: 0.75rem;
    font-style: normal;
    position: relative;
    padding: 0.625rem 0;
}
.footer-container.simple .copyright a {
    color: #16284c;
    text-decoration: none;
}

/*****************************************/
/* Menu dropdown                         */
/*****************************************/
.header-container-wrapper {
    position: static;
}

// Drawn Hamburger Nav
* {
    transition: .25s ease-in-out;
    box-sizing: border-box;
}

#menu-toggle {
    display:block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
#menu-toggle:hover {
    /*background: rgba(255, 255, 255, 0.8);*/
}
#menu-toggle span {
    display: block;
    background: #ffffff;
    border-radius: 2px;
    transition: .25s ease-in-out;
    box-sizing: border-box;
}
#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}
#menu-toggle #hamburger span {
    width: 30px;
    height: 4px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}
#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    /*margin: 8px 0 0 16px;*/
}
#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
    width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
    height: 100%;
    transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
    width: 100%;
    transition-delay: .375s;
}

/*****************************************/
/* Page                         */
/*****************************************/
.lp .header-links ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
}
.lp .header-links ul li {
    float: none !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}
.lp .header-links a {
    color: #ffffff;
    font-weight: bold;
}
.lp .header-links a:hover {
    color: #f3f6f9;
}
.lp .flex-column.featured h4,
.lp .flex-column.featured p, 
.lp .flex-column.featured a {
    font-size: 0.9375rem;
}
.lp .flex-column.featured img {
    margin-bottom: 1rem;
}
.lp .flex-column.featured h4 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.lp .flex-column.featured p {
    line-height: 1.85;
}

.banner-content--form label {
    display: none;
}
.banner-content--form .form-title {
    padding: 0 2rem;
    text-align: center;
}
.banner-content--form input[type="text"],
.banner-content--form input[type="email"] {
    border-radius: 0;
    height: auto;
}
.banner-content--form .hs_submit {
    text-align: center;
}
.banner-content--form .hs_submit input[type="submit"] {
    background-color: #f18903;
    border: none;
    color: #ffffff;
    font-weight: bold;
    padding: .75rem 3rem;
    text-transform: uppercase;
}


/*****************************************/
/* Media Queries                         */
/*****************************************/
@media (min-width: 64.0rem ) {
    #hamburger-wrapper { display: none; }
}
@media (min-width: 48.0rem ) {
    #utility-menu-items { display: none; }
}

@media (max-width: 812px) {
    .banner.banner-hero {
        min-height:200px;
  }
}
    #header-search {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #utility-nav {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }
    #logo-wrapper {
        text-align: left;
    }
    #header-nav {
        background-color: #fff;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 10;
    }
    #menu-toggle { 
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-primary {
        flex-wrap: wrap;
    }
    .nav-primary > li {
        flex: 0 0 100%;
        position: relative;
    }
    .nav-primary > li.level0 > a {
        color: #16284c;
        line-height: 40px;
    }
    .nav-primary > li.level0 > a:hover {
        background-color: #f3f6f9;
        border-color: transparent;
    }
    .nav-primary > li.level0 > a.has-children:after {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 1.7em;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .nav-primary li.level1 a {
        display: inline-block;
    }
    .submenu_wrapper {
        padding: 0 0 20px;
    }
    .submenu_hero img {
        max-height: 12.5rem;
    }
}

@media (max-width: 48.0rem ) {
    #header-search {
        display: none;
    }
    #logo-wrapper .logo { margin-bottom: 0; }
    #logo-wrapper .logo img {
        /*max-width: 5.9375rem;*/
        width: 80%;
    }
    
    .lp .header-links a {
        padding: 10px !important;
    }
    .skip-search { display: inline-block; }
    .header-minicart .count { display: none; }
    .footer-column__container { text-align: center; }
}

@media (max-width: 40.0rem ) {
    ul.skip-links .hide-bp { display: none; }
}

/* Min-media widths
==================== */
@media print, screen and (min-width: 0 ) {
    
        .small-1 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333333333332%;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-1 {
            -webkit-order: 1;
            order: 1
        }
        .small-up-1 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100.0%;
        }
    
        .small-2 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666666666664%;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-2 {
            -webkit-order: 2;
            order: 2
        }
        .small-up-2 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50.0%;
        }
    
        .small-3 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-3 {
            -webkit-order: 3;
            order: 3
        }
        .small-up-3 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333333333%;
        }
    
        .small-4 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333333333%;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-4 {
            -webkit-order: 4;
            order: 4
        }
        .small-up-4 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25.0%;
        }
    
        .small-5 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666666666667%;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-5 {
            -webkit-order: 5;
            order: 5
        }
        .small-up-5 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.0%;
        }
    
        .small-6 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.0%;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-6 {
            -webkit-order: 6;
            order: 6
        }
        .small-up-6 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.666666666666664%;
        }
    
        .small-7 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333333333336%;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-7 {
            -webkit-order: 7;
            order: 7
        }
        .small-up-7 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.285714285714285%;
        }
    
        .small-8 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666666666666%;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-8 {
            -webkit-order: 8;
            order: 8
        }
        .small-up-8 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
        }
    
        .small-9 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.0%;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-9 {
            -webkit-order: 9;
            order: 9
        }
        .small-up-9 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111111111%;
        }
    
        .small-10 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333333334%;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-10 {
            -webkit-order: 10;
            order: 10
        }
        .small-up-10 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10.0%;
        }
    
        .small-11 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666666666666%;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-11 {
            -webkit-order: 11;
            order: 11
        }
        .small-up-11 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.090909090909092%;
        }
    
        .small-12 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 100.0%;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .small-order-12 {
            -webkit-order: 12;
            order: 12
        }
        .small-up-12 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.333333333333332%;
        }
    
    .small-expand {
        -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    }
    .small-collapse .flex-column {
        padding-right: 0;
        padding-left: 0;
    }
    .small-uncollapse .flex-column {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
}

@media print, screen and (min-width: 48.0rem ) {
    
        h1 {
            font-size: 2.0rem;
        }
    
        h2 {
            font-size: 1.75rem;
        }
    
        h3 {
            font-size: 1.5rem;
        }
    
        h4 {
            font-size: 1.125rem;
        }
    
        h5 {
            font-size: 1.125rem;
        }
    
        h6 {
            font-size: 1.0rem;
        }
    
    
        .medium-1 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333333333332%;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-1 {
            -webkit-order: 1;
            order: 1
        }
        .medium-up-1 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100.0%;
        }
    
        .medium-2 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666666666664%;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-2 {
            -webkit-order: 2;
            order: 2
        }
        .medium-up-2 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50.0%;
        }
    
        .medium-3 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-3 {
            -webkit-order: 3;
            order: 3
        }
        .medium-up-3 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333333333%;
        }
    
        .medium-4 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333333333%;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-4 {
            -webkit-order: 4;
            order: 4
        }
        .medium-up-4 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25.0%;
        }
    
        .medium-5 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666666666667%;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-5 {
            -webkit-order: 5;
            order: 5
        }
        .medium-up-5 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.0%;
        }
    
        .medium-6 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.0%;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-6 {
            -webkit-order: 6;
            order: 6
        }
        .medium-up-6 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.666666666666664%;
        }
    
        .medium-7 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333333333336%;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-7 {
            -webkit-order: 7;
            order: 7
        }
        .medium-up-7 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.285714285714285%;
        }
    
        .medium-8 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666666666666%;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-8 {
            -webkit-order: 8;
            order: 8
        }
        .medium-up-8 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
        }
    
        .medium-9 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.0%;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-9 {
            -webkit-order: 9;
            order: 9
        }
        .medium-up-9 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111111111%;
        }
    
        .medium-10 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333333334%;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-10 {
            -webkit-order: 10;
            order: 10
        }
        .medium-up-10 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10.0%;
        }
    
        .medium-11 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666666666666%;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-11 {
            -webkit-order: 11;
            order: 11
        }
        .medium-up-11 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.090909090909092%;
        }
    
        .medium-12 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 100.0%;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .medium-order-12 {
            -webkit-order: 12;
            order: 12
        }
        .medium-up-12 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.333333333333332%;
        }
    
    .medium-expand {
        -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    }
    .medium-collapse .flex-column {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse .flex-column {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
    .nav-primary li.level1 {
        max-width: 300px;
        padding-right: 60px;
    }
    #header-nav .nav-primary li.first { padding-left: calc((100% - 1650px)/2); }
    #header-nav .nav-primary li.last { padding-right: calc((100% - 1650px)/2); }
    .view-all { display: none; }
}

@media print, screen and (min-width: 64.0rem ) {
    
        .large-1 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333333333332%;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-1 {
            -webkit-order: 1;
            order: 1
        }
        .large-up-1 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100.0%;
        }
    
        .large-2 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666666666664%;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-2 {
            -webkit-order: 2;
            order: 2
        }
        .large-up-2 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50.0%;
        }
    
        .large-3 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-3 {
            -webkit-order: 3;
            order: 3
        }
        .large-up-3 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333333333%;
        }
    
        .large-4 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333333333%;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-4 {
            -webkit-order: 4;
            order: 4
        }
        .large-up-4 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25.0%;
        }
    
        .large-5 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666666666667%;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-5 {
            -webkit-order: 5;
            order: 5
        }
        .large-up-5 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.0%;
        }
    
        .large-6 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.0%;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-6 {
            -webkit-order: 6;
            order: 6
        }
        .large-up-6 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.666666666666664%;
        }
    
        .large-7 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333333333336%;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-7 {
            -webkit-order: 7;
            order: 7
        }
        .large-up-7 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.285714285714285%;
        }
    
        .large-8 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666666666666%;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-8 {
            -webkit-order: 8;
            order: 8
        }
        .large-up-8 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
        }
    
        .large-9 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.0%;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-9 {
            -webkit-order: 9;
            order: 9
        }
        .large-up-9 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111111111%;
        }
    
        .large-10 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333333334%;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-10 {
            -webkit-order: 10;
            order: 10
        }
        .large-up-10 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10.0%;
        }
    
        .large-11 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666666666666%;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-11 {
            -webkit-order: 11;
            order: 11
        }
        .large-up-11 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.090909090909092%;
        }
    
        .large-12 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 100.0%;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .large-order-12 {
            -webkit-order: 12;
            order: 12
        }
        .large-up-12 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.333333333333332%;
        }
    
    .large-expand {
        -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    }
    .large-collapse .flex-column {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse .flex-column {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
    .nav-primary > li.parent:hover .submenu_wrapper {
        display: flex;
    }
    
    .banner-hero .banner-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 1280px;
        transform: translateY(-50%);
        width: 100%;
    }
    .lp .banner-content--form {
        background-color: #ffffff;
        box-shadow: 0 0 32px 10px rgba(0, 31, 36, .07);
        padding: 1.875rem;
        position: absolute;
        bottom: 0;
        right: 1rem;
    }
    
    .banner.banner-form .hs-form textarea.hs-input {
        min-height: 1px;
    }
    .banner.banner-form .hs-form .hs-form-field,
    .banner.banner-form .hs-form .hs_submit {
        -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    }
    .banner.banner-form .hs-form .hs_submit {
        -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    }
    
    .footer.simple .social {
        text-align: right;
    }
}

@media print, screen and (min-width: 80.0rem ) {
    
        .xlarge-1 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333333333332%;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-1 {
            -webkit-order: 1;
            order: 1
        }
        .xlarge-up-1 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100.0%;
        }
    
        .xlarge-2 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666666666666664%;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-2 {
            -webkit-order: 2;
            order: 2
        }
        .xlarge-up-2 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50.0%;
        }
    
        .xlarge-3 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.0%;
    -ms-flex: 0 0 25.0%;
    flex: 0 0 25.0%;
    max-width: 25.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-3 {
            -webkit-order: 3;
            order: 3
        }
        .xlarge-up-3 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333333333%;
        }
    
        .xlarge-4 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333333333%;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-4 {
            -webkit-order: 4;
            order: 4
        }
        .xlarge-up-4 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25.0%;
        }
    
        .xlarge-5 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666666666667%;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-5 {
            -webkit-order: 5;
            order: 5
        }
        .xlarge-up-5 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.0%;
        }
    
        .xlarge-6 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.0%;
    -ms-flex: 0 0 50.0%;
    flex: 0 0 50.0%;
    max-width: 50.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-6 {
            -webkit-order: 6;
            order: 6
        }
        .xlarge-up-6 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.666666666666664%;
        }
    
        .xlarge-7 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333333333336%;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-7 {
            -webkit-order: 7;
            order: 7
        }
        .xlarge-up-7 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.285714285714285%;
        }
    
        .xlarge-8 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666666666666%;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-8 {
            -webkit-order: 8;
            order: 8
        }
        .xlarge-up-8 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
        }
    
        .xlarge-9 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 75.0%;
    -ms-flex: 0 0 75.0%;
    flex: 0 0 75.0%;
    max-width: 75.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-9 {
            -webkit-order: 9;
            order: 9
        }
        .xlarge-up-9 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 11.11111111111111%;
        }
    
        .xlarge-10 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333333334%;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-10 {
            -webkit-order: 10;
            order: 10
        }
        .xlarge-up-10 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10.0%;
        }
    
        .xlarge-11 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666666666666%;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-11 {
            -webkit-order: 11;
            order: 11
        }
        .xlarge-up-11 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 9.090909090909092%;
        }
    
        .xlarge-12 {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 100.0%;
    -ms-flex: 0 0 100.0%;
    flex: 0 0 100.0%;
    max-width: 100.0%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
        }
        .xlarge-order-12 {
            -webkit-order: 12;
            order: 12
        }
        .xlarge-up-12 > .flex-column {
            -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.333333333333332%;
        }
    
    .xlarge-expand {
        -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    }
    .xlarge-collapse .flex-column {
        padding-right: 0;
        padding-left: 0;
    }
    .xlarge-uncollapse .flex-column {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
}