@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto&display=swap');
/** Media Queries **/







/*** Site Width Containers ***/




/*** Color Palette ***/













/*** Base Site Colors ***/





/** Base Font Settings (applies to body and non-heading tags) **/





 /* This will also be the minimum spacing for headings */




/** Heading Font Settings **/





/* Heading sizes in pixels */
/* display */








/* h1 */







/* h2 */







/* h3 */







/* h4 */







/* h5 */







/* h6 */







/*** Extra Font Settings ***/







/* =====================================
   Macros                                             
   ===================================== */

/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */


/* Heading Tags  */


/* Text Tags  */


/** Shorthand Compatibality-Minded Flex Box Styles **/














/* 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;
    white-space: normal;
    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;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: normal;
}

.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;
    white-space: normal;
    width: auto;
    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: normal;
}

.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 {
    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;}


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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
body:not(.overflow) {
	overflow-x: hidden;
}
body {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  text-rendering: optimizeLegibility;
  -webkit-font_smoothing: antialiased;
  background: #FFFFFF;
  font-weight: 400;
  color: #1C1C1C;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
}
@media (max-width: 576px) {
	body {
		font-size: 18px;
	}
}

a { 
  color: #0eb1d2;
}
a:not(.btn):hover, a:not(.btn):focus { 
  color: #0eb1d2;
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

sup {
	font-size: .65em;
  line-height: normal; 
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*** Highlighted Text ***/
::-moz-selection {}
::selection {}


