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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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



@font-face {
    font-family: 'Whitney';
    src: url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Bold.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Bold.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Bold.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney';
    src: url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Medium.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Medium.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Medium.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney';
    src: url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Black.eot');
    src: url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Black.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Black.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Black.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/4355258/Fonts/Whitney-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Whitney', Helvetica;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
}

h2 {
	font-size: 2.5rem;
}

h3 {
  	font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.hs-landing-page {
  margin: 0 auto;
  font-family: 'Whitney', Helvetica;
}

input, textarea, select {
  font-family: 'Whitney', Helvetica;
  font-size: .9rem;
}


.hs-landing-page a {
	color: #009fdf;
}

.main-menu {
  /*width: calc(100% - 13.5rem) !important;
  margin-left: ;*/
}

.main-menu ul li {
  margin: 0 1.125rem;
}

.main-menu ul li a {
  color: #333;
  font-weight: 900; 
  font-size: 1.125rem;
}

.main-menu ul li a:hover {
  color: grey;
}

.page-hero img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: -1;
}

.button {
    height: 4rem;
    background: #009fdf;
    color: #fff;
    display: inline-block;
    line-height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1rem;
    font-size: 1.15rem;
} 

.hs-button {
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  margin-top: 0;
}

.page-hero {
  text-align: center;
  padding-bottom: 10rem;
  padding-top: 2rem;
  overflow: hidden;
}

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


.page-hero .pre-title,.page-hero .section-header {
  color: #fff;
}

.pre-title span {
 font-weight: 700;
  font-size: 1.1rem;
}

