@import url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/css/ionicons.min.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;}




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










/* ==========================================================================
   #TABLE OF CONTENT
   ========================================================================== */









   
/**
* CONTENTS
*
* SETTINGS
* Colors..............Website colors.
* Typography..........Typography 
*
* GENERIC
* Box-sizing...........Better default `box-sizing`.
* Normalize............A level playing field.
* Reset................A pared back reset to remove margins.
* Shared...............Sensibly and tersely share global commonalities.
*
* ELEMENTS
* Headings.............Heading styles.
* Images...............Base image styles.
* Links................Hyperlink styles.
* Lists................Default list styles.
* Page.................Page-level styles (HTML element).
* Tables...............Set table width.
*
* OBJECTS
* Flag.................The flag object.
* Headline.............Simple object for structuring heading pairs.
* Layout...............Generic layout module.
* List-bare............Lists with no bullets or indents.
* List-inline..........Simple abstraction for setting lists out in a line.
* Wrappers.............Wrappers and page constraints.
* Section..............Section spacer.
*
* COMPONENTS
* Buttons.....................Button styles.
* Hero........................Hero header.
* Box.........................Wrapper that provides spacing with padding.
* Social......................Social links.
* Footer......................Landing footer
* Form........................Form
*
*
* UTILITIES
* Clearfix.............Clearfix floats.
* Hacks................Short-term hacks and quick-fixes.
* Headings.............Reassigning our heading styles to helper classes.
* Healthcheck..........Visual health-check tool.
* Hide.................Hide elements visually & structurally.
* Text align...........Text align utility classes
* Background colors....Text align utility classes
* Widths...............Simple width helper classes.
*
*/











/* ==========================================================================
   #SETTINGS: COLORS
   ========================================================================== */










    /* Body gray */
    /* Triario red*/
    /* */
       /* */
       /* */
       /* */
       /* */
       /* */










/* ==========================================================================
   #SETTINGS: TYPOGRAPHY
   ========================================================================== */










            /*  */
                                   /*  */
                                   /*  */
                                   /*  */
                                     /*  */
               /*  */
              /*  */










/* ==========================================================================
   GENERIC: #BOX-SIZING
   ========================================================================== */










/**
* More sensible default box-sizing:
* css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
*/


*, 
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}










/* ==========================================================================
   GENERIC: #NORMALIZE
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */










/* Document
   ========================================================================== */










/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


 html {
  line-height: 1.15;                /* 1 */
  text-size-adjust: 100%;           /* 2 */
}










/* Sections
   ========================================================================== */










/**
* Remove the margin in all browsers.
*/


body {
  margin: 0;
}





/**
* Add the correct display in IE 9-.
*/


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





/**
* Render the `main` element consistently in IE.
*/


main {
  display: block;
}





/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}










/* Grouping content
   ========================================================================== */










/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption,
figure,
main {                /* 1 */
  display: block;
}

 



/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/


hr {
  box-sizing: content-box;    /* 1 */
  height: 0;                  /* 1 */
  overflow: visible;          /* 2 */
}





/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/


pre {
  font-family: monospace, monospace;   /* 1 */
  font-size: 1em;                      /* 2 */
}










/* Text-level semantics
   ========================================================================== */










/**
*  1. Remove the gray background on active links in IE 10.
*  2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/


a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;    /* 2 */
}





/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/


abbr[title] {
  border-bottom: none;                    /* 1 */
  text-decoration: underline;             /* 2 */
  text-decoration: underline dotted;      /* 2 */
}





/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/


b,
strong {
  font-weight: inherit;
}





/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/


b,
strong {
  font-weight: bolder;
}





/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/


code,
kbd,
samp {
  font-family: monospace, monospace;  /* 1 */
  font-size: 1em;                     /* 2 */
}





/**
* Add the correct font style in Android 4.3-.
*/


dfn {
  font-style: italic;
}





/**
* Add the correct background and color in IE 9-.
*/


mark {
  background-color: #ff0;
  color: #000;
}





/**
* Add the correct font size in all browsers.
*/


small {
  font-size: 80%;
}





/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/


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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}










/* Embedded content
   ========================================================================== */










/**
* Remove the border on images inside links in IE 10.
*/


img {
  border-style: none;
}





/**
* Hide the overflow in IE.
*/

svg:not(:root) {
  overflow: hidden;
}










/* Forms
   ========================================================================== */


   







