/* @import url('http://example.com/example_style.css'); */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* From main.css */
@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */hr,img{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,hr,main,menu,nav,section,summary{display:block}pre,textarea{overflow:auto}body,fieldset{margin:0}fieldset,hr,legend,td,th{padding:0}.invisible,.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.desktopHeader .top-banner .block form input:focus,.slick-dots li button,.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus,a:active,a:hover{outline:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:1px;border-top:1px solid #ccc;margin:1em 0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0}.browserupgrade{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}a,body{color:#030000}.hidden{display:none!important}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before,:first-letter,:first-line{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}@font-face{font-family:garagegothicregular;src:url(../fonts/garagegothic-regular-webfont.eot);src:url(../fonts/garagegothic-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/garagegothic-regular-webfont.woff) format("woff"),url(../fonts/garagegothic-regular-webfont.ttf) format("truetype"),url(../fonts/garagegothic-regular-webfont.svg#garagegothicregular) format("svg");font-weight:400;font-style:normal}body{height:100%;background-color:#fff;overflow-x:hidden;-webkit-overflow-scrolling:touch}a{text-decoration:none;webkit-tap-highlight-color:transparent}.hero{height:80vh;margin:0k}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{left:0;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-80px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%;transition:all .3s ease-in-out}.slick-dots li,.slick-dots li button,.slick-dots li button:before{width:20px;height:20px;transition:all .3s ease-in-out}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:.35}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";font-family:slick;font-size:44px;line-height:20px;text-align:center;color:#3d546a;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#ffcf06;opacity:1}.desktopHeader{position:fixed;top:0;width:100%;z-index:10;-webkit-transform:translateY(-220px);transform:translateY(-220px);display:block}@media screen and (max-width:1000px){.desktopHeader{display:none}}.desktopHeader .top-banner{position:relative;height:160px;width:100%;background-color:#3d546a}.desktopHeader .top-banner .block{position:relative;margin:0 auto;width:751px;height:135px;padding:30px 0 0}.desktopHeader .top-banner .block h1{float:left;position:relative;font:22px/11px Roboto,sans-serif;text-align:left;width:calc(100% - 50px);color:#ffcf06}.desktopHeader .top-banner .block img{float:left;height:35px;display:block;margin:0 16px 0 0}.desktopHeader .top-banner .block form{position:relative;float:right;margin:15px 0 0}.desktopHeader .top-banner .block form input{width:250px;height:10px;padding:10px 15px;float:right;outline:0;border:none}.desktopHeader .top-banner .block form ::-webkit-input-placeholder{font-size:14px}.desktopHeader .top-banner .block form :-moz-placeholder{font-size:14px}.desktopHeader .top-banner .block form ::-moz-placeholder{font-size:14px}.desktopHeader .top-banner .block form :-ms-input-placeholder{font-size:14px}.desktopHeader .top-banner .block form .submit{float:right;height:30px;width:115px;font:14px/30px Roboto,sans-serif;background-color:#444345;color:#fff;text-transform:uppercase;text-align:center;transition:all .3s ease-in-out;cursor:pointer}.desktopHeader .top-banner .block form .submit:hover{background-color:#ffcf06;color:#444345}.desktopHeader nav .active,.desktopHeader nav ul a{color:#fff}.desktopHeader .top-banner .block .close{position:absolute;top:15px;right:-25px;width:20px;height:20px;background:url(../src/icons/close.svg) center no-repeat;cursor:pointer;transition:all .3s ease-in-out}.desktopHeader .top-banner .block .close:hover{opacity:.6}.desktopHeader nav{position:relative;height:55px;width:100%}.desktopHeader nav .logo{float:left;height:55px;width:245px;padding:0 46px 0 18px;background-color:#3d546a}.desktopHeader nav .logo img{margin:11px 0 0;-webkit-transform:translate(-20px,0);transform:translate(-20px,0);opacity:0}.desktopHeader nav ul{list-style-type:none;padding:0;margin:0;float:left}.desktopHeader nav ul li{float:left;font:14px/55px Roboto,sans-serif;text-transform:uppercase;background-color:#3d546a;padding:0 26px;cursor:pointer;height:55px;transition:all .3s ease-in-out}.desktopHeader nav ul a li:hover{opacity:.8}.desktopHeader nav ul .nav-mark img{position:relative;height:28px;margin:-12px 0 -5px;opacity:0}.desktopHeader nav .active li{background-color:rgba(255,255,255,0)}.desktopHeader nav .search{width:calc(100% - 815px);height:30px;cursor:pointer;background-color:#3d546a;background-size:27px;padding:25px 4px 0 0;position:absolute;right:0}.headroom{will-change:transform;-webkit-transform:translateY(0);transform:translateY(0);transition:all .5s ease-in-out}.slideDown{-webkit-transform:translateY(0);transform:translateY(0)}.slideUp{-webkit-transform:translateY(-220px);transform:translateY(-220px)}.hide{margin-top:-160px}.mobileHeader{position:fixed;top:0;height:50px;width:100%;z-index:10;background-color:#fff;display:none}@media screen and (max-width:1000px){.mobileHeader{display:block}}.mobileHeader img{height:25px;margin:15px 0 0 10px}.mobileHeader .nav-btn{position:relative;float:right;width:25px;height:25px;margin:10px}.mobileHeader .nav-btn span{height:3px;width:100%;background-color:#3d546a;margin:5px 0;display:block}.mobileHeader ul{position:absolute;right:-300px;top:50px;width:300px;height:100vh;background-color:#444345;margin:0;list-style-type:none;padding:30px 0 0}.mobileHeader ul li{text-align:center;height:60px;border-bottom:1px solid rgba(255,255,255,.2);text-transform:uppercase;font:14px/61px Roboto,sans-serif;color:#fff}.mobileHeader ul a{display:block}.mobileHeader ul .active{background-color:#ffcf06}.mobileHeader ul .active li{color:#3d546a}.mobileHeader .social{position:relative;width:150px;margin:40px auto 0;border:none}.mobileHeader .social span{margin:0 15px;width:20px;height:20px;background-size:cover;display:block;float:left}.mobileHeader .social .twitter{background:url(../src/icons/twitter-white.svg) center no-repeat}.mobileHeader .social .facebook{background:url(../src/icons/facebook-white.svg) center no-repeat}.mobileHeader .social .linkedin{background:url(../src/icons/linkedin-white.svg) center no-repeat}.generic-page .content{position:relative;width:100%;padding:58px 0 100px;overflow:auto}.generic-page p{font:300 16px/26px Roboto,sans-serif;width:61%;margin:0 auto;color:#030000}.generic-page .bullet h1,.generic-page .headline h1,.generic-page .intro h1{font:400 22px Roboto,sans-serif;text-align:center;text-transform:uppercase}.generic-page .hero{background:url(../src/img/temp-about-hero.jpg) center no-repeat;background-size:cover}.generic-page .hero img{position:absolute;left:0;right:0;bottom:95px;width:402px;margin:auto;display:block}@media screen and (max-width:700px){.generic-page .hero img{width:70%;bottom:50px}}.generic-page .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.generic-page .hero .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#ffcf06;overflow:hidden}.generic-page .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.generic-page .hero .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#ffcf06;overflow:hidden}.generic-page .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.generic-page .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#ffcf06}.generic-page .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.generic-page .intro{background-color:#ffcf06}.generic-page .intro h1{color:#030000}.generic-page .intro .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.generic-page .intro .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#3d546a;overflow:hidden}.generic-page .intro .cut-out div:last-of-type{margin:0 0 0 -.5px}.generic-page .intro .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#3d546a;overflow:hidden}.generic-page .intro .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.generic-page .intro .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#3d546a}.generic-page .intro .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.generic-page .headline{text-align:center;background-color:#fff}.generic-page .headline h1{color:#030000;width:60%;margin:0 auto}.generic-page .video{padding:0;max-width:1400px;margin:0 auto}.generic-page .video .videoWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.generic-page .video .videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.generic-page .bullet{background-color:#3d546a}.generic-page .bullet h1{color:#fff}.generic-page .bullet ul{width:600px;margin:30px auto 0;overflow:auto;padding:0;list-style-type:circle}@media screen and (max-width:615px){.generic-page .bullet ul{width:80%}}.generic-page .bullet ul li{width:100%;text-align:center;padding:10px 0 20px}@media screen and (max-width:650px){.generic-page .bullet ul li{width:100%}}.generic-page .bullet ul li p{color:#ffcf06;font:300 16px/20px Roboto,sans-serif;width:100%;margin:20px 0 10px}.generic-page .single-text-block{background-color:#fff}.generic-page .single-text-block p{text-align:center}.home .hero{overflow:hidden}.home .hero-slider{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:100vh;background-color:#000}.home .hero-slider span{background-size:cover;width:100vw;height:100vh;max-width:100vw}.home .hero h1{font:700 26px/36px Roboto,sans-serif}@media screen and (max-width:800px){.home .hero h1{font:700 16px/26px Roboto,sans-serif;height:130px}}.home .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.home .hero .cut-out div,.home .hero .cut-out span{height:100%;background-color:#fff;overflow:hidden;float:left}.home .hero .cut-out div{width:calc(50% - 22px)}.home .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.home .hero .cut-out span{display:block;width:22px}.home .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.home .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.home .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.home .what-we-do{text-align:center;padding:58px 0 60px}.home .what-we-do h1{font:400 22px Roboto,sans-serif;color:#030000;text-transform:uppercase}@media screen and (max-width:900px){.home .what-we-do h1{font:400 18px Roboto,sans-serif}}.home .what-we-do p{font:300 16px Roboto,sans-serif;margin:0 20px}@media screen and (max-width:900px){.home .what-we-do p{font:300 14px Roboto,sans-serif}}.home .project-list{position:relative;overflow:hidden;height:692px;width:1385px;margin:0 auto}@media screen and (max-width:1384px){.home .project-list{width:100%;height:auto}}.home .project-list div{float:left;width:50%;height:100%}@media screen and (max-width:800px){.home .project-list div{width:100%;height:auto}}.home .project-list div a{position:relative;display:block;float:left;width:calc(50% - 6px);height:calc(50% - 6px);cursor:pointer;margin:3px}@media screen and (max-width:500px){.home .project-list div a{width:100%;height:auto;margin:0 0 10px}}.home .project-list div a img{height:100%;width:100%}.home .project-list div a span{position:absolute;top:0;height:101%;width:100%;background-color:rgba(255,255,255,.7);opacity:0;display:block;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;transition:all .3s ease-in-out}.home .project-list div a span p{max-width:80%;color:#030000;font:400 20px Roboto,sans-serif;text-align:center;display:block}.home .project-list div a:hover span{opacity:1}.home .project-list .full a{width:calc(100% - 6px);height:calc(100% - 6px)}.page-about main .content{position:relative;width:100%;padding:58px 0 100px;overflow:auto}.page-about main h1{font:400 22px Roboto,sans-serif;color:#030000;text-transform:uppercase;text-align:center}.page-about main p{font:300 16px/26px Roboto,sans-serif;width:61%;margin:0 auto;color:#030000}.page-about .hero{background:url(../src/img/temp-about-hero.jpg) center no-repeat;background-size:cover}.page-about .hero img{position:absolute;left:0;right:0;bottom:95px;width:402px;margin:auto;display:block}@media screen and (max-width:700px){.page-about .hero img{width:70%;bottom:50px}}.page-about .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-about .hero .cut-out div,.page-about .hero .cut-out span{height:100%;background-color:#ffcf06;overflow:hidden;float:left}.page-about .hero .cut-out div{width:calc(50% - 22px)}.page-about .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-about .hero .cut-out span{display:block;width:22px}.page-about .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-about .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#ffcf06}.page-about .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-about .who-we-are{background-color:#ffcf06}.page-about .who-we-are .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-about .who-we-are .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#fff;overflow:hidden}.page-about .who-we-are .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-about .who-we-are .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#fff;overflow:hidden}.page-about .who-we-are .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-about .who-we-are .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-about .who-we-are .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-about .clients{text-align:center;background-color:#fff}.page-about .clients ul{list-style-type:none;padding:0;width:100%;max-width:1180px;margin:43px auto 0;overflow:auto}@media screen and (max-width:1159px){.page-about .clients ul{width:1020px}}@media screen and (max-width:1075px){.page-about .clients ul{width:890px}}@media screen and (max-width:930px){.page-about .clients ul{width:580px}}@media screen and (max-width:600px){.page-about .clients ul{width:100%}}.page-about .clients ul li{width:143px;height:100px;float:left;margin:1px}@media screen and (max-width:600px){.page-about .clients ul li{width:48%}}.page-about .clients ul li img{height:100px;width:143px}.page-about .clients .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-about .clients .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#3d546a;overflow:hidden}.page-about .clients .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-about .clients .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#3d546a;overflow:hidden}.page-about .clients .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-about .clients .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#3d546a}.page-about .clients .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-about .capabilities{background-color:#3d546a}.page-about .capabilities h1,.page-about .capabilities p{color:#fff}.page-about .capabilities ul{max-width:1200px;width:100%;margin:30px auto 0;list-style-type:none;overflow:auto;padding:0}.page-about .capabilities ul li{width:33%;float:left;text-align:center;padding:20px 0}@media screen and (max-width:650px){.page-about .capabilities ul li{width:100%}}.page-about .capabilities ul li h3{color:#ffcf06;font:400 16px/20px Roboto,sans-serif;text-transform:uppercase;letter-spacing:1px}.page-about .capabilities ul li p{color:#ffcf06;font:300 16px/30px Roboto,sans-serif;width:75%}.page-about .capabilities ul li img{width:37px}.page-about .capabilities .split{max-width:800px;width:100%}.page-about .capabilities .split li{width:50%}@media screen and (max-width:650px){.page-about .capabilities .split li{width:100%}}.page-about .capabilities .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-about .capabilities .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#fff;overflow:hidden}.page-about .capabilities .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-about .capabilities .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#fff;overflow:hidden}.page-about .capabilities .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-about .capabilities .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-about .capabilities .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-about .partners{background-color:#fff}.page-about .partners p{text-align:center}.page-about .partners ul{width:920px;margin:53px auto 0;list-style-type:none;overflow:auto;padding:0}@media screen and (max-width:1000px){.page-about .partners ul{width:770px}}.page-about .partners ul li{float:left;overflow:auto;margin:0 30px}@media screen and (max-width:1000px){.page-about .partners ul li{margin:0 15px}}@media screen and (max-width:800px){.page-about .partners ul{width:90%}.page-about .partners ul li{margin:0 auto 30px;float:none}}.page-about .partners ul li img{height:100%;width:auto;display:block;margin:auto;overflow:auto}.page-about .partners ul .inde{height:50px;width:40px}.page-about .partners ul .gameday{height:50px;width:55px}.page-about .partners ul .imaginary{height:27px;width:253px;margin-top:8px}.page-about .partners ul .event{height:50px;width:134px}.page-about .partners ul .truck{height:60px;width:134px}.page-work .hero{background:url(../src/img/temp-work-hero.jpg) center no-repeat;background-size:cover}.page-work .hero h1{font:700 40px/48px Roboto,sans-serif}@media screen and (max-width:560px){.page-work .hero h1{height:130px}}.page-work .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-work .hero .cut-out div,.page-work .hero .cut-out span{height:100%;background-color:#ffcf06;overflow:hidden;float:left}.page-work .hero .cut-out div{width:calc(50% - 22px)}.page-work .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-work .hero .cut-out span{display:block;width:22px}.page-work .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-work .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#ffcf06}.page-work .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-template-template-work .hero{background:url(../src/img/temp-work-child-hero.jpg) center no-repeat;background-size:cover}.page-template-template-work .hero h1{font:700 40px/28px Roboto,sans-serif}.page-template-template-work .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-template-template-work .hero .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#fff;overflow:hidden}.page-template-template-work .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-template-template-work .hero .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#fff;overflow:hidden}.page-template-template-work .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-template-template-work .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-template-template-work .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-work .work-list{position:relative;overflow:auto;width:100%;padding:85px 0 131px;background-color:#ffcf06}.page-work .work-list div{overflow:auto;width:940px;margin:0 auto}@media screen and (max-width:970px){.page-work .work-list div{width:90%}}.page-work .work-list a{position:relative;display:block;float:left;width:calc(50% - 6px);padding-bottom:30%;cursor:pointer;overflow:hidden;margin:3px}@media screen and (max-width:700px){.page-work .work-list a{width:calc(100% - 6px);padding-bottom:60%}}.page-work .work-list a img{height:100%;width:100%}.page-work .work-list a span{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(255,255,255,.7);opacity:0;transition:all .3s ease-in-out}.page-work .work-list a span p{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;color:#030000;font:400 20px Roboto,sans-serif;text-align:center;display:block;height:16px}.page-work .work-list a:hover span{opacity:1}.page-work .work-list .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-work .work-list .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#fff;overflow:hidden}.page-work .work-list .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-work .work-list .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#fff;overflow:hidden}.page-work .work-list .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-work .work-list .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-work .work-list .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-work .testimonials{position:relative;clear:both;background-color:#fff;width:950px;margin:80px auto}@media screen and (max-width:1000px){.page-work .testimonials{width:90%;margin:80px auto 200px}}.page-work .testimonials div p{font:22px/30px Roboto,sans-serif;text-align:left}@media screen and (max-width:700px){.page-work .testimonials div p{font:16px/30px Roboto,sans-serif;text-align:center}}.page-work .testimonials div span{text-align:right;display:block;font:14px/30px Roboto,sans-serif}@media screen and (max-width:700px){.page-work .testimonials div span{font:12px/30px Roboto,sans-serif;text-align:center}}.single-results .work-nav{position:relative;width:136px;overflow:auto;margin:100px auto}.single-results .work-nav .arrow-next,.single-results .work-nav .arrow-prev{background-color:#fff;display:inline-block;float:left;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #444345;cursor:pointer;margin:11px 0 0}.single-results .work-nav .arrow-prev{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.single-results .work-nav .arrow-next{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.single-results .work-nav .back-to-grid{float:left;height:41px;width:25px;margin:-4px 25px 0;background:url(../src/icons/back-to-grid.svg) center no-repeat;background-size:contain}.single-results .work-info{position:relative;width:950px;margin:100px auto 0;overflow:auto}@media screen and (max-width:1000px){.single-results .work-info{width:90%}}.single-results .work-info hr{background-color:#030000;height:1px;border:0;margin:50px 0}.single-results .work-info-logo{overflow:auto;margin:0 0 50px}.single-results .work-info-logo img{max-height:150px;max-width:200px}.single-results .work-info-vid{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;margin-bottom:50px}.single-results .work-info-vid iframe,.single-results .work-info-vid img{position:absolute;top:0;left:0;width:100%;height:100%}.single-results .work-info .left{float:left}.single-results .work-info .right{float:right}.single-results .work-info-block{margin:0 0 25px;overflow:auto}.single-results .work-info-block .text{width:400px;margin:0}@media screen and (max-width:1000px){.single-results .work-info-block{margin:0}.single-results .work-info-block .text{width:100%;text-align:center;float:none}}.single-results .work-info-block .text h4{font:700 20px Roboto,sans-serif;margin:25px 0 15px}.single-results .work-info-block .text p{font:300 16px/30px Roboto,sans-serif;display:block;margin:15px 0}.single-results .work-info-block img{width:100%;background-color:#444345;margin:15px 0}@media screen and (max-width:1000px){.single-results .work-info-block img{margin:15px auto;float:none}}.page-contact main .content{position:relative;width:100%;overflow:auto;padding:100px 0 0}.page-contact .hero{background:url(../src/img/temp-contact-hero.jpg) top no-repeat;background-size:cover;height:600px}@media screen and (max-width:575px){.page-contact .hero h1{height:130px}}@media screen and (max-width:428px){.page-contact .hero h1{height:171px}}.page-contact .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-contact .hero .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#3d546a;overflow:hidden}.page-contact .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-contact .hero .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#3d546a;overflow:hidden}.page-contact .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-contact .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#3d546a}.page-contact .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-contact .info{background-color:#3d546a;color:#fff}.page-contact .info div{width:820px;margin:0 auto;overflow:auto}@media screen and (max-width:940px){.page-contact main .content{padding:50px 0 0}.page-contact .info div{width:100%}}.page-contact .info span{float:left;padding:10px 0}.page-contact .info span h3{font:300 16px/14px Roboto,sans-serif;letter-spacing:1px}.page-contact .info span a,.page-contact .info span p{font:300 14px/14px Roboto,sans-serif;color:#fff}.page-contact .info span a:hover{opacity:.5;transition:all .2s ease-in-out;display:inline-block}.page-contact .info span:first-of-type{width:510px;border-right:1px solid #fff}@media screen and (max-width:940px){.page-contact .info span a,.page-contact .info span p{text-align:center;font:300 12px/14px Roboto,sans-serif}.page-contact .info span:first-of-type{width:100%;border:none}}.page-contact .info span:last-of-type{width:180px;margin:0 0 0 120px}@media screen and (max-width:940px){.page-contact .info span:last-of-type{width:100%;margin:0}}.page-contact .info .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-contact .info .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#fff;overflow:hidden}.page-contact .info .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-contact .info .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#fff;overflow:hidden}.page-contact .info .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-contact .info .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-contact .info .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-contact .map{text-align:center;background-color:#3d546a;margin:0 auto;clear:both}.page-contact .map div{width:900px;margin:0 auto;padding:50px 0 100px;overflow:auto;border-top:1px solid #fff}@media screen and (max-width:940px){.page-contact .map div{width:100%;border:none}}.page-contact .map h1{font:400 22px Roboto,sans-serif;color:#fff;text-transform:uppercase;text-align:center}.page-contact .map img{width:80%}.page-team .hero{background:url(../src/img/temp-team-hero.jpg) center no-repeat;background-size:cover}.page-team .hero h1{font:700 40px/48px Roboto,sans-serif;height:76px}@media screen and (max-width:470px){.page-team .hero h1{height:228px}}.page-team .hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-team .hero .cut-out div,.page-team .hero .cut-out span{height:100%;overflow:hidden;background-color:#fff;float:left}.page-team .hero .cut-out div{width:calc(50% - 22px)}.page-team .hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-team .hero .cut-out span{display:block;width:22px}.page-team .hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-team .hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-team .hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-team .team-list{background-color:#fff;padding:60px 0 100px;position:relative}.page-team .team-list ul{list-style-type:none;padding:0;width:915px;margin:0 auto;overflow:auto}@media screen and (max-width:920px){.page-team .team-list ul{width:690px}}@media screen and (max-width:700px){.page-team .team-list ul{width:460px}}.page-team .team-list ul li{position:relative;float:left;overflow:hidden;display:block;cursor:pointer;margin:3px}@media screen and (max-width:460px){.page-team .team-list ul{width:300px}.page-team .team-list ul li{float:none}}.page-team .team-list ul li img{width:222px;height:222px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}@media screen and (max-width:460px){.page-team .team-list ul li img{width:100%;height:auto}}.page-team .team-list ul li div{position:absolute;bottom:-60px;width:100%;height:60px;background-color:#3d546a;text-align:center;z-index:9;color:#fff;transition:all .2s ease-in-out}.page-team .team-list ul li div h5{font:700 12px/12px Roboto,sans-serif;margin:13px 0 0}.page-team .team-list ul li div p{font:300 12px/12px Roboto,sans-serif;margin:5px 0 0}.page-team .team-list ul li:hover div{bottom:0;transition:all .2s ease-in-out}.page-team .team-list .quote{position:absolute;height:222px;background-color:#3d546a;top:0;left:0;right:0;margin:auto;z-index:10;display:none;overflow:hidden}.page-team .team-list .quote img{height:100%;float:left;opacity:0;-webkit-transform:translate(-60px,0);transform:translate(-60px,0)}.page-team .team-list .quote h5,.page-team .team-list .quote h6,.page-team .team-list .quote p,.page-team .team-list .quote span{float:left;color:#fff;width:calc(100% - 300px);margin:50px 0 0 40px;font:700 18px/32px Roboto,sans-serif;-webkit-transform:translate(-60px,0);transform:translate(-60px,0)}.page-team .team-list .quote h6{margin:0 0 0 40px;font:300 14px/12px Roboto,sans-serif}.page-team .team-list .quote p,.page-team .team-list .quote span{width:calc(100% - 400px);margin:20px 0 0 40px;font:300 12px/18px Roboto,sans-serif}.page-team .team-list .quote span{text-align:right;margin:-1px 0 0 40px}.page-team .team-list .quote .close{position:absolute;top:16px;right:16px;width:20px;height:20px;background:url(../src/icons/close.svg) center no-repeat;cursor:pointer;transition:all .3s ease-in-out}.page-team .team-list .quote .close:hover{opacity:.6}.page-privacy-policy .blank-hero{position:relative;height:400px;width:100%;margin:0;background-color:#444345}.page-privacy-policy .blank-hero .cut-out{position:absolute;bottom:0;width:100%;height:23px;clear:both}.page-privacy-policy .blank-hero .cut-out div{width:calc(50% - 22px);height:100%;float:left;background-color:#fff;overflow:hidden}.page-privacy-policy .blank-hero .cut-out div:last-of-type{margin:0 0 0 -.5px}.page-privacy-policy .blank-hero .cut-out span{display:block;width:22px;height:100%;float:left;background-color:#fff;overflow:hidden}.page-privacy-policy .blank-hero .cut-out span:first-of-type{-webkit-clip-path:polygon(0 0,0 100%,100% 100%);clip-path:polygon(0 0,0 100%,100% 100%)}.page-privacy-policy .blank-hero .cut-out span:nth-of-type(2){position:absolute;bottom:0;left:0;right:0;margin:auto;width:100%;height:1px;background-color:#fff}.page-privacy-policy .blank-hero .cut-out span:last-of-type{-webkit-clip-path:polygon(0 100%,100% 100%,100% 0);clip-path:polygon(0 100%,100% 100%,100% 0)}.page-privacy-policy .blank-hero h1{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;height:20px;width:70%;max-width:864px;color:#fff;text-align:center;text-transform:uppercase;display:block}.page-privacy-policy .content{width:80%;margin:0 auto}.page-privacy-policy .content h1{font:700 26px/36px Roboto,sans-serif;margin:50px 0 25px}.page-privacy-policy .content p{font:300 14px/30px Roboto,sans-serif}.page-privacy-policy .content strong{font:700 18px/20px Roboto,sans-serif;margin:50px 0 10px;display:block}.page-whitepapers .yellow-top-thing-because-of-great-design{position:relative;height:165px;background-color:#ffcf06}.page-whitepapers .whitepapers{position:relative;background-color:#444345;width:100%;overflow:auto}.page-whitepapers .whitepapers ul{padding:0;list-style-type:none;margin:0 auto;width:971px}@media screen and (max-width:970px){.page-whitepapers .whitepapers ul{width:772px}}@media screen and (max-width:772px){.page-whitepapers .whitepapers ul{width:480px}}@media screen and (max-width:480px){.page-whitepapers .whitepapers ul{width:240px}}.page-whitepapers .whitepapers ul li{float:left;height:240px;width:240px;transition:all .2s ease-in-out}.page-whitepapers .whitepapers ul li h4{font:300 14px/16px Roboto,sans-serif;color:#fff;text-align:center;letter-spacing:1px}.page-whitepapers .whitepapers ul li img{border-radius:50%;width:95px;height:95px;border:1px solid #ffcf06;margin:44px auto 10px;display:block}.page-whitepapers .whitepapers ul li:hover{transition:all .2s ease-in-out;opacity:.7}footer .arrow,footer ul li{transition:all .3s ease-in-out}footer .arrow:hover,footer ul a li:hover{opacity:.5} footer .arrow{position:absolute;right:20px;top:20px;width:24px;height:20px;background:url(../src/icons/back-to-top.svg) center no-repeat;background-size:cover;cursor:pointer}footer ul{list-style-type:none}footer ul li{float:left;font:10px Roboto,sans-serif}footer .tag{position:absolute;bottom:20px;left:73px;margin:0 auto}@media screen and (max-width:900px){footer .tag{position:relative;margin:100px auto 0;bottom:0;left:0;padding:0}}footer .tag li{margin:0 30px 0 0}@media screen and (max-width:900px){footer .tag li{float:none;text-align:center;margin:5px 0}}footer .social{position:absolute;bottom:20px;right:73px;margin:0 auto;overflow:auto}@media screen and (max-width:900px){footer .social{position:relative;margin:30px auto 0;bottom:0;right:0;width:181px;padding:0}}footer .social li{margin:0 30px 0 0;width:15px;height:15px;background-size:cover}@media screen and (max-width:900px){footer .social li{margin:0 15px}}footer .social .twitter{background:url(../src/icons/twitter.svg) center no-repeat}footer .social .facebook{background:url(../src/icons/facebook.svg) center no-repeat}footer .social .instagram{background:url(../src/icons/instagram.svg) center no-repeat}footer .social .linkedin{background:url(../src/icons/linkedin.svg) center no-repeat}



html {
  font-family: Roboto, sans-serif;
}


/* From bz_styles.css */

.desktopHeader nav .logo img {
  opacity: 1;
}

.admin-bar .desktopHeader {
  top: 32px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 1rem;
  float: none !important;
}



/*
img {
height: auto !important;
max-width:100%;
}
*/

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

iframe {
  width: 100%;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}


.border-section {
  position: relative;
}

.border-section:after {
  content: "";
  position: absolute;
  right: 1rem;
  border: solid 4px #facd09;
  top: 1rem;
  left: 20%;
  bottom: 1rem;
}

@media (max-width: 767px) {

  .border-section:after {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 1rem;
  }
}



/*
TABS
*/

.tab-section {
  background-color: #F9F9F9;
  overflow: hidden;
  position: relative;
  padding: 6em 0 3em;
}

.tab-section:before {
  content: '';
  display: block;
  background-color: #FBCC31;
  border: 30px solid #24567C;
  border-bottom: 0;
  position: absolute;
  top: -2rem;
  left: -40%;
  bottom: 0;
  width: 65%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 0001;
}

@media (max-width: 950px) {

  .tab-section:before {
    left: -30%;
    width: 110%;
  }
}

@media (max-width: 640px) {

  .tab-section:before {
    left: -75%;
    width: 120%;
  }
}



/* .tab-section:after {
content: '';
display: block;
position: absolute;
top: 7em;
right: 4em;
bottom: 2em;
width: 30%;
border: 5px solid #FACD09;
} */

.tabs {
  position: relative;
  z-index: 0002;
}

.tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__title {
  background-color: #333;
  color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5em 1em 0.75em;
  border-top: 4px solid #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tabs__title:hover,
.tabs__title:focus {
  background-color: #999;
}

.tabs__title--is-active {
  background-color: #fff;
  color: #333;
  border-top-color: #0079ca;
}

.tabs__panel {
  display: none;
  padding: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 15px -2px rgba(51, 51, 51, 0.45);
  box-shadow: 0 4px 15px -2px rgba(51, 51, 51, 0.45);
}

.tabs__panel--full .tabs__content {
  width: 100%;
  max-height: 30em;
  overflow-y: auto;
}

.tabs__panel--is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {

  .tabs__panel--is-active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tabs__featured-image {
  min-height: 15rem;
}



/*
uneven-right-weight : Split (Right)
uneven-left-weight : Split (Left)
*/

@media (min-width: 768px) {

  .tabs__panel--uneven-right-weight .tabs__content {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }

  .tabs__panel--uneven-right-weight .tabs__featured-image {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .tabs__panel--span-col-6 .tabs__content,
  .tabs__panel--span-col-6 .tabs__featured-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}


@media (min-width: 700px) {

  .tabs__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 1em;
  }
}

.tabs__featured-image {
  background-position: center;
  background-size: cover;
}


.section-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.section-title--ro {
  color: #fff;
}


.section-title:after {
  content: '';
  display: block;
  height: 5px;
  background-color: #FACD09;
  position: absolute;
  top: 105%;
  left: 45%;
  right: 45%;
}

.page-template-template-bz-home .section-title:before {
  content: '';
  display: block;
  height: 1.75em;
  width: 3px;
  background-color: #fece2f;
  position: absolute;
  top: -4rem;
  left: 50%;
}



/*///////////////////
//Two Story Slider
//////////////////*/

.two-story-slider {
  position: relative;
  z-index: 0002;
}

.two-story-slider__small-track {
  background-color: #fff;
  padding: 0.125em 0.125em;
  position: relative;
  top: -2rem;
  margin-bottom: -2rem;
  -webkit-box-shadow: 0 2px 15px -2px rgba(51, 51, 51, 0.6);
  box-shadow: 0 2px 15px -2px rgba(51, 51, 51, 0.6);
}

.two-story-slider__small-track.two-story-slider__small-track {
  padding: 0.125em 0.5em !important;
  margin-bottom: -6rem !important;
  z-index: 0001;
}

.two-story-slider__slide {
  height: 5em;
  width: calc( 100% / 3);
  background-position: center;
  background-size: cover;
  border: 3px solid #fff;
  border-top-width: 6px;
  border-bottom-width: 6px;
}

.two-story-slider__slide--big-slide {
  border: 0;
  padding-top: 36.25%;
  width: 100%;
}

.two-story-slider button.flickity-prev-next-button {
  background-color: #FACD09;
  width: 32px;
  height: 32px;
}

.two-story-slider .flickity-prev-next-button.previous {
  left: -10px;
}

.two-story-slider .flickity-prev-next-button.next {
  right: -10px;
}



/*///////////////////
// Video / Events
//////////////////*/

.event-section {
  padding: 5em 0;
}

.event__desc a {
  color: #345469;
}

@media (min-width: 768px) {

  .events-video-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .events-col,
  .video-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .events-col {
    padding-right: 1em;
  }
}

.popup-video {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}



/*///////////////////
// Events
//////////////////*/

.event-list {
  padding: 0;
}

.event {
  list-style: none;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}

.event__photo {
  height: 5em;
  width: 5em;
  background-position: center;
  background-size: cover;
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.event__title {
  margin-top: 0;
  margin-bottom: 0.65rem;
}



/*///////////////////
// Contact
//////////////////*/

select {
  background-color: #0C0C0C;
}

.contact-section {
  background-position: center;
  background-size: cover;
  padding: 5em 0;
  padding-top: 7em;
}

.one-col-input {
  width: 100%;
}

.two-col-input {
  display: block;
  width: calc((100% / 2) - 0.5rem);
  float: left;
}

.form-columns-2 .hs-form-field {
  display: block !important;
  width: calc((100% / 2) - 0.25rem) !important;
  float: left;
}

@media (min-width: 591px) {

  .form-columns-2 .hs-form-field:last-child .input {
    margin: 0 !important;
  }

}

@media (max-width: 590px) {

  .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  }

}

.hs-form,
.hs-form *,
.hs-form *:before,
.hs-form *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type=submit]),
textarea {
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: rgba(5, 5, 5, 0.75);
  padding: 0.5em 0.75em;
  border: 1px solid #aaa;
  color: #fff;
}

.two-col-input:nth-child(2n-1) {
  margin-right: 1rem;
}

label {
  color: #fff;
  margin-bottom: 1rem;
}

.submitted-message {
  color: #fff;
  text-align: center;
}




/*///////////////////
// Responsive Embed
//////////////////*/

.responsive-embed {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.responsive-embed__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



/*///////////////////
//span column grid
//////////////////*/

.span-col-hs-flex-grid>span,
.span-col-flex-grid-children>div>div,
.span-col-flex-grid>div,
.span-col-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
}

.span-col-flex-hs-grid>div>div>div:first-of-type {
  margin-left: -1px !important;
}

.span-col-flex-justify {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.span-col-flex-hs-grid__col-2>div>div>div {
  width: 50% !important;
  margin-left: 0 !important;
  background-size: cover;
  background-position: center;
  position: relative;
}




.span-col-12,
.span-col-10,
.span-col-9,
.span-col-8,
.span-col-6,
.span-col-4,
.span-col-3,
.span-col-2 {
  position: relative;
  vertical-align: top;
  margin: 0 !important;
}

.span-col-content {
  padding: 0 10px;
}


.span-col-12 {
  width: 100% !important;
  margin-left: 0 !important;
}

.span-col-10 {
  width: 83.33333333% !important;
  margin-left: 0 !important;
}

.span-col-9 {
  width: 75% !important;
  margin-left: 0 !important;
}


.span-col-8 {
  width: 66.66666667% !important;
  margin-left: 0 !important;
}

.span-col-hs-flex-grid__col-6>span>div,
.span-col-6 {
  width: 50% !important;
  margin-left: 0 !important;
  margin-bottom: 2em;
}

.span-col-hs-flex-grid__col-4>span>div,
.span-col-4 {
  width: 33.33333333% !important;
  margin-left: 0 !important;
}

.span-col-3 {
  width: 25% !important;
  margin-left: 0 !important;
}

.span-col-2,
.span-col-2-md {
  width: 16.66666667% !important;
  margin-left: 0 !important;
}




/*--customized--*/

.span-col-2-container-wrapper .span-col-content {
  max-width: 600px;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

.span-col-6 .et_pb_text_inner,
.span-col-6 .container-wrapper {
  max-width: 630px;
  padding: 2em;
  margin: initial !important;
}

.span-col-6:first-of-type .et_pb_text_inner,
.span-col-6:first-of-type .container-wrapper {
  float: right !important;
}

.uneven-right-weight-hs-grid>div>div>div:nth-child(2),
.uneven-right-weight:nth-child(2),
.uneven-left-weight {
  width: 66.66666667% !important;
  width: calc(50% + 150px) !important;
}

.uneven-right-weight-hs-grid>div>div>div,
.uneven-right-weight,
.uneven-left-weight:nth-child(2) {
  width: 33.33333333% !important;
  width: calc(50% - 150px) !important;
}

.uneven-left-weight>div {
  max-width: 800px;
  float: right !important;
}

.uneven-left-weight:nth-child(2)>div,
.uneven-right-weight>div {
  max-width: 335px;
  max-width: 370px;
  margin: 0 !important;
  float: none !important;
}


.uneven-right-weight>div {
  float: right !important;
}

.uneven-right-weight:nth-child(2)>div {
  max-width: 1000px;
  margin: 0 !important;
  float: none !important;
}




/* gutters */

.span-col-6__gutter,
.span-col-6__gutter-grid>div,
.span-col-6__gutter-flex-hs-grid>div>div,
.span-col-6__gutter-hs-flex-grid>span>div {
  width: calc(50% - 2.2%) !important;
  margin-left: calc(2.2% + (2.2% / 1)) !important;
  margin-bottom: 2em;
}


.span-col-6__gutter-hs-flex-grid>span>div:nth-child(-2n) {
  margin-bottom: 0;
}

.span-col-6__gutter:nth-child(2n+1) {
  margin-left: 0 !important;
}

.span-col-4__gutter,
.span-col-4__gutter-grid>div,
.span-col-4__gutter-flex-hs-grid>div>div,
.span-col-4__gutter-hs-flex-grid>span>div {
  width: calc(33.33333333% - 2%) !important;
  margin-left: calc(2% + (2% / 2)) !important;
  float: none !important;
  vertical-align: top;
  display: inline-block !important;
  margin-bottom: 1em;
}


.span-col-3__gutter,
.span-col-3__gutter-grid>div,
.span-col-3__gutter-flex-hs-grid>div>div,
.span-col-3__gutter-hs-flex-grid>span>div {
  width: calc(25% - 1%) !important;
  margin-left: calc(1% + (1% / 3)) !important;
  float: none !important;
  vertical-align: top;
  display: inline-block !important;
}

.span-col-2__gutter {
  width: calc(16.66666667% - 1%) !important;
  margin-left: calc(1% + (1% / 5)) !important;
}


.span-col-4__gutter:nth-child(3n + 1) {
  margin-left: 0 !important;
}

.span-col-6__gutter:first-of-type,
.span-col-6__gutter-hs-flex-grid>span>div:first-of-type,
.span-col-6__gutter-hs-flex-grid>span>div:nth-child(2n + 1),
.span-col-4__gutter:first-of-type,
.span-col-4__gutter-grid>div:first-of-type,
.span-col-3__gutter:first-of-type,
.span-col-2__gutter:first-of-type,
.span-col-3__gutter-hs-flex-grid>span>div,
.span-col-4__gutter-hs-flex-grid>span>div:first-of-type {
  margin-left: 0 !important;
}

@media (max-width:980px) {
  .height-l {
    min-height: 200px !important;
  }
}

@media (max-width: 768px) {
  .span-col-flex-hs-grid>div>div>div:first-of-type {
    margin: 0 !important;
  }
  .span-col-2 {
    width: 33.33333333% !important;
  }

  .span-col-3,
  .span-col-2-md {
    width: 50% !important;
  }


  .span-col-6 .et_pb_text_inner,
  .span-col-hs-flex-grid__col-6>span>div,
  .span-col-hs-flex-grid__col-4>span>div,
  .span-col-3__md,
  .span-col-3-md {
    width: 100% !important;
    max-width: none;
  }

  .span-col-6__gutter {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .span-col-10,
  .span-col-9,
  .span-col-8,
  .span-col-6,
  .span-col-4 {
    width: 100% !important;
  }

  .span-col-flex-hs-grid__col-2>div>div>div,
  .span-col-2-container-wrapper .span-col-content {
    float: none !important;
    width: 100% !important;
    max-width: none;
    padding-top: 2em;
    padding-bottom: 2em;
  }


  /*customized code*/
  .col-2-m-height-15 {
    min-height: 15em !important;
  }

  .col-2-m-height-remove {
    min-height: auto !important;
  }

  .span-col-6:first-of-type .container-wrapper,
  .span-col-6 .container-wrapper {
    float: none !important;
    max-width: none !important;
  }

  .reverse_m {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .height-m {
    min-height: 200px !important;
  }

  .uneven-right-weight-hs-grid>div>div>div,
  .uneven-right-weight-hs-grid>div>div>div:nth-child(2),
  .uneven-left-weight,
  .uneven-left-weight:nth-child(2),
  .uneven-right-weight,
  .uneven-right-weight:nth-child(2),
  .uneven-right-weight>div,
  .uneven-left-weight>div {
    width: auto !important;
    float: none !important;
  }




  .uneven-right-weight .container-wrapper,
  .uneven-left-weight .container-wrapper,
  .uneven-right-weight>div,
  .uneven-left-weight>div {
    max-width: none !important;
  }

  .uneven-left-weight.uneven-left-weight,
  .uneven-right-weight.uneven-right-weight {
    width: 100% !important;
  }

  /*gutters */
  .span-col-4__gutter,
  .span-col-4__gutter-hs-flex-grid>span>div {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 1em !important;
  }

  .span-col-4__gutter-grid>div,
  .span-col-6__gutter-hs-flex-grid>span>div {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .span-col-4__gutter_m,
  .span-col-3__gutter {
    width: calc(50% - 1%) !important;
    margin-left: calc(1% + 1%) !important;
    vertical-align: top;
    margin-top: 0 !important;
  }

  .span-col-4__gutter_m:nth-child(2n + 1) {
    margin-left: 0 !important;
  }

  .span-col-4__gutter_m:nth-child(2n) {
    margin-left: 1% !important;
    margin-right: 0 !important;
  }

  .span-col-3__gutter:nth-child(3) {
    margin-left: 0;
  }

  .span-col-2__gutter {
    width: calc(33.33333333% - 1%);
    margin-left: calc(1% + (1% / 2));
  }
  .span-col-2__gutter:nth-child(4) {
    margin-left: 0;
  }

  .span-col-6__gutter,
  .span-col-4__gutter,
  .span-col-3__gutter,
  .span-col-2__gutter {
    margin-top: 1%;
  }

  .span-col-6__gutter:first-of-type,
  .span-col-4__gutter:first-of-type,
  .span-col-4__gutter-hs-flex-grid>span>div:first-of-type,
  .span-col-3__gutter:first-of-type,
  .span-col-2__gutter:nth-child(1),
  .span-col-2__gutter:nth-child(2),
  .span-col-2__gutter:nth-child(3) {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .span-col-2 {
    width: 50% !important;
  }

  .span-col-4__gutter_m.span-col-4__gutter_m,
  .span-col-hs-flex-grid__col-4>span>div,
  .span-col-3,
  .span-col-3__sm,
  .span-col-2__sm {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*   gutters */
  .span-col-2__gutter,
  .span-col-2__gutter:nth-child(4) {
    width: calc(50% - 1%);
    margin-left: calc(1% + (1% / 1));
  }

  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(3),
  .span-col-2__gutter:nth-child(5) {
    margin-left: 0;
  }

  .span-col-2__gutter:nth-child(3) {
    margin-top: 1%;
  }

  .height-sm {
    min-height: 160px;
  }
}

@media (max-width: 320px) {
  .span-col-2,
  .span-col-3__gutter,
  .span-col-2__gutter:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
}





/*////////////////
Utilities
/////////////////*/

.section-wrapper {
  float: none;
  margin: 0 auto;
  display: block;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  /*overflow:hidden;*/
  clear: both;
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
  float: none !important;
  position: relative;
  width: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.container-wrapper-large {
  max-width: 1620px;
  margin: 0 auto !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
  float: none !important;
  position: relative;
  width: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.container-wrapper-small {
  max-width: 900px;
  margin: 0 auto !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
  float: none !important;
  position: relative;
  width: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.narrow .container-wrapper,
.container-wrapper-smaller {
  max-width: 700px;
  margin: 0 auto !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
  float: none !important;
  position: relative;
  width: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.container-wrapper p {
  margin: 0;
  width: 100%;
}

.container-wrapper img {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
  .container-wrapper,
  .container-wrapper-large,
  .container-wrapper-small,
  .container-wrapper-smaller {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}






/*////////////////////////////////////
//COLORS AND BACKGROUND COLORS
////////////////////////////////////*/

.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-attachment: initial !important;
  display: block;
}

.background-img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
}

.background-fixed {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-attachment: fixed;
}

.background-fixed__top {
  background-position: top;
}

.background-fixed__bottom {
  background-position: bottom;
}


.background__contain-left {
  background-size: contain !important;
  background-position: left;
  background-repeat: no-repeat;
}

.background__contain-right {
  background-size: contain !important;
  background-position: left;
  background-repeat: no-repeat;
}

.background__contain-center {
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
}

.background-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.background-absolute-rm {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: none;
}

@media (max-width:768px) {
  .background-fixed {
    background-attachment: inherit;
  }
}




/*background colors*/

.black-background {
  background-color: #000;
}

.lgrey-background {
  background-color: #efefef;
}




/*--colors--*/

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h4,
.white p,
.white div,
.white span,
.white a {
  color: #fff !important;
}


.center,
.center p,
.center span,
.center div {
  text-align: center;
}





/*////////////////////////////////////
//PADDING AND MARGIN
////////////////////////////////////*/


/*--padding decimals--*/

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0 !important;
}

.p0_5e {
  padding: 0.5em;
}

.pb0_5e {
  padding-bottom: 0.5em !important;
}


.ptb0_5e {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

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



/*--padding--*/

.p1e {
  padding: 1em;
}

.p2e {
  padding: 2em;
}

.p3e {
  padding: 3em;
}

.pb1e {
  padding-bottom: 1em !important;
}

.pb2e {
  padding-bottom: 2em !important;
}

.plr1e {
  padding-left: 1em;
  padding-right: 1em;
}



/*Padding 2em*/

.pb0 {
  padding-bottom: 0;
}

.pb2e {
  padding-bottom: 2em;
}

.pb3e {
  padding-bottom: 3em;
}

.pb4e {
  padding-bottom: 4em;
}

.pb10e {
  padding-bottom: 10em;
}

.pb7e {
  padding-bottom: 7em !important;
}

.pt1e {
  padding-top: 1em;
}


.pt2e {
  padding-top: 2em;
}



.ptb1e {
  padding-top: 1em;
  padding-bottom: 1em;
}

.ptb2e {
  padding-top: 2em;
  padding-bottom: 2em;
}

.plr0 {
  padding-left: 0;
  padding-right: 0;
}

.plr0_5e {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.plr2e {
  padding-left: 2em;
  padding-right: 2em;
}

.pt24e {
  padding-top: 24em;
}




/*--MARGINS--*/

.m0 {
  margin: 0 !important;
}

.mb0.mb0 {
  margin-bottom: 0 !important;
}

.mb0_2e {
  margin-bottom: 0.2em;
}

.mt1e {
  margin-top: 1em;
}

.mb1e {
  margin-bottom: 1em !important;
}

.mb2e {
  margin-bottom: 2em !important;
}

.mb3e {
  margin-bottom: 3em !important;
}

.mb4e {
  margin-bottom: 4em !important;
}

.mt-7e {
  margin-top: -7em !important;
}

.r-mlr2e {
  margin-right: 2em;
  margin-left: 2em;
}

.negative-margin-24e {
  margin-top: -24em;
}

.extra-large-height {
  height: 15em;
  padding-top: 1em;
}



.bb4p {
  border-bottom: solid 4px #fff;
}

.bt4p-blue {
  border-top: solid 4px #0079ca;
}

.bt4p-blue>.et_pb_text_inner {
  padding-top: 2em;
}





/*////////////////////////////////////
//BUTTON
////////////////////////////////////*/

.inline-button {
  text-decoration: underline;
  color: #0079ca;
}






/*////////angular offset//////////*/

.angular-b-y-offset:before {
  content: "";
  position: absolute;
  left: calc(70%);
  width: 100%;
  height: 100%;
  background-color: #0079CA;
  border-left: 35px solid #F9CE09;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  opacity: 0.8;
}

.angular-b-y-offset:after {
  /*     -content: ""; */
  position: absolute;
  left: calc(64.2%);
  width: 2em;
  height: 100%;
  background-color: rgba(249, 206, 9, 0.82);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  top: -100px;
}




/*///////Stroke//////////////*/

.stroke-wbg_right-heavy:before {
  content: "";
  position: absolute;
  right: 0px;
  height: 100%;
  width: calc(100% + 200px);
  border: solid 4px #facd09;
  padding-top: 2em;
  padding-bottom: 2em;
  top: 0px;
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
}

.stroke-wbg_right-heavy:parent {
  overflow: visible;
}



/*////////////////////////////////////
//Hero
////////////////////////////////////*/

.new-hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.new-hero-content {
  max-width: 500px;
  padding: 2em;
  background-color: #333333;
  -webkit-box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.25);
  float: right;
  margin-top: 12vh;
  margin-bottom: 12vh;
  margin-top: 20vh;
  margin-bottom: 20vh;
  position: relative;
  z-index: 1
}

.new-hero-brand-image {
  max-width: 254px;
}


.new-hero-content h1 {
  color: #fff;
  margin-bottom: 0.1em;
}

.new-hero-snippet p {
  color: #fff !important;
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 1.1em;
}

.bz-button {
  line-height: 4;
  font-size: 0.9em;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: solid 2px transparent;
  color: #000;
  padding: 0.5em 1em;
  background-color: #f9ce09;
}

.bz-button:hover {
  background-color: #3e556a;
  color: #fff;
}









/*tabs*/

.tab-section .tab-item {
  display: none !important;
}

.tab-section.active .tab-item {
  display: block !important;
}

.tab-button {
  border: solid 1px #fff;
  border-top: solid 4px transparent;
  background-color: #333;
  color: #fff;
  padding: 0.6em 0.5em;
}

.tab-button.active {
  background-color: #fff;
  color: #21557e;
  border-top-color: #21557e;
  border-top: solid 4px;
}



[data-group="maximus-features"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #fff;
}





/*

Menu Overrides

*/

.child-menu {
  float: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  width: 163%;
  background-color: #3d546a;
  display: none;
  padding-bottom: 0.66em !important;
}

.desktopHeader nav li:hover .child-menu {
  display: block;
}

.desktopHeader nav ul li {
  position: relative;
}

.child-menu__item {
  background: none !important;
}

.desktopHeader nav li {
  background: none !important;
  padding: 0 !important;
}


.desktopHeader nav a:not([href="/"]) {
  background-color: #3d546a !important;
  padding: 0 26px;
  display: block;
}

.desktopHeader nav a:not([href="/"]):hover {
  background-color: rgba(61, 84, 106, 0.69) !important;
}


.desktopHeader nav a.active {
  background-color: rgba(255, 255, 255, 0) !important;
}

.child-menu__link:hover {
  color: #FFCE29;
}

.desktopHeader nav .search {
  width: calc(100% - 933px);
}

.child-menu__item {
  height: auto !important;
  line-height: 1.25 !important;
}

.child-menu__link {
  padding-top: 0.66em !important;
  padding-bottom: 0.66em !important;
}



/*
Flex Section
*/

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section__title {
  color: #00a5e4;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5rem;
  clear: both;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.main-content p + p {
  margin-top: 1em !important;
}


/*
Check Lists
*/

.check-list {
  list-style: none;
}

.check-list li {
  position: relative;
  line-height: 1.85;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

.check-list li:before {
  font-size: 1.125em;
  content: '\f14a';
  font-family: FontAwesome;
  color: #FBD000;
  position: absolute;
  left: -1.25rem;
  top: 0;
}



/*
THEMES
*/

.truck--draft .check-list li:before {
  color: #CC1E2E;
}

.truck--draft .section-title:after,
.truck--draft .bz-button,
.truck--draft .two-story-slider button.flickity-prev-next-button,
.truck--draft input[type=submit] {
  background-color: #CC1E2E;
}

.truck--draft .bz-button,
.truck--draft input[type=submit] {
  color: #fff;
}

.truck--draft .angular-b-y-offset:before {
  background-color: #CC1E2E;
}



/*
BZ Home Page
*/

.button,
input[type=submit] {
  background-color: #fece2f;
  padding: .75rem 2rem;
  display: inline-block;
  border: 2px solid #fece2f;
  margin: .5rem;
  border-radius: 0;
}

.button:hover,
.button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #ffe212;
  border-color: #ffe212;
}

.button.ghost {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.ghost:hover,
.button.ghost:focus {
  background-color: white;
  color: #222;
}

.button.ghost.yellow {
  background-color: transparent;
  border-color: #ffe212;
  color: #ffe212;
}

.button.ghost.yellow:hover,
.button.ghost.yellow:focus {
  background-color: #ffe212;
  color: #222;
}

.hero-section {
  background-color: #222;
  background-size: cover;
  background-position: center;
  padding: 10rem 1rem;
  color: white;
  text-align: center;
  position: relative;
}

.hero-title {
  max-width: 900px;
  margin: 1rem auto;
  font-size: 1.75rem;
  text-transform: uppercase;
  padding-top:3em;
}

.hero-title:after {
  content: "";
  width: 140px;
  height: 3px;
  background: white;
  display: block;
  margin: 1rem auto;
}
.hero-section-bg-carousel-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero-section-bg-carousel {
  width: 100%;
  height: 100%;
}
.hero-section-bg-carousel-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.hero-section .wrapper {
  position: relative;
  z-index: 1;
}
svg.angle {
  width: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-services-section {
  position: relative; 
  padding-top: 2em;
}

.logo-bg {
  position: absolute;
  right: 0;
}

.about-overview .wrapper {
  max-width: 766px;
  text-align: center;
  color: #333;
}

.about-overview h2 {
  text-transform: uppercase;
  color: #3d546a;
  margin-top: 0;
  position: relative;
}

.about-overview h2:before {
  content: '';
  display: block;
  height: 1.5em;
  width: 3px;
  background-color: #fece2f;
  position: absolute;
  top: -3rem;
  left: 50%;
}

.services {
  margin: 0.25rem auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  color: #333;
}

.services .service {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 2rem;
  overflow: hidden;
}

@media (min-width: 800px) {

  .services .service:not(:last-child):before {
    content: "";
    position: absolute;
    right: 1px;
    height: 100px;
    width: 1px;
    top: 3rem;
    background: #eee;
  }

}

@media (max-width: 800px) {

  .services {
    flex-wrap: wrap;
  }

  .services .service {
    min-width: 220px;
    max-width: 260px;
  }

}

@media (max-width:768px){
  .hero-title{
    padding-top:0;
  }
}

.services h3 {
  font-size: 1rem;
  font-weight: 400;
}

.services svg {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

.services .service-content {
  text-align: left;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.services .service-content li {
  font-size: 0.875em;
  margin: 0.5rem;
}


.services .service-content svg {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  fill: #999;
  width: 18px;
  height: 28px;
}

.services .service:hover .service-content {
  opacity: 1;
  visibility: visible;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}

.services .service:hover .service-content svg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


.assets-section {
  background: #555 url('../images/assets-bg.jpg') no-repeat center/cover;
  padding-bottom: 5rem;
  position: relative;
  padding-top: 2em;
}

.assets-section svg {
  display: none;
}

.assets-section:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  border: solid 1.5em #fff;
  top: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.asset-header {
  margin: 5rem 0 2rem;
  color: white;
}

.asset-header h2 {
  text-transform: uppercase;
  position: relative;
}

.asset-header h2:before {
  content: '';
  display: block;
  height: 1.75em;
  width: 3px;
  background-color: #fece2f;
  position: absolute;
  top: -4rem;
  left: 50%;
}

@media (min-width: 900px) {
  .assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.asset {
  border: 1px solid #fff;
  margin: .75rem;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.asset-hover {
  background: currentColor;
  padding: 0 1.5rem;
  height: 100%;
  -webkit-transform: translateY(calc(100% - 3rem));
  transform: translateY(calc(100% - 3rem));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.asset-hover.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(204, 30, 46, 0.9);
}
.asset:nth-child(1) .asset-hover.active {
  background-color: rgba(127, 130, 132,.9);
}
.asset:nth-child(2) .asset-hover.active {
  background-color: rgba(14, 44, 81,.9);
}
.asset-hover:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2rem);
  width: 100%;
  height: 3rem;
  background: currentColor;
  left: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  z-index: -1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.asset-hover.active:before {
  background-color: transparent;
}

.asset-hover-bottom {
  color: #fff;
}

.asset-hover-top {
  display: block;
  height: 2rem;
  position: relative;
}

.asset-hover-top:hover svg,
.asset-hover-top:focus svg {
  fill: rgb(204, 30, 46);
}

.asset-hover-top svg {
  fill: #3d546a;
  float: right;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.asset-hover.active .asset-hover-top svg {
  -webkit-transform: rotate(45deg) translate(0.75rem,0rem);
  transform: rotate(45deg) translate(0.75rem,0rem);
  fill: white;
}

.asset-hover-top img {
  position: absolute;
  bottom: 0rem;
  max-width: 180px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: auto;
}

.active .asset-hover-top img {
  opacity: 0;
}

.successes-section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .successes-section .span3 {
    position: relative;
  }
  .successes-section .span3:not(:last-child):before {
    content: "";
    position: absolute;
    right: 1px;
    height: 70px;
    width: 1px;
    top: 2rem;
    background: #eee;
  }
}
.successes-header {
  text-align: center;
  max-width: 650px;
  margin: auto;
  color: #333;
}
.successes-header h2 {
  text-transform: uppercase;
  color: #3d546a;
  position: relative;
}

.successes-header h2:before {
  content: '';
  display: block;
  height: 1.75em;
  width: 3px;
  background-color: #fece2f;
  position: absolute;
  top: -4rem;
  left: 50%;
}

.successes-number {
  color: #333;
}
.number-callout,
.number-callout-plus {
  font-size: 3rem;
  font-weight: bold;
  color: #3d546a;
}
@media (min-width: 768px) and (max-width: 1160px) {
  .number-callout,
  .number-callout-plus {
    font-size: 2rem;
  }
}

.success-number {
  text-align: center;
}
.clients-header {
  text-align: center;
  text-transform: uppercase;
}
.clients-header h2 {
  color: #3d546a;
  position: relative;
}

.clients-header h2:before {
  content: '';
  display: block;
  height: 1.5em;
  width: 3px;
  background-color: #fece2f;
  position: absolute;
  top: -3rem;
  left: 50%;
}

.client {
  margin: 0 0 1rem;
  width: 200px;
}
.client img {
  max-width: 100%;
  height: auto;
}
.clients-header .flickity-page-dots .dot.is-selected {
  color: #fece2f;
}
.case-studies-section {
  color: #333;
}
.clients-section {
  padding-bottom: 4rem;
  border-bottom: 3px solid #eee;
}
.clients-section .flickity-page-dots .dot.is-selected {
  background: #fecf2e;
}
.case-studies-section h2 {
  text-transform: uppercase;
  color: #3d546a;
  position: relative;
}

.case-studies-section h2:before {
  content: '';
  display: block;
  height: 1.25em;
  width: 3px;
  background-color: #fece2f;
  position: absolute;
  top: 0;
  left: -0.5rem;
}

.flex.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.halfsies {
  padding: 0 1rem;
  margin-left: auto !important;
  max-width: 600px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}



.case-studies-section .button {
  margin-left: 0;
}

.case-studies * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case-studies {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fece2f;
  padding: 6rem 1rem;
  color: white;
  text-align: center;
  border: 2px solid;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 500px) {
  .case-study {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .case-study {
    width: 33.333%;
  }
}

.case-study h3 {
  margin: 0;
  line-height: 1.2;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  z-index: 1;
}
.case-study:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 102, 148, 0.9);
  opacity: 0;
  transition: all 200ms ease;
}

.case-study:hover:after,
.case-study:focus:after {
  opacity: 1;
  cursor: pointer;
}

.case-study:hover h3,
.case-study:focus h3 {
  opacity: 1;
  cursor: pointer;
}

.case-study:last-child h3 {
  color: #111;
  opacity: 1;
}

.contact-section {
  background-color: #222;
}
.contact-section * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-section input.wpcf7-form-control.wpcf7-submit {
  margin: auto;
  display: block;
}
.hs-form fieldset {
  max-width: 600px !important;
  margin: auto !important;
  margin-bottom: 0.5rem !important;
}

.hs_submit {
  text-align: center;
}

.hs-input {
  width: 100% !important;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  font-size: .75rem;
}
ul.hs-error-msgs.inputs-list label {
  color: red;
}

.global-footer{
  margin-top: 3em;
  display: block;
  height:auto;
} 


/*//////////////////////////////
///BZ NAVIGATION
//////////////////////////////*/
main {
  padding-top:8em;
}

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


.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.bz-menu-header {
  position: fixed;
  z-index: 99999;
  display: block;
  width: 100%;
  float: none;
}

.bz-nav {
  background-color: #3d5369;
}

.brandmark,
.bz-menu {
  display: inline-block;
  vertical-align: top;
}

.brandmark{
  max-width: 200px;
}

.bz-menu {
  width: calc(100% - 200px);
}

.bz-menu-toggle{
  display:none;
  background-color: transparent;
  border: none;
}

.bz-menu .primary-menu{
  margin:0;
  display: block;
  text-align: right;
}

.bz-menu .hs-menu-item {
  list-style: none;
  text-align: center;
}

.bz-menu .hs-menu-item > a {
  color:#fff;
  padding:0.5em 0.9em;
  display:block;
  text-transform: uppercase;
  font-size:14px;
  max-width: none;
}

.bz-menu .hs-menu-item {
  display:inline-block;
  position:relative;
  padding-top:0.7em;
}

.bz-menu .hs-menu-item:hover > a {
  color:#f9cf08;
}

.bz-menu .hs-menu-item:nth-child(6) > a {
  background-color:#f9cf08;
  color:#3d5369;
  border:solid 2px transparent;
}

.bz-menu .hs-menu-item:nth-child(6):hover > a {
  background-color: transparent;
  border-color: #f9cf08;
  color: #f9cf08;
}

.bz-menu .hs-menu-item:nth-child(6) > a::before {
  content:'\f095 ';
  font-family: fontAwesome;
  position:relative;
  padding-right:0.3em;
}

/*has children*/
.bz-menu .menu-item-has-children > a::after {
  content:'\f0d7';
  font-family: fontAwesome;
  vertical-align: top;
  padding-left: 11px;
}

.bz-menu .menu-item-has-children:hover > ul{
  display:block;
}

.bz-menu .menu-item-has-children > ul {
  display:none;
  position: absolute;
  top: 62px;
  background-color: #3d5268;
  text-align: left;
  padding: 0;
  border-top: solid 2px #f9cf08;
  width: 180px;
  z-index:1;
}

.bz-menu .menu-item-has-children > ul a {
  width:auto;
  text-align: left;
  border-bottom: solid 2px #fff;
}

.bz-menu .menu-item-has-children > ul li:hover a {
  background-color: #f9cf08;
  color: #3d5268;
}

/*Product Navigation*/
.bz-nav-product {
  background-color: #fff;
  box-shadow: 0px 1px 0px #00000036;
}

.bz-nav-product .container-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.bz-nav-product ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin:0;
  width: 100%;  
}

.bz-nav-product li {
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
  vertical-align: top;
}

.bz-nav-product li a {
  display: block;
  padding: 0.8em;
  padding-bottom: 0.4em;
  border-left: solid 1px #c7c7c7;
  font-size:14px;
  width: 100%;
  border-bottom: solid 4px transparent;
}

.bz-nav-product li::last-of-type {
  border-right: solid 1px #c7c7c7;
}

.bz-nav-product li a:hover{
  border-bottom-color: #f9cf08;
}

.bz-nav-product li.maximus-nav a:hover {
  border-bottom-color: #f9cf08;
}

.bz-nav-product li.insite-nav a:hover,
.bz-nav-product li.gameday-nav a:hover {
  border-bottom-color: #003a70;
}

.bz-nav-product li.draft-nav a:hover {
  border-bottom-color: #CC1E2E;
}

.bz-nav-product img {
  margin: 0 auto;
  max-width: 94px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
  height: 34px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.bz-nav-product span{
  display: block;
}

/*Product menu depth 2*/
.depth-2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -3em;
  background-color: transparent;
  display: none !important;
}

.depth-2 a {
  background-color: #dadde0;
}

.depth-1:hover .depth-2{
  display: flex !important;
}

.depth-2 a:hover {
  /*display:flex;*/
  border-bottom: none;
  background-color: #1c68b6;
  color: #fff;
}

.traditional-link:hover{
  background-color: #3e5368; 
}

.skyview-link:hover{
  background-color: #94b047 !important; 
}

.forts-link:hover{
  background-color: #d82d2d !important; 
}

.depth-2:after {
  content: "";
  position: absolute;
  top: -8px;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
}

.depth-2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: solid 0.9em #dadde0;
  top: -1.8em;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}


/*mobile menu*/
@media (min-width:769px){
  .js-menu{
    display:none !important;
  }
}

@media (max-width:768px) {
  main{
    padding-top: 0;
  }
  .mobile-menu-open {
    overflow-y: hidden;
  }

  .bz-menu,
  .bz-nav-product{
    display:none;
    width:100%;
  }

  .bz-mobile-menu {
    display: block !important;
    position: fixed;
    overflow-y: auto;
    z-index: 999;
    height: auto;
    background-color: #3d5268;
    top: 46px;
    left: 0;
    width: 100%;
    height: calc(100vh - 3em);
  }

  .js-menu,
  .bz-menu-toggle{
    display: block !important;
  }

  .bz-menu-toggle {
    position: absolute;
    right: 0;
    font-size: 1.5em;
    color:#fff;
    top: 7px;
  }

  .brandmark{
    padding:10px 0;
  }

  .bz-mobile-menu [id=menu-header-main-menu] {
    padding: 0;
  }

  .bz-menu .hs-menu-item{
    display: block;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
  }

  .bz-menu .hs-menu-item a {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: solid 1px #ffffff61;
  }

  .bz-menu .hs-menu-item:nth-last-child(4) > a {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff61;
    color:#fff;
  }

  .bz-menu .hs-menu-item:nth-last-child(4) > a:hover {
    border-bottom: 1px solid #ffffff61;
  }

  .bz-menu .hs-menu-item:nth-last-child(4) > a::before {
    display:none;
  }

  .menu-item-has-children .sub-menu {
    position: relative !important;
    display: block !important;
    top: auto !important;
    width: 100% !important;
    border-top: 0 !important;
  }

  .menu-item-has-children a {
    background-color: #1e2935;
    padding-left: 2em;
  }

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


  .bz-mobile-menu .depth-2-mobile {
    background-color: #506f90;
    padding: 0;
  }

  .bz-mobile-menu .depth-2-mobile a {
    width: 100%;
    display: block;
    padding: 0.5em !important;
    padding-left: 2em !important;
    color: #fff;
  }

}


/*
FOOTER
*/

.site-footer__social.site-footer__social {
  position: static;
  overflow: visible;
  float: right;
  margin: 0;
  margin-right: 1em;
  display: flex;
  justify-content: space-around;
}

.site-footer__legal.site-footer__legal {
  position: static;
  float: left;
  margin: 0;
  margin-left: 1em;
}

@media (max-width: 468px) {

  .site-footer__social.site-footer__social {
    float: none;
    width: 100%;
    height: 3em;
    text-align: center;
  }

  .site-footer__legal.site-footer__legal {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }

}

footer li {
  float: none;
}

.site-footer__social.site-footer__social {
  position: static;
  overflow: visible;
  float: right;
  margin: 0;
  margin-right: 1em;
  display: flex;
  justify-content: space-around;
}

.site-footer__legal.site-footer__legal {
  position: static;
  float: left;
  margin: 0;
  margin-left: 1em;
}

@media (max-width: 468px) {

  .site-footer__social.site-footer__social {
    float: none;
    width: 100%;
    height: 3em;
    text-align: center;
  }

  .site-footer__legal.site-footer__legal {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }

}

footer li {
  float: none;
}



.site-footer.site-footer:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.site-footer {
  background-color: #252525;
  color: #fff;
}

.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-grid__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 10em;
  max-width: 20em;
}

.footer-grid__col--branding {
  text-align: left;
}

.footer-grid__col--nav {
  text-align: right;
  max-width:29em;
}

.footer-grid__col--legal {
  min-width: 100%;
  max-width: none;
  text-align: center;
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #fff;
}

.site-footer__social.site-footer__social {
  padding: 0;
  margin-top: 1.5em;
  float: none !important;
}

.social-icon {
  display: block;
  background-color: #ddd;
  color: #fff;
  padding: 0.5em;
  font-size: 0.75em;
  margin: 0.5em 0;
  width: 2em;
  text-align: center;
  position: relative;
  top: -1.25em;
}

.social-icon--facebook {
  background-color: #3B5998;
}

.social-icon--twitter {
  background-color: #00ACED;
}

.social-icon--linkedin {
  background-color: #007BB6;
}

.social-icon--instagram {
  background-color: #83BBAC;
}


.site-footer__social li {
  font-size: 14.72px;
  font-size: 0.92rem;
  text-align: left;
}

@media (max-width: 560px) {

  .site-footer__social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer__social li:first-of-type {
    min-width: 100%;
    position: relative;
    top: -1.125em;
  }

  .site-footer .hs-menu-wrapper ul {
    column-width: 90px;
  }

}

.site-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: block;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem;
  max-width: none;
  padding: 0.5em;
}

@media (min-width: 768px) {

  .site-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:not(:last-child) a:after {
    content: '/';
    color: #999;
    padding-left: 1em;
  }

}

/*
/////////////////////////////////////////////////////////////////////
//
// Hero
//
/////////////////////////////////////////////////////////////////////
*/

.hero {
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 12em 2em 9em;
  border-bottom: 10px solid #F9C720;
}

.hero.hero--darken {
  position: relative;	
}

.hero.hero--darken::after {
  content: '';
  background-color: #131319;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.hero__title {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 0001;
}

.hero__details {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0001;
}

@media (max-width: 768px) {

  .hero {
    padding: 7.5em 2em 8em;
  }

}

/*
/////////////////////////////////////////////////////////////////////
//
// Blog
//
/////////////////////////////////////////////////////////////////////
*/

.topic-bar {
  background-color: #252525;
  color: #fff;
}

.topic-bar__title {
  color: #F8C639;
}

.topic-bar__topic {
  color: #fff;
}

.topic-bar__topic:not(:last-child)::after {
  content: '|';
  display: inline-block;
  padding: 0 0.5em;
  opacity: 0.5
}

.topic-bar > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 790px) {

  .topic-bar > * {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .topic-bar > * > * {
    min-width: 100%;
    width: 100%;
  }

}

.blog-listing {
  max-width: 1200px;
  padding: 0 1em;
  margin: 1em auto;
}

@media (min-width: 550px) {

  .blog-listing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.564102564%;
    grid-gap: 2.282051282%;
    grid-gap: 2em;
    gap: 2em;
  }

  .blog-listing--short {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width: 768px) {

  .blog-listing {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

}

/*
Post Tile
*/

.post-tile {
  display: block;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  /* Allow positioning within */
  position: relative;
  margin-bottom: 1em;
}

.post-tile--highlight {
  background-color: #365367;
  color: #fff;
}

@media (min-width: 550px) {

  .post-tile {
    margin-bottom: 0;
  }

}

.post-tile__image {
  background-color: #ddd;
  background-position: center;
  background-size: cover;
  height: 10em;
}

.post-tile__meta,
.post-tile__body {
  /* Create stacking
  context for z-index */
  position: relative;
  /* Apply styles */
  padding: 1em;
}

.post-tile__meta {
  padding-top: 0;
}

.post-tile__topic {
  display: inline-block;
  background-color: #F8CE31;
  padding: 0.25em 0.5em;
  position: relative;
  top: -1.9em;
  margin-bottom: -1.9em;
}

.post-tile__title {
  font-size: 1.25em;
  font-weight: 300;
  color: #3E5368;
  margin: 0;
}

.post-tile__date {
  font-size: 0.66em;
  font-weight: bolder;
  text-transform: uppercase;
  opacity: 0.6;
}

.post-tile__body {
  font-size: 0.8em;
  line-height: 1.56;
  margin-bottom: 2.66em;
}

.blog-post__body a {
  color: #f9cf08;
}

/* .blog-post__body a {
color: #647d96 !important;
text-decoration: underline;
} */

.post-tile__big-button {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Featured Tile */

.blog-hero {
  background-position: center;
  background-size: cover;
/*   padding-top: 13em; */
  padding-top: 8em;
  padding-bottom: 9.25em;
  border-bottom: 10px solid #F7CD44;
  position: relative;
}

.blog-hero:before{
  content: "";
    position: absolute;
    width: 1.1em;
    height: 1.1em;
    background-color: #ffcf27;
    bottom: -18px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100px;
    border: solid 4px #ffcf27;
}

@media(max-width:768px){
  .blog-hero:before{
    width: 0.8em;
    height: 0.8em;
    bottom: -15px;
  }
}


.post-tile__topic--featured {
  background-color: #3E5368;
  color: #fff;
  position: absolute;
  top: -1.95em;
  left: 0;
}

.post-tile--featured {
  width: 45em;
  max-width: calc(100% - 4.25em);
  padding: 3em 2em 2em;
  text-align: left;
  background-color: #F8CE31;
  margin: 0 auto -1em;
}

.post-tile--featured .post-tile__title {
  text-transform: uppercase;
  font-weight: 600;
}

.post-tile--featured .post-tile__big-button {
  text-align: left;
  padding: 0.5em 0;
  border-top: 1px solid;
  margin: 0 2em;
}

@media (max-width: 767px) {

  .blog-hero {
    padding-top: 8em;
    padding-bottom: 6em;
  }

}

/*
Post
*/

.widget-type-blog_content {
  background-color: #F0F0F0;
}

.blog-post {
  max-width: 40rem;
  font-weight: 300;
  line-height: 1.78;
  padding: 0 2rem;
  margin: 2em auto;
  background-color: #fff;
  border-top: 12px solid #3D546A;
  position: relative;
  margin-top: -3.5rem;
}

@media (min-width: 660px) {

  .blog-post {
    font-size: 1em;
  }

}

@media (min-width: 768px) {

  .blog-post p:first-of-type::first-letter {
    font-size: 5.5em;
    font-weight: bold;
    padding: 0 0.65rem 0 0;
    line-height: 1;
    float: left;
    color: #F8CE31;
  }	

}

.blog-post__avatar {
  width: 4em;
  border-radius: 100%;
  border: 3px solid #fff;
  margin-top: -2.125em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

img {
  max-width: 100%;
  height: auto !important;
}

.topic-list {
  font-size: 0.8rem;
  padding: 0.25em;
  border-top: 1px solid #bbb;
}

.comments {
  background-color: #365367;
  padding: 0 2rem;
  max-width: 40rem;
  margin: 1em auto !important;
  float: none !important;
}


input[type=checkbox] {
  display: inline-block;
  width: auto !important;
  margin-right: 0.5em;
}

/*
Share
*/

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

@media (min-width: 890px) {

  .blog-share {
    position: absolute;
    left: 1em;
  }

}

.blog-share__network {
  display: block;
  width: 1.75em;
  height: 1.75em;
  background-color: #333;
  color: #fff;
  font-size: 2em;
  text-align: center;
  border-radius: 100%;
  margin-top: 0.33em;
}

@media (max-width: 889px) {

  .blog-share__network {
    display: inline-block;
    margin-bottom: 3em;
  }

}

.blog-share__network i {
  position: relative;
  top: 0.25em;
}

.blog-share__network--twitter {
  background-color: #55ACEE;
}

.blog-share__network--facebook {
  background-color: #3B5999;
}

.blog-share__network--linkedin {
  background-color: #3F729B;
}

/*
Author
*/

.blog-post__author {
  background-color: #3E5368;
  margin: 1em -1.5em 0;
  padding: 1.5em;
  color: #fff;
}

.author-bio__avatar {
  border-radius: 100%;
  width: 5em;
  margin: 0 auto;
  display: block;
}

.author-bio__bio {
  font-size: 1rem;
}

.author-bio__name {
  margin: 0;
  font-weight: 400;
}

/*
Subscribe Form
*/

.post-tile .form-title {
  font-weight: 300;
}

.post-tile .hs_cos_wrapper_type_blog_subscribe h3 {
  padding: 1rem;
  margin: 0;
}

.post-tile [id=hs_form_target_subscribe_blog] {
  padding: 0 1em;
  margin-bottom: 3em;
}

.post-tile input[type=submit] {
  color: #111;
  font-size: 0.8rem;
  text-align: left;
  padding: 0.5em 1em;
  position: absolute;
  width: 100%;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.line-title {
  text-align: center;
  text-transform:  uppercase;
  position: relative;
}

.line-title__mask {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 0.5em;
  color: #3F5367;
}

.line-title::before {
  content: '';
  background-color: #ddd;
  display: block;
  height: 2px;
  width: 20em;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.accent-section {
  background-image: -webkit-linear-gradient(top, #ffffff 65%,#f8ce31 65%,#f8ce31 100%);
  background-image: linear-gradient(to bottom, #ffffff 65%,#f8ce31 65%,#f8ce31 100%);
  padding-bottom: 2em;
}

.sub-box {
  box-sizing: border-box;
  padding: 0 2em;
}

.sub-box h3 {
  text-transform: uppercase;
  font-size: 1.33em;
  margin-bottom: 0;
}

.topic-bar__sub h3 {
  display: none;
}

.sub-box label,
.topic-bar__sub label {
  display: none;
}

.sub-box input[type=email],
.topic-bar__sub input[type=email] {
  background-color: #fff;
  color: #333;
  padding: 0.75em;
}

.sub-box form,
.topic-bar__sub form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}

.topic-bar__sub form {
  margin-top: 0;
}

.sub-box form > *:nth-child(1),
.topic-bar__sub form > *:nth-child(1) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

input[type=submit] {
  width: 100%;
  line-height: 1;
  margin: 0;
}

.main-sub-box {
  background-color: #3E5368;
  background-image: url(https://cdn2.hubspot.net/hubfs/3456963/logo-mark-white-g.svg);
  background-blend-mode: soft-light;
  background-position: center;
  background-repeat: no-repeat;	
  color: #fff;
  padding: 2em;
  min-height: 100%;
}

.main-sub-box h3 {
  text-align: center;
  text-transform: uppercase;
}

.main-sub-box p {
  text-align: center;
  padding-bottom: 2em;
  border-bottom: 1px solid #fff;
  margin-bottom: 2em;
}

.main-sub-box input[type=email] {
  background-color: #fff;
  color: #333;
  margin-bottom: 1em;
}

/*
Event Card
*/

@media (min-width: 600px) {

  .event-card {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}

.event-card__body {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 1em;
  padding-right: 1.5em;
}

.event-card__label {
  background-color: #F8CE31;
  display: inline-block;
  padding: 0.5em 1em;
  margin-left: -1em;
}

.event-card__date {
  font-size: 2em;
  margin-top: 1.5rem;
}

.event-card__title {
  font-weight: 400;
  margin: 0 0 0.5em;
}

.event-card__desc {
  color: #666;
}

.event-card__image-container {
  background-color: #3E5368;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.event-card__image {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position:  center;
  object-position:  center;
}

@media (min-width: 600px) {

  .event-card__image {
    width: 30em;
  }  

}

.event-card .button {
  margin: 0.75em 0 0;
}

button.flickity-prev-next-button.previous {
  left: auto;
  right: 4em;
}

button.flickity-prev-next-button {
  top: 89%;
}

.events-slider {
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}

.events-slider__slide {
  width: 100%;
  min-height:100%
}


.blog-hero__title h1 {
  margin: 0;
  font-size: 1.55em;
}

.blog-hero__title {
  margin-top: -6em;
  margin-bottom: 4em;
  text-align: center;
  background-color: #252525;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .blog-hero__title {
    margin-top: -7em;
  }

}









.span6.widget-span.widget-type-form.form-well {
  background-color: #252525;
  padding: 2em;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 16px -2px #333;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
}

.input {
  margin-bottom: 1em;
}

.form-well h3 {
  font-size: 2.25em;
  margin: 0 0 0.5em;
}


/* LAYOUT */
.l-page-wrap {
  max-width: 1200px;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 2em;
  padding-left: 2em;
}

.l-page-wrap--medium {
  max-width: 1075px;
}

.l-page-wrap--narrow {
  max-width: 900px;
}

.l-page-wrap--very-narrow {
  max-width: 710px;
}

.l-page-wrap--extra-narrow {
  max-width: 680px;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 2em;
  padding-left: 2em;
}

.l-page-wrap--super-narrow {
  max-width: 510px;
}

.l-page-wrap--extreme-narrow {
  max-width: 400px;
}

.nav-cta {
  display: block;
  background-color: #FFCD3F;
  padding: 0.5em;
  font-size: 0.8em;
  margin-left: auto;
  margin-right: 2em;
}

.nav-cta{
  position: relative;
  left: -1.5em;
}


@media (min-width: 768px) {
  .nav-cta {
    display: none !important;
  }
}
