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

/*****************************************/
/* Searchable Table of Contents:         */
/*    - Font Declarations                */
/*    - General Styling                  */
/*       - PRIMARY COLORS                */
/*       - SITE SPACING                  */
/*       - MODULE STYLE DEFAULTS         */
/*    - Global Text Settings             */
/*    - Module Spacing                   */
/*    - Block Quotes                     */
/*    - MODULES                          */
/*****************************************/


/*** General Styling ***/

:root {
  /*** PRIMARY COLORS ***/
  --dark-blue: #1B365D;
  --light-blue: #56B7E6;
  --light-blue-tint: #BFD5E1;
  --dark-gray: #3D3935;
  --light-gray: #CFCECD;
  --raised: #F8F8F8;
  --orange: #B55B3B;
  --green: #79BE70;
  --white: #fff;
  --black: #000;
  --gray-gradient: linear-gradient(0, rgba(32, 43, 49, 1) 0%, rgba(42, 55, 63, 1) 50%, rgba(42, 55, 63, 1) 100%);

  /*** SITE SPACING ***/
  --site-width: 75em;
  --site-margin: .9375em;
  --top-nav-height: 6.625em;

  /*** MODULE STYLE DEFAULTS ***/
  --ribbon-background-color: var(--gray-gradient);
  --top-nav-menu-background-color: var(--gray-gradient);
  --footer-background-color: linear-gradient(#2a373f, #202b31);
  --cta-background-color: var(--orange);
  --form-error-color: #DC1A25;
}

* {
  transition: inherit;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-padding-top: calc(var(--top-nav-height) + 4em);
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.5;
  color: var(--dark-gray);
  background: var(--white);
  overflow-x: hidden;
  font-size: 1rem;
  transition: all .3s ease, font-size 0s;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 !important;
}

/*** Global Text Settings ***/
span.tag,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  display: block;
  line-height: 1.2;
  font-weight: 700;
  color: var(--black);
}

/* h1 is a page header. It should only be used once per page. */
h1 {
  font-size: 3.25em;
  line-height: 1.1;
  font-weight: 100;
  color: var(--dark-gray);
  margin: 0 0 .325em 0;
}

/* h2 is a content header. For example, Alternating Content sections. Also used for Hero sub-header text. */
h2 {
  font-size: 3.125em;
  line-height: 1.1;
  font-weight: 100;
  margin: 0 0 .25em 0;
}

h3 {
  font-size: 1.625em;
  font-weight: 600;
  color: var(--dark-blue);
  margin: 0 0 .25em 0;
}

@media all and (max-width: 48em) {
  h1, h2 {
    font-size: 1.75em;
  }
}

p {
  font-size: 1.0625em;
}
p:first-child {
  margin-top: -.25em;
}
p:last-child {
  margin-bottom: 0;
}
table p:not(._) {
  margin: .5em;
}

/* span.tag used for tags in the Newsroom. */
span.tag {
  font-size: .75em;
  margin-bottom: 1.667em;
  text-transform: uppercase;
}