/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;      /* 1 */
  font-size: 100%;           /* 1 */
  line-height: 1.15;         /* 1 */
  margin: 0;                 /* 2 */
}





/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/


button,
input {                      /* 1 */
  overflow: visible;
}





/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/


button,
select { /* 1 */
  text-transform: none;
}





/**
* Correct the inability to style clickable types in iOS and Safari.
*/


button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}





/**
* Remove the inner border and padding in Firefox.
*/


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}





/**
 * Correct the padding in Firefox.
 */


fieldset {
  padding: 0.35em 0.75em 0.625em;
}





/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/


legend {
  box-sizing: border-box;     /* 1 */
  color: inherit;             /* 2 */
  display: table;             /* 1 */
  max-width: 100%;            /* 1 */
  padding: 0;                 /* 3 */
  white-space: normal;        /* 1 */
}





/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/


progress {
  display: inline-block;         /* 1 */
  vertical-align: baseline;      /* 2 */
}





/**
* Remove the default vertical scrollbar in IE 10+.
*/


textarea {
  overflow: auto;
}





/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;  /* 1 */
  padding: 0;              /* 2 */
}





/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}





/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/


[type="search"] {
  appearance: textfield;             /* 1 */
  outline-offset: -2px;              /* 2 */
}





/**
* Remove the inner padding in Chrome and Safari on macOS.
*/


[type="search"]::-webkit-search-decoration {
  appearance: none;
}





/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

 
::-webkit-file-upload-button {
  appearance: button;    /* 1 */
  font: inherit;                 /* 2 */
}










/* Interactive
   ========================================================================== */










/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/


details {
  display: block;
}





/*
* Add the correct display in all browsers.
*/


summary {
  display: list-item;
}










/* Misc
   ========================================================================== */










/**
* Add the correct display in IE 9-.
*/

canvas {
  display: inline-block;
}





/**
* Add the correct display in IE 10+.
*/


template {
  display: none;
}





/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}










/* ==========================================================================
   GENERIC: #RESET
   ========================================================================== */










/**
* A very simple reset that sits on top of Normalize.css.
*/


body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin:  0;
  padding: 0;
}

 
 


/**
* Remove trailing margins from nested lists.
*/


li > ol,
li > ul {
  margin-bottom: 0;
}
 
 
 


/**
* Remove default table spacing.
*/


table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
 
 


/**
* 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
*    on fieldsets.
*/


fieldset {
  min-width: 0;     /* 1 */
  border: 0;
}










/* ==========================================================================
   GENERIC: #SHARED
   ========================================================================== */










/**
* Shared declarations for certain elements.
*/





/**
* Always declare margins in the same direction:
* csswizardry.com/2012/06/single-direction-margin-declarations
*/


address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1.5rem;
}
 
 
 


/**
* Consistent indentation for lists.
*/
 
dd, ol, ul {
  margin-left: 1.5rem;
}










/* ==========================================================================
   ELEMENTS: #HEADINGS
   ========================================================================== */










/**
* Simple default styles for headings 1 through 6. Anything more opinionated
* than simple font-size changes should likely be applied via classes (see:
* http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
*/


h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}










/* ==========================================================================
   ELEMENTS: #IMAGES
   ========================================================================== */










/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */


img {
  max-width: 100%;          /* 1 */
  font-style: italic;       /* 2 */
  vertical-align: middle;   /* 3 */
}





/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */

/*
img[width],
img[height] {
  max-width: none;  
}
*/









/* ==========================================================================
   ELEMENTS: #LINKS
   ========================================================================== */










/**
 * Default styles for simple hyperlinks.
 */


a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}










/* ==========================================================================
   ELEMENTS: #LIST
   ========================================================================== */










/**
* Visually offset definition titles from their definitions.
*/


dt {
  font-weight: 700;
}










/* ==========================================================================
   ELEMENTS: #PAGE
   ========================================================================== */










/**
* Simple page-level setup.
*
* 1. Set the default `font-size` and `line-height` for the entire project.
* 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
*    navigating between pages that do/do not have enough content to produce
*    scrollbars naturally.
* 3. Ensure the page always fills at least the entire height of the viewport.
*/


