/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow: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{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #fff ;
  font-family:  'Overpass', sans-serif;
  font-style: normal;
  margin:0 auto;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1175px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

.row-fluid [class*="span"].wrapper-large{
  max-width:1270px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px; 
}

h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color: #5E5E5E;
}

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

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

blockquote{
  margin: 0;
  font-size: 27px;
  line-height:42px;
  letter-spacing:0.37px;
  color:#202F3F;
  font-weight:500;
  font-style:italic;
}

a{
  margin-bottom:0;
  cursor:pointer;
}

h1{
  font-size: 53px;
  letter-spacing: 0.27px;
  line-height:81px;
  color: #28066C;
  font-weight:normal;
}

h2{
  font-size: 41px;
  line-height:46px;
  letter-spacing:1px;
  font-weight:normal;
}

h3{
  font-size: 30px;
  letter-spacing: 0.15px;
  line-height: 46px;
  color: #28066C;
  font-weight:normal;
}

h4{
  font-size: 24px;
  letter-spacing: 0.12px;
  line-height: 30px;
  color: #28066C;
  font-weight:normal;
}

h5{
  font-size: 14px;
  line-height: 21px;
  letter-spacing:1px;
  font-weight:normal;
}

h6{
  font-size: 14px;
  line-height: 21px;
  letter-spacing:1px;
  font-weight:normal;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  letter-spacing: 0.08px;
  line-height: 27px;
  font-weight:normal;
}

.big-p p{
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 27px;
  font-weight:normal;
}

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

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

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  position:relative;
  margin-left:10px;
  margin-bottom:8px;
}

.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style li ul{
  margin:0;
  padding:0;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.body-container-wrapper ul li a{
  font-size:13px;
} 



body a.cta_button[title],
body a.cta_button,
body .container-fluid .row-fluid .hs-button{		
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 27px;
  text-align: center;
  background-color: #FAB419;
  box-shadow: 0 2px 4px 0 rgba(94,94,94,0.18);
  padding: 15.5px 51px;
  cursor: pointer;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-family:  'Overpass', sans-serif;
}


body a.cta_button[title]:hover,
body a.cta_button:hover {
  box-shadow: 0 10px 12px 0 rgb(137 144 141 / 32%);
  transition: all .2s ease-in;
  background-color:#EDAA18;
}

body .arrow-cta a.cta_button[title],
body .arrow-cta a.cta_button,
body .container-fluid .arrow-cta .row-fluid .hs-button{
  position: relative;
  color: #28066C;
  font-family:  'Overpass', sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 27px;
  box-shadow: none;
  padding: 0 43px 0 0;
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
}

body .arrow-cta a.cta_button[title]:before,
body .arrow-cta a.cta_button:before,
body .container-fluid .arrow-cta .row-fluid .hs-button:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Blue-Arrow.svg') no-repeat;
  height: 10.24px;
  width: 31.87px;
  background-size: cover;
  background-position: center;
  top: 8px;
  right: 0;
}

body .arrow-cta a.cta_button[title]:hover,
body .arrow-cta a.cta_button:hover,
body .container-fluid .arrow-cta .row-fluid .hs-button:hover{
  color: #6EC8F5;
}



.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:;
  z-index: -1;
}

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

.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,
.text-margin-zero .widget-type-cta{
  margin:0;
}

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

.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;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     

}


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

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

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

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

  .bold-p p{
    font-size:17px;
  }

  h1 {
    font-size: 42px;
    line-height:52px;
  }

  h6{
    font-size:12px;
  }

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


}




@media (max-width:767px){

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

  .border-left h2{
    padding-left:20px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }


  h3 {
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 30px;
  }

  h4{
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 30px;
  }

  h5{
    font-size: 14px;
  }

  h6{
    font-size:11px;
  }

  .big-p p{
    font-size: 15px;
    letter-spacing: 0.07px;
    line-height: 22px;
  }

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

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

  p,
  .body-container-wrapper li{
    font-size:16px;
    line-height:25.8px;
  }

  .change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  blockquote{
    margin: 0;
    font-size: 23px;
    line-height:44px;
    letter-spacing:-0.49px;
  }

}


@media (max-width:480px){

  .body-container-wrapper a.cta_button, 
  body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:auto;
    box-sizing:border-box!important;
  }

}

/*==================================================
Two Col 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: -4.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;
    max-width: 100%;
    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: -2.5%;
}

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: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@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;
    max-width: 100%;
    width: 100%;
    margin: 20px 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: 30px;
  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: 30px;
  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: 20px;
  }   
}

/*==================================================
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: -6.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: 13.5%;
  -webkit-flex-basis: 13.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  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: 20px;
  }   
}







/*=========================================================
FORM STYLING
=========================================================*/                

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

::-webkit-input-placeholder {
  color:#a3a3a3;
}

:-moz-placeholder {
  color:#a3a3a3;
}

::-moz-placeholder {  
  color:#a3a3a3;
}

:-ms-input-placeholder {  
  color:#a3a3a3;
}

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



.row-fluid form li{
  margin:0;
}

textarea{
  overflow:hidden;
  resize:none;
}

.row-fluid  form li:before{
  display:none;
}

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

body .row-fluid  form input,
body .row-fluid  form select,
body .row-fluid  form textarea{
  height: 45px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:10px 10px;
  border: 1px solid #D5D5D5;
  color: #2A2A2A;
  font-family:'Barlow', sans-serif;
  font-size: 13px;
  letter-spacing: 0.07px;
  line-height: 16px;
  margin-bottom:20px;
}



.row-fluid  form textarea{
  height:160px; 
  resize:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border: 1px solid #504185;
}

.row-fluid form input::placeholder{
  font-size:14px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
}

.row-fluid form input:-ms-input-placeholder,
.row-fluid form textarea:-ms-input-placeholder{
  font-size:14px;
  line-height:26px;
  letter-spacing:0;
  font-weight:normal;
  color:#a3a3a3;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  color: #5E5E5E;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  letter-spacing: 0.07px;
  line-height: 16px;
}
.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-main-font-element{
  display:none; 
}

form .hs-phone .hs-error-msgs li:first-child{
  display:none;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: absolute;
  bottom:0;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

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

form .hs-form-required{
  display:inline-block;
  color:#5E5E5E;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
  position:relative;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url('https://6081605.fs1.hubspotusercontent-na1.net/hubfs/6081605/Assets%20December%202019/arrow-down-filled-triangle.svg') no-repeat!important;
  background-position: center right!important;
  -webkit-appearance: none!important;
  background-size:12px!important;

}





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

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

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  /*background: #fff;*/
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

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

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  /*background: ;*/
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media(max-width:767px){

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

@media (max-width:480px){

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

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

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}



/*********************************** TYPOGRAPHY SECTION END ***************************************************/





/*====================================================
MONILE MENU 
====================================================*/                

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.header-group .vision-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul{}
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.header-group .vision-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.header-group  .vision-menu-primary .hs-menu-wrapper > ul li a, 
.header-group  .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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .header-group  .vision-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger,
.child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of vision-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

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


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #edb909;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #edb909; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #edb909; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #edb909; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 26px; /* Icon line width */
    height: 4px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #edb909; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .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: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width:44px; /* Button width */
    height: 44px !important; /* Button height */  
    padding: 0 !important;

  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#28066C; /* Icon color */
    display: block;

  }
  .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);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  


  /* Hide menu on mobile */
  .vision-menu-primary.js-enabled .hs-menu-wrapper,
  .vision-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .vision-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .header-group .vision-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 4;
    background-color: #264095;
    bottom: 0px;
    top:00px;
    right: 0px;
    z-index: 1;
  }
  .header-group .vision-menu-primary .hs-menu-wrapper{
    background-color:#edb909; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .header-group .vision-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .header-group .vision-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */

  .header-group .vision-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .header-group .vision-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .header-group .vision-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .header-group .vision-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .header-group .vision-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/*============================================================
HEADER Mobile Responsive
===========================================================*/


@media (max-width:767px){
  .header-container-wrapper{
    position: relative;
    z-index: 5;
  }

  .vision-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: -64px;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 24px;
    background:#28066C;
    height:4px;
  }

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

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

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

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .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: #28066C;
  }

  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #28066C;
  }  

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

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

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#28066C;
  }

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

  .child-trigger{
    border-left:none;
  }  
}

body .container-fluid .row-fluid .mobile-show{
  display:none;
}



/************ Global Header Style **************/




.header-group{
  border: 1px solid rgba(94,94,94,0.17);
  background-color: #FFFFFF;
  box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
  /*   padding: 13px 0 13px 0; */
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  color: #5E5E5E;
  font-family: Overpass;
  font-size: 15.49px;
  font-weight: 600;
  letter-spacing: -0.03px;
  line-height: 18px;
  padding: 29px 15px 19px 15px;
}
.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  color: #FAB417;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
  padding-right: 0;
}

body .header-group .header-cta a.cta_button{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 27px;
  padding: 10.5px 17px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background: #fff;
  box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
  padding: 10px 0;
  top: 65px;
  left: -8px;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  text-align: left;
  padding: 6px 23px 6px 23px;
}

.header-group .phone-section{
  position: relative;
}

.header-group .phone-section:before{
  position: absolute;
  content: '';
  height: 26px;
  width: 1px;
  background: #C3C3C3;
  top: 26px;
  left: 0;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
  position: relative;
  padding-right: 22px;
}

.header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Smart%20Commercial%20Solar/Dropdown-arrow.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 4.42px;
  width: 8.42px;
  top: 38px;
  right: 8px;
}

.header-group .row-fluid .phone-section span.mobile{
  display: none;
}

@media(min-width: 768px){
  .header-group .phone-section .row-fluid .span1{
    width: 2.982906%;
  }

  .header-group .row-fluid .header-cta.span2{
    width: 18.529915%;
    margin-left: 0;
  }
}

@media(max-width: 1200px){
  .header-group .row-fluid .phone-section.span1{
    margin-left: 15px;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 29px 13px 19px 13px;
  }
}

@media(max-width: 1120px) and (min-width: 768px){
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a,
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 29px 11px 19px 9px;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
    right: 1px;
  }

  .header-group .row-fluid .header-cta.span2{
    margin-left: 5px;
  }

  .header-group .row-fluid .right-col.span10{
    margin-left: 0;
    width: 85.872928%;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 15px;
  }
}

@media(max-width: 1024px){
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 13.49px;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 13px;
  }

  .header-group .row-fluid .phone-section img{
    height: 26px !important;
    width: 26px !important;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul li a{
    line-height: 15px;
  }
}

@media(max-width: 911px){
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 11px;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 11px;
    line-height: 17px;
    padding: 10.5px 13px;
  }

  .header-group .row-fluid .header-cta.span2{
    width: 16.529915%;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a, 
  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 29px 11px 19px 7px;
  }
}

@media(max-width: 767px){
  .header-group{
    padding: 15px 0 15px 0;
  }

  .header-group .left-col img{
    max-width: 115px !important;
  }

  .header-group .phone-section:before{
    display: none;
  }

  .header-group .phone-section{
    position: absolute;
    width: auto;
    top: 23px;
    right: 66px;
  }

  .header-group .vision-menu-primary{
    top: 68px;
  }

  .header-group .mobile-trigger{
    top: -48px;
  }

  .header-group .vision-menu-primary.js-enabled .hs-menu-wrapper{
    background: #fff;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after{
    display: none;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a{
    padding: 2px 20px 2px 20px !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03px;
    line-height: 31px;
    border: none;
    text-indent: 0;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 13px 20px 7px 20px !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.04px;
    line-height: 27px;
    border-top: 1px solid #dfdfdf;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child > a{
    border-bottom: 1px solid #dfdfdf;
  }

  .header-group .row-fluid .header-cta.span2{
    width: 100%;
    padding: 20px 17px 20px;
  }

  body .header-group .header-cta a.cta_button{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.09px;
    line-height: 27px;
    width: auto;
    display: block;
    padding: 10px 13px;
    box-sizing: border-box !important;
  }

  .header-group .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    box-shadow: none;
    padding: 0;
    left: unset;
    top: unset;
    padding: 3px 0 11px 0;
  }

  .header-group .child-trigger{
    display: none !important;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger{
    display: block !important;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger:before{
    position: absolute;
    content: '';
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/arrow%20down.svg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 15px;
    width: 13px;
    top: 16px;
    right: 28px;
    transition: all .3s ease-in-out;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger.child-open:before{
    transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(180deg) skew(0,0);
    transform-style: preserve-3d;
  }

  .header-group .vision-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger i{
    display: none !important;
  }

  .header-group .header-cta script{
    display: none;
  }

  .header-group .row-fluid .phone-section span.mobile{
    display: block;
  }

  .header-group .row-fluid .phone-section span.desktop{
    display: none;
  }

  .header-group .row-fluid .phone-section img{
    height: 21px !important;
    width: 66px !important;
  }
}






/************ Global Footer Style ***************/


.footer-group{
  background: #2A2A2A;
  padding: 20px 0 20px 0;
}

.footer-group .top-content{
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  padding: 17px 0 25px 0;
}

.footer-group .top-content .right-col p{
  color: #909090;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  line-height: 20px;
}

.footer-group .top-content .right-col a{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.54px;
  line-height: 31px;
  vertical-align: middle;
}  

.footer-group .top-content .right-col img{
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 6px;
  position: relative;
  margin-top: -3px;
}

.footer-group .center-content{
  padding: 64px 0 30px 0;
}

.footer-group .list-heading p{
  font-size: 15.49px;
  letter-spacing: -0.03px;
  line-height: 23px;
  opacity: 0.44;
  margin-bottom: 12px;
}

.footer-group .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
  font-size: 15.49px;
  letter-spacing: -0.03px;
  line-height: 23px;
  padding: 2px 0;
  white-space: pre-wrap;
}
.footer-group .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover{
  color:#fab417;
}

.footer-group .form-container{
  /*   background: #000000; */
  background: rgba(0,0,0,0.1);
  padding: 16px 20px 20px 26px;
  margin-bottom: 27px;
  max-width: 394px;
  float: right;
}

.footer-group .form-container p{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.26px;
  line-height: 20px;
  margin-bottom: 12px;
}

.footer-group .form-container form{
  position: relative;
}

.footer-group .form-container .row-fluid form .field>label{
  display: none;
}
.footer-group .form-container form .hs-error-msgs li{
  position: relative;
  margin-top: 9px;
}

body .row-fluid form input:placeholder{
  color: #A5A5A5;
}

.footer-group .form-container form .hs-button {
  position: absolute;
  font-size: 0;
  padding: 14px 40px!important;
  box-shadow: none;
  background-image: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/paper-plane.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: #FAB419;
  border: none;
  margin-top: 0;
  top: 0;
  right: 0;
}
.footer-group .form-container form .hs-button:hover {
  background-color: #edaa18;
  border-color: #edaa18;
}
.footer-group .bottom-content{
  padding: 35px 0 20px 0;
}

.footer-group .bottom-content .left-col p{
  font-size: 13px;
  letter-spacing: -0.03px;
  line-height: 20px;
}

.footer-group .bottom-content .right-col ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-group .bottom-content .right-col ul li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.footer-group .bottom-content .right-col ul li img{
  vertical-align: middle;
}

@media(min-width: 768px){
  .footer-group .row-fluid .list-col-1.span3{
    width: 20.076923%;
  }

  .footer-group .row-fluid .list-col-2.span3{
    width: 20.076923%;
  }

  .footer-group .row-fluid .list-col-3.span3{
    width: 19.076923%;
  }

  .footer-group .row-fluid .span3.form-section{
    width: 33.076923%;
  }
}



@media(max-width: 767px){
  .footer-group{
    padding: 20px 0 8px 0;
  }

  .footer-group .row-fluid [class*="span"].wrapper-large{
    padding: 0
  }

  .footer-group .top-content{
    border: none;
    padding: 9px 15px 35px 15px;
  }

  .footer-group .top-content .right-col{
    margin-top: 25px;
  }

  .footer-group .top-content .right-col.social-container{          
    margin-top: 16px;
  }

  .footer-group .form-container{
    max-width: 100%;
    float: none;
    background: transparent;
    padding: 0 15px 0 15px;
    margin-bottom: 26px;
  }

  .footer-group .center-content{
    padding: 31px 15px 30px 15px;
    background: rgba(0,0,0,0.16);
  }

  .footer-group .bottom-content{
    padding: 11px 0 0px 0;
  }

  .footer-group .bottom-content > .row-fluid-wrapper > .row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }

  .footer-group .bottom-content .right-col{
    margin-bottom: 10px;
  }

  .footer-group .top-content .social-icons ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-group .top-content .social-icons ul li{
    margin: 0 10px; 
    display: inline-block;
    vertical-align: middle;
  }

  .footer-group .top-content .social-icons ul li img{
    vertical-align: middle;
    margin: 0;
  }

  .footer-group .form-section .align-right.award-image{
    text-align: left;
    margin-top: 17px;
  }

  .footer-group .list-heading p{
    margin-bottom: 7px;
  }

  .footer-group .bottom-content .left-col p{
    color: #8D8D8D;
    font-size: 10px;
    letter-spacing: 0.05px;
    line-height: 27px;
  }
  .footer-group .form-container form input {
    height: 48px;
  }
  .footer-group .form-container form .hs-button {
    width: 48px;
    max-height: 48px;
    padding: 0 !important;
  }
  .footer-group .menu-cont ul li a {
    max-width: 48px;
    max-height: 48px;
    white-space: nowrap;
  }
}





















/*********HEADER SECTION*********/

.header-section{
  position:absolute;
  padding-top:72px;
  right: 0;
  left: 0;
}

@media(max-width:767px){

  .header-section{
    padding-top:48px;
  }
}

/**********FOOTER SECTION***********/


.footer-section{
  background: #2A2A2A;
  padding:9.5px 0;
}

.footer-section .right-col p{
  color: #8D8D8D;
  margin-bottom:0;
}

/********HERO SECTION***********/


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


.hero-section h1{
  margin-bottom:5px;
}

.hero-section .hero-text{
  max-width: 818px;
  margin: 0 auto!important;
  width: 100%;
  float: none;
  clear: both;
}


@media(min-height:1084px){
  .footer-section{
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media(max-width:767px){

  .hero-section {
    padding: 121px 0 40px;
  }

  .hero-section .hero-text{
    max-width:100%;
  }
}

/**********POPUP VIDEO SECTION******/

.popup-cm{
  border: 1px solid rgba(80,65,133,0.19);
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(94,94,94,0.25);
  padding:20px;
  position:relative;
}

.popup-cm .play-icon{
  position:absolute;
  right:0;
  left:0;
  top:40%;
}

.popup-cm p{
  padding-top: 22px;
  margin-bottom: 0;
}

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

  .popup-cm .play-icon{
    top:36%;
  }
}

/*******FORM SECTION*******/

.request-section{
  padding:80px 0 0;
  margin-bottom:-40px;
}

.request-section .wrapper{
  position:relative;
}

.request-section .top{
  position:relative;
  top:-120px;
  right:0;
  left:0;
}

.request-section .left-col{
  border: 1px solid rgba(80,65,133,0.19);
  background-color: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(94,94,94,0.25);
  padding:35px 32px;
}

@media(max-width:767px){

  .request-section .right-col{
    padding-top:20px;
  }

  .request-section {
    padding: 0;
  }

  .request-section .top{
    top:-40px;
  }

  .request-section .left-col{
    padding: 25px 27px;
  }
}





/*********** Campaign Landing Page Style **************/


/********* Header Section Style **********/



.header-section.campaign-header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0 30px 0;
  z-index: 2;
}

.header-section.campaign-header .right-col{
  text-align: right;
}

.header-section.campaign-header .right-col h4{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.54px;
  line-height: 31px;
}

.header-section.campaign-header .right-col h4 img{
  vertical-align: middle;
  height: 21px;
  width: 21px;
}

.header-section.campaign-header .right-col h4 span{
  margin-right: 6px;
  position: relative;
  top: -2px;
}

@media(max-width: 767px){
  .header-section.campaign-header{
    padding: 25px 0 25px 0;
  }

  .header-section.campaign-header .wrapper-large > .row-fluid-wrapper > .row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-section.campaign-header .span6.right-col,
  .header-section.campaign-header .span6.left-col{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .header-section.campaign-header .right-col h4{
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 25px;
  }

  .header-section.campaign-header .right-col h4 img{
    height: 17px;
    width: 17px;
  }
}




/********* Footer Section Style **********/


.footer-section.campaign-footer{
  background: #2A2A2A;
  padding: 15px 0 15px 0;
}

.footer-section.campaign-footer .right-col{
  text-align: right;
}

.footer-section.campaign-footer .center-col p{
  color: #8D8D8D;
  font-size: 16px;
  letter-spacing: 0.08px;
  line-height: 27px;
  font-family:'Barlow', sans-serif;
}

@media(max-width: 767px){
  .footer-section.campaign-footer .right-col{
    display: none;
  }

  .footer-section.campaign-footer .center-col{
    margin-top: 10px;
  }

  .footer-section.campaign-footer .center-col p{
    font-size: 10px;
  }
}



/********* Banner Section Style **********/

.campaign-banner-section{
  position: relative;
  z-index: 1;
  padding: 162px 0 282px 0;
}

.campaign-banner-section:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #301575;
  opacity: 0.8;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.campaign-banner-section h1{
  font-size: 63px;
  letter-spacing: -0.2px;
  line-height: 63.6px;
  max-width: 1027px;
  margin: 0 auto 30px auto;
}

.campaign-banner-section p{
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 27px;
  max-width: 818px;
  margin: 0 auto;
}

.campaign-banner-section .content-container{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -128px;
}

.campaign-banner-section .row-fluid .video-section{
  max-width: 431px;
  margin: 0 auto;
  float: none;
  position: relative;
}

.campaign-banner-section .video-section:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Watch-me-1.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 177px;
  width: 163px;
  top: 31px;
  left: -175px;
}

.campaign-banner-section .video-section .video-container{
  padding: 13px 17px 13px 17px;
  border: 1.5px solid rgba(80,65,133,0.19);
  background-color: #FFFFFF;
  box-shadow: 0 3px 24px 0 rgba(94,94,94,0.25);
  box-sizing: border-box;
}

.campaign-banner-section .video-section .cover{
  min-height: 238px;
  width: 100%;
  cursor: pointer;
}

.campaign-banner-section .video-section .play-icon{
  position: absolute;
  bottom: 13.5px;
  left: 13.5px;
}

.campaign-banner-section .cta-container{
  margin-top: 25px;
}

.campaign-banner-section .cta-container a.cta_button{
  padding: 10px 19.2px;
  box-shadow: none;
}

@media(max-width: 1024px){
  .campaign-banner-section h1{
    font-size: 48px;
    line-height: 57.6px;
  }
}

@media(max-width: 991px){
  .campaign-banner-section .video-section:before{
    height: 147px;
    width: 137px;
    top: 31px;
    left: -140px;
  }
}


@media(max-width: 767px){
  .campaign-banner-section{
    padding: 124px 0 44px 0;
  }

  .campaign-banner-section h1{
    font-size: 28px;
    letter-spacing: 0.14px;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto 10px auto;
  }

  .campaign-banner-section p{
    font-size: 15px;
    letter-spacing: 0.07px;
    line-height: 22px;
    max-width: 100%;
  }

  .campaign-banner-section .content-container{
    position: relative;
    bottom: unset;
    margin-top: 95px;
  }

  .campaign-banner-section .video-section .play-icon{
    max-width: 53px;
  }

  .campaign-banner-section .video-section:before{
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Watch-me-mobile.svg') no-repeat;
    background-size: cover;
    background-position: center;
    left: unset;
    top: -107px;
    right: 0;
  }
}

@media(max-width: 460px){
  .campaign-banner-section .video-section .cover{
    min-height: 170px;
  }

  .campaign-banner-section .video-section .video-container{
    max-width: 320px;
    margin: 0 auto;
  }
}


/********* Banner Section Style2 **********/

.campaign-banner-section2{
  position: relative;
  z-index: 1;
  padding: 162px 0 112px 0;
}

.campaign-banner-section2:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #301575;
  opacity: 0.8;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.campaign-banner-section2 h1{
  font-size: 63px;
  letter-spacing: -0.2px;
  line-height: 63.6px;
  max-width: 1027px;
  margin: 0 auto 30px auto;
}

.campaign-banner-section2 p{
  font-size: 18px;
  letter-spacing: 0.09px;
  line-height: 27px;
  max-width: 818px;
  margin: 0 auto;
}

.campaign-banner-section2 .content-container{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -128px;
}

.campaign-banner-section2 .row-fluid .video-section{
  max-width: 431px;
  margin: 0 auto;
  float: none;
  position: relative;
}

.campaign-banner-section2 .video-section:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Watch-me-1.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 177px;
  width: 163px;
  top: 31px;
  left: -175px;
}

.campaign-banner-section2 .video-section .video-container{
  padding: 13px 17px 13px 17px;
  border: 1.5px solid rgba(80,65,133,0.19);
  background-color: #FFFFFF;
  box-shadow: 0 3px 24px 0 rgba(94,94,94,0.25);
  box-sizing: border-box;
}

.campaign-banner-section2 .video-section .cover{
  min-height: 238px;
  width: 100%;
  cursor: pointer;
}

.campaign-banner-section2 .video-section .play-icon{
  position: absolute;
  bottom: 13.5px;
  left: 13.5px;
}

.campaign-banner-section2 .cta-container{
  margin-top: 25px;
}

.campaign-banner-section2 .cta-container a.cta_button{
  padding: 10px 19.2px;
  box-shadow: none;
}

@media(max-width: 1024px){
  .campaign-banner-section2 h1{
    font-size: 48px;
    line-height: 57.6px;
  }
}

@media(max-width: 991px){
  .campaign-banner-section2 .video-section:before{
    height: 147px;
    width: 137px;
    top: 31px;
    left: -140px;
  }
}


@media(max-width: 767px){
  .campaign-banner-section2{
    padding: 124px 0 44px 0;
  }

  .campaign-banner-section2 h1{
    font-size: 28px;
    letter-spacing: 0.14px;
    line-height: 30px;
    max-width: 100%;
    margin: 0 auto 10px auto;
  }

  .campaign-banner-section2 p{
    font-size: 15px;
    letter-spacing: 0.07px;
    line-height: 22px;
    max-width: 100%;
  }

  .campaign-banner-section2 .content-container{
    position: relative;
    bottom: unset;
    margin-top: 95px;
  }

  .campaign-banner-section2 .video-section .play-icon{
    max-width: 53px;
  }

  .campaign-banner-section2 .video-section:before{
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Watch-me-mobile.svg') no-repeat;
    background-size: cover;
    background-position: center;
    left: unset;
    top: -107px;
    right: 0;
  }
  .footer-group .form-container form input {
    height: 48px;
  }
  .footer-group .form-container form .hs-button {
    width: 48px;
    max-height: 48px;
    padding: 0 !important;
  }
  .footer-group .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    display: inline-block;
    max-width: 48px;
    max-height: 48px;
    min-height: 48px;
    white-space: nowrap;
    overflow: visible;
  }
}

@media(max-width: 460px){
  .campaign-banner-section2 .video-section .cover{
    min-height: 170px;
  }

  .campaign-banner-section2 .video-section .video-container{
    max-width: 320px;
    margin: 0 auto;
  }
}
  
  
  

/********** Four Col Icon Section Style ***********/


.fourCol-icon-cm{
  padding: 200px 0 83px 0;
}

.fourCol-icon-cm .section-heading{
  margin-bottom: 20px;
}

.fourCol-icon-cm .section-heading h2{
  color: #28066C;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  font-weight: 400;
}

.fourCol-icon-cm .section-heading p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  max-width: 611px;
  margin: 0 auto;
  font-weight: 400;
  font-family:'Barlow', sans-serif;
}

.fourCol-icon-cm .content-block .icon-container{
  margin-bottom: 25px;
}

.fourCol-icon-cm .content-block h4{
  color: #2D0371;
  font-size: 21px;
  letter-spacing: -0.22px;
  line-height: 31px;
  margin-bottom: 7px;
}

.fourCol-icon-cm .content-block p{
  letter-spacing: 0;
  line-height: 25px;
  font-family:'Barlow', sans-serif;
}

@media(max-width: 1024px) and (min-width: 768px){
  body .fourCol-icon-cm .row-fluid .four-col-adjust span>.hs_cos_wrapper.content-block{
    flex-basis: 40.5%;
    -webkit-flex-basis: 40.5%;
    margin-right: 9.5%;
  }

  body .container-fluid .fourCol-icon-cm .row-fluid .four-col-adjust>span{
    margin-right: -9.5%;
  }
}

@media(max-width: 767px){
  .fourCol-icon-cm{
    padding: 46px 0 32px 0;
  }

  .fourCol-icon-cm .section-heading{
    margin-bottom: 4px;
  }

  .fourCol-icon-cm .section-heading h2{
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 30px;
  }

  .fourCol-icon-cm .section-heading p{
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 25px;
  }

  body .fourCol-icon-cm .row-fluid .four-col-adjust span>.hs_cos_wrapper.content-block{
    margin: 20px auto 0 auto;
    max-width: 287px;
    float: none;
  }
}



/********** Four Col Icon Section Style2 ***********/


.fourCol-icon-cm2{
  padding: 120px 0 83px 0;
}

.fourCol-icon-cm2 .section-heading{
  margin-bottom: 20px;
}

.fourCol-icon-cm2 .section-heading h2{
  color: #28066C;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  font-weight: 400;
}

.fourCol-icon-cm2 .section-heading p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  max-width: 611px;
  margin: 0 auto;
  font-weight: 400;
  font-family:'Barlow', sans-serif;
}

.fourCol-icon-cm2 .content-block .icon-container{
  margin-bottom: 25px;
}

.fourCol-icon-cm2 .content-block h4{
  color: #2D0371;
  font-size: 21px;
  letter-spacing: -0.22px;
  line-height: 31px;
  margin-bottom: 7px;
}

.fourCol-icon-cm2 .content-block p{
  letter-spacing: 0;
  line-height: 25px;
  font-family:'Barlow', sans-serif;
}

@media(max-width: 1024px) and (min-width: 768px){
  body .fourCol-icon-cm2 .row-fluid .four-col-adjust span>.hs_cos_wrapper.content-block{
    flex-basis: 40.5%;
    -webkit-flex-basis: 40.5%;
    margin-right: 9.5%;
  }

  body .container-fluid .fourCol-icon-cm2 .row-fluid .four-col-adjust>span{
    margin-right: -9.5%;
  }
}

@media(max-width: 767px){
  .fourCol-icon-cm2{
    padding: 46px 0 32px 0;
  }

  .fourCol-icon-cm2 .section-heading{
    margin-bottom: 4px;
  }

  .fourCol-icon-cm2 .section-heading h2{
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 30px;
  }

  .fourCol-icon-cm2 .section-heading p{
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 25px;
  }

  body .fourCol-icon-cm2 .row-fluid .four-col-adjust span>.hs_cos_wrapper.content-block{
    margin: 20px auto 0 auto;
    max-width: 287px;
    float: none;
  }
}



/********** Testimonial Section Style ***********/


.testimonial-container{
  padding: 0 30px 0 30px;
}

.campaign-testimonial-section{
  background-color: rgba(157,217,247,0.13);
  padding: 128px 0 108px 0;
}

.campaign-testimonial-section .testimonial-text{
  margin: 15px 0 132px 0;
}

.campaign-testimonial-section .testimonial-text h3{
  color: #5E5E5E;
  font-family:'Barlow', sans-serif;
  font-size: 28px;
  letter-spacing: -0.22px;
  line-height: 34px;
}

.campaign-testimonial-section .author-details h4{
  color: #3E0080;  
  font-size: 21px;
  letter-spacing: -0.22px;
  line-height: 31px;
  margin-bottom: 0;
}

.campaign-testimonial-section .author-details p{
  color: #878787;
  font-size: 19.5px;
  letter-spacing: -0.21px;
  line-height: 30px;
}

.campaign-testimonial-section .left-col{
  position: relative;
}

.campaign-testimonial-section .left-col-text{
  position: absolute;
  bottom: 16px;
  left: 33px;
  max-width: 508px;
}

.campaign-testimonial-section .left-col-text h3{
  font-size: 30.4px;
  letter-spacing: -0.18px;
  line-height: 36px;
}

@media(min-width: 1439px){
  .campaign-testimonial-section .row-fluid .left-col.span8{
    width: 62.611966%;
  }

  .campaign-testimonial-section .row-fluid .right-col.span4{
    width: 31.723932%;
    margin-left: 5.564103%;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .testimonial-container{
    padding: 0 15px 0 15px;
  }

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

  .campaign-testimonial-section .row-fluid .left-col.span8{
    width: 57.745856%;
  }

  .campaign-testimonial-section .row-fluid .right-col.span4{
    width: 40.491713%;
  }

  .campaign-testimonial-section .left-col-text{
    max-width: 382px;
  }

  .campaign-testimonial-section .testimonial-text{
    margin: 15px 0 85px 0;
  }

  .campaign-testimonial-section .testimonial-text h3{
    font-size: 22px;
    line-height: 27px;
  }

  .campaign-testimonial-section .left-col-text h3{
    font-size: 23.4px;
    line-height: 30px;
  }
}

@media(max-width: 767px){
  .testimonial-container{
    padding: 0;
  }

  .campaign-testimonial-section{
    padding: 30px 0 28px 0;
  }

  .campaign-testimonial-section .row-fluid [class*="span"]:first-child.left-col{
    min-height: 208px;
    margin-bottom: 34px;
  }

  .campaign-testimonial-section .left-col-text{
    max-width: 215px;
    bottom: 2px;
    left: 16px;
  }

  .campaign-testimonial-section .left-col-text h3{
    font-size: 12.92px;
    letter-spacing: -0.08px;
    line-height: 15.3px;
  }

  .campaign-testimonial-section .quote-image img{
    max-width: 28px !important;
  }

  .campaign-testimonial-section .testimonial-text{
    margin: 15px 0 22px 0;
  }

  .campaign-testimonial-section .testimonial-text h3{
    font-size: 22.4px;
    letter-spacing: -0.17px;
    line-height: 27.2px;
  }

  .campaign-testimonial-section .author-details h4{
    font-size: 16.8px;
    letter-spacing: -0.18px;
    line-height: 24.8px;
  }

  .campaign-testimonial-section .author-details p{
    font-size: 15.6px;
    letter-spacing: -0.16px;
    line-height: 23px;
  }
}


/********* Logo Section Style ************/


.company-logo-cm{
  padding: 82px 0 70px 0;
}

.company-logo-cm .section-heading h2{
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  color: #28066C;
}

.body-container-wrapper .company-logo-cm .logo-container li{
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 15.66%;
}

@media(max-width: 1024px){
  .company-logo-cm .section-heading h2{
    font-size: 34px;
    line-height: 40px;
  }

  .body-container-wrapper .company-logo-cm .logo-container li{
    width: 25.66%;
  }
}

@media(max-width: 767px){
  .company-logo-cm{
    padding: 66px 0 20px 0;
  } 

  .company-logo-cm .section-heading h2{
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 30px;
  }

  .body-container-wrapper .company-logo-cm .logo-container li {
    width: 49%;
    margin: 20px 0px;
  }
}





/********** Bottom Form Section Style **************/


.bottom-form-section{
  background: linear-gradient(180deg, #28066C 0%, #504185 100%);
  position: relative;
  padding: 115px 0 75px 0;
  z-index: 1;
}

.bottom-form-section:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Flare.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 430px;
  width: 409px;
  left: 0;
  bottom: 0;
}

.bottom-form-section:after{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 897px;
  width: 323px;
  right: 32px;
  bottom: -215px;
  z-index: -1;
}

.bottom-form-section .row-fluid .content-container{
  max-width: 416px;
  margin: 0 auto;
  float: none;
}

.bottom-form-section .left-col h2{
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  margin-bottom: 8px;
}

.bottom-form-section .left-col p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-family:'Barlow', sans-serif;
}

.body-container-wrapper .bottom-form-section .left-col ul{
  margin-top: 28px;
  margin-bottom: 0;
}

.bottom-form-section .left-col ul li{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-family:'Barlow', sans-serif;
  position: relative;
  margin-left: 35px;
  margin-bottom: 20px;
}

.bottom-form-section .left-col ul li:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Blue-Tick.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 23px;
  width: 20px;
  top: 7px;
  left: -33px;
}

.bottom-form-section .row-fluid .form-container{
  border: 1px solid rgba(94,94,94,0.17);
  background-color: #FFFFFF;
  box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
  max-width: 443px;
  margin: 0 auto;
  float: none;
  padding: 34px 20px 43px 20px;
  position: relative;
}

.bottom-form-section .form-container:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Yellow-Arrow.svg') no-repeat;
  background-size: contain;
  background-position: center;
  height: 93px;
  width: 101px;
  top: -15px;
  left: -38px;
}

.bottom-form-section .form-container h3{
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 39px;
  margin-bottom: 9px;
  color: #2D0371;
}

.bottom-form-section .form-container p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-family:'Barlow', sans-serif;
}

.bottom-form-section .form-container .form-section{
  max-width: 317px;
  margin: 10px auto 0 auto;
  float: none;
}

.bottom-form-section .row-fluid form .field>label{
  display: none;
}

body .bottom-form-section .row-fluid form input{
  margin-bottom: 11px;
  font-size: 15px;
  letter-spacing: 0.07px;
  line-height: 18px;
  color: #2A2A2A;
  font-family:'Barlow', sans-serif;
}

body .container-fluid .bottom-form-section .row-fluid form .hs-button{
  margin-top: 0;
  display: block;
  width: 100%;
  box-shadow: none;
}

body .container-fluid .bottom-form-section .row-fluid form .hs-button:focus{
  outline: none;
  border: none;
}

.bottom-form-section .hs-error-msg{
  bottom: 22px;
  position: relative;
}

@media(max-width: 1024px){
  .bottom-form-section .left-col h2{
    font-size: 34px;
    line-height: 41px;
  }

  .bottom-form-section .form-container:before{
    left: -53px;
  }
}

@media(max-width: 767px){
  .bottom-form-section{
    padding: 60px 0 75px 0;
  }

  .bottom-form-section:before{
    height: 241px;
    width: 229px;
  }

  .bottom-form-section:after{
    display: none;
  }

  .bottom-form-section .left-col{
    margin-bottom: 26px;
  }

  .bottom-form-section .left-col h2{
    font-size: 24px;
    letter-spacing: 0.12px;
    line-height: 30px;
  }

  .bottom-form-section .left-col p{
    font-size: 15px;
    letter-spacing: 0.07px;
    line-height: 22px;
  }

  .bottom-form-section .left-col ul li{
    font-size: 15px;
    letter-spacing: 0.07px;
    line-height: 22px;
  }

  .bottom-form-section .left-col ul li:before{
    top: 1px;
  }

  .bottom-form-section .row-fluid .content-container{
    max-width: 100%;
  }

  .bottom-form-section .row-fluid .form-container{
    padding: 28px 27px 28px 27px;
  }

  .bottom-form-section .form-container:before{
    height: 62px;
    width: 66px;
    transform: rotate(22deg);
    left: 0px;
    top: -7px;
  }

  .bottom-form-section .form-container h3{
    font-size: 26px;
    letter-spacing: 0.13px;
    line-height: 40px;
    margin-bottom: 7px;
  }

  .bottom-form-section .form-container p{
    font-size: 15px;
    letter-spacing: 0.07px;
    line-height: 23px;
  }

  .bottom-form-section .form-container .form-section{
    max-width: 100%;
    margin: 6px auto 0 auto;
  }

  .bottom-form-section .hs-error-msg{
    bottom: 10px;
  }
}

@media(max-width: 380px){
  .bottom-form-section .form-container:before{
    height: 49px;
    width: 53px;
    left: -12px;
    top: -7px;
  }
}



/********** Campaign Landing Page 2 Style **************/

/******** Footer Style *********/

.campaign-footer-2.campaign-footer{
  display: none;
}

@media(max-width: 767px){
  .campaign-footer-2.campaign-footer{
    display: block;
  }
}



/******** Section Style **********/

.form-video-section{
  position: relative;
  z-index: 1;
}

.form-video-section .form-container{
  margin-top: 11px;
}

.form-video-section .form-container h3{
    color: #2d0371;
    font-size: 37px;
    letter-spacing: .15px;
    line-height: 46px;
    margin-bottom: 7px;
}

.form-video-section .form-container p{
  color: #5E5E5E;
  font-size: 15px;
  letter-spacing: 0.07px;
  line-height: 23px;
}

.form-video-section .row-fluid .form-section{
  max-width: 317px;
  margin: 0 auto;
  float: none;
  /*   position: relative; */
}

.form-video-section .row-fluid form .hs-form-field{
  position: relative;
}

.form-video-section .row-fluid form .field>label{
  display: none;
}

body .form-video-section .row-fluid form input{
  margin-bottom: 11px;
  font-size: 15px;
  letter-spacing: 0.07px;
  line-height: 18px;
  color: #2A2A2A;
  font-family:'Barlow', sans-serif;
}

.form-video-section .row-fluid form .hs-error-msgs li{
  position: relative;
  text-align: left;
  margin: -4px 0 4px 0;
}

body .container-fluid .form-video-section .row-fluid form .hs-button{
  margin-top: 0;
  display: block;
  width: 100%;
  box-shadow: none;
}

body .container-fluid .form-video-section .row-fluid form .hs-button:focus{
  outline: none;
  border: none;
}

.form-video-section .company-logo-cm{
  padding: 11px 0 0px 0;
}

.body-container-wrapper .form-video-section .company-logo-cm .logo-container li{
  width: 28.66%;
}

.form-video-section .row-fluid .right-col-content{
  max-width: 506px;
  margin: 0 auto 0 auto;
  float: none;
}

.form-video-section .video-section{
  margin-bottom: 20px;
  box-shadow: 0 3px 24px 0 rgba(94,94,94,0.62);
  cursor: pointer;
}

.form-video-section .video-desktop{
  min-height: 303px;
}

.form-video-section .play-icon{
  position: absolute;
  left: 0;
  right: 0;
  top: 33%;
}

.form-video-section .row-fluid .video-description{
  max-width: 396px;
  margin: 0 auto 0 auto;
  float: none;
  clear: both;
}

.form-video-section .video-description h4{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-family:'Barlow', sans-serif;
}

.form-video-section .video-description h5{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  font-family:'Barlow', sans-serif;
  margin: 21px 0 0 0;
}

.form-video-section .video-description p{
  font-size: 11px;
  letter-spacing: 0;
  line-height: 28px;
}

@media(min-width: 1300px){
  .row-fluid .form-video-section [class*="span"].wrapper-large{
    max-width: 100%;
  }

  .form-video-section .row-fluid .span8.right-col{
    /*     width: 51.811966%; */
    width: 57.811966%;
    margin-left: 2.564102564%;
    padding-left: 20px;
  }

  .form-video-section .row-fluid .span4.left-col{
    width: 39.623932%;
  }

  .form-video-section .row-fluid .right-col-content{
    /*     margin: 0 auto 0 170px; */
    margin: 0 auto 0 auto;
    float: none;
  }

  .form-video-section .row-fluid .left-col-content{
    max-width: 394px;
    margin: 0 auto;
    float: none;
  }
}


@media(max-width: 1299px) and (min-width: 768px){
  .form-video-section .row-fluid .span8.right-col{
    width: 59.745856%;
    padding-left: 15px;
  }

  .form-video-section .row-fluid .span4.left-col{
    width: 37.491713%;
  }
}

@media(max-width: 1024px){
  .form-video-section .video-desktop{
    min-height: 248px;
  }

  .form-video-section .row-fluid .right-col-content{
    max-width: 448px;
  }
}

@media(min-width: 768px){
  .form-video-section{
    height: 100vh;
  }

  .form-video-section:after{
    position: absolute;
    content: '';
    height: 100%;
    /*   width: 56.4%; */
    width: 40.4%;
    background: linear-gradient(180deg, #28066C 0%, #504185 100%);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .form-video-section .left-col{
    height: 100vh;
  }

  .form-video-section .right-col{
    height: 100vh;
    background: linear-gradient(180deg, #28066C 0%, #504185 100%);  
  }

  .form-video-section .video-section{
    position: relative;
    z-index: 1;
  }

  .form-video-section .video-section:after{
    content: '';
    position: absolute;
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal-shards.svg') no-repeat;
    background-size: contain;
    background-position: center;
    height: 234px;
    width: 105px;
    bottom: -53px;
    right: -95px;
    z-index: 0;
    pointer-events: none;
  }
}

@media(max-width: 767px){
  .form-video-section{
    padding: 48px 0 27px 0;
  }

  .form-video-section .row-fluid .video-description{
    display: none;
  }

  .form-video-section .row-fluid .form-section{
    max-width: 100%;
  }

  .form-video-section .play-icon img{
    max-width: 72px !important;
  }

  .form-video-section .video-desktop{
    min-height: 264px;
  }

  .form-video-section .row-fluid .left-col-content{
    max-width: 480px;
    margin: 0 auto;
    float: none;
  }

  .form-video-section .video-section{
    margin-bottom: 34px;
    margin-top: 10px;
    box-shadow: none;
  }

  .body-container-wrapper .form-video-section .company-logo-cm .logo-container li{
    margin: 4px 0px;
    width: 32.66%;
  }

  .form-video-section .play-icon{
    top: 40%;
  }
}


@media(max-width: 480px){
  .form-video-section .row-fluid .left-col-content{
    max-width: 304px;
  }

  .body-container-wrapper .form-video-section .company-logo-cm .logo-container li{
    width: 31.66%;
  }

  .form-video-section .video-desktop{
    min-height: 181px;
  }
}




/*************** Home Page Style **************/


/*************** Home Page Tabber Section Style ***************/



.home-tabber-cm{
/*   padding: 60px 0 90px 0; */
  padding: 111px 0 90px 0;
  background: linear-gradient(180deg, rgba(253,253,254,0) 0%, #FAFAFC 100%);
}

.home-tabber-cm .section-heading{
  margin-bottom: 45px;
}

.home-tabber-cm .section-heading h2{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  font-weight: 300;
}

.home-tabber-cm .mobile-dropdown{   
  display: none;
}

.home-tabber-cm .desktop-tabber ul{
  margin: 0;
  padding: 0;
  display: flex;
  box-shadow: 0 7px 11px 0 rgba(117,128,134,0.18);
}

.home-tabber-cm .desktop-tabber ul li{
  margin: 0;
  color: #38007B;
  font-family:'Barlow', sans-serif;
  font-size: 27px;
  letter-spacing: -0.16px;
  line-height: 36px;
  cursor: pointer;
  background-color: #FAFAFC;
  flex-basis: 33.33%;
  padding: 24px 10px 29px 10px;
  position: relative;
  z-index: 1;
}

.home-tabber-cm .desktop-tabber ul li.current{
  background-color: #504185;
  color: #fff;
}

.home-tabber-cm .desktop-tabber ul li.current:before{
  position: absolute;
  content: '';
  background-size: cover;
  background-position: center;
  bottom: -42px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 0px;
  height: 30px;
  border-top: solid 30px #504185;
  border-left: solid 30px transparent;
  border-right: solid 30px transparent;
  z-index: -1;
}

.home-tabber-cm .desktop-tabber ul li:nth-child(2){
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.home-tabber-cm .content-section{
  margin-top: 84px;
}

.home-tabber-cm .tab-content{
  display: none;
}

.home-tabber-cm .tab-content.current{
  display: block;
}

.home-tabber-cm .content-heading{
  max-width: 740px;
  margin: 0 auto 33px auto;
}

.home-tabber-cm .content-heading h2{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  margin-bottom: 19px;
  font-weight: 300;
}

.home-tabber-cm .content-heading p{
  color: #5E5E5E;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28px;
}

.home-tabber-cm .box-content{
  border: 1px solid #FAB419;
  background-color: rgba(250,180,25,0.03);
  transition: all 0.3s ease-in-out;
  padding: 20px 30px 30px 30px;
  position: relative;
}

.home-tabber-cm .box-content:hover{
  border: 1px solid #504185;
}

.home-tabber-cm .box-content .hover-arrow-image{
  display: none;
}

.home-tabber-cm .box-content:hover .hover-arrow-image{
  display: block;
}

.home-tabber-cm .box-content:hover .arrow-image{
  display: none;
}

.home-tabber-cm .box-heading{
  min-height: 87px;
}

.home-tabber-cm .box-description{
  margin-bottom: 24px;
}

.home-tabber-cm .box-content h4{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 30px;
  font-weight: 400;
}

.home-tabber-cm .box-content p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}

.home-tabber-cm .box-content a.card-link{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


@media(min-width: 768px){
  body .row-fluid .home-tabber-cm .four-col-adjust span>.hs_cos_wrapper.box-content{
    flex-basis: 23.1%;
    -webkit-flex-basis: 23.1%;
    margin-right: 1.4%;
    max-width: 291px;
  }
}

@media(max-width: 1024px){
  .home-tabber-cm .section-heading h2,
  .home-tabber-cm .content-heading h2{
    font-size: 34px;
    line-height: 41px;
  }

  .home-tabber-cm .desktop-tabber ul li{
    font-size: 23px;
    line-height: 32px;
  }

  .home-tabber-cm .box-content{
    padding: 20px 20px 20px 20px;
  }

  .home-tabber-cm .box-content h4{
    font-size: 23px;
    line-height: 30px;
  }
}


@media(max-width: 767px){
  .home-tabber-cm{
    padding: 24px 0 55px 0;
  }

  .home-tabber-cm .mobile-dropdown{
    display: block;
  }

  .home-tabber-cm .desktop-tabber{
    display: none;
  }

  .home-tabber-cm .section-heading{
    margin-bottom: 30px;
  }

  .home-tabber-cm .section-heading h2,
  .home-tabber-cm .content-heading h2{
    font-size: 32px;
    line-height: 36px;
  }

  body .row-fluid .home-tabber-cm select{
    height: 48px;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 50px 10px 20px;
    font-family: 'Barlow', sans-serif;
    background: #fff url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/arrow%20down.svg') no-repeat !important;
    background-position-x: 97% !important;
    background-position-y: 13px !important;
    background-size: 15px !important;
    cursor: pointer;
  }

  body .row-fluid .home-tabber-cm select option{
    cursor: pointer;
  }

  body .row-fluid .home-tabber-cm select:focus{
    outline: none;
  }

  .home-tabber-cm .content-heading{
    margin: 0 auto;
  }

  .home-tabber-cm .content-section{
    margin-top: 38px;
  }

  .home-tabber-cm .content-heading p{
    margin-bottom: 4px;
  }

  .home-tabber-cm .box-heading{
    min-height: auto;
  }

  .home-tabber-cm .box-description{
    margin-bottom: 0;
  }

  body .row-fluid .home-tabber-cm .four-col-adjust span>.hs_cos_wrapper.box-content{
    margin-top: 17px;
  }
}


/*************** Home Page Three Col Section Style ***************/


.about-us-cm{
  padding: 92px 0 60px 0;
}

.about-us-cm .section-heading{
  margin-bottom: 36px;
}

.about-us-cm .section-heading h5{
  color: #6EC8F5;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.about-us-cm .section-heading h2{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  text-align: center;
  font-weight: 300;
}

.about-us-cm .content-block{
  border: 1px solid rgba(94,94,94,0.17);
  background-color: #FFFFFF;
  box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
  padding: 32px 22px 22px 22px;
}

.about-us-cm .top-section{
  min-height: 224px;
  margin-bottom: 20px;
}

.about-us-cm .testimonial-section h4{
  color: #5E5E5E;
  font-size: 18px;
  letter-spacing: -0.14px;
  line-height: 30px;
}

.about-us-cm .testimonial-section img{
  margin-bottom: 16px;
}

.about-us-cm .author{
  min-height: 91px;
}

.about-us-cm .author h3{
  color: #2D0371;
  font-size: 21px;
  letter-spacing: -0.22px;
  line-height: 26px;
  margin-bottom: 7px;
}

.about-us-cm .author p{
  color: #878787;
  font-size: 16.5px;
  letter-spacing: -0.17px;
  line-height: 25px;
}

.about-us-cm .bottom-logo{
  margin-top: 10px;
}

.about-us-cm .video-section .cover {
  width:100%;
  position: relative;
  min-height: 196px;
  cursor: pointer;
}

.about-us-cm .video-section video {
  opacity:0;
  width:100%;
  height: 100%;
  position:absolute;
  z-index:-1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-us-cm .video-section video:focus{
  outline: none;
}

.about-us-cm .play-icon{
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.about-us-cm .logo-section{
  margin-top: 53px;
}


.about-us-cm .logo-section ul{
  margin: 0;
  padding: 0;
}

.about-us-cm .logo-section ul li{
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 12.8%;
}

@media(min-width: 768px){
  body .row-fluid .about-us-cm .three-col-adjust span>.hs_cos_wrapper.content-block{
    max-width: 392px;
  }
}


@media(max-width: 1024px){
  .about-us-cm .section-heading h2{
    font-size: 34px;
    line-height: 41px;
  }

  .about-us-cm .testimonial-section h4{
    font-size: 15px;
    line-height: 24px;
  }

  .about-us-cm .logo-section ul li{
    width: 15.8%;
  }
}

@media(max-width: 767px){
  .about-us-cm{
    padding: 66px 0 45px 0;
  }

  .about-us-cm .section-heading h2{
    font-size: 32px;
    line-height: 36px;
  }

  body .row-fluid .about-us-cm .three-col-adjust span>.hs_cos_wrapper.content-block{
    margin-top: 17px;
    padding: 25px 20px 25px 20px;
  }

  .about-us-cm .testimonial-section h4{
    font-size: 18px;
    line-height: 30px;
  }

  .about-us-cm .video-section{
    margin-bottom: 38px;
  }

  .about-us-cm .top-section{
    min-height: auto;
  }

  .about-us-cm .author{
    min-height: auto;
    margin-bottom: 20px;
  }

  .about-us-cm .logo-section{
    margin-top: 38px;
  }

  .about-us-cm .logo-section ul li{
    width: 31.8%;
  }
}




/*************** Home Page Two Col Section Style ***************/


.two-col-card-cm{
  padding: 138px 0 180px 0;
  background-color: rgba(157,217,247,0.2);
  position: relative;
}

.row-fluid .two-col-card-cm [class*="span"].wrapper{
  max-width: 1216px;
}

.two-col-card-cm:after{
  position: absolute;
  content: '';
  background: #fff;
  height: 100px;
  width: 100%;
  border-radius: 50%;
  top: -53px;
  left: 0;
  right: 0;
}

.two-col-card-cm .content-block{
  border: 1px solid rgba(94,94,94,0.17);
  background-color: #FFFFFF;
  box-shadow: 0 4px 21px 0 rgba(117,128,134,0.18);
  padding: 40px 18px 40px 18px;
} 

.two-col-card-cm .content-block h3{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 39px;
  margin-bottom: 24px;
  font-weight: 300;
}

.two-col-card-cm .content-block p{
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28px;
}

body .two-col-card-cm .content-block a.cta_button{
  background-color: #EDAA18;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.09px;
  line-height: 27px;
  padding: 10px 16px;
}

.two-col-card-cm .icon-container{
  margin-bottom: 21px;
}


@media(min-width: 768px){
  .two-col-card-cm:before{
    position: absolute;
    content: '';
    background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Blue-fractal.svg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 38%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  body .container-fluid .two-col-card-cm .row-fluid .two-col-adjust>span{
    margin-right: -2.5%;
  }

  body .row-fluid .two-col-card-cm .two-col-adjust span>.hs_cos_wrapper.content-block{
    flex-basis: 47.5%;
    -webkit-flex-basis: 47.5%;
    margin-right: 2.5%;
    /*     max-width: 557px; */
    max-width: 577px;
  }

  .two-col-card-cm .text-container{
    min-height: 173px;
    margin-bottom: 10px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .two-col-card-cm{
    padding: 82px 0 120px 0;
  }

  .two-col-card-cm .text-container{
    min-height: 228px;
  }

  .two-col-card-cm .content-block h3{
    font-size: 28px;
    line-height: 35px;
  }
}

@media(max-width: 767px){
  .two-col-card-cm{
    padding: 97px 0 66px 0;
  }

  body .row-fluid .two-col-card-cm .two-col-adjust span>.hs_cos_wrapper.content-block{
    margin-top: 20px;
  }

  .two-col-card-cm .content-block{
    padding: 30px 22px 37px 22px;
  }

  .two-col-card-cm .content-block h3{
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}


/*************** Home Page Two Col Left Image Section Style ***************/



.two-col-img-left{
  margin: 45px 0 100px 0;
  position: relative;
}

.two-col-img-left:before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
  height: 140px;
  width: 100%;
  top: -185px;
  left: 0;
  right: 0;
}

.two-col-img-left .section-heading{
  position: relative;
}

.two-col-img-left .section-heading:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 204px;
  background-color: #6EC8F5;
  left: 0;
  bottom: -15px;
}

.two-col-img-left .section-heading h2{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  margin-bottom: 30px;
  font-weight: 300;
}

.two-col-img-left .section-heading p{
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28px;
}

.two-col-img-left .contemnt-container{
  margin-top: 24px;
}

.two-col-img-left .content-block h3{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 30px;
  font-weight: 400;
}

.two-col-img-left .content-block p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}

.two-col-img-left .content-block .cta-container{
  margin-top: 20px;
}



@media(min-width: 768px){
  body .row-fluid .two-col-img-left .two-col-adjust span>.hs_cos_wrapper.content-block{
    margin-top: 64px;
  }

  .two-col-img-left .left-col{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .two-col-img-left .row-fluid .left-col.span4{
    width: 37.623932%;
  }

  .two-col-img-left .row-fluid .right-col.span8{
    margin-left: 38.623932%;
    padding: 29px 0 35px 35px;
  }
}

@media(min-width: 1550px){
  .two-col-img-left .row-fluid .right-col.span8{
    margin-left: 33.623932%;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .two-col-img-left .section-heading h2{
    font-size: 34px;
    line-height: 41px;
  }

  body .row-fluid .two-col-img-left .two-col-adjust span>.hs_cos_wrapper.content-block{
    margin-top: 52px;
  }
}

@media(max-width: 767px){
  .two-col-img-left{
    margin: 45px 0 30px 0;
  }

  .row-fluid .two-col-img-left [class*="span"].wrapper-large{
    padding: 0;
  }

  body .container-fluid .two-col-img-left .row-fluid [class*="span"].left-col{
    min-height: 383px;
    margin-bottom: 40px;
  }

  .two-col-img-left .right-col{
    padding: 0 15px;
  }

  .two-col-img-left .section-heading h2{
    font-size: 32px;
    line-height: 36px;
    margin-bottom:n 37px;
  }

  .two-col-img-left .content-container{
    margin-top: 65px;
  }

  body .row-fluid .two-col-img-left .two-col-adjust span>.hs_cos_wrapper.content-block{
    margin-top: 48px;
  }

  .two-col-img-left .content-block h3{
    font-size: 23px;
    line-height: 30px;
  }
}


/*************** Smart Insights Section Style ***************/


.smart-insights-section{
  padding: 71px 0 93px 0;
}

.smart-insights-section .heading-section h2{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  font-weight: 300;
}

@media(max-width: 767px){
  .smart-insights-section{
    padding: 71px 0 57px 0;
  }

  .smart-insights-section .heading-section h2{
    font-size: 32px;
    line-height: 36px;
  }
}



.latest-insigts .home-post-item{
  margin-top: 36px;
}

.latest-insigts .featured-image{
  margin-bottom: 30px;
}

.latest-insigts .hs-featured-image-wrapper{
  min-height: 199px;
}

.latest-insigts .post-header{
  margin-bottom: 20px;
}

.latest-insigts .post-header h2{
  color: #28066C;
  font-family:'Barlow', sans-serif;
  font-size: 25px;
  letter-spacing: -0.19px;
  line-height: 31px;
  font-weight: 300;
}

.latest-insigts .description-container p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}

.latest-insigts .author-image-width{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.latest-insigts .author-label-section{
  display: inline-block;
  vertical-align: middle;
}

.latest-insigts .author-details-section{
  margin: 10px 0 17px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(24,24,24,0.11);
}

.latest-insigts .hs-author-avatar{
  height: 40px;
  width: 40px;
}

.latest-insigts h6.hs-author-label{
  color: #5E5E5E;
  font-family:'Barlow', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

.latest-insigts .topic-container p a{
  color: #5E5E5E;
  font-family:'Barlow', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.latest-insigts .cta-card .text-container{
  padding: 39px 30px 0px 30px;
  background-color: #504185;
  position: relative;
}

.latest-insigts .cta-card .text-container:before{
  position: absolute;
  content: '';
  background: linear-gradient(180deg, #504185 0%, rgba(80,65,133,0) 100%);
  height: 83px;
  width: 100%;
  bottom: -83px;
  left: 0;
  right: 0;
  z-index: 2;
}

.latest-insigts .cta-card h3{
  font-family:'Barlow', sans-serif;
  font-size: 34px;
  letter-spacing: -0.26px;
  line-height: 36px;
  margin-bottom: 17px;
}

.latest-insigts .cta-card p{
  font-family:'Barlow', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

.latest-insigts .cta-card .cta-container{
  margin-top: 29px;
}

.latest-insigts .cta-card .cta-container a.cta_button{
  padding: 10px 18px;
}

.latest-insigts .image-container{
  min-height: 216px;
  position: relative;
  z-index: 1;
}

.latest-insigts .cta-card:before{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal-1.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 106.46px;
  width: 46.96px;
  right: -31px;
  bottom: -2px;
  z-index: 0;
}

@media(max-width: 1024px){
  .latest-insigts .post-header h2{
    font-size: 21px;
    line-height: 27px;
  }

  .latest-insigts .cta-card h3{
    font-size: 24px;
    line-height: 34px;
  }

  .latest-insigts .cta-card p{
    font-size: 16px;
    line-height: 26px;
  }
}

@media(max-width: 767px){
  .latest-insigts .home-post-item{
    margin-top: 18px;
  }

  .latest-insigts .featured-image{
    margin-bottom: 14px;
  }

  .latest-insigts .hs-featured-image-wrapper{
    min-height: 171px;
  }

  .latest-insigts .post-header h2{
    font-size: 25px;
    line-height: 31px;
  }

  .latest-insigts .cta-card h3{
    font-size: 34px;
    line-height: 36px;
  }

  .latest-insigts .cta-card p{
    font-size: 18px;
    line-height: 28px;
  }

  .latest-insigts .cta-card .cta-container{
    margin-top: 24px;
  }

  .latest-insigts .cta-section.align-right{
    text-align: right;
    margin-top: 40px;
  }

  .latest-insigts .cta-card:before{
    right: unset;
    bottom: -80px;
    left: 15px;
  }
}


/*==============================================
             Blog Page Style
==============================================*/

body.hs-blog-listing .hide-in-listing{
  display: none !important;
}

body.hs-blog-post .hide-in-post{
  display: none !important;
}

body.category-page .hide-in-category{
  display: none !important;
}

body.hs-single-author .hide-in-author-single{
  display: none !important;
}

body.hs-blog-listing.category-page .show-in-categoryListing{
  display: block !important;
}

body.hs-blog-listing.hs-single-author .show-in-authorListing{
  display: block !important;
}


body .banner-vector .wrapper-large{
  position: relative;
  z-index: 1;
}

body .banner-vector .wrapper-large:before{
  content: '';
  position: absolute;
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal-shards.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 234px;
  width: 105px;
  bottom: -146px;
  right: -8px;
  z-index: 0;
  pointer-events: none;
}

body.hs-blog-post .banner-vector .wrapper-large:before{
  bottom: unset;
  top: 13px;
}

.listing-banner-section{
  padding: 97px 0 78px 0;
}

.listing-banner-section h1{
  font-family:'Barlow', sans-serif;
  font-size: 63px;
  letter-spacing: -0.2px;
  line-height: 63.6px;
  text-align: center;
}

body.hs-blog-listing .container-fluid .blog-container .row-fluid .blog-section .post-listing {
  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.hs-blog-listing .row-fluid .blog-container .blog-section .post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}

body.hs-blog-listing .blog-container{
  padding: 0px 0 112px 0;
}

body.hs-blog-listing .blog-container .post-listing .post-item:first-child{
  display: none !important;
}

body.hs-blog-listing .blog-container .hs-featured-image-wrapper,
body.hs-blog-listing .blog-container .post-header{
  clear: both;
  display: block;
}

body.hs-blog-listing .blog-container .post-item .hs-featured-image-wrapper{
  height: 199px;
  overflow: hidden;
}

body.hs-blog-listing .blog-container .post-item .featured-image{
  height: 199px;
  width: 100%;
  transition: 0.3s;
}

body.hs-blog-listing .blog-container .post-item:hover .featured-image{
  transform: scale(1.1);
}

body.hs-blog-listing .blog-container .post-item .post-header{
  min-height: 85px;
  margin-top: 22px;
}

body.hs-blog-listing .blog-container .post-item .post-header h3,
body.hs-blog-listing .blog-container .post-item .post-header h3 a{
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: -0.19px;
  line-height: 31px;
  position: relative;
}

body.hs-blog-listing .blog-container .post-item .post-header h3{
  display: inline;
  border-bottom: 3px solid transparent;
  padding-bottom: 3px;
}

body.hs-blog-listing .blog-container .post-item:hover .post-header h3{
  border-bottom: 3px solid #E5F5FD;
}

body.hs-blog-listing .blog-container .post-item .post-body p{
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}

body.hs-blog-listing .blog-container .post-item .hs-author-avatar{
  height: 40px;
  width: 40px;
  margin-right: 14px;
}

body.hs-blog-listing .blog-container .post-item .author-image-width,
body.hs-blog-listing .blog-container .post-item .author-name{
  display: inline-block;
  vertical-align: middle;
}

body.hs-blog-listing .blog-container .post-item .author-name a.author-link{
  font-family:'Barlow', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

body.hs-blog-listing .blog-container .post-item a.topic-link{
  font-family:'Barlow', sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  display: none;
}

body.hs-blog-listing .blog-container .post-item a.topic-link:first-child{
  display: block;
}

body.hs-blog-listing .blog-container .post-item .author-section{    
  border-bottom: 2px solid rgba(24,24,24,0.11);
  padding: 4px 0px 22px 0;
  margin-bottom: 13px;
}

body.hs-blog-listing .ias-trigger{
  width: 100%; 
  margin-top: 83px
}


body.hs-blog-listing .ias-trigger a{
  color: #28066C;
  font-family: 'Overpass',sans-serif;
  font-size: 17px;
  letter-spacing: 0.08px;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  padding-right: 60px;
}

body.hs-blog-listing .ias-trigger a:after{
  position: absolute;
  content: '';
  background: url('https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Arrow%20%285%29.svg') no-repeat;  
  height: 10.24px;
  width: 31.87px;
  background-size: cover;
  background-position: center;
  top: 4px;
  right: 0;
}

body.hs-blog-post .blog-container .blog-section .left-col{
  position: relative;
}

body.hs-blog-post .blog-container .blog-section{
  padding: 156px 0 100px 0;
}

body.hs-blog-post .blog-container .blog-section .left-col .author-name{
  position: relative;
  text-align: right;
  transform: rotate(-90deg);
}

body.hs-blog-post .blog-container .blog-section .left-col a.author-link{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 28px;
  top: 6px;
  position: relative;
}

body.hs-blog-post .blog-container .blog-section .left-col .hs-author-avatar{
  height: 77px;
  width: 77px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container{
  max-width: 818px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container p{
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  font-family: 'Barlow',sans-serif;
  margin-bottom: 20px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container h6{
  color: #47CBFA;
  font-family: 'Overpass',sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 0;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container p+h6{
  margin-top: 50px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container h2{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 38px;
  letter-spacing: -0.23px;
  line-height: 45px;
  font-weight: 300;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container a{
  font-family: 'Barlow',sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  color: #47CBFA;
  text-decoration: underline;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container p+img,
body.hs-blog-post .blog-container .blog-section .right-col .content-container img{
  margin: 27px 0 53px 0;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container h3{
  color: #320076;
  font-family: 'Barlow',sans-serif;
  font-size: 32px;
  letter-spacing: -0.25px;
  line-height: 39px;
  font-weight: 300;
}

body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container li{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 27px;
  margin-bottom: 22px;
  margin-left: 37px;
  position: relative;
}

body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ul li:before{
  position: absolute;
  content: '';
  height: 4px; 
  width: 4px;
  border-radius: 100%;
  background-color: #5E5E5E;
  top: 12px;
  left: -24px;
}

body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ul{
  margin: 27px 0 27px 0;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container h4{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 27px;
  letter-spacing: -0.28px;
  line-height: 31px;
  font-weight: 300;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container ul+h4{
  margin-top: 64px;
}

/* ::marker{
margin-right: 10px;
} */

body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ol{
  margin: 30px 0 30px 0;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container h5{
  color: #2D0371;
  font-family: 'Overpass',sans-serif;
  font-size: 21px;
  letter-spacing: -0.22px;
  line-height: 26px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container ol+h5{
  margin-top: 64px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-section{
  text-align: center;
  border-top: 1px solid rgba(24,24,24,0.11);
  padding-top: 37px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .hs-author-avatar{
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .author-details{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3,
body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3 a.author-link{
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  font-weight: 400;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3 span{
  color: #5E5E5E;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h4{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}

body.category-page .post-flter-section{
  background-color: rgba(157,217,247,0.1);
  padding: 70px 0 34px 0;
}

body.category-page .post-flter-section .block h3{
  font-family: 'Barlow',sans-serif;
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 30px;
}

body.category-page .body-container-wrapper .post-flter-section ul{
  margin: 30px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.category-page .body-container-wrapper .post-flter-section li{
  margin: 10px 16px;
}

body.category-page .body-container-wrapper .post-flter-section li a{
  font-family: 'Barlow',sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

body.category-page .body-container-wrapper .post-flter-section li a:hover{
  color: #504185;
  text-decoration: underline;
}

body.category-page .body-container-wrapper .post-flter-section li a .filter-link-count{
  display: none;
}

body.hs-blog-listing.category-page .blog-container .post-item a.topic-link{
  display: none !important;
}

body.hs-blog-listing.category-page .blog-container .post-item a.topic-link.active{
  display: block !important;
}

body.hs-blog-listing .post-flter-section{
  background-color: rgba(157,217,247,0.1);
}

body.hs-single-author .single-author-section{
  width: 100%;
  padding: 105px 0 0px 0;
  position: relative;
}

body.hs-single-author .single-author-section:after{
  content: '';
  position: absolute;
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Fractal-shards.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 234px;
  width: 105px;
  bottom: -130px;
  right: 2px;
  z-index: 1;
  pointer-events: none;
}

body.hs-single-author .hs-author-profile{
  margin-bottom: 44px;
}

body.hs-single-author .single-author-section .hs-author-avatar{
  height: 100px;
  width: 100px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

body.hs-single-author .single-author-section .hs-author-bio{
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

body.hs-single-author .single-author-section h3.hs-author-name {
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 28px;
}

body.hs-single-author .single-author-section h3.hs-author-name span{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
}

body.hs-single-author .single-author-section .hs-author-bio h4{
  color: #2D0371;
  font-family: 'Barlow',sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 28px;
}

body.hs-single-author .back-to-article{
  text-align: left;
  margin: 0;
}

body.hs-single-author .back-to-article a{
  color: #28066C;
  font-family: 'Barlow',sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 27px;
  position: relative;
  padding-left: 47px;
}

body.hs-single-author .back-to-article a:before {
  position: absolute;
  content: '';
  background: url(https://7583639.fs1.hubspotusercontent-na1.net/hubfs/7583639/Arrow%20%287%29-1.svg) no-repeat;   
  height: 10.24px;
  width: 31.87px;
  background-size: cover;
  background-position: center;
  top: 7px;
  left: 0;
}

body.hs-single-author .post-author-flter-section{
  padding: 57px 0 21px 0;
  background-color: rgba(157,217,247,0.1);
} 

body.hs-single-author .post-author-flter-section h3{
  font-size: 27px;
  letter-spacing: -0.21px;
  line-height: 30px;
  font-family: 'Barlow',sans-serif;
}

body.hs-single-author .post-author-flter-section .filter-link-count{
  display: none;
}

body.hs-single-author .body-container-wrapper .post-author-flter-section li{
  margin: 10px 52px;
}

body.hs-single-author .body-container-wrapper .post-author-flter-section li a{
  color: #5E5E5E;
  font-family: 'Barlow',sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}

body.hs-single-author .body-container-wrapper .post-author-flter-section li:hover a{
  text-decoration: underline;
  color: #504185;
}

body.hs-single-author .body-container-wrapper .post-author-flter-section ul{
  margin: 33px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.hs-single-author .post-author-flter-section .author-image{
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

@media(max-width: 1100px){
  body.hs-blog-post .blog-container .blog-section .left-col a.author-link{
    left: 21px;
    top: 35px;
  }
}


@media(max-width: 1024px){
  .listing-banner-section{
    padding: 77px 0 58px 0;
  }

  .listing-banner-section h1{
    font-size: 55px;
    line-height: 55.6px;
  }

  body.hs-blog-listing .blog-container{
    padding: 0px 0 72px 0;
  }

  body.hs-blog-listing .ias-trigger{
    margin-top: 54px;
  }

  /*   body.hs-blog-post .blog-container .blog-section .left-col a.author-link{
  position: relative;
  top: unset;
  left: unset;
  transform: none;
} */

  body.hs-blog-post .blog-container .blog-section{
    padding: 100px 0 80px 0;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container h2{
    font-size: 34px;
    line-height: 41px;
  }

  body.hs-blog-listing .blog-container .post-item .post-header{
    min-height: 114px;
  }

  body.hs-single-author .single-author-section{
    padding: 80px 0 0px 0;
  } 
}

@media(max-width: 991px){
  body.hs-blog-post .blog-container .blog-section .left-col .author-name{
    text-align: left;
    transform: none;
    margin-top: 10px;
  }

  body.hs-blog-post .blog-container .blog-section .left-col a.author-link{
    left: unset;
    top: unset;
    line-height: 22px;
  }
}


@media(max-width: 767px){
  body.hs-blog-listing .container-fluid .row-fluid .blog-container .blog-section .post-listing {
    display: block;
    margin-right: 0;
  }

  body.hs-blog-listing .row-fluid .blog-container .blog-section .post-item {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  } 

  body .banner-vector .wrapper-large:before{
    height: 195px;
    width: 65px;
    bottom: -107px;
  }

  body.hs-blog-post .banner-vector .wrapper-large:before{
    top: 80px;
  }

  .listing-banner-section{
    padding: 68px 0 49px 0;
  }

  .listing-banner-section h1{
    font-size: 42px;
  }

  body.hs-blog-post .blog-container .blog-section{
    padding: 100px 0 60px 0;
  }

  body.hs-blog-listing .blog-container{
    padding: 0px 0 52px 0;
  }

  body.hs-blog-listing .ias-trigger{
    margin-top: 34px;
  }

  body.hs-blog-listing .blog-container .post-item .post-header{
    min-height: auto;
    margin-bottom: 23px;
  }

  body.hs-blog-post .blog-container .blog-section .left-col{
    display: none;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container p{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container p+h6{
    margin-bottom: 30px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container h2{
    font-size: 32px;
    line-height: 39px;
  }

body.hs-blog-post .blog-container .blog-section .right-col .content-container a {
    font-size: 16px;
    display: inline !important;
    height: 48px;
    padding: 15px 9px;
}

  body.hs-blog-post .blog-container .blog-section .right-col .content-container p+img,
  body.hs-blog-post .blog-container .blog-section .right-col .content-container img{
    margin: 8px 0 30px 0;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container h3{
    line-height: 35px;
    font-size: 30px;
  }

  body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container li{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-left: 27px;
  }

  body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ul{
    margin: 16px 0px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container h4{
    font-size: 25px;
    line-height: 27px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container ul + h4{
    margin-top: 30px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container ol + h5{
    margin-top: 30px;
  }

  body.hs-blog-post .body-container-wrapper .blog-container .blog-section .right-col .content-container ol{
    margin: 25px 0;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .hs-author-avatar{
    height: 70px;
    width: 70px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3, 
  body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-details h3 a.author-link{
    font-size: 19px;
    line-height: 24px;
  }

  body.hs-blog-post .blog-container .blog-section .right-col .content-container .author-section .hs-author-avatar{
    margin-right: 13px;
  }

  body.category-page .post-flter-section{
    padding: 55px 0 19px 0;
  }

  body.category-page .body-container-wrapper .post-flter-section ul{
    margin: 11px 0px;
  }

  body.hs-single-author .single-author-section:after{
    height: 195px;
    width: 65px;
    bottom: -90px;
    right: -14px;
  }
  
  body.hs-single-author .body-container-wrapper .post-author-flter-section li{
    margin: 10px 0px;
    flex-basis: 100%;
    text-align: left;
  }
  
  body.hs-single-author .body-container-wrapper .post-author-flter-section ul{
    margin: 33px auto 30px auto;
    max-width: 320px;
  }
  
.footer-group .top-content .right-col .social-icons a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0px !important;
}

.footer-group .top-content .right-col .social-icons li {
    margin-right: 0;
    margin-left: 0;
}  
 
  
}





/***************** Social Tree Section1 Styling ********************/




body .container-fluid .row-fluid .social-tree-section1{
   
   background-image: linear-gradient(157deg, #28066C, #504185);
   padding:38px 0px;
   height:100vh;
   overflow-y:scroll;
}

body .container-fluid .row-fluid .social-tree-section1 .wrapper{
   padding:0 38px;
   max-width:615px;
   margin:0 auto;
   float:none;
}

body .container-fluid .row-fluid .social-tree-section1 .cta-container a.cta_button{
   background:#FAB419;
   width:100%;
   text-align:center;
   font-size:19px;
   letter-spacing:0;
   color:#fff;
   font-weight:500;
   box-sizing:border-box!important;
}

.social-tree-section1 .editable-cta-module .cta-container ul li a.cta_button{
  background:#FAB419;
  width:100%;
  text-align:center;
  font-size:15px;
  line-height: 20px;
  letter-spacing:0;
  color:#fff;
  font-weight:700;
  box-sizing:border-box!important;
  padding:16px 0;
  display:block;
  font-family:  'Barlow', sans-serif;
}

.social-tree-section1 .editable-cta-module .cta-container ul li{
   margin-left:0;
   margin-bottom:20px;
}

.social-tree-section1 .editable-cta-module .cta-container ul{
   margin-top:10px;
   margin-bottom:0;
}

.social-tree-section1 .logo{
   margin-bottom:44px;
}

.social-tree-section1 .cta-container{
   margin-bottom:10px;
}

.social-tree-section1 .latest-insight h3{
   font-size:30px;
   line-height:57px;
   letter-spacing:0;
   color:#fff;
   font-weight:normal;
}

.social-tree-section1 .latest-insight{
   margin-top:25px;
   margin-bottom:10px;
}

.social-tree-section1 .latest-posts .post-body-inner #hubspot-topic_data a{
   font-size:12px;
   line-height:30px;
   color:rgba(255, 255, 255, 0.9);
   font-weight:normal;
   border-bottom:1px solid #7fd8ff;
}

.social-tree-section1 .latest-posts .post-body-inner #hubspot-topic_data span{
   font-size:12px;
   line-height:30px;
   color:rgba(255, 255, 255, 0.9);
   font-weight:normal;
}

.social-tree-section1 .latest-posts h5{
   font-size:18px;
   line-height:21px;
   letter-spacing:0;
   font-weight:normal;
}

.social-tree-section1 .latest-posts .home-post-item{
  border-bottom:1px solid #7fd8ff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.social-tree-section1::-webkit-scrollbar {
  width: 0px;
}

.social-tree-section1::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px;
}
.social-tree-section1::-webkit-scrollbar-track {
  border-radius: 0px;
}


.hs-blog-post .blog-container .blog-section .post-body a.cta_button{
   background:transparent;
   border:none;
   padding:0;
   box-shadow:none;
}

.hs-blog-post .blog-container .blog-section .post-body a.cta_button:hover{
   box-shadow:none;
}

body.hs-blog-post .blog-container .blog-section .right-col .content-container p+img,
body.hs-blog-post .blog-container .blog-section .right-col .content-container a.cta_button img{
   width:100%;
   height:auto;
}

.hs-blog-post .category-banner .section-heading{
   display:none;
}