@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700|Source+Sans+Pro:400,400i,700');

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



/*
//////////////////////////////////////////////////////////////////////////////
//
// Notes
//
// z-index rules:
//  Use 4 digit numbers incrimented by whole numbers
//  Modals use X000
//  Sticky elements use 0X00
//  Normal elements use 00X0
//  Minor adjustments within a type use 000X
//  
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// Variables
//
//////////////////////////////////////////////////////////////////////////////
*/

           /* Deep Navy */
         /* Red */












/*
//////////////////////////////////////////////////////////////////////////////
//
// Reset
//
//////////////////////////////////////////////////////////////////////////////
*/

html {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

img {
    height: auto !important;
}

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

main {
    display: block;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Typography
//
//////////////////////////////////////////////////////////////////////////////
*/

/*
    General Styles
*/

body {
    font-size: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    color:#3f3f3f;
}

a {
  text-decoration: none;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  	font-family: 'Raleway', sans-serif;
  	text-transform: uppercase;
    line-height: 1.25;
}

h1,
.h1 {
    font-size: 2.4em;
    font-weight: 100;
}

h2,
.h2 {
    font-size: 1.53em;
    font-weight: 100;
}

h3,
.h3 {
    font-size: 1.3em;
}

h4,
.h4 {
    font-size: 1.2em;
}

h5,
.h5 {
    font-size: 1.15em;
    font-weight: 600;
    color: #9A121D;   
}

p {
    line-height: 1.66;
}

p + p {
    margin-top: 1.25em;
}

small {
    font-size: 0.8em;
}

/* Only apply these styles in content areas */

.main-content a,
.main-content a:visited {
    color: #9A121D;
    text-decoration: none;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.main-content a:not(.button):not(.hs-button),
.main-content a:not(.button):not(.hs-button):visited {
    color: #9A121D;
}

.main-content a:hover,
.main-content a:focus {
    color: #212851;
    -webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
}

.main-content a:not(.button):not(.hs-button):hover,
.main-content a:not(.button):not(.hs-button):focus {
    color: #9A121D;
}

.main-content p {
	line-height: 1.75;
}

.main-content p + p{
	margin-top: 1em;
}

.main-content ul:not(.hs-error-msgs),
.main-content ol {
    padding-left: 1.2em;
    margin: 1em 0;
}

.main-content ol {
    padding-left: 1.45em;
}

.main-content li {
    padding: 0.125em 0;
    line-height: 1.77;
}

.main-content ul ul,
.main-content ul ol {
    /* Nested Lists */
    margin-left: -1rem;
    padding-left: 2em;
}

.main-content ol ul, 
.main-content ol ol {
    /* Nested Lists */
    margin-left: -1.25rem;
    padding-left: 2.25em;
}

/*
    Fancy Lists
*/

.fancy-list {
    list-style: none;
}

.fancy-list li {
    position: relative;
    line-height: 1.85;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}

.fancy-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.fancy-list li:before {
    font-size: 0.9em;
    content: '\f111 ';
    font-family: FontAwesome;
    color: #212851;
    position: absolute;
    left: -1rem;
    top: 0.33em;
}

/*
    Check Lists
*/

.check-list {
    list-style: none;
}

.check-list li {
    position: relative;
    line-height: 1.85;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}

.check-list li:before {
    font-size: 1.5em;
    content: '\f00c ';
    font-family: FontAwesome;
    color: #212851;
    position: absolute;
    left: -1.5rem;
    top: 0;
}


/* 
    Automatic Spacing ( content / article )
*/

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.sidebar h3 {
    margin: 0 0 1rem;
}

.main-content p + h1,
.main-content p + h2,
.main-content p + h3,
.main-content p + h4 {
    margin: 1em 0 1rem;
}

.main-content h1 {
    font-weight: 100;
}
.main-content h3 {
    font-weight: 400;
    color: #212851;
}

.main-content h5 {
    margin: 1em 0 0.25rem;
}

.main-content blockquote {
    font-size: 1.33em;
    font-weight: 300;
    font-style: italic;
	line-height: 1.75;
	position: relative;
}


/*
//////////////////////////////////////////////////////////////////////////////
//
// Buttons
//
//////////////////////////////////////////////////////////////////////////////
*/

button,
[type=submit]{
    /* Reset button styling */
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1em;
    background: none;
}

a.cta_button.cta_button {
    /* Really Hubspot!? This shouldn't be nessisary */
    -moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

button:not(.mobileMenuTrigger),
.button,
.hs-button.hs-button,
input[type=submit] {
    /* Reset browser defualt button element styling */
    border: 0;
    /* Apply button styles */
    display: inline-block;
    color: #FBFBFB !important;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #212851;
    padding: 0.5em 1.5em;
    box-shadow: ;
    position: relative;
    border: 2px solid #212851;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.45, 0.99);
}

input[type=submit] {
    padding: 0.45em 1.75em !important;
}

.button--white,
.hs-button--white {
    background-color: #FBFBFB;
    color: #333 !important;
}

.button--secondary,
.hs-button--secondary {
    background-color: #9A121D;
}

.button--ghost,
.hs-button--ghost {
    background: none;
    color: #212851 !important;
    border: 2px solid currentColor;
}


.button--ghost-white,
.hs-button--ghost-white {
    background: none;
    color: #fff !important;
    border: 2px solid currentColor;
}

.button--wide {
    width: 100%;
    text-align: center;
    font-size: 0.95em;
}

/* A larger button with a trendy big defused shadow */
.button--hero {
    font-size: 1.33em;
    position: relative;
}

/*
    Hover States
*/

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.share-button:hover a, 
.share-button:focus a {
    color: #FBFBFB !important;
    outline: none;
    text-decoration: none;
    webkit-transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    transition: all 0.125s cubic-bezier(0.37, 0, 0.45, 0.99);
    cursor: pointer;
}

.button--white:hover,
.button--white:focus,
.hs-button--white:hover,
.hs-button--white:focus {
    color: #333 !important;
}

.button--ghost:hover,
.button--ghost:focus,
.hs-button--ghost:hover,
.hs-button--ghost:focus {
    color: #212851 !important;
}

.button--ghost-white:hover,
.button--ghost-white:focus,
.hs-button--ghost-white:hover,
.hs-button--ghost-white:focus {
    color: #fff !important;
}

/*
    Fix Page Editor Buttons
*/

.mce-tinymce button {
    background: none;
    padding: 0.5em 0.75em;
    border-radius: 3px;
    margin: 0.012em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Layout / Framework / Structure (prefix class names with 'l-')
//
//////////////////////////////////////////////////////////////////////////////
*/

.l-page-wrap {
    max-width: 75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto !important;
    float: none !important;
}

.l-page-wrap--extreme-narrow {
    max-width: 31rem;
}

.l-page-wrap--super-narrow {
    max-width: 42rem;
}

.l-page-wrap--extra-narrow {
    max-width: 50rem;
}

.l-page-wrap--narrow {
    max-width: 59rem;
}

.l-page-wrap--large {
    max-width: 80rem;
}

.l-page-wrap--wide {
    max-width: 106rem;
}

.l-universal-padding {
    padding: 2rem;
}

.l-well {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2em;
    margin: 2em 0;
}

.l-well--color {
    background-color: #333;
    color: #fff;
    padding: 3em
}

.l-well--white {
    background-color: #fff;
}

.l-well--no-border {
    border: 0;
}

.l-well--fill-body {
    padding: 2em 0;
}

hr {
    border: 0;
    margin: 0 0 2em;
    border-bottom: 1px solid rgba(51, 51, 51, 0.32);
}

@media (max-width:768px){
    .l-page-wrap{
        padding-left:1em;
        padding-right:1em;
    }
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Sections
//
//////////////////////////////////////////////////////////////////////////////
*/

.section {
    display: block;
    padding-top: 2.75em;
    padding-bottom: 2.75em; 
    background-position: center right;
    background-size: cover;
}

.section--short {
    padding-top: 0.75em;
    padding-bottom: 0.75em;     
}

/* Colorize the backgrounds */

.section--blue {
    color: #fff;
    background-color: #212851;
}

.section--red {
    color: #fff;
    background-color: #9A121D;
}

.section--lgrey {
    background-color: #FBFBFB;
}


.section--grey {
    background-color: #DCDCDC;
}

.section--dgrey {
    background-color: #333;
    color: #fff;
}

.section--charcoal {
	background-color: #53565a;
	color: #fff;
}

.section--custom-image,
.section--custom-image--light-text {
    background-size: cover;
    background-position: center;
}

.section--dgrey,
.section--custom-image--light-text,
.section--dgrey h3,
.section--custom-image--light-text h3 {
    color: #fff;
}

.section__title {
    font-size: 2.8em;
    text-align: center; 
    margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
    
    .section__column + .section__column {
        margin-top: 2em;
    }
    
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Hero
//
//////////////////////////////////////////////////////////////////////////////
*/

.hero {
	text-align: center;
	padding: 2.3em 0 2em;
}

.hero--paper {
	background-image: url(https://cdn2.hubspot.net/hubfs/4784796/lined_paper_2.jpg);
	background-position: center;
	background-size: cover;
}

.hero__subtitle {
	color: #B2B2B2;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Blog
//
//////////////////////////////////////////////////////////////////////////////
*/

/* 
	Listing 
*/

/* Feautured post */

.hero--blog-listing {
	background-image: url(https://cdn2.hubspot.net/hubfs/4784796/torn-paper.png);
	background-size: 158%;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 3em 0 9em;
}

.feautred-post-item__body {
  text-align: left;
}

@media (max-width: 768px) {
  
  .hero--blog-listing {
    background-position: left top;
  }

}

@media (max-width: 480px) {
  
  .hero--blog-listing {
    background-size: 120%;
  }

}

@media (min-width: 1360px) {

	.hero--blog-listing {
    background-size: 100%;
		background-position: -8vw bottom;
	}
	
}

@media (min-width: 1540px) {

	.hero--blog-listing {
		background-position: -12vw bottom;
	}
	
}

@media (min-width: 1690px) {

	.hero--blog-listing {
		background-position: -18vw bottom;
	}
	
}

.featured-post-item__image {
	position: relative;
}

@media (min-width: 1230px) {

	.featured-post-item__image::after {
		content: '';
		background-image: url(https://cdn2.hubspot.net/hubfs/4784796/paperclip.svg);
		display: block;
		height: 2.75em;
		width: 7.5em;
		position: absolute;
		top: 1.5em;
    right: -1.8em;
 
	/*-webkit-transform: rotate(-12deg);
		        transform: rotate(-12deg); */
		z-index: 2000;
	}

}

.featured-post-item__image img {
	width: 100%;
	border: 10px solid #fff;
	box-shadow: -3px 6px 14px rgba(0, 0, 0, 0.25);
	-webkit-transform: rotate(2.9deg);
	        transform: rotate(2.9deg);
}

@media (max-width: 768px) {

  .featured-post-item__image img {
    width: 20em;
    margin: 0 auto;
    display: inline-block;
  }

  .featured-post-item__image {
    text-align: center;
  }
  
}

.hero__title {
  color: #212851;
	font-size: 2.6em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}

.featured-post-item__label {
  color: #9A121D;
	font-size: 1rem;
}

.featured-post-item__title {
	color: #212851;
	font-size: 1.5em;
  font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.featured-post-item__summary {
	line-height: 1.75em;
  margin-bottom: 1.5em;
}

/* Main list */

.post-item__featured-image {
	background-position: center;
  background-size: cover;
  padding-top: 10em;
	margin-bottom: 1em;
}

.post-item__title {
	color: #212851;
	font-size: 1.5em;
  font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.post-item__meta {
	color: #B2B2B2;
	margin-bottom: 1em;
}

.post-item__summary {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.subscribe-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #222A4F;
	color: #fff;
	text-align: center;
	padding: 2em;
}

.subscribe-box form {
	text-align: left;
}

.subscribe-box input[type=submit] {
	border: 2px solid #fff !important;
	margin-top: 1em;
}

@media (max-width: 499px) {

  .post-grid__item {
    margin-bottom: 2em;
  }  

}

@media (min-width: 500px) {

  .post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    gap: 2em;
  }

}

@media (min-width: 750px) {
  
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 2em;
    gap: 2em;
  }  
  
  .post-item__body {
    flex: 1;
    display: grid;
    grid-template-rows: min-content min-content 1fr min-content;
    justify-items: left;
  }

  .post-item {
    display: flex;
    flex-direction: column;
  }  

  .post-grid__item:nth-child(n + 5) {
    grid-column: span 2;
    grid-row: span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    gap: 2em;
  }

  .post-grid__item {
    grid-row: span 2;
  }

}

.blog-pagination {
	position: relative;
}

.blog-pagination::before {
	content: '';
	display: block;
	max-width: 25em;
	height: 2px;
	background-color: #212851;
	margin: 2em auto 3em
}

/*
	BLOG POST
*/

@media (min-width: 700px) {

	.single-post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.single-post__sidebar {
		min-width: 220px;
		position: relative;
	}
  
  .blog-sidebar__featured-image {
    max-width: 220px;
  }

}

@media (min-width: 850px) {

	.single-post__sidebar {
		min-width: 370px;
	}
  
  .blog-sidebar__featured-image {
    max-width: 370px;
  }

}

.single-post__body p:first-of-type {
	font-size: 1.5em;
}

.topic-bar img {
	vertical-align: middle;
	margin-right: 1.5em;
}

.topic-bar__item {
	color: #B2B2B2;
	display: inline-block;
	position: relative;
	top: 0.75em;
}

.single-post__topics {
	margin-top: 2.5em;
}

/* Sidebar */

.blog-sidebar__featured-image {
  display: none;
	border: 10px solid #fff;
	box-shadow: -3px 6px 14px rgba(0, 0, 0, 0.25);
}

.blog-sidebar__featured-image img {
  width: 100%;
}

@media (min-width: 700px) {

	.single-post__body {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding-left: 2em;
	}
  
  .blog-sidebar__featured-image {
    display: block;
  }

	.blog-sidebar__cta {
		position: -webkit-sticky;
		position: sticky;
		margin-top: 6em;
		top: 6em;
	}

}

/* Author */

.author {
	background-color: #E8E8E8;
	margin: 2em 0;
}

.author__body {
	padding: 1em;
}

/* Comments */

.blog-comments .blog-comment__well > span {
	display: none;
  text-align: left;
}

.blog-comment__well {
	background-color: #E8E8E8;
	padding: 3em;
	text-align: center;
	margin-top: 3em;
}

/* Previous / Next Post */

.blog-next-prev {
  background-color: #ECECEC;
}

@media (min-width: 600px) {

  .blog-next-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ECECEC;
  }
  
  .blog-next-prev__link {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  
}

.blog-next-prev__link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em 2.5em;
}

@media (min-width: 930px) {
  
  .blog-next-prev__link {
    align-items: center;
    padding: 5em 4.5em;
  }
  
}

.blog-next-prev__link--next {
	background-color: #F5F5F5;
  text-align: right;
}

.blog-next-prev__label {
	color: #B2B2B2;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
}

.blog-next-prev__label--prev::before, 
.blog-next-prev__label--next::after {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: url(https://cdn2.hubspot.net/hubfs/4784796/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.blog-next-prev__label--next::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.blog-next-prev__name {
	color: #212851;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Forms
//
//////////////////////////////////////////////////////////////////////////////
*/

input,
select,
textarea {
	background-color: #FFFEFE;
	border: 1px solid #B2B2B2;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
	margin-bottom: 1.75em;
}

fieldset {
	max-width: none !important;
}

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

.hs_recaptcha {
	margin-bottom: 1.75em;
}

/*
//////////////////////////////////////////////////////////////////////////////
//
// Tools / Utilities
//
//////////////////////////////////////////////////////////////////////////////
*/

.responsive-video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.responisive-video__iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.u-relative-parent {
    position: relative;
}

.u-fit-to-parent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}









/* MOBILE MENU */
.mobileMenuTrigger,
.mobile-menu,
.main-menu .hs-item-has-children > button {
        display: none;
}
@media (max-width: 1100px) {
    a.search {
        position: relative;
        right: 4em;
        top: -4px;
    }
    .mobile-menu {
        display: block;
        overflow: auto;
    }
    .menu-overlay {
        opacity: 0;
        
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }
    .menu-open .menu-overlay {
        background: rgba(31, 31, 31, 0.36);
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        left: 0;
        z-index: 2000;
        opacity: 1;
        
    }
    .mobileMenuTrigger {
        display: block;
        background-color: #fff;
        color: #979797;
        border: 0 none;
        font-size: 1.5em;
        line-height: 1;
        outline: none;
        padding: 0.5em;
    }
    
    .mobileMenuTrigger:hover,
    .mobileMenuTrigger:focus {
	      color: #979797 !important;
        background-color: #fff;
    }
    
    .mobile-menu {
        margin: 0 !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100vh;
        max-width: 300px;
        background: #1F1F1F;
        z-index: 2010;
        
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        
        -webkit-transition: transform .25s cubic-bezier(1, -0.06, 0, 0.92);
        transition: transform .25s cubic-bezier(1, -0.06, 0, 0.92);
    }
    .menu-open .mobile-menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        
    }
    /* MAIN MENU */
    .mobile-menu > ul {
        display: block; 
        padding: 0;
        margin: 0;
        list-style: none !important;
    }
    
    .mobile-menu > ul > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #626262;
    }
    
    .mobile-menu > ul > li > a {
      display: block !important;
    	padding: 1em !important;
    	white-space: inherit !important;
    	max-width: 100% !important;
    	text-overflow: inherit !important;
    	text-transform: uppercase;
    	line-height: auto;
    	text-decoration: none;
    	color: #979797;
    	border-top: 3px solid transparent;
    }
    
    .mobile-menu > ul > li:hover > a,
    .mobile-menu > ul > li.active > a {
        color:;
    }
    
    .mobile-menu > ul > li > ul {
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        visibility: inherit !important;
        max-height: 0px;
        background: #333;
        border-top: 0 none;
        box-shadow: none;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding:0;
        -webkit-transition: max-height .125s ease-in-out !important;
        transition: max-height .125s ease-in-out !important;
        
    }
    
    .mobile-menu > ul > li > ul li a{
    	padding: .5em 1em !important;
    	width: 100% !important;
    	color: #fff;
    	display: block;
    	text-decoration: none;
    }
    
    .mobile-menu .hs-item-has-children {
        float: none !important;
    }
    .mobile-menu .hs-item-has-children:after {
        content:"";
        display: table;
        width: 100%;
        height: 0;
        clear: both;
    }
    .mobile-menu .hs-item-has-children > * {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
            -ms-flex: 1 100%;
                flex: 1 100%;
    }
    .mobile-menu .hs-item-has-children > a {
        display: inline-block;
        float: left;
        width: 80%;
        font-size: 16px;
        line-height: 27px;
    }
    .mobile-menu .hs-item-has-children > button {
        display: inline-block;
        float: left;
        width: 20%;
        line-height: 60px;
        font-size: 16px;
        
        border: 0 none;
        background: #fff;
        border-left: 1px solid #FBFBFB;
        -webkit-appearance: none !important;
        outline: none !important;
    }
    .mobile-menu .hs-item-has-children > button.active {
            background-color: ;
        }
    .mobile-menu .hs-item-has-children > ul.hs-menu-children-wrapper {
        width: 100%;
        display: block;
    }
    .mobile-menu .hs-item-has-children > button.active + ul {
        max-height: 1000px !important;
        
    }
    
    
    .hs-menu-depth-2.hs-item-has-children ul {
        display: none;
    }
    