html {
  font-size: 48.5%;     /* 1 */
  line-height: 1.15;                 /* 1 */
  overflow-y: scroll;                /* 2 */
  min-height: 100vh;                 /* 3 */
  font-family: HKGrotesk-Regular, system-ui;

  background-color: #ffff;
  color: #262130;
}

  body {
    font-family: HKGrotesk-Regular, system-ui;
  }


  p {
    font-size: 1.6rem;     
    line-height: 1.5;  
  }

  ol,
  ul {
    font-size: 1.6rem;
  }









@media (min-width: 45em) {

  
  
  
  
  
  
  
  
  
  html {
    font-size: 62.5%;     /* 1 */
  }
  
  
  
  
  
  
  
  
  
  

}







@media (min-width: 64em) {

  
  
  
  
  
  
  
  
  
  html {
    font-size: 72.5%;     /* 1 */
  }
  
  
  
  
  
  
  
  
  
  

}







/* ==========================================================================
   ELEMENTS: #TABLES
   ========================================================================== */










/**
* 1. Ensure tables fill up as much space as possible.
*/


 table {
  width: 100%;   /* 1 */
}










/* ==========================================================================
   OBJECTS: #FLAG
   ========================================================================== */










/**
* The flag object is a design pattern similar to the media object, however it
* utilises `display: table[-cell];` to give us control over the vertical
* alignments of the text and image.
*
* http://csswizardry.com/2013/05/the-flag-object/
*
* 1. Allows us to control vertical alignments.
* 2. Force the object to be the full width of its parent. Combined with [1],
*    this makes the object behave in a quasi-`display: block;` manner.
* 3. Reset inherited `border-spacing` declarations.
*/


.o-flag {
    display: table;          /* 1 */
    width: 100%;             /* 2 */
    border-spacing: 0;       /* 3 */
  }
  
    /**
     * Items within a flag object. There should only ever be one of each.
     *
     * 1. Default to aligning content to their top.
     *
     */
    
  
    .o-flag__image,
    .o-flag__body {
      display: table-cell;
      vertical-align: top;     /* 1 */
    }
    
  
    .o-flag--middle > .o-flag__image,
    .o-flag--middle > .o-flag__body {
      vertical-align: middle;
    }
  
    .o-flag--bottom > .o-flag__image,
    .o-flag--bottom > .o-flag__body {
      vertical-align: bottom;
    }
  
  
    .o-flag__image {
      padding-right: 2rem;
    }
  
      .o-flag__image img {
        display: block;
        max-width: none;
      }
  
      
    .o-flag__body {
      width: 100%;
    }
  
  
  
  





/* ==========================================================================
   OBJECTS: #HEADLINE
   ========================================================================== */










.o-headline {
  margin-bottom: 1.428571429rem;
}

  .o-headline__main,
  .o-headline__sub {
    margin-bottom: 0;
    line-height: 1;
  }










/* ==========================================================================
   OBJECTS: #LAYOUT
   ========================================================================== */










/**
* Grid-like layout system.
*
* The layout object provides us with a column-style layout system. This file
* contains the basic structural elements, but classes should be complemented
* with width utilities, for example:
*
*   <div class="o-layout">
*     <div class="o-layout__item  u-1/2">
*     </div>
*     <div class="o-layout__item  u-1/2">
*     </div>
*   </div>
*
* The above will create a two-column structure in which each column will
* fluidly fill half of the width of the parent. We can have more complex
* systems:
*
*   <div class="o-layout">
*     <div class="o-layout__item  u-1/1  u-1/3@md">
*     </div>
*     <div class="o-layout__item  u-1/2  u-1/3@md">
*     </div>
*     <div class="o-layout__item  u-1/2  u-1/3@md">
*     </div>
*   </div>
*
* The above will create a system in which the first item will be 100% width
* until we enter our medium breakpoint, when it will become 33.333% width. The
* second and third items will be 50% of their parent, until they also become
* 33.333% width at the medium breakpoint.
*
* We can also manipulate entire layout systems by adding a series of modifiers
* to the `.o-layout` block. For example:
*
*   <div class="o-layout  o-layout--reverse">
*
* This will reverse the displayed order of the system so that it runs in the
* opposite order to our source, effectively flipping the system over.
*
*   <div class="o-layout  o-layout--[right|center]">
*
* This will cause the system to fill up from either the centre or the right
* hand side. Default behaviour is to fill up the layout system from the left.
*
* There are plenty more options available to us: explore them below.
*/










/* Default/mandatory classes
   ========================================================================== */