/* =====================================
   Typography                                          
   ===================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  letter-spacing: max(0, normal);
  margin: 0 0 1em;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
	font-weight: 700;
	color: #34E4EA;
}
/* display */
.display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
  font-size: 96px;
  line-height: 1.15em;
  margin: 0;
}
p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
  line-height: 1em; 
}
/* h1 */
h1,
.h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
.h1 span,
p.text-h1,
ol.text-h1 li,
ul.text-h1 li,
span.text-h1,
.text-h1 p,
.text-h1 ul,
.text-h1 ol,
.text-h1 li,
.text-h1 span {
  font-size: 60px;
  line-height: 1.25em;
  margin: 0;
}
/* h2 */
h2,
.post-body h1,
.h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
.h2 span,
p.text-h2,
ol.text-h2 li,
ul.text-h2 li,
span.text-h2,
.text-h2 p,
.text-h2 ul,
.text-h2 ol,
.text-h2 li,
.text-h2 span {
  font-size: 45px;
  line-height: 1.25em;
  margin-bottom: .55em;
}
/* h3 */
h3,
.post-body h2,
.h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
.h3 span,
p.text-h3,
ol.text-h3 li,
ul.text-h3 li,
span.text-h3,
.text-h3 p,
.text-h3 ul,
.text-h3 ol,
.text-h3 li,
.text-h3 span {
  font-size: 36px;
  line-height: 1.25em;
  margin-bottom: .75em;
}
/* h4 */
h4,
.post-body h3,
.h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
.h4 span,
p.text-h4,
ol.text-h4 li,
ul.text-h4 li,
span.text-h4,
.text-h4 p,
.text-h4 ul,
.text-h4 ol,
.text-h4 li,
.text-h4 span {
  font-size: 32px;
  line-height: 1.25em;
}
/* h5 */
h5,
.post-body h4,
.h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
.h5 span,
p.text-h5,
ol.text-h5 li,
ul.text-h5 li,
span.text-h5,
.text-h5 p,
.text-h5 ul,
.text-h5 ol,
.text-h5 li,
.text-h5 span {
  font-size: 24px;
  line-height: 1.5em;
}
/* h6 */
h6,
.h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
.h6 span,
p.text-h6,
ol.text-h6 li,
ul.text-h6 li,
span.text-h6,
.text-h6 p,
.text-h6 ul,
.text-h6 ol,
.text-h6 li,
.text-h6 span {
  font-size: 22px;
  line-height: 1.5em;
}
/* Small */
p.text-small,
ol.text-small li,
ul.text-small li,
span.text-small,
.text-small p,
.text-small ul,
.text-small ol,
.text-small li,
.text-small span{
  font-size: 14px;
}
/* Mini */
p.text-pint,
ol.text-pint li,
ul.text-pint li,
span.text-pint,
.text-pint p,
.text-pint ul,
.text-pint ol,
.text-pint li,
.text-pint span {
  font-size: 10px;
}
@media (max-width: 1400px) and (min-width: 1201px) {
  .display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
  p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
    font-size: 58px;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
  p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
    font-size: 52px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
.h1 span,
  p.text-h1,
ol.text-h1 li,
ul.text-h1 li,
span.text-h1,
.text-h1 p,
.text-h1 ul,
.text-h1 ol,
.text-h1 li,
.text-h1 span {
    font-size: 55px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
.h2 span,
  p.text-h2,
ol.text-h2 li,
ul.text-h2 li,
span.text-h2,
.text-h2 p,
.text-h2 ul,
.text-h2 ol,
.text-h2 li,
.text-h2 span {
    font-size: 42px;
  }
  h3,
	.post-body h2,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
.h3 span,
  p.text-h3,
ol.text-h3 li,
ul.text-h3 li,
span.text-h3,
.text-h3 p,
.text-h3 ul,
.text-h3 ol,
.text-h3 li,
.text-h3 span {
    font-size: 33px;
  }
  h4,
	.post-body h3,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
.h4 span,
  p.text-h4,
ol.text-h4 li,
ul.text-h4 li,
span.text-h4,
.text-h4 p,
.text-h4 ul,
.text-h4 ol,
.text-h4 li,
.text-h4 span {
    font-size: 30px;
  }
  h5,
	.post-body h4,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
.h5 span,
  p.text-h5,
ol.text-h5 li,
ul.text-h5 li,
span.text-h5,
.text-h5 p,
.text-h5 ul,
.text-h5 ol,
.text-h5 li,
.text-h5 span {
    font-size: 24px;
  }
  h6,
  .h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
.h6 span,
  p.text-h6,
ol.text-h6 li,
ul.text-h6 li,
span.text-h6,
.text-h6 p,
.text-h6 ul,
.text-h6 ol,
.text-h6 li,
.text-h6 span {
    font-size: 22px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
  p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
    font-size: 48px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
.h1 span,
  p.text-h1,
ol.text-h1 li,
ul.text-h1 li,
span.text-h1,
.text-h1 p,
.text-h1 ul,
.text-h1 ol,
.text-h1 li,
.text-h1 span {
    font-size: 50px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
.h2 span,
  p.text-h2,
ol.text-h2 li,
ul.text-h2 li,
span.text-h2,
.text-h2 p,
.text-h2 ul,
.text-h2 ol,
.text-h2 li,
.text-h2 span {
    font-size: 40px;
  }
  h3,
	.post-body h2,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
.h3 span,
  p.text-h3,
ol.text-h3 li,
ul.text-h3 li,
span.text-h3,
.text-h3 p,
.text-h3 ul,
.text-h3 ol,
.text-h3 li,
.text-h3 span {
    font-size: 30px;
  }
  h4,
	.post-body h3,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
.h4 span,
  p.text-h4,
ol.text-h4 li,
ul.text-h4 li,
span.text-h4,
.text-h4 p,
.text-h4 ul,
.text-h4 ol,
.text-h4 li,
.text-h4 span {
    font-size: 28px;
  }
  h5,
	.post-body h4,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
.h5 span,
  p.text-h5,
ol.text-h5 li,
ul.text-h5 li,
span.text-h5,
.text-h5 p,
.text-h5 ul,
.text-h5 ol,
.text-h5 li,
.text-h5 span {
    font-size: 24px;
  }
  h6,
  .h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
.h6 span,
  p.text-h6,
ol.text-h6 li,
ul.text-h6 li,
span.text-h6,
.text-h6 p,
.text-h6 ul,
.text-h6 ol,
.text-h6 li,
.text-h6 span {
    font-size: 22px;
  }
}
@media (max-width: 767px) and (min-width: 577px) {
  .display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
  p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
    font-size: 48px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
.h1 span,
  p.text-h1,
ol.text-h1 li,
ul.text-h1 li,
span.text-h1,
.text-h1 p,
.text-h1 ul,
.text-h1 ol,
.text-h1 li,
.text-h1 span {
    font-size: 45px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
.h2 span,
  p.text-h2,
ol.text-h2 li,
ul.text-h2 li,
span.text-h2,
.text-h2 p,
.text-h2 ul,
.text-h2 ol,
.text-h2 li,
.text-h2 span {
    font-size: 36px;
  }
  h3,
	.post-body h2,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
.h3 span,
  p.text-h3,
ol.text-h3 li,
ul.text-h3 li,
span.text-h3,
.text-h3 p,
.text-h3 ul,
.text-h3 ol,
.text-h3 li,
.text-h3 span {
    font-size: 29px;
  }
  h4,
	.post-body h3,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
.h4 span,
  p.text-h4,
ol.text-h4 li,
ul.text-h4 li,
span.text-h4,
.text-h4 p,
.text-h4 ul,
.text-h4 ol,
.text-h4 li,
.text-h4 span {
    font-size: 26px;
  }
  h5,
	.post-body h4,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
.h5 span,
  p.text-h5,
ol.text-h5 li,
ul.text-h5 li,
span.text-h5,
.text-h5 p,
.text-h5 ul,
.text-h5 ol,
.text-h5 li,
.text-h5 span {
    font-size: 24px;
  }
  h6,
  .h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
.h6 span,
  p.text-h6,
ol.text-h6 li,
ul.text-h6 li,
span.text-h6,
.text-h6 p,
.text-h6 ul,
.text-h6 ol,
.text-h6 li,
.text-h6 span {
    font-size: 22px;
  }
}
@media (max-width: 576px) and (min-width: 375px) {
  .display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
  p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
    font-size: 45px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
.h1 span,
  p.text-h1,
ol.text-h1 li,
ul.text-h1 li,
span.text-h1,
.text-h1 p,
.text-h1 ul,
.text-h1 ol,
.text-h1 li,
.text-h1 span {
    font-size: 40px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
.h2 span,
  p.text-h2,
ol.text-h2 li,
ul.text-h2 li,
span.text-h2,
.text-h2 p,
.text-h2 ul,
.text-h2 ol,
.text-h2 li,
.text-h2 span {
    font-size: 33px;
  }
  h3,
	.post-body h2,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
.h3 span,
  p.text-h3,
ol.text-h3 li,
ul.text-h3 li,
span.text-h3,
.text-h3 p,
.text-h3 ul,
.text-h3 ol,
.text-h3 li,
.text-h3 span {
    font-size: 28px;
  }
  h4, 
	.post-body h3,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
.h4 span,
  p.text-h4,
ol.text-h4 li,
ul.text-h4 li,
span.text-h4,
.text-h4 p,
.text-h4 ul,
.text-h4 ol,
.text-h4 li,
.text-h4 span {
    font-size: 26px;
  }
  h5,
	.post-body h4,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
.h5 span,
  p.text-h5,
ol.text-h5 li,
ul.text-h5 li,
span.text-h5,
.text-h5 p,
.text-h5 ul,
.text-h5 ol,
.text-h5 li,
.text-h5 span {
    font-size: 23px;
  }
  h6,
  .h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
.h6 span,
  p.text-h6,
ol.text-h6 li,
ul.text-h6 li,
span.text-h6,
.text-h6 p,
.text-h6 ul,
.text-h6 ol,
.text-h6 li,
.text-h6 span {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .display h1, h1.display,
.display h2, h2.display,
.display h3, h3.display,
.display h4, h4.display,
.display h5, h5.display,
.display h6, h6.display,
.display span,
  p.text-display,
ol.text-display li,
ul.text-display li,
span.text-display,
.text-display p,
.text-display ul,
.text-display ol,
.text-display li,
.text-display span {
    font-size: 45px;
  }
  h1,
  .h1 h1, h1.h1,
.h1 h2, h2.h1,
.h1 h3, h3.h1,
.h1 h4, h4.h1,
.h1 h5, h5.h1,
.h1 h6, h6.h1,
.h1 span,
  p.text-h1,
ol.text-h1 li,
ul.text-h1 li,
span.text-h1,
.text-h1 p,
.text-h1 ul,
.text-h1 ol,
.text-h1 li,
.text-h1 span {
    font-size: 40px;
  }
  h2,
	.post-body h1,
  .h2 h1, h1.h2,
.h2 h2, h2.h2,
.h2 h3, h3.h2,
.h2 h4, h4.h2,
.h2 h5, h5.h2,
.h2 h6, h6.h2,
.h2 span,
  p.text-h2,
ol.text-h2 li,
ul.text-h2 li,
span.text-h2,
.text-h2 p,
.text-h2 ul,
.text-h2 ol,
.text-h2 li,
.text-h2 span {
    font-size: 33px;
  }
  h3,
	.post-body h2,
  .h3 h1, h1.h3,
.h3 h2, h2.h3,
.h3 h3, h3.h3,
.h3 h4, h4.h3,
.h3 h5, h5.h3,
.h3 h6, h6.h3,
.h3 span,
  p.text-h3,
ol.text-h3 li,
ul.text-h3 li,
span.text-h3,
.text-h3 p,
.text-h3 ul,
.text-h3 ol,
.text-h3 li,
.text-h3 span {
    font-size: 28px;
  }
  h4,
	.post-body h3,
  .h4 h1, h1.h4,
.h4 h2, h2.h4,
.h4 h3, h3.h4,
.h4 h4, h4.h4,
.h4 h5, h5.h4,
.h4 h6, h6.h4,
.h4 span,
  p.text-h4,
ol.text-h4 li,
ul.text-h4 li,
span.text-h4,
.text-h4 p,
.text-h4 ul,
.text-h4 ol,
.text-h4 li,
.text-h4 span {
    font-size: 26px;
  }
  h5,
	.post-body h4,
  .h5 h1, h1.h5,
.h5 h2, h2.h5,
.h5 h3, h3.h5,
.h5 h4, h4.h5,
.h5 h5, h5.h5,
.h5 h6, h6.h5,
.h5 span,
  p.text-h5,
ol.text-h5 li,
ul.text-h5 li,
span.text-h5,
.text-h5 p,
.text-h5 ul,
.text-h5 ol,
.text-h5 li,
.text-h5 span {
    font-size: 23px;
  }
  h6,
  .h6 h1, h1.h6,
.h6 h2, h2.h6,
.h6 h3, h3.h6,
.h6 h4, h4.h6,
.h6 h5, h5.h6,
.h6 h6, h6.h6,
.h6 span,
  p.text-h6,
ol.text-h6 li,
ul.text-h6 li,
span.text-h6,
.text-h6 p,
.text-h6 ul,
.text-h6 ol,
.text-h6 li,
.text-h6 span {
    font-size: 20px;
  }
}

/** Heading Divider **/
.has-divider span {
	display: block;
	width: 100%;
}
.form-title:after,
.heading-divider {
	display: inline-block;
	margin-top: 35px;
  height: 12px;
	width: 170px;
	background: #1C1C1C;
}
.heading-divider.color-white {
	background: #FFFFFF;
}
.heading-divider.color-accent {
	background: #34E4EA;
}
.heading-divider.color-accent2 {
	background: #DB03DB;
}
.heading-divider.color-accent3 {
	background: #0EB1D2;
}
.heading-divider.color-orange {
	background: #F0A444;
}
.form-title:after {
	background: #0EB1D2;
}
.form-title {
	position: relative;
	margin-bottom: 45px;
}
.form-title:after {
	content: "";
	display: block;
}

/*** Extra Heading Styles ***/
h1.baseWeight, h2.baseWeight, h3.baseWeight, h4.baseWeight, h5.baseWeight, h6.baseWeight,
.baseWeight h1, .baseWeight h2, .baseWeight h3, .baseWeight h4, .baseWeight h5, .baseWeight h6 {
  font-weight: 400;
}

/*** Paragraphs and Related Styles ***/
p {
  margin: 0;
}
.textBold p, .textBold span, .textBold li, strong, b, .textBold a {
  font-weight: 700;
}
.textUppercase h1, .textUppercase h2, .textUppercase h3, .textUppercase h4, .textUppercase h5, .textUppercase h6,
.textUppercase p, .textUppercase span, .textUppercase li, .textUppercase a {
  text-transform: uppercase; 
}
/** Add letter spacing **/
.letterSpacing h1, .letterSpacing h2, .letterSpacing h3, .letterSpacing h4, .letterSpacing h5, .letterSpacing h6,
.letterSpacing p, .letterSpacing span, .letterSpacing li, .letterSpacing a {
  letter-spacing: .05em;
}
@media (max-width: 767px) {
  .letterSpacing h1, .letterSpacing h2, .letterSpacing h3, .letterSpacing h4, .letterSpacing h5, .letterSpacing h6, 
  .letterSpacing p, .letterSpacing span, .letterSpacing li, .letterSpacing a {
    letter-spacing: .035em; 
  }
}

/** Min height **/
.minh-full {
	min-height: 100vh !important;
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.minh-full.jc-end {
	justify-content: flex-end
}


/** Context Dependent Margins **/
p:last-child {
  margin-bottom: 0; 
}
h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2, ul + h2, ol + h2, h2 + h2, a + h2, span + h2, p + h2 {
  margin-top: .67em; 
}
.more-space h1 + h2, .more-space h2 + h2, .more-space h3 + h2, .more-space h4 + h2, .more-space h5 + h2, .more-space h6 + h2, .more-space ul + h2, .more-space ol + h2, .more-space h2 + h2, .more-space a + h2, .more-space span + h2, .more-space p + h2 {
  margin-top: .83em; 
}
span.headline-preface + h2 {
  margin-top: 0;
}
h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3, ul + h3, ol + h3, h3 + h3, a + h3, span + h3, p + h3 {
  margin-top: .83em; 
}
.more-space h1 + h3, .more-space h2 + h3, .more-space h3 + h3, .more-space h4 + h3, .more-space h5 + h3, .more-space h6 + h3, .more-space ul + h3, .more-space ol + h3, .more-space h3 + h3, .more-space a + h3, .more-space span + h3, .more-space p + h3 {
  margin-top: 1em; 
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, p + p, a + p, span + p, ul + p, ol + p, 
h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4, ul + h4, ol + h4, h4 + h4, a + h4, span + h4, p + h4,
h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5, ul + h5, ol + h5, h4 + h5, a + h5, span + h5, p + h5,
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6, ul + h6, ol + h6, h4 + h6, a + h6, span + h6, p + h6 {
  margin-top: 1em;
}
.more-space h1 + p, .more-space h2 + p, .more-space h3 + p, .more-space h4 + p, .more-space h5 + p, .more-space h6 + p, .more-space p + p, .more-space a + p, .more-space span + p, .more-space ul + p, .more-space ol + p, 
.more-space h1 + h4, .more-space h2 + h4, .more-space h3 + h4, .more-space h4 + h4, .more-space h5 + h4, .more-space h6 + h4, .more-space ul + h4, .more-space ol + h4, .more-space h4 + h4, .more-space a + h4, .more-space span + h4, .more-space p + h4,
.more-space h1 + h5, .more-space h2 + h5, .more-space h3 + h5, .more-space h4 + h5, .more-space h5 + h5, .more-space h6 + h5, .more-space ul + h5, .more-space ol + h5, .more-space h4 + h5, .more-space a + h5, .more-space span + h5, .more-space p + h5,
.more-space h1 + h6, .more-space h2 + h6, .more-space h3 + h6, .more-space h4 + h6, .more-space h5 + h6, .more-space h6 + h6, .more-space ul + h6, .more-space ol + h6, .more-space h4 + h6, .more-space a + h6, .more-space span + h6, .more-space p + h6 {
  margin-top: 1.5em;
}
ol + h1, ol + h2, ol + h3, ol + h4,
ul + h1, ul + h2, ul + h3, ul + h4 {
  margin-top: 0;
}
h2 + ol, h3 + ol, h4 + ol,
h2 + ul, h3 + ul, h4 + ul {
  margin-top: 0;
}



/*** Lists ***/
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
.page-center ul,
.page-center ol {
  display: inline-block;
}
.page-center ul li, 
.page-center ol li {
  margin-bottom: .75em;
}
.page-center p + ul li:last-of-type, 
.page-center p + ol li:last-of-type {
  margin-bottom: 0;
}
.page-center p + ul,  
.page-center p + ol {
  margin-top: 1em;
}
.page-center .more-space p + ul,  
.page-center .more-space p + ol {
  margin-top: 1.5em;
}
.page-center p + ul li {
	margin-bottom: 1em;
}
.page-center .more-space p + ul li:not(:last-child) {
	margin-bottom: 1.25em;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
/** Auto column list **/
@media (min-width: 577px) {
  .auto-column-list ul,
  ul.auto-column-list {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .auto-column-list ul li,
  ul.auto-column-list li {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
  }
}
.auto-column-list {
	text-align: center;
}
.auto-column-list ul {
	width: auto;
	text-align: left;
}
/** Two column list **/
@media (min-width: 577px) {
  .two-column-list ul,
  ul.two-column-list {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .two-column-list ul li,
  ul.two-column-list li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/** Checkmark List **/
.checkmark-list ul,
ul.checkmark-list {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  text-align: left;
}
.checkmark-list ul li,
ul.checkmark-list li {
  margin-bottom: 1.25em;
  position: relative;
  padding-left: 2em;
}
.checkmark-list ul li:last-of-type,
ul.checkmark-list li:last-of-type {
  margin-bottom: 0 !important;  
}
.checkmark-list ul li:before,
ul.checkmark-list li:before {
  content: "";
  left: 0;
  top: 2px;
  position: absolute;
  vertical-align: middle;
  background-image: url('https://142238.fs1.hubspotusercontent-na1.net/hubfs/142238/checkmark-for-lists.svg');
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  height: 1.25em;
  width: 1.25em;
}
/** Styled List **/
.styled-list ul,
ul.styled-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  text-align: left;
}
.styled-list ul li,
ul.styled-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.25em;
}
.styled-list ul li:before,
ul.styled-list ul li:before {
  content: "";
  left: 0;
	
	top: 8px;
  position: absolute;
  vertical-align: middle;
	background-image: url('https://21471855.fs1.hubspotusercontent-na1.net/hubfs/21471855/vectorx-bullet-point-blue.svg');
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  height: .75em;
  width: .75em;
}
.styled-list ul li > ul,
ul.styled-list li > ul {
	list-style: initial;
	margin-top: 15px;
	width: 100%;
}
.styled-list ul ul > li,
ul.styled-list ul > li {
	padding-left: 0;
}
.styled-list ul ul > li:before,
ul.styled-list ul > li:before {
	content: none;
}
.txt--light.styled-list ul li:before,
.txt--light ul.styled-list ul li:before {
	background-image: url('https://21471855.fs1.hubspotusercontent-na1.net/hubfs/21471855/vectorx-bullet-point-blue.svg');
}
.txt--dark.styled-list ul li:before,
.txt--dark ul.styled-list ul li:before {
	background-image: url('https://21471855.fs1.hubspotusercontent-na1.net/hubfs/21471855/vextorx-bullet-point.svg');
}

.txt--shadow {
	text-shadow: 0 0 20px rgba(0,0,0,.75);
}

.closeKnit ul,
.closeKnit ol {
	margin-bottom: 0;
}
.closeKnit ul li,
.closeKnit ol li {
	margin-bottom: 4px;
}
.closeKnit ul li:last-of-type,
.closeKnit ol li:last-of-type {
	margin-bottom: 0;
}
.closeKnit p+ul,
.closeKnit p+ol {
	margin-top: .5em;
}

/** Quotes **/
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


/*** Website Width ***/
.row-fluid .page-center,
.page-center {
  max-width: 1490px;
  float: none;
  margin: 0 auto !important;
  padding: 0 45px;
}
.row-fluid .page-center.md-width,
.page-center.md-width {
  max-width: 1290px;
}

@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    width: 100%; 
  }
  .row-fluid .page-center,
  .page-center {
    max-width: 1460px;
    padding: 0 30px;
  }
  .row-fluid .page-center.md-width,
  .page-center.md-width {
    max-width: 1260px;
  }
  /** Add margin to divs after HubSpot wrap **/
  .page-center:not(.no_md-margin) > .row-fluid-wrapper > .row-fluid > div + div {
    margin-top: 50px;
  }
  /** Finesse image modules after HubSpot wrap **/
  .page-center .widget-type-linked_image {
    text-align: center; 
  }
  .page-center .widget-type-linked_image img {
    max-width: 85%;
  }
}
@media (max-width: 374px) {
  .row-fluid .page-center,
  .page-center {
    max-width: 1440px;
    padding: 0 20px;
  }
  .row-fluid .page-center.md-width,
  .page-center.md-width {
    max-width: 1240px;
  }
}

/* Empty module fix */
body:not(.hs-inline-edit) .row-fluid [class*="span"] {
  min-height: 0;
}

/** Text Alignment Styles **/
.text-center {
  text-align: center; 
}
.text-center .hs-button.primary {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.text-right {
  text-align: right; 
}
.text-left {
  text-align: left !important; 
}
@media (max-width: 992px) and (min-width: 768px) {
	.text-lg-right {
		text-align: left;
	}
  .text-lg-center {
    text-align: center; 
  }
	.text-lg-right {
		text-align: right;
	}
}
@media (max-width: 767px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center; 
  }
  .text-md-left {
    text-align: left;
  }
}

.page-center.no-pd {
  padding: 0 !important; 
}

/** Relative Positioning **/
.p-rel {
  position: relative; 
  z-index: 1;
}
.z-index {
  position: relative;
  z-index: 2;
}

/* No Margins */
.no-mg,
.no-mg * {
  margin: 0 !important;
}

/* Hide Overflow */
.overflow-hidden {
	overflow: hidden;
}

/* remove hyperlink underline */
.decoration-none:not(:hover),
.decoration-none *:not(:hover) {
	text-decoration: none !important;
}

/* Set a max-width on an individual element */
.max-width {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

/* Set a temp max-width that disables */
@media (max-width: 767px) {
  .temp-max-width {
    max-width: 100% !important; 
  }
}

/** Flex auto **/
@media (min-width: 768px) {
  .flexAuto {
    flex: 0 1 auto;
    width: auto !important;
  }
}

/*** Hide or Show Content ***/
@media (min-width: 1201px) {
  .show-xl {
    display: none !important 
  }
}
@media (max-width: 1200px) {
  .hide-xl {
    display: none !important 
  }
}
@media (max-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
@media (min-width: 768px) {
  .show-md {
    display: none !important 
  }
}
@media (max-width: 767px) {
  .hide-md {
    display: none !important 
  }
}

/* =====================================
   Wrapper Background Classes                                    
   ===================================== */

.bg-dark {
  background-color: #1C1C1C; 
}
.bg-dark-alt {
  background-color: #252525; 
}
.bg-green {
  background-color: #02626A; 
}
.bg-blue {
  background-color: #0EB1D2;
}
.bg-alt {
  background-color: #F3F6F9;
}
.bg-white {
  background-color: #fff; 
}

.bg-accent2 {
  background-color: #34E4EA; 
}

.bg-accent3 {
  background-color: #0EB1D2; 
}

.bg-dark, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark p, .bg-dark li, .bg-dark span,
.txt--dark, .txt--dark h1, .txt--dark h2, .txt--dark h3, .txt--dark h4, .txt--dark h5, .txt--dark p, .txt--dark li, .txt--dark span,
.bg-green, .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green p, .bg-green li, .bg-green span,
.bg-dark-alt, .bg-dark-alt span, .bg-dark-alt h1, .bg-dark-alt h2, .bg-dark-alt h3, .bg-dark-alt h4, .bg-dark-alt h5, .bg-dark-alt p, .bg-dark-alt li,
.bg-accent3, .bg-accent3 span, .bg-accent3 h1, .bg-accent3 h2, .bg-accent3 h3, .bg-accent3 h4, .bg-accent3 h5, .bg-accent3 p, .bg-accent3 li {
  color: #fff;
}
.bg-dark a,
.txt--dark a,
.bg-green a {
  color: ; 
}

b,
span.highlight {
  font-weight: inherit;
  color: #d44025;
}

.bg-dark b,
.txt--dark b,
.bg-green b,
.bg-dark span.highlight,
.txt--dark span.highlight, 
.bg-green span.highlight {
  color: #34E4EA;
}

/* =====================================
   Flex Box Classes                                  
   ===================================== */

/* Shorthand to reference for specific styling  */


.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.inner-flex {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}

/** No wrapping until mobile (fixes Safari flex bug) **/
@media (min-width: 768px) {
	.page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
		-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	}
}
@media (max-width: 767px) {
	.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
		width: 100%;
	}
}

/** Enable flex (use within a template on an inner wrapper) **/
.simple-flex > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
/* Shorthand to reference for specific styling */


/** Specific single style classes to quickly fine-tune .hs-flex and .simple-flex **/
.flex-no-wrap.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-no-wrap.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}
.flex-align-start.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-align-start.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}
.flex-align-end.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-align-end.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end;
}
.flex-align-center.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-align-center.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.flex-align-stretch.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-align-stretch.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch
}
.flex-justify-center.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-justify-center.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flex-justify-evenly.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-justify-evenly.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: space-evenly; -webkit-justify-content: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly;
}
.flex-justify-between.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-justify-between.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.flex-justify-start.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-justify-start.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}
.flex-justify-end.page-center > .row-fluid-wrapper:last-of-type > .row-fluid,
.flex-justify-end.simple-flex > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}
.flex-width-auto.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div,
.flex-width-auto.simple-flex > .row-fluid-wrapper > .row-fluid > div {
  width: auto !important;
}
@media (max-width: 767px) {
  .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
   margin-top: 0 !important;
  }
  .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px !important;
  }
  .no-md-margin.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-top: 0 !important; 
  }
}
/** Wrap on extra large width **/
@media (max-width: 1200px) and (min-width: 768px) {
  .wrap-xl.page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .wrap-xl.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrap-xl.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-top: 50px !important
  }
  .wrap-xl.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
		margin-top: 0 !important
  }
  .wrap-xl.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px !important;
  }
}
/** Wrap on large wide **/
@media (max-width: 992px) and (min-width: 768px) {
  .wrap-lg.page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
  .wrap-lg.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrap-lg.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div + div {
    margin-top: 50px !important 
  }
  .wrap-lg.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0 !important;
  }
  .wrap-lg.page-center > .row-fluid-wrapper:last-of-type > .row-fluid > div.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px !important;
  }
}