.page-hero h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.hs-landing-page .page-body {
	margin-top: 5rem; 
  margin-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-body h1, 
.page-body h2, 
.page-body h3, 
.page-body h4, 
.page-body h5, 
.page-body h6, 
.page-body p, 
.page-body ol, 
.page-body ul, 
.page-body span, 
.page-body label {
	color: #333;
}

.page-body p, .page-body ol, .page-body ul {
  line-height: 1.8;
}

.page-body form input, .page-body form textarea, .page-body form select {
    border: 1px solid #ddd;
    height: 4rem;
	  margin-bottom: 1rem;
}

.form-pre-title span {
  font-weight: bold;
  display: block;
  color: #333;
  margin-bottom: 1rem;
}

.form-wrapper h3 {
  margin-top: 0;
   position: relative;
  margin-bottom: 2rem;
  text-transform: none;
}
  
.form-wrapper {
  display: block;
  position: relative;
  border: 3px solid #009fdf;
  padding: 3rem;
}

form .hs-button {
  background: #009fdf;
  color: #fff;
  padding: 1.45rem 2.5rem;
  display: inline-block;
  text-decoration: none;
  border: none !important;
}

.social-sharing {
  color: #333;
}

.social-sharing i {
  color: #009fdf;
  font-size: 1rem;
   border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #ddd;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
}

.page-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

[data-toggle-hash] {
  background-size: 100%;
  background-position: left 50%;
  background-repeat: no-repeat;

  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 1rem;
}

[data-toggle-hash]::before, [data-toggle-hash]::after {
    background: #333;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
}

[data-toggle-hash]::after {
    top: auto;
    bottom: 0;
}

@media (max-width: 759px) {
  body.hs-landing-page .body-container-wrapper .page-hero p,
	body.hs-site-page .body-container-wrapper .page-hero p {
      margin: .5rem auto 0px auto !important;
  }
  .page-hero h1 {
    font-size: 1.35rem;
    line-height: 1.4;
  }
  
  .form-wrapper {
    order: 2 !important;
  }
  
  .page-footer img {
	  margin: 0 auto 1rem auto;
	  display: block; 
  }
  
  .social-sharing {
    text-align: center !important;
  }
}

@media (min-width: 760px) {
  .social-sharing {
  	text-align: right !important;
  } 
}

@media (max-width: 1139px) {
  .page-footer, .hubspot-logo {
  	padding-left: 1rem; 
    padding-right: 1rem; 
  }
}

@media (max-width: 1060px) {

  [data-toggle-hash] {
    height: 1.1rem;
    width: 2.5rem;
    display: block;
  }

  .hubspot-logo {
    width: 100% !important;
  }

  .hubspot-logo img {
    margin: 0 auto;
  }

  .main-menu {
    display: none !important;
  }

  .main-menu.open {
    display: block !important;
  }
  .main-menu.open ul {
    width: 100%;
    height: 100%;
    margin: 2rem 0;
  }

  .main-menu.open ul li {
    width: 100%;
    margin-left: 0;
  }

  .main-menu.open ul li a {
    padding-left: 0;
  }

  .hubspot-logo a {
    display: block;
    margin: 0 4rem;
  }
}




@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600');

@font-face {
  font-family: 'fontello';
  src: url('https://cdn2.hubspot.net/hubfs/4423737/Fontello/fontello.eot?5617874');
  src: url('https://cdn2.hubspot.net/hubfs/4423737/Fontello/fontello.eot?5617874#iefix') format('embedded-opentype'),
       url('https://cdn2.hubspot.net/hubfs/4423737/Fontello/fontello.woff2?5617874') format('woff2'),
       url('https://cdn2.hubspot.net/hubfs/4423737/Fontello/fontello.woff?5617874') format('woff'),
       url('https://cdn2.hubspot.net/hubfs/4423737/Fontello/fontello.ttf?5617874') format('truetype'),
       url('https://cdn2.hubspot.net/hubfs/4423737/Fontello/fontello.svg?5617874#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?5617874#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-instagram:before { content: '\e802'; } /* '' */
.icon-linkedin:before { content: '\e803'; } /* '' */
.icon-right:before { content: '\f105'; } /* '' */

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

button {
  display: block;
  width: auto;
  background: transparent;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }
  button:hover {
    cursor: pointer; }
  button:focus {
    outline: 0; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  color: inherit;
  /* Browsers have different default form fonts */
  font-family: inherit; }

input:focus,
textarea:focus {
  outline: 0; }

textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

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




* {
  box-sizing: border-box;
}

body {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
  
   background: #fff;
}

/* 
 * Typography
 */




p {
    margin: 0 0 1.5rem;
}

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

img {
  max-width: 100%;
}

a:hover, 
a:focus {
    opacity: .6; 
}

/***
 * Header
 ***/
body.hs-landing-page .header-container-wrapper,
body.hs-site-page .header-container-wrapper {
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: block;
  position: relative;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

body.hs-landing-page .header-container-wrapper > *,
body.hs-site-page .header-container-wrapper > * {
	position: relative; 
}

body.hs-landing-page .header-container-wrapper .hs_cos_wrapper_type_logo,
body.hs-site-page .header-container-wrapper .hs_cos_wrapper_type_logo {
  padding: .75rem 0;
}
body.hs-landing-page .header-container-wrapper .hs_cos_wrapper_type_logo img,
body.hs-site-page .header-container-wrapper .hs_cos_wrapper_type_logo img {
  display: block;
  width: auto !important;
  height: 40px !important;
}

body.hs-site-page .header-container-wrapper .goHome,
body.hs-landing-page .header-container-wrapper .goHome {
	  background: #4b8bcc;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: .8rem;
    transform: translateY(-50%);
}

body.hs-landing-page .header-container-wrapper .hs_cos_wrapper_type_cta img,
body.hs-site-page .header-container-wrapper .hs_cos_wrapper_type_cta img {
  display: none;
}
body.hs-landing-page .body-container-wrapper .page-hero,
body.hs-site-page .body-container-wrapper .page-hero {
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: block;
  position: relative;
  margin: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  float: none;
  color: #fff;
  text-align: center;
}
body.hs-landing-page .body-container-wrapper .page-hero small.heading--subtle,
body.hs-site-page .body-container-wrapper .page-hero small.heading--subtle {
  color: #fff;
}
body.hs-landing-page .body-container-wrapper .page-hero h1,
body.hs-site-page .body-container-wrapper .page-hero h1 {
  color: #fff;
  font-weight: 600;
  margin: 0px auto;
}
body.hs-landing-page .body-container-wrapper .page-hero p,
body.hs-site-page .body-container-wrapper .page-hero p {
  font-weight: bold;
  margin: 0;
  max-width: 32rem;
  margin: 1rem auto 0px auto;
}
body.hs-landing-page .body-container-wrapper .page-hero .hs_cos_wrapper_type_linked_image img,
body.hs-site-page .body-container-wrapper .page-hero .hs_cos_wrapper_type_linked_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  z-index: -1;
}
@supports (object-fit: cover) {
  body.hs-landing-page .body-container-wrapper .page-hero .hs_cos_wrapper_type_linked_image img,
  body.hs-site-page .body-container-wrapper .page-hero .hs_cos_wrapper_type_linked_image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    
    top: 0;
    left: 0;
    transform: translate(0,0);
  }
}
body.hs-landing-page .body-container-wrapper .page-hero .row-fluid [class*="span"],
body.hs-site-page .body-container-wrapper .page-hero .row-fluid [class*="span"] {
  min-height: 0;
}

/* * *
 *  Body 
 * * */
body.hs-landing-page .body-container-wrapper .page-body,
body.hs-site-page .body-container-wrapper .page-body {
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: block;
  position: relative;
  margin: 0;
  padding-top: 6rem;
  padding-bottom: 2rem;
  position: relative;
  
  background: #fff;
}


/** Input Fields **/
body.hs-landing-page .body-container-wrapper label,
body.hs-site-page .body-container-wrapper label {
  color:red;
  letter-spacing: 1px;
  font-size: .9rem;
  margin-bottom: 5px;
  font-size: .9rem;
}
body.hs-landing-page .body-container-wrapper input[type=text],
body.hs-landing-page .body-container-wrapper input[type=password],
body.hs-landing-page .body-container-wrapper input[type=search],
body.hs-landing-page .body-container-wrapper input[type=email],
body.hs-landing-page .body-container-wrapper input[type=url],
body.hs-landing-page .body-container-wrapper input[type=tel],
body.hs-landing-page .body-container-wrapper input[type=number],
body.hs-landing-page .body-container-wrapper input[type=date],
body.hs-landing-page .body-container-wrapper input[type=month],
body.hs-landing-page .body-container-wrapper input[type=week],
body.hs-landing-page .body-container-wrapper input[type=time],
body.hs-landing-page .body-container-wrapper input[type=datetime],
body.hs-landing-page .body-container-wrapper input[type=datetime-local],
body.hs-landing-page .body-container-wrapper input[type=color],
body.hs-landing-page .body-container-wrapper textarea,
body.hs-landing-page .body-container-wrapper select,
body.hs-site-page .body-container-wrapper input[type=text],
body.hs-site-page .body-container-wrapper input[type=password],
body.hs-site-page .body-container-wrapper input[type=search],
body.hs-site-page .body-container-wrapper input[type=email],
body.hs-site-page .body-container-wrapper input[type=url],
body.hs-site-page .body-container-wrapper input[type=tel],
body.hs-site-page .body-container-wrapper input[type=number],
body.hs-site-page .body-container-wrapper input[type=date],
body.hs-site-page .body-container-wrapper input[type=month],
body.hs-site-page .body-container-wrapper input[type=week],
body.hs-site-page .body-container-wrapper input[type=time],
body.hs-site-page .body-container-wrapper input[type=datetime],
body.hs-site-page .body-container-wrapper input[type=datetime-local],
body.hs-site-page .body-container-wrapper input[type=color],
body.hs-site-page .body-container-wrapper textarea,
body.hs-site-page .body-container-wrapper select {
  border: 1px solid #ddd;
  height: 2.5rem;
  padding: 0.7rem 1rem 0.6rem;
  margin-bottom: .5rem;
  width: 100%;
  color: #888;
  line-height: inherit;
}
body.hs-landing-page .body-container-wrapper input[type=text]:focus,
body.hs-landing-page .body-container-wrapper input[type=password]:focus,
body.hs-landing-page .body-container-wrapper input[type=search]:focus,
body.hs-landing-page .body-container-wrapper input[type=email]:focus,
body.hs-landing-page .body-container-wrapper input[type=url]:focus,
body.hs-landing-page .body-container-wrapper input[type=tel]:focus,
body.hs-landing-page .body-container-wrapper input[type=number]:focus,
body.hs-landing-page .body-container-wrapper input[type=date]:focus,
body.hs-landing-page .body-container-wrapper input[type=month]:focus,
body.hs-landing-page .body-container-wrapper input[type=week]:focus,
body.hs-landing-page .body-container-wrapper input[type=time]:focus,
body.hs-landing-page .body-container-wrapper input[type=datetime]:focus,
body.hs-landing-page .body-container-wrapper input[type=datetime-local]:focus,
body.hs-landing-page .body-container-wrapper input[type=color]:focus,
body.hs-landing-page .body-container-wrapper textarea:focus,
body.hs-landing-page .body-container-wrapper select:focus,
body.hs-site-page .body-container-wrapper input[type=text]:focus,
body.hs-site-page .body-container-wrapper input[type=password]:focus,
body.hs-site-page .body-container-wrapper input[type=search]:focus,
body.hs-site-page .body-container-wrapper input[type=email]:focus,
body.hs-site-page .body-container-wrapper input[type=url]:focus,
body.hs-site-page .body-container-wrapper input[type=tel]:focus,
body.hs-site-page .body-container-wrapper input[type=number]:focus,
body.hs-site-page .body-container-wrapper input[type=date]:focus,
body.hs-site-page .body-container-wrapper input[type=month]:focus,
body.hs-site-page .body-container-wrapper input[type=week]:focus,
body.hs-site-page .body-container-wrapper input[type=time]:focus,
body.hs-site-page .body-container-wrapper input[type=datetime]:focus,
body.hs-site-page .body-container-wrapper input[type=datetime-local]:focus,
body.hs-site-page .body-container-wrapper input[type=color]:focus,
body.hs-site-page .body-container-wrapper textarea:focus,
body.hs-site-page .body-container-wrapper select:focus {
  box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.2);
}
body.hs-landing-page .body-container-wrapper ::-webkit-input-placeholder,
body.hs-site-page .body-container-wrapper ::-webkit-input-placeholder {
  color: #A4B8CC;
}
body.hs-landing-page .body-container-wrapper ::-moz-placeholder,
body.hs-site-page .body-container-wrapper ::-moz-placeholder {
  color: #A4B8CC;
}
body.hs-landing-page .body-container-wrapper :-ms-input-placeholder,
body.hs-site-page .body-container-wrapper :-ms-input-placeholder {
  color: #A4B8CC;
}
body.hs-landing-page .body-container-wrapper ::placeholder,
body.hs-site-page .body-container-wrapper ::placeholder {
  color: #A4B8CC;
}
body.hs-landing-page .body-container-wrapper input[type=submit],
body.hs-site-page .body-container-wrapper input[type=submit] {
  background: #009fdf;
  border: 1px solid #009fdf;
  min-width: 2.5rem;
  padding: 1.45rem 2.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  -webkit-appearance: button;
  cursor: pointer;
  margin-bottom: 0;
}
body.hs-landing-page .body-container-wrapper .hs-form-field,
body.hs-site-page .body-container-wrapper .hs-form-field {
  margin-bottom: 1rem;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.inputs-list,
body.hs-site-page .body-container-wrapper .hs-form-field ul.inputs-list {
  margin: 0;
  list-style: none;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.inputs-list li,
body.hs-site-page .body-container-wrapper .hs-form-field ul.inputs-list li {
  display: inline-block;
  margin: 0 1.5rem .5rem 0;
  padding: 0;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.inputs-list li:before,
body.hs-site-page .body-container-wrapper .hs-form-field ul.inputs-list li:before {
  display: none;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.inputs-list li a,
body.hs-site-page .body-container-wrapper .hs-form-field ul.inputs-list li a {
  color: #ff5028;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.inputs-list li input[type=radio],
body.hs-landing-page .body-container-wrapper .hs-form-field ul.inputs-list li input[type=checkbox],
body.hs-site-page .body-container-wrapper .hs-form-field ul.inputs-list li input[type=radio],
body.hs-site-page .body-container-wrapper .hs-form-field ul.inputs-list li input[type=checkbox] {
  margin: 0 0.5rem 2px 0;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.hs-error-msgs,
body.hs-site-page .body-container-wrapper .hs-form-field ul.hs-error-msgs {
  margin: 0 0 1rem;
  font-size: .75rem;
  font-style: italic;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.hs-error-msgs li,
body.hs-site-page .body-container-wrapper .hs-form-field ul.hs-error-msgs li {
  padding-left: 0;
  margin-bottom: 0;
}
body.hs-landing-page .body-container-wrapper .hs-form-field ul.hs-error-msgs li:before,
body.hs-site-page .body-container-wrapper .hs-form-field ul.hs-error-msgs li:before {
  display: none;
}


/** List **/
body.hs-landing-page .body-container-wrapper .page-body ul,
body.hs-landing-page .body-container-wrapper .page-body ol,
body.hs-site-page .body-container-wrapper .page-body ul,
body.hs-site-page .body-container-wrapper .page-body ol {
  margin: 1.5rem 0;
  list-style: none;
}

body.hs-landing-page .body-container-wrapper .page-body ul li,
body.hs-landing-page .body-container-wrapper .page-body ol li,
body.hs-site-page .body-container-wrapper .page-body ul li,
body.hs-site-page .body-container-wrapper .page-body ol li {
  
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 3rem;
}
body.hs-landing-page .body-container-wrapper .page-body ul li:before,
body.hs-landing-page .body-container-wrapper .page-body ol li:before,
body.hs-site-page .body-container-wrapper .page-body ul li:before,
body.hs-site-page .body-container-wrapper .page-body ol li:before {
  content: '';
  background: #009fdf;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
}

body.hs-landing-page .body-container-wrapper .page-body ol,
body.hs-site-page .body-container-wrapper .page-body ol {
  counter-reset: list-counter;
}

body.hs-landing-page .body-container-wrapper .page-body ol li:before,
body.hs-site-page .body-container-wrapper .page-body ol li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
}

body.hs-landing-page .body-container-wrapper .page-body ul li:before,
body.hs-site-page .body-container-wrapper .page-body ul li:before {
  background: #009fdf url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2025%2025%22%20class%3D%22icon%22%3E%3Ctitle%3Earow-right%3C/title%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.52%2021.46a1%201%200%200%201-.71-.29%201%201%200%200%201%200-1.42l7.26-7.25-7.26-7.25a1%201%200%201%201%201.42-1.42l8.67%208.67-8.67%208.67a1%201%200%200%201-.71.29z%22%3E%3C/path%3E%3C/svg%3E) center center no-repeat;
  background-size: 1.25rem;
}

/* * *
 * Footer
 * * */
body.hs-landing-page .footer-container-wrapper,
body.hs-site-page .footer-container-wrapper {
  display: block;
  width: 80%;
  margin: 3rem auto;
  text-align: center;
  color: #fff;
}
body.hs-landing-page .footer-container-wrapper .footer-logo img,
body.hs-site-page .footer-container-wrapper .footer-logo img {
  display: inline-block;
  margin-top: 1rem;
  width: 8rem !important;
  height: auto !important;
}

body.hs-landing-page .footer-container-wrapper a,
body.hs-site-page .footer-container-wrapper a {
  display: inline-block;
  margin: 0 .5rem .5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75rem;
  color: #fff;
}

body.hs-landing-page .footer-container-wrapper [class^="icon-"]:before,
body.hs-site-page .footer-container-wrapper [class^="icon-"]:before,
body.hs-landing-page .footer-container-wrapper [class*=" icon-"]:before,
body.hs-site-page .footer-container-wrapper [class*=" icon-"]:before{
  font-size: 1.1rem;
}

body.hs-landing-page .footer-container-wrapper .span6:last-child,
body.hs-site-page .footer-container-wrapper .span6:last-child {
  margin-top: 1.5rem;
}

/***
 * Laptop Queries
 ***/
@media (min-width: 1600px) {
  body.hs-landing-page .header-container-wrapper,
  body.hs-site-page .header-container-wrapper {
    padding-left: calc(50% - 640px);
    padding-right: calc(50% - 640px);
  }
  body.hs-landing-page .body-container-wrapper .page-hero,
  body.hs-site-page .body-container-wrapper .page-hero {
    padding-left: calc(50% - 640px);
    padding-right: calc(50% - 640px);
  }
  body.hs-landing-page .body-container-wrapper .page-body,
  body.hs-site-page .body-container-wrapper .page-body {
    padding-left: calc(50% - 640px);
    padding-right: calc(50% - 640px);
  }
  body.hs-landing-page .footer-container-wrapper,
  body.hs-site-page .footer-container-wrapper {
    max-width: 1280px;

  }
}

/***
 * Tablet
 ***/
@media (max-width: 767px) {
  
  h1, h2 {
    word-wrap: break-word;
		hyphens: auto; // NOTE: This break unnecessary words
  }
  
  h1 {
    font-size: 2.25rem;
  }
  
  h2 {
    font-size: 1.9rem;
  }
  
  body.hs-landing-page .body-container-wrapper .page-hero,
  body.hs-site-page .body-container-wrapper .page-hero {
		padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  body.hs-landing-page .body-container-wrapper .page-body,
	body.hs-site-page .body-container-wrapper .page-body {
  	padding-top: 4rem; 
    padding-bottom: 0;
  }
  
  body.hs-landing-page .body-container-wrapper .page-body .row-fluid ,
  body.hs-site-page .body-container-wrapper .page-body .row-fluid {
  	display: flex;
    flex-direction: column;
  }
  body.hs-landing-page .body-container-wrapper .page-body .widget-span + .widget-span,
  body.hs-site-page .body-container-wrapper .page-body .widget-span + .widget-span {
    margin-bottom: 4rem;
    order: -1;
  }
  body.hs-landing-page .footer-container-wrapper,
  body.hs-site-page .footer-container-wrapper {
    font-size: 0;
  }
  
}

/***
 * Larger then Tablet
 ***/
@media (min-width: 768px) {
  body.hs-landing-page .body-container-wrapper .page-body .widget-span + .widget-span,
  body.hs-site-page .body-container-wrapper .page-body .widget-span + .widget-span {
    padding: 3rem;
  }
  body.hs-landing-page .footer-container-wrapper,
  body.hs-site-page .footer-container-wrapper {
    text-align: left;
  }
  
  body.hs-landing-page .footer-container-wrapper .span6:last-child,
  body.hs-site-page .footer-container-wrapper .span6:last-child {
    text-align: right;
  }
}

/*** 
 * Hack
 ***/
#hs-pwd-widget-password {
    height: auto !important;
    max-width: 500px;
    margin-right: auto;
    display: block;
    margin-left: auto;
}

/*****
 * Layout fixes S&P
 * ****/
span#hs_cos_wrapper_subheader {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5em;
}

.hs-richtext {
    font-weight: normal;
    line-height: 1.4em;
}

body.hs-landing-page .body-container-wrapper input[type=submit], body.hs-site-page .body-container-wrapper input[type=submit] {
    background: #009fdf;
    border: 1px solid #009fdf;
    min-width: 2.5rem;
    padding: 1.45rem 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    -webkit-appearance: button;
    cursor: pointer;
    margin-bottom: 0;
  	font-family: 'whitney', sans-serif;
}

#hs_cos_wrapper_module_1537534412558143 > ul > li:nth-child(1) {
	/*background-color: #009fdf;*/
  /*height: 270px;
  border-top-left-radius: 100%;*/
}

#hs_cos_wrapper_module_1537534412558143 > ul > li:nth-child(2) {
  /*border-top-right-radius: 100%;*/
}

#hs_cos_wrapper_module_1537534412558143 > ul > li:nth-child(3) {
	/*background-color:	#78be20;*/
  /*height: 270px;
  border-bottom-left-radius: 100%;*/
}

#hs_cos_wrapper_module_1537534412558143 > ul > li:nth-child(4) {
	/*background-color: #002d72;*/
 	/*border-bottom-right-radius: 100%;*/
}
  


.desktopFixedMenuOn {
	position': fixed;
  bottom: -20px;
  margin-bottom:0 !important;
  transition: all 1s ease;
}

.anchor-links {
		position: static;
  	/*justify-content:initial;*/
  	top:'';
    z-index: 9999;
    width: 100%;
    padding-left: calc(50% - 640px);
    padding-right: calc(50% - 640px);
    left: 0;
  	transition: all 1s ease;
}

  .anchor-links li a {
    font-weight: 100 !important;
    font-size:1.2em !important;
	}

@media (max-width:768px) {
  
  /* Genereal row layout */
  body.hs-landing-page .body-container-wrapper .page-body, body.hs-site-page .body-container-wrapper .page-body {
      padding: 20px !important;
      padding-bottom: 0;
  }
  
	body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-5 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-9 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-11 > div > div {
    border-color: #009fdf;
    padding: 10px !important;
  }
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-5 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-9 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-11 > div > div > div > div > div.span5.widget-span.widget-type-cell > div > div > div {
  	border-color: #f3f3f3 4px solid;
    background: #f3f3f3;
    padding: 10px !important;
    margin-top: 0px !important;
    text-align: center;
    margin-left: 0px !important;
  }
  .form-wrapper {
    display: block;
    position: relative;
    border: 3px solid #009fdf;
    padding: 10px !important;
	}
  
  body.hs-landing-page .body-container-wrapper input[type=submit], body.hs-site-page .body-container-wrapper input[type=submit] {
    width: 100%;
	}
  
  h3 {
    padding-top:20px;
    font-size: 1.5rem;	
	}
  .anchor-links {
    margin: 0 !important;
    margin-bottom: 20px !important;
	}
  
  .anchor-links li.flex--2 {
      min-width: calc(50% );
      max-width: calc(50%);
      flex: 0 0 calc(50%);
      margin-bottom: 1.5rem;
      margin: 0 !important;
      padding: 0 !important;
	}
  
  .anchor-links li a {
      padding: 0 !important;
    font-weight: 100px !important;
    font-size:1.2em !important;
	}
  
  #hs_cos_wrapper_module_1537534412558143 > ul > li {
    position: relative;
    margin: 0 !important;
    padding: 10px !important;
	}
  
  .slide-up
{
    bottom: 0px !important;
}

.slide-down
{
    bottom: -475px !important;
}
  
} /* END mediaquery max-width 480 px */

/*
 * Animatitons
 * 
 * /

/* -- Animation stuff -- */
#content.home-in { -webkit-animation-name: fadeIn;}
#content.home-in-final { top: 0px; opacity: 1;}
#content.home-out { -webkit-animation-name: fadeOut;}
#content.home-out-final { top: 100px; opacity: .5;}

@-webkit-keyframes fadeIn {
  0%      { opacity: .5; -webkit-transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0%)); }
}

@-webkit-keyframes fadeOut {
  0%      { opacity: 1; -webkit-transform: translateY(0%); }
  100% { opacity: .5; -webkit-transform: translateY(100px) }
}

/*

@media (min-width: 768px) {
  	.anchor-links {
		position: static;
  	bottom: 0;
    z-index: 9999;
    width: 100%;
    padding-left: calc(50% - 640px);
    padding-right: calc(50% - 640px);
    left: 0;
  	transition: top 2s;
	}
}

*/