/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */


 .o-layout {
  display: block;           /* [1] */
  margin:  0;               /* [2] */
  padding: 0;               /* [2] */
  list-style: none;         /* [1] */
  margin-left: -2rem;       /* [3] */
  font-size: 0;
}





/**
* 1. Required in order to combine fluid widths with fixed gutters.
* 2. Allows us to manipulate grids vertically, with text-level properties,
*    etc.
* 3. Default item alignment is with the tops of each other, like most
*    traditional grid/layout systems.
* 4. By default, all layout items are full-width (mobile first).
* 5. Gutters provided by left padding:
*    http://csswizardry.com/2011/08/building-better-grid-systems/
* 6. Fallback for old IEs not supporting `rem` values.
*/


.o-layout__item {
  box-sizing: border-box;     /* [1] */
  display: inline-block;      /* [2] */
  vertical-align: top;        /* [3] */
  width: 100%;                /* [4] */
  padding-left: 2rem;         /* [5] */
  font-size: 1rem;
}










/* Gutter size modifiers
   ========================================================================== */










.o-layout--flush {
  margin-left: 0;
}

.o-layout--flush > .o-layout__item {
  padding-left: 0;
}





.o-layout--tiny {
  margin-left: -1rem;
}

.o-layout--tiny > .o-layout__item {
  padding-left: 1rem;
}





.o-layout--small {
  margin-left: -1.5rem;
}

.o-layout--small > .o-layout__item {
  padding-left: 1.5rem;
}





.o-layout--large {
  margin-left: -2.5rem;
}

.o-layout--large > .o-layout__item {
  padding-left: 2.5rem;
}





.o-layout--huge {
  margin-left: -3rem;
}

.o-layout--huge > .o-layout__item {
  padding-left: 3rem;
}










/* Vertical alignment modifiers
   ========================================================================== */










/**
* Align all grid items to the middles of each other.
*/


.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}





/**
* Align all grid items to the bottoms of each other.
*/


.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}










/**
* Stretch all grid items of each row to have an equal-height.
* Please be aware that this modifier class doesn’t take any effect in IE9 and
* below and other older browsers due to the lack of `display: flex` support.
*/


.o-layout--stretch {
  display: flex;
  flex-wrap: wrap;
}

  .o-layout--stretch > .o-layout__item{
    display: flex;
    flex-wrap: wrap;
  }





.o-layout--stretch.o-layout--center {
  justify-content: center;
}

.o-layout--stretch.o-layout--left {
  justify-content: flex-start;
}

.o-layout--stretch.o-layout--right {
  justify-content: flex-end;
}










/* Fill order modifiers
   ========================================================================== */










/**
* Fill up the layout system from the center.
*/   


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

  .o-layout--center > .o-layout__item {
    text-align: left;
  }





/**
* Fill up the layout system from the right-hand side.
*/ 


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

  .o-layout--right > .o-layout__item {
    text-align: left;
  }





/**
* Fill up the layout system from the left-hand side. This will likely only be
* needed when using in conjunction with `.o-layout--reverse`.
*/


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

  .o-layout--left > .o-layout__item {
    text-align: left;
  }





/**
* Reverse the rendered order of the grid system.
*/


.o-layout--reverse {
  direction: rtl;
}

  .o-layout--reverse > .o-layout__item {
    direction: ltr;
  }










/* Auto-widths modifier
   ========================================================================== */










/**
* Cause layout items to take up a non-explicit amount of width.
*/


.o-layout--auto > .o-layout__item {
  width: auto;
}










/* ==========================================================================
   OBJECTS: #LIST-BARE
   ========================================================================== */










/**
* Strip list-like appearance from lists by removing their bullets and any
* indentation.
*
* Note: Declaring the item class might not be necessary everywhere,
* but is for example in <dl> lists for the <dd> children.
*/


.o-list-bare {
  list-style: none;
  margin-left: 0;
}

  .o-list-bare__item {
    margin-left: 0;
  }










/* ==========================================================================
   OBJECTS: #LIST-INLINE
   ========================================================================== */










/**
* The list-inline object simply displays a list of items in one line.
*/


.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

  .o-list-inline__item,
  .o-list-inline > li {     /* addition due to code structure from hubl */
    display: inline-block;
  }










/* ==========================================================================
   OBJECTS: #WRAPPER
   ========================================================================== */




 





/**
* Page-level constraining and wrapping elements.
*/


