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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, footer, header, nav, section {
  display: block;
}

/* ======== TE TYPOGRAPHY / TE BRAND STYLE GUIDELINE ========== */
html {
    max-width: 100%;
    height: 100%;
    font-size: 62.5%;
}

.font-DM{
    font-family: objektiv-mk2, sans-serif;
    letter-spacing: .32px;
    font-weight: 600;
}

.font-barlow{
  font-family: 'Barlow', sans-serif;
}

body {
    color: #00263A;
    font-family: 'Barlow', sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400;
    background: #ffffff;
    text-rendering: optimizeLegibility;
    
}
 
img {
    vertical-align: middle;
    border-style: none;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box; 
  height: 0;
  overflow: visible; 
}

sup {
  top: -10px !important;
  line-height: 10px !important;
  font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	hyphens: none;
	margin-top:0;
	margin-bottom: 2.5rem;
}

h1, .h1 {
    font-size: 5.5rem;
    line-height: 1.1;
    font-weight: 600;
    font-family: objektiv-mk2, sans-serif;
}
  
h2, h3, h4, h5, .h2, .h3, .h4, .h5{
    line-height: 1.31;
    font-weight: 600;
	letter-spacing: .24px;
}

@media screen and ( max-width: 992px ) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}

h2, .h2 {
  font-size: 3.2rem;
}
h3, .h3 {
  font-size: 2.8rem;
}
h4, .h4{
  font-size: 2.5rem;
}
h5, .h5 {
  font-size: 2.2rem;
}

h6, .h6 { /* use for h1 subtitles */
    font-size: 2.4rem;
    line-height: 1.42;
    font-weight: 500;
  }

p, .p{
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    margin-top: 0;
    hyphens: none !important;
    font-weight: 400;
    /*color: #00263A;*/
}

ul, ol{
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-left: 20px;
}

ul, ol, li{
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    margin-top: 0;
    hyphens: none !important;
    font-weight: 400;
}

/* blockquote {
  font-weight: bold;
  margin: 1rem 1rem 1rem 0;
  border-bottom: 2px solid #7d55c7;
  border-top: 2px solid #7d55c7;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.775em 1em;
  color: #666f74;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  background-color: #f7f7f7;
} */

b, strong, .txt-bold{
   font-weight: 600;
}

.txt-semi-bold{
   font-weight: 600;
}

i, em {
   font-weight: normal !important;
}

a {
    color: #265EAC;
    text-decoration: none !important;
}

a:hover {
  color: #0072CE;
}

.sub-title {
  font-size: 2.4rem;
  line-height: 1.42;
  font-weight: 500;
}

.lead {
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 3rem;
}

.txt-small{
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  hyphens: none !important;
}

.txt-light a {
    color:  inherit;
}    

em, 
i:not(.fas) {
   font-weight: normal !important;
    }
    
.fas,
i.fas {
    font-size: smaller;
    vertical-align: middle;
    font-weight: 900 !important;
}

.button-arrow::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    padding-left: 34px;
    font-size: 12px;
    transition: all 0.25s;
}

/* =====================================================
                   NEW STYLE 2020
======================================================= */
.my-container {
    margin: 0 auto;
    max-width: 1282px;
    padding-left: 20px; 
    padding-right: 20px; 
    }

.my-container-md {
    margin: 0 auto;
    max-width: 1074px;
    padding-left:  20px;
    padding-right:  20px;
    }   

.my-container-sm {
    margin: 0 auto;
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    }

.my-container-fluid {
    max-width: 100%;
    padding-left: 20px; 
    padding-right: 20px;
    }

@media screen and (max-width: 1024px) {
    .no-edge{
        padding-left: 0 !important; 
        padding-right: 0 !important; 
        margin: 0;   
        }
    .no-edge .content-wrapper{
        padding-left: 20px !important; 
        padding-right: 20px !important;    
        }
}

input[type="text"], 
input[type="email"], 
select {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 35px 16px;
    outline: 0;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #0a0d11;
    display: block;
    width: 100%;
    box-shadow: none; 
}
  
input[type="text"]:focus, 
input[type="email"]:focus, 
select:focus {
    border: 1px solid #a4ceff;
    padding-left: 8px; 
}

input[type="text"]::placeholder, 
input[type="email"]::placeholder, 
select::placeholder {
    color: #8e9092; 
}


