/* @font-face {font-family: 'Vitesse-Bold';src: url('../fonts/Vitesse-Bold.otf');font-weight: normal;font-style: normal;}
@font-face {font-family: 'VitesseSans';src: url('../fonts/VitesseSans-Medium.otf');font-weight: normal;font-style: normal;}
@font-face {font-family: 'VitesseSansBook';src: url('../fonts/VitesseSans-Book.otf');font-weight: normal;font-style: normal;} */


/* @font-face {
font-family: 'Vitesse-Bold';src: url('https://2098094.fs1.hubspotusercontent-na1.net/hubfs/2098094/Kroil%20Font/VitesseSans-Bold.otf');
font-weight: normal;
font-style: normal;
} */

@font-face {
  font-family: 'VitesseSans';
  src: url('https://2098094.fs1.hubspotusercontent-na1.net/hubfs/2098094/Kroil%20Font/VitesseSans%20Bold.otf');
  src: url('https://litmus.com/fonts/Emails/vitesse%20sans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/vitesse%20sans-regular-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/vitesse%20sans-regular-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/vitesse%20sans-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VitesseSans';
  src: url('https://2098094.fs1.hubspotusercontent-na1.net/hubfs/2098094/Kroil%20Font/VitesseSans%20Bold.otf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'VitesseSans';
  src: url('https://litmus.com/fonts/Emails/vitesse-bold-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/vitesse-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/vitesse-bold-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/vitesse-bold-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/vitesse-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'VitesseSans';
  src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
} 


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


















































html {
  font-size: 16px;
  -scroll-behavior: smooth;
  transition:0.5s all ease-in-out;
}
body {
  font-family: VitesseSans;
  font-size: 16px;
  color:#252424;
  line-height:normal;
  letter-spacing: normal;
  margin:0;
  font-weight:normal;
  overflow-x:hidden;
  transition:0.5s all ease-in-out;
  -webkit-font-smoothing: antialiased; 
}
body p{
  font-family: 'Arial';
}
body .row-fluid .wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none !important;
  padding-left:15px!important;
  padding-right:15px!important;
}
body .row-fluid .small-wrapper{
  max-width:1220px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
  box-sizing:border-box !important;
}
body .row-fluid .header-wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}
script{
  display:none!important;
}

.p-16 p {
  font-size:17px;
  line-height:22px;
  letter-spacing:0;
  color: #252424;
}
.p-17 p {
  font-size:18px;
  color: #fff;
}
.p-18 p {
  font-size: 15px;
  line-height: 120%;
  padding: 15px 5px 10px;
  color: #fff;
}
.p-18 p a {
  text-decoration: underline;
}
.p-18 p a:hover {
  text-decoration: none;
}
.p-18-white {
  max-width: 700px;
  margin: 0 auto;
}
.p-18-white p {
  font-size: 15px;
  line-height: 120%;
  padding: 0px 5px 10px;
  color: #ffffff;
  text-align: center;
}
.p-18-white p a {
  text-decoration: underline;
}
.p-18-white p a:hover {
  text-decoration: none;
}

p {
  color:#3E3935;
  margin-top: 0;
  font-size:17px;
  margin-bottom: 1rem;
  line-height:26px;
  letter-spacing:-0.005em;
}

a {
  color: #3E3935;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
body .color-h6 h6{
  color:#BEAF87;
  font-weight:bold;
  font-size:15px;
}
.body-container-wrapper .form-container a {
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 17px;
  font-weight: 600;
  color: #3E3935;
  word-break: break-word;
  letter-spacing:normal;
}
body .bold-h3 h3{
  font-weight:normal;

}
h1,
h2{
  font-weight:bold;
  letter-spacing:
}
h1 {
  font-size: 40px;
  line-height:44px;
  letter-spacing:0px;
  color: #fff;
}
h2 {
  font-size: 40px;
  line-height:42px;
  letter-spacing:-0.005em;
  color: #252424;
}
h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight:normal;
}
h4 {
  font-size:20px;
  line-height: 32px;
  color: #252424;
  margin-bottom: 10px;
  font-style: normal;
}
.h4-25 h4{
  font-size:25px;
  line-height:28px;
  letter-spacing:-0.01em;
  color:#3E3935
}
.h4-number32 h4{
  font-size:32px;
  color:#4854b0;
  line-height:39px;
  margin-bottom: 5px;
}
h5 {
  font-size: 18px;
  line-height: 34px;
}
.h5-green22 h5{
  font-size:;
  line-height:32px;
  color: #252424;
  font-weight:600;
}
h6{
  font-size: 16px;
  line-height: 22px;
  color: #808080;
  text-transform:uppercase;
  margin-bottom:15px;
}
.h6-green18 h6{
  color: #119784;
}
.h6-gray18 h6{
  color: #3E3935;
  text-transform:capitalize;
}
.h6-blue16 h6{
  font-size: 16px;
  color: #4854b0;
  line-height:19px;
}
counter{
  color: #119784;
  font-size:55px;
  font-weight: 600;
  line-height:32px;
  letter-spacing:-0.01em;
  display:block;
  margin-bottom:22px;
}


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-type:disc;
  margin:20px 0;
}
.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}
.body-container-wrapper li {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing:normal;
  margin-left:0px;
  margin-bottom:20px;
}
.no-list-style ul li{
  margin:0;
  padding:0;
}
.no-list-style li{
  margin:0;    
}
.no-list-style li:before{
  display:none;
}

.submitted-message{
  color:#3E3935;
}

blockquote{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #666666;
  font-size: 14px;
}
body a.cta_button,
body .row-fluid .hs-button{
  background-color:#9b8c68;
  font-size: 15px;
  font-weight:normal; 
  font-stretch: normal;
  font-style: normal;
  line-height:18px;
  letter-spacing: 0.5px;
  font-family: VitesseSans;
  color:#111111;
  padding:14px 60.8px;
  cursor: pointer;
  border:2px solid #9b8c68;
  text-align: center;
  display: block;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  text-transform:uppercase;
  box-sizing:border-box!important;
}
body .row-fluid .hs-button:hover{
  background-color:#252424;
  color:#ffffff;
}
body .light-green-cta a.cta_button,
body .row-fluid .light-green-cta .hs-button{
  background-color: #119784;
  border-radius:5px;
}

@media(max-width:767px){
  body a.cta_button, body .row-fluid .hs-button{
    padding:16px 40.83px;
  }
}
@media(max-width:380px){
  body a.cta_button, body .row-fluid .hs-button{
    padding:13.5px 30.2px !important;
  }
  body .header-cta a.cta_button, body .row-fluid .header-cta .hs-button{
    padding:5.5px 6.2px !important;
  }
}

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

.heading-paragraph p{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
.inner-div h5{
  margin:10px 0;
  font-weight:normal;
  color:#111111;
}
.p18 p{
  font-size:18px;
  line-height:22px;
  letter-spacing: normal;
  color: #3E3935;
}

.p-18 li{
  font-size:18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #3E3935;
}

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

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

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

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


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
body .row-fluid .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,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}

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

@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;
  }
  .equal-height-container > .row-fluid-wrapper > .row-fluid{
    -webkit-box-align: self-start !important;
    -ms-flex-align: self-start !important;
    align-items: self-start !important;
  }
  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }     
}


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

  .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,
  .row-reverse.row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  body .container-fluid .row-fluid .row-reverse .right-col {
    margin: 0;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

  .row-reverse .left-col {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

}

@media(max-width:1024px){

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

}


@media(max-width: 767px){
  body .mobile-column-reverse>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:0%;
  }
}



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

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

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

  .heading-paragraph p{
    font-size:18px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote{
    font-size:30px;
  }

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

  body a.cta_button, body .container-fluid .row-fluid .hs-button {
    font-size: 15px;
    min-width:auto;
  }  

}


@media (max-width:767px){
  p {
    font-size:17px;
  }
  .p20-gray p {
    font-size:18px;
  }
  .p22 p {
    font-size:18px;
    line-height:24px;
  }

  h1 {
    font-size:38px;
    line-height:38px;
  }
  h2 {
    font-size:30px;
    line-height:36px;
  }
  h3 {
    font-size:26px;
    line-height: 34px;
  }
  h4 {
    font-size:24px;
    line-height: 35px;
  }
  .h4-25 h4{
    font-size:20px;
    line-height:24px;
    letter-spacing: -0.01em;
  }
  .h4-number32 h4{
    font-size:34px;
    line-height:34px;
  }
  h5 {
    font-size:17px;
    line-height: 24px;
    letter-spacing:0.1px;
  }

  h6{
    font-size: 15px;
    line-height: 18px;
  }
  .h6-bold h6{
    font-size: 16px;
    line-height:18px;
    font-weight:bold;
    color:#ffffff;
  }
  counter{
    font-size:48px;
    line-height:48px;
    margin-bottom:7px;
  }
  .form-container.light-green-cta h5,.form-container h5{
    font-size:24px;
    line-height:29px;
  }
  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }
  .align-right {
    text-align: center;
  }
  .align-left {
    text-align: center;    
  }

  blockquote{
    font-size:26px;
  }

  body .row-fluid .header-wrapper,
  body .row-fluid .wrapper{
    padding-left:20px!important;
    padding-right:20px!important;
  }
}

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


@media(max-width:768px){

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

}

/*======================================================
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:767px){

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

    width:100%;
    margin:40px 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>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: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}


@media (max-width:767px){

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

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



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

body .container-fluid .row-fluid .four-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.565%;
}

body .row-fluid .four-col-adjust span>.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.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

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

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   

}

/*==================================================
Five Col Adjust
==================================================*/

body .container-fluid .row-fluid .five-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.565%;
}
body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/

body .container-fluid .row-fluid .six-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.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

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

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }

}

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

.form-conta{
  padding:25px 40px 30px 30px;
  background:#FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);

}

.form-container .actions{
  padding-top:6px; 
}
.form-container.light-green-cta {
  padding:22px 26px 35px;
  border:0;
}
.form-container.light-green-cta .actions{
  padding-top:20px;
}
.form-container h5{
  color:#444444;
  font-weight:600;
}
.form-container.light-green-cta h5{
  font-size: 30px;
  color: #3e3935;
  line-height: 37px;
  font-weight: bold;
  padding-bottom: 28px;
  text-align: center;
}


@media(max-width:767px){
  .row-fluid .form-container{
    padding:34px 17px 34px;
  }
  .form-container.light-green-cta h5, .form-container h5 {
    margin-bottom: 40px;
  }
  .form-container .actions {
    padding-top: 20px;
  }
}
/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #666666;
  font-family:VitesseSans
}

:-moz-placeholder {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #666666;
  font-family:VitesseSans
}

:-ms-input-placeholder{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #666666;
  font-family:VitesseSans
}

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

body .row-fluid textarea.hs-input::placeholder {
  line-height: normal;
}


.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  color: #8D8C8A;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}

.hs-form label{
  font-size: 14px;
  font-weight: 400;
  text-transform:uppercase;
  line-height: 20px;
  letter-spacing: normal;
  color: #111111;
}

.hs-richtext p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.01px;
  color: #111111;
}

.hs-error-msgs label {
  margin-top: 0;
  margin-bottom: 20px;
  color: #111111!important;
}

.hs-input{
  display:inline-block;
  width:100%;
  height:40px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #666666;
  font-family:VitesseSans;
  border-radius: 0px;
  border: solid 1px #DDDBDB;
  background-color: #FFFFFF;
  padding:6px 17px!important;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}
/*=======================================================
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"]{
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  width: 10.4px;
  height: 10.4px;
  cursor:pointer;
  border: solid 0.5px #3E3935;
}
body .row-fluid .hs-form .field .input input[type="checkbox"]:checked {
  background-color:#3E3935;
  border: 0;
  border-radius: 3px;
  padding: 0;
  position: relative;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2.5px;
  top: 5px;
  left: 3px;
  border: 1.5px solid #fff;
  border-top: 0;
  line-height: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

ul.inputs-list.multi-container {
  column-count: 2;
  margin-top:0px;
}

.hs-form-field > label {
  margin-bottom: 5px;
  display: block;
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
  position: relative;
  margin-right:5px;
}
body .row-fluid textarea.hs-input {
  height: 136px;
  resize: none;
  padding: 15px!important;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}
body .row-fluid .hs-form .field .input input[type="checkbox"] {
  top: 1px;
  margin-left: 0;
  left: 0px;
  padding: 0 !important;
  width: 16px;
  height: 16px;
  border: solid 1px #034146;
  margin-bottom: 0;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
body .row-fluid form fieldset{
  max-width:100%;
}
/* 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;
}
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: ;
}
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: ;
}
.actions {
  padding: 0;
  text-align:center;
}
.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 {
  display: flex;
  float: none;
  width: auto;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #666666;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field {
  width: 48.8%;
}
.inputs-list:first-child {
  padding-top: 8px;
}
.inputs-list > li + li {
  padding-top: 2px;
}

body .row-fluid .hs-form .field .hs-input {
  border: 1px solid #DDDBDB;
  color: #666666;
  margin-bottom:18px;
  margin-top: 0px;
}
body .row-fluid form select {
  background: url('https://2098094.fs1.hubspotusercontent-na1.net/hubfs/2098094/Pivot%20Assets/arrow-form.svg')no-repeat;
  background-position: 98%;
  background-size:16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-color:#FFFFFF;
  padding-right:50px!important;
}
ul.no-list {
  list-style: none;
}
.hs-field-desc {
  color: #000000;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: red;
  display:none;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width: 767px) {

  ul.inputs-list.multi-container {
    column-count: 1;
  }

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

  .hs_file_upload,
  body .row-fluid .hs-form .field .hs-input {
    margin-bottom: 15px;
  }
}
@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;
}

form .file-upload-button-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  font-weight: 400;
  color: #195f96;
  font-size: 14px;
  line-height: 1.71;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

span.file-upload-button-label span{
  position:relative;
  margin-left: 25px;
}

span.file-upload-button-label span:before {
  position: absolute;
  z-index: 1;
  top: 8%;
  left: -24px;
  bottom: 0;
  content: '';
  background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Beyond%20Booksmart/plus.svg)no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
}

form .file-upload-file-name {
  height: 56px;
  display: flex;
  border: dashed 1px #034146;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

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

form .input {
  display: block;
  position: relative;
}

@media(max-width:480px){
  form .file-upload-button-label{
    font-size:12px;
  }
  form .file-upload-file-name{
    font-size:12px;
  }
}



/*  * Banner Section Starts Here */
.banner-section h6{
  color:#ffffff;
  margin-bottom:10px;
}
.banner-section h1{
  margin-bottom:12px;
}
.banner-section .form-conta{
  max-width: 500px;
  box-sizing: border-box;
} 

.banner-section .header-heading{
  padding-bottom:15px;
  max-width: 540px;
}

@media(min-width:768px){

  .banner-section .cta-container{
    display:none;
  }
  .banner-section .right-col{
    padding-left:17px;
  }
  .banner-section input.hs-button.primary.large {
    width: 100%;
  }
}

@media(max-width:767px){
  .banner-section .row-fluid{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-section .header-heading{
    text-align:center;
    max-width: 100%;
  }
  .banner-section .form-conta{
    display:none;
  } 

  /*     .banner-section .image-container {
  margin-bottom: -120px;
  margin-top: 34px;
} */
  .banner-section .cta-container a.cta_button{
    color:#ffffff;
    background:#111111;
    min-width: 181px !important;
    padding: 13px;
    display: inline-block;
  }
  .banner-section .header-heading {
    padding-bottom: 30px;
  }
  .span12.small-wrapper.equal-height-container{
    z-index: 1;
    position: relative;
  }
  body .row-fluid .banner-section:after{
    position: absolute;
    content: "";
    background-color: #0000002b;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}


/*  * Banner Section End  Here */

/*  * Blockqoute Section Starts Here */
@media(min-width:768px){
  .block-section .main-conta{
    margin-top:-165px;
    justify-content: center;
    display: flex;
  }
}

.block-section .heading-conta.text-margin-zero {
  margin-top: 50px;
}

.block-section .heading-conta h5{
  position:relative;
}

.block-section .header-heading {
  position:relative;
}

.block-section .heading-conta h5:after{
  position:absolute;
  z-index:1;
  height:4px;
  content:'';
  width:50px;
  background:#ffffff;
  top:-9px;
  left:0;
}

body .row-fluid .block-section .right-col{
  margin-left:0;
}
@media(min-width:768px){
  body .row-fluid .block-section .left-col{
    width:48%;
  }
}
@media(max-width:767px){
  body .row-fluid .block-section .left-col {
    width: 100% ;
    max-height: 309px;
    height: 78vw !important;
  }
  body .row-fluid .block-section h5{
    font-size:18px;
  }
  body .row-fluid .block-section .wrapper.equal-height-container {
    padding: 0;
  }
  body .row-fluid .block-section .wrapper{
    padding: 0 !important;
  }
  body .row-fluid .block-section .header-heading h4 {
    font-size:20px;
    font-weight:400;
  }
  body .row-fluid .block-section .right-col {
    padding: 58px 30px 31px 70px;
  }
  .block-section .heading-conta h5:after{
    top:-15px;
  }
}

.block-section .right-col{
  padding: 51px 82px 44px 104px;
}

body .row-fluid .block-section .left-col{
  padding: 51px 82px 61px 104px;
}
.block-section .header-heading h4:before{
  position:absolute;
  z-index:1;
  content:'';
  height:22px;
  width:29px;
  background:url('https://2098094.fs1.hubspotusercontent-na1.net/hubfs/2098094/Kroil%20Font/%E2%80%9C.png');
  background-size:cover;
  top: -13px;
  left: -43px;
  bottom:0;

}

.block-section .right-col{
  margin-left:0;
}

/*  * Blockqoute Section End Here */


/*  For Col Section Styling  */

.card-section .hs_cos_wrapper.card{
  background-color:#F5F4F1;
  padding:29px 28px 5px 30px;
}

.card-section .hs_cos_wrapper.card .inner-div h5{
  margin-bottom:0px;
}

.card-section .head{
  padding-bottom:23px;
}

@media(max-width:767px){
  .card-section .head{
    padding-bottom:8px;
  }
  .card-section .heading-paragraph p{
    font-size:16px;
    line-height:24px;
    color:#111111;
  }
  .card-section .main-211{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-section .image-cont {
    width: 37.93%;
    float: left;
  }
  body .row-fluid .card-section .inner-div{
    text-align:left;
    margin-left:7%;
  }

  .card-section .hs_cos_wrapper.card{
    background-color:#F5F4F1;
    padding:10px  10px 8px 15px;
  }
}



/*  * For Col Section End Here */





/* Accordion Section Styling Start Here  */

.accordian-section {
  z-index:1;
}

.accordian-section .head.align-center {
  padding-bottom: 58px;
}

.container-fluid .row-fluid .accordian-section .accordion_header h4{
  cursor: pointer;
  position: relative;
  transition: all ease-in-out .3s;
  text-align:inherit;
  font-weight:normal;
  color:#111111;
  padding-right:70px;
}

.accordian-section .accordion_header .accordion_group.expanded h4:after{
  display:none;
}

.accordian-section .accordion_content{
  max-width:870px;
}

.accordian-section .accordion_content {
  display: none;
}

.accordian-section .accordion_group {
  margin: 0px 0.5% 22px 3.5%;
}

.accordian-section .accordion_header .accordion_group.expanded{
  padding:8px 0;
}

.accordian-section .accordion {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 24px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}

.accordian-section .accordion_group.expanded .accordion_header h4:after {
  transform: rotate(180deg);
}

.accordian-section .accordion_header h4:after {
  content: "";
  background: url('https://2098094.fs1.hubspotusercontent-na1.net/hubfs/2098094/Kroil%20Font/chevron-down%209.png');
  position: absolute;
  top: 8px;
  font-weight: normal;
  background-color: transparent;
  width: 19px;
  height: 18px;
  right: 30px;
  background-repeat: no-repeat;
  background-size:cover;
}

.accordian-section .accordion_header .accordion_group.expanded h4:after {
  transform: rotate(180deg);
}

@media(min-width:768px) and (max-width:1024px){
  .accordian-section .accordion_group h4 {
    font-size: 20px;
    line-height: 30px
  }
}
.row-fluid .accordian-section .accordion_content p {
  font-size:17px;
  color: #242525;
  line-height: 24px;
}
@media(max-width:767px){
  .accordian-section .accordion_group {
    margin:20px 0;
    text-align:left;
  }
  .accordian-section .head.align-center {
    padding-bottom: 0px;
  }
  .accordian-section .accordion_group h4 {
    font-size:17px;
    line-height: 24px
  }
  .row-fluid .accordian-section .accordion_content p {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion_group.expanded h4:before {
    right: 25px;
  }
  .accordian-section h2{
    font-size: 26px;
    line-height: 36px
  }

  .accordian-section .content-top {
    padding-bottom: 40px;
  }
}
/*  * Accordion Section End  Here */



/*  * Form Section Starts Here */

body .row-fluid .form-section .form-container{
  max-width:428px;
  margin:0 auto;
  background-color:#0D0C0C;
  padding:40px 170px 65px 170px;
}

.form-section .form-container .hs-form label{
  color:#8D8C8A;
  font-size:14px;
}
.form-section .head.align-center {
  max-width: 646px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body .row-fluid .form-section .form-container .hs-button{
  width:100%;
  background-color:#9b8c68;
}
body .row-fluid .form-section .form-container .hs-button:hover{
  color:#111111 !important;
}
body .row-fluid .form-section .form-container .hs-button:hover{
  width:100%;
  background-color:#ffffff;
}
@media(max-width:767px){
  body .row-fluid .form-section .form-container{
    padding: 21px 22px 41px;
  }
  body .row-fluid .form-section .hs-form .field .hs-input {
    margin-bottom: 15px;
    height: 50px;
  }
  body .row-fluid .form-section h2{
    font-size:26px;
  }
}

/*  * Form Section End Here */

/********************* Simple Text And Image Section Styling *************  */

.text-section .cta-container.simple-cta a.cta_button{
  padding:14px 37.03px;
}
.text-section .main h4{
  font-size:23px;
  font-style:normal;
}

.text-section .cta-container{
  max-width:270px;
}
.text-section .color-h6 {
  padding-bottom: 5px;
}
.text-section .heading-content{
  padding-bottom:34px;
  padding-top:5px;
  max-width:303px
}
body .row-fluid .text-section .cta-container.simple-cta a.cta_button{
  color:#ffffff;
  border: 2px solid #fff;
}

body .row-fluid .text-section .cta-container.simple-cta a.cta_button:hover{
  background:#ffffff;
  color:#111111;
}

body .row-fluid .text-section .main{
  max-width:362px;
}

@media(min-width:768px){
  body .row-fluid  .text-section .two-col-adjust span>.hs_cos_wrapper:first-child{
    margin-top:0;
  }
  body .row-fluid  .text-section .two-col-adjust span>.hs_cos_wrapper:nth-child(2){
    margin-top:0;
  }
}
@media(max-width:767px){
  .text-section .heading-content{
    max-width:100%;
    padding-bottom: 0px;
  }
  body .row-fluid .text-section .main{
    max-width:100%;
  }
  .text-section .cta-container{
    position:absolute;
    bottom:70px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .text-section .color-h6{
    padding-bottom:0;
  }
  .text-section .main h4{
    font-size:22px;
  }
}

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



/************************************
* *Header Styling Starts Here 
* *************************** */

.header-section {
  padding: 15px 0;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  background-color:#252424;
}

.header-section .span12.widget-span.widget-type-cell.image-conta {
  max-width: 250px;
  margin: 0 auto;
  float: none;
}

@media(max-width:767px){
  .header-section .left-col.vertical-center {float:left;}
  .header-section .right-col.vertical-center {float: right;}
  .header-section .text-margin-zero.text.vertical-center {padding-right: 0px;}
  .header-section .text-margin-zero.text.vertical-center p {margin-top: 5px;}

  .header-section .header-logo img{
    width: 106px !important;
    height: 38px;
  } 
  .header-section {
    padding: 30px 0 22px;
  }

  body .header-section .right-col .header-cta a.cta_button{
    padding:5.5px 0px !important;
    font-size:12px;
    width: 110px !important;
    float: right;
    line-height:15px;
    min-width: 110px;
  }
  .header-section .header-cta {
    position:absolute;
    right:20px;
    top:30px;
  }
}
/************Header Styling end Here **************** */



/*************************Footer Section Starts******************************/


.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:100%;
  padding:0 10px;
  font-size:15px;
  line-height:18px;
}
.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child  a{
  padding-left:0;
}
.footer-section li{
  margin-bottom:0;
}
.footer-section .footer-logo {
  margin-bottom:45px;
}

.lp-2.footer-section{
  background:#065847;
}

@media(max-width:767px){
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:0px 20px 6px 0; 
  }
  body .row-fluid .footer-section {
    padding: 32px 0 40px;
  }
  .footer-section .footer-logo {
    margin-bottom:25px;
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    display: inline-block;
    width: auto;
  }
}


/*====================================== 
* footer section Ends Here
======================================*/


.footer-section {
  background: #f8f9f9;
  padding: 51px 0 55px;
}

.footer-section .right-col {
  width:145px;
  margin-left:auto;
}
.footer-section .right-col .icon{
  width:40px;
  margin:0 5px;
}
.footer-section .right-col .icon.icon-3{
  margin-right:0 !important;
}
.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8D8C8A;padding: 10px 5px 0px 0;
}

@media(max-width:767px){
  body .footer-section .right-col {
    width: 154px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .footer-section .right-col .icon{
    display:inline-block
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    text-align:center;
  }
  body .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    padding: 0 5px;
  }
}
::selection {
  background: #F9C2B7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #F9C2B7; /* Gecko Browsers */
}