@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
           
/***********************************************/
/* 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    */
/*****************************************/

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

    #VARIABLES
    
*****************************************/

/* Type */











/* Layout */



/* Colors */



















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

    #MACROS
    
*****************************************/













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

    #IMPORTS

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

	#NORMALIZE

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

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
	color: #222;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

a {
	color: red;
}

a:hover {
	color: black;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

i {
	font-style: normal;
}

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

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 0 0 1em 1em;
}

dfn {
	font-style: italic;
}

hr {
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d3d8e6;
	display: block;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1.6em;
	margin: 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

ul,
ol {
	margin: 0 0 1em 1em;
}

dd {
	margin: 0 0 0 1em;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
	overflow: visible;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

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

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

button[disabled],
input[disabled] {
	cursor: not-allowed;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

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

td {
	vertical-align: top;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



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

	#HELPERS

****************************************/
.domaine {
  font-family: Georgia, Times, serif;
  font-weight: 600;
  color: #000000;
}

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

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: '.';
}

.left {
	float: left;
}

.alignleft {
	float: left;
	margin-right: 1.2rem;
}

.right {
	float: right;
}

.alignright {
	float: right;
	margin-left: 1.2rem;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.overflow {
	overflow: visible;
}

.resetter {
	margin: 0;
	padding: 0;
}

.break {
	clear: both;
}

.hyphenate {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */
  .footer-line::before {
    display: none;
  }
}



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

    #GRID

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

.container-fluid {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  float: none !important;
  margin-right: auto;
  margin-left: auto !important;
  padding-left: 5%;
  padding-right: 5%;
}

.row-fluid {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.row-fluid [class*="span"].right {
  float: right;
}

.main-content.left-row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {

  .main-content.left-row {
    margin-right: 2%;
    padding-right: 2em;
  }
  
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
 
}



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

    #TYPOGRAPHY
    
*****************************************/

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
  background: #ffffff;
	font-size: 62.5%;
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif;;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #39414E;
  margin: 0;
}

p,
ul,
ol {
  margin: 0 0 2.4rem;
}

ul,
ol {
	padding: 0 0 0 1.2rem;
	list-style: none;
}

ul li,
ol li {
  position: relative;
  font-family: "Montserrat", sans-serif;;
  font-weight: 400;
  color: #39414E;
  margin-bottom: 0.6rem;
  padding: 0 0 0 3.0rem;
}
  
ul li::before,
ol li::before {
  font-family: ;
  font-weight: 500;
  color: #093266;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.0;
  text-align: center;
}

ul ol,
ul ul,
ol ol,
ol ul {
	margin-top: 2.4rem;
}

ul li::before {
	content: '\2022';
}

ol {
	counter-reset: order-counter;
}

ol li::before {
	content: counter(order-counter);
	counter-increment: order-counter;
}

ol li:before, 
ol li:before {
  font-weight: 600;
  color: #ffffff;
  background-color: #BA4712;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  text-align: center;
}

a {
  font-weight: 700;
	color: #007DB4;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;;
  text-decoration: none;
}

a:hover,
a:focus,
a:active
{
  text-decoration: underline!important;
  color: #007DB4;
}

a:visited {
  color: #2e5996;  
}

h1,
h2{
  font-weight: 600!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	color: #093266;
}

h1,
h2,
h3 {
  padding-bottom: 1.5rem;
}

h4,
h5,
h6 {
  padding-bottom: 1.2rem; 
}

h1,
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h2,
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1 {
	font-weight: 600;
}

h5,
h6 {
	font-weight: 400;
}

h1,
.widget-type-email_simple_subscription h1,
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1 {
	font-size: 4.800000000000001rem;
  line-height: 1;
}

h2 {
  font-weight: 400;
}

h2,
.widget-type-email_simple_subscription h2 {
  font-size: 3.6rem;
  line-height: 1.1;
  word-wrap: break-word;
}

h3,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2 {
  font-size: 2.4000000000000004rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.4;
}

blockquote {
	position: relative;
  font-family: ;
  font-weight: 500;
	font-size: 1.8rem
	line-height: 1.4;
  margin: 2.4rem 0;
  padding: 9.6rem 0 0;
	max-width: 80rem;
  color: #000000;
	quotes: '“' '”' '“' '”';
}

blockquote::before,
blockquote::after {
  content: open-quote;
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 20rem;
  line-height: 1;
  height: 7.2rem;
  color: #F15A22;
}

blockquote::before {
  position: absolute;
  content: open-quote;
  top: 0;
  right: 0;
}

blockquote::after {
  margin-top: calc(-7.2rem + 2.4rem);
}

blockquote p {
  position: relative;
  margin-bottom: 1.2rem; 
}

blockquote .source,
cite {
  display: block;
  font-family: ;
  font-weight: 500;
  font-size: 1.6;
  font-style: normal;
  text-transform: uppercase;
  text-align: right;
  color: #000000;
}

img, 
object, 
embed, 
iframe {
  max-width: 100%;
}

img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

img[style*="float"],
img[align] {
  position: relative;
  top: 0.4rem;
  max-width: 48%;
}

img[style*="float: left"],
img[style*="float: right"] {
  margin-bottom: 1.2rem;
}

img[style*="float: left"] {
  margin-right: 1.2rem;
}

img[style*="float: right"] {
  margin-left: 1.2rem;
}



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

    #FORMS
    
*****************************************/

form {
  font-family: "Montserrat", sans-serif;;
  margin-bottom: 2.4rem;
}

.sidebar form {
  background: ;
  padding: 3.5999999999999996rem;
  border: 0;
  border-top-right-radius: 10rem;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

label {
	display: block;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

label .req {
  color: #F15A22;
}

.hs-form-field {
  margin-top: 2.4rem;
}

.hs-fieldtype-text {
  position: relative;
}

.hs-form-required {
  font-weight: 700;
  padding-left: 0.6rem;
  color: #86302E;
}

.hs-fieldtype-text > label {
  position: absolute;
  top: 2rem;
  left: 2rem;
  max-width: 90%;
  margin: 0;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-fieldtype-text.has-focus > label {
  top: 0.6rem;
  font-size: 1.2rem;
  transform: translateY(0);
}

.hs-fieldtype-checkbox > label,
.hs-fieldtype-radio > label {
  margin-bottom: 0;
  padding: 1rem 2rem;
  background-color: #EDEFF5;
  border: 1px solid #ABB5D1;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-radio .input {
  padding: 1.2rem 1.999992rem 0; 
  border: 1px solid #ABB5D1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.hs-fieldtype-checkbox .input li,
.hs-fieldtype-radio .input li {
  margin-bottom: 0;
}

select,
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"] {
  font-size: 1.6rem !important;
	line-height: 1.5;
  color: #093266;
	width: 100%;
	height: 6.5rem;
  margin-bottom: 0.6rem;
  padding: 2rem;
	border-radius: 3px;
  background-color: #EDEFF5;
  border: 1px solid #ABB5D1;
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	overflow: auto; /* Hide silly auto scrollbar in IE */
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #F15A22;
  box-shadow: none;
  outline: none;
}

input[type='date'],
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select[multiple],
select[size] {
	height: auto;
	overflow: auto;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline-color: #F15A22;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  padding: 2.4rem 2rem 1.4rem;
}

.hs-dateinput input {
  padding: 2rem;
}

input[type='date'],
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select[multiple],
select[size] {
	height: auto;
	overflow: auto;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OTZDMDZENjU4NzIxMUU4OTkyREQ1NUQ1OTkzNEJBMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OTZDMDZENzU4NzIxMUU4OTkyREQ1NUQ1OTkzNEJBMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY5NkMwNkQ0NTg3MjExRTg5OTJERDU1RDU5OTM0QkEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5NkMwNkQ1NTg3MjExRTg5OTJERDU1RDU5OTM0QkEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0LxN/wAAB1xJREFUeNrs3U+IVWUYx/F3rikooZuiQF3EuGihtNMgCbvoBKUGMgtzRLfjbAoKnVH6oxHOKEht/LMLUwlsk5qS1cxggiRuQmenBOaAops0FKy8Pa/3OTELx3vPuec857znfH/wcGXm3nPe9z0fz/0z97xvV6PRcISknRpDQIBFgEWARQiwCLAIsAgBFgEWARYhwCLAIsAiBFgEWARYhACLAIsAixBgEWARYBECLAIsAixCgEWARYBFCLAIsAiwCAEWARYBFiHAIsAipc4zSR60Y8/pZ+XmU6k+qRelJqUOS30m9YBhDSqzpT6S2iQ1X+qm1FF/fD/f+tZfSTfaFXfWZEH1vNz8KPXKE379q9SbUn9yvILIPKkfpJY94Xe/Sa0SXLczhyWoXpCbn6QWP+VuV6TqUrc5boWOP0GMtnEsVwquW5nBElQL5GZcqruNu4MrfFRRrkmtEFw3Un/xHhOV0waPagdIuKicHvNxNZAerASopuI6J7WAY1mYLNBjsjjm42LjqrVAtUhuzidAFeVlRQmuYqAa12OSJN7AeTWR/DWWbmBc34J2msfP01I3OL65oupOYVuT+prramxYgsp/NnVRamGKnfO4Vkn9znE2zUuu+fFQd4rb/ENqqeC6GfepcHfKqKJT6S9SizjWZlmkY96d8nYXqpHYr7HWZdTR+XpKBpcNqrReysQ2Mh2suRl2GFzho2ppZDpYExl33Hf4gtQSDKSeJTq28zPez0QSWCMGA/Cca35QB650UY3q2Gadkdiw5NX+13KzD1ygmib71EjsM5bH9YHxmWsZNhJnmeWZSm08NS3/CL1jz+lhudlm0OC7Uj2u+dUbEg/V2YzfcE1FNdjOHVv+rVA3ZHHmmqsDxJkrcFRtwZqCa7shruWYaZnlhqi2x0HVNizF5T9pHTLEVcfOtKkbohrSY+8ygaW4ho1w+e9hnwLXtKhO6RhZoBpO8sDY33nXF/Tvyc0XBh3zF2as1nc8xBbV+4Lqy6QPTnT5l+5wwOjMdUZqLaYej8EZI1QDnaBKDEtxHTDCNUvq24rjWqtjMMsI1YFON9LRBavagH6pRxl3dmaFcUWoZma8H38M+9NA1TEszSHXvNjRCtf6CqFab4hqk6A6lNYG07rE/qghLr+vvgqg6tO+WqE6muZG05y7wQqXb/PhkuPq0z7WQkTlMmi4b6D/ZuHfRrg2lxDVZiNU/hitywKVy6jx30n1GuH6SmpLiVBt0T5ZoOrVY+VCgeVzwgiXz/6S4NqifXFGqE5k/b/eZYjrHWczrVHouKxQPdBjciLrHWV9yvWfFK82xDUYIKpBQ1Sr9Zi40GH5jBri2h0YrkHX4vq8lFGZ/c3VaqrICNc9cJmjuudy+EO+5RykvmP+Evu7Rrh2FhjVTiNUd3XMzb8dYj25rf8+e48Rro+lhguIaljbZoEqt2sI8pg12RLXtoLhqsyFKXlNx+07/LrUHSNce6W6cgTVpW2wQHVHxzbXq53ynOfdz8pbN8L1ob6l78oJ1X5tgwWquo6tqyosn8uGuPpzwBWh6jdEdbkIz/lFWJnCD8QK15wprky4LFFN6hgWAlVRYPlMGOPy3x6YkeE+Zug+LFFNuAKlSGvpXDXEtTFDXBGqjYaorrqCpWiLNEW4rhvsa0MGuCJUGwzaf72oqIoIK8L1mmtOhmuB6xuXztUvs3RbFqiu6RgVElVRYfnc0P+NFrj8d5M6vbQqukSt1wjVClfwqc2LvF6hJa41HeCKUK0BVRiwIlz+lH/FEFecK41nG6K6omMRxCIMIayw6pc0qxvi+l5qThv3naP3tUJV17FwwEovtw1xveGaE2/MaYHqlN7XClVQS/SFtCZ0hOtSzrgsUV1yga77GNpi436AV7rmOj8WuH52zeVto8zTn1mguqh9DXIx0RBXsffrTfcY4XrVNWfOm6d1Vn9mgarHBby2di3Qdke4Lhjsa6mCOqv/zjoXQkcVMqwIl3+qGDPCZYFqTPsUNKrQYfncd80rUMZc+BnTvtwvQV+Ch1UWXKVCVRZYEa63pU4G2PaT2vbSoCoTLB9/tW9vYLhOapsfuJKlVrL+PAwIV4TqoSthaiXsU4TreIHbeLzMqMoKK8L1rtSxArbtmLattKjKDMvnX9ecE/VYwVBt0rY5YIWP60gB2nKkKqiqAGsqroM5tuFglVBVBZaPX4lqICdcB3XfDVeh1CrU1zxwVRJV1WBNxbXXYF97q4qqirAiXFtdtutcj+g+KomqqrCiZLWI+ogLc/ZmYKWMa1eK29sFKmBF+cSls871kG6LAOv/dLqI+pAr5kS6wCoIriRPY4OgAlY7L7zjrHM9kPG7S2CVKO0uoj6g9yXAioVrukXUH+nvQAWsRPELb/srns9J/aN1Tn92iOF5eroajQajQDhjEWARYBECLAIsAixCgEWARYBFCLAIsAiwCAEWARYBFiHAIsAiwCIEWARYBFiEAIsAiwCLEGARYBFgEQIsAiwCLEKARYBFgEVI3PwnwABl+9LIG9Ze0QAAAABJRU5ErkJggg==");
  padding-right: 3.5999999999999996rem;
}

select::-ms-expand {
	display: none;
}

textarea {
  min-height: 13rem;
  resize: vertical;
}

.hs-submit input:focus {
  outline-color: #093266;
}

.pika-table,
.pika-table th {
    color: #093266 !important;
}

.fn-date-picker .pika-table .pika-button {
  border: 1px solid #ffffff;
}

.fn-date-picker .pika-table .is-today .pika-button {
  color: #093266;
}

.fn-date-picker .pika-table .is-selected .pika-button {
  color: #ffffff;
  background: #007DB4;
  box-shadow: none;
}

.fn-date-picker .pika-table .pika-button:hover {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #093266;
}

.inputs-list {
  margin-bottom: 0;
}

.hs-error-msgs label {
  padding: 0.6rem;
}

.hs-error-msgs label,
.hs-error-msgs label > a {
  font-weight: 400;
  font-size: 1.2rem;
  color: #86302E;
  text-align: left;
  border: 0;
}

.hs-error-msgs li {
  margin-bottom: 0.6rem;
}

select::-ms-expand {
	display: none;
}

input[type="file"] {
  margin-bottom: 2.4rem;
}

.inputs-list {
  clear: both;
  margin-bottom: 1.2rem;
  padding: 0;
  list-style: none;
}

.inputs-list:not(.hs-error-msgs) {
  font-size: 0;
}

.inputs-list li {
  padding: 0;
}

.inputs-list li::before {
  content: none;
}

.inputs-list:not(.hs-error-msgs) li {
 	font-size: 1.6rem;
  width: 100%;
  padding-right: 4%;
  display: inline-block;
  vertical-align: top;
}

.inputs-list li input {
  font-size: 1.6rem;
  float: left;
  margin: 0.5rem 0 0 -1.92rem;
}

.hs_casl_consent .inputs-list:not(.hs-error-msgs) li {
  width: 100%;
}

.inputs-list label {
  display: block;
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
  user-select: none;
}

input[id*="casl"] + span{
  font-size: 1.2000000000000002rem!important;
}


.inputs-list {
  margin-bottom: 0;
}

.hs-error-msgs label {
  padding: 0.6rem;
}

.hs-error-msgs label,
.hs-error-msgs label > a {
  font-weight: 400;
  color: #86302E;
  text-align: left;
  border: 0;
}

.hs-error-msgs label > a:hover {
  text-decoration: underline;
}

.hs-error-msgs li {
  margin-bottom: 0.6rem;
}

.hs-form.hs-form fieldset {
    background: none;
    max-width: none;
    padding: 0;
    border: 0;
}

.hs-form.hs-form .hs-field-desc {
    font-size: 1.4000000000000001rem;
    padding-bottom: 0.6rem;
}

.hs-form .hs_submit .hs-button {
    margin: 0 auto;
    display: block;
}

.hs-form.hs-form fieldset.form-columns-1,
.hs-form.hs-form fieldset.form-columns-2,
.hs-form.hs-form fieldset.form-columns-3,
.hs-form.hs-form div.form-columns-1,
.hs-form.hs-form div.form-columns-2,
.hs-form.hs-form div.form-columns-3 {
    float: left;
    clear: both;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-form-field:first-child,
.hs-form.hs-form fieldset.form-columns-2 .hs-form-field:first-child,
.hs-form.hs-form fieldset.form-columns-3 .hs-form-field:first-child,
.hs-form.hs-form div.form-columns-1 .hs-form-field:first-child,
.hs-form.hs-form div.form-columns-2 .hs-form-field:first-child,
.hs-form.hs-form div.form-columns-3 .hs-form-field:first-child {
    margin-top: 2.4rem;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-fieldtype-checkbox>label,
.hs-form.hs-form fieldset.form-columns-2 .hs-fieldtype-checkbox>label,
.hs-form.hs-form fieldset.form-columns-3 .hs-fieldtype-checkbox>label,
.hs-form.hs-form div.form-columns-1 .hs-fieldtype-checkbox>label,
.hs-form.hs-form div.form-columns-2 .hs-fieldtype-checkbox>label,
.hs-form.hs-form div.form-columns-3 .hs-fieldtype-checkbox>label,
.hs-form.hs-form fieldset.form-columns-1 .hs-fieldtype-radio>label,
.hs-form.hs-form fieldset.form-columns-2 .hs-fieldtype-radio>label,
.hs-form.hs-form fieldset.form-columns-3 .hs-fieldtype-radio>label,
.hs-form.hs-form div.form-columns-1 .hs-fieldtype-radio>label,
.hs-form.hs-form div.form-columns-2 .hs-fieldtype-radio>label,
.hs-form.hs-form div.form-columns-3 .hs-fieldtype-radio>label {
  margin-right: 2.5%;
}

.hs-form.hs-form fieldset.form-columns-1,
.hs-form.hs-form fieldset.form-columns-2,
.hs-form.hs-form div.form-columns-1,
.hs-form.hs-form div.form-columns-2 {
    width: 102.5%;
}

.hs-form.hs-form fieldset.form-columns-3,
.hs-form.hs-form div.form-columns-3 {
    width: 103.6%;
}

.hs-form.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form.hs-form div.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
}

.hs-form.hs-form fieldset.form-columns-3 .hs-form-field,
.hs-form.hs-form div.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left;
}

.hs-form.hs-form fieldset.form-columns-1 .input,
.hs-form.hs-form div.form-columns-1 .input {
    margin-right: 2.5%;
}

.hs-form.hs-form fieldset.form-columns-2 .input,
.hs-form.hs-form fieldset.form-columns-3 .input,
.hs-form.hs-form div.form-columns-2 .input,
.hs-form.hs-form div.form-columns-3 .input {
    margin-right: 5%;
}

.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-3 .hs-form-field .hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-1 .hs-form-field .hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-2 .hs-form-field .hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-3 .hs-form-field .hs-input {
    width: 100%;
}

.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-1 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-2 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-3 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form.hs-form.hs-form fieldset.form-columns-3 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-1 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-2 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-3 .hs-form-field input[type="checkbox"].hs-input,
.hs-form.hs-form.hs-form.hs-form div.form-columns-3 .hs-form-field input[type="radio"].hs-input {
    width: auto;
}

.hs-form.hs-form fieldset.form-columns-1 .hs-error-msgs,
.hs-form.hs-form div.form-columns-1 .hs-error-msgs {
    padding-right: 2.5%;    
}

.hs-form.hs-form fieldset.form-columns-2 .hs-error-msgs,
.hs-form.hs-form fieldset.form-columns-3 .hs-error-msgs,
.hs-form.hs-form div.form-columns-2 .hs-error-msgs,
.hs-form.hs-form div.form-columns-3 .hs-error-msgs {
    padding-right: 5%;
}

.pika-table,
.pika-table th {
    color: #093266 !important;
}

.fn-date-picker .pika-button {
  border: 1px solid #ffffff;
}

.fn-date-picker .is-today .pika-button {
  color: #093266;
}

.fn-date-picker .is-selected .pika-button {
  color: #ffffff;
  background: #007DB4;
  box-shadow: none;
}

.fn-date-picker .pika-button:hover {
  color: #000000 !important;
  background: #ffffff !important;
  border-color: #093266;
}

.submitted-message {
	background: #ffffff;
	font-family: "Montserrat", sans-serif;;
	color: #39414E;
	margin-bottom: 2.4rem;
	padding: 0.6rem 1.2rem;
  border: 1px solid #093266;
	text-align: center;
}

#hs-pwd-widget-password {
  height: auto !important; /* override HubSpot */
  margin-top: 0 !important; /* override HubSpot */
}

/* System Page Overrides */
.email-prefs .item {
  max-width: 72rem;
}

.email-prefs .item .item-inner {
  background: #EDEFF5;
  border-color: #ABB5D1;
  border-radius: 3px;
}

.widget-type-email_subscriptions p,
.widget-type-email_subscriptions_confirmation p {
  font-size: 1.6rem !important;
}

.widget-type-email_simple_subscription .email-edit {
  margin-bottom: 2.4rem !important; /* override HubSpot */
  max-width: 100%;
}

.hs_cos_wrapper_type_email_subscriptions .email-prefs .item input {
  position: static;
  height: 2.2rem;
  margin-left: 0.3rem;
}

.hs_cos_wrapper_type_email_subscriptions .email-prefs .item p {
  margin-left: 2.4rem;
}

.hide-sidebar-form {
  display: none;
}



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

    #COMPONENTS
    
*****************************************/

/* Buttons */

.cta_button.cta_button,
.hs-button.hs-button,
.btn.btn {
  position: relative;
	display: inline-block;
  font-family: "Montserrat", sans-serif;;
  font-size: 1.6rem;
  font-weight: 600;
	line-height: 1.25;
  color: #ffffff;
  margin-bottom: 1.2rem;
  padding: 1.104rem 3.1999919999999995rem;
  background-color: #17457A;
	background-image: none;
  border: 1px solid #17457A;
  -webkit-border-radius: 3px;
	border-radius: 3px;
  box-shadow: 0 5px #152B49;
	white-space: normal;
	appearance: none;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
  transition: none;
}

.cta_button.cta_button:hover,
.hs-button.hs-button:hover,
.btn.btn:hover,
.cta_button.cta_button:focus,
.hs-button.hs-button:focus,
.btn.btn:focus {
  background-color: #17457A;
  border-color: #17457A;
  top: 2px;
  box-shadow: 0 3px #152B49;
  outline: 0;
}

.cta_button_secondary.cta_button_secondary {
  position: relative;
	display: inline-block;
  font-family: "Montserrat", sans-serif;;
  font-size: 1.6rem;
  font-weight: 600;
	line-height: 1.25;
  color: #ffffff;
  margin-bottom: 1.2rem;
  padding: 1.104rem 3.1999919999999995rem;
  background-color: #D3D8E6;
	background-image: none;
  border: 1px solid #D3D8E6;
  -webkit-border-radius: 3px;
	border-radius: 3px;
  box-shadow: 0 5px #9BA6C8;
	white-space: normal;
	appearance: none;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
  transition: none;
  color: #093266;
}

.cta_button_secondary.cta_button_secondary:hover,
.cta_button_secondary.cta_button_secondary:focus {
  background-color: #D3D8E6;
  border-color: #D3D8E6;
  top: 2px;
  box-shadow: 0 3px #9BA6C8;
  outline: 0;
  color: #093266;
}

.cta_button.cta_button {
  box-sizing: border-box !important; /* Override HS style */
}

.btn--small.btn--small,
.cta_button_small.cta_button_small {
  font-size: 1.2800000000000002rem;
}

.cta_button_large.cta_button_large {
  font-size: 1.7600000000000002rem;
  padding: 1.6000079999999999rem 3.5999999999999996rem
}

/* Responsive embed */

.embed-container { 
  position: relative; 
  margin-bottom: 2.4rem;
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
}

.embed-container iframe, 
.embed-container object, 
.embed-container embed,
.embed-container img { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
}

/* Side Text */
.sidetext > div {
  display: none;
}

@media handheld, only screen and (min-width: 62em) { /* 992px */
  /* Side Text */
  .sidetext {
    height: 100%;
    position: relative;
    margin: 0 0 2.4rem;
  }

  .sidetext > div {
    display: block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    text-orientation: mixed;
    height: 100%;
    min-height: 400px;
    text-align: right;
  }

  .sidetext > div::after {
    content: '';
    position: absolute;
    border-right: 1px solid #fdcb34;
    height: 100%;
    left: -1.2rem;
    top: 0;
  }
  
  .sidetext > div span {
    font-family: ;
    font-size: 1.2000000000000002rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
  }
}



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

    #NAVIGATION
    
*****************************************/

/* HubSpot resets */

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

.hs-menu-wrapper li,
.hs-menu-wrapper a {
  width: auto;
}

.hs-menu-wrapper li {
  padding: 0;
  display: inline;
}

.hs-menu-wrapper li::before {
  content: none;
}

.hs-menu-wrapper a {
  border-color: transparent;
	display: inline-block;
}

.hs-menu-wrapper a:hover,
.hs-menu-wrapper a:focus {
  border-color: rgba(56, 130, 56, 0.5);
}

.hs-menu-wrapper.hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  max-width: none;
  white-space: normal;
  overflow: visible;
}

/* Header Menus */

.menu-toggle.open i::before {
  content: '\f00d';
}

.header-menus-wrapper {
	position: relative;
}

.header-menus-wrapper .hs-menu-wrapper li {
  margin-bottom: 0;
}

.header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 8rem;
}

.header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-family: "Montserrat", sans-serif;;
  font-size: 1.4000000000000001rem;
  font-weight: 400;
  padding: 1.2rem;
  color: #ffffff;
}

.header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    justify-content: flex-end;
    padding: 1.7999999999999998rem 0;
  }
}



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

    #HEADER
    
*****************************************/

.settings {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  min-height: 0 !important;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.header-container-wrapper.header-container-wrapper { /* prevent some unwanted default styling */
  position: relative;
  z-index: inherit;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.header-container.header-container { /* prevent some unwanted default styling */
  padding: 0;
  background-color: #093266;
}

.header-container.header-container .widget-span {
  min-height: 0;
}

.header-container.header-container .header {
  float: none;
  margin: 0 auto !important;
}

.skip-link.skip-link {
  top: 0;
  background: #ffffff;
  left: 0;
  margin: 0;
  display: block;
  border: 6px solid #2e5996;
  border-radius: 0;
  opacity: 0;
  z-index: 100;
}

.skip-link.skip-link.focusable:focus {
	position: absolute;
	opacity: 1;
}

.logo-wrapper {
  position: relative;
}

.logo {
  padding: 1.7999999999999998rem 0;
}

.container.header.blue .logo {
  margin-top: 0.25em;
}

.logo a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.logo a:hover,
.logo a:focus {
  color: #ffffff;
	opacity: 0.7;
}

.logo img {
  max-width: 18rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.header-menus {
  border-top: 1px solid #093266;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  display: block;
  float: none;
  text-align: right;
}

.container.header.blue ul li a {
  color: white!important;
}



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

    #MAIN
    
*****************************************/

.body-container-wrapper.body-container-wrapper,
.body-container.body-container { /* prevent some unwanted default styling */
  position: relative;
  padding: 0;
  z-index: 2;
}

#main {
  outline: 0;
}

.main {
  padding-top: 6.0rem;
  padding-bottom: 6.0rem;
  min-height: 32rem !important; /*overwrite row-fluids.*/
}

.main.flex {
  padding-top: 3.0rem;
  padding-bottom: 0;
}

.main-header h1 {
  font-size: 3.2rem;
  font-family: ;
}

.main-copy,
.main-image,
.main img {
  margin-bottom: 3.5999999999999996rem;
}

.main-copy .hs_cos_wrapper_type_rich_text {
  display: inline-block;
  padding-top: 7.199999999999999rem;
}

/* ----- Secondary and Tertiary Styles ----- */
.secondary-content,
.secondary-sidebar,
.secondary-full-width,
.tertiary-content,
.tertiary-sidebar,
.tertiary-full-width {
  margin-bottom: 3.0rem;
}

#content {
  margin: auto;
  float: none;
}



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

    #HERO
    
*****************************************/

.hero.hero {
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2.4rem solid #ffffff;
    z-index: 1;
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    left: 0;
}

.hero::before {
    background: linear-gradient(180deg,rgba(0,0,0,0.2) 0%,#000 100%);
    top: 0;
    width: 100%;
    height: 101%;
    display: block;
    z-index: -1;
}

.hero::after {
    bottom: -2.4rem;
}

.container.hero {
  max-width: none;
}

.hero > div {
    position: relative;
    margin: 0 auto;
}

.hero__inner {
    padding-top: 21.599999999999998rem;
    padding-bottom: 0;
}

.thank-you-content .hero__inner {
  padding-bottom: 4.8rem;
}

.flex .hero__inner {
    padding: 4.8rem 0;
}

.hero-no-form .hero__inner {
    width: 100%;
}

.hero__content {
    position: relative;
    z-index: 5;
}

@media (max-width: 350px) {
  .hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h1, .hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h2{
    font-size: 2.5em!important;
  }  
}

.hero__heading h1 {
    font-size: 4.800000000000001rem;
    padding-bottom: 2.4rem;
    color: #ffffff;
    line-height: 1.3em;
    margin-right: 0;
}

@media (min-width: 768px) {
  .hero__heading h1 {
    margin-right: 2em;
  }
}



.flex .hero__heading {
  font-size: 3.2rem;
  margin: 0 auto;
  line-height: 1.2;
  margin-left: 5%;
  text-align: center;
}

.hero__heading--sub-title h2 {
    font-size: 2.4000000000000004rem;
    color: #ffffff;
}

/* Hero Sidebar Styles */
.hero__sidebar {
    position: relative;
    margin-top: -11rem;
    padding: 3.0rem 1.6008rem 1.6008rem;
    background-color: #ffffff;
    border: 1px solid #D3D8E6;
    border-top: 5px solid #F15A22;
    z-index: 10;
}

.hero__form {
    position: relative;
    min-height: 50rem;
    padding: 0;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.hero__form-image {
  min-height: 0 !important;
  text-align: center;
}

.hero__form .form-title {
  font-size: 3.2rem;
  font-weight: normal;
  padding-bottom: 1.2rem;
  color: #17457A;
}

.hero__form::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero__form .hs-form .hs_submit .hs-button {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.2rem 2.4rem;
    width: 100%;
    background-color: #17457A;
    border: 0;
}

.hero__form .hs-form .hs_submit .hs-button:hover,
.hero__form .hs-form .hs_submit .hs-button:focus {
   background-color: #007DB4;
}

.hide-hero-form {
    display: none;
}

/* Media Queries. */

@media (min-width: 768px) {

  .thank-you-content .hero__inner {
    padding-bottom: 12.0rem;
  }
  
  .hero__inner {
    padding-top: 38.4rem;
    padding-bottom: 0;
  }
  
  .flex .hero__heading h1 {
    font-size: 4.800000000000001rem;
  }
}

@media (min-width: 768px) {
  .hero__sidebar {
    margin-top: -28rem;
  }
}

@media (min-width: 992px) {
  .hero > div {
    max-width: 970px;
    padding-left: 0;
    padding-right 5%
  }
}

@media (min-width: 1200px) {
  .hero > div {
    max-width: 1170px;
     padding-left: 0;
  }
}

@media (min-width: 1440px) { 
  .hero > div {
    max-width: 1410px;
    padding-left: 6.5em;
  }
}



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

    #FOOTER
    
*****************************************/

.footer-container-wrapper{
  background-color: #093266;  
}

.footer-container-wrapper.footer-container-wrapper,
.footer-container.footer-container { /* prevent some unwanted default styling */
    padding: 0;
}

.footer {
  position: relative;
  color: #ffffff;
  padding-top: 4.8rem;
  padding-bottom: 2.4rem;
	overflow: hidden;
  background: none;
}

.footer a {
  color: inherit;
}

.footer img {
  max-width: 250px; 
}
.footer-logo {
  padding-bottom: 1.6000079999999999rem;
  text-align: left;
}

.footer-logo a {
  position: relative;
  border: none;
  display: inline-block;
  z-index: 2;
}

.footer-logo a:hover,
.footer-logo a:focus {
  opacity: 0.7;
}

.footer-logo img {
  width: 100%;
  max-width: 18rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.footer-bio,
.footer-copyright {
  font-size: 1.2000000000000002rem;
}

.hs-menu-wrapper ul {
  text-align: left;
  padding-bottom: 0.8rem;
   margin: 0 0 1.2rem;
}

@media (min-width: 768px) {
  .hs-menu-wrapper ul {
    text-align: right;
    margin: 0;
  }
}

.footer-social__item {
  display: inline-block;
  margin-right: 1.6rem;
  color: #ffffff;
}

.footer-social__item:last-child {
  margin-right: 0;
}

.footer-social__link {
  font-size: 1.8rem;
  border-bottom: 1px solid transparent;
}

.hs-menu-wrapper .footer-social__link:hover,
.hs-menu-wrapper .footer-social__link:focus {
  border-color: #ffffff;
  outline: 0;
}

#footer-copyright {
  opacity: 0.8; 
}
.main-footer {
  float: none!important;  
  margin: auto!important;
}

.main-footer .footer{
  max-width: 1140px;  
  margin: auto;
}

@media (min-width: 768px) {
  .main-footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}



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

    #RESPOND
    
*****************************************/

@media handheld, only screen and (min-width: 90em) { /*  1440px and higher */

  html {
    font-size: 70%;
  }

}

@media handheld, only screen and (max-width: 68.75em) { /* 1100px */
  .col-space-1[class*="span"] {
    display: none;
  }
  
  .sidebar[class*="span"] {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
}

@media handheld, only screen and (max-width: 61.9375em) { /* 991px */
  .col-space-4[class*="span"] {
    display: none;
  }

  html.no-scroll,
  body.no-scroll {
    overflow: hidden;
    height: 100%;
  }

  .sidetext[class*="span"] {
    display: none;
  }

  .main-copy .hs_cos_wrapper_type_rich_text {
    padding-top: 0;
  }
 
  .footer-bio.footer-bio,
  .footer-menus.footer-menus {
    float: none;
    clear: both;
    width: 100%;
  }
  
  .footer-menus.footer-menus {
    max-width: none;
    margin-left: 0;
  }

  .hero__content {
    padding-top: 0;
  }
  
  .hero {
    margin-top: -2.4rem;
  }

}
  
@media handheld, only screen and (max-width: 47.938em) { /* 767px */
  .header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    min-height: auto;
  }
  
  .header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 1.4rem;
    text-transform: none;
  }
  
  .logo-wrapper.logo-wrapper {
    float: none;
    width: 100%;
    display: block;
  }
  
  .logo {
    text-align: center;
  }

	.row-fluid [class*="span"].right {
    float: none;
  }
  
  .sidebar[class*="span"] {
    width: 100%;
  }
  
  .hero {
    padding-bottom: 4.8rem;
  }
  
  .sidebar form {
    padding: 2.4rem;
  }
  
  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    max-width: 18rem;
  }
}

@media handheld, only screen and (max-width: 36em) { /* 576px */
  body {
    background: none !important; /* To override inline style */
  }
  
  .header.header .header-menus {
    border-top: 0;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  
  .header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 1.2rem 0;
  }

  h1,
  .widget-type-email_simple_subscription h1,
  .widget-type-email_subscriptions h1,
  .widget-type-email_subscriptions_confirmation h1 {
    font-size: 3.2rem;
  }
  
  h2,
  .widget-type-email_simple_subscription h2 {
    font-size: 2.2399999999999998rem;
  }
  
  h3,
  .widget-type-email_subscriptions h2,
  .widget-type-email_subscriptions_confirmation h2 {
    font-size: 1.92rem;
  }
  
  .inputs-list:not(.hs-error-msgs) li {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}

@media handheld, only screen and (max-width: 30em) { /* 480px */
  .hs-form.hs-form fieldset.form-columns-2 .input,
  .hs-form.hs-form fieldset.form-columns-3 .input,
  .hs-form.hs-form div.form-columns-2 .input,
  .hs-form.hs-form div.form-columns-3 .input {
    margin-right: 0;
  }
  
  .hs-form.hs-form.hs-form.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
  .hs-form.hs-form.hs-form.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
  .hs-form.hs-form.hs-form.hs-form fieldset.form-columns-3 .hs-form-field .hs-input,
  .hs-form.hs-form.hs-form.hs-form div.form-columns-1 .hs-form-field .hs-input,
  .hs-form.hs-form.hs-form.hs-form div.form-columns-2 .hs-form-field .hs-input,
  .hs-form.hs-form.hs-form.hs-form div.form-columns-3 .hs-form-field .hs-input {
      width: 97.5%;
  }
}

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

    Print
    
*****************************************/

@media print {
    * { 
        background: transparent !important; 
        color: black !important; 
        box-shadow: none !important; 
        text-shadow: none !important; 
        filter: none !important; 
        -ms-filter: none !important; 
    }
    
    a, 
    a:visited { 
        text-decoration: underline; 
    }
    
    pre, 
    blockquote { 
        border: 1px solid #999; 
        page-break-inside: avoid; 
    }
    
    thead { 
        display: table-header-group; 
    }
    
    tr, 
    img { 
        page-break-inside: avoid; 
    }
    
    @page { 
        margin: 1cm; 
    }
    
    p, 
    h2, 
    h3 { 
        orphans: 3; 
        widows: 3; 
    }
    
    h2, 
    h3 { 
        page-break-after: avoid; 
    }
    
    .cta_button,
    .hs-button {
        border: 1px solid black;   
    }
}
/***************************************

    #Global

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

hr {
  width: 100%!important;
  border-bottom-color: #d3d8e6 !important;
  margin-bottom: 50px;
}

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

    #Layout

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

  .header-container.header-container .header.white {
    max-width: 1000px;
  }

  .main-content {
    max-width: 1000px;
    margin: auto;
  }
  
  .secondary-main .main-content.container {
    margin:auto;
    float: none;
  }

  .footer-wrap, .footer {
    max-width: 1000px;
    margin: auto;
  }

  .secondary-main {
    padding-bottom: 0;
  }
  
  #form-wrapper {
    background: #ccc;
    display: flex;
    justify-content: center;
    padding: 4em 1.5em;
  }
  
  #form-wrapper > .row-fluid-wrapper {
    background: #ccc; 
    float: none;
  }

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

    #Header 

****************************************/
.container.header.white .logo {
  margin-top: 0.25em;
}

.widget-type-global_group.white {
  background: white;  
  box-shadow:  0px 22px 24px -17px rgba(0, 0, 0, 0.64);
  position: relative;
  z-index: 99999;
}

.header-menus-wrapper 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #093266;
  font-weight: 700!important;
}

@media (min-width: 768px) {
  .white .header-menus-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    min-height: 9rem;
  }
}

@media (max-width: 768px) {
  #hero-banner .row-fluid-wrapper .row-fluid [class*="span"] {
    font-size: 0.8em; 
  }
}
.header-menus {
  border-top: 0; 
}