@media (min-width: 993px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; 
  }
  .four-column.flexWrap.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
  }
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  }
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 18% !important;
    margin: 0 1% 40px !important;
  }
  .four-column.flexWrap.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 23% !important;
    margin: 0 1% 40px !important;
  }
}

@media (max-width: 992px) and (min-width: 577px) {
  .five-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 31.33% !important;
    margin: 0 1% 40px !important
  }
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 47% !important;
    margin: 0 1% 40px !important
  }
}

@media (max-width: 576px) {
  .four-column.simple-flex > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
}

/** Single flex classes **/
.flex-justify-center {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flex-justify-right {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
	-webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}

/* =====================================
   Margin Quick Classes                                  
   ===================================== */

/*** Top Margins ***/
.mt--120 { margin-top: -120px!important; }
.mt--110 { margin-top: -110px!important; }
.mt--100 { margin-top: -100px!important; }
.mt--90 {  margin-top: -90px!important; }
.mt--80 {  margin-top: -80px!important; }
.mt--70 {  margin-top: -70px!important; }
.mt--60 {  margin-top: -60px!important; }
.mt--50 {  margin-top: -50px!important; }
.mt--40 {  margin-top: -40px!important; }
.mt--30 {  margin-top: -30px!important; }
.mt--25 {  margin-top: -25px!important; }
.mt--20 {  margin-top: -20px!important; }
.mt--15 {  margin-top: -15px!important; }
.mt--10 {  margin-top: -10px!important; }
.mt-0 {  margin-top: 0!important; }
.mt-10 {  margin-top: 10px!important; }
.mt-15 {  margin-top: 15px!important; }
.mt-20 {  margin-top: 20px!important; }
.mt-25 {  margin-top: 25px!important; }
.mt-30 {  margin-top: 30px!important; }
.mt-40 {  margin-top: 40px!important; }
.mt-50 {  margin-top: 50px!important; }
.mt-60 {  margin-top: 60px!important; }
.mt-70 {  margin-top: 70px!important; }
.mt-80 {  margin-top: 80px!important; }
.mt-90 {  margin-top: 90px!important; }
.mt-100 { margin-top: 100px!important; }
.mt-110 { margin-top: 110px!important; }
.mt-120 { margin-top: 120px!important; }

@media (max-width: 1200px) and (min-width: 993px) {
  .mt--120 { margin-top: -102.0px!important; }
  .mt--110 { margin-top: -93.5px!important; }
  .mt--100 { margin-top: -85.0px!important; }
  .mt--90 {  margin-top: -76.5px!important; }
  .mt--80 {  margin-top: -68.0px!important; }
  .mt--70 {  margin-top: -59.5px!important; }
  .mt--60 {  margin-top: -51.0px!important; }
  .mt-60 {  margin-top: 51.0px!important; }
  .mt-70 {  margin-top: 59.5px!important; }
  .mt-80 {  margin-top: 68.0px!important; }
  .mt-90 {  margin-top: 76.5px!important; }
  .mt-100 { margin-top: 85.0px!important; }
  .mt-110 { margin-top: 93.5px!important; }
  .mt-120 { margin-top: 102.0px!important; }
}
@media (max-width: 992px) and (min-width: 577px) {
  .mt--120 { margin-top: -90.0px!important; }
  .mt--110 { margin-top: -82.5px!important; }
  .mt--100 { margin-top: -75.0px!important; }
  .mt--90 {  margin-top: -67.5px!important; }
  .mt--80 {  margin-top: -60.0px!important; }
  .mt--70 {  margin-top: -52.5px!important; }
  .mt--60 {  margin-top: -48.0px!important; }
  .mt--50 {  margin-top: -42.5px!important; }
  .mt--40 {  margin-top: -38.0px!important; }
  .mt--30 {  margin-top: -28.5px!important; }
  .mt-30 {  margin-top: 28.5px!important; }
  .mt-40 {  margin-top: 38.0px!important; }
  .mt-50 {  margin-top: 42.5px!important; }
  .mt-60 {  margin-top: 48.0px!important; }
  .mt-70 {  margin-top: 52.5px!important; }
  .mt-80 {  margin-top: 60.0px!important; }
  .mt-90 {  margin-top: 67.5px!important; }
  .mt-100 { margin-top: 75.0px!important; }
  .mt-110 { margin-top: 82.5px!important; }
  .mt-120 { margin-top: 90.0px!important; }
}
@media (max-width: 576px) {
  .mt--120 { margin-top: -78.0px!important; }
  .mt--110 { margin-top: -71.5px!important; }
  .mt--100 { margin-top: -68.0px!important; }
  .mt--90 {  margin-top: -62.99999999999999px!important; }
  .mt--80 {  margin-top: -56.0px!important; }
  .mt--70 {  margin-top: -49.0px!important; }
  .mt--60 {  margin-top: -45.0px!important; }
  .mt--50 {  margin-top: -42.5px!important; }
  .mt--40 {  margin-top: -38.0px!important; }
  .mt--30 {  margin-top: -28.5px!important; }
  .mt-30 {  margin-top: 28.5px!important; }
  .mt-40 {  margin-top: 38.0px!important; }
  .mt-50 {  margin-top: 42.5px!important; }
  .mt-60 {  margin-top: 45.0px!important; }
  .mt-70 {  margin-top: 49.0px!important; }
  .mt-80 {  margin-top: 56.0px!important; }
  .mt-90 {  margin-top: 62.99999999999999px!important; }
  .mt-100 { margin-top: 68.0px!important; }
  .mt-110 { margin-top: 71.5px!important; }
  .mt-120 { margin-top: 78.0px!important; }
}

/*** Bottom Margins ***/
.mb--120 { margin-bottom: -120px !important; }
.mb--110 { margin-bottom: -110px!important; }
.mb--100 { margin-bottom: -100px!important; }
.mb--90 {  margin-bottom: -90px!important; }
.mb--80 {  margin-bottom: -80px!important; }
.mb--70 {  margin-bottom: -70px!important; }
.mb--60 {  margin-bottom: -60px!important; }
.mb--50 {  margin-bottom: -50px!important; }
.mb--40 {  margin-bottom: -40px!important; }
.mb--30 {  margin-bottom: -30px!important; }
.mb--25 {  margin-bottom: -25px!important; }
.mb--20 {  margin-bottom: -20px!important; }
.mb--15 {  margin-bottom: -15px!important; }
.mb--10 {  margin-bottom: -10px!important; }
.mb-0 {  margin-bottom: 0!important; }
.mb-10 {  margin-bottom: 10px!important; }
.mb-15 {  margin-bottom: 15px!important; }
.mb-20 {  margin-bottom: 20px!important; }
.mb-25 {  margin-bottom: 25px!important; }
.mb-30 {  margin-bottom: 30px!important; }
.mb-40 {  margin-bottom: 40px!important; }
.mb-50 {  margin-bottom: 50px!important; }
.mb-60 {  margin-bottom: 60px!important; }
.mb-70 {  margin-bottom: 70px!important; }
.mb-80 {  margin-bottom: 80px!important; }
.mb-90 {  margin-bottom: 90px!important; }
.mb-100 { margin-bottom: 100px!important; }
.mb-110 { margin-bottom: 110px!important; }
.mb-120 { margin-bottom: 120px!important; }

@media (max-width: 1200px) and (min-width: 993px) {
  .mb--120 { margin-bottom: -102.0px!important; }
  .mb--110 { margin-bottom: -93.5px!important; }
  .mb--100 { margin-bottom: -85.0px!important; }
  .mb--90 {  margin-bottom: -76.5px!important; }
  .mb--80 {  margin-bottom: -68.0px!important; }
  .mb--70 {  margin-bottom: -59.5px!important; }
  .mb--60 {  margin-bottom: -51.0px!important; }
  .mb-60 {  margin-bottom: 51.0px!important; }
  .mb-70 {  margin-bottom: 59.5px!important; }
  .mb-80 {  margin-bottom: 68.0px!important; }
  .mb-90 {  margin-bottom: 76.5px!important; }
  .mb-100 { margin-bottom: 85.0px!important; }
  .mb-110 { margin-bottom: 93.5px!important; }
  .mb-120 { margin-bottom: 102.0px!important; }
}
@media (max-width: 992px) and (min-width: 577px) {
  .mb--120 { margin-bottom: -90.0px!important; }
  .mb--110 { margin-bottom: -82.5px!important; }
  .mb--100 { margin-bottom: -75.0px!important; }
  .mb--90 {  margin-bottom: -67.5px!important; }
  .mb--80 {  margin-bottom: -60.0px!important; }
  .mb--70 {  margin-bottom: -52.5px!important; }
  .mb--60 {  margin-bottom: -48.0px!important; }
  .mb--50 {  margin-bottom: -42.5px!important; }
  .mb--40 {  margin-bottom: -38.0px!important; }
  .mb--30 {  margin-bottom: -28.5px!important; }
  .mb-30 {  margin-bottom: 28.5px!important; }
  .mb-40 {  margin-bottom: 38.0px!important; }
  .mb-50 {  margin-bottom: 42.5px!important; }
  .mb-60 {  margin-bottom: 48.0px!important; }
  .mb-70 {  margin-bottom: 52.5px!important; }
  .mb-80 {  margin-bottom: 60.0px!important; }
  .mb-90 {  margin-bottom: 67.5px!important; }
  .mb-100 { margin-bottom: 75.0px!important; }
  .mb-110 { margin-bottom: 82.5px!important; }
  .mb-120 { margin-bottom: 90.0px!important; }
}
@media (max-width: 576px) {
  .mb--120 { margin-bottom: -78.0px!important; }
  .mb--110 { margin-bottom: -71.5px!important; }
  .mb--100 { margin-bottom: -68.0px!important; }
  .mb--90 {  margin-bottom: -62.99999999999999px!important; }
  .mb--80 {  margin-bottom: -56.0px!important; }
  .mb--70 {  margin-bottom: -49.0px!important; }
  .mb--60 {  margin-bottom: -45.0px!important; }
  .mb--50 {  margin-bottom: -42.5px!important; }
  .mb--40 {  margin-bottom: -38.0px!important; }
  .mb--30 {  margin-bottom: -28.5px!important; }
  .mb-30 {  margin-bottom: 28.5px!important; }
  .mb-40 {  margin-bottom: 38.0px!important; }
  .mb-50 {  margin-bottom: 42.5px!important; }
  .mb-60 {  margin-bottom: 45.0px!important; }
  .mb-70 {  margin-bottom: 49.0px!important; }
  .mb-80 {  margin-bottom: 56.0px!important; }
  .mb-90 {  margin-bottom: 62.99999999999999px!important; }
  .mb-100 { margin-bottom: 68.0px!important; }
  .mb-110 { margin-bottom: 71.5px!important; }
  .mb-120 { margin-bottom: 78.0px!important; }
}


/* =====================================
   Padding Quick Classes                                  
   ===================================== */

.py-10 {  padding: 10px 0; }
.py-20 {  padding: 20px 0; }
.py-30 {  padding: 30px 0; }
.py-40 {  padding: 40px 0; }
.py-50 {  padding: 50px 0; }
.py-60 {  padding: 60px 0; }
.py-70 {  padding: 70px 0; }
.py-80 {  padding: 80px 0; }
.py-90 {  padding: 90px 0; }
.py-100 { padding: 100px 0; }
.py-110 { padding: 110px 0; }
.py-120 { padding: 120px 0; }
.py-130 { padding: 130px 0; }
.py-140 { padding: 140px 0; }
.py-150 { padding: 150px 0; }
.py-160 { padding: 160px 0; }
.py-170 { padding: 170px 0; }
.py-180 { padding: 180px 0; }
.py-190 { padding: 190px 0; }
.py-200 { padding: 200px 0; }
.py-210 { padding: 210px 0; }
.py-220 { padding: 220px 0; }

@media (max-width: 1200px) and (min-width: 993px) {
  .py-60 {  padding: 51.0px 0; }
  .py-70 {  padding: 59.5px 0; }
  .py-80 {  padding: 68.0px 0; }
  .py-90 {  padding: 76.5px 0; }
  .py-100 { padding: 85.0px 0; }
  .py-110 { padding: 93.5px 0; }
  .py-120 { padding: 102.0px 0; }
  .py-130 { padding: 110.5px 0; }
  .py-140 { padding: 119.0px 0; }
  .py-150 { padding: 127.5px 0; }
  .py-160 { padding: 136.0px 0; }
  .py-170 { padding: 144.5px 0; }
  .py-180 { padding: 153.0px 0; }
  .py-190 { padding: 161.5px 0; }
  .py-200 { padding: 170.0px 0; }
  .py-210 { padding: 178.5px 0; }
  .py-220 { padding: 187.0px 0; }
}
@media (max-width: 992px) and (min-width: 577px) {
  .py-30 {  padding: 28.5px 0; }
  .py-40 {  padding: 38.0px 0; }
  .py-50 {  padding: 42.5px 0; }
  .py-60 {  padding: 48.0px 0; }
  .py-70 {  padding: 52.5px 0; }
  .py-80 {  padding: 60.0px 0; }
  .py-90 {  padding: 67.5px 0; }
  .py-100 { padding: 75.0px 0; }
  .py-110 { padding: 82.5px 0; }
  .py-120 { padding: 90.0px 0; }
  .py-130 { padding: 97.5px 0; }
  .py-140 { padding: 105.0px 0; }
  .py-150 { padding: 112.5px 0; }
  .py-160 { padding: 120.0px 0; }
  .py-170 { padding: 127.5px 0; }
  .py-180 { padding: 135.0px 0; }
  .py-190 { padding: 142.5px 0; }
  .py-200 { padding: 150.0px 0; }
  .py-210 { padding: 157.5px 0; }
  .py-220 { padding: 165.0px 0; }
}
@media (max-width: 576px) {
  .py-30 {  padding: 28.5px 0; }
  .py-40 {  padding: 38.0px 0; }
  .py-50 {  padding: 42.5px 0; }
  .py-60 {  padding: 45.0px 0; }
  .py-70 {  padding: 49.0px 0; }
  .py-80 {  padding: 56.0px 0; }
  .py-90 {  padding: 62.99999999999999px 0; }
  .py-100 { padding: 68.0px 0; }
  .py-110 { padding: 71.5px 0; }
  .py-120 { padding: 78.0px 0; }
  .py-130 { padding: 84.5px 0; }
  .py-140 { padding: 91.0px 0; }
  .py-150 { padding: 97.5px 0; }
  .py-160 { padding: 104.0px 0; }
  .py-170 { padding: 110.5px 0; }
  .py-180 { padding: 117.0px 0; }
  .py-190 { padding: 123.5px 0; }
  .py-200 { padding: 130.0px 0; }
  .py-210 { padding: 126.0px 0; }
  .py-220 { padding: 132.0px 0; }
}

/*** Padding Top Override (Set regular p class first [ex: p200] then override with these to fine-tune) ***/
.pt-0 { padding-top: 0; }
.pt-10 {  padding-top: 10px; }
.pt-20 {  padding-top: 20px; }
.pt-30 {  padding-top: 30px; }
.pt-40 {  padding-top: 40px; }
.pt-50 {  padding-top: 50px; }
.pt-60 {  padding-top: 60px; }
.pt-70 {  padding-top: 70px; }
.pt-80 {  padding-top: 80px; }
.pt-90 {  padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pt-110 { padding-top: 110px; }
.pt-120 { padding-top: 120px; }
.pt-130 { padding-top: 130px; }
.pt-140 { padding-top: 140px; }
.pt-150 { padding-top: 150px; }
.pt-160 { padding-top: 160px; }
.pt-170 { padding-top: 170px; }
.pt-180 { padding-top: 180px; }
.pt-190 { padding-top: 190px; }
.pt-200 { padding-top: 200px; }
.pt-210 { padding-top: 210px; }
.pt-220 { padding-top: 220px; }

@media (max-width: 1200px) and (min-width: 993px) {
  .pt-60 {  padding-top: 51.0px; }
  .pt-70 {  padding-top: 59.5px; }
  .pt-80 {  padding-top: 68.0px; }
  .pt-90 {  padding-top: 76.5px; }
  .pt-100 { padding-top: 85.0px; }
  .pt-110 { padding-top: 93.5px; }
  .pt-120 { padding-top: 102.0px; }
	.pt-130 { padding-top: 110.5px; }
	.pt-140 { padding-top: 119.0px; }
	.pt-150 { padding-top: 127.5px; }
	.pt-160 { padding-top: 136.0px; }
	.pt-170 { padding-top: 144.5px; }
	.pt-180 { padding-top: 153.0px; }
	.pt-190 { padding-top: 161.5px; }
	.pt-200 { padding-top: 170.0px; }
	.pt-210 { padding-top: 178.5px; }
	.pt-220 { padding-top: 187.0px; }
}
@media (max-width: 992px) and (min-width: 577px) {
  .pt-30 {  padding-top: 28.5px; }
  .pt-40 {  padding-top: 38.0px; }
  .pt-50 {  padding-top: 42.5px; }
  .pt-60 {  padding-top: 48.0px; }
  .pt-70 {  padding-top: 52.5px; }
  .pt-80 {  padding-top: 60.0px; }
  .pt-90 {  padding-top: 67.5px; }
  .pt-100 { padding-top: 75.0px; }
  .pt-110 { padding-top: 82.5px; }
  .pt-120 { padding-top: 90.0px; }
	.pt-130 { padding-top: 97.5px; }
	.pt-140 { padding-top: 105.0px; }
	.pt-150 { padding-top: 112.5px; }
	.pt-160 { padding-top: 120.0px; }
	.pt-170 { padding-top: 127.5px; }
	.pt-180 { padding-top: 135.0px; }
	.pt-190 { padding-top: 142.5px; }
	.pt-200 { padding-top: 150.0px; }
	.pt-210 { padding-top: 157.5px; }
	.pt-220 { padding-top: 165.0px; }
}
@media (max-width: 576px) {
  .pt-30 {  padding-top: 28.5px; }
  .pt-40 {  padding-top: 38.0px; }
  .pt-50 {  padding-top: 42.5px; }
  .pt-60 {  padding-top: 45.0px; }
  .pt-70 {  padding-top: 49.0px; }
  .pt-80 {  padding-top: 56.0px; }
  .pt-90 {  padding-top: 62.99999999999999px; }
  .pt-100 { padding-top: 68.0px; }
  .pt-110 { padding-top: 71.5px; }
  .pt-120 { padding-top: 78.0px; }
	.pt-130 { padding-top: 84.5px; }
	.pt-140 { padding-top: 91.0px; }
	.pt-150 { padding-top: 97.5px; }
	.pt-160 { padding-top: 104.0px; }
	.pt-170 { padding-top: 110.5px; }
	.pt-180 { padding-top: 117.0px; }
	.pt-190 { padding-top: 123.5px; }
	.pt-200 { padding-top: 130.0px; }
	.pt-210 { padding-top: 126.0px; }
	.pt-220 { padding-top: 132.0px; }
}

/*** Padding Bottom Override (Set regular p class first [ex: p200] then override with these to fine-tune) ***/
.pb-0 { padding-bottom: 0; }
.pb-10 {  padding-bottom: 10px; }
.pb-20 {  padding-bottom: 20px; }
.pb-30 {  padding-bottom: 30px; }
.pb-40 {  padding-bottom: 40px; }
.pb-50 {  padding-bottom: 50px; }
.pb-60 {  padding-bottom: 60px; }
.pb-70 {  padding-bottom: 70px; }
.pb-80 {  padding-bottom: 80px; }
.pb-90 {  padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-110 { padding-bottom: 110px; }
.pb-120 { padding-bottom: 120px; }
.pb-130 { padding-bottom: 130px; }
.pb-140 { padding-bottom: 140px; }
.pb-150 { padding-bottom: 150px; }
.pb-160 { padding-bottom: 160px; }
.pb-170 { padding-bottom: 170px; }
.pb-180 { padding-bottom: 180px; }
.pb-190 { padding-bottom: 190px; }
.pb-200 { padding-bottom: 200px; }
.pb-210 { padding-bottom: 210px; }
.pb-220 { padding-bottom: 220px; }

@media (max-width: 1200px) and (min-width: 993px) {
  .pb-60 {  padding-bottom: 51.0px; }
  .pb-70 {  padding-bottom: 59.5px; }
  .pb-80 {  padding-bottom: 68.0px; }
  .pb-90 {  padding-bottom: 76.5px; }
  .pb-100 { padding-bottom: 85.0px; }
  .pb-110 { padding-bottom: 93.5px; }
  .pb-120 { padding-bottom: 102.0px; }
	.pb-130 { padding-bottom: 110.5px; }
	.pb-140 { padding-bottom: 119.0px; }
	.pb-150 { padding-bottom: 127.5px; }
	.pb-160 { padding-bottom: 136.0px; }
	.pb-170 { padding-bottom: 144.5px; }
	.pb-180 { padding-bottom: 153.0px; }
	.pb-190 { padding-bottom: 161.5px; }
	.pb-200 { padding-bottom: 170.0px; }
	.pb-210 { padding-bottom: 178.5px; }
	.pb-220 { padding-bottom: 187.0px; }
}
@media (max-width: 992px) and (min-width: 577px) {
  .pb-30 {  padding-bottom: 28.5px; }
  .pb-40 {  padding-bottom: 38.0px; }
  .pb-50 {  padding-bottom: 42.5px; }
  .pb-60 {  padding-bottom: 48.0px; }
  .pb-70 {  padding-bottom: 52.5px; }
  .pb-80 {  padding-bottom: 60.0px; }
  .pb-90 {  padding-bottom: 67.5px; }
  .pb-100 { padding-bottom: 75.0px; }
  .pb-110 { padding-bottom: 82.5px; }
  .pb-120 { padding-bottom: 90.0px; }
	.pb-130 { padding-bottom: 97.5px; }
	.pb-140 { padding-bottom: 105.0px; }
	.pb-150 { padding-bottom: 112.5px; }
	.pb-160 { padding-bottom: 120.0px; }
	.pb-170 { padding-bottom: 127.5px; }
	.pb-180 { padding-bottom: 135.0px; }
	.pb-190 { padding-bottom: 142.5px; }
	.pb-200 { padding-bottom: 150.0px; }
	.pb-210 { padding-bottom: 157.5px; }
	.pb-220 { padding-bottom: 165.0px; }
}
@media (max-width: 576px) {
  .pb-30 {  padding-bottom: 28.5px; }
  .pb-40 {  padding-bottom: 38.0px; }
  .pb-50 {  padding-bottom: 42.5px; }
  .pb-60 {  padding-bottom: 45.0px; }
  .pb-70 {  padding-bottom: 49.0px; }
  .pb-80 {  padding-bottom: 56.0px; }
  .pb-90 {  padding-bottom: 62.99999999999999px; }
  .pb-100 { padding-bottom: 68.0px; }
  .pb-110 { padding-bottom: 71.5px; }
  .pb-120 { padding-bottom: 78.0px; }
	.pb-130 { padding-bottom: 84.5px; }
	.pb-140 { padding-bottom: 91.0px; }
	.pb-150 { padding-bottom: 97.5px; }
	.pb-160 { padding-bottom: 104.0px; }
	.pb-170 { padding-bottom: 110.5px; }
	.pb-180 { padding-bottom: 117.0px; }
	.pb-190 { padding-bottom: 123.5px; }
	.pb-200 { padding-bottom: 130.0px; }
	.pb-210 { padding-bottom: 126.0px; }
	.pb-220 { padding-bottom: 132.0px; }
}

/** Left/Right Desktop Padding **/
@media (min-width: 768px) {
  .pr-10 { padding-right: 10px; }
  .pr-20 { padding-right: 20px; }
  .pr-30 { padding-right: 30px; }
  .pr-40 { padding-right: 40px; }
  .pr-50 { padding-right: 50px; }
	
  .pl-10 { padding-left: 10px; }
  .pl-20 { padding-left: 20px; }
  .pl-30 { padding-left: 30px; }
  .pl-40 { padding-left: 40px; }
  .pl-50 { padding-left: 50px; }
}

.flex-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;
  -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
/* 50 */
.flex-container .flex-item.span6 {
  width: 50% !important;
  margin: 0 !important;
}
/* 66.67 / 33.33 */
.flex-container .flex-item.span7 {
  width: 66.67% !important;
  margin: 0 !important;
}
.flex-container .flex-item.span5 {
  width: 33.33% !important;
  margin: 0 !important;
}
/* 75 / 25 */
.flex-container .flex-item.span8 {
  width: 75% !important;
  margin: 0 !important;
}
.flex-container .flex-item.span4 {
  width: 25% !important;
  margin: 0 !important;
}
.flex-container .flex-item.fh {
	line-height: 0;
}
.flex-container .flex-item > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
}
.flex-container .flex-item:first-child:not(.fw) > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end
}
.flex-container .flex-item:last-child:not(.fw) > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start
}
.flex-container .flex-item:not(.fh) > .row-fluid-wrapper {
  display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flex-container .flex-item.fw > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.flex-container .flex-item:not(.fw) > .row-fluid-wrapper > .row-fluid > div {
  padding-left: 30px;
  padding-right: 30px;
}
.flex-container .flex-item.span6:not(.fw) > .row-fluid-wrapper > .row-fluid > div {
  max-width: 730.0px;
}
.flex-container .flex-item.span6:not(.fw) > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid > * {
  max-width: 560.0px;
}
@media (max-width: 1200px) and (min-width: 768px) {
	.flex-container .flex-item .double-cta-wrapper,
	.flex-container .flex-item .double-cta-wrapper * {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
	}
}
@media (min-width: 993px) {
	.flex-container .flex-item:not(.fw) > .row-fluid-wrapper > .row-fluid > div {
		padding-left: 45px;
		padding-right: 45px;
	}
	.flex-container .flex-item.span6:not(.fw) > .row-fluid-wrapper > .row-fluid > div {
		max-width: 745.0px;
	}
}
@media (min-width: 768px) {
	.flex-container .flex-item > .row-fluid-wrapper {
		height: 100%;
	}
	.flex-container .flex-item.fh * {
		height: 100%; 
	}
	.flex-container .flex-item.fh:not(.overflow) img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
		/*max-height: 700px !important;*/
	}
	.flex-container .flex-item.fh.unconstrain img {
		max-height: none !important;
	}
	.flex-container .flex-item.fh .fitContain img {
		object-fit: contain;
		object-position: 100% 100%;
	}
	.flex-container .flex-item:first-child:not(.fw),
	.flex-container .flex-item:first-child:not(.fw) > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid > *,
	.flex-container .flex-item:first-child:not(.fw) .maxWidth {
		float: left !important;
	}
	.flex-container .flex-item:last-child:not(.fw),
	.flex-container .flex-item:last-child:not(.fw) > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid > *,
	.flex-container .flex-item:last-child:not(.fw) .maxWidth {
		float: right !important;
	}
}
@media (max-width: 767px) {
  .flex-container > .row-fluid-wrapper > .row-fluid { 
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
  }
	.flex-container .flex-item.span8,
  .flex-container .flex-item.span7,
  .flex-container .flex-item.span6,
  .flex-container .flex-item.span5,
	.flex-container .flex-item.span4 {
    width: 100% !important; 
  }
  .flex-container .flex-item > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center !important;
  }
  .flex-container .flex-item.span5 > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start !important;
  }
	.flex-container .flex-item.span5:not(.fw) > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid > * {
		max-width: 100%;
	}
	.flex-container .flex-item:not(.fw) > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid > * {
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	.flex-container .flex-item.fh:not(.overflow) img {
		object-fit: unset;
		width: 100%;
		height: auto;
	}
	.flex-container .flex-item.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
	}
	.flex-container .flex-item.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
	}
}