/* Link definitions start with "a" */
a {
  color: var(--orange);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a[role="menuitem"] {
  color: var(--white);
}

ul.no-dot {
  padding: 0;
}
ul.no-dot>li {
  list-style: none;
}
.chaossearch-body ul:not(.no-dot) {
  padding-left: .75em;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
}
.chaossearch-body ul:not(.no-dot)>li {
  position: relative;
  display: block;
}
.chaossearch-body ul:not(.no-dot)>li:before {
  content: '\2022';
  position: absolute;
  display: inline-block;
  left: -.75em;
  font-weight: bold;
  color: var(--green);
}
.chaossearch-body form ul>li:before {
  display: none !important;
}
.hs_cos_wrapper_type_rich_text li {
  margin-bottom: .625em;
}

.hs_cos_wrapper>hr {
  max-width: min(calc(var(--site-width) - var(--site-margin) * 2), calc(100% - var(--site-margin) * 2));
}

code {
  position: relative;
  top: -0.14em;
  font-size: .75em;
  font-family: monospace;
  padding: 0.167em 0.25em;
  border: 1px solid var(--light-gray);
  border-radius: 0.25em;
  background: var(--raised);
  color: var(--orange);
  filter: contrast(1.25);
  font-variant-ligatures: none;
  tab-size: 4;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: normal;
}

figure {
  margin: 3em 0;
}

figcaption {
  font-style: italic;
  text-align: center;
  margin: .75em 0 0;
}


/*** Module Spacing ***/
.body-wrapper,
.chaossearch-body .row-fluid [class*="span"] {
  display: flex;
  flex-direction: column;
}

.chaossearch-footer {
  margin-top: -1.5em;
}

.no-margin,
.grid-container.no-margin,
.chaossearch-body>.row-fluid-wrapper .dnd-column {
  margin-top: -1.5em;
  margin-bottom: -1.5em;
}

.chaossearch-body>.row-fluid-wrapper .row-fluid-wrapper {
  margin: 1.5em 0;
}

.chaossearch-body>.row-fluid-wrapper .row-fluid-wrapper[class$="background-color"],
.chaossearch-body>.row-fluid-wrapper .row-fluid-wrapper[class*="background-color "] {
  padding: 1.5em 0;
}

@media (min-width: 48em) {
  .chaossearch-body>.row-fluid-wrapper .dnd-column
    margin-top: 0;
    margin-bottom: 0;
  }
}

.chaossearch-body {
  padding-bottom: 51.75em;
}

@media all and (max-width: 25em) {
  body {
    font-size: 4vw;
  }
}

@media all and (min-width: 25.5em) {
  .chaossearch-body {
    padding-bottom: 48.1em;
  }
}

@media all and (min-width: 48.25em) {
  .chaossearch-body {
    padding-bottom: 44em;
  }
}

@media all and (min-width: 56.25em) {
  .chaossearch-body {
    padding-bottom: 29em;
  }
}

@media all and (min-width: 67em) {
  .chaossearch-body {
    padding-bottom: 27.85em;
  }
}


/*** Block Quotes ***/

blockquote {
  background: var(--raised);
  padding: .9em;
  border-left: 10px solid var(--dark-blue);
  border-radius: 5px;
  font-size: .9em;
  margin: 1.5em 0;
}


/*****************************************/
/* MODULES - Table of Contents:          */
/*    - Ribbon & Top Navigation          */
/*    - Footer                           */
/*    - CTAs                             */
/*    - Forms                            */
/*    - Popup Forms                      */
/*****************************************/

/* Footer */
.chaossearch-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.c2020-footer {
  padding: 3em 0;
  background: var(--footer-background-color);
  color: var(--white);
}

.c2020-footer .copyright {
  flex: 0 1 31%;
}

.c2020-footer .copyright>p {
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 .325em 0;
}
.c2020-footer .copyright>p:last-child {
  font-size: .8125em;
  color: var(--light-blue-tint);
  margin: 0;
}
.c2020-footer .copyright>p a {
  color: var(--white);
  text-decoration: underline;
}

.c2020-footer .menu-container {
  flex: 0 1 30.5%;
  margin: 0 12.25% 0 4.75%;
}

.c2020-footer .menu-container .hs-menu-wrapper>ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.c2020-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before,
.c2020-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
  content: none;
}

.c2020-footer .menu-container .hs-menu-item.hs-menu-depth-1 {
  padding: 0 .9375em;
}

.c2020-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0;
}

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

.c2020-footer .follow-social p,
.c2020-footer .menu-container .hs-menu-item.hs-menu-depth-1>a {
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 .725em 0;
}
.c2020-footer .menu-container .hs-menu-item.hs-menu-depth-1>a[href="javascript:;"] {
  cursor: text;
}

.c2020-footer .menu-container .hs-menu-item.hs-menu-depth-2>a {
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 1em 0;
}
.c2020-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: auto;
}