.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h1,
.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-size: 3.5em;
}

@media handheld, only screen and (max-width: 61.9375em) { 
  .hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h1,
  .hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h2 {
      font-size. 1.4em;
    }
}


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

    #Hero 

****************************************/
#hero-banner {
  min-height: 500px; 
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

#hero-banner::before {
  display: none;
  position: absolute;
}

#hero-banner > .row-fluid-wrapper {
  width: 100%;  
  padding-left: 0;
}

#hero-banner #shield::before {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("https://dam.athabascau.ca/GF7L4P38/at/sq2x4j75vzjs63tx6s8g6563/athabasca_shield_rgb_colour?auto=webp");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center;
  opacity: 55%;
}

@media (max-width: 768px) {
  .white .logo-wrapper .logo {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header-container.header-container .widget-span {
    padding-bottom: 0;
  }
}

@media handheld, only screen and (max-width: 480px) { 
  #hero-banner #shield::before { 
    background-size: 200px;  
  }
}
  
.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text,
.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h1,
.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h2,
.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h3,
.hero-content .hs_cos_wrapper .hs_cos_wrapper_type_rich_text h4
{
  color: white!important
}

#hero-banner .row-fluid-wrapper .row-fluid [class*="span"]  {
  float: none; 
}

#hero-banner .row-fluid-wrapper .row-fluid {
  display: flex;
  justify-content: center; 
}