@media (max-width: 1200px) { 
	.flex-container.wrap-xl .flex-item {
		width: 100% !important;
	}
	.flex-container.wrap-xl .flex-item > .row-fluid-wrapper > .row-fluid > div > .row-fluid-wrapper > .row-fluid > * {
		float: none !important;
	}
}
@media (max-width: 374px) {
	.flex-container .flex-item:not(.fw) > .row-fluid-wrapper > .row-fluid > div {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/** Extra flex classes **/
.flex-container .flex-item.fitContain img {
	object-fit: contain;
	object-position: 50% 100%;
}


/* Pulse */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}









/* General Button Styles */
.hs-button,
input[type="submit"],
input[type="button"],
.btn-solid a.cta_button,
.btn-fill a.cta_button,
.btn-solid a,
.btn-fill a,
.btn-solid,
.btn-fill {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-style: normal;
  display: inline-block;
  text-decoration: none !important;
  min-width: 200px;
  padding: 25px 30px;
	margin-bottom: 15px;
  text-align: center;
  vertical-align: middle;
}

.btn.btn-has-subtext {
  padding-top: 17px;
  padding-bottom: 17px;
}

/** Icons **/
.btn-solid svg,
.hs-button .hs_cos_wrapper_type_icon svg {
  font-size: inherit;
  line-height: inherit;
  fill: inherit;
  vertical-align: middle;
  width: .8em;
  margin-right: 5px;
}
.btn-solid.icon-right svg,
.hs-button.icon-right .hs_cos_wrapper_type_icon svg {
	margin-right: 0;
	margin-left: 5px;
}

/*** Solid Button Styles ***/
.hs-button,
input[type="submit"],
.btn-solid a.cta_button,
.btn-solid a,
.btn-solid {
	position: relative;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  background: #DB03DB;
  border: 0;
  fill: #fff;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.08);
	text-transform: uppercase;
}
.hs-form .actions {
	display: inline-block;
	position: relative;
}
.hs-form .actions .hs-button {
	margin: 0;
}
.hs-form .actions:after, .hs-form .actions:before,
.btn-solid:after, .btn-solid:before {
  position: absolute;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
  content: "";
}
.hs-form .actions:before,
.btn-solid:before {
  bottom: -15px;
  height: 15px;
  width: 100%;
  left: 8px;
  transform: skewX(45deg);
	background: transparent;
	box-shadow:inset 0px 0px 0px 2px #DB03DB;
}
.hs-form .actions:after,
.btn-solid:after {
  right: -15px;
  height: 100%;
  width: 15px;
  bottom: -8px;
  transform: skewY(45deg);
	background: transparent;
	box-shadow:inset 0px 0px 0px 2px #DB03DB;
}


/*** Alternate colors ***/
.btn-white {
	color: #DB03DB;
	background: #fff;
}
.btn-white:before, .btn-white:after {
	box-shadow:inset 0px 0px 0px 2px #fff;
}
.btn-accent2 {
	color: #1C1C1C;
	background: #34E4EA;
}
.btn-accent2:before, .btn-accent2:after {
	box-shadow:inset 0px 0px 0px 2px #34E4EA;
}
.btn-accent3 {
	color: #fff;
	background: #0EB1D2;
}
.btn-accent3:before, .btn-accent3:after {
	box-shadow:inset 0px 0px 0px 2px #0EB1D2;
}	
.btn-orange {
	color: #fff;
	background: #F0A444;
}
.btn-orange:before, .btn-orange:after {
	box-shadow:inset 0px 0px 0px 2px #F0A444;
}	
.btn-solid.btn-color-inverted a.cta_button,
.btn-solid.btn-color-inverted a,
.btn-solid.btn-color-inverted {
	background: #FFFFFF;
  fill: #DB03DB;
	color: #DB03DB;
}

/** Subtext **/
.btn-subtext {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-top: 4px;
}

/** Smaller size **/
.btn-solid.btn-small {
	padding: 18px 26px;
	font-size: 15px;
	min-width: auto;
	width: auto;
}
.btn-solid.btn-small:before {
	bottom: -10px;
	height: 10px;
	left: 5px;
}
.btn-solid.btn-small:after {
	right: -10px;
	width: 10px;
	bottom: -5px;
}

/* mobile */
@media (max-width: 767px) {
	.hs-button,
	input[type="submit"],
	input[type="button"],
	.btn-solid a.cta_button,
	.btn-fill a.cta_button,
	.btn-solid a,
	.btn-fill a,
	.btn-solid,
	.btn-fill {
		padding: 18px 26px;
    font-size: 17px;
	}
	.hs-form .actions:before,
	.btn-solid:before {
		bottom: -10px;
		height: 10px;
		left: 5px;
	}
	.hs-form .actions:after,
	.btn-solid:after {
		right: -10px;
		width: 10px;
		bottom: -5px;
	}
}

/*** Form Specific Button Styles ***/
.hs-button.primary,
input[type="submit"] {
  margin: 5px auto 20px;
  display: block;
  max-width: 310px;
  white-space: normal;
  box-shadow: none !important;
}

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


/*** Double CTA Wrapper ***/
@media (min-width: 993px) {
  .double-cta-wrapper .btn-solid a {
    min-width: 0;
  }
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important;
    -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
    -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  }
  .double-cta-wrapper.text-center > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; 
  }
}
@media (min-width: 768px) {
  .double-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: inline-block;
    width: auto;
  }
  .double-cta-wrapper div.span6 {
    margin-top: 20px;
    display: inline-block;
    width: auto !important;
  }
  .double-cta-wrapper div.span6 > div {
    display: inline-block;
    margin: 15px 0;
  }
  .double-cta-wrapper div.span6:first-of-type {
    margin-right: 20px !important;
  }
  .double-cta-wrapper div.span6:last-of-type {
    margin-left: 0 !important; 
  }
}
@media (max-width: 767px) {
  .double-cta-wrapper {
    margin-top: 25px;
    text-align: center; 
  }
  .double-cta-wrapper a {
    width: 100% !important;
    max-width: 300px !important;
  }
}