.c2020-footer .follow-social {
  flex: 0 1 21.5%;
}

.c2020-footer .follow-social a {
  color: var(--light-blue);
}

.c2020-footer .follow-social .contact-item {
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 1em 0;
}

.c2020-footer .follow-social .contact-item:last-child {
  margin-bottom: 2.5em;
}

.c2020-footer .follow-social a {
  color: #51b4ec;
}

.c2020-footer .follow-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c2020-footer .follow-social li {
  display: inline-block;
  margin: 0 1em 0 0;
}
.c2020-footer .follow-social svg {
  display: block;
  width: 2em;
  height: 2em;
  fill: var(--light-blue);
}

@media all and (min-width: 56em) {
  .c2020-footer .copyright>p {
    font-size: .875em;
  }
  .c2020-footer .copyright>p:last-child {
    font-size: .75em;
  }
  .c2020-footer .menu-container .hs-menu-item.hs-menu-depth-1>a {
    font-size: 1em;
    margin: 0 0 .375em 0;
  }
  .c2020-footer .follow-social p {
    font-size: 1em;
    margin: 0 0 .625em 0;
  }
  .c2020-footer .menu-container .hs-menu-item.hs-menu-depth-2>a,
  .c2020-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: .875em;
    margin: 0 0 .5em 0;
  }
  .c2020-footer .follow-social .contact-item {
    font-size: .875em;
    margin: 0;
  }
  .c2020-footer .follow-social .contact-item:last-child {
    margin-bottom: 1.75em;
  }
  .c2020-footer .follow-social li {
    margin: .25em .325em .25em 0;
  }
  .c2020-footer .follow-social svg {
    width: 1.5em;
    height: 1.5em;
  }
}

@media all and (max-width: 56em) {
  .c2020-footer .grid-container {
    flex-wrap: wrap;
  }
  
  .c2020-footer .grid-container>div {
    flex: 1 1 100%;
    margin-bottom: 1.875em;
  }
  
  .c2020-footer .grid-container>div:last-child {
    margin-bottom: 0;
  }
  
  .c2020-footer .menu-container {
    margin: 0;
  }
  
  .c2020-footer .menu-container .hs-menu-item.hs-menu-depth-1 {
    width: 100%;
    padding: 0;
  }
}

/* CTAs */
input[type="submit"],
.cta-container,
.hs-cta-wrapper .cta-container {
  display: inline-block;
  font-size: .9375em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: .625em 1.5em;
  border-radius: 2em;
  min-width: 10em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: var(--cta-background-color);
}

.cta {
  position: relative;
  top: .0625em;
  color: var(--white);
}

.c2020-cta-row {
  margin-top: 3em;
  background: #2a373f;
  border-bottom: .1875em solid #3c4d57;
}

.c2020-cta-row .grid-container {
  padding-top: 3em;
  padding-bottom: 3em;
}

.c2020-cta-row h2 {
  font-size: 2.75em;
  line-height: 1.1;
  font-weight: 100;
  color: #fff;
  margin: 0 0 0.5em 0;
}

/* Forms */
.hs_cos_wrapper_type_form {
  display: block;
  background: var(--raised);
  border: 1px solid #E0E0E0;
  box-shadow: 0 .125em .5625em rgba(0, 0, 0, .3);
  padding: 1.875em;
  max-width: 35em;
  margin: 0 auto;
}
.hs_cos_wrapper_type_form h3 {
  letter-spacing: .02em;
  margin-bottom: .846em;
  font-weight: 400;
}
.hs_cos_wrapper_type_form form {
  margin-top: -1.375em;
}

.hs-form-field:not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio)>label {
  display: none;
}
.hs-fieldtype-checkbox>label,
.hs-fieldtype-radio>label {
  position: relative;
  top: 1.5em;
}
.hs-form-checkbox-display>input {
  margin: 0 .5625em 0 0;
  width: .6875em !important;
  vertical-align: middle;
}
.hs-form-field>legend {
  position: relative;
  top: 1.5em;
  font-size: .75em;
  margin-top: .5em;
}
.chaossearch-body .inputs-list {
  padding: 0 0 0 2em;
}
.chaossearch-body .hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
.chaossearch-body .hs-error-msgs.inputs-list label {
  font-size: .75em;
  color: var(--form-error-color);
}

