/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



                                        

    























html {
  font-size: ;
  overflow-x:hidden;
}

body {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  margin: 0px;
  line-height: 24px;
  letter-spacing: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}


body .row-fluid .wrapper{
  max-width: 1180px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 20px;
}


.body-container-wrapper li {
  margin-left: 26px;
  margin-bottom: 15px;
  list-style-type: disc;
}

.body-container-wrapper li:last-child{
  margin-bottom:0;
}

@media(max-width: 767px) {
  .body-container-wrapper li {
    text-align: left;
  }
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #56676b; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

img{
  height:auto;
}

/* Anchor Links */

a {
  margin-bottom:0;
}
a:hover, a:focus {
  text-decoration: none;
}

a {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

h1 {
  font-size: 40px;
  font-family: Comfortaa, cursive;
  color: #FFCE31; 
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: none;
}

h2 {
  font-size: 32px;
  font-family: Open Sans;
  color: #FFCE31;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  font-size: 20px;
  font-family: Open Sans;
  color: #666666;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

h4 {
  font-size: 18px;
  font-family: Open Sans;
  color: #666666;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
}

h5 {
  font-size: 18px;
  font-family: Open Sans;
  color: #666666;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
}


h6 {
  font-size: 16px;
  font-family: Open Sans;
  color: #666666;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

.body-container-wrapper {
  background:#ffffff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol li,
.body-container-wrapper ol{
  list-style: decimal;
}
.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    

}

.body-container-wrapper li{
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #56676b;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:24px;
  letter-spacing: 0px;
  position: relative;
}

body .row-fluid form ul,
.no-list-style li ul{
  margin:0;
  padding:0;
}

body .row-fluid form li,
.no-list-style li{
  margin:0;    
}

.check-mark li:before {
  position: absolute;
  top: 7px;
  left: -24px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/360%20v2/Images/foursquare-button.svg)no-repeat;
  background-position: center;
  background-size: cover;
} 

body .row-fluid form li:before,
.no-list-style li:before{
  display:none;
}

hr {
  background-color: rgb(205, 205, 205);
  border: none;
  color: #CCC;
  height: 1px;
}


blockquote{
  margin:0;
  font-size: 18px;
  font-family: Open Sans;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 0.89px;
}

body a.cta-button,
body a.cta_button,
body .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#F9CE09;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #F9CE09;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

@media(max-width: 1024px) and (min-width: 768px) {
  body .row-fluid .hs-button {
    font-size: 14px !important;
  }
}


.row-fluid a.cta_button:hover,
body .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 100);
  border-color:#ffffff;
  color:#F9CE09;
  transform: translateY(-1px);
} 




/* Grey Button */

body .grey-btn a.cta-button,
body .grey-btn a.cta_button,
body .grey-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#6D6D6D;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #6D6D6D;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .grey-btn a.cta_button:hover,
body .grey-btn .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 100);
  border-color:#FFFFFF;
  color:#6D6D6D;
  transform: translateY(-1px);
} 


/* White Button */

body .white-btn a.cta-button,
body .white-btn a.cta_button,
body .white-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#ffffff;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #FFFFFF;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .white-btn a.cta_button:hover,
body .white-btn .hs-cta-img:hover{ 
  background: rgba(0, 0, 0, 100);
  border-color:#000000;
  color:#ffffff;
  transform: translateY(-1px);
} 


/* Black Button */

body .black-btn a.cta-button,
body .black-btn a.cta_button,
body .black-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#000000;
  line-height: 1px; 
  padding: 16.8px 34px;
  padding-bottom: calc( 16.8px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #1871c9;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .black-btn a.cta_button:hover,
body .black-btn .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 100);
  border-color:#ffffff;
  color:#000000;
  transform: translateY(-1px);
}



/* Yellow Button */

body .yellow-btn a.cta-button,
body .yellow-btn a.cta_button,
body .yellow-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#FDA101;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #FDA101;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .yellow-btn a.cta_button:hover,
body .yellow-btn .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 100);
  border-color:#ffffff;
  color:#FDA101;
  transform: translateY(-1px);
}



/* Dark Blue Button */

body .dblue-btn a.cta-button,
body .dblue-btn a.cta_button,
body .dblue-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#0C0C5B;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #0C0C5B;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .dblue-btn a.cta_button:hover,
body .dblue-btn .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 100);
  border-color:#ffffff;
  color:#0C0C5B;
  transform: translateY(-1px);
}


/* Light Blue Button */

body .lblue-btn a.cta-button,
body .lblue-btn a.cta_button,
body .lblue-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#5A91FF;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #5A91FF;
  text-transform: none;
  min-width:320px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .lblue-btn a.cta_button:hover,
body .lblue-btn .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 100);
  border-color:#ffffff;
  color:#5A91FF;
  transform: translateY(-1px);
}



/* Light Grey Button */

body .lgrey-btn a.cta-button,
body .lgrey-btn a.cta_button,
body .lgrey-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  4px;
  background:#F2F2F2;
  line-height: 24px; 
  padding: 13.5px 34px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid #F2F2F2;
  text-transform: none;
  min-width:258px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
  box-sizing:border-box !important;
}

.row-fluid .lgrey-btn a.cta_button:hover,
body .lgrey-btn .hs-cta-img:hover{ 
  background: rgba(0, 0, 0, 100);
  border-color:#000000;
  color:#F2F2F2;
  transform: translateY(-1px);
}



/* Text Button */

body .txt-btn a.cta-button,
body .txt-btn a.cta_button,
body .txt-btn .hs-cta-img{    
  font-size: 16px;
  font-family: Open Sans;
  color: #0c0c5b;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  0px;
  background: rgba(255, 255, 255, 0% );
  line-height: 24px; 
  padding: 13.5px 5px;
  padding-bottom: calc( 13.5px - 2px ) !important;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-right:0;
  border-left:0;
  border-top:0;
  border-bottom:1px solid #0C0C5B;
  text-transform: none;
  min-width:auto;
  box-shadow: none;
  box-sizing:border-box !important;
}

.row-fluid .txt-btn a.cta_button:hover,
body .txt-btn .hs-cta-img:hover{ 
  background: rgba(255, 255, 255, 0% );
  border-color:rgba(12, 12, 91,50% );
  color: rgba(12, 12, 91,50% );
}

/****************Button Sizes*******************/

body .container-fluid .row-fluid .small a.cta_button,
body .container-fluid .row-fluid .small .hs-button{    
  font-size: px;
  padding: px px;
}

body .container-fluid .row-fluid .medium a.cta_button,
body  .container-fluid .row-fluid .medium .hs-button{    
  font-size: px;
  padding: px px;
}

body .container-fluid .row-fluid .large a.cta_button,
body  .container-fluid .row-fluid .large .hs-button{    
  font-size: px;
  padding: px px;
}
/****************Table Styling Starts Here*******************/


th {
  font-size: 25px;
  font-family: Open Sans;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #333333px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  padding: 20px 20px;
  text-align:left;
  border:  1px solid #dddddd;
}

td {
  font-size: 20px;
  font-family: Open Sans;
  letter-spacing: 0px;
  line-height: 1.3px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border:  1px solid #dddddd;
}

table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  padding: 20px;
}

td {
  padding: 20px 20px;
}

@media(max-width: 767px) {
  table { 
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
  }

  th {
    font-size: 20px;
  }

  td {
    font-size: 14px;
  }
}

body .row-fluid .hide-module{
  display:none;
}


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

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.dis-flex{
  display:flex;
  flex-wrap:wrap;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.gray-bg{
  background:0;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#333e63;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

.two-cta-container .left-cta {
  margin-right: 20px;
  margin-bottom: 15px;
}

@media(max-width: 1024px) and (min-width: 768px) {
  .two-cta-container .left-cta a.cta_button,
  .two-cta-container .right-cta a.cta_button{
    margin-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .two-cta-container .left-cta a.cta_button {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

@media(max-width: 767px) {
  .row-fluid [class*="span"].dnd-column {
    text-align: center;
  }
}


/*========================================================
Typography Responsive Styling
========================================================*/

@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 28px !important;
  }

  h2 {
    font-size: 36px !important;
  }

  h3 {
    font-size: 36px !important;
  }

  h4 {
    font-size: 30px !important;
  }

  h5 {
    font-size: 26px !important;
  }

  h6 {
    font-size: 24px !important;
  }

  p {
    font-size: 14px !important;
  }

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

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

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  body a.cta_button, body a.cta-button, body .row-fluid .hs-button{
    display:block;
    min-width:240px;
  }

  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:1024px){

  body .container-fluid .row-fluid .four-col-adjust .hs_cos_wrapper {
    flex-basis: 47.5%;
    -webkit-flex-basis: 47.5%;
    margin-right: 2.5%;
  }

  body .container-fluid .row-fluid .four-col-adjust .hs_cos_wrapper:nth-child(2n){
    margin-right:0;
  }
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:20px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }


}



/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content:center;
}

body .row-fluid .three-col-adjust .hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 31%;
  -webkit-flex-basis: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

body .row-fluid .three-col-adjust .hs_cos_wrapper:nth-child(3n),
body .row-fluid .three-col-adjust .hs_cos_wrapper:last-child{
  margin-right:0px;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust .hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    float: none;
    max-width:360px;
  }   

  body .row-fluid .three-col-adjust .hs_cos_wrapper:nth-child(3n),
  body .row-fluid .three-col-adjust .hs_cos_wrapper:last-child{
    margin-right:auto;
  }

}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
  justify-content:center;
}

body .row-fluid .four-col-adjust .hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.5%;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
}

body .row-fluid .four-col-adjust .hs_cos_wrapper:nth-child(4n),
body .row-fluid .four-col-adjust .hs_cos_wrapper:last-child{
  margin-right:0;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust{
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust .hs_cos_wrapper {
    display: block;
    width:100%;
    margin-top: 20px;
  }   

  body .row-fluid .four-col-adjust .hs_cos_wrapper:nth-child(3n),
  body .row-fluid .four-col-adjust .hs_cos_wrapper:last-child{
    margin-right:auto;
  }
}


/*==================================================
Dnd styling
====================================================*/

.dnd-section {
  padding:0px;
}


.dnd-section > .row-fluid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}





.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

body .dnd-section .full-width-section > .row-fluid{
  padding: 0px!important;
}

@media(max-width:1024px)and(min-width:768px) {

  body .container-fluid .dnd-section {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  } 

}

@media (max-width: 767px) {

  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

}


/*=========================================================================
form styling
==========================================================================*/

/*======= Placeholder Color ====*/

body .row-fluid .hs-input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

body .row-fluid .hs-input::-moz-placeholder {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

body .row-fluid .hs-input::-ms-input-placeholder {  
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

.email-prefs .item .item-inner span {
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
}

.email-prefs .item .item-inner p {
  font-size: 16px;
  color: #56676b;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0px;
}


input:focus{
  outline: none;
}

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

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance:none;
  border:0;
  background:;
  color:#ffffff;
  position:absolute;
  bottom:40%;
  left:40%;
  width:100px;
  height:24px;
  font-size:16px;
  border-radius:4px;
}

.hs_cos_wrapper_type_form{
  border-radius: 13px;
  background: #ffffff;
  padding: 40px;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 16%);
  display:block;
}

form {
  max-width: 100%;
  margin: 0 auto;
}

body .row-fluid .hs-button {  
  font-size: 18px;
  line-height: 19px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  color: #ffffff;
  font-style: normal;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  transition: all .15s ease;
  top: 0;
  background-color: rgba(255, 206, 49, 1.0);
  border: 1px solid rgba(255, 206, 49, 1.0);
  border-radius: 6px;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 16%);
}

body .row-fluid .hs-button:hover{ 
  background: rgba(255, 255, 255, 1.0);
  border-color:#FFCE31;
  color:#FFCE31;
} 

body .row-fluid .hs-button {
  text-align: center;
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: 134px;
  margin: 10px auto 0;
}

body .row-fluid .hs-button:focus,
body .row-fluid .hs-button:active{
  background-color: #FFCE31;
  border: 1px solid #FFCE31;
  border-radius: 6px;
  color: #ffffff;
  outline: none;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  text-decoration: 0;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 15px;
  margin-top: 11px;
  text-transform: none;
}

body .container-fluid .row-fluid .hs-error-msgs label {
  margin-top: 0px;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #FF0000;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

body .container-fluid .row-fluid .hs-field-desc {  
  margin-top: 0px;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #6D6D6D;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

form .hs-richtext p,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display,
form .hs-richtext p a{
  font-size: 14px ! important;
  font-family: Open Sans, sans-serif;
  color: #6D6D6D;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}
form .hs-richtext p a:hover{
  text-decoration:underline;
}
.legal-consent-container .hs-input[type="checkbox"] {
  margin: 0 7px 0px 0px !important;
  top: 4px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 0 !important;
  width: calc(100% - 15px);
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0 !important;
  display: block !important;
}

body .row-fluid .hs-input{
  display: inline-block;
  width: 100%;
  height:40px;
  padding: 10px 15px;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #666666;
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #F5F8FA;
  border: 1px solid #D5DEE8;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 15px;
}

body .row-fluid .hs-input textarea{
  height:125px !important;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

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

/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            




.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #666666;}
-webkit-appearance: none;
border: 1px solid rgba(102, 102, 102, 1.0);
margin-right: 8px;
top: 4px;
width: 15px;
height: 15px;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 2px;
  background-color: #666666;
  left: 2px;
  border-radius: 50%;
}

body .row-fluid textarea.hs-input {
  height: 125px ;
/*   resize: none; */
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

.inputs-list label>input, .inputs-list label>span {
  vertical-align: middle;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 2px solid rgba(102, 102, 102,1.0);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  display:transparent;
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  padding: 0; 
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border: 1px solid rgba(102, 102, 102, 1.0);
  margin-right: 8px;
  top: 5px;
  width: 15px !important;
  height: 15px;
}

.row-fluid .hs-form .field .input input[type="radio"]{
  border-radius: 50%;
  margin-bottom: 4px;
  height: auto;
  overflow: unset;
}

.row-fluid .hs-form .field .input input[type="radio"]::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(102, 102, 102, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border-radius: 50%;
  position: absolute;
  left: -22px;
  bottom: -9px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(102, 102, 102,1.0);
  background: rgba(102, 102, 102,1.0);
  border-radius: 50%;
  position: absolute;
  left: -18px;
  bottom: -5px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"] {
  appearance: none;
  margin: 0;
}

.row-fluid .hs-form .field .input .hs-form-radio-display {
  margin-left: 20px;
}

.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}

form .file-upload-button-label {
  border: solid 1px rgba(102, 102, 102, 1.0);
  position: absolute;
  left: 11px;
  top: 8px;
  border-radius: 0;
  padding: 0px 10px;
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  width: auto;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 36px;
}

form .file-upload-file-name {
  height: 55px;
  color: #666666;
  line-height: normal;
  display: flex;
  border: solid 1px rgba(102, 102, 102, 1.0);
  border-radius: 0px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:134px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
  margin-right:0 !important;
}

body .row-fluid form select {
  background: url(https://info.eip.eu.com/hubfs/LP-HubSpot-EIP/next.png)no-repeat;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-size: 12px;
}


@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
    padding-left: 102px;
  }

}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

body .hs-input:focus {
  outline: 0;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

body .row-fluid fieldset {
  max-width: 100%;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #333e63;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #6315ff;
}

.actions {
  padding: 0;
}
.hs-fieldtype-checkbox.hs-form-field {
  padding-bottom: 10px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}
.inputs-list label {
  color: #666666;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  text-transform: none;
  margin-bottom:0;
}
.inputs-list:first-child {
  padding-top: 0;
}
.inputs-list > li + li {
  padding-top: 2px;
}


ul.no-list {
  list-style: none;
}

.hs-field-desc {
  color: #333e63;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #666666;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

.hs-form-booleancheckbox-display {
  margin: 10px 0!important;
  display:flex !important;
}

@media(max-width:767px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }

}

@media(max-width:400px){

  form .input{
    margin-right:0px!important;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }

}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}


/*=====================================================================
header styling
========================================================================*/

.header {
  background:#ffffff;
  padding: 27px 0px;
  position: relative;
  z-index:3;
  line-height:0;
}

/*=====================================================================
Footer styling
========================================================================*/

.footer{
  background:#F2F2F2;
  padding: 50px 0;
  position:relative;
  z-index:2;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:160px;
  font-size:16px !important;
  font-family:Open Sans, sans-serif !important;
  color:#A2A2A2 !important;
  text-decoration: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 20px !important;
  padding: 5px 0px !important;
  transition:all ease-in-out .2s;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  color:#ffce31 !important;
  transition:all ease-in-out .2s;
}

.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  float: left;
  width: 100%;
}

.footer h4 {
  font-family:Comfortaa, cursive;
  color:#ffce31;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  font-size:22px;
  letter-spacing: 0px;
  line-height: 40px;
  margin-bottom: 0px;
}
.footer p{
  font-family:Open Sans, sans-serif;
  color:#A2A2A2;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 20px;
  font-size:16px;
  letter-spacing: 0px;
  margin: 5px 0px 34px;
}
.social-links a:hover img {
  opacity: 0.8;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin: 0;
  border-top: 1px solid #e7e7e7;
  padding-top: 18px;
  margin-top: 6px;
}

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


@media(max-width:1024px){

  .footer{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  .footer .social-links img{
    width: 100%;
    max-width: 20px;
  }
}

@media(max-width: 767px){

  .footer .wrapper {
    display: block;
    text-align: left;
  }
  body .footer__row {
    display: block;
  }

  .footer .bottom-text p {
    margin-bottom: 20px;
  }

  .footer__navigation {
    margin-bottom: 30px;
  }
  .footer .social-links {
    padding: 10px 0px 20px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px !important;
    max-width: 100%;
    text-align: left;
  }
  .footer .social-links {
    padding: 10px 0px 20px;
    justify-content: flex-start;
  }
  .footer .social-links a {
    padding-right: 20px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
    margin-bottom: 20px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    float: left;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}




/* Hero Banner Form */

.form-cont {
  max-width: 564px;
  margin-left: auto;
}
.form-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 34px;
}
body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 47%;
  margin-right:6%;
  margin-bottom:0;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
  margin-bottom:0;
}
.form-cont .submitted-message {
  text-align: left;
}
.banner-left {
  left: -150px;
  position: relative;
}

/* White Form */
body .row-fluid .white-form .hs_cos_wrapper_type_form{
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  display: block;
}
body .row-fluid .white-form .hs-form label{
  color:#fff;
}
body .row-fluid .white-form .hs-input{
  height:66px;
}
body .row-fluid .white-form .hs-button {
  max-width: 320px;
}
body .container-fluid .row-fluid .white-form .hs-error-msgs label{
  color:#fff;
}
.white-form .hs-form-required ,
.white-form form .hs-richtext, .white-form form .hs-richtext p,
.white-form .legal-consent-container .hs-form-booleancheckbox-display>span, .white-form .legal-consent-container .hs-form-booleancheckbox-display>span p,
.white-form form .hs-richtext p a{
  color: #fff;
}
body .row-fluid .white-form .hs-form .field .input input[type="checkbox"] {
    border: 1px solid rgb(255 255 255);
}
.white-form form .hs-fieldtype-checkbox.hs-form-field {
    width: 30%!important;
    padding-bottom: 10px;
}

/* Custom fonts */

.big-font {
  font-size: 90px;
  line-height: 113px;
  font-weight: 700;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
/*     transition-timing-function: unset !important; */
}

@media(max-width:1540px){

  .banner-left {
    left: -80px;
    position: relative;
  }
}

@media(max-width:1401px){

  .banner-left {
    left: 0;
    position: relative;
  }
}

@media(max-width:1200px){

/*   body .container-fluid .row-fluid .banner-left#hs_cos_wrapper_dnd_area-module-3 {
    padding-right: 120px !important;
  } */
  body a.cta-button, body a.cta_button, body .hs-cta-img {
    padding: 13.5px 26px;
  }
  .footer h4 {
    font-size: 18px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px !important;
  }
  .footer p {
    font-size: 14px;
  }
}

@media(max-width:1024px){

  .form-cont {
    max-width: 400px;
    padding: 30px;
  }

  .form-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 34px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  body a.cta-button, 
  body a.cta_button, 
  body .hs-cta-img {
    padding: 13.5px 15px;
    font-size:16px;
  }

/*   body .container-fluid .row-fluid .banner-left#hs_cos_wrapper_dnd_area-module-3 {
    padding-right: 50px !important;
  } */
  .dnd_area-row-0-background-image {
    background-position: 20%!important;
  }
}


@media(max-width:767px){
  .header__logo {
    max-width: 120px; 
  }
  body .container-fluid .dnd-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .span6.widget-span.widget-type-cell.dnd_area-column-10-vertical-alignment.dnd-column,
  .span6.widget-span.widget-type-cell.dnd_area-column-19-vertical-alignment.dnd-column{
    padding-top: 30px;
  }
  .form-cont {
    max-width: 100%;
    padding: 30px;
    margin-top: 30px;
  }
  .hs_cos_wrapper_type_form {
    padding: 30px;
    margin-top: 30px;
  }
  body .container-fluid .row-fluid .banner-left#hs_cos_wrapper_dnd_area-module-3 {
    padding-right: 0px !important;
  }
  body .container-fluid .row-fluid .four-col-adjust .hs_cos_wrapper {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin: 20px auto 0;
    max-width:100%;
    width:100%;
  }
  .big-font {
    font-size: 60px !important;
    line-height: 70px;
    font-weight: 700;
  }
  .big-font span {
    font-size: 50px !important;
  }
  body .row-fluid #hs_cos_wrapper_dnd_area-module-8,
  body .row-fluid #hs_cos_wrapper_dnd_area-module-29{
    display: block !important;
    padding-right: 0 !important;
  }
}

@media(max-width:480px){
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .big-font {
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0;
  }  
  .big-font span {
    font-size: 35px !important;
  }
}