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


*/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* line 21, ../sass/hsi2015.scss */
html {
  color: inherit;
  /* throw away so minification works */
}

/* Colors */
/* line 1, ../sass/base/_baseline.scss */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/base/_baseline.scss */
html {
  font-size: 62.5%;
}

/* line 6, ../sass/base/_baseline.scss */
body {
  margin: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: .005em;
  color: #fff;
}

/* line 13, ../sass/base/_baseline.scss */
strong {
  font-weight: 900;
}

/* line 16, ../sass/base/_baseline.scss */
.row-fluid [class*="span"] {
  margin-left: 0;
  min-height: 0;
}

/* ----- Extra icons ----- */
/* line 22, ../sass/base/_baseline.scss */
[class*="icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: inherit;
  line-height: 1;
  background-size: 1em 1em;
}

/* line 30, ../sass/base/_baseline.scss */
.icon-canada {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2221058846-svg/images/CanadamapleLeaf_forFooter_12x12-01.svg?v=1");
}

/* line 33, ../sass/base/_baseline.scss */
.icon-po {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2230423318-svg/images/POicon_forFooter_12x12-01.svg?v=1");
}

/* line 37, ../sass/base/_baseline.scss */
.hs-item-has-children > a::after {
  content: '\f107';
  font-family: FontAwesome;
  padding-left: .5em;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span1 {
  width: 8.33333%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span2 {
  width: 16.66667%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span3 {
  width: 25%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span4 {
  width: 33.33333%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span5 {
  width: 41.66667%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span6 {
  width: 50%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span7 {
  width: 58.33333%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span8 {
  width: 66.66667%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span9 {
  width: 75%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span10 {
  width: 83.33333%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span11 {
  width: 91.66667%;
}

/* line 2, ../sass/base/_grids.scss */
.no-margin .row-fluid .span12 {
  width: 100%;
}


@media (max-width: 767px) {
  /* line 8, ../sass/base/_grids.scss */
  .no-margin .row-fluid {
    width: 100%;
  }

  /* line 12, ../sass/base/_grids.scss */
  .no-margin .row-fluid [class*="span"] {
    float: none;
    width: auto;
  }
}
/* line 1, ../sass/layout/_header.scss */
.header-container-wrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
}

/* line 6, ../sass/layout/_header.scss */
header[role=banner] {
  position: fixed;
  top: 0;
  width: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 13, ../sass/layout/_header.scss */
header[role=banner] .row-number-2 .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: multiple;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-transition: padding 0.5s, background-color 0.5s;
  -o-transition: padding 0.5s, background-color 0.5s;
  -webkit-transition: padding 0.5s, background-color 0.5s;
  transition: padding 0.5s, background-color 0.5s;
  font-size: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}





/* line 21, ../sass/layout/_header.scss */
.scrolled header[role=banner] .row-number-2 .row-fluid {
  padding: .2rem 1rem .3rem;
  background-color: white;
}
/* line 25, ../sass/layout/_header.scss */
.scrolled header[role=banner] .row-number-2 .row-fluid .logo img.large {
  height: 22px;
}
/* line 31, ../sass/layout/_header.scss */
header[role=banner] .row-number-2 .row-fluid .logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  -moz-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
  padding-left: 1%;
}
/* line 36, ../sass/layout/_header.scss */
header[role=banner] .row-number-2 .row-fluid .login {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  text-align: right;
}
@media all and (min-width: 768px) {
  /* line 36, ../sass/layout/_header.scss */
  header[role=banner] .row-number-2 .row-fluid .login {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

/* line 1, ../sass/layout/_generic.scss */
.body-container-wrapper {
  position: relative;
}

/* line 5, ../sass/layout/_generic.scss */
.standard {
  position: relative;
}

/* line 1, ../sass/layout/_video.scss */
.video-banner {
  position: fixed;
}

/* line 11, ../sass/layout/_single-row-center.scss */
.row-fluid .single-row-center[class*="span"] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-lines: single;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem;
  min-height: 15vw;
}
@media (min-width: 1024px) {
  /* line 11, ../sass/layout/_single-row-center.scss */
  .row-fluid .single-row-center[class*="span"] {
    padding: 1rem 15%;
  }
}

/* line 1, ../sass/layout/_header-description.scss */
.row-fluid [class*="span"] .header-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: single;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  min-height: 33vh;
  padding-bottom: 6vmin;
  color: #4c565f;
}
/* line 6, ../sass/layout/_header-description.scss */
.row-fluid [class*="span"] .header-description > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 1, ../sass/layout/_white-gradient-row.scss */
.row-fluid .white-gradient-row > div > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-direction: column;
  -ms-flex-wrap: none;
  -webkit-box-orient: vertical;
  -webkit-box-lines: multiple;
  flex-flow: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  min-height: 50vh;
}
/* line 4, ../sass/layout/_white-gradient-row.scss */
.row-fluid .white-gradient-row > div > .row-fluid .widget-type-linked_image {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/* line 9, ../sass/layout/_white-gradient-row.scss */
.row-fluid .white-gradient-row > div > .row-fluid .widget-type-rich_text {
  padding: 5vh 1rem;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media all and (min-width: 480px) {
  /* line 1, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row > div > .row-fluid {
    margin: 0 auto;
    width: 70%;
  }
}
@media all and (min-width: 768px) {
  /* line 1, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row > div > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: single;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 45vh;
    width: auto;
  }
  /* line 23, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row > div > .row-fluid .widget-type-linked_image {
    -webkit-order: 1;
    -ms-flex-rder: 1;
    order: 1;
  }
  /* line 27, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row > div > .row-fluid .widget-type-linked_image:first-of-type img {
    float: right;
  }
}
@media all and (min-width: 1024px) {
  /* line 33, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row > div > .row-fluid .widget-type-rich_text {
    width: 35%;
    padding-left: 5%;
  }
  /* line 36, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row > div > .row-fluid .widget-type-rich_text.left {
    margin-left: 15%;
    padding-right: 5%;
    padding-left: 1rem;
  }
}

/* line 44, ../sass/layout/_white-gradient-row.scss */
.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}

/* line 50, ../sass/layout/_white-gradient-row.scss */
.row-fluid .white-gradient-row > div > .row-fluid {
  color: #4c565f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
}
/* line 56, ../sass/layout/_white-gradient-row.scss */
.row-fluid .white-gradient-row li {
  margin: 5px 0;
}
@media all and (min-width: 768px) {
  /* line 60, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row.push-width > div > .row-fluid {
    flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 62, ../sass/layout/_white-gradient-row.scss */
  .row-fluid .white-gradient-row.push-width > div > .row-fluid::before, .row-fluid .white-gradient-row.push-width > div > .row-fluid::after {
    display: none;
  }
}

/* line 1, ../sass/layout/_bordered-row.scss */
.row-fluid .bordered-row[class*="span"] {
  border: .9rem solid;
}
/* line 3, ../sass/layout/_bordered-row.scss */
.row-fluid .bordered-row[class*="span"] > div > .row-fluid > div {
  min-height: 50vw;
}
@media all and (min-width: 768px) {
  /* line 7, ../sass/layout/_bordered-row.scss */
  .row-fluid .bordered-row[class*="span"] > div > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: single;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  /* line 9, ../sass/layout/_bordered-row.scss */
  .row-fluid .bordered-row[class*="span"] > div > .row-fluid > div + div {
    border-left: .9rem solid;
  }
}

/* line 17, ../sass/layout/_bordered-row.scss */
.row-fluid .bordered-row[class*="span"] + .bordered-row {
  border-top-width: 0;
}
@media all and (min-width: 768px) {
  /* line 17, ../sass/layout/_bordered-row.scss */
  .row-fluid .bordered-row[class*="span"] + .bordered-row {
    border-top-width: .9rem;
    border-left-width: 0;
  }
}

/* line 27, ../sass/layout/_bordered-row.scss */
.row-fluid .brand-gradient[class*="span"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhOWViNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0ODc5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a9eb7), color-stop(100%, #24879d));
  background-image: -moz-linear-gradient(top, #2a9eb7 0%, #24879d 100%);
  background-image: -webkit-linear-gradient(top, #2a9eb7 0%, #24879d 100%);
  background-image: linear-gradient(to bottom, #2a9eb7 0%, #24879d 100%);
}

/* line 31, ../sass/layout/_bordered-row.scss */
.row-fluid .brand-gradient[class*="span"] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: single;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  min-height: 15vw;
}
@media (min-width: 1024px) {
  /* line 31, ../sass/layout/_bordered-row.scss */
  .row-fluid .brand-gradient[class*="span"] {
    padding: 1rem 15%;
  }
}
@media all and (min-width: 1024px) {
  /* line 31, ../sass/layout/_bordered-row.scss */
  .row-fluid .brand-gradient[class*="span"] {
    padding: 1rem 5%;
  }
}

/* line 39, ../sass/layout/_bordered-row.scss */
.row-fluid .fixed-background[class*="span"] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: single;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  min-height: 15vw;
  background-attachment: fixed;
  background-size: cover;
  -webkit-filter: sepia(0.8) hue-rotate(230deg);
  filter: sepia(0.8) hue-rotate(230deg);
}
@media (min-width: 1024px) {
  /* line 39, ../sass/layout/_bordered-row.scss */
  .row-fluid .fixed-background[class*="span"] {
    padding: 1rem 15%;
  }
}
/* line 44, ../sass/layout/_bordered-row.scss */
.no-cssfilters .row-fluid .fixed-background[class*="span"] > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(165, 141, 196, 0.4);
}
/* line 53, ../sass/layout/_bordered-row.scss */
.no-cssfilters .row-fluid .fixed-background[class*="span"] > div > div {
  position: relative;
}
@media all and (min-width: 1024px) {
  /* line 39, ../sass/layout/_bordered-row.scss */
  .row-fluid .fixed-background[class*="span"] {
    padding: 1rem 10%;
  }
}

/* line 1, ../sass/components/_generic.scss */
p, ul, ol {
  font-size: 1.8rem;
  letter-spacing: .025rem;
  line-height: 1.4em;
  font-weight: 300;
}
@media all and (min-width: 1500px) {
  /* line 1, ../sass/components/_generic.scss */
  p, ul, ol {
    font-size: 2rem;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header ul, #footer ul
    {
        font-weight: 400;
    }
}

/* line 11, ../sass/components/_generic.scss */
ul {
    margin: 1rem 0.7em;
    padding: 0 1rem;
}
li {margin: .5em 0;}

/* line 15, ../sass/components/_generic.scss */
h1 {
  margin: 1em 0 .5em;
  font-size: 8vmin;
  line-height: 1em;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  /* line 15, ../sass/components/_generic.scss */
  h1 {
    font-size: 6vmin;
  }
}

/* line 24, ../sass/components/_generic.scss */
h2, h3 {
  font-size: 7vmin;
  letter-spacing: .015rem;
  line-height: 1;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  /* line 24, ../sass/components/_generic.scss */
  h2, h3 {
    font-size: 5vmin;
  }
}

/* line 33, ../sass/components/_generic.scss */
a, a:hover {
  text-decoration: none;
}

/* line 34, ../sass/components/_generic.scss */
p a {
  font-weight: 400;
  color: #2781bb;
}
/* line 37, ../sass/components/_generic.scss */
p a:hover {
  text-decoration: underline;
  opacity:0.8;
}

/* line 42, ../sass/components/_generic.scss */
.standard-brand {
  padding: .5em;
  font-size: 1.3rem;
  background-color: #2781bb;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media all and (min-width: 768px) {
  /* line 42, ../sass/components/_generic.scss */
  .standard-brand {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media all and (min-width: 1366px) {
  /* line 42, ../sass/components/_generic.scss */
  .standard-brand {
    font-size: 2.4rem;
  }
}

/* line 61, ../sass/components/_generic.scss */
.standard-brand a {
  color: #fff;
  font-weight: 700;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 65, ../sass/components/_generic.scss */
.standard-brand a:hover {
  color: #4c565f;
}
/* line 69, ../sass/components/_generic.scss */
#homePageContent .standard-brand {
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 768px) {
  /* line 74, ../sass/components/_generic.scss */
  .desc-equal-height > div > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: single;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  /* line 77, ../sass/components/_generic.scss */
  .equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: single;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
}
/* line 82, ../sass/components/_generic.scss */
.standard-padding {
  padding: 1rem;
}
@media all and (min-width: 768px) {
  /* line 82, ../sass/components/_generic.scss */
  .standard-padding {
    padding: 1rem 5%;
  }
}

/* line 117, ../sass/components/_generic.scss */
.parallax {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, ../sass/components/_buttons.scss */
.video-row .video-row-inner .video-row-button a, .action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button, .row-fluid .drawer[class*="span"] .hs-button {
  padding: 0 1em;
  font-size: 3vw;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media all and (min-width: 768px) {
  /* line 1, ../sass/components/_buttons.scss */
  .video-row .video-row-inner .video-row-button a, .action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button, .row-fluid .drawer[class*="span"] .hs-button {
    padding: 0 2.145em;
    font-size: 1.4rem;
    line-height: 2.86em;
  }
}
/* line 15, ../sass/components/_buttons.scss */
.video-row .video-row-inner .video-row-button a i, .action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button i, .row-fluid .drawer[class*="span"] .hs-button i {
  padding: 0 .5em;
  font-size: .714em;
  vertical-align: middle;
}
/* line 20, ../sass/components/_buttons.scss */
.video-row .video-row-inner .video-row-button a:hover, .action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button:hover, .row-fluid .drawer[class*="span"] .hs-button:hover {
  color: #4c565f;
  background-color: #fff;
}

/* Logo piece */
/* line 3, ../sass/components/_header.scss */
.logo img.large {
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 70px;
  width: 243px;
}
/* line 8, ../sass/components/_header.scss */
.logo img.small {
  display: none;
  height: 22px;
}

/* Navigation piece */
/* line 15, ../sass/components/_header.scss */
nav.header {
  display: none;
}
@media screen and (min-width: 768px) { /* 1024 */
  /* line 15, ../sass/components/_header.scss */
  nav.header {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
  }
  /* line 22, ../sass/components/_header.scss */
  nav.header [class*=span] {
    width: auto;
    float: none;
  }
  /* line 26, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto;
  }
  /* line 27, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    float: left;
    display: inline-block;
    margin: 0 .1em;
    width: auto;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  /* line 33, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li a {
    display: block;
    max-width: none;
    overflow: initial;
    text-overflow: initial;
    white-space: nowrap;
    color: #4c565f;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    padding: .5em 1em;
    font-size: 1.4rem;
  }
  /* line 46, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul {
    width: auto;
  }
  /* line 48, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul > li {
    display: block;
    float: none;
    margin: 0;
    width: auto;
    text-align: left;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  /* line 57, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover {
    background-color: #2781bb;
    box-shadow: 0 0 1px 0 #4c565f;
  }
  /* line 60, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a {
    position: relative;
    background: #2781bb;
    z-index: 20;
  }
  /* line 65, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover a {
    color: #fff;
  }
  /* line 66, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > ul {
    padding: 0;
    background-color: #2781bb;
    box-shadow: 0 1px 1px 0 #4c565f;
  }
  /* line 70, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > ul > li:hover {
    background-color: #fff;
    box-shadow: none;
  }
  /* line 73, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > ul > li:hover > a {
    color: #2781bb;
  }
}
@media screen and (min-width: 1200px) {
  /* line 80, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    margin: 0 .5em;
  }
  /* line 82, ../sass/components/_header.scss */
  nav.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li > a {
    padding: .5em 1em;
    font-size: 1.4rem;
  }
}

/* Login piece */
/* line 91, ../sass/components/_header.scss */
.login button {
  padding: .8em 4em;
  vertical-align: top;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  letter-spacing: .005em;
  color: #4c565f;
  border: 1px solid rgba(76, 86, 95, 0.5);
  background: #fff;
  cursor: pointer;
  -moz-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
/* line 103, ../sass/components/_header.scss */
.login button:hover {
  color: #fff;
  background: #2781bb;
}
@media screen and (min-width: 768px) {
  /* line 91, ../sass/components/_header.scss */
  .login button {
    padding: .8em 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 91, ../sass/components/_header.scss */
  .login button {
    padding: .8em 4em;
  }
}

/* Mobile nav */
/* line 116, ../sass/components/_header.scss */
a[href='#mobile-nav'] {
  display: inline-block;
  margin-left: 1rem;
  width: 3.5rem;
  font-size: 1.2em;
  line-height: .3;
  text-align: center;
  color: #4c565f;
}
/* line 125, ../sass/components/_header.scss */
a[href='#mobile-nav'] > i {
  font-size: 3.5rem;
}

/* line 129, ../sass/components/_header.scss */
.no-js a[href='#mobile-nav'] {
  display: none;
}

@media screen and (min-width: 768px) { /* 1024 */
  /* line 131, ../sass/components/_header.scss */
  a[href='#mobile-nav'] {
    display: none;
  }
}
/* Navigation jump piece */
/* line 135, ../sass/components/_header.scss */
.js .nav-jump {
  display: none;
}

/* line 136, ../sass/components/_header.scss */
[href='#footer'] {
  display: block;
  padding: 0 1rem .5rem;
  font-size: 1.4rem;
  text-align: center;
  color: #4c565f;
  background: rgba(255, 255, 255, 0.8);
}
/* line 143, ../sass/components/_header.scss */
[href='#footer']:hover {
  text-decoration: underline;
}
/* line 144, ../sass/components/_header.scss */
[href='#footer']::after {
  content: '\2193';
}
@media all and (min-width: 768px) {
  /* line 136, ../sass/components/_header.scss */
  [href='#footer'] {
    display: none;
  }
}

/* line 4, ../sass/components/_video.scss */
.video-banner video {
  width: 100%;
  height: 100%;
}
/* line 7, ../sass/components/_video.scss */
.video-banner .video-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: transparent url("//subtlepatterns.com/patterns/grid_noise.png") repeat;
}
/* line 15, ../sass/components/_video.scss */
.video-banner .video-overlay {
  display: none;
  position: absolute;
  top: 12vw;
  left: 10%;
  -moz-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
  font-size: 4.5rem;
}
/* line 23, ../sass/components/_video.scss */
.video-banner .video-overlay > span {
  position: relative;
  display: block;
  margin: 1rem 0;
  padding: 0 .15em .05em;
  font-size: 1em;
  font-weight: 200;
  color: #2781bb;
  background: rgba(255, 255, 255, 0.8);
}
/* line 32, ../sass/components/_video.scss */
.video-banner .video-overlay > span > span {
  position: relative;
  top: -2em;
  font-size: 1.2rem;
}
/* line 38, ../sass/components/_video.scss */
.video-banner .video-overlay > span:nth-child(2) {
  left: 2em;
}
/* line 41, ../sass/components/_video.scss */
.video-banner .video-overlay > span:nth-child(3) {
  left: 1em;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  /* line 15, ../sass/components/_video.scss */
  .video-banner .video-overlay {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  /* line 15, ../sass/components/_video.scss */
  .video-banner .video-overlay {
    top: 10vw;
  }
}
@media all and (min-width: 1366px) {
  /* line 15, ../sass/components/_video.scss */
  .video-banner .video-overlay {
    font-size: 7.5em;
  }
  /* line 53, ../sass/components/_video.scss */
  .video-banner .video-overlay > span > span {
    top: -4em;
  }
}

/* line 59, ../sass/components/_video.scss */
#homePageContent {
  margin-top: 39.4vh;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 59, ../sass/components/_video.scss */
  #homePageContent {
    margin-top: 68.4vh;
  }
}
@media all and (min-width: 480px) {
  /* line 59, ../sass/components/_video.scss */
  #homePageContent {
    margin-top: 33vw;
  }
}
@media all and (min-width: 768px) {
  /* line 59, ../sass/components/_video.scss */
  #homePageContent {
    margin-top: 39vw;
  }
}
@media all and (min-width: 1024px) {
  /* line 59, ../sass/components/_video.scss */
  #homePageContent {
    margin-top: 33vw;
  }
}

/* line 76, ../sass/components/_video.scss */
.video-row {
  position: relative;
  padding-bottom: 32.25%;
  height: 0;
  overflow: hidden;
  background: url("//cdn2.hubspot.net/hub/22308/file-2262592756-jpg/2015_Web_Assets/images/FullWidth_VideoPlaceHolder.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
/* line 85, ../sass/components/_video.scss */
.video-row .video-row-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-lines: single;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem;
  min-height: 15vw;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 3;
}
@media (min-width: 1024px) {
  /* line 85, ../sass/components/_video.scss */
  .video-row .video-row-inner {
    padding: 1rem 15%;
  }
}
/* line 94, ../sass/components/_video.scss */
.video-row .video-row-inner .video-row-description {
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 94, ../sass/components/_video.scss */
  .video-row .video-row-inner .video-row-description {
    font-size: 3vw;
  }
}
/* line 102, ../sass/components/_video.scss */
.video-row .video-row-inner .video-row-button a {
  display: block;
  margin-top: 1em;
  font-size: 1.4rem;
  white-space: nowrap;
}
/* line 108, ../sass/components/_video.scss */
.video-row .video-row-inner .video-row-button a > i {
  font-size: 1em;
  vertical-align: initial;
}
/* line 114, ../sass/components/_video.scss */
.video-row iframe, .video-row object, .video-row embed {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
/* line 124, ../sass/components/_video.scss */
.video-row.on .videoBox {
  opacity: 1;
}
/* line 125, ../sass/components/_video.scss */
.video-row.on .video-row-inner {
  z-index: 1;
}

/* line 1, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-lines: single;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-height: 95.9vw;
  overflow: hidden;
  background-color: currentColor;
}
/* line 2, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box .row-fluid, .body-container-wrapper .solution-box .row-fluid > div, .body-container-wrapper .solution-box .row-fluid > div > div {
  height: 100%;
}
/* line 8, ../sass/components/_solution-box.scss */
.-ms- .body-container-wrapper .solution-box, .body-container-wrapper .-ms- .solution-box {
  height: 95.9vw;
}
/* line 14, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box > div {
  position: relative;
}
/* line 15, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 21, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box > div:first-child::after {
  content: '';
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 129, 187, 0.6);
}
/* line 32, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box > div:nth-child(3) {
  width: 100%;
}
/* line 36, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box .widget-type-text {
  font-size: 2.6rem;
  font-weight: 700;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  /* line 36, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box .widget-type-text {
    font-size: 1.9rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1365px) {
  /* line 36, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box .widget-type-text {
    font-size: 1.6rem;
  }
}
/* line 47, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box .widget-type-cta a {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  padding: .8em 4rem;
  font-size: 1.4rem;
  color: #fff;
  background: transparent;
  border: 1px solid;
  text-transform: uppercase;
}
/* line 58, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box .solutions-box-details p {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 1.4rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 58, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box .solutions-box-details p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media all and (min-width: 1366px) {
  /* line 58, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box .solutions-box-details p {
    font-size: 1.8rem;
  }
}
/* line 71, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box .solutions-box-img-off {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
/* line 76, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box:hover .solutions-box-img-off {
  opacity: 0;
}
/* line 79, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box:hover > div:first-child::after {
  background-color: rgba(76, 86, 95, 0.6);
}
/* line 83, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box:hover .widget-type-cta a {
  border-color: #fff;
}
/* line 85, ../sass/components/_solution-box.scss */
.body-container-wrapper .solution-box:hover .widget-type-cta a:hover {
  color: #fff;
  background: #2781bb;
  border: 1px solid #2781bb;
}
@media all and (min-width: 768px) {
  /* line 92, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box:hover .solutions-box-details p {
    max-height: 14rem;
    opacity: 1;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) { /* 1024 */
  /* line 1, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box {
    float: left;
    width: 50%;
    min-height: 48.5vw;
  }
  /* line 102, ../sass/components/_solution-box.scss */
  .-ms- .body-container-wrapper .solution-box, .body-container-wrapper .-ms- .solution-box {
    height: 48.5vw;
  }
}
@media all and (min-width: 768px) { /* 1024 */
  /* line 1, ../sass/components/_solution-box.scss */
  .body-container-wrapper .solution-box {
    width: 25%;
    min-height: 24vw;
  }
  /* line 109, ../sass/components/_solution-box.scss */
  .-ms- .body-container-wrapper .solution-box, .body-container-wrapper .-ms- .solution-box {
    height: 24vw;
  }
}

/* line 1, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: single;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem;
  min-height: 15vw;
  padding: 8.2rem 1rem 2rem;
  height: 35vw;
  min-height: 40vh;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
  /* line 1, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid {
    padding: 1rem 15%;
  }
}
/* line 8, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3ODFiYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzgxYmIiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse, rgba(39, 129, 187, 0.5) 0%, rgba(39, 129, 187, 0.9) 100%);
  background-image: -webkit-radial-gradient(center, ellipse, rgba(39, 129, 187, 0.5) 0%, rgba(39, 129, 187, 0.9) 100%);
  background-image: radial-gradient(ellipse at center, rgba(39, 129, 187, 0.5) 0%, rgba(39, 129, 187, 0.9) 100%);
}
/* line 19, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-image-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  font-size: 10vw;
  font-weight: 700;
  font-family: Lato, sans-serif;
  line-height: .8em;
  text-shadow: 0 0 10px rgba(4, 4, 4, 0.3);
  z-index: 1;
}
/* line 29, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-image-text span > span {
  font-weight: 300;
}
/* line 33, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .title-category {
  padding-left: .1em;
  font-size: 4.7vw;
  letter-spacing: -.025em;
  font-variant: small-caps;
  opacity: .5;
}
/* line 40, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-image-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-bottom: 2.25vw;
  width: 20vmin;
  z-index: 1;
}
/* line 47, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-tri-icons {
  position: relative;
  height: -webkit-calc(50vh - 11.2rem);
  height: calc(50vh - 11.2rem);
}
/* line 51, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-tri-icons > div {
  position: absolute;
  padding-top: 1.5vmin;
  height: 15vmin;
  width: 15vmin;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
/* line 59, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-tri-icons > div img {
  max-width: 85%;
}
/* line 62, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-tri-icons > div:nth-child(1) {
  top: calc(50% - 7.5vmin);
  left: -6vmin;
  padding-top: 3.5vmin;
}
/* line 67, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-tri-icons > div:nth-child(2) {
  top: calc(50% - 14.5vmin);
  left: 6vmin;
}
/* line 71, ../sass/components/_full-width-header.scss */
.header-image > div > .row-fluid .header-tri-icons > div:nth-child(3) {
  top: calc(50% - .5vmin);
  left: 6vmin;
}
@media all and (min-width: 480px) {
  /* line 79, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid .header-image-text {
    font-size: 4.5vw;
  }
  /* line 82, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid .header-image-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 10vw;
    max-width: 15vw;
  }
}
@media all and (min-width: 768px) {
  /* line 1, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid {
    padding: 9rem 1rem 0;
  }
  /* line 90, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid::after {
    height: -webkit-calc(100% - 9rem);
    height: calc(100% - 9rem);
    top: 9rem;
  }
  /* line 95, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid .header-tri-icons {
    height: -webkit-calc(50vh - 9rem);
    height: calc(50vh - 9rem);
  }
}

@media all and (min-width: 480px) {
  /* line 102, ../sass/components/_full-width-header.scss */
  .header-image > div > .row-fluid {
    padding-right: 15%;
    padding-left: 15%;
  }
}

/*
Header iamges are set on a page by page basis.
https://bitbucket.org/philiprenich/hsi/wiki/Header%20Images

However, they can be done directly in SCSS here if desired. An array of URLs
followed by an optional breakpoint length must be supplied. If no breakpoint
is given, the function will default to 480, 768, 1024, and 1600.

Breakpoints mark the lowest pixel width for a given image. The following
breakpoint should match the width of the image below it.

For example: For breakpoints 768 and 1024, use images with the width of
1024px and greater than 1024px.

Also see the example below. One rule for each page. The first class is a body
class - don't forget to add it to the page.

Here's a template:
$test-inner-page-imgs: (
    "//cdn2.hubspot.net/hub/22308/file-672074928-jpg/1_HSI2014-Assets/pLax_Images/EasyB_pLax_BG_TINY.jpg",
	"//cdn2.hubspot.net/hub/22308/file-676255777-jpg/1_HSI2014-Assets/pLax_Images/EasyB_pLax_BG_SMALL.jpg" 480,
	"//cdn2.hubspot.net/hub/22308/file-673976141-jpg/1_HSI2014-Assets/pLax_Images/EasyB_pLax_BG_MEDIUM.jpg" 1024,
	"//cdn2.hubspot.net/hub/22308/file-668282659-jpg/1_HSI2014-Assets/pLax_Images/EasyB_pLax_BG_BIG.jpg" 1920
);
.test-inner-page .header-image > div > .row-fluid {
	@include rwd-bg-imgs($test-inner-page-imgs);
}
*/
/* DO NOT EDIT MIXIN */
/* END DO NOT EDIT */
/* Begin custom page edits */
/* line 1, ../sass/components/_header-description.scss */
.header-description .constrained-row[class*="span"] {
  float: none;
  margin: 0 auto;
  padding: 0 1rem;
}
@media all and (min-width: 480px) {
  /* line 1, ../sass/components/_header-description.scss */
  .header-description .constrained-row[class*="span"] {
    width: 70%;
  }
}

/* line 1, ../sass/components/_brand-bg.scss */
.brand-bg {
  background: #2781bb url("//cdn2.hubspot.net/hub/22308/file-2668522860-png/2015_Web_Assets/images/pattern-9ofs-1.png") repeat;
  font-weight: 300;
}
/* line 2, ../sass/components/_brand-bg.scss */
.-ms- .brand-bg {
  height: 15vw;
}
/* line 5, ../sass/components/_brand-bg.scss */
.brand-bg .brand-bg-quote {
  padding-bottom: .25em;
  font-size: 7vmin;
  line-height: 1.2em;
  letter-spacing: .03em;
  text-align: center;
  line-height: 1;
}
@media all and (min-width: 768px) {
  /* line 5, ../sass/components/_brand-bg.scss */
  .brand-bg .brand-bg-quote {
    font-size: 3vmin;
  }
}
/* line 16, ../sass/components/_brand-bg.scss */
.brand-bg .brand-bg-quote-attribute {
  font-size: 1.3rem;
}
/* line 18, ../sass/components/_brand-bg.scss */
.brand-bg .brand-bg-quote-attribute a {
  font-size: 1.6rem;
  color: #fff;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 22, ../sass/components/_brand-bg.scss */
.brand-bg .brand-bg-quote-attribute a:hover {
  opacity: .7;
}
@media all and (min-width: 768px) {
  /* line 1, ../sass/components/_brand-bg.scss */
  .brand-bg {
    padding: 1rem 15%;
  }
}

/* line 31, ../sass/components/_brand-bg.scss */
.single-row-center.brand-bg > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  text-align: center;
}

/* line 38, ../sass/components/_brand-bg.scss */
.single-data .data-point {
  margin-top: 3rem;
  font-size: 25vw;
  font-weight: 900;
  font-family: "roboto condensed", sans-serif;
  line-height: .833;
}
/* line 44, ../sass/components/_brand-bg.scss */
.single-data .data-point span > span {
  font-size: .8333em;
}
/* line 48, ../sass/components/_brand-bg.scss */
.single-data .data-description {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 300;
}
@media all and (min-width: 480px) {
  /* line 55, ../sass/components/_brand-bg.scss */
  .single-data .data-point {
    font-size: 7vw;
  }
}

/* line 1, ../sass/components/_cta.scss */
.brand-gradient .CTAhover, .brand-gradient .CTAhoverDark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: single;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  z-index: 100;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 13, ../sass/components/_cta.scss */
.brand-gradient .CTAhover:hover, .brand-gradient .CTAhoverDark:hover {
  opacity: 1;
}

/* line 17, ../sass/components/_cta.scss */
.brand-gradient .CTAhover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 20, ../sass/components/_cta.scss */
.brand-gradient .CTAhoverDark {
  color: black;
  background: rgba(255, 255, 255, 0.8);
}

/* line 35, ../sass/components/_cta.scss */
.brand-gradient:hover .CTAhoverText {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

/* line 39, ../sass/components/_cta.scss */
.basicCTA {
  display: inline-block;
  margin: 1rem 0;
  padding: 1.4rem 3rem;
  font-size: 1.4rem;
  letter-spacing: .02em;
  font-family: Lato, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 480px) {
  /* line 39, ../sass/components/_cta.scss */
  .basicCTA {
    white-space: nowrap;
  }
}
/* line 55, ../sass/components/_cta.scss */
.basicCTA:hover {
  transition: all .3s ease;
  background-color: #2781bb;
  border-color: #2781bb;
  color: #fff;
  text-decoration: none;
}
/* line 62, ../sass/components/_cta.scss */
.basicCTA:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: .5rem;
}
/* line 67, ../sass/components/_cta.scss */
.basicCTA.hoverAlternate:hover {
  color: #4c565f;
  background-color: #fff;
  border-color: #fff;
}

/* line 73, ../sass/components/_cta.scss */
.blueCTA {
  background-color: #2781bb;
  border-color: #2781bb;
}
/* line 76, ../sass/components/_cta.scss */
.blueCTA:hover {
  background-color: #4c565f;
  border-color: #4c565f;
}

/* line 81, ../sass/components/_cta.scss */
.greyCTA {
  background-color: #4c565f;
  border-color: #4c565f;
}
/* line 84, ../sass/components/_cta.scss */
.greyCTA:hover {
  background-color: #2781bb;
  border-color: #2781bb;
}

/* line 1, ../sass/components/_drawer.scss */
#demo-form.fixed-bottom, .row-fluid #demo-form.scroll-down[class*="span"] {
  right: 3rem;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  /* line 1, ../sass/components/_drawer.scss */
  #demo-form.fixed-bottom, .row-fluid #demo-form.scroll-down[class*="span"] {
    right: auto;
    width: 100%;
  }
}

/* line 9, ../sass/components/_drawer.scss */
#lead-marker {
  position: relative;
  top: -5rem;
}

/* line 14, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid {
  background-color: #2781bb;
}
@media (min-width: 768px) {
  /* line 14, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: single;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem;
    min-height: 15vw;
    min-height: 0;
    height: 10rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  /* line 14, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid {
    padding: 1rem 15%;
  }
}

/* line 21, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > div {
  float: none;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
  -moz-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}
/* line 26, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .title {
  display: inline-block;
  padding-bottom: 1rem;
  font-weight: 700;
  font-weight: 300;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  /* line 26, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid .title {
    padding: 0;
    cursor: default;
  }
}
/* line 37, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .title, .action-bar > div > .row-fluid .widget-type-post_listing h3, .action-bar > div > .row-fluid .widget-type-post_listing ul {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  /* line 37, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid .title, .action-bar > div > .row-fluid .widget-type-post_listing h3, .action-bar > div > .row-fluid .widget-type-post_listing ul {
    font-size: 1.8vw;
  }
}
@media all and (min-width: 1024px) {
  /* line 37, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid .title, .action-bar > div > .row-fluid .widget-type-post_listing h3, .action-bar > div > .row-fluid .widget-type-post_listing ul {
    font-size: 1.4rem;
  }
}
/* line 46, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > .action-bar-buttons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 70%;
  -moz-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 46, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid > .action-bar-buttons {
    text-align: right;
  }
}
/* line 52, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > .action-bar-buttons .toggle-action-buttons {
  display: block;
  margin: 0;
  font-size: 4rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 52, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid > .action-bar-buttons .toggle-action-buttons {
    display: none;
  }
}
/* line 61, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > .action-bar-buttons .button-collection {
  display: none;
}
@media (min-width: 768px) {
  /* line 61, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid > .action-bar-buttons .button-collection {
    display: inline;
  }
}
/* line 67, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button {
  display: block;
  margin: .75em 0 .5em 0em;
  font-size: 4vmin;
  line-height: 2em;
  white-space: nowrap;
  color: #fff;
}
/* line 75, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button:hover {
  color: #4c565f;
}
/* line 78, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button:focus {
  color: #fff;
  background-color: #4c565f;
  border-color: #2a3035;
  box-shadow: inset 0 0 1em #131618;
}
@media all and (min-width: 768px) {
  /* line 67, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 1.4vw;
    white-space: nowrap;
  }
}
@media all and (min-width: 768px) { /* 1024 */
  /* line 67, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid > .action-bar-buttons .action-bar-button {
    font-size: 1.4rem;
  }
}
/* line 96, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .widget-type-post_listing {
  display: none;
}
@media screen and (min-width: 1400px) {
  /* line 96, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid .widget-type-post_listing {
    display: block;
  }
}
/* line 101, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .widget-type-post_listing h3 {
  float: left;
  margin: 0 2em 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 107, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .widget-type-post_listing ul {
  float: left;
}
/* line 108, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .widget-type-post_listing li {
  position: absolute;
  opacity: 0;
  margin: 0;
  line-height: 1;
}
/* line 114, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .widget-type-post_listing li:nth-child(1) {
  opacity: 1;
}
/* line 117, ../sass/components/_drawer.scss */
.action-bar > div > .row-fluid .action-bar-form-title {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 117, ../sass/components/_drawer.scss */
  .action-bar > div > .row-fluid .action-bar-form-title {
    font-size: 2.4rem;
  }
}

/* line 125, ../sass/components/_drawer.scss */
.fixed-bottom.action-bar > div > .row-fluid, .row-fluid .action-bar.scroll-down[class*="span"] > div > .row-fluid {
  padding: 0 1rem 0.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  /* line 125, ../sass/components/_drawer.scss */
  .fixed-bottom.action-bar > div > .row-fluid, .row-fluid .action-bar.scroll-down[class*="span"] > div > .row-fluid {
    padding: 0.5rem 1rem;
  }
}

/* line 132, ../sass/components/_drawer.scss */
.fixed-bottom.action-bar > div:nth-child(2) > .row-fluid, .row-fluid .action-bar.scroll-down[class*="span"] > div:nth-child(2) > .row-fluid,
.action-bar:not(.fixed-bottom) > div:nth-child(1) {
  display: none;
}

/* line 135, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] {
  padding: 3rem 1rem 5rem;
  text-align: center;
  background-color: #4c565f;
  box-shadow: inset 0px 4px 14px rgba(0, 0, 0, 0.5);
}
/* line 142, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] h3 {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
/* line 147, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .hs-form {
  margin: 0 auto;
  width: 80%;
}
/* line 151, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .hs-form fieldset {
  display: inline-block;
  width: 100%;
  max-width: none;
}
@media all and (min-width: 1024px) {
  /* line 151, ../sass/components/_drawer.scss */
  .row-fluid .drawer[class*="span"] .hs-form fieldset {
    width: 50%;
  }
}
/* line 159, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .hs-form fieldset.form-columns-2 .hs-form-field {
  margin: 5px 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  /* line 159, ../sass/components/_drawer.scss */
  .row-fluid .drawer[class*="span"] .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
  }
}
/* line 166, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .input {
  display: inline-block;
  margin-top: 0;
  width: 100%;
  padding: 0px 5px;
  color: #4c565f;
}
/* line 173, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] textarea, .row-fluid .drawer[class*="span"] input, .row-fluid .drawer[class*="span"] select {
  padding: .5em;
  font-size: 2rem;
  line-height: 2em;
  font-weight: 300;
  font-family: Lato, sans-serif;
  letter-spacing: .005em;
}
/* line 181, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] select {
  height: 3.15em;
  color: #4c565f;
  border: none;
}
/* line 185, ../sass/components/_drawer.scss */
.-ms- .row-fluid .drawer[class*="span"] select {
  height: auto;
}
/* line 187, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .actions {
  padding: 0 5px;
}
/* line 190, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .hs-button {
  margin-top: 1em;
  padding: .25em 0;
  width: 95%;
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
  background: none;
  text-transform: uppercase;
}
@media (min-width: 489px) {
  /* line 190, ../sass/components/_drawer.scss */
  .row-fluid .drawer[class*="span"] .hs-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 190, ../sass/components/_drawer.scss */
  .row-fluid .drawer[class*="span"] .hs-button {
    padding: .25em 7em;
    width: auto;
  }
}
/* line 209, ../sass/components/_drawer.scss */
.row-fluid .drawer[class*="span"] .field label {
  display: none;
}
ul.hs-error-msgs {
    padding: 0;
    list-style-type: none;
    position: absolute;
    height: 0px;
    margin: 0;
}
.row-fluid .drawer[class*="span"] .field .hs-error-msgs label{
    display: block;
    font-size: 1.2rem;
    text-align: left;
    margin: 0;
    position: absolute;
    color: #fff;
    background-color: #278abb;
    padding: 20px 15px;
    line-height: 1;
    right: -375px;
    top: -64px;
    width: 153px;
}

/* ANIMATION FOR RSS HEADLINES  */
@-moz-keyframes headline-1 {
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes headline-1 {
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headline-1 {
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes headline-2 {
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@-webkit-keyframes headline-2 {
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes headline-2 {
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@-moz-keyframes headline-3 {
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@-webkit-keyframes headline-3 {
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@keyframes headline-3 {
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@-moz-keyframes headline-4 {
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@-webkit-keyframes headline-4 {
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@keyframes headline-4 {
  55% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@-moz-keyframes headline-5 {
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes headline-5 {
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headline-5 {
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
} 
/* line 245, ../sass/components/_drawer.scss */
.widget-type-post_listing li:nth-child(1) {
  -moz-animation: headline-1 20s ease-in 0s infinite;
  -webkit-animation: headline-1 20s ease-in 0s infinite;
  animation: headline-1 20s ease-in 0s infinite;
}

/* line 245, ../sass/components/_drawer.scss */
.widget-type-post_listing li:nth-child(2) {
  -moz-animation: headline-2 20s ease-in 0s infinite;
  -webkit-animation: headline-2 20s ease-in 0s infinite;
  animation: headline-2 20s ease-in 0s infinite;
}

/* line 245, ../sass/components/_drawer.scss */
.widget-type-post_listing li:nth-child(3) {
  -moz-animation: headline-3 20s ease-in 0s infinite;
  -webkit-animation: headline-3 20s ease-in 0s infinite;
  animation: headline-3 20s ease-in 0s infinite;
}

/* line 245, ../sass/components/_drawer.scss */
.widget-type-post_listing li:nth-child(4) {
  -moz-animation: headline-4 20s ease-in 0s infinite;
  -webkit-animation: headline-4 20s ease-in 0s infinite;
  animation: headline-4 20s ease-in 0s infinite;
}

/* line 245, ../sass/components/_drawer.scss */
.widget-type-post_listing li:nth-child(5) {
  -moz-animation: headline-5 20s ease-in 0s infinite;
  -webkit-animation: headline-5 20s ease-in 0s infinite;
  animation: headline-5 20s ease-in 0s infinite;
}

/* line 1, ../sass/components/_cta-module.scss */
.cta-module-wrapper > div > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: multiple;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
/* line 2, ../sass/components/_cta-module.scss */
.cta-module-wrapper > div > .row-fluid::before {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 1, ../sass/components/_cta-module.scss */
  .cta-module-wrapper > div > .row-fluid {
    min-height: 21.875vw;
  }
}

/* line 8, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"] {
  position: relative;
  padding: 1rem;
  min-height: 50vw;
  width: 100%;
  background-repeat: no-repeat;
}
/* line 14, ../sass/components/_cta-module.scss */
.no-cssfilters .row-fluid .cta-module[class*="span"] > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 129, 187, 0.3);
}
/* line 23, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"] .cta-module-head {
  position: relative;
  width: 50%;
  font-size: 5vw;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: .05rem;
  z-index: 1;
}
/* line 31, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"] .cta-module-head span > span {
  font-weight: 300;
}
@media all and (min-width: 768px) {
  /* line 23, ../sass/components/_cta-module.scss */
  .row-fluid .cta-module[class*="span"] .cta-module-head {
    font-size: 2vw;
  }
}
/* line 38, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"] .CTAmoduleCTA {
  position: relative;
  margin: 1rem 1rem 0 0;
  z-index: 1;
}
/* line 42, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"] .CTAmoduleCTA + .CTAmoduleCTA {
  clear: both;
}
@media all and (min-width: 768px) {
  /* line 8, ../sass/components/_cta-module.scss */
  .row-fluid .cta-module[class*="span"] {
    padding: 3vw;
    min-height: 35vw;
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  /* line 8, ../sass/components/_cta-module.scss */
  .row-fluid .cta-module[class*="span"] {
    min-height: -webkit-calc(21.875vw - 18px);
    min-height: calc(21.875vw - 18px);
  }
}

/* line 72, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-become-instructor {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2264966176-jpg/2015_Web_Assets/images/BecomeInstructor_960wide.jpg?t=1419441032527");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2264966176-jpg/2015_Web_Assets/images/BecomeInstructor_960wide.jpg?t=1419441032527");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2264966176-jpg/2015_Web_Assets/images/BecomeInstructor_960wide.jpg?t=1419441032527");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2264966176-jpg/2015_Web_Assets/images/BecomeInstructor_960wide.jpg?t=1419441032527");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2264966176-jpg/2015_Web_Assets/images/BecomeInstructor_960wide.jpg?t=1419441032527");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2264966176-jpg/2015_Web_Assets/images/BecomeInstructor_960wide.jpg?t=1419441032527");
  background-position: center center;
  background-size: 100%, cover;
  background-position: center top;
}
/* line 76, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-national-solutions {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2267349052-jpg/2015_Web_Assets/images/TrainingSearch_960wide.jpg");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2267349052-jpg/2015_Web_Assets/images/TrainingSearch_960wide.jpg");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2267349052-jpg/2015_Web_Assets/images/TrainingSearch_960wide.jpg");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2267349052-jpg/2015_Web_Assets/images/TrainingSearch_960wide.jpg");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2267349052-jpg/2015_Web_Assets/images/TrainingSearch_960wide.jpg");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2267349052-jpg/2015_Web_Assets/images/TrainingSearch_960wide.jpg");
  background-position: 0 20%;
  background-size: 100%, cover;
}
/* line 79, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-summit-connect {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2264966181-jpg/2015_Web_Assets/images/BuySummitConnect_1200Wide.jpg");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2264966181-jpg/2015_Web_Assets/images/BuySummitConnect_1200Wide.jpg");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2264966181-jpg/2015_Web_Assets/images/BuySummitConnect_1200Wide.jpg");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2264966181-jpg/2015_Web_Assets/images/BuySummitConnect_1200Wide.jpg");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2264966181-jpg/2015_Web_Assets/images/BuySummitConnect_1200Wide.jpg");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2264966181-jpg/2015_Web_Assets/images/BuySummitConnect_1200Wide.jpg");
  background-position: 0 35%;
  background-size: 100%, cover;
  background-size: 120%;
  background-position: left center;
}
/* line 84, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-safety-alliance {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2266780459-jpg/2015_Web_Assets/images/TrainingSearch_SSA_960wide.jpg");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2266780459-jpg/2015_Web_Assets/images/TrainingSearch_SSA_960wide.jpg");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2266780459-jpg/2015_Web_Assets/images/TrainingSearch_SSA_960wide.jpg");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2266780459-jpg/2015_Web_Assets/images/TrainingSearch_SSA_960wide.jpg");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2266780459-jpg/2015_Web_Assets/images/TrainingSearch_SSA_960wide.jpg");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2266780459-jpg/2015_Web_Assets/images/TrainingSearch_SSA_960wide.jpg");
  background-position: 10% 40%;
  background-size: 100%, cover;
}
/* line 87, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-twenty-four-seven {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2266780454-jpg/2015_Web_Assets/images/ProResponders_960Wide.jpg");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2266780454-jpg/2015_Web_Assets/images/ProResponders_960Wide.jpg");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2266780454-jpg/2015_Web_Assets/images/ProResponders_960Wide.jpg");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2266780454-jpg/2015_Web_Assets/images/ProResponders_960Wide.jpg");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2266780454-jpg/2015_Web_Assets/images/ProResponders_960Wide.jpg");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2266780454-jpg/2015_Web_Assets/images/ProResponders_960Wide.jpg");
  background-position: 0 10%;
  background-size: 100%, cover;
}
/* line 90, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-otis {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2267349057-jpg/2015_Web_Assets/images/Otis_CTA_960wide.jpg");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2267349057-jpg/2015_Web_Assets/images/Otis_CTA_960wide.jpg");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2267349057-jpg/2015_Web_Assets/images/Otis_CTA_960wide.jpg");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2267349057-jpg/2015_Web_Assets/images/Otis_CTA_960wide.jpg");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2267349057-jpg/2015_Web_Assets/images/Otis_CTA_960wide.jpg");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2267349057-jpg/2015_Web_Assets/images/Otis_CTA_960wide.jpg");
  background-position: 0 35%;
  background-size: 100%, cover;
}
/* line 93, ../sass/components/_cta-module.scss */
.row-fluid .cta-module[class*="span"].cta-buy-aeds {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2612601730-jpg/2015_Web_Assets/images/aeds.jpg");
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("//cdn2.hubspot.net/hub/22308/file-2612601730-jpg/2015_Web_Assets/images/aeds.jpg");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(36, 36, 36, 0.9)), color-stop(100%, rgba(255, 255, 255, 0))), url("//cdn2.hubspot.net/hub/22308/file-2612601730-jpg/2015_Web_Assets/images/aeds.jpg");
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2612601730-jpg/2015_Web_Assets/images/aeds.jpg");
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2612601730-jpg/2015_Web_Assets/images/aeds.jpg");
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.9) 0%, rgba(255, 255, 255, 0) 100%), url("//cdn2.hubspot.net/hub/22308/file-2612601730-jpg/2015_Web_Assets/images/aeds.jpg");
  background-position: center center;
  background-size: 100%, cover;
}

/* line 12, ../sass/components/_ctd.scss */
.row-fluid .ctd-wrapper[class*="span"] {
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 12, ../sass/components/_ctd.scss */
  .row-fluid .ctd-wrapper[class*="span"] {
    margin: 10%;
    width: 80%;
  }
}

/* line 19, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-lines: single;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  position: relative;
  padding-bottom: 2rem;
  min-height: 35vw;
  text-align: center;
  background-color: #dddddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
/* line 29, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] > div {
  z-index: 1;
}
/* line 30, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] > div:not(:nth-child(1)) {
  position: relative;
}
/* line 33, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] .CTDoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 129, 187, 0.225);
  z-index: 0;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 43, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] .ctd-icon {
  position: relative;
  margin: 10% 0 20%;
  height: 35vw;
  max-width: 45%;
}
@media (min-width: 768px) {
  /* line 43, ../sass/components/_ctd.scss */
  .row-fluid .ctd-item[class*="span"] .ctd-icon {
    height: 9vw;
  }
}
/* line 52, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] .ctd-text {
  float: none;
  margin: 0 auto .5em;
  padding-bottom: .25em;
  width: 80%;
  font-size: 10vw;
  font-weight: 900;
  border-bottom: 1px solid;
}
@media all and (min-width: 768px) {
  /* line 52, ../sass/components/_ctd.scss */
  .row-fluid .ctd-item[class*="span"] .ctd-text {
    font-size: 2vw;
    word-spacing: -.2em;
  }
}
/* line 65, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"] .ctd-cta {
  padding-bottom: 10%;
}
/* line 68, ../sass/components/_ctd.scss */
.row-fluid .ctd-item[class*="span"]:hover .CTDoverlay {
  background-color: rgba(39, 129, 187, 0.75);
}

/* line 73, ../sass/components/_ctd.scss */
.ctd-item + .ctd-item {
  border-top: 9px solid;
}
@media all and (min-width: 768px) {
  /* line 73, ../sass/components/_ctd.scss */
  .ctd-item + .ctd-item {
    border-top: 0;
    border-left: 9px solid;
  }
}

/* line 81, ../sass/components/_ctd.scss */
.ctd-content {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2279876339-jpg/2015_Web_Assets/images/Content_Screens_BOTTOMcta.jpg");
}

/* line 85, ../sass/components/_ctd.scss */
.ctd-technology {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2280940612-jpg/2015_Web_Assets/images/Technology_Screens_BOTTOMcta.jpg");
}

/* line 88, ../sass/components/_ctd.scss */
.ctd-delivery {
  background-image: url("//cdn2.hubspot.net/hub/22308/file-2277893441-jpg/2015_Web_Assets/images/Delivery_Screens_BOTTOMcta.jpg");
}

/* line 1, ../sass/components/_header-pop-drop.scss */
.row-fluid .header-pop-drop[class*="span"] {
  position: relative;
}
/* line 4, ../sass/components/_header-pop-drop.scss */
.row-fluid .header-pop-drop[class*="span"] .filtered-bg {
  min-height: 12rem;
  background-color: #2781bb;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media all and (min-width: 768px) {
  /* line 4, ../sass/components/_header-pop-drop.scss */
  .row-fluid .header-pop-drop[class*="span"] .filtered-bg {
    min-height: 35vw;
  }
}

/* line 16, ../sass/components/_header-pop-drop.scss */
.row-fluid .filtered-blue[class*="span"] {
  -webkit-filter: sepia(0.9) hue-rotate(167deg);
  filter: sepia(0.9) hue-rotate(167deg);
}

/* line 20, ../sass/components/_header-pop-drop.scss */
.popDropBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13.8rem;
  height: 12rem;
  border: 0 solid #fff;
  border-width: 0 .9rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  color: #4c565f;
  background-color: #efefef;
  overflow: hidden;
  z-index: 2;
}
@media all and (min-width: 768px) {
  /* line 20, ../sass/components/_header-pop-drop.scss */
  .popDropBox {
    bottom: -6rem;
    left: 10%;
    width: 20vw;
    height: 20vw;
    max-width: 27rem;
    max-height: 27rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    border-width: .9rem;
  }
}
/* line 47, ../sass/components/_header-pop-drop.scss */
.popDropBox img {
  display: block;
  position: relative;
  margin: -1rem auto .4rem;
  width: 90%;
}
@media all and (min-width: 768px) {
  /* line 47, ../sass/components/_header-pop-drop.scss */
  .popDropBox img {
    margin: -2rem auto 2rem;
  }
}

/* line 57, ../sass/components/_header-pop-drop.scss */
.popDropBox .easyText {
  font-weight: 700;
  font-family: Lato, sans-serif;
  letter-spacing: .005em;
}

/* line 63, ../sass/components/_header-pop-drop.scss */
.solution-section .row-fluid {
  /*
      .learn-more-wrap {
          @include flex-container(column nowrap, center);
          @include justify(center);
          padding: 1em;
          background-color: $brandPrimaryColor;
      } */
}
/* line 64, ../sass/components/_header-pop-drop.scss */
.solution-section .row-fluid .fixed-background {
  -webkit-filter: none;
  filter: none;
}
/* line 66, ../sass/components/_header-pop-drop.scss */
.no-cssfilters .solution-section .row-fluid .fixed-background > div::before {
  background-color: transparent;
}
@media all and (min-width: 768px) {
  /* line 64, ../sass/components/_header-pop-drop.scss */
  .solution-section .row-fluid .fixed-background {
    padding-top: 4rem;
  }
}

/* line 86, ../sass/components/_header-pop-drop.scss */
.solution-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwcHgiIHN0b3AtY29sb3I9IiMyNzgxYmIiIHN0b3Atb3BhY2l0eT0iMC45NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ODFiYiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(rgba(39, 129, 187, 0.95) 0px, rgba(39, 129, 187, 0.75) 100%);
  background-image: -webkit-radial-gradient(rgba(39, 129, 187, 0.95) 0px, rgba(39, 129, 187, 0.75) 100%);
  background-image: radial-gradient(rgba(39, 129, 187, 0.95) 0px, rgba(39, 129, 187, 0.75) 100%);
}

/* line 95, ../sass/components/_header-pop-drop.scss */
.solution-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, rgba(36, 36, 36, 0.75)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(36, 36, 36, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(36, 36, 36, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(36, 36, 36, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
}

/* line 104, ../sass/components/_header-pop-drop.scss */
.solution-section[class*="solution"] .solution-left,
.solution-section[class*="solution"] .solution-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* so much for the .fixed-background class being fixed */
}
/* line 109, ../sass/components/_header-pop-drop.scss */
.solution-section[class*="solution"] .solution-left > div,
.solution-section[class*="solution"] .solution-right > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  z-index: 1;
}
/* line 112, ../sass/components/_header-pop-drop.scss */
.solution-section[class*="solution"] .solution-left > div:first-child,
.solution-section[class*="solution"] .solution-right > div:first-child {
  position: relative;
}

/* line 118, ../sass/components/_header-pop-drop.scss */
.neuroBullets {
  max-width: 90%;
}

/* line 119, ../sass/components/_header-pop-drop.scss */
.neuroBullets img {
  float: left;
  width: 20%;
  max-height: 10vh;
}

/* line 124, ../sass/components/_header-pop-drop.scss */
.neuroPoint {
  float: left;
  max-width: 80%;
  padding: 0 0 1% 2%;
}

/* line 129, ../sass/components/_header-pop-drop.scss */
.neuroPoint h3 {
  margin: 1vh 0;
  font-size: 3rem;
  letter-spacing: .05em;
}

/* line 1, ../sass/libraries/_jquery.sidr.light.scss */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: calc(100% - 5rem);
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}

/* line 19, ../sass/libraries/_jquery.sidr.light.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}

/* line 22, ../sass/libraries/_jquery.sidr.light.scss */
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 26, ../sass/libraries/_jquery.sidr.light.scss */
.sidr.right {
  left: auto;
  right: calc(-100% + 5rem);
}

/* line 30, ../sass/libraries/_jquery.sidr.light.scss */
.sidr.left {
  left: calc(-100% + 5rem);
  right: auto;
}

/* line 34, ../sass/libraries/_jquery.sidr.light.scss */
.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

/* line 50, ../sass/libraries/_jquery.sidr.light.scss */
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}

/* line 54, ../sass/libraries/_jquery.sidr.light.scss */
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

/* line 57, ../sass/libraries/_jquery.sidr.light.scss */
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 61, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}

/* line 68, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}

/* line 75, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

/* line 79, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

/* line 84, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}

/* line 90, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

/* line 94, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

/* line 98, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li ul li:last-child {
  border-bottom: none;
}

/* line 101, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

/* line 105, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}

/* line 110, ../sass/libraries/_jquery.sidr.light.scss */
.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}

/* line 114, ../sass/libraries/_jquery.sidr.light.scss */
.sidr form {
  margin: 0 15px;
}

/* line 117, ../sass/libraries/_jquery.sidr.light.scss */
.sidr label {
  font-size: 13px;
}

/* line 120, ../sass/libraries/_jquery.sidr.light.scss */
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}

/* line 139, ../sass/libraries/_jquery.sidr.light.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

/* line 144, ../sass/libraries/_jquery.sidr.light.scss */
.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

/* line 148, ../sass/libraries/_jquery.sidr.light.scss */
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

/* line 54, ../sass/hsi2015.scss */
.fixed-bottom, .row-fluid .scroll-down[class*="span"] {
  position: fixed;
  bottom: 0;
}

/* line 58, ../sass/hsi2015.scss */
.row-fluid .scroll-down[class*="span"] {
  padding-top: .6em;
  width: 100%;
  opacity: .75;
  font-size: 1.3rem;
  line-height: .7em;
  text-align: center;
  font-weight: 400;
  color: #4c565f;
  background-color: #fff;
}

/* line 71, ../sass/hsi2015.scss */
.footer-container-wrapper {
  position: relative;
  padding-top: 2rem;
  font-size: 1.2rem;
  background-color: #4c565f;
  z-index: 100;
  color:#fff;
}
/* line 77, ../sass/hsi2015.scss */
.footer-container-wrapper h2 {
  padding: 0 1rem;
  font-size: 1.4rem;
}
/* line 81, ../sass/hsi2015.scss */
.footer-container-wrapper ul {
  margin: 0;
  padding: 0 1rem 1em;
  list-style: none;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 88, ../sass/hsi2015.scss */
.footer-container-wrapper li {
  margin: .5em 0;
}
/* line 89, ../sass/hsi2015.scss */
.footer-container-wrapper a {
  line-height: 1;
  color: #fff;
  opacity: .8;
}
/* line 93, ../sass/hsi2015.scss */
.footer-container-wrapper a:hover {
  opacity: 1;
}
/* line 97, ../sass/hsi2015.scss */
.footer-container-wrapper p {
  padding: 0 1rem;
  margin: .5em 0;
}
/* line 102, ../sass/hsi2015.scss */
.footer-container-wrapper .footer-contact-group h2 {
  font-size: 1.8rem;
}
/* line 105, ../sass/hsi2015.scss */
.footer-container-wrapper .footer-contact-group p {
  font-size: 1.6rem;
  word-wrap: normal;
}
/* line 111, ../sass/hsi2015.scss */
.footer-container-wrapper i.fa, .footer-container-wrapper i[class*=icon] {
  margin-right: .5em;
  font-size: 1.8rem;
}
/* line 115, ../sass/hsi2015.scss */
.footer-container-wrapper i.icon-po, .footer-container-wrapper i.fa-paper-plane-o {
  font-size: 1.4rem;
}
/* line 118, ../sass/hsi2015.scss */
.footer-container-wrapper .footer-social i.fa, .footer-container-wrapper .footer-social i[class*=icon] {
  vertical-align: middle;
}
/* line 120, ../sass/hsi2015.scss */
.footer-container-wrapper .widget-type-page_footer {
  padding: 5rem 1rem;
  text-align: right;
}
/* line 124, ../sass/hsi2015.scss */
.footer-container-wrapper .footer-tos {
  padding: 5rem 1rem;
}
/* line 126, ../sass/hsi2015.scss */
.footer-container-wrapper .no-margin .row-fluid .span6.widget-type-page_footer, .footer-container-wrapper .no-margin .row-fluid .span6.footer-tos {
  float: left;
  width: 50%;
}
/* line 132, ../sass/hsi2015.scss */
.footer-container-wrapper #footer .row-fluid::before, .footer-container-wrapper #footer .row-fluid::after {
  display: none;
}
@media all and (min-width: 414px) and (max-width: 767px) {
  /* line 138, ../sass/hsi2015.scss */
  .footer-container-wrapper .footer-site-map-group .span3,
  .footer-container-wrapper .footer-contact-group .span6 {
    float: left;
    margin-left: 2.127659574%;
    width: 48.93617020799999%;
  }
  /* line 143, ../sass/hsi2015.scss */
  .footer-container-wrapper .footer-site-map-group .span3:nth-child(even),
  .footer-container-wrapper .footer-contact-group .span6:nth-child(even) {
    margin-left: 0;
  }
  /* line 147, ../sass/hsi2015.scss */
  .footer-container-wrapper ul {
    border-bottom: 0;
  }
  /* line 148, ../sass/hsi2015.scss */
  .footer-container-wrapper .footer-address .row-fluid [class*=span] {
    float: left;
  }
}
@media all and (min-width: 768px) {
  /* line 152, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: multiple;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  /* line 155, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-site-map-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  /* line 157, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-site-map-group [class*=span] {
    padding: 0 .5em;
  }
  /* line 161, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-contact-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
  /* line 163, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-contact-group [class*=span] {
    padding: 0 .5em;
  }
  /* line 169, ../sass/hsi2015.scss */
  .footer-container-wrapper ul {
    border-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  /* line 173, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid {
    padding-top: 3vw;
    max-width: 70%;
    margin: 0 15%;
  }
}
@media all and (min-width: 1500px) {
  /* line 182, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: single;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  /* line 185, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-site-map-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 188, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-contact-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 5%;
  }
  /* line 192, ../sass/hsi2015.scss */
  .footer-container-wrapper #footer > div > div.row-fluid > .footer-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

/*

*/