form label.hs-error-msg {
  display: block;
  margin-top: .5em;
}

form ul {
  margin: 27px 0 0;
}
form ul li {
  padding: .125em 0;
  list-style: none;
}
form li input {
  margin-right: .8125em;
}

.hs_cos_wrapper_type_form form li>label {
  font-size: .875em;
}
.hs_cos_wrapper_type_form .legal-consent-container {
  font-size: .75em;
  line-height: 1.2;
  color: var(--dark-blue);
  margin-top: 1.25em;
}
.hs_cos_wrapper_type_form .legal-consent-container ul {
  margin: 1em 0;
  padding: 0;
}
.hs_cos_wrapper_type_form .legal-consent-container ul li>label {
  font-size: 1em;
}
.hs_cos_wrapper_type_form .legal-consent-container input[type="checkbox"] {
  margin: 0;
  position: absolute;
  width: 1em;
}
.hs_cos_wrapper_type_form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin: 0;
}
.hs_cos_wrapper_type_form .legal-consent-container .hs-form-booleancheckbox-display p {
  display: inline-block;
  text-indent: 2em;
}

form .hs-recaptcha {
  margin-top: 1em;
}

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

select, textarea, input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="range"]) {
  font-size: 1em;
  border: 0;
  border-bottom: .125em solid var(--light-blue);
  padding-left: 1.875em;
  background: 0;
  height: 2.25em;
  margin-top: 1.6875em;
}
textarea {
  height: 2.25em;
  margin-top: 1.75em;
  margin-bottom: -.5em;
}
select:focus,
textarea:focus,
input[type="submit"],
input:focus {
  outline: 0;
}

select {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--light-blue) 50%), linear-gradient(135deg, var(--light-blue) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--light-blue) 50%), linear-gradient(45deg, var(--light-blue) 50%, transparent 50%);
  background-position: calc(100% - 8px) calc(1em + 4px), calc(100% - 4px) calc(1em + 4px), calc(100% - 8px) calc(1em - 5px), calc(100% - 4px) calc(1em - 5px);
  background-size: 4px 4px;
  background-repeat: no-repeat;
}

form .input {
  position: relative;
}
form .input:before {
  position: absolute;
  width: 17px;
  height: 17px;
  bottom: 12px;
  left: 0;
}
form .hs-lastname .input:before,
form .hs-firstname .input:before,
form .hs-jobtitle .input:before,
form .hs-linkedinbio .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/user.svg');
}
form .hs-email .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/email.svg');
  width: 15px;
  height: 15px;
  bottom: 14px;
  left: 1px;
}
form .hs-company .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/company.svg');
}
form .hs-fieldtype-textarea .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/edit.svg');
  width: 14px;
  height: 14px;
  bottom: 14px;
  left: 2px;
}
form .hs-fieldtype-textarea .input:before {
  bottom: 15px;
}
form .hs-phone .input:before,
form .hs-alt_phone .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/phone.svg');
}
form .hs-address .input:before,
form .hs-city .input:before,
form .hs-state .input:before,
form .hs-zip .input:before,
form .hs-country .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/location.svg');
}
form .hs-fieldtype-select .input:before {
  content: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/options.svg');
  width: 15px;
  height: 15px;
  bottom: 14px;
  left: 1px;
}