body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-form .hs-form-field {
	position: relative;
}
.hs-form-field > label > span:first-of-type {
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
	display: inline-block;
	margin-bottom: 5px;
  color: #4E5969;
}
.bg-dark .hs-form-field > label > span:first-of-type {
	color: #fff;
}
.contact-us-form .hs-form-field > label > span:first-of-type {
  color: #4E5969;
}
.hs-form label {
	position: relative;
}
span.hs-form-required {
	position: absolute;
	/* visibility: hidden; */
	color: transparent !important;
	background: #DB03DB;
	width: 6px;
	vertical-align: middle;
	margin-left: 7px;
	border-radius: 50%;
	height: 6px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

.hs-form input,
.hs-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* Inputs (selectors for all inputs)  */
.hs-form select,
.hs-form input:not(.hs-button),
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
	-webkit-border-radius: 0px;
	border-radius: 0;
	margin-top: 2px;
	margin-bottom: 35px;
	background-color: #ffffff;
	border: 1.5px solid #4E5969 !important;
	border-radius: 0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.67;
	text-align: left;
	color: #4E5969;
	padding: 15px 25px 15px 18px;
	font-family: 'Be Vietnam Pro', sans-serif;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.hs-form select:focus,
.hs-form input:not(.hs-button):focus,
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    border: 1.5px solid #1C1C1C;
}
::placeholder {
    color: #4E5969;
}
:-ms-input-placeholder {
    color: #4E5969;
}
::-ms-input-placeholder {
    color: #4E5969;
}
::-moz-placeholder {
    color: #4E5969;
}
@media (max-width: 767px) {
	.hs-form select,
	.hs-form input:not(.hs-button),
	.hs-form input[type="text"],
	.hs-form input[type="password"], 
	.hs-form input[type="datetime"], 
	.hs-form input[type="datetime-local"], 
	.hs-form input[type="date"], 
	.hs-form input[type="month"], 
	.hs-form input[type="time"], 
	.hs-form input[type="week"], 
	.hs-form input[type="number"], 
	.hs-form input[type="email"], 
	.hs-form input[type="url"], 
	.hs-form input[type="search"], 
	.hs-form input[type="tel"], 
	.hs-form input[type="color"],
	.hs-form input[type="file"],
	.hs-form textarea,
	.hs-form select {
	  font-size: 16px;
	}
}

