@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
  src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),
    url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),
    url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adelle_rgregular';
  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: Montserrat, sans-serif;
  font-size: 16px;
  color: #4e5361;
  line-height: 1.63;
  letter-spacing: normal;
  margin:0;
  font-weight:normal;
  overflow-x:hidden;
  transition:0.5s all ease-in-out;
  -webkit-font-smoothing: antialiased; 
}
body .row-fluid .wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
  box-sizing:border-box;
}

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;
  box-sizing:border-box;
}
script{
  display:none!important;
}
p {
  color:#4e5361;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
a {
  color: #f49e4c;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.body-container-wrapper .form-container a {
  color: #348fae;
}

h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  color: #090e1d;
  word-break: break-word;
}

p{
  font-family:proxima_nova_rgregular, sans-serif;
}

h1 {
  font-weight: 300;
  font-size: 60.1px;
  line-height: normal;
  letter-spacing: 0.82px;
  color:#fff;
}
h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1.19px;
}
h3 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.89px;
}
h4 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
h5 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.82;
  color:#000;
  letter-spacing: 0.3px;
}
h6{
  font-weight: normal;
  font-size: 18px;
  line-height: 1.89;
  color:#000;
  letter-spacing: 0.24px;
  text-transform:uppercase;
}
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-family:proxima_nova_rgregular, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.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:#4e5361;
}

.body-container-wrapper a{
  color:#f49e4c;    
}

blockquote{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
}

body a.cta_button,
body .row-fluid .hs-button{
  background-color: #ffffff;
  font-size: 30.1px;
  font-weight:normal; 
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.41px;
  font-family: Montserrat, sans-serif;
  color: #000000;
  padding: 17px 42px 19px 43px;
  border-radius: 15px;
  border: solid 2px #fff;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-width:180px;
  box-sizing:border-box!important;

}



body .transparent-cta a.cta_button{
  padding: 18px 43px 18px 42px;
  color: #fff;
  border-radius: 15px;
  border: solid 2px #fff;
  background:transparent;
}


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


.heading-paragraph p{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-18 p{
  font-size:18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #4e5361;
}

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

.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:linear-gradient(56deg, #37009c 8%, #d84517 92%);;
  z-index: -1;
  opacity: .85;
}

.overlay-1{
  position:relative;
  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;
  }

  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{
    display:flex;
    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: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5{
    font-size: 22px;
  }

  h6{
    font-size: 20px;
  }

  blockquote{
    font-size:30px;
  }

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

  body .header-section a.cta_button{
    font-size: 12px;
  }

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

}


@media (max-width:767px){

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


  body .row-fluid .section-padding {
    padding: 60px 0!important;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5{
    font-size: 20px;
  }

  h6{
    font-size: 18px;
  }

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

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

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
    float:none;
    clear:both;
    font-size: 18.1px;
    box-sizing:border-box!important;
    min-width:auto!important;
    width:100%!important;
  }

  

  body .row-fluid .header-section a.cta_button{
    border-radius:0px;
  }

  blockquote{
    font-size:26px;
  }

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

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

}

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;
    max-width:379px;
    width:100%;
    margin:35px 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;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px 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
==========================================================================*/

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

::-webkit-input-placeholder {
  font-size: 30.1px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #348fae;
  font-family:Montserrat, sans-serif
}

:-moz-placeholder {
  font-size: 30.1px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #348fae;
  font-family:Montserrat, sans-serif
}

:-ms-input-placeholder{
  font-size: 30.1px;
  font-weight: normal;
  line-height:normal;
  letter-spacing: normal;
  color: #348fae;
  font-family:Montserrat, sans-serif
}

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: #ffffff;
}

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

.hs-form label{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: normal;
  color: #000000;
}

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

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

.hs-input{
  display:inline-block;
  width:100%;
  height:56px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #33475b;
  font-family:Montserrat, sans-serif;
  border-radius: 4px;
  border: solid 1px #33475b;
  background-color: #FFFFFF;
  padding:6px 18px!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: 16.4px;
  height: 16.4px;
  cursor:pointer;
  border: solid 0.5px #4e5361;
}
body .row-fluid .hs-form .field .input input[type="checkbox"]:checked {
  background-color:#090e1d;
  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 {
  margin-top:0px;
}

ul.inputs-list.multi-container >li{
  display:inline-block;
  width:50%;
}

.hs-form-field > label {
  margin-bottom: 12px;
  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;
}
.row-fluid .hs-form .field .input input[type="radio"] {
  margin-right: 11px;
  margin-left: 0;
  margin-bottom: 0;
  box-shadow: none;
}
body .row-fluid textarea.hs-input {
  height: 185px;
  resize: none;
  padding: 15px!important;
}
/************************************************** radio button styling*******************************************************************/

.row-fluid .hs-form .field .input  input[type="radio"]:before,
.row-fluid .hs-form .field .input  input[type="radio"]:checked:before,
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after{
  content:''; 
  position:absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  border: solid 1px #034146;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:before {
  background:#034146;
  border-radius: 2px;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  background:url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/icons8-checkmark.svg') no-repeat left center / contain;
  border: 1px solid #034146;
}

/************************************************** radio button styling ends*******************************************************************/

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: #348fae;
  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.125%;
}
.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 #034146;
  color: #33475b;
  margin-bottom: 20px;
  margin-top: 0px;
}
body .row-fluid form select {
  background: url('https://www.beyondbooksmart.com/hubfs/Beyond%20Booksmart/Vector%201.png')no-repeat;
  background-position: 93%;
  -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: #33475b;
  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 >li{
    display:inline-block;
    width:100%;
  }

  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: 30%;
  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;
  align-items: center;
  padding: 15px;
}

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

.header-section .header-nav {
  background:#ffffff;
  transition:all .3s ease-in-out;
  padding:38px 0 40px;
  position:relative;
  z-index:2;
  top:0;
  left:0;
  right:0;
}

.header-section .header-nav.fixed {
  position:fixed;
  top:0;
  z-index:999;
  box-shadow:0 2px 14px 0 rgba(0,0,0,0.16);
  background-color:#348fae;
  transition:all .3s ease-in-out;
  width:100%;
  padding:15px 0;
}

.header-section .transparent-cta {
  padding:16px 0;
}

.header-section .menu-container ul li a {
  line-height:normal;
  padding:0px 14px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: #3a383c;
  transition: all 0.3s ease-in-out;
}




.header-section .logo-container {
  line-height:0;
  cursor:pointer;
  padding:0;
  max-width:250px;
}

.header-section .cta-container .cta_button {
  float:right;
}

.header-wrapper {
  line-height:0;
}

.custom-menu-primary .hs-menu-wrapper>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow:visible!important;
  max-width:none!important;
  width:auto!important;
}




@media(min-width:768px){

  .custom-menu-primary .hs-menu-wrapper {
    float:right;
  }

  .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:165px;
  }

  .header-section .transparent-cta a.cta_button:hover {
    text-decoration:underline;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background:#fff;
    box-shadow:0 0 3px #00000029;
    min-width:165px;
    text-align:left;
    border-radius:5px;
    padding:10px 0;
  }

  .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-weight:400;
    padding:10px 15px;
  }

  .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding:0;
  }

  body .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a {
    color:#3d9bf8;
    background:#f5f9fc;
  }
}

@media(min-width:1025px) and (max-width:1200px){
  body .row-fluid .header-section .menu-container ul li a {
    font-size:20px;
    padding:0px 11px;
  }

/*   body .row-fluid .transparent-cta a.cta_button,body .row-fluid .transparent-cta a {
    font-size:15px;
    min-width:unset;
    padding:16px 2px;
  } */

  body .row-fluid .header-section .transparent-cta {
    min-width:unset;
    padding:0;
  }

  body .row-fluid .cta-grp a.cta_button{
    min-width:unset;
    font-size:16px;
    padding:16px 13.5px;
  }
}

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

  body .header-section .header-nav {
    padding:20px 0;
  }

  .light-blue-cta a.cta_button,.light-blue-cta a {
    font-size:12px;
    min-width:auto;
  }

  body .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    min-width:125px;
  }

  .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:125px;
  }

  .header-section .transparent-cta {
    padding:0;
  }

  .header-section .transparent-cta a.cta_button {
    font-size:10px;
  }

  body .header-section .menu-container ul li a {
    font-size:18px;
    padding:0px 5px;
  }

  .header-section .menu-container ul li:first-child a {
    padding-left:0;
  }

  

  .header-section .left-col {
    width:15%;
  }

  .header-section .right-col {
    width:82%;
  }

  .header-section .cta-group .cta_button {
    font-size:10px;
    width:100%;
    padding:10px 6px;
  }
}

.header-section .cta-group .cta_button{
  min-width:auto;
}

@media(max-width:767px){
  .header-section .cta-container .cta_button {
    float:right;
  }

/*   body .row-fluid .transparent-cta a.cta_button {
    padding:14px 15.5px;
  } */

  .header-section .transparent-cta {
    padding-top:0;
    padding-bottom:0;
  }

  body.transparent .row-fluid .header-section {
    min-height:0!important;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color:#3d9fff;
    background-color:#f5f9fc;
  }

  .header-section .header-nav.fixed {
    transition:all .3s ease-in-out;
    padding:15px 0;
  }

  

  .custom-menu-primary,.custom-menu-primary .hs-menu-wrapper>ul,.custom-menu-primary .hs-menu-wrapper>ul li,.custom-menu-primary .hs-menu-wrapper>ul li a {
    display:block;
    float:none;
    position:static;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
    background-image:none;
    background-color:transparent;
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    max-width:none;
    width:100%;
    height:auto;
    line-height:1;
    font-weight:400;
    text-decoration:none;
    text-indent:0;
    text-align:left;
    color:#171d29;
    margin:0;
    padding:0;
  }

  .mobile-trigger {
    display:inline-block!important;
    cursor:pointer;
    position:absolute;
    width:auto;
    height:auto;
    font-size:16px;
    font-weight:400;
    text-align:left;
    text-transform:uppercase;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color:#37009c;
    border:0;
    background:transparent;
/*     top:4px; */
    top:47px;
    right:10px;
    transition:all .3s ease-in-out;
    padding:7px 10px 8px;
    margin-top:5px;
  }

  .mobile-trigger:hover {
    text-decoration:none;
    color:#fff;
    background-color:rgba(0,0,0,0);
    border-color:transparent;
  }

  .mobile-open .mobile-trigger {
    color:#fff;
    background-color:transparent;
    z-index:5;
    border-color:transparent;
  }

  .mobile-trigger i {
    display:inline;
    position:relative;
    top:-6px;
    transition:all .3s ease-in-out;
  }

  .mobile-trigger i:before,.mobile-trigger i:after {
    position:absolute;
    content:'';
    transition:all .3s ease-in-out;
  }

  .mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after {
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    background-color:#171d29;
    display:inline-block;
    width:35px;
    background:#0b3694;
    height:3px;
  }

  .mobile-trigger i:before {
    top:-10px;
  }

  .mobile-trigger i:after {
    top:10px;
  }

  .mobile-trigger:hover i,.mobile-trigger:hover i:before,.mobile-trigger:hover i:after,.mobile-open .mobile-trigger i,.mobile-open .mobile-trigger i:before,.mobile-open .mobile-trigger i:after {
    background-color:#171d29;
  }

  .child-trigger {
    display:block!important;
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    width:55px!important;
    min-width:55px!important;
    height:47px!important;
    padding:0!important;
  }

  .child-trigger:hover {
    text-decoration:none;
  }

  .child-trigger i {
    position:relative;
    top:38%;
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    margin:0 auto!important;
  }

  .child-trigger.child-open i {
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
  }

  .child-trigger i,.child-trigger i:after {
    width:12px;
    height:8px;
    background-color:#171d29;
    display:block;
    background:url(https://www.cognigy.com/hubfs/Cognigy%20V2/Path%2013.svg)no-repeat;
  }

  .child-trigger i:after {
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
  }

  .child-trigger.child-open i:after {
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
  }

  .custom-menu-primary.js-enabled {
    position:absolute;
    padding-top:0;
    left:0;
    right:0;
    top:0;
    margin:0;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper,.custom-menu-primary.js-enabled .hs-menu-children-wrapper {
    display:none;
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility:visible!important;
    opacity:1!important;
    position:static!important;
    display:none;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width:100%;
    position:relative;
/*     top:70px; */
    top: 132px;
    left:0;
    z-index:2;
    padding:10px 0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper {
    background-color:#fff;
    width:100%;
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size:22px;
    line-height:45px;
    overflow:visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color:#171d29;
/*     padding:0 10px; */
    padding:0 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-indent:20px;
    font-size:16px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent:20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
    text-indent:30px;
  }

  .mobile-open .mobile-trigger i,.mobile-open .mobile-trigger i:before,.mobile-open .mobile-trigger i:after {
    height:2.3px;
    background:#0b3694;
  }

  .header-section .header-nav.fixed .mobile-trigger {
    top:4px;
    transition:all .3s ease-in-out;
  }

  .mobile-open .mobile-trigger i {
    background:transparent!important;
    transition:all .3s ease-in-out;
  }

  .mobile-open .mobile-trigger i:before {
    top:0;
    transform:rotate(45deg);
  }

  .mobile-open .mobile-trigger i:after {
    top:0;
    transform:rotate(-45deg);
  }
.header-section .header-nav {
  padding:30px 0 30px;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover>a {
    color:#3d9fff;
    background:#f5f9fc;
  }
}




@media only screen and (min-width:768px){
  .custom-menu-primary .hs-menu-wrapper {
    display:block!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    font-weight: bold;
    color: #3a383c;
  }
}
/************************************************************Header Styling***********************************************************************  */

.header-section .header-nav .black-logo {
  width: 200px;
}
.header-section .menu-container {
  margin-top: 44px;
}

@media(max-width: 1024px){
  .header-section .menu-container{
    margin-top: 0;
  }
}
/************************************************************Footer Styling***********************************************************************  */

.footer-section{ 
  background-color:#000;
  padding-bottom:60px;
  padding-top:245px;
}

.footer-section .footer-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
  padding: 0px 20px;
  white-space: nowrap;
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.footer-section .footer-content .footer-menu {
 margin-top:30px;
}
.footer-section .footer-content a {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #fff;
  padding: 0px 18px;
}
.footer-section .footer-content .custom-menu-primary .hs-menu-wrapper{
  float:left;
}
.footer-section .footer-content .white-logo {
  width: 200px;
}
@media (min-width: 1025px) and (max-width: 1200px){
  .footer-section .footer-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0px 15px;
    font-size:20px;
}
}
@media (max-width: 1024px) and (min-width: 768px){
  .footer-section .footer-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0px 15px;
    font-size:18px;
}
}
@media (max-width: 767px){
.footer-section .footer-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    float: none;
}
  .footer-section .footer-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 5px 0px;
}
  .footer-section {
    padding-bottom: 50px;
    padding-top: 80px;
}
}
/***********************************************************typo Styling***********************************************************************  */
.typo {
  background: #e7eff5;
  padding: 200px 0;
}
/***********************************************************section responsive Styling***********************************************************************  */
/* .main-group{
  padding:110px 0 0;
} */
.introduction-section{
  padding-top:100px;
}
@media(max-width:767px){
  
.main-group{
  padding:60px 0 0;
}
}

.list-items ul li {
    padding-left: 25px;
    position: relative;
  list-style:none;
  margin-left:0;
}
 .list-items ul li:after {
    position: absolute;
    z-index: 1;
    height: 17px;
    width: 15px;
    top: 6px;
    left: 0;
    content: "";
    background: url(https://3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Agency%20Atlas%202022/check-4785.png)no-repeat;
    background-size: cover;
}
.main-group .row-fluid [class*="span"].right-side-conta {
  width: calc(100% - 451px);
  max-width: 900px;
  margin: 0 auto;
  float: none;
}



.piller-container {
    position: relative;
}
@media(min-width:1024px) and (max-width:1440px){
.main-group .row-fluid [class*="span"].right-side-conta {
    width: calc(100% - 550px);
}
  .row-fluid .left_side_cont {
    width: 31.928177%;
    *width: 22.874985304638297%;
}
  body .row-fluid .develop-section .cards .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 16.2%;
}
}

@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .design-section .cards .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 60px;
}
  .introduction-section .cards {
    padding: 46px 0 46px;
}
  .left-side--section .tabber-container .top-conta {
    font-size: 20px;
    padding: 22px 10px 19px 20px;
}
  .left-side--section .tabber-container .content-conta {
    font-size: 18px;
}
  .left-side--section .accordion li.pagenav.open a.list-conta {
    font-size: 18px;
}
  body .body-container-wrapper .row-fluid .left-side--section .tabber-container li.page_item a {
    font-size: 16px;
}
  .left-side--section .tabber-container .content-conta {
    padding: 19px 10px 17px 20px;
}
  .left-side--section .tabber-container li.pagenav {
    padding: 15px 20px 15px 20px;
}
  .left-side--section .tabber-container li.pagenav li.page_item {
    margin-bottom: 1px;
    margin-left: 2px;
}
  .left-side--section .accordion li.pagenav a.list-conta {
    font-size: 18px;
}
  .left-side--section .left-col .social-group {
    padding: 20px 20px;
}
  .simple-text-conta {
    padding: 20px 20px 20px;
}
  body .left-side--section .underline-conta h3 {
    font-size: 22.1px;
    padding-top: 10px;
}
  .row-fluid .left_side_cont {
    width: 30.928177%;
    *width: 22.874985304638297%;
}
  .main-group .row-fluid [class*="span"].right-side-conta {
    width: calc(110% - 451px);
}
  .design-section .sub-text-cont {
    margin-top: 45px;
}
  .design-section .sub-text-cont .card .col {
    padding: 15px 15px;
}
  .develop-section .sub-text-cont, .develop-section .text-cont {
    margin-top: 50px;
}
  .maintain-section .text-cont {
    margin-top: 50px;
}
  .maintain-section .card .cards-conta {
    padding: 20px 20px;
}
  .left-side--section .tabber-container li.pagenav:before {
    right: 15px;
}
}
@media (min-width:1024px){
.develop-section .circle-card {
    margin: 40px 0 65px;
}
}
@media (max-width:767px){
.left-side--section {
    max-width: 100%;
}
  .main-group .row-fluid [class*="span"].right-side-conta {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
  .develop-section .sub-text-cont, .develop-section .text-cont {
    margin-top: 40px;
}
  .introduction-section {
    padding-top: 50px;
}
}




@media(min-width: 3000px){
  .piller-container .row-fluid [class*="span"].big-screen-wrapper{
    max-width: 1800px;
    margin: 0 auto; 
    float: none;
  }
}