form .hs_cloud_storages>label:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  margin-right: 13px;
  background: url('//www.chaossearch.io/hubfs/C2020/Icons/Light%20Blue/cloud.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

form .hs-fieldtype-file {
  text-align: center;
}
form .hs-fieldtype-file input {
  display: none;
  text-align: center;
}
form .hs-fieldtype-file>label {
  text-transform: uppercase;
  cursor: pointer;
  min-width: 143px;
  display: block;
  color: white;
}
form .hs-fieldtype-file>label>span:first-child {
  transition: none;
}
::placeholder,
select.is-placeholder,
option[disabled] {
  color: #757575;
  opacity: 1;
}
option {
  color: var(--dark-gray);
}

form .actions,
form .hs-fieldtype-file>label {
  text-align: center;
  max-width: 16.5625em;
  margin: 0 auto;
}

input[type="submit"],
form .hs-fieldtype-file>label {
  background: linear-gradient(90deg, #007edf, var(--light-blue));
  background-origin: border-box;
  background-color: var(--light-blue);
  width: 100%;
  height: 2.5em;
  font-size: .75em;
  letter-spacing: .02em;
  border: 1px solid transparent;
  border-radius: .333em;
  margin-top: 2.5em;
  color: var(--white);
}
input[type="submit"]:hover,
input[type="submit"]:focus,
form .hs-fieldtype-file>label:hover,
form .hs-fieldtype-file>label:focus {
  background: 0;
  color: var(--light-blue);
  border-color: var(--light-blue);
}

.hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}
.hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-dependent-field {
  position: relative;
  width: 100%;
  margin-top: 1.5em;
  text-align: left;
}
.hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-form-field>legend {
  font-size: 1em;
  top: 0;
  margin: 0;
}
.hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-dependent-field ul {
  margin-top: .75em;
}
.hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 label {
  display: flex;
}
.hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-submit {
  width: 100%;
  margin: -0.25em 0 0.25em;
}
@media all and (min-width: 60em) {
  .hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-dependent-field {
    min-height: 11.25em;
  }
  .hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-dependent-field::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12.75em;
    height: 11.25em;
    right: 0;
    background: url(//www.chaossearch.io/hubfs/C2020/Graphics/Resources/High%20Value%20Resource%20Image.jpg);
    background-size: cover;
    background-position: 0 50%;
  }
  .hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-chili_piper_demo_trigger {
    width: 11.25em;
  }
  .hs-form-171a2f92-0704-41b4-88a3-d1c4b185c855 .hs-dependent-field ul {
    padding: 0;
    margin-top: .5em;
  }
}


/* 2021 Style Update */

.grid-container,
.dnd-section:not(.body-row-1-force-full-width-section) .widget-type-form,
.dnd-section:not(.body-row-1-force-full-width-section) .widget-type-header,
.dnd-section:not(.body-row-1-force-full-width-section) .widget-type-rich_text,
.dnd-section:not(.body-row-1-force-full-width-section) .widget-type-linked_image {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--site-margin);
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-padding-x>.cell {
  padding-right: .625rem;
  padding-left: .625rem;
}

.grid-y>.small-6 {
  height: 50%;
}

.grid-x>.small-6 {
  width: 50%;
}
.grid-x>.small-12 {
  width: 100%;
}
.grid-x>[class^="small"] {
  flex: 0 0 auto;
}
  
.small-align-center {
  text-align: center;
}

.show-for-medium,
.show-for-large {
  display: none !important;
}

@media print, screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
  
  .show-for-medium {
    display: block !important;
  }
  
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  
  .grid-x>.medium-3 {
    width: 25%;
  }
  .grid-x>.medium-4 {
    width: 33.33333%;
  }
  .grid-x>.medium-5 {
    width: 41.66667%;
  }
  .grid-x>.medium-6 {
    width: 50%;
  }
  .grid-x>.medium-7 {
    width: 58.33333%;
  }
  .grid-x>.medium-8 {
    width: 66.66667%;
  }
  .grid-x>.medium-9 {
    width: 75%;
  }
  .grid-x>.medium-10 {
    width: 83.33333%;
  }
  .grid-x>.medium-12 {
    width: 100%;
  }
  .grid-x>[class^="medium"] {
    flex: 0 0 auto;
  }
  
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  
  .medium-align-left {
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) {
  .show-for-large {
    display: block !important;
  }
  
  .grid-x>.large-3 {
    width: 25%;
  }
  .grid-x>.large-4 {
    width: 33.33333%;
  }
  .grid-x>.large-5 {
    width: 41.66667%;
  }
  .grid-x>.large-6 {
    width: 50%;
  }
  .grid-x>.large-7 {
    width: 58.33333%;
  }
  .grid-x>.large-8 {
    width: 66.66667%;
  }
  .grid-x>.large-9 {
    width: 75%;
  }
  .grid-x>.large-10 {
    width: 83.33333%;
  }
  .grid-x>[class^="large"] {
    flex: 0 0 auto;
  }
}

.align-middle {
  align-items: center;
}
.align-center {
  justify-content: center;
}
.align-bottom {
  align-items: flex-end;
}

.no-wrap {
  flex-wrap: nowrap;
}

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

.blue-background {
  background-color: var(--dark-blue);
}

.dark-background {
  background-color: #29363e;
}

.dark-background-gradient {
  background: var(--gray-gradient);
}

.dark-background, .dark-background p, .dark-background li,
.dark-background-gradient, .dark-background-gradient p, .dark-background-gradient li {
  color: var(--light-blue-tint);
}

.blue-background, .blue-background p, .blue-background li,
.blue-background h2, .dark-background h2, .dark-background-gradient h2 {
  color: white;
}

.off-white-background {
  background-color: #f1f1f1;
}

.dot-background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 73'%3E%3Cpath d='M63 11a4 4 0 11-1-9 4 4 0 011 9z' fill='%23cbe7d7'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 2em;
  position: relative;
}