.submitted-message {
	text-align: center;
}

.hs_submit {
	text-align: right;
	padding-right: 23px;
}
@media (max-width: 767px) {
	.hs_submit {
		padding-right: 18px;
	}
}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {
	min-width: 100%;
	max-height: 300px;
	min-height: 230px;
	max-width: 675px;
}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {
	cursor: pointer;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none; 
	background: url(https://3836852.fs1.hubspotusercontent-na1.net/hubfs/3836852/nav-down-arrow-darksvg.svg?t=1521576779901) 95% 50% no-repeat #fff;
	background-size: 17px;
}
.hs-form select::-ms-expand { 
	display: none; /* hide the default arrow in ie10 and ie11 */
}
@media screen and (min-width:0\0) {
	.hs-form select {
		background:none !important;
	}
}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input.invalid, 
.hs-form textarea.invalid, 
.hs-form select.invalid {
	border: 1.5px solid #e52b20;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {
    border: 1.5px solid #1C1C1C;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{
}
ul.hs-error-msgs.inputs-list {
	list-style: none;
	padding-left: 0;
  color: #db03db;
  font-size: 14px;
  margin: 0;
	position: absolute;
	bottom: -5px;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list {
	text-align: center;
	position: static;
	bottom: 0;
}

/* Multi Column Form (selectors for fieldsets and field wrappers) */

.hs-form fieldset {
	max-width: none !important;
}
.hs-form .hs-input {
	width: 100% !important;
}
.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {
	padding: 0 !important;
	width: 100%;
}
.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {
	padding: 0;
	width: 49% !important;
	margin-right: 1%;
}
.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type {
	margin-right: 0;
	margin-left: 1%;
}
.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {
	padding: 0 !important;
	width: 32.33% !important;
	margin-right: .5%;
	margin-left: .5%;
}
.hs-form fieldset.form-columns-3 .hs-form-field:first-of-type {
	margin-right: 1%;
	margin-left: 0;
}
.hs-form fieldset.form-columns-3 .hs-form-field:last-of-type {
	margin-left: 1%;
	margin-right: 0;
}
@media (max-width: 600px) {
	.hs-form fieldset.form-columns-2 .hs-form-field {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.hs-form fieldset.form-columns-3 .hs-form-field {
		width: 100% !important;
		margin-right: 0% !important;
		margin-left: 0% !important;
	}
	.hs-form textarea {
		min-height: 120px;
	}
  .hs-form select,
  .hs-form input:not(.hs-button),
  .hs-form input[type="text"],
  .hs-form input[type="password"], 
  .hs-form input[type="datetime"], 
  .hs-form input[type="datetime-local"], 
  .hs-form input[type="date"], 
  .hs-form input[type="month"], 
  .hs-form input[type="time"], 
  .hs-form input[type="week"], 
  .hs-form input[type="number"], 
  .hs-form input[type="email"], 
  .hs-form input[type="url"], 
  .hs-form input[type="search"], 
  .hs-form input[type="tel"], 
  .hs-form input[type="color"],
  .hs-form input[type="file"],
  .hs-form textarea,
  .hs-form select {
      margin-bottom: 30px;
  }
  ul.hs-error-msgs.inputs-list {
    bottom: 0;
  }
}

/*Alt Color */
.alt-color span.hs-form-required {
    background: #ffae1a;
}
.alt-color .hs-form select:focus,
.alt-color .hs-form input:not(.hs-button):focus,
.alt-color .hs-form input[type="text"]:focus,
.alt-color .hs-form input[type="password"]:focus, 
.alt-color .hs-form input[type="datetime"]:focus, 
.alt-color .hs-form input[type="datetime-local"]:focus, 
.alt-color .hs-form input[type="date"]:focus, 
.alt-color .hs-form input[type="month"]:focus, 
.alt-color .hs-form input[type="time"]:focus, 
.alt-color .hs-form input[type="week"]:focus, 
.alt-color .hs-form input[type="number"]:focus, 
.alt-color .hs-form input[type="email"]:focus, 
.alt-color .hs-form input[type="url"]:focus, 
.alt-color .hs-form input[type="search"]:focus, 
.alt-color .hs-form input[type="tel"]:focus, 
.alt-color .hs-form input[type="color"]:focus,
.alt-color .hs-form input[type="file"]:focus,
.alt-color .hs-form textarea:focus,
.alt-color .hs-form select:focus {
	border: 1.5px solid #ffae1a;
}

/*** Forms Without Labels  ***/
.noLabels .hs-form-field > label {
  float: left;
  width: 100%;
}
.noLabels .hs-form-field > label > span:first-of-type {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  float: left;
  display: block;
}
.noLabels .hs-form span.hs-form-required {
  left: initial;
  right: 20px;
  top: 23px;
}
.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(0,0,0,.9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(0,0,0,0.05), 0px 16px 32px rgba(0,0,0,0.05);
  z-index: -1;
}

#bp_sv {
  background: #1C1C1C;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: 1rem;
  padding: 30px;
  background: #1C1C1C;
  color: #fff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 30px;
  color: #fff;
  font-size: .9rem;
  cursor: default;
}



#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #1C1C1C;
  color: #fff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #1C1C1C;
  color: #fff;
}

.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  transition: opacity .1s;
}