#hero-banner .hero-content {
  z-index: 99999; 
  max-width: 670px; 
  text-align: center!important;
  padding-left: 0;
}

.hero > div {
  position: static; 
}

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

    #Main content

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

.secondary-main {
  padding-top: 1.5em; 
}

#main-container .row-fluid [class*="span"] {
  min-height: 20px;
}

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

    #Form

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

.form-cta {
  max-width: 700px;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}
  

#form-wrapper {
  padding: 2em 5%;
  background-color: #edeff5;
  border-top: 1px solid #d3d8e6;
  margin-bottom: -1em;
}
  
@media (min-width: 992px) {
  #form-wrapper {
    padding: 4em;
  }
}

#form-wrapper .hero__sidebar {
  margin-top: 0;
  padding: 1.5em; 
}

#form-wrapper .hero__form .form-title {
  text-align: center;
}
  
select, 
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"] {
  height: 5rem; 
  padding: 2rem 2rem 0;
}

select { 
  padding: 0 2rem;
}
  
.hs-fieldtype-text > label {
  top: 1.3rem;
}

.inputs-list:not(.hs-error-msgs) li {
  font-size: 1.3rem;
}
  
.inputs-list li input {
  position: relative;
  top: -0.1rem;
}
  
/***************************************

    #Footer

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

.footer-wrap {
  float: none!important;  
  margin: auto!important;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-wrap.footer {
  background-color: transparent!important;
  margin: auto!important;
  float: none!important;
}

.main-footer .footer {
  padding-top: 4em;
  margin
}

.footer .logo {
  max-width: 200px!important;
}

.footer-container {
  background-image: url(https://dam.athabascau.ca/GF7L4P38/at/smwfjgv27vbkcsc7v4r3rv/footer-bg&auto-webp);
  background-size: cover;
  background-position: center;
}

.footer-wrap {
  float: none!important;  
  margin: auto!important;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 768px) {
  .footer-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 992px) {
  .footer-wrap {
    max-width: 970px;
  }
}
  @media (min-width: 1280px) {
    .footer-wrap {
      max-width: 1410px;
    }
}
/***************************************

    #Layout

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

#two-column.secondary-main {
  max-width: 1140px;
  margin: auto;
  float: none;
  padding-top: 2em;
  padding-bottom: 5em
}

.header-container .extended .header.white {
  max-width: 1140px;
}

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

    #Form

****************************************/
#two-column #form-wrapper {
  padding: 0;
  background: none;
  margin-bottom: 0;
}