/*====== MODULES GLOBAL STYLES ======*/
.eyebrow {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.border-w-25{
   border: 1px solid rgba(250, 250, 250, .25)!important;
   border-radius: 4px;
}

.radius-6{
   border-radius: 6px;
}

hr.wp-block-separator {
    max-width: 1280px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-color: #B9C0C7;
}

@media screen and ( max-width: 1280px ){
    hr.wp-block-separator {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.has-separator {
    position: relative;
}

.has-separator::after {
    content: '';
    position: absolute;
    max-width: 1280px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #B9C0C7;
}

@media screen and ( max-width: 1280px ){
    .has-separator::after {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.card-shadow {
    padding-top: 40px;
    -webkit-box-shadow: #ccc 1px 3px 19px 0px;
    -moz-box-shadow: #ccc 1px 3px 19px 0px;
    box-shadow: #ccc 1px 3px 19px 0px;
}

.regular-shadow {
    -webkit-box-shadow: #ccc 1px 3px 19px 0px;
    -moz-box-shadow: #ccc 1px 3px 19px 0px;
    box-shadow: #ccc 1px 3px 19px 0px;
}

.box-hover{
    transition: .5s ease-out;
}

.box-hover:hover, .box-hover:focus{
    -webkit-transform: translateY(-1.5rem);
    -moz-transform: translateY(-1.5rem);
    -ms-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.margin-last-child > :last-child {
    margin-bottom: 0;
}

/*  WISTIA CUSTOM STYLE 
.wistia_click_to_play::after {
    content: "";
    position: absolute;
    top: calc(50% - 50px/2);
    left: calc(50% - 25px/2);
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 40px solid #fff;
    margin-top: 0;
    margin-left: 0px;
    pointer-events: none;
    transition: opacity 200ms;
}
.w-big-play-button > div {
    background:  transparent !important;
}

.w-big-play-button > svg {
    transform: scale(1.5);
}


@media screen and (min-width:568px) and (max-width:990px){
    .remove-lg{
        display: none;
    }
}
*/















.scrollHint {
    width: 40px;
    height: 64px;
    background: transparent;
    border: 4px solid #ffffff;
    border-radius: 2em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scrollHint:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin-top: 6px;
    border-radius: 1em;
    -webkit-animation: scroll-hint 2000ms ease infinite;
    animation: scroll-hint 2000ms ease infinite;
}

@-webkit-keyframes scroll-hint {
    0%,
    35% {
        opacity: 1;
    }
    15% {
        height: 16px;
    }
    50%,
    100% {
        height: 8px;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
        opacity: 0;
    }
}

@keyframes scroll-hint {
    0%,
    35% {
        opacity: 1;
    }
    15% {
        height: 16px;
    }
    50%,
    100% {
        height: 8px;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
        opacity: 0;
    }
}

/*
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
*/

.fade.in {
    opacity: 1;
}

.drop-shadow {
    -webkit-filter: drop-shadow(16px 16px 16px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(16px 16px 16px rgba(0, 0, 0, 0.5));
}

.stroke-shadow{
    -webkit-filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, .2));
    filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, .2));
    padding: 8px;
    background-color: white;
}

.blue-shadow {
    -webkit-filter: drop-shadow(0px 18px 33px rgba(48, 128, 226, 0.5));
    -moz-filter: drop-shadow(0px 18px 33px rgba(48, 128, 226, 0.5));
    filter: drop-shadow(0px 18px 33px rgba(48, 128, 226, 0.5));
}

.te-white-shadow {
    box-shadow: 0 .5rem 1rem rgba(250,250,250,.3) !important;
}

.te-gray-shadow {
    -webkit-box-shadow: 0px 4px 7px 0px #ccc;
    -moz-box-shadow: 0px 4px 7px 0px #ccc;
    box-shadow: 0px 4px 7px 0px rgba(204, 204, 204, 0.58);
}

.te-black-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.4) !important;
}

.show-mobile {
    display: none;
}

@media screen and (max-width: 568px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}






/*====== BRAND BUTTONS ======*/
.btn--{
    border-radius: 4px;
    padding: 16px 20px 15px;
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.1px;
    line-height: 23px;
    text-align: center;
    transition: .5s ease-out;
}

.btn--.arrow::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 12px;
    width: 10px;
    height: 10px;
    padding-left: 10px;
    transition: .5s ease-in-out;
}

/* Text Links */
.btn--text{
    font-size: 1.8rem;
    font-weight: 600;
    display: inline-block;
    transition: .5s ease-in-out;
}

.btn--text.arrow::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 12px;
    width: 10px;
    height: 10px;
    padding-left: 10px;
    transition: .5s ease-in-out;
}

/* Button Types */
.btn--.solid.txt-green{
    color: #00263A;
    border: 2px solid #48D597;
    background-color: #48D597;    
}

.btn--.solid.txt-dark{
    color: #ffffff;
    border: 2px solid #00263A;
    background-color: #00263A;
}

.btn--.solid.txt-green.outline {
    background-color: #FFF;
}

.btn--.solid.txt-light.outline {
    color: #ffffff;
    border: 2px solid #48D597;
    background-color: #00263A;
}

.multi-btn a {
    margin: 0 12px;
    transition: .5s ease-out;
}

@media screen and ( max-width: 568px ){
    .multi-btn a.btn-- {
        margin: 0;
        display: block;
    }

    .multi-btn a.btn--:not(:first-child){
        margin-top: 4rem;
        display: block;
    }

    a.btn-- {
        margin: 0;
        display: block;
    }
}

/* ==== Button Hover states===== */
.btn--.arrow:hover::after, 
.btn--.arrow:focus::after {
  transform: translateX(4px);
}

.btn--text.arrow:hover::after, 
.btn--text.arrow:focus::after {
    transform: translateX(4px);
}

.btn--.solid.txt-green:hover, 
.btn--.solid.txt-green:focus{
    color: #ffffff;
    border: 2px solid #26A66F;
    background-color: #26A66F;
}

.btn--.solid.txt-dark:hover, 
.btn--.solid.txt-dark:focus, 
.btn--.solid.txt-light.outline:hover,
.btn--.solid.txt-light.outline:focus {
    color: #ffffff;
    border: 2px solid #26A66F;
    background-color: #26A66F;
}

.btn--.solid.txt-green.outline:hover, 
.btn--.solid.txt-green.outline:focus{
    color: #ffffff;
    background-color: #26A66F;    
    border: 2px solid #26A66F;
}

.box-hover:hover .btn--text.txt-gray, 
.box-hover:focus .btn--text.txt-gray  {
	color: #0072CE;
}

.box-hover:hover .btn--text.arrow::after,
.box-hover:focus .btn--text.arrow::after {
    transform: translateX(4px);
}






/* ===========================
         BRAND COLORS
=============================*/
.txt-green {
    color: #48d597;
}

a.txt-green:hover {
    color: #48d597;
}

.txt-gray {
    color: #667c88;
}

.txt-blue{
  color: #265EAC; 
}

.txt-lightBlue{
  color: #A4CEFF; 
}

.txt-white{
  color: #ffffff;
}

.bg-white{
  background-color: #ffffff;
}

.bg-white{
  background-color: #ffffff;
}

.bg-darkGreen{
  background-color: #26A66F;
  color : #ffffff;
}

.bg-blueTransp{
  background-color: rgba(38, 94, 172, 0.68);
}

.txt-lightGray{
  color: #f3f3f3;
}

.txt-medGray{
  color: #83878a;
}

.bg-lightGray{
  background-color: #F2F4F5;
}

.bg-black{
  background-color: #000000;
  color: #ffffff !important
}

.bg-navyBlue{
  background-color: #00263A;
  color: #ffffff !important
}

.bg-cta-gradient {
  background: -webkit-linear-gradient(60deg, #265EAC, #000000);
  background: -o-linear-gradient(60deg, #265EAC, #000000);
  background: linear-gradient(30deg, #265EAC, #000000);
  padding: 48px 0;
}

/*----- END COLORS ----*/



.my-container-lg {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}


.my-container {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.my-container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}



.my-container-30 {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-withShoulder {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 7%;
}

.my-container-1024 {
  margin: 0 auto;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}

.my-med-container {
  margin: 0 auto;
  max-width: 1300px;
}

a.hover-no-decor{
  text-decoration: none !important;
}

a.opposite{
  color: #132c45 !important;
}

a.opposite:hover{
  text-decoration: none !important;
  color:  #265EAC !important;
}

.hover-effect{
  background: transparent;
  cursor: pointer;
  -webkit-transition: background .5s; /* Safari */
  transition:  background .5s;
}

.hover-effect:hover{
  background: rgba(0, 0, 0, 0.30);
}

.hover-effect h2, .hover-effect p, div.cat-overlay, div.cat-overlay p, .stroke-shadow img{
  cursor: pointer;
}

 div.cat-overlay:hover{
	color: #EFC36F !important;
}

.ilc-date {
	font-size: 2rem;
  line-height: 1em;
}





/* ===============================================
               BOOTSTRAP MODAL
================================================*/
.modal-content .close {
    float: right;
    font-size: 3rem;
}

.modal-body {
    padding: 30px 0 0;
}

.modal-content {
    background: #fff;
    border-left: 4px solid #0072CE;
    padding: 40px 30px;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 568px !important;
    margin: 10% auto !important;
  }
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
    margin: auto;
  }
}


/* ===============================================
                ANIMATED BACKGROUND
================================================*/
.ilc-gradient {
  color: #fff;
  background-image: linear-gradient(to bottom, #010915, #1B2F4B, #010915, #1B2F4B);
  background-color: #010915;
}

@-webkit-keyframes gradientFade {
    0%  {
      background-color: #010915;
  }
    50% {
      background-color: #0D1B2E;
  }
    100%  {
      background-color: #010915;
  }

}

@-moz-keyframes Gradient {
   0%  {
      background-color: #010915;
  }
    50% {
      background-color: #0D1B2E;
  }
    100%  {
      background-color: #010915;
  }
}

@keyframes Gradient {
    0%  {
      background-color: #010915;
  }
    50% {
      background-color: #0D1B2E;
  }
    100%  {
      background-color: #010915;
  }
}

/* --------- NEW STUFFS ---------- */
a.no-hover{
  color: inherit !important;
  text-decoration: none !important;
} 

a.no-hover:hover {
  color: inherit !important;
}

.is-pointer:hover {
  cursor: pointer; 
}

.l-blueTag{
  border-left: 8px solid #265EAC;
  margin: 0;
  padding-left: 20px;
}

.l-blueTag h4{
  font-family: 'Playfair Display',serif;
  line-height: .8 !important;
}

.l-blueTag > p{
 	line-height: 1;
}

.agenda .l-blueTag > p{
 	line-height:1.5;
}

/* ------ TABS to DROPDOWN ------ */
ul#tab-button li{
  list-style: none;
  cursor: pointer !important;
}


/* ===========================
           FAQs
==============================*/
.faq {
    list-style-type: none;
    padding-left: 0;
}

ul.faq li{
  margin-bottom: 3rem;
}

.answer ul {
    padding: 0;
    margin: 0;
}

.answer ul li {
    font-size: 1em;
    margin: .5em 0;
}

.faq li.active .answer {
    max-height: 800px !important;
    padding-bottom: 1em;
    -webkit-transition: max-height .5s ease, padding-bottom .5s ease;
    transition: max-height .5s ease, padding-bottom .5s ease;
}

.faq li.active .question {
    color: #0072CE;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
}

.faq .answer {
    max-height: 0;
    padding-left: 4rem;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease, padding-bottom 0.5s ease;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.faq .plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    width: 21px;
    left: 0;
    top: 50%;
    z-index: 2;
}

.faq .plus-minus-toggle:before,
.faq .plus-minus-toggle:after {
    background: #00263A;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14.4px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.faq .plus-minus-toggle:after {
    -webkit-transform-origin: center;
    transform-origin: center;
}

.faq .plus-minus-toggle.collapsed:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .plus-minus-toggle.collapsed:before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.faq .question {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding-left: 4rem;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    color: #00263A;
}

.question p {
    font-weight: bold;
}

/*----------------------------
 Sicky Nav on Scroll
-----------------------------*/
.sticky {
    position: fixed;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

@media screen and (min-width: 56.8rem){
.sticky + .content-wrapper {
  padding-top: 120px;
}
}

@media screen and (max-width: 768px){
#myHeaderMobile{
    position: fixed;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}  
#myHeaderMobile > .content-wrapper {
  margin-top: 60px;
}
}

@media screen and (max-width: 568px){
  .h3-xs {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .h5-xs {
    font-size: 2rem;
  }
}

/*----------------------------
 BOOTSTRAP CAROUSEl
-----------------------------*/
.carousel-indicators {
    bottom: -60px; 
}

.carousel-indicators li{
  background-color: #265EAC;
}

.carousel-indicators .active {
    background-color: #aed4ff;
}

/* BOOTSTRAP TABS-to-ACCORDION Style
.nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
}
*/


/*=====================
 FlEX ADDITTION
======================*/
.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-1{
  -webkit-box-flex: 1; 
    -ms-flex: 1;
    flex: 1;
}


/* =====================
 SAFARI BOOTSTRAP FIX
====================== */
.row:after, .row:before {
  display: inline-block !important;
}




/*==========================================
   NEW: BASE FOOTER STYLE
=========================================== */
#base-footer{
  padding: 0 40px;
}

#base-footer li a{
 color: #83878a;
}

#base-footer li a:hover{
 color: #2459a3;
 text-decoration: none;
}

#base-footer .social-links li a {
    font-size: 28px;
    padding: 10px;
}

#base-footer .social-links li a:hover {
    color: #2459a3;
}


#base-footer .quick-links a, #base-footer .copyright , #base-footer .terms a{
  padding: 10px;
}

@media screen and (max-width: 568px ){
  #base-footer{
  padding: 0 20px;
  }
  .quick-links li{
    display: block !important;
  }
}






/*==========================================
   NEW TAGS STYLE 
=========================================== */
.title-tag{
  /* color: #848688; */
}

.title-tag::before {
    display: inline-block;
    content: " ";
    background-image: url(https://2403270.fs1.hubspotusercontent-na1.net/hubfs/2403270/Landing%20Page%20Assets/slant-red.svg);
    background-size: 40px 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 40px;
}

.title-default{
    letter-spacing: 2px;
}

.title-underline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid #66E8AD;
    letter-spacing: 2px;
}

.title-collapsible{
    display: inline-block;
}

.bottom-tag::after {
    content: " ";
    height: 1px;
    width: 122px;
    display: block;
    background-color: #667C88;
    margin-top: 40px;
    margin-bottom: 40px;
}

.top-tag::before {
    content: " ";
    height: 1px;
    max-width: 100%;
    display: block;
    background-color: #667C88;
    margin-top: 40px;
    margin-bottom: 40px;
}


/* LP-Modal Content */
.LP-modal-content {
    position: relative;
    /*background: #010915 url('https://2403270.fs1.hubspotusercontent-na1.net/hubfs/2403270/Landing%20Page%20Assets/ILC-2019/ilc-background-19.png') center/contain no-repeat; */
    background-color: #fff;
    border-left: 4px solid #48d597;
    margin: auto;
    padding: 2em;
    width: 60%;
    box-shadow: 0 9px 19px 0 rgba(27, 47, 75, .3);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.LP-modal-content  .close_multi {
  color: #000 !important;
}

.LP-modal-content  .close_multi:hover {
  color: #48d597 !important;
}

@media screen and ( max-width: 768px ) {
  .LP-modal-content {
    width: 90%;
  }
}


/*==========================================
   SPECIALS
=========================================== */
.te-icon {
  padding-right: 10px
}

@media screen and ( min-width:1025px ) and ( max-width:1200px ) {
.a6-bg-fixed {
  background-position: right 20% !important;
  background-size: 1024px auto !important;
  }
}

@media screen and ( min-width:768px ) and ( max-width:1024px ) {
.a6-bg-fixed {
  background-position: right 6% !important;
  background-size: 800px auto !important;
  }
}
 
 
@media screen and ( max-width:1024px ) {
.a6-bg-fixed {
  background-attachment: scroll !important;
  }
}

@media screen and ( max-width:767px ) {
.a6-bg-fixed {
  background-position: right 33% !important;
  background-size: 600px auto !important;
  }
}

.img-sticky {
    position: sticky;
    top: 8rem;
    margin-bottom: 0;
}

/*========== SPACERS ============ */
  .xl_spacer {
    margin-top: 82px;
    margin-bottom: 82px;
    }
  
  .lg_spacer {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .md_spacer {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .sm_spacer {
    margin-top: 45px;
    margin-bottom: 45px;
  }


/* --- iPod/Mobile sizes --- 
@media screen and ( max-width:1024px ){
  *[class*='_spacer']{
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
} 
*/
   
/*
.w-video-wrapper, .w-css-reset{
  background-color: transparent !important;
}
*/