#bp_container .bp-lrl {
  left: 30px;
}

#bp_container .bp-lrr {
  right: 30px;
}

.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 576px) {
  .bp-lr {
    font-size: 15vw;
  }
}



/* Solve for customer story page mobile module order */
@media (max-width: 767px) {
	#customer-story .page-center > .row-fluid-wrapper > .row-fluid > .main-content  {
    order: 2;
		margin-top: 40px;
	}
	#customer-story .page-center > .row-fluid-wrapper > .row-fluid > .aside-content  {
    order: 1;
		margin-top: 0;
	}
}

/* Fix for mobile responsiveness */
.module--tabber {
	overflow: hidden;
}

.flex-banner {
  min-height: 100vh !important;
  /*max-height: 1000px;*/
	position: relative;
}

/* Medium screens only */
@media (min-width: 1201px) and (min-height: 650px) {
	.flex-banner > div:last-child {
		padding-top: 60px;
	}
}

/* Large screens only */
@media (min-width: 1201px) and (min-height: 900px) {
	.flex-banner {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.flex-banner > div {
		width: 100%;
	}
	.flex-banner > div:first-child {
		align-self: flex-start;
		position: absolute;
	}
	.flex-banner > div:last-child {
		padding-top: 100px;
	}
}

/* Tablets and mobile */
@media (max-width: 1200px) {
	.flex-banner {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.flex-banner > div {
		width: 100%;
	}
	.flex-banner > div:first-child {
		align-self: flex-start;
		position: absolute;
	}
	.flex-banner > div:last-child {
		padding-top: 100px;
	}
}

/* Michael code because I didn't know where else to put it */

@media (max-width: 767px) {
  .flex-banner {
    background-attachment: scroll !important; 
  }
}


.footer-container {
  background-color: #020305;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
}
.footer-sub-container {
	font-size: 16px;
}
.footer-container .hs-menu-wrapper ul,
.footer-container ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer-container a {
  color: #fff;
  text-decoration: none;
}
.footer-container a:hover {
  opacity: 0.75;
}
.footer-container .hs-menu-wrapper ul li {
  margin-bottom: 5px; 
}
.footer-container .hs-menu-wrapper ul li a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  width: 100%;
  display: block;
}
.footer-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
  -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
}

.footer-container .btn-solid {
	min-width: 0 !important;
}

@media screen and (min-width: 993px) {
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
		-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
	}
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > * {
		width: auto !important;
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid {
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
		-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
	}
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > * {
		width: 48% !important;
		flex: 1 1 48%;
		margin-left: 0 !important;
		margin-bottom: 60px;
		text-align: center;
	}
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > *:nth-child(2) {
		order: 1;
	}
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > *:nth-child(3) {
		order: 2;
	}
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > *:first-child {
		order: 3;
		margin-bottom: 0 !important;
	}
	.footer-main-container .page-center > .row-fluid-wrapper:last-of-type > .row-fluid > *:last-child {
		order: 4;
		margin-bottom: 0 !important;
	}
}

.icon-menu ul li {
  position: relative;
  padding-left: 25px;
}
.icon-menu ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-container .module--image a:hover {
  opacity: 1 !important;
}