.o-wrapper,
.container-fluid .row-fluid .o-wrapper {
  max-width: 100rem;
  padding-right: 3rem;
  padding-left: 3em;
  margin-right: auto;
  margin-left: auto;
  float: none; /* unset hubspot float */
}

  .o-wrapper:after,
  .container-fluid .row-fluid  .o-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }



.o-wrapper--small,
.container-fluid .row-fluid .o-wrapper--small {
  max-width: 90rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  float: none; /* unset hubspot float */
}

  .o-wrapper--small:after,
  .container-fluid .row-fluid  .o-wrapper--small:after {
    content: "";
    display: table;
    clear: both;
  }











/* ==========================================================================
   OBJECTS: #SECTION
   ========================================================================== */









.o-section {
  padding-top: 8%;
  padding-bottom: 8%;
}










/* Style variants
   ========================================================================== */










.o-section--tiny {
  padding-top: 2%;
  padding-bottom: 2%;
}


.o-section--small {
  padding-top: 4%;
  padding-bottom: 4%;
}









/* ==========================================================================
   COMPONENTS: #BUTTONS
   ========================================================================== */










/**
*
* 1. Allow the use of style box model properties.
* 2. Line up different sized buttons.
* 3. Reset/normalize some styles.
* 4. Make buttons inherit font styles (often necessary when styling `input`s as
*    buttons).

* 5. Force all button-styled elements to appear clickable.
* 6. Make buttons inherit font styles (often necessary when styling `input`s as
*    buttons).
*
*/


.c-btn {

  /* Layout */
  display: inline-block;      /* 1 */
  vertical-align: middle;     /* 2 */
  margin: 0;                  /* 4 */
  padding: 2rem 4rem;

  /* UI */
  font: inherit;              /* 3 */
  text-decoration: none;      /* 4 */
  text-align: center;         /* 4 */
  cursor: pointer;            /* 5 */
  font: inherit;              /* 6 */
  border-radius: 5rem;
  transition: .1s;
}










/* Style variants
   ========================================================================== */










.c-btn--primary,
.c-btn--primary:link,
.c-btn--primary:visited {
  background-color: #fff;
  border: 1px solid #fff;
}

.c-btn--primary:hover,
.c-btn--primary:active,
.c-btn--primary:focus {
  background-color: #fff;
  border: 1px solid #fff;
}





.c-btn--secondary,
.c-btn--secondary:link,
.c-btn--secondary:visited {
  background-color: #fff;
  border: 1px solid #fff;
}

.c-btn--secondary:hover,
.c-btn--secondary:active,
.c-btn--secondary:focus {
  background-color: #fff;
  border: 1px solid #fff;
}





.c-btn--tertiary,
.c-btn--tertiary:link,
.c-btn--tertiary:visited {
  background-color: #fff;
  border: 1px solid #fff;
}

.c-btn--tertiary:hover,
.c-btn--tertiary:active,
.c-btn--tertiary:focus {
  background-color: #fff;
  border: 1px solid #fff;
}











/* Size variants
   ========================================================================== */










.c-btn--small {
  padding: 1rem 2rem;
}

.c-btn--large {
  padding: 2rem 6rem;
}











/* Ghost buttons
   ========================================================================== */










/**
* Ghost buttons have see-through backgrounds and are bordered.
*/


.c-btn--ghost, 
.c-btn--ghost:link, 
.c-btn--ghost:visited {
  border: 1px solid #fff;
  color: #fff;
}

.c-btn--ghost:hover,
.c-btn--ghost:active,
.c-btn--ghost:focus {
  background-color: #fff;
  color: #fff;
}










/* ==========================================================================
   COMPONENTS: #HERO
   ========================================================================== */









.c-hero > .row-fluid-wrapper  > .row-fluid {
  background-color: #252130; 
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  font-family: HKGrotesk-Regular, system-ui;
}

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

  .c-hero__title h1 {
    font-size: 3.8rem;
    text-align: center;
    font-family: "HKGrotesk-Bold";
  }

  
  .c-hero__button {
    padding: 1.5rem;
    background-color: #FF3939;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 1rem 0;
  }








/* ==========================================================================
   COMPONENTS: #BOX
   ========================================================================== */









.c-box {
  padding: 5%;
}



.c-box--small {
  padding: 2%;
}


.c-box--large {
  padding: 8%;
}


.c-box--huge {
  padding: 12%;
}