.dot-background .cell {
  position: relative;
  z-index: 10;
}

.dot-gradient {
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.dot-gradient.shadow {
  background: linear-gradient(#0000 50%,#00000008), linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

sup {
  top: -0.5em;
}

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

.hs_cos_wrapper_type_inline_text {
  display: inline;
}


/*** HubSpot Boilerplate ***/
/* Responsive Grid */

.clearfix:before, .clearfix:after,
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.clearfix:after,
.row-fluid:after {
  clear: both;
}

.row-fluid {
  width: 100%;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin: 0;
  box-sizing: border-box;
  flex-grow: 1;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  max-width: calc(var(--site-width) * 11 / 12);
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  max-width: calc(var(--site-width) * 10 / 12);
}

.row-fluid .span9 {
  width: 74.468085099%;
  max-width: calc(var(--site-width) * 9 / 12);
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  max-width: calc(var(--site-width) * 8 / 12);
}

.row-fluid .span7 {
  width: 57.446808505%;
  max-width: calc(var(--site-width) * 7 / 12);
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  max-width: calc(var(--site-width) * 6 / 12);
}

.row-fluid .span5 {
  width: 40.425531911%;
  max-width: calc(var(--site-width) * 5 / 12);
}

.row-fluid .span4 {
  width: 31.914893614%;
  max-width: calc(var(--site-width) * 4 / 12);
}

.row-fluid .span3 {
  width: 23.404255317%;
  max-width: calc(var(--site-width) * 3 / 12);
}

.row-fluid .span2 {
  width: 14.89361702%;
  max-width: calc(var(--site-width) * 2 / 12);
}

.row-fluid .span1 {
  width: 6.382978723%;
  max-width: calc(var(--site-width) * 1 / 12);
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    min-width: calc(var(--site-width) * (1 - 3 / 12) * 4 / 12);
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    min-width: calc(var(--site-width) * (1 - 2 / 12) * 3 / 12);
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    min-width: calc(var(--site-width) * (1 - 1 / 12) * 2 / 12);
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    min-width: calc(var(--site-width) * 1 / 12);
  }
}

@media (min-width: 1280px) {
  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

@media (min-width: 75em) {
  .row-fluid [class*="span"]:first-child {
    margin-left: auto;
  }

  .row-fluid [class*="span"]:last-child {
    margin-right: auto;
  }
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}