/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,900&display=swap');
@import url('https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/HighRoad-2019Template-Images/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

body {
  background: #1f253c !important;
  background-image: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/Cool%20HubSpot%20features%20Landing%20Page/hero-back-1.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin: 0 !important;
  background-position: center top;
  /*   background:#000000;
  background-image: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/Hubspot%20sales%20reg/Pssst-landingPage-Design-1920-1.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #333333;
  margin: 0 !important;
  font-weight: 400; */
}
.hs-landing-page .header-container{
   background: none !important;
  background-image:none !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}
.body-container-wrapper, .footer-container-wrapper{
      background: none !important;
}

    img.hs-image-widget {
        width: auto;
    }



h1, h2, h3, h4, h5, h6, li, p {
  font-family: 'Lato', sans-serif;
}
::selection {
  background: #f3b40d;
  color: #ffffff;
}
::-moz-selection {
  background: #f3b40d;
  color: #ffffff;
}
::-webkit-selection {
  background: #f3b40d;
  color: #ffffff;
}
::-o-selection {
  background: #f3b40d;
  color: #ffffff;
}
::-ms-selection {
  background: #f3b40d;
  color: #ffffff;
}
#custom-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  border-radius: 15px;
}
#custom-scroll::-webkit-scrollbar-thumb {
  background-color: #272f48;
  border-radius: 15px;
}
.inner-header:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(245 245 245 / 0%) !important;
  overflow: hidden;
}

.mmcc-two-column-tiny-blocks .hs_cos_wrapper_type_widget_container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  background:none;
  border:none;
/*   gap:30px; */
  padding:40px 0;
}


/* .inner-header{
 background-image: url(https://345438.fs1.hubspotusercontent-na1.net/hubfs/345438/Hubspot%20sales%20reg/ladiess.png);
position: relative;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


} */
/*HSS Landing Page*/
.HSS-header {
  display: block !important;
/*   min-height: 100vh !important; */
/*   overflow: hidden; */
  position: relative;
  text-align: left;
/*   margin-top:100px */
/*   padding-left: 45%;
  padding-top: 26%; */
}

}
.content-block .content {
  /*    max-height: 96vh; */
  overflow-x: hidden;
  overflow-y: auto;
}
.content-block .content h2, .content-block .content-2 h2, .content-block .content-3 h2 {
      color: #1f253c;
    font-size: 81px;
    line-height: 82px;
    text-align: center;
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
   margin: 0;
  padding-top:15%;
}
.content-block .content-3 h2
{
  padding-top:5%;
}
.content-block .content h1 {
      color: #fb1b6d;
    font-size: 142px;
    text-align: right;
    margin: 0;
    font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}
.content-container-a {
  /*     padding: 60px 10%; */
  padding: 10px 10% 10px 10%;
  background: none;
  z-index: 1;
}
.content-container-a .light-box{
  line-height: 35px;
    font-size: 24px;
  background: #2B314B;
    color: #FDFEFE;
    padding: 20px 35px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px 0px #0000003d;
}
.body-container-wrapper, .footer-container-wrapper
{
/*      background: linear-gradient(to top, #2b3a5c, #324c79) !important; */

}
.mmcc-two-column-header h1{
      text-align: center;
    color: #fc478a;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 46px;
    margin:0;
}
.mmcc-two-column-header p{
  text-align: center;
    font-family: lato;
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    margin:0;
}
.light-box{
      background: #2B314B;
    color: #FDFEFE;
    padding: 23px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px 0px #0000001c;
}
.form-HSS-block h2 {
   text-align: center;
    color: #ffffff;
    margin: 0 0px 30px;
    font-size: 58px;
    font-family: 'Lato';
    font-style: italic;
}
.form-block {
     background: #2B314B;
    color: #FDFEFE;
    padding: 32px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px 0px #0000001c;
  position: relative;
  border: 1px solid #6d707a;
}
.form-block form {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.form-block form .hs-fieldtype-text, .form-block .hs_submit.hs-submit {
  vertical-align: text-bottom;
  padding: 0;
  position: relative;
  width: 100%;
}
.form-block .hs_submit.hs-submit {
  width: 30%;
  cursor: pointer;
}
.form-block form .hs-fieldtype-text input {
  height: 46px;
  padding: 0px 15px;
  border: none;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  font-family:lato;
}
.form-block form .hs-fieldtype-text input::placeholder{
  color:#000;
}
.form-block form .hs-fieldtype-text ul.inputs-list {
  position: absolute;
}
.form-block form .hs-fieldtype-text ul.inputs-list li {
  color: red;
}
.form-block .hs_submit.hs-submit input.hs-button.primary.large {
  background: #fb1b6e;
  height: 46px;
  display: block;
  border: none;
  padding: 0px 40px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  color:#ffffff;
  white-space:nowrap;
  cursor:pointer;
}
.form-block .hs_submit.hs-submit input.hs-button.primary.large:hover{
background:#930d3e;
transition: .3s all ease;
}


.mmcc-two-column-tiny-blocks a.more_cta:hover {
 
    transform: translateX(5px); /* Slightly move the arrow to the right */
}

.mmcc-two-column-tiny-blocks a.more_cta::after {
  
    display: inline-block;
    transition: transform 0.3s ease;
}

.mmcc-two-column-tiny-blocks a.more_cta:hover::after {
    transform: translateX(6px); /* Move arrow on hover */
}

.play-button.Video:hover {
    box-shadow: 0 0 63px rgba(255, 0, 127, 0.7); /* Glowing effect */
}

.play-btn:hover img {
    opacity: 0.8; /* Slightly dim the background image */
}

.view-all a:hover{
  background:#930d3e;
      transition: .3s all ease;
  
}


.form-inline {
  display: flex;
  /*   flex-flow: row wrap; */
  align-items: center;
}
.form-inline label {
  margin: 5px 10px 5px 0;
}
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-inline button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
}
.form-inline button:hover {
  background-color: royalblue;
}
a.rsvp-cta {
  -webkit-font-smoothing: antialiased !important;
  background: #ebb320 !important;
  border-radius: 6px !important;
  border-width: 0 !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  color: #f4f4f4 !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: Lato, sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  height: auto !important;
  line-height: 1.5em !important;
  padding: 6px 18px !important;
  text-align: center !important;
  text-decoration: none;
  text-decoration: none !important;
  text-shadow: none !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  transition: all .4s ease !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  vertical-align: middle;
  width: auto !important;
}

.view-all a{
  background: #FA1B6E;
    border: none;
    padding: 13px 40px;
    border-radius: 4px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}



.section.post-header span, .post-body span {
    color: #ffffff !important;
}

.articles-title h1 {
    color: #fb1b6d !important;
}


.all-posts-link{
display: none;

}


.blog-post-wrapper.cell-wrapper {
    /* margin-top: 4em !important; */
    background: #292f49;
    padding: 15px;
    border-radius: 10px;
}



.section.post-header h1 {
    padding-left: 0px;
   }
.section.post-header h1:before {
display: none;
}

.content-block .content-2 h1, .content-block .content-3 h1 {
    color: #fb1b6d;
    font-size: 106px;
    text-align: center;
    margin: 0;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 114px;
    padding-top: 2em;
}



.mmcc-three-column .span4 .span12 h3, .mmcc-two-column-tiny-blocks h3 {
    margin-bottom: 10px !important;
    color: #ffffff !important;
    font-family: lato !important;
  font-size:23px;
}
.mmcc-two-column-tiny-blocks a.more_cta {
    color: #fb4689 !important;
  text-decoration:underline !important; 
}
.footer-wrap {
  background-color: #282f48;
  padding: 75px 5%;
  text-align: center;
}
.footer-asana-link p {
  margin: 0px;
}
.footer-asana-link p a {
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  font-size: 21px;
  text-decoration: none;
  font-weight: 600;
}


.footer_sticky {
    min-height: 0 !important;
}

.footer-wrap {
    background-color: #282f48;
    padding: 50px 5%;
    text-align: center
}

.footer-new .footer_privacy_links {
    padding-top: 0;
    text-align: center
}

.footer-new .footer_privacy_links p {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
}
.footer-new .row-fluid{
      display: flex;
    align-items: center;
}
.footer_common_links{
   display: flex;
    align-items: center;
}

.footer-new .footer_social_links {
    text-align: center;
}

.footer-new .footer_social_links ul {
    margin-top: 0;
    padding-left: 0;
    text-align: center
}

.footer-new .footer_privacy_links ul li {
    font-size: 18px;
}

.footer-new .footer_privacy_links ul li a {
    text-decoration: none;
}

.footer-new .footer_social_links ul li a:before {
    content: none;
}

.footer-new .footer_social_links ul li a {
    margin: 0 5px;
}

.footer-new .footer_social_links ul li a img {
    width: 34px;
}

.footer-new .footer-partner-logos img {
    height: 30px;
    width: auto !important;
    max-width: 100%;
}

.footer-new .footer-partner-logos li {
    border: none !important;
    margin-bottom: 30px;
}

.footer-new .footer_privacy_links h3,
.footer-new .footer_social_links h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
}

.footer-new .footer-subscribe-link {
    color: #f3b40d;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px !important;
    display: block;
}

.hs_error_rollup {
    position: absolute;
    top: 10px;
    left: 32px;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li {
    font-size: 15px;
    color: red;
    font-weight: bold;
}
.submitted-message {
    text-align: center;
    color: #fc478a;
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 28px;
}


.mmcc-two-column-header h3 {
    color: #ffffff !important;
    border-bottom: 3px solid #fc478a;
    font-size: 30px;
    margin: 25px 0 0 0;
}
.sales h3{
 margin:0;
}
.header-container-wrapper {
    padding: 10px 0;
}
.post-listing.custom-blog-post {
    display: flex;
    gap: 20px;
  justify-content: center;
}
.post-item {
    background: #282f48;
    border: 1px solid #6d707a;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    justify-content: space-between;
    line-height: 28px;
    padding: 25px;
    position: relative;
    height: 100%;
  flex: 0 1 27%;
}
.hs-featured-image {
    border: none;
    float: left;
    height: 100%;
    margin: 0 0 20px;
    max-height: auto !important;
    max-width: 100%;
    min-height: 225px !important;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.hs-featured-image-wrapper
{
  margin-bottom: 0px !important;
}
.post-header h2 {
    margin: 0 auto;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    font-family: lato !important;
    font-size: 23px;
}
.post-header h2 a {
    text-decoration: none !important;
    color: #ffffff !important;
}
.post-item .post-body {
    color: #ffffff !important;
    font-family: lato !important;
    font-size: 17px;
    font-weight: 400;
}
a.more-link {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    display: block;
    font-family: sans-serif;
    font-family: Lato;
    font-size: 18px;
    font-size: 19px;
    font-weight: 400;
    height: auto;
    line-height: 1.5em;
    margin-top: 20px;
    text-shadow: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: auto;
    color: #fb4689 !important;
    text-decoration: underline !important;
    padding: 0 !important;
    text-align: left;
    background: none;
}
a.more-link::after {
    background-image: url(https://pages.highroadsolutions.com/hubfs/Cool%20HubSpot%20features%20Landing%20Page/arrow.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: "";
    display: inline-block;
    height: 30px;
    left: 5px;
    padding-right: 5px;
    position: relative;
    top: 10px;
    width: 30px;
    transition: transform 0.3s ease;
}
a.more-link:hover::after {
    transform: translateX(5px);
}
.home-room-cont.blog-highroad h3 {
    color: #ffffff !important;
    border-bottom: 3px solid #fc478a;
    font-size: 30px;
    margin: 25px 0 20px 0;
    padding-bottom: 15px;
   line-height: 38px !important;
}
  p#hubspot-topic_data {
    display: block !important;
    font-size: 12px;
    background: #1d2339;
    display: table ! IMPORTANT;
    width: auto ! IMPORTANT;
    padding: 4px 15px;
    position: absolute;
    top: 20px;
    right: 40px;
    border-radius: 8px;
    color: #fff;
    z-index: 2;
}
  p#hubspot-topic_data a {
    color: #fb1b6e !important;
}
.blog-section {
/*     padding-top: 5px; */
    padding-top: 0px !important;
    position: relative;
}
.content-block .content-2 h1, .content-block .content-3 h1 {
    padding-top: 0;
    margin-top: -20px;
}
.content-block .content-2 p, .content-block .content-3 p {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    padding: 0px 10%;
    position: relative;
    line-height: 36px;
    margin-top: 60px;
}
.content-block .content-3 p
{
  margin-bottom: 60px;
}
.content-block .content-2 p:after, .content-block .content-3 p:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: red;
    left: 50%;
    top: -20px;
    margin-left: -40px;
}



.blog-section {
/*     padding-top: 5px; */
    padding-top: 0px !important;
    position: relative;
}




@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
{
	.span1.widget-span.widget-type-custom_widget.logo-default, .span1.widget-span.widget-type-custom_widget.logo-secondary
	{
		left: 5%;
		text-align: left;
	}
  .form-block form {
    display: flex;
    justify-content: inherit;
    gap: 0;
    flex-wrap: wrap;
}
  .form-block form .hs-fieldtype-text, .form-block .hs_submit.hs-submit {
    width: 100%;
    flex: 1 1 42%;
    margin: 0px 15px 25px;
}
.span1.widget-span.widget-type-custom_widget.logo-secondary img.hs-image-widget {
    width: auto !important;
}
  .content-block .content h1 {
    font-size: 74px !important;
  }
  .content-block .content h2 {
    font-size: 46px !important;
    line-height: 51px !important;
  } 
/*   .mmcc-two-column-tiny-blocks .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module {
    flex: 0 0 47.333%;
  } */
  .mmcc-three-column-tiny-blocks {
    padding:15px;
  }
  .footer-new .row-fluid{
   display:block;
  }
  .hs_error_rollup {
    left: 44px;
}
  
  .content-block .content-3 h1 {
    color: #fb1b6d;
    font-size: 76px;
    text-align: center;
    margin: 0;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 87px;
    padding-bottom: 6em;
    padding-top: 0;
}
  img.hs-image-widget {
        width: 55% !important;
    }
  .content-block .content-3 h1
  {
    padding-bottom: 0px;
  }
  .content-block .content-2 p, .content-block .content-3 p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}
  .content-block .content-2 h2, .content-block .content-3 h2
  {
    padding-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait)
{
	.span1.widget-span.widget-type-custom_widget.logo-default, .span1.widget-span.widget-type-custom_widget.logo-secondary, .span2.widget-span.widget-type-logo.logo-static
	{
		left: 5% !important;
		text-align: left;
	}
  .form-block form {
    display: flex;
    justify-content: inherit;
    gap: 0;
    flex-wrap: wrap;
}
  .form-block form .hs-fieldtype-text, .form-block .hs_submit.hs-submit {
    width: 100%;
    flex: 1 1 42%;
    margin: 0px 15px 25px;
}
.span1.widget-span.widget-type-custom_widget.logo-secondary img.hs-image-widget {
    width: auto !important;
}
      .row-fluid .span7 {
        width: 57.182320438000005%;
        margin: 15px auto;
    }
/*     .HSS-header
  {
    min-height: 65vh !important;
  } */
  .content-block .content h1 {
    font-size: 74px !important;
  }
  
      .content-block .content-3 h1 {
        padding-top: 0;
       font-size: 74px !important;
    }
  
  
  .content-block .content h2 {
    font-size: 46px !important;
    line-height: 51px !important;
  }
/*   .mmcc-two-column-tiny-blocks .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module {
    flex: 0 0 47.333%;
  } */
  .mmcc-three-column-tiny-blocks {
    padding:15px;
  }
  .footer-new .row-fluid{
   display:block;
  }
  .hs_error_rollup {
    left: 44px;
}
  img.hs-image-widget {
        width: 55% !important;
        bottom: 0 !important;
        top: inherit !important;
    }
  .content-block .content-3 h1
  {
    padding-bottom: 0px;
  }
  .content-block .content-2 p, .content-block .content-3 p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}
  .content-block .content-2 h2, .content-block .content-3 h2
  {
    padding-top: 0px;
  }
  .content-container-a .CHF-img {
        width: 40.055248616% !important;
    }
    .content-block .content-2 h2, .content-block .content-3 h2 {
        color: #1f253c !important;
        padding-top: 0% !important;
    }
      .content-block .content-2 p, .content-block .content-3 p {
        margin-top: 40px;
        color: #333 !important;
        font-size: 20px;
        line-height: 30px;
        padding: 0 15% !important;
        margin-bottom: 20px;
    }
}
@media (min-width: 1025px) and (max-width: 1062px){
label.hs-error-msg {
    font-size: 11px;
}
}
@media (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape){
.content-block .content h1 {
    font-size: 92px;
  }
  .content-block .content h2 {
    font-size: 58px;
    line-height: 64px;
  }
  
 
  
  
  
}
@media (min-width: 1201px) and (max-width: 1510px) and (orientation: landscape){
.content-block .content h2 {
    font-size: 66px;
    line-height: 74px;
  }
  .content-block .content h1 {
    font-size: 108px;
  }
  
   .content-block .content-3 h1 {
        padding-top: 0em;
        font-size: 74px !important;
        padding-bottom: 0;
    }
  .CHF-img img
  {
    top: inherit !important;
    bottom: 0px !important;
  }
}

@media (max-width: 768px) {
  body {
   background-size: auto !important;
    background-color:#1F253D;
  }
  .HSS-header {
    padding-left: 0;
/*     padding-top: 50%;
    min-height: 0vh !important; */
  }
  .content-block .content h2{
    padding-top:14px;
    font-size: 45px;
    line-height: 50px;
  }
  .content-block .content h1 {
    font-size: 85px;
  }
  .HSS-header .content-block {
    max-width: 100%;
    padding: 0 0 55px;;
/*     max-height: 200px; */
  }
  
  
/*   .content-block .content {
    max-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
  } */
  .form-inline input, a {
    margin: 10px 0;
  }
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
  .form-block form {
    display: block;
  }
  .form-block form .hs-fieldtype-text, .form-block .hs_submit.hs-submit {
    margin-bottom: 25px;
  }
.form-block form .hs-fieldtype-text, .form-block .hs_submit.hs-submit {
    margin-bottom: 25px;
}
  .form-block {
    padding-bottom: 15px;
  }
  .form-HSS-block h2 {
    font-size: 24px;
    line-height: 28px;
    padding: 0px 15px;
  }
  .form-block form .hs-fieldtype-text ul.inputs-list {
    position: relative;
}
  .form-block form .hs-fieldtype-text ul.inputs-list li {
/*     color: #fff; */
    text-align: left;
}
  .span1.widget-span.widget-type-custom_widget.logo-default, .span1.widget-span.widget-type-custom_widget.logo-secondary, .span2.widget-span.widget-type-logo.logo-static
  {
    left: 0px;
  }
  .content-container-a .CHF-img{
    /*width: 70% !important;*/
/*     display: flex !important; */
    margin:0 auto !important;
  }
  .mmcc-two-column-tiny-blocks .hs_cos_wrapper_type_widget_container {
    display: block !important;
  }
  .mmcc-three-column-tiny-blocks {
    margin-bottom: 30px;
  }
  .mmcc-two-column-header h1{
    line-height:51px;
  }
  .span1.widget-span.widget-type-custom_widget.logo-secondary {
    width: 120px !important;
}
  .hero-container .row-fluid{
      display: flex;
    flex-direction: column-reverse;
   position: relative;
        top: 30px;
  }
  .footer-new .row-fluid{
   display:block;
  }
  .mmcc-two-column-header p{
    margin-top:15px;
  }
  
  img.blog-detail-featured-img {
  object-fit: contain !important;
}
  

.content-block .content-3 h1 {
        padding-top: 0;
        font-size: 65px;
        margin-top: -50px;
    }
  
   .content-block .content-3 h2
  {
    color: #ffffff;
    font-size: 40px;
    padding-top: 90%;
  }
  
   .content-block .content-2 h2
  {
    color: #ffffff;
    font-size: 40px;

  }
  .content-block .content-2 p, .content-block .content-3 p {
    margin-top: 40px;
    color: #929bca;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 20px;
}
    img.blog-detail-featured-img {
        height: auto !important;
        margin-top: 0px !important;
    }
  .blog-post-wrapper.cell-wrapper
  {
    margin-top: 0px !important;
  }
  
  .content-block .content-2 h2 {
        padding-top: 0 !important;
    }

	.post-item {
		    flex: 0 1 70% !important;
	}
}

@media (max-width: 600px) {

.post-item {
		    flex: 0 1 100% !important;
	}
}

@media (min-width: 300px) and (max-width: 340px) {

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li {
    font-size: 12px;
}
  label.hs-error-msg {
    font-size: 10px;
}
  
  .content-block .content-2 h2 {
        padding-top: 0;
    }

	.post-item {
		    flex: 0 1 100%;
	}
}