/* ==========================================================================
   COMPONENTS: #SOCIAL
   ========================================================================== */









.c-social {
  color: #7F88B9;
}

  .c-social h2 {
    font-size: 1.4rem;
    min-height: unset;
    font-weight: 100;
    font-family: HKGrotesk-Regular, system-ui;
  }

  .c-social a {
    color: #7F88B9;
    font-size: 2.5rem;
  }









/* ==========================================================================
   COMPONENTS: #FOOTER
   ========================================================================== */







.c-footer__copyright {
  color: #9190A5;
  font-weight: 300;
  font-family: HKGrotesk-Regular, system-ui;
}









/* ==========================================================================
   COMPONENTS: #FORMS
   ========================================================================== */











/* All Global Forms
   ========================================================================== */


.c-form-overlay .row-fluid-wrapper .row-fluid {
  background-color: #252130;
}


.c-form {
  background-color: #1C1924;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none !important;
  overflow: scroll;
}

.open {
  display: block !important;
}

.c-form form {
  width: 80%;
  background-color: #36324A;
  padding: 4rem;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 5% 0;
}


@media (min-width:768px) {
 
  .c-form form {
    width: 40%;
  }

}


.c-form__close {
  display: block;
  font-size: 4.6rem;
  color: white;
  position: fixed;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 99;
  opacity: 0 !important;
}

.visible {
  opacity: 1 !important;
}


.c-form .hs-richtext p {
  font-size: 1rem;
}




/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  display: inline-block;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: HKGrotesk-Regular, system-ui;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding: .5rem;
  border: none;
  border-radius: 5px;
  background-color: #4F4A69;
  color: white;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
 
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}







/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: HKGrotesk-Regular, system-ui;
  font-size: 48.5%;
  text-decoration: none !important;

}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.c-form .hs-button.primary.large { 
  padding: 1.5rem;
  background-color: #FF3939;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin: 1rem 0;
  border-radius: 5px;
  color: white;
  border: 0;
}

.c-form .hs-button.primary.large:hover {}
.c-form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}












/* ==========================================================================
   UTILITIES: #CLEARFIX
   ========================================================================== */

   








/**
* For certain browsers
*
* 1. The space content is one way to avoid an Opera bug when the contenteditable
*    attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
*
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/


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

.u-clearfix:after {
  clear: both;
}





/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/


.u-clearfix {
  zoom: 1;      /* For IE 6/7 (trigger hasLayout) */
}










/* ==========================================================================
   UTILITIES: #HACKS
   ========================================================================== */










/* ==========================================================================
   UTILITIES: #HEADINGS
   ========================================================================== */










/**
* Redefine all of our basic heading styles against utility classes so as to
* allow for double stranded heading hierarchy, e.g. we semantically need an H2,
* but we want it to be sized like an H1:
*
* <h2 class="u-h1"></h2>
*
*/  


.u-h1 {
  font-size: 3.6rem !important;
}

.u-h2 {
  font-size: 2.8rem !important;
}

.u-h3 {
  font-size: 2.4rem !important;
}

.u-h4 {
  font-size: 2rem !important;
}

.u-h5 {
  font-size: 1.8rem !important;
}

.u-h6 {
  font-size: 1.6rem !important;
}










/* ==========================================================================
   UTILITIES: #HIDE
   ========================================================================== */










/**
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/


.u-hidden-visually {
  visibility: hidden !important;
}





/**
* Hide visually and from screen readers.
*/

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










/* ==========================================================================
   UTILITIES: #CENTER VERTICALLY
   ========================================================================== */








@media (min-width: 48em) { /* 48 em b/c it is the width of hubspot were columns stack*/
  
  
  
  
  
  
  
  
  
  
.u-center-vertically > .row-fluid-wrapper > .row-fluid {
  display: table;
}

  .u-center-vertically > .row-fluid-wrapper > .row-fluid > * {
    display: table-cell;
    vertical-align: middle;
    float: none; /* Cancel hubspot float */
  }

  
  
  
  
  
  
  
  
  
}









/* ==========================================================================
   UTILITIES: #TEXT ALIGN
   ========================================================================== */









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

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

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










/* ==========================================================================
   UTILITIES: #BACKGROUND COLORS
   ========================================================================== */









.u-bg-primary .row-fluid-wrapper .row-fluid {
  background-color: #252130;
}


.u-bg-accent .row-fluid-wrapper .row-fluid {
  background-color: #F2F2F4; /* Light gray */
}










/* ==========================================================================
   #WIDTHS
   ========================================================================== */










/**
* inuitcss generates a series of utility classes that give a fluid width to
* whichever element they’re applied, e.g.:
*
*   <img src="" alt="" class="u-1/2" />
*
* These classes are most commonly used in conjunction with our layout system,
* e.g.:
*
*   <div class="o-layout__item  u-1/2">
*
* By default, inuitcss will also generate responsive variants of each of these
* classes by using your Sass MQ configuration, e.g.:
*
*   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
*
* Optionally, inuitcss can generate offset classes which can push and pull
* elements left and right by a specified amount, e.g.:
*
*   <div class="o-layout__item  u-2/3  u-pull-1/3">
*
* This is useful for making very granular changes to the rendered order of
* items in a layout.
*
* N.B. This option is turned off by default.
*/


.u-1\/1 {
  width: 100% !important;
}





.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}





.u-1\/3 {
  width: 33.333333333% !important;
}

.u-2\/3 {
  width: 66.666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}





.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}





.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}










@media (min-width: 45em) {
  









  .u-1\/1\@sm {
    width: 100% !important;
  }





  .u-1\/2\@sm {
    width: 50% !important;
  }

  .u-2\/2\@sm {
    width: 100% !important;
  }





  .u-1\/3\@sm {
    width: 33.333333333% !important;
  }

  .u-2\/3\@sm {
    width: 66.666666667% !important;
  }

  .u-3\/3\@sm {
    width: 100% !important;
  }





  .u-1\/4\@sm {
    width: 25% !important;
  }

  .u-2\/4\@sm {
    width: 50% !important;
  }

  .u-3\/4\@sm {
    width: 75% !important;
  }

  .u-4\/4\@sm {
    width: 100% !important;
  }





  .u-1\/5\@sm {
    width: 20% !important;
  }

  .u-2\/5\@sm {
    width: 40% !important;
  }

  .u-3\/5\@sm {
    width: 60% !important;
  }

  .u-4\/5\@sm {
    width: 80% !important;
  }

  .u-5\/5\@sm {
    width: 100% !important;
  }









  
}










@media (min-width: 64em) {
  









  .u-1\/1\@md {
    width: 100% !important;
  }





  .u-1\/2\@md {
    width: 50% !important;
  }

  .u-2\/2\@md {
    width: 100% !important;
  }





  .u-1\/3\@md {
    width: 33.333333333% !important;
  }

  .u-2\/3\@md {
    width: 66.666666667% !important;
  }

  .u-3\/3\@md {
    width: 100% !important;
  }





  .u-1\/4\@md {
    width: 25% !important;
  }

  .u-2\/4\@md {
    width: 50% !important;
  }

  .u-3\/4\@md {
    width: 75% !important;
  }

  .u-4\/4\@md {
    width: 100% !important;
  }





  .u-1\/5\@md {
    width: 20% !important;
  }

  .u-2\/5\@md {
    width: 40% !important;
  }

  .u-3\/5\@md {
    width: 60% !important;
  }

  .u-4\/5\@md {
    width: 80% !important;
  }

  .u-5\/5\@md {
    width: 100% !important;
  }









  
}










@media (min-width: 75em) {
 









  .u-1\/1\@lg{
    width: 100% !important;
  }





  .u-1\/2\@lg{
    width: 50% !important;
  }

  .u-2\/2\@lg{
    width: 100% !important;
  }





  .u-1\/3\@lg{
    width: 33.333333333% !important;
  }

  .u-2\/3\@lg{
    width: 66.666666667% !important;
  }

  .u-3\/3\@lg{
    width: 100% !important;
  }





  .u-1\/4\@lg{
    width: 25% !important;
  }

  .u-2\/4\@lg{
    width: 50% !important;
  }

  .u-3\/4\@lg{
    width: 75% !important;
  }

  .u-4\/4\@lg{
    width: 100% !important;
  }





  .u-1\/5\@lg{
    width: 20% !important;
  }

  .u-2\/5\@lg{
    width: 40% !important;
  }

  .u-3\/5\@lg{
    width: 60% !important;
  }

  .u-4\/5\@lg{
    width: 80% !important;
  }

  .u-5\/5\@lg{
    width: 100% !important;
  }









  
}

