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

/* Basics */

body 
{
    margin: 0;
    padding: 0 0 0 0;
    font-family: Roboto, "Lucida Grande","Lucida Sans Unicode", Arial, sans-serif;
    font-weight: 400;
    color: #050F34;
    background-color: #050f34;
}



.desktop-only
{
    display: block;
}

.mobile-only
{
    display: none;
}


.clear
{
    clear: both;
    padding: 0;
    line-height: 0px;
    font-size: 0px;
}

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

div.outer
{
    width: 100%;
}

div.inner
{
    max-width: 1200px;
    margin: 0 auto 0 auto !important;
    padding: 30px 0px 0px 0px;
    float: none !important;
}

/* 404 Page */

div.not-found {
    background-image: linear-gradient(#662483,#312783) !important;
  } 

div.not-found h1{
    padding: 0px !important;
    font-size: 67.2px;
    line-height: 1.05em;
    color: #fff;
  }

div.not-found .inner{
    padding-top: 0px !important;
  } 

div.not-found .row-fluid {
  display: flex !important;
  align-items: center !important;
} 

div.not-found div.desktop img {
  width: 100%;
  height: auto;
} 

div.not-found div.mobile {
  display: none !important;
} 

@media screen and (max-width: 1000px){
  div.not-found h1{
    font-size: 33.6px;
  }
}


@media screen and (max-width: 786px){
  div.not-found {
    padding-bottom: 20px;
  } 
  div.not-found .row-fluid {
    display: block !important;
  } 
  div.not-found div.desktop img {
    display: none;
  } 
  
  div.not-found div.mobile {
    display: block !important; 
  } 
  
  div.not-found h1{
    font-size: 33.6px;
  }
}


/* Logo Area */

div.logoarea
{
    background-color: #ffffff;
}

div.logoarea div.inner
{
    padding: 15px 0 25px 0;
}

/* Header Area */

div.header
{
  height: .header-container, .header{
  height: 116px;
  width: 100% !important;
}

.header{
  position: fixed !important;
  z-index: 10 !important;
}

div#fallback-header {
  width: 100% !important;
  padding: 0 !important;
  height: 116px !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #fff !important;
  box-shadow: 0 5px 10px 1px rgb(56 59 71 / 20%);
}

div#fallback-header div#navigation {
  max-width: 1200px;
  position: relative !important;
  margin: 0 auto 0 auto !important;
}
div#fallback-header a#logo {
  overflow: hidden !important;
  padding: 64px 25px 0 0 !important;
  float: left !important;
}
div#fallback-header a#logo img {
  height: 33px;
  width: 140px
}

@media only screen and (max-width: 1199px){
  div#fallback-header a#logo{
    padding-left: 20px !important;
  } 
}

@media only screen and (max-width: 1000px){
  .header-container, .header{
  height: 65px !important;
  }
  .header{
    position: relative !important;
  }
  div#fallback-header {
    height: 65px !important;
  }
  div#fallback-header a#logo {
    padding-top: 17px !important;
  }
}  
;
}

div.opening
{
    background-color: #e5e6e9;
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/layout/grey-bg.png);
    background-repeat: repeat-x;
}

div.opening div.inner
{
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: top center;
    padding-top: 60px !important;
}

/* Main Content Area */

div.main
{
    background-color: #ffffff;
}


div.grey-10
{
    background-color: #e5e6e9;
}

div.main div.inner
{
    padding: 0px !important;
}

div.content
{
    background-color: #ffffff;
}

/* Content Area 2*/
div.content2
{
    background-color: #ffffff;
}

div.content2 div.inner
{
    padding: 60px 0px 30px 0px;
}


/* Background-colors */

div.section-header h1, div.section-header h2, div.section-header h3, div.section-header p, div.section-header li
{
  color: #ffffff !important;
}

div.content-cyan
{
    background-color: #00aeef;
    color: #fff;
}

div.content-cyan h2, 
{
    color: #fff !important;
}

div.content-blackblue
{
    background-color: #050f34;
    color: #fff !important;
 
}

div.content-blackblue h1, .content-blackblue h2, .content-blackblue h3
{
    color: #fff !important;
}

div.content-blackblue-gradient
{
    background-image: linear-gradient(to right, #050f34 60%, #20388a );
    color: #fff;
}

.content-blackblue-gradient h1, .content-blackblue-gradient h2
{
    color: #fff !important;
}

div.content-cyan-gradient
{
    background-image: linear-gradient(to right, #b1d9cc 0%, #0094cd 70%);
    color: #fff !important;
}

div.content-cyan-gradient h2, 
{
    color: #fff !important;
}


/* Content Area 3 */

div.content-cyan
{
    background-color: #00aeef;
}

div.content-cyan
{
    background-color: #00aeef;
}

div.content-cyan div.inner
{
    padding: 60px 0px 40px 0px;
}

div.content-cyan h2, div.content-cyan h3
{
    color: #fff;
    text-align: center;
}

div.content-cyan p
{
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 30px 0px 0px 0px;
}

div.content-cyan div.left
{
    padding: 0;
    width: 40%;
}
div.content-cyan div.right
{
    float: left;
    width: 40%;
}

div.content-cyan a
{
    color: #0b2558;
}

div.content-cyan a:hover
{
    color: #ed0f69;
}

div.content-cyan .accordion-section-title
{
    color: #0b2558 !important;
}
 
div.content-cyan .accordion-section-title:hover, .accordion-section-title.active
{
    color: #0b2558 !important;
}
 
div.content-cyan .accordion-section-content
{
    color: #0b2558 !important;
    background-color: #ffffff;
}

div.content-cyan .accordion-section-content p
{
    color: #0b2558 !important;
    font-size: 14px;
    text-align: left;
}

div.content4
{
    background-color: #fff;
    color: #0b2558;
}

div.content4 div.inner, div.cta-button div.inner
{
    padding: 60px 0px 55px 0px;
}

/* CTA Buttons */

.cta-primary, .cta-secondary
{
    background-color: #F59C00;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 24px 8px 24px;
    margin: 0 10px 10px 0;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none !important;
    transition-duration: .4s;
    font-size: 22px;
    text-align: center;
}

.small
{
  padding: 6px 18px 6px 18px;
  font-size: 18px;
  
}

.cta-centered
{
  margin: 0 auto;
  
}

.cta-secondary
{
    background-color: #00aeef;
}

.cta-primary:hover, .cta-secondary:hover
{
    -webkit-transform: scale(1.02,1.02);
    -webkit-transition-duration: .4s;
    transform: scale(1.02,1.02);
    transition-duration: .4s;
    filter: brightness(1.1);
    text-decoration: none !important;
}

div.content div.arrow
{
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/layout/arrow-grey5.png);
    background-repeat: no-repeat;
    background-size: 40px 15px;
    background-position: top center;
}

div.greg
{
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/people/full-body/greg-1.jpg);
    background-size: 100% auto;
    background-position: -60px -5px;
    height: 300px; 
}
/* Responsive Video */


.responsive-video, .hs-responsive-embed, .hs-responsive-embed-youtube {
position: relative !important;
padding-bottom: 56.25% !important; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px !important;
height: 0 !important;
overflow: hidden !important;
}

.responsive-video iframe, .hs-responsive-embed-iframe {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}




/* Font Face */

h1, h2, h3, h4
{
    margin: 0;
    color: #050f34;
    font-weight: 300;
}

h1
{
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 20px 0;
    padding: 0 0 0 0 !important;

}

h2
{
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 20px 0;
}

h3
{
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
}

h4
{
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 4px 0 0 0;
}

ul {
    padding-left: 15px;
}

.body-container-wrapper li {
    margin: 0 0 10px 0;
    padding: 0px;
    color: #0b2558;
    font-size: 16px;
    line-height: 20px;
}

p
{
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 20px 0px; 
    padding: 0px;
}

p.small
{
    font-size: 13px;
    padding-top: 20px;
}

p.num1, p.num2, p.num3, p.num4
{
    background-image: url(1.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: top left;
    padding: 0 0 0 60px;
    min-height: 40px;
}

p.num1
{
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/icons/1.png);
}

p.num2
{
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/icons/2.png);
}

p.num3
{
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/icons/3.png);
}

p.num4
{
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/icons/4.png);
}

.icon
{
    padding: 0 20px 0 0;
  	margin: -10px 0 30px 0;
    width: 40px !important;
  	height: auto;
  	float: left;
}

a
{
    color: #00aeef;
    text-decoration: underline;
}

div.body-container a:hover
{
    text-decoration: none;
    
}


ul.challenges li
{
  display: inline-block;
  text-align: center;
  width: 30%;
  
}

ul.checklist-white li
{
  list-style-type: none; 
  background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/yes-check-white.svg); 
  background-position: 0px 3px; 
  padding: 0 0 0 30px;
  background-repeat: no-repeat; 
  background-size: 20px auto;
  color: #ffffff;
}

ul.checklist-white li p
{

  color: #ffffff;
}


ul.checklist-white li h4
{
  font-weight: 400;
  color: #ffffff;
}

span.number
{
  display: inline-block;
  border-radius: 50%;
  background-color: #00AEEF;
  color: #ffffff;
  font-size: 40px;
padding: 35px 20px 5px 20px;
text-align: center;
height: 50px;
width: 50px;
}

/* Accordion */

.hs-accordion__item button{
    color: #050f34;
    font-weight: 300;
}

/* Checklist */

ul.check, ul.check-white{
      padding: 0 0 0 26px;
      list-style-type: none;
}
ul.check li, ul.check-white li {
        background: none;
}

ul.check li::before, ul.check-white li::before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 16px;
        background-image: url(https://hlassets.paessler.com/common/files/icons/icon-check-blue-2.svg);
        background-repeat: no-repeat;
        background-position: 0px 2px;
        margin: 0 0 0 -26px;
}
ul.check-white li::before{
        background-image: url(https://hlassets.paessler.com/common/files/icons/icon-check-white-2.svg)!important;
}

/* Collapsible */
.accordion 
{
    overflow: hidden;
}
 
.accordion-section-title
{
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 15px 0;
    background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/layout/sprite-collapsible.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding: 2px 0 0 25px;
    background-position: 0px 3px;
    color: #00aeef;
}
 
.accordion-section-title:hover, .accordion-section-title.active
{
    text-decoration:underline;
    background-position: 0px -129px;
    color: #00aeef !important;
}
 
.accordion-section-content
{
    display:none;
    background-color: #f1f2f2;
    padding: 10px; 
    border-radius: 3px; 
    text-align: left; 
    margin: 0 0 15px 0;
    color: #0b2558;
}

.accordion-section-content p
{
    margin: 0 0 10px 0 !important;
    color: #0b2558;
}

/* Buttons */

.button
{
    font-weight: 400;
    border: none;
    background-color: #f59c00;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 23.1px;
    cursor: pointer;
    border-radius: 999px;
    padding: 8px 24px;
    text-decoration: none !important;
    display: block;
    margin: 0 auto 10px auto !important;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}  

.button:hover
{
    background-color: #e29100;
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform; 
}


.button.cyan-ghost
{
    border: 1px solid #00aeef;
    background-color: #ffffff;
    color: #00aeef !important;
}  

.button.small
{
    font-size: 18px;
}  

.button.float-left
{
    display: inline-block !important;
    margin-right: 25px;
  width: auto;
}  

.button-ghost-cyan
{
    color: #00aeef !important;
    border: 0px !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    height: 40px !important;
    background-color: none;
    border: 1px solid #00aeef !important;
    border-radius: 999px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 7px 10px;
    margin: 10px 0 10px 0 !important;
}

.button-ghost-cyan:hover
{
    color: #ffffff !important;
    background-color: #00aeef;
    text-decoration: none;
}

.button-ghost-white
{
    color: #fff !important;
    border: 0px !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    height: 40px !important;
    background-color: none;
    border: 1px solid #fff !important;
    border-radius: 999px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 7px 10px;
    margin: 10px 0 10px 0 !important;
}

.button-ghost-white:hover
{
    color: #00aeef !important;
    background-color: #fff;
    text-decoration: none;
}

.button-orange
{
    color: #fff !important;
    border: 0px !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    height: 40px !important;
    background-color: #f59c00;
    border-radius: 999px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 7px 10px;
    margin: 10px 0 10px 0 !important;
}

.button-orange:hover
{
    background-color: #dc8c00;
    text-decoration: none;
}

.button-cyan
{
    color: #fff !important;
    border: 0px !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    height: 40px !important;
    background-color: #00aeef;
    border-radius: 999px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 7px 20px;
    margin: 10px 0 10px 0 !important;
}

.button-cyan:hover
{
    background-color: #009bd6;
    text-decoration: none;
}






.w150
{
    width: 150px !important;
}

.w200
{
    width: 200px !important;
}

.w250
{
    width: 250px !important;
}

.w300
{
    width: 300px !important;
}

.w350
{
    width: 350px !important;
}

.cta_button{
  border-radius: 999px !important;
}

/* Webinar LP for old*/

#lp-webinar
{
  background-image: url(https://2990530.fs1.hubspotusercontent-na1.net/hubfs/2990530/gradient-light-blue-web.svg);
  background-repeat: no-repeat;
  background-size: cover; 
}

#lp-webinar .main
{
  background-color: transparent; 
  width: 1250px;
  margin: 0 auto 0 auto;
  padding: 0 0 50px 0;
  float: none;
}

#lp-webinar .content-left
{
  background-color: transparent; 
  color: #ffffff;
  padding: 0px 25px 0px 25px;
}

#lp-webinar .content-left h1, #lp-webinar .content-left h2, #lp-webinar .content-left p
{
  color: #ffffff;
}

#lp-webinar .content-left h1
{
  padding-top: 0px !important;
}

#lp-webinar .content-right
{
  background-color: transparent;
}

#lp-webinar .logo
{
  margin: 50px 25px;
}

#lp-webinar .what-you-get
{
  background-color: #ffffff; 
  float: none;
}

#lp-webinar .what-you-get .inner
{
  margin: 0 auto 0 auto;
  padding: 75px 25px;
}


/* FORMS */

.hs-form {
    width: 100%;
    margin: 0 0 20px 0;
}

.hs-form fieldset {
    max-width: 100% !important
}

.hs-form input.hs-input.error,.hs-form div.field.error input,.hs-form div.field.error textarea,.hs-form div.field.error .chzn-choices,.hs-form textarea.hs-input.error,.hs-form select.hs-input.error {
    border-color: #e60060 !important;
    margin: 4px 0;
}

.hs-form .field,.hs-form .hs-richtext {
    margin: 0 0 20px
}

.hs-form .field label,.hs-form .hs-richtext label {
    display: block;
    margin: 0 0 5px
}

.hs-form .field label .hs-form-required,.hs-form .hs-richtext label .hs-form-required {
    color: #E60060 !important;
  padding: 0 0 0 2px;
  display: inline-block;
}


.hs-form .hs-form-field .hs-input {
    display: inline-block !important;
    max-width: 100%;
    height: 40px !important;
    padding: 9px 10px !important;
    font-family: Roboto !important;
    font-size: 16px !important;
    border: 1px solid #d0d1d5 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important
}

.hs-form .hs-form-field .hs-input:focus {
    border-color: #00aeef
}

.hs-form .hs-form-field .hs-input:not([type=file]) {
    background-color: #f1f1f3;
}

.hs-form .hs-form-field input[type=text],
.hs-form .hs-form-field input[type=email],
.hs-form .hs-form-field input[type=phone],
.hs-form .hs-form-field input[type=number],
.hs-form .hs-form-field input[type=tel],.hs-form .hs-form-field input[type=date],
.hs-form .hs-form-field textarea, 
.hs-form .hs-form-field select{
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
}

.hs-form select {
    background-image: linear-gradient(45deg,transparent 50%, #686B76 50%),linear-gradient(135deg,#686B76 50%,transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);
    background-repeat: no-repeat;
    background-size: 5px 5px,5px 5px;
}

.hs-form .hs-form-field input[type=radio],.hs-form .hs-form-field input[type=checkbox] {
    width: auto;
    cursor: pointer;
    height: auto !important;
    padding: 0;
    margin: 3px 5px 3px 0;
}



.hs-form .hs-form-field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    padding: 0 15px;
    min-height: 30px;
    box-sizing: border-box
}

.hs-form .hs-form-field .hs-fieldtype-intl-phone {
    background: 0 0!important;
    border: none !important;
    height: auto !important;
    padding: 0 !important
}

.hs-form .hs-button {
    display: inline-block;
    text-align: center;
    font-size: 22px !important;
    line-height: 22px;
    border-radius: 9999px;
    border: 0;
    padding: 10px 20px !important;
    margin: 0 0 20px;
    text-decoration: none!important;
    text-transform: uppercase;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    background-color: #f59c00;
    color: #fff!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important
}

.hs-form .hs-button:hover {
    text-decoration: none;
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
    background-color: #dc8c00;
    color: #fff
}

.hs-form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

.hs-form fieldset .form-colums-2 .input {
    margin: 0 10px 0 0;
}

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

.hs-form fieldset textarea {
    padding: 10px 15px!important;
}

.hs-form textarea.hs-input {
    min-height: 100px !important;
}

.hs-form ul.no-list {
    list-style: none
}

.hs-form ul.inputs-list {
    margin: 0;
    width: 100%;
    padding-left: 5px!important
}

.hs-form ul.inputs-list li {
    display: block;
    padding: 0;
    width: 100%
}

.hs-form .hs-error-msgs label {
    color: #e60060
}

.hs-form select.is-placeholder {
    color: #a4a6af
}

.hs-form select.is-placeholder option {
    color: #050f34
}

.hs-form select.is-placeholder option:disabled {
    color: #a4a6af
}
/* Boxen */

.box-grey
{
  background-color: #e5e6e9; 
  padding: 25px; 
  border-radius: 10px; 
  margin: 0 0 30px 0;
}

.box-white
{
  background-color: #fff; 
  padding: 25px; 
  border-radius: 10px; 
  margin: 0 0 30px 0;
}

.box-element-white
{
  background-color: #fff; 
}

.box-element-white .box-content
{
  color: #050f34 !important;
  padding: 30px;
}

.box-element-white h2, .box-element-white h3, .box-element-white p, .box-element-white bold
{
  color: #050f34 !important;
}

/* Form in Video for trial-demo */

#hs_cos_wrapper_module_174289719459212 .hsv-form-wrapper .hsv-overlay-close
{
  top: 65px !important;
  right: 65px !important;
  width: 20px !important;
  height: 20px !important;
}

#hs_cos_wrapper_module_174289719459212 .hsv-form-wrapper .hsv-overlay-close svg
{
  stroke: #007DB8 !important;
  stroke-width: 3px;
}

#hs_cos_wrapper_module_174289719459212 .hsv-form-wrapper
{
  padding: 50px !important;
}

#hs_cos_wrapper_module_174289719459212 .hsv-form-wrapper .hsv-form
{
  border-radius: 8px;
  padding: 20px 30px 1px 30px !important;
}

#hs_cos_wrapper_module_174289719459212 .hsv-form-wrapper .hsv-form h1
{
  font-size: 30px;
}


/* Table */

table.table-style, table.table-style-invers 
{
    border: none !important;
    border-collapse: collapse;
}   

table.table-style tr
{
    padding: 10px;
}

table.table-style td
{
    background-color: #f4f4f4; 
    padding: 10px;
}      

table.table-style tr:nth-of-type(odd) td
{
    background-color: #e6e7e8;
    border: none !important;
    padding: 10px;
}

table.table-style tr:first-child td:first-child
{
    border-top-left-radius: 3px;
}  

table.table-style tr:first-child td:last-child
{
    border-top-right-radius: 3px;
}  

table.table-style tr:last-child td:first-child
{
    border-bottom-left-radius: 3px;
}  

table.table-style tr:last-child td:last-child
{
    border-bottom-right-radius: 3px;
}  

table.table-style th
{
    background-color: #d9d9db;
    border: none;
    padding: 10px;
}

table.table-style-invers td, table.table-style-invers tr
{
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    text-align: left;
    color: #ffffff;
    vertical-align: top !important;
}

/* Passform prompt */

.password-prompt form
{
  max-width: 350px !important; 
  margin: 0 auto !important;
  padding: 20px;
}

.password-prompt form input#hs-pwd-widget-password
{
  height: 40px !important;
  border-radius: 4px;
  font-size: 18px;
  margin: 0 0 20px 0px;
  border: none; 
  text-align: center;
}

.password-prompt form input.hs-button
{
  height: 40px !important;
  width: 100%;
  border-radius: 4px;
  font-size: 18px;
  margin: 0 0 20px 0px;
  background-color: #00AEEF;
  color: #ffffff;
  text-transform: uppercase;
  border: none; 
}

.password-prompt span.hs_cos_wrapper_type_password_prompt
{
  color: orange !important;
  text-align: center !important;
  font-size: 18px;
  display: block;
}


/* Table */

table.table-style 
{
  width: 100% !important;
  overflow: scroll;
}   

table.table-style tr
{
  padding: 10px;
}

table.table-style td
{
  background-color: #f4f4f4; 
  padding: 10px;
}      

table.table-style tr:nth-of-type(odd) td
{
  background-color: #e6e7e8;
  border: none !important;
  padding: 10px;
}

table.table-style tr:first-child td:first-child
{
  border-top-left-radius: 5px;
}  

table.table-style tr:first-child td:last-child
{
  border-top-right-radius: 5px;
}  

table.table-style tr:last-child td:first-child
{
  border-bottom-left-radius: 5px;
}  

table.table-style tr:last-child td:last-child
{
  border-bottom-right-radius: 5px;
}  

table.table-style th
{
  background-color: #d9d9db;
  border: none;
  padding: 10px;
}


/* Leadin Modal */

.leadinModal-theme-bottom-right-corner {
  border-radius: 10px 0 0 0 !important;
}
.leadin-button {
  border-radius: 999px !important;
}


/* form in box for subscription pages */
div.subscription-box
{
	background-color: #efefef;
  border-radius: 2px;
  padding: 20px;
  margin: 30px 0 50px 0;
 	font-size: 16px!important;
  color: #050f34!important;
}

div.subscription-box p
{
	font-size: 16px!important;
  color: #050f34!important;
}

div.subscription-box .email-prefs .item .item-inner
{
	border: none;
  background-color: #ffffff!important;
  padding: 0px 0px 10px 10px;
  border-radius: 2px;
}

div.subscription-box .email-prefs .item .item-inner input
{
	display: inline-block;
  float: left;
  width: 25px !important;
  -webkit-appearance: auto !important
}

div.subscription-box .email-prefs .item .item-inner p{
	padding: 0px 0px 0px 32px!important;
  margin: 0px;
}

div.subscription-box .email-prefs .item .item-inner .fakelabel span
{
	display: inline-block;
	padding: 10px 0 0 0;
  color: #050f34!important;
}

div.subscription-box .email-prefs .item .item-inner.hovered
{
	border: none!important;
  box-shadow: none!important;
}

div.subscription-box .email-prefs .item .item-inner.selected span
{
	color: #00aeef!important;
}

div.subscription-box .subscribe-options
{
  position: relative;

}

div.subscription-box .subscribe-options input
{
	width: 25px!important;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-appearance: auto !important
}

div.subscription-box .subscribe-options label
{
	margin-left: 7px;
  width: 100%;
  display: table-cell;
}

div.subscription-box .subscribe-options span
{
   display: inline-block;
  font-size: 16px!important;
  vertical-align: middle;

}

div.subscription-box .page-header h2
{
	font-weight: bold;
}

div.subscription-box .page-header h1, div.subscription-box .page-header h2
{
	display: inline-block;
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}

.row-fluid [class*="span"]
{
  min-height: 20px !important;
}


/* Social Icons Footer bar*/

div.legal-footer-bar
{
  float: left; 
}

div.social-footer-bar
{
  float: right; 
}

div.social-footer-bar a
{
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0px 4px;
}

div.social-footer-bar a svg
{
  fill: #ffffff;
}



@media screen and (max-width: 1100px)
{   strong,b 
  {
      font-weight: 500 !important;
     }
    .desktop-only
    {
        display: none;
    }
  
    .box-content
    {
      height: auto !important;
    }
    
    .mobile-only
    {
        display: block;
    }
    .header-container-wrapper
    {
     height: 60px !important; 
    }
    div.inner
    {
    margin: 0px 20px 0px 20px !important;
    }
    
    div.content div.inner, div.content2 div.inner, div.content-cyan div.inner, div.content4 div.inner
    {
    padding: 40px 0 30px 0 !important;
    }
  
  	div.opening div.inner
    {
    padding-top: 10px !important;
     }
    .spacer
    {
      display: none;
    }
    h1
    {
    padding: 0;
    font-size: 30px;
    line-height: 34px;
    }
    h2
    {
    padding: 0;
    font-size: 26px;
    line-height: 28px;
    }
    h3
    {
    padding: 0;
    font-size: 22px;
    line-height: 24px;
    }
    
    a.cta_button
    {
    width: 90% !important;
    }
      
    p.small
    {
        font-size: 13px;
        padding-top: 0 !important;
    }
  
    .button, .button-ghost-cyan
    {
        width: auto !important;
        margin: 10px auto !important;
    }

}