/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Allura&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    */
/*****************************************/



@font-face {
  font-family: 'Born Ready Slanted';
  src: url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/Fonts/BornReadySlanted-Regular.eot');
  src: url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/Fonts/BornReadySlanted-Regular.eot') format('embedded-opentype'),
    url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/Fonts/BornReadySlanted-Regular.woff2') format('woff2'),
    url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/Fonts/BornReadySlanted-Regular.woff') format('woff'),
    url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/Fonts/BornReadySlanted-Regular.ttf') format('truetype'),
    url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/Fonts/BornReadySlanted-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #fff ;
  font-family:"neue-haas-grotesk-text";
  margin:0 auto;;
}

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

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

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

.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: 28px;
  line-height:41px;
  letter-spacing:0.32px;
  font-style:italic;
  color:#202F3F;
  font-family:"neue-haas-grotesk-display";
  font-weight:300;
}

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

p a{
  color:#2EAABD;
}

p a:hover{
  color:#EB7F51;
}

.display h1{
  font-size:65px;
  line-height:84px;
  color:#1B1B1B;
  font-weight:bold;
  letter-spacing:normal;
}

.display-slanted h1{
  font-size:79px;
  line-height:67px;
  color:#010101;
  font-weight:normal;
  letter-spacing:normal;
  font-family: 'Born Ready Slanted';
}

h1{
  font-size: 57px;
  font-weight:bold;
  letter-spacing: normal;
  margin-bottom: 25px;
  line-height:67px;
}

h2{
  font-size: 36px;
  font-weight: bold;
  line-height:42px;
  letter-spacing:0.19px; 
  margin-bottom:19px;
}

h3{
  font-size:30px;
  font-weight: 500;
  line-height:36px;
  letter-spacing:0.33px;
  margin-bottom:15px;
}

.normal-h3 h3{
  font-size:30px;
  font-weight: 500;
  line-height:34px;
  letter-spacing:0.33px;
  margin-bottom:15px;
}

h4{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height:28px;
  letter-spacing:0.4px;
}

h5{
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing:1px;
  color:#1E40CB;
  text-transform:uppercase;
}

h6{
  color: #8E8E8F;
  font-size: 12px;	
  letter-spacing: 0.23px;	
  line-height: 15px;
  font-weight:300;
}

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

p{
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0.32px;
  font-weight: normal;
  color:#1B1B1B;
}

.body-container-wrapper li{
  color: #151515;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 30px;
  font-weight: normal;
  position:relative;
}

.body-container-wrapper li:before{
  position: absolute;
  left: -14px;
  top: 13px;
  content: '';
  background: #151515;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

body.hs-blog-post .body-container-wrapper li{
  font-size:18px;
}

body .body-container-wrapper li a{
  color:#2EAABD;
  transition:0.3s all ease-in-out;
}

body .body-container-wrapper li a:hover{
  color:#EB7F51;
  transition:0.3s all ease-in-out;
}

.paragraph-2 p{
  color: #868D90;	
  font-size: 14px;	
  letter-spacing: 0.23px;	
  line-height: 22px;
}

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

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

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

.body-container-wrapper li{
  position:relative;
  margin-left:20px;
  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:18px;
  color: #2eaabd;
} 

.body-container-wrapper ul li a:hover{
  font-size:18px;
  color: #eb7f51;
} 


body .cta_button[title],
body .cta_button,
body .container-fluid .row-fluid .hs-button{
  background:#2EAABD;
  font-size: 15px;
  line-height:26.88px;
  padding: 10px 46px 10px 20px; 
  font-weight:bold;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 0.28px;
  color: #FBFBFB;
  border-radius: 4px;
  margin-bottom: 0;
  position: relative;
  border:none;
  z-index: 1;
  box-shadow: 0 2px 6px 0px rgba(46,170,189,0.48);
}

body .cta_button[title]:after,
body .cta_button:after{
  position:absolute;
  right: 18px;
  top: 17px;
  content:'';
  background:url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/BLG%20Brand%20Assets/img/Assets%20Jan%202020/White%20Arrow.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:19px;
  height:13px;
  transition: all .2s ease-in;
}

body .cta_button[title]:hover,
body .cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  box-shadow: 0 2px 6px 0px rgba(235,127,81,0.47);
  background:#EB7F51;
  transition: all .2s ease-in;

}

body .transparent-cta .cta_button{
  background:transparent;
  border:1px solid #94C93D;
  color:#94C93D;
  font-size:15px;
  line-height:30px;
  font-weight:bold;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  box-shadow:none;
  padding:3px 25px;
}

body .transparent-cta .cta_button:hover{
  background:#94C93D;
  color:#fff;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

body .simple-cta .cta_button{
  background:transparent;
  border:0;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  position:relative;
  color:#1B1B1B;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  box-shadow:none;
  padding-right:0;
  letter-spacing:0.26px;
  transition: .2s all ease-in-out;
  border-bottom: 2px solid transparent; 
  border-radius:0;
}

body .simple-cta .cta_button:hover{
  box-shadow:none;
  transition: .2s all ease-in-out; 
  background:transparent;
  color:#EB7F51;
}

body .row-fluid .simple-cta .cta_button:hover:after{
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/CTA%20arrow%20orange.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 19px;
  height: 13px;
}

body .row-fluid .simple-cta .cta_button:after{
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/CTA%20arrow%20teal.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 19px;
  height: 13px;
  right: -25px;
  top: 4px;
  position: absolute;
  z-index: 2;
  transition: .2s all ease-in-out;
}  

body .row-fluid .blue-cta .cta_button{
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
  transition: .2s all ease-in-out; 
  background-color: #03A2ED;
  border-radius: 4px;
  color:#fff;
  padding: 11px 59.5px 11px 34px;
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 20px;
  font-weight:300;
}

body .row-fluid .blue-cta .cta_button:after{
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/White%20Arrow%20%282%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 19px;
  height: 13px;
  right: 30px;
  top: 14px;
  position: absolute;
  z-index: 2;
  transition: .2s all ease-in-out;

}  

body .row-fluid .blue-cta .cta_button:hover{
  border-radius: 4px;
  background-color: #1B1B1B;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
  transition: .2s all ease-in-out; 
}

body .white-cta .cta_button[title]{
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  color:#ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight:500;
  background:transparent;
  box-shadow:none;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

body .white-cta .cta_button[title]:hover{
  background: #000;
  color: #fff;
  border: 2px solid #000;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

body .white-cta .cta_button[title]:after,
body .white-cta .cta_button:after{
   top: 15px;
}

@media(max-width:795px) and (min-width: 768px){
  body .white-cta .cta_button[title]{
    font-size: 13px;
  }
}

@media(max-width:767px){
  body .white-cta .cta_button[title]{
    display: none;
  }

  .big-p p{
    font-size:16px;
    line-height:26px;
    letter-spacing:0.27px;
    font-weight:normal;
  }
}

.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,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
  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(max-width: 1400px){
  .row-fluid [class*="span"].wrapper{
    padding-left:60px;
    padding-right:60px;
  } 
}



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

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

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

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

  .border-left h2:after{
    left:0;
  }

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

  h1 {
    /*     font-size: 55px;
    line-height:88.99px; */
    font-size: 43px;
    line-height: 65.99px;
  }

  h2 {
    font-size: 30px;
    line-height:48.54px;
  }

  h3 {
    font-size: 20px;
    line-height:32.4px;
  }

  h4{
    font-size: 16px;
    line-height:26px;
  }


  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:16px;
    padding-right:16px;
  }

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

  .border-left h2:after{
    left:0;
  }

  h1 {
  /*  font-size: 29.57px;
    line-height: 40px;*/
     font-size: 39px ;
    line-height: 44px;
  }
  }

  h2 {
    font-size: 30px;
    line-height:38px;
  }


  h3 {
    font-size: 23px;
    line-height:27px;
  }

  h4{
    font-size: 16px;
    line-height:26px;
  }

  h5{
    font-size: 12px;
    line-height: 19px;
  }

  h6{
    font-size:11px;
  }

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

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

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

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

  .full-width-left-cta a.cta_button[title]{
    font-size:14px;
    padding:17px 4px;
  }

  .full-width-right-cta a.cta_button[title]{
    font-size:14px;
    padding:17px 4px;
  }

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

  .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{
    font-size: 24px;	
    font-style: italic;	
    letter-spacing: 0.28px;	
    line-height: 38px;
  }

}


@media (max-width:480px){

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

  .body-container-wrapper .simple-cta a.cta_button{
    width:auto;
  }

}

/*==================================================
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;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    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;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   
}










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




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





/*=========================================================
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: 38px;
  color:#959595!important;
  font-size: 16px;
  background:#fff;
  line-height: 40px;
  letter-spacing: 0px;
  padding: 0;
  margin-bottom: 17px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:2px;
  border:1px solid #D3D3D3;
}

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

.row-fluid  form select{
  color: #989898;
}

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

.row-fluid form input::placeholder{
  font-size: 15px;	
  letter-spacing: 0.3px;	
  line-height: 41px;
  font-weight:normal;
  color:#1B1B1B;
}

.row-fluid form input:-ms-input-placeholder,
.row-fluid form textarea:-ms-input-placeholder{
  font-size: 16px;	
  letter-spacing: 0.3px;	
  line-height: 41px;
  font-weight:normal;
  color:#1B1B1B;
}

.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{
  font-size: 16px;
  line-height: normal;
  letter-spacing:0;
  font-weight: normal;
  display: block;
  margin-bottom: 2px;
  margin-top: 3px;
  color: #959595;

}

.row-fluid form .hs-button{
  color:#fff!important;
}

.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 30px;
}

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

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  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:#959595;
}

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

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(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;*/
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
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: 20px;
  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 #2eaabd;
  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: #2eaabd;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media (max-width:480px){

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

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









/******************* Header Section Styling Start *******************/

.search-bar .hs-search-field__button{opacity:0;}

.header-section{
  background:#151515;
  padding: 14px 0 15px;
}

body .row-fluid .header-section .col-2 .menu-container ul li.hs-menu-depth-2 a{
  width:100%;
  max-width:100%;
}

body .row-fluid .header-section .wrapper{
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
}

.header-section .col-2 .menu-container ul li a{
  font-size:15px;
  line-height:41.88px;
  letter-spacing:0.28px;
  font-weight:500;
}

.header-section .col-2 .menu-container{
  position:relative;
  top:6px;
}

.header-section .col-2{
  text-align:right;
  width: 51.17094%;
}

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

.header-section .col-3 .phone-no a{
  font-size:15px;
  line-height:26.88px;
  letter-spacing:0.28px;
  font-weight:500;
}

.header-section .col-3{
  text-align:right;
  position: relative;
  top: 13px;
  margin-left: 0;
  width: 30.623932%;
}

.header-section .col-3 .column-1{
  width: 38.623932%;
}

.header-section .col-3 .column-2{
  width: 48.717949%;
}

.header-section .col-3 .phone-no a:hover{
  color:#2EAABD;
}

.header-section .col-3 .phone-no span .hover-img{
  display:none;
}

.header-section .col-3 .phone-no a img{
  vertical-align:middle;
}

.header-section .col-3 .phone-no a span{
  padding-right:10px;
}

.header-section .col-3 .phone-no{
  position: relative;
  top: 11px;
}

.header-section .col-3 .search-cont{
  position:relative;
  top:11px;
  width: 7.529915%;
}

.header-section .col-3 .search-cont img{
  cursor:pointer;
}

.header-section .col-3 .search-cont .mobile-search{
  display:none;
}

.header-section .col-3 .cta-cont{
  text-align:center;
}

.header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a{
  position:relative;
  padding: 10px 25px;
}

.header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a:hover{
  color:#2EAABD;
}

.header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a:hover:after{
  background:url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/arrow%20down%20teal.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 8px;
  height: 4px;
}

.header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a:after{
  position: absolute;
  right: 6px;
  top: 30px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/arrow%20down%20white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 8px;
  height: 4px;
}

.header-section .col-2 .menu-container .hs-menu-children-wrapper{
  background:#151515;
  text-align:left;
}

.header-section .col-2 .menu-container .hs-menu-children-wrapper li a:after{
  display:none;
}



@media(max-width:1410px){


  .header-section .col-1 {
    width: 23.076923%;
  }

  .header-section .col-2 {
    width: 42.17094%;
  }

  .header-section .col-3 {
    width: 31.623932%;
  }

}


@media(max-width:1300px){

  .header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a{
    padding: 10px 23px;
  }
}





@media(max-width:1260px){

  .header-section .col-3 .phone-no{
    position: relative;
    top: 11px; 
  }

  .header-section .col-3 .search-cont {
    width: 6.529915%;
  }

  .header-section .col-3{
    width: 37.491713%;
    text-align: right;
  }

  .header-section .col-2 {
    text-align: right;
    width: 46.055249%;
    /*    width: 52.055249%; */
  }

  .header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a{
    padding: 10px 16px;
  }

  .header-section .col-1{
    width: 12.928177%;
    /*   width: 10.928177%; */
    position: relative;
    top: 6px;
  }

  .header-section .col-1 img{
    height:auto;
  }


}



@media(max-width:1193px){

  .header-section .col-1 {
    top: 10px;
  }

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

  .header-section .col-1 {
    top: 0;
  }
} 


@media(max-width:1193px){

  body .row-fluid .header-section .col-3{
    display:none;
  }

  .header-section .col-2{
    width:100%;
    position:absolute;
    right:0;
  }

  .header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a:after{
    right: 17px;
    background:url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/Blue%20dropdown.svg');
    width:8px;
    height:4px;
    background-size:cover;
    background-position:center center;
    top: 25px;
  }

  .header-section .col-2 .menu-container ul li.hs-menu-depth-1.hs-item-has-children a{
    color:#151515;
    font-size:12px;
    line-height:41.88px;
    letter-spacing:0.23px;
    font-weight:500;
    border-bottom: 1px solid #E3E3E3;
    padding:5px 17px;
  }

  .header-section .col-2 .search-cont .desktop-search{
    display:none!important;
  }

  .header-section .col-2 .search-cont .mobile-search{
    display:block;
  }

  .header-section .col-2 .search-cont .mobile-search img{
    max-width: 15px !important;
    position: relative;
    top: 1px;
  }

  .header-section .col-2 .search-cont{
    padding:17px 17px;
    border-bottom:1px solid #E3E3E3;
    position:relative;
  }

  .header-section .col-2 .search-cont:after{
    position: absolute;
    right: 17px;
    top: 21px;
    content: '';
    background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Assets%20Jan%202020/Black%20Arrow%202.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 21px;
    height: 12px;
  }

  .header-section .col-2 .phone-no span .hover-img{
    display:block;
  }

  .header-section .col-2 .phone-no span .normal-img{
    display:none;
  }

  .header-section .col-2 .menu-container .hs-menu-children-wrapper{
    background:#F5F5F5;  
  }

  .header-section .col-2 .menu-container .hs-menu-children-wrapper li a{
    border:none!important;
    padding: 1px 17px!important;
  }

  .header-section .col-2 .menu-container ul li.hs-menu-depth-2 a{
    border:none!important;   
    padding: 1px 7px!important;
  }

  .header-section .col-2 .search-cont:before{
    position: absolute;
    left: 43px;
    top: 5px;
    content: 'Search';
    font-size: 12px;
    line-height: 41.88px;
    letter-spacing: .23px;
    font-weight: 500;
    color: #151515;
  }

  .header-section .col-2 .search-cont{
    width:100%;
  }

  .header-section .menu-container .phone-no img{
    max-width: 31px;
    vertical-align: middle;
    position: relative;
    top: 12px;
    padding-right: 10px;
  }

  .header-section .menu-container .phone-no{
    padding: 5px 17px;
    margin-left:0;
  }

  .header-section .menu-container .phone-no span{
    width:auto;
    float:left;
  }

  .header-section .menu-container .phone-no a{
    font-size:12px;
    letter-spacing:0.23px;
    line-height:41.88px;
    color:#151515;
    font-weight:500;
    padding: 5px 0px;
  }

  .header-section .menu-container .cta-cont a.cta_button{
    text-align:left;
    box-sizing:border-box!important;
    border-radius:0;
    width:100%;
  }

  .header-section .menu-container .cta-cont{
    margin-left:0;
  }

  .header-section .menu-container .cta-cont a.cta_button:after{
    left: 120px;  
    right:auto;
  }

  .header-section .col-2 .search-cont .desktop-search{
    display:none!important;
  }

  .header-section .col-2 .search-cont .mobile-search{
    display:block;
  }

  .header-section .col-2 .menu-container .hs-menu-children-wrapper li a{
    border:none;
  }

  .header-section .col-2 .menu-container ul li.hs-menu-depth-2 a{
    border:none;   
  }

}



@media(max-width:767px){

  .header-section .col-1{
    width:100%;
  }

  .header-section .col-1 img {
    height: auto;
    max-width: 100px!important;
  }

  .mobile-trigger{
    top: -42px;  
  }

  .header-section .menu-container .phone-no {
    padding: 0px 17px;
  }



}

/* @media(min-width: 1261px) and (max-width: 1400px){
.header-section .col-1{
width: 12.404255%; 
}

.header-section .col-2{
width: 45.425532%;
}

.header-section .col-2{
width: 34.914894%;
}

.header-section .col-2 .column-3{
width: 43.93617%;
}
} */


/*************** Promo Bar Cm Styling ******************/





.promo-bar{
  background:#EFCA3D;
  padding:6px 0;
}

.promo-bar.show-promo{
  display:block;
}

.promo-bar.hide-promo{
  display:none;
}

.promo-bar p{
  font-size:13px;
  line-height:26.88px;
  letter-spacing:0.24px;
  color:#151515;  
  margin-bottom:0;
}

.promo-bar p a{
  color:#EE564D;
  text-decoration:underline;
}


@media(max-width:767px){

  body .row-fluid .promo-bar{
    padding: 10px 0;  
    display:none;
  }
}




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


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

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

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

  .custom-menu-primary-may,
  .custom-menu-primary-may .hs-menu-wrapper > ul,
  .custom-menu-primary-may .hs-menu-wrapper > ul li,
  .custom-menu-primary-may .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;
    box-sizing:border-box!important;
  }


  /* 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 #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    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: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1B1B1B; /* 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:#fff; /* 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted transparent;
  }
  .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);
    display:none!important;
  }
  .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:#000; /* 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
  ========================================================================== */  

  .custom-menu-primary-may.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0px 0!important;
  }
  .custom-menu-primary-may .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary-may .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 */
  .custom-menu-primary-may .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary-may .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 */
  .custom-menu-primary-may .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary-may .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 */
  .custom-menu-primary-may .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary-may .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }



}








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

@media (max-width:1193px){

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

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

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 28px;
    background:#fff;
    height:3px;
  }

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

  .mobile-trigger i:after {
    top: 9px;
    width: 28px;
    right: 0;
  }

  .mobile-trigger {
    top: 0px;
    right: 10px;
  }

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

  .mobile-trigger:hover {
    background-color: transparent;
    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: #fff;
  }

  .mobile-open .mobile-trigger i:after{
    width:28px;
  }

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

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

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

  .custom-menu-primary-may .hs-menu-wrapper>ul li {
    border-top: 0px;
  }



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

  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:12;
    top:60px;
    background: #ffffff;
  }




  .custom-menu-primary-may .hs-menu-wrapper > ul li a {
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height:38px;
  }



}


@media(max-width:980px){
  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    top: 47px;
  }
}


@media(max-width:767px){
  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    top:59px;
  }

  .mobile-trigger{
    top: -42px;  
  }

  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper {
    top: 8px;
  }
}




/***************** Search Popup Styling Start *******************/



body{
  position:relative;
}

body.pdf-popup-open1:after{
  position:absolute;
  content:'';
  left:0;
  top:0;
  bottom:0;
  right:0;
  background-color: rgba(21,21,21,0.95);
  z-index:11;
}

/*.popup-section1 .close-pdf-popup{
position: absolute;
right: 40px;
cursor: pointer;
top: 35px;
width: 19px;
}*/

.pdf-popup-open1 .popup-section2{
  pointer-events:auto;
  opacity:1;
  transition: all .5s ease-in-out;
}

.popup-section2{
  position: fixed;
  top: 0;
  background-image: linear-gradient(276deg, #ffffff, #ffffff);
  z-index: -1;
  opacity:0;
  overflow: hidden;
  overflow-y: scroll;
  transition: all .5s ease-in-out;
  width:100%;
  padding: 37px 0 2px;
}

.popup-section2 .image-container1{
  width: 100%;
  max-width: 16px;
  margin-top: 17px;
  position: absolute;
  right: 0;
  z-index:11;
  cursor:pointer;
}

.popup-section2 .image-container1 img{
  vertical-align:middle;
  cursor:pointer;
}

.popup-section2 .wrapper{
  position:relative;
}

.popup-open-new2{
  opacity:1;   
  z-index:9999;
}

body .row-fluid .popup-section2 .search-bar form input{
  border:none;
  height:57px;
  background:transparent;
  padding-left:50px;
  position:relative;
  font-size:36px;
  line-height:42px;
  letter-spacing:0;
  color:#151515!important;
  font-weight:normal;
}

.popup-section2 .search-icon{
  position: absolute;
  left: 0;
  top: 23px;
  max-width: 26px;
}

.popup-section2 .search-bar form input::placeholder{
  font-size:44px;
  line-height:57px;
  letter-spacing:0;
  color:#151515!important;
  font-weight:normal;
}




@media(max-width:1300px) and (min-width:1025px){

  .popup-section2 .image-container1{
    right:30px;
  }

  .popup-section2 .search-icon {
    left: 30px;
  }
}


@media(max-width:1024px){

  .popup-section2 .image-container1{
    right:30px;
  }

  .popup-section2 .search-icon {
    left: 30px;
  }
}

@media(max-width:767px){

  body .row-fluid .popup-section2 .wrapper {
    padding: 49px 30px 35px;
  }

  .popup-section2{
    width:100%!important;
    max-width:100%;
  }

  body .row-fluid .popup-section2 .search-bar form input{
    font-size:30px;
  }

  .popup-section2 .search-icon{
    top:12px;
  }

  .popup-section2 .image-container1{
    margin-top:11px;
  }

}



.hs-blog-post .post-body .blue li:after{
  display:none;
}

.hs-blog-post .post-body .blue li:before{
  position: absolute;
  left: -14px;
  top: 11px;
  content: '';
  background: #151515;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}



.hs-blog-post .post-body .blue li{
  margin-bottom:0!important;
}

.hs-blog-post .post-body .blue {
  padding: 28px 40px 20px!important;
  margin-bottom: 50px;
}

.hs-search-field--open .hs-search-field__suggestions{
  display:none;
}





/*============================================================
Talk with us Styling Start 
=============================================================*/





/**************** Talk Banner Section Styling ***************/


@media(min-width:2000px){
  .talk-banner-section .left-col:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: -10px;
    content: '';
    background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(252,251,250,0.78) 61.43%,#faf9f9 100%,#faf9f9 100%);
    width: 440px!important;
    z-index: -1;
  }

}


.talk-banner-section{
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(252,251,250,0.78) 61.43%, #FAF9F9 100%, #FAF9F9 100%);
  position:relative;
  padding-bottom:10px;
}



.talk-banner-section .right-col{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width: 53.717949%;
}

.talk-banner-section .left-col{
  width: 67.717949%;
  z-index:1;
  position:relative;
  padding:70px 0 0;
}

.talk-banner-section .left-col:after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  content: '';
  background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(252,251,250,0.78) 61.43%,#faf9f9 100%,#faf9f9 100%);
  width: 300px;
  z-index: -1;
}

.talk-banner-section .left-col .heading-container h1{
  font-size:71.5px;
  font-weight:bold;
  letter-spacing: 0;
  line-height: 87.1px;
  margin-bottom: 45px;
}

.talk-banner-section .left-col .heading-container h1 span{
  font-family: 'Born Ready Slanted';
  font-weight:normal;
  color: #151515;
  font-size: 66.04px;
  letter-spacing: 1.1px;
  line-height: 82.56px;
  display:inline;
}

.talk-banner-section .left-col .heading-container p{
  max-width:511px;
}


@media(max-width:1370px){

  .talk-banner-section .left-col:after{
    width: 260px;
    right:10px;
  }

  .talk-banner-section .left-col .heading-container p {
    max-width: 450px;
  }
}


@media(max-width:1024px){

  .talk-banner-section .left-col {
    width: 75.717949%;
  }

  .talk-banner-section .left-col .heading-container h1 {
    font-size: 58.5px;
  }

  .talk-banner-section .left-col .heading-container h1 span {
    font-size: 59.1px;
  }

  .talk-banner-section .left-col:after{
    width: 290px;
    right: 0px;
    background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(252,251,250,0.78) 41.43%,#faf9f9 100%,#faf9f9 100%);

  }

  .talk-banner-section .left-col .heading-container p {
    max-width: 350px;
  }
}


@media(max-width:900px){
  .talk-banner-section .left-col:after{
    width: 250px;
    right: 0px;
    background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(252,251,250,0.78) 41.43%,#faf9f9 100%,#faf9f9 100%);

  }

}


@media(max-width:767px){

  .talk-banner-section .left-col{
    width:100%;
    padding: 50px 15px 50px;
    position:relative;
  }

  .talk-banner-section .left-col .heading-container h1 span{
    display:block;
  }

  body .row-fluid .talk-banner-section .wrapper{
    padding:0;
  }

  .talk-banner-section .right-col{
    width:100%;
    position:relative;
    height:249px;
    z-index:1;
  }

  .talk-banner-section .right-col:after{
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    content: '';
    width: 100%;
    height: 73px;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(252,251,250,0.78) 56.14%, #FAF9F9 100%);
    z-index: -1; 
  }

  .talk-banner-section .left-col .heading-container h1 {
    font-size: 28.6px;
    margin-bottom: 25px;
  }

  .talk-banner-section .left-col .heading-container h1 span {
    font-size: 35.64px;
    line-height: 36.96px;
  }

  .talk-banner-section .left-col .heading-container p {
    max-width: 100%;
  }

  .talk-banner-section .left-col:after{
    display:none;
  }

  .talk-banner-section:after {
    right: 3%;
    bottom: 40px;
    width: 62px;
    height: 32px;
  }

  .talk-banner-section:before {
    right: 15.5%;
    bottom: 8px;
    width: 50px;
    height: 50px;
  }

}



/****************************Talk Section Styling Start*****************************/

.talk-section{
  background:#FAF9F9;
  padding:84px 0 110px;
}

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

.talk-section .left-col{
  width:44.11%;
  margin-right:4%;
}

.talk-section .right-col{
  margin: 0;
  width: 51.89%;
  position: relative;
  top: -150px;
  z-index:1;
}

.talk-section .right-col .form-container{
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(21,21,21,0.14);
  padding: 43px 74px;
}

.talk-section .form-container p{
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 26.88px;
}

.talk-section form{
  padding-top:14px;
}

.talk-section .form-container .bottom-text p{
  max-width:370px;
  margin:0 auto;
  padding-top:20px;
}

.talk-section .form-container .bottom-text p a{
  color:#151515;
  font-weight:bold;
}

.talk-section .form-container form .hs-button{
  width: auto;
  padding: 9.5px 41.2px;
  margin-top: -10px;
}

body .row-fluid .talk-section .form-container form textarea{
  height:126px;
  padding:10px 15px;
}

.talk-work-cm{
  margin-left:0;
}

.talk-section .talk-work-cm .heading-cont{
  border-top: 3.5px solid #151515;
  max-width: 330px;
  padding-top: 33px;

}

.talk-section .talk-work-cm .cm-cont{
  padding-top:23px;
}

.talk-section .talk-work-cm .cm-cont>.row-fluid{
  margin-bottom: 33px;
}

.talk-section .talk-work-cm .num-cont{
  border-radius: 100%;
  max-width: 67px;
  width:30%;
  padding: 7px 0;
  margin-right: 9px;
}


.talk-section .talk-work-cm .text-cont{
  width:70%;
}


.talk-section .talk-work-cm .num-cont h3{
  color:#fff;
  font-size: 42.03px;
  letter-spacing: 0.79px;
  line-height: 53px;
  margin:0;
  text-align:center;
}



/**********************Talk Meet Styling Start************************/


.talk-meet-cm .img-cont{
  max-width:94px;
  padding-bottom:15px;
  border-radius:100%;
}

.talk-meet-cm .text-cont h4{
  font-weight:300;
  margin-bottom: 0px;
}


@media(max-width:767px){

  body .row-fluid .talk-meet-cm .cm-cont>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 .talk-meet-cm .cm-cont>span>.hs_cos_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46%;
    -webkit-flex-basis: 46%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }


}

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

  .talk-banner-section .left-col .heading-container p {
    max-width: 351px;
  }

  .talk-section .right-col .form-container{
    padding:30px;
  }

  .talk-section .talk-work-cm .num-cont{
    max-width:67px;
    width:30%;
  }

  .talk-section .talk-work-cm .text-cont{
    width:70%;
  }
}

@media(max-width:767px){

  .talk-section .left-col {
    width: 100%;
    margin-right: 0;
  }

  .talk-section .talk-work-cm .heading-cont{
    max-width:100%;
  }

  .talk-section .talk-work-cm .num-cont{
    max-width:67px;
    width:30%;
  }

  .talk-section .talk-work-cm .text-cont{
    width:70%;
  }

  .talk-section .talk-work-cm .cm-cont>.row-fluid{
    display:flex;
    justify-content: unset;
    align-items: end;
  }

  .talk-section .right-col{
    width:100%;
    top:0;
    padding-bottom:40px;
  }

  .talk-section .right-col .form-container{
    padding:20px;
  }
}




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


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

.campaign-hrader{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 27px 0 27px 0;
  z-index: 2
}

.campaign-hrader .right-col{
  text-align: right;
}

.campaign-hrader .right-col a{
  font-size: 21px;
  letter-spacing: 0.39px;
  line-height: 37.63px;
  font-family: "neue-haas-grotesk-text";
}

.campaign-hrader .right-col a span{
  margin-left: 9px;
}

.campaign-hrader .right-col a span.mobile{
  display: none;
}

.campaign-hrader .right-col a img{
  vertical-align: middle;
}

@media(max-width: 767px){
  .campaign-hrader .wrapper>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .campaign-hrader .right-col a span.mobile{
    display: inline;
  }

  .campaign-hrader .right-col a span.desktop{
    display: none;
  }

  .campaign-hrader .right-col a{
    font-size: 17px;
    letter-spacing: 0.32px;
    line-height: 37.63px;
  }
}

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

.campaign-footer{
  background-color: #151515;
  padding: 30px 0 30px 0;
}

@media(min-width: 768px){
  .campaign-footer .wrapper{
    position: relative;
  }

  .campaign-footer .wrapper:before{
    position: absolute;
    content: '';
    background: url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/semicircle%20%289%29.svg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 105px;
    width: 52.5px;
    top: -80px;
    left: 80px;
  }

  .campaign-footer .wrapper:after{
    position: absolute;
    content: '';
    background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Dots%20%286%29.svg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 67px;
    width: 67px;
    top: -23px;
    left: 106px;
  }
}

@media(max-width: 767px){
  .campaign-footer{
    padding: 21px 0 24px 0;
  }
  
  .campaign-footer img{
    max-width: 91px !important;
  }
}


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

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

.campaign-banner-section:before{
  position: absolute;
  content: '';
  background: rgba(21,21,21,0.77);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.campaign-banner-section .row-fluid .hero-content{
  max-width: 770px;
  margin: 0 auto;
  float: none;
}

.campaign-banner-section .hero-content h1{
  font-size: 56px;
  letter-spacing: 0;
  line-height: 69.68px;
  margin-bottom: 4px;
}

.campaign-banner-section .row-fluid .form-container{
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(21,21,21,0.14);
  padding: 32px 25px 35px 25px;
  border-top: 8px solid #2EAABD;
  box-sizing: border-box;
  max-width: 550px;
  margin: 0 auto;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: -157px;*/
}

.campaign-banner-section .row-fluid .form-container:after{
  position: absolute;
  content: '';
  background: url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Arrow%201.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 96px;
  width: 120px;
  right: -25px;
  bottom: 27px;
}

.campaign-banner-section .form-heading{
  margin-bottom: 12px;
}

.campaign-banner-section .form-heading h3{
  font-size: 29px;
  letter-spacing: 0.32px;
  line-height: 35px;
  font-family:"neue-haas-grotesk-display";
  font-weight: bold;
}

.campaign-banner-section .form-container form{
  max-width: 386px;
  margin: 0 auto;
  float: none;
}

.campaign-banner-section .form-container form .inputs-list.multi-container{
   display: flex;
   padding-left: 0;
}

.campaign-banner-section .form-container form .inputs-list.multi-container li{
   padding-left:20px;
}

.campaign-banner-section .form-container form .inputs-list.multi-container li:first-child{
   padding-left:0;
}

.campaign-banner-section .row-fluid form .field>label{
  color: #151515;
  font-size: 13px;
  letter-spacing: 0.24px;
  line-height: 15px;
}

.campaign-banner-section form .hs-form-required{
  display: none;
}

body .campaign-banner-section .row-fluid form input,
body .campaign-banner-section .row-fluid form select,
body .campaign-banner-section .row-fluid form textarea{
  height: 46px;
  border: 1px solid rgba(27,27,27,0.27);
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #151515 !important;
  font-size: 15px;
  letter-spacing: 0.28px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 6px;
}

body .campaign-banner-section .row-fluid form input::placeholder,
body .campaign-banner-section .row-fluid form select::placeholder,
body .campaign-banner-section .row-fluid form textarea::placeholder{
  color: #A4A4A4;
}

body .campaign-banner-section .row-fluid form input:focus,
body .campaign-banner-section .row-fluid form select:focus,
body .campaign-banner-section .row-fluid form textarea:focus{
  border: 1px solid #151515;
}

.campaign-banner-section .row-fluid form .hs-button.primary{
  margin-top: 10px;
}

body .container-fluid .campaign-banner-section .row-fluid .hs-button{
  color: #FBFBFB !important;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 20px;
  font-family: "neue-haas-grotesk-text";
  padding: 12px 23px 13px 22px;
}


@media(max-width: 1024px){
  .campaign-banner-section .hero-content h1{
    font-size: 46px;
    line-height: 59.68px;
  }
}

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

  .campaign-banner-section .row-fluid .hero-content{
    max-width: 100%;
    margin:10% auto 19%;
  }

  .campaign-banner-section .hero-content h1{
    font-size: 36px;
    line-height: 43.78px;
    margin-bottom: 20px;
  }

  .campaign-banner-section .row-fluid .form-container{
    bottom: -114px;
    padding: 23px 23px 35px 23px;
  }

  .campaign-banner-section .form-heading h3{
    font-size: 25px;
    letter-spacing: 0.28px;
    line-height: 30px;
  }

  .campaign-banner-section .row-fluid .form-container:after{
    bottom: unset;
    top: -33px;
    right: -23px;
    height: 48px;
    width: 88px;
    background-size: contain;
    transform: rotate(-40deg);
  }
}

@media(max-width: 600px){
  .campaign-banner-section .row-fluid .form-container{
    margin: 0 16px;
  }
}

/******** Campaign Two Col Center Text Section Style **********/



.two-col-text{
  padding: 182px 0 65px 0;
}

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

.two-col-text .logo-here{
  margin-bottom: 13px;
}

.two-col-text .content-block h3{
  color: #151515;
  font-size: 19px;
  letter-spacing: 0.22px;
  line-height: 32px;
  font-family:"neue-haas-grotesk-display";
}

.two-col-text .content-block h4{
  color: #151515;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 30.24px;
  margin: 0;
}

.two-col-text .content-block h5{
  color: #151515;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 26.88px;
  font-weight: 400;
  text-transform: none;
}

@media(min-width: 768px){
  body .row-fluid .two-col-text .two-col-adjust span{
    margin-right: -8%;
  }

  body .row-fluid .two-col-text .two-col-adjust span>.hs_cos_wrapper{
    flex-basis: 42%;
    -webkit-flex-basis: 42%;
    margin-right: 8%;
  }
}

@media(max-width: 1024px){
  .two-col-text .content-block h3{
    font-size: 16px;
    line-height: 26px;
  }

  .two-col-text .content-block h4{
    font-size: 16px;
  }

  .two-col-text .content-block h5{
    font-size: 13px;
  }
}

@media(max-width: 767px){
  .two-col-text{
    padding: 141px 0 27px 0;
  }

  body .row-fluid .two-col-text .two-col-adjust span>.hs_cos_wrapper{
    margin: 20px auto 0;
    display: none;
  }
  
  body .row-fluid .two-col-text .two-col-adjust span>.hs_cos_wrapper:first-child{
    display: block;
  }

  .two-col-text .content-block h3{
    font-size: 18px;
    line-height: 28px;
  }

  .two-col-text .content-block h4{
    font-size: 18px;
    line-height: 30.24px;
  }

  .two-col-text .content-block h5{
    font-size: 16px;
    line-height: 26.88px;
  }
}



/********* Campaign Three Col Center Text Section Style *********/


.threecol-center-text{
  padding: 12% 0 100px 0;
}

.threecol-center-text .section-heading{
  max-width: 631px;
  margin: 0 auto 26px auto;
}

.threecol-center-text .image-container{
  margin-bottom: 20px;
}

.threecol-center-text .content-block h3{
  font-size: 29px;
  letter-spacing: 0.32px;
  line-height: 35px;
  font-family:"neue-haas-grotesk-display";
  font-weight: bold;
}
.threecol-center-text .content-block p{
  color: #151515;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 26.88px;
}

@media(max-width: 1024px){
  .threecol-center-text .section-heading h2{
    line-height: 44.54px;
  }
  .threecol-center-text{
  padding: 18% 0 100px 0;
}

  .threecol-center-text .content-block h3{
    font-size: 23px;
    line-height: 29px;
  }
}

@media(max-width: 767px){
  .threecol-center-text{
    padding: 20% 0 47px 0;
  }
  
  body .container-fluid .row-fluid .threecol-center-text  .section-heading.align-center{
    margin-bottom: 38px;
  }

  .threecol-center-text .section-heading h2{
    font-size: 23px;
    line-height: 27px;
  }

  body .row-fluid .threecol-center-text .three-col-adjust span>.hs_cos_wrapper{
    margin: 28px auto 0;
  }

  .threecol-center-text .image-container img{
    max-width: 47px !important;
  }

  .threecol-center-text .content-block h3{
    font-size: 20px;
    line-height: 28px;
  }
}



/************* Business Startegy Page Styling ******************/

.business-lp p{
   font-size:16px;
   line-height:26.88px;
}

.lp-header{
   position:absolute;
   left:0;
   right:0;
   top:0;
   z-index:2;
}

.lp-header .logo-container{
   background:#151515;
   max-width:137px;
   padding:13px 14px 15px;
   box-sizing:border-box;
}


@media(max-width:1024px){

.business-lp h1{
   line-height: 50.99px;  
}
  
.business-lp h2 {
    line-height: 38.54px;
}
  
.business-lp h3 {
    line-height: 26.4px;
}
  
body .row-fluid .lp-header .logo-container {
    margin: 0 auto;
    float: none;
    text-align: center;
}
}


@media(max-width:767px){

.business-lp h1 {
    line-height: 43.78px;
    font-size: 36px;
}
  
.business-lp h4{
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 25px;
}
  
.business-lp h2 {
    line-height: 38px;
    font-size: 34px;
}
}



/****************** Strategy Banner Section Styling ***************/



.strategy-banner-section{
   background-color: rgba(255,184,80,0.1);
   padding: 89px 0 48px;
   position:relative;
}

.strategy-banner-section .wrapper>.row-fluid-wrapper>.row-fluid{
   display:flex;
   align-items:center;
}

.strategy-banner-section .right-col .image-container img{
   max-width:515px;
   height:515px;
   border-radius:50%;
}

.strategy-banner-section .shape-container{
   position:absolute; 
   z-index:1;
   right:0;
   bottom:0;
}

.strategy-banner-section .shape-container:after{
  position: absolute;
    right: -50px;
    top: -170px;
    content: '';
    background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/teal%20triangle.svg);
    width: 97px;
    height: 97px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}


.strategy-banner-section .right-col .image-container{
  position: relative;
  z-index: 1;
  max-width: 515px;
  float: none;
  margin: 0 auto;
}

.strategy-banner-section .image-container:before{
  position: absolute;
  left: 0px;
  top: 50px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/Purple%20Dots%20Round.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 78px;
  height: 78px;
  z-index: 0;
}

.strategy-banner-section .image-container:after{
  position: absolute;
  right: 60px;
  bottom: 35px;
  content: '';
  background: url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/yellow%20semi%20circle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 41px;
  height: 79px;
  z-index: 0;
}

.strategy-banner-section .right-col{
   float:right;
   text-align:center;
   position:relative;
}

.strategy-banner-section .description-container h5{
   color: #1B1B1B;
}

.strategy-banner-section .description-container p{
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 26.88px;
  max-width:514px;
}



@media(max-width:1024px){

  .strategy-banner-section{
     padding: 139px 0 88px;
  }
  
  .strategy-banner-section .image-container:after{
     right: 60px;
     bottom: -15px;
  }
  
  .strategy-banner-section .shape-container:after{
     top: -110px;
  }
  
  .strategy-banner-section .image-container:before{
     left: -20px;
    top: 30px;
  }
}


@media(max-width:767px){

.strategy-banner-section .wrapper>.row-fluid-wrapper>.row-fluid{
    display:block;
}
  
.strategy-banner-section{
    text-align:center;
}
  
.strategy-banner-section .right-col .image-container img{
   border-radius:0;
}
  
.strategy-banner-section .image-container{
   margin-bottom:50px;
}
  
.strategy-banner-section {
    padding: 100px 0 35px;
}
  
  .strategy-banner-section .description-container h5{
     display:none;
  }
  
  .strategy-banner-section .description-container p{
     max-width:100%;
  }

 .strategy-banner-section .image-container{
     position:relative;
}
  
.strategy-banner-section .image-container:before {
    left: 21px;
    top: -20px;
    width: 44px;
    height: 44px;
}
  
.strategy-banner-section .image-container:after {
    right: 60px;
    bottom: -25px;
    width: 21px;
    height: 43px;
}
  
.strategy-banner-section .shape-container:after {
    right: 6px;
    top: auto;
    width: 54px;
    height: 54px;
    bottom: -10px;
}
}

@media(max-width:480px){

body .row-fluid .strategy-banner-section a.cta_button{
     padding: 10px 46px 10px 20px;
}
  

}

/**************** Strategy Section2 Styling ******************/


.strategy-section2-cm{
   padding:99px 0 112px;
}

.strategy-section2-cm .right-col .inner-container{
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(21,21,21,0.08);
  padding:47.5px 41px 30px;
  max-width:522px;
  box-sizing:border-box;
  float:right;
  position:relative;
  z-index:1;
}

.strategy-section2-cm .right-col{
  max-width: 522px;
  float: right;
  position: relative;
  z-index: 1;
}

.strategy-section2-cm .right-col:before{
  position: absolute;
  left: 8px;
  top: -40px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/Faded%20Yellow%20Semi%20Circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 37px;
  height: 73px;
  z-index: -1;
}

.strategy-section2-cm .right-col:after{
  position: absolute;
    right: -22px;
    bottom: -50px;
    content: '';
    background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/faded%20teal%20dots%20square.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 73px;
    height: 73px;
    z-index: -1;
}


.strategy-section2-cm .right-col blockquote{
  font-size: 37.6px;
  font-style: italic;
  letter-spacing: .43px;
  line-height: 49.2px;
  color: #2eaabd;
  font-weight: bold;
  margin-bottom:25px;
}

.strategy-section2-cm .right-col .inner-container h4{
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-weight: bold;
}


@media(max-width:1024px){

.strategy-section2-cm .right-col .inner-container{
   padding: 47.5px 20px 30px;  
}
}


@media(max-width:767px){

  
body .row-fluid .strategy-section2-cm {
    padding: 60px 0 175px;
    text-align:center;
}
  
.strategy-section2-cm .right-col blockquote{
     font-size: 32px;
     line-height: 39px;
}
  
.strategy-section2-cm .right-col .inner-container {
    padding: 27.5px 10px 13px;
}
  
.strategy-section2-cm .right-col {
    max-width: 100%;
    margin-top: 50px;
}
  
  .strategy-section2-cm .right-col .inner-container{
     max-width:100%;
  }
}




/****************** Strategy Section3 Cm ******************/



.strategy-section3-cm{
   position:relative;
   padding:72.5px 0 72.5px;
   z-index:1;
}

.strategy-section3-cm .wrapper{
   position:relative;
}

.strategy-section3-cm:after{
   position:absolute;
   right:0;
   top:0;
   bottom:0;
   content:''; 
   /*background:#F3F1EF;*/
   width:73%;
   height:auto;
   z-index:-1;
}

.strategy-section3-cm .left-col{
   height:408px;
   box-shadow: 0 5px 20px 0 rgba(21,21,21,0.14);
   position:relative;
   z-index:1;
}

.strategy-section3-cm .wrapper:before{
  position: absolute;
  left: 36px;
  bottom: -50px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/triangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 79px;
  height: 79px;
  z-index: -1;
}

.strategy-section3-cm .wrapper:after{
  position: absolute;
  left: 80px;
  bottom: -105px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/Dots%202.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 79px;
  height: 79px;
  z-index: -1;
}

.strategy-section3-cm .right-col{
   padding-left:40px;
}

.strategy-section3-cm .right-col h2{
   margin-bottom:30px;
}


@media(max-width:1024px){

.strategy-section3-cm .right-col {
    padding-left: 20px;
}
  
.strategy-section3-cm .wrapper:before{
   bottom: -10px;
}
  
.strategy-section3-cm .wrapper:after{
   bottom:-55px;
}
}


@media(max-width:767px){

.strategy-section3-cm:after{
   width:100%;
}
  
.strategy-section3-cm .left-col{
    height: 198px;
    margin: -140px 20px 0!important;
    text-align: center;
}
  
.strategy-section3-cm .right-col {
    padding-left: 0;
    margin-top: 70px;
    text-align: center;
}
  
.strategy-section3-cm .right-col h2 {
    margin-bottom: 14px;
}
  
.strategy-section3-cm .wrapper:before {
    bottom: auto;
    top: 29px;
    z-index: 1;
    width: 48px;
    height: 48px;
    left: 24px;
}
  
.strategy-section3-cm .wrapper:after {
    bottom: auto;
    top: 60px;
    height: 48px;
    width: 48px;
    z-index: 1;
    left: 60px;
}
}

/***************** Our Weapons Styling ****************/



.our-weapons-cm{
   padding:113px 0 106px;
}

.our-weapons-cm .cm-container .icon{
   margin-bottom:23px;
}

.our-weapons-cm .cm-container h3{
   font-family:"neue-haas-grotesk-display";
   font-weight:bold;
}

.our-weapons-cm .heading-container{
   margin-bottom:35px;
}

body .row-fluid .our-weapons-cm .four-col-adjust span{
    margin-right:0;
   justify-content:center;
}

body .row-fluid .our-weapons-cm .four-col-adjust span>.hs_cos_wrapper{
    margin-right:3.3%; 
}

body .row-fluid .our-weapons-cm .four-col-adjust span>.hs_cos_wrapper:nth-child(4n){
   margin-right:0;
}

body .row-fluid .our-weapons-cm .four-col-adjust span>.hs_cos_wrapper:last-child{
   margin-right:0;
}


@media(max-width:1024px){

.our-weapons-cm {
    padding: 83px 0 76px;
}
}

@media(max-width:767px){

.our-weapons-cm {
    padding: 83px 0 56px;
}
}


/***************** Strategy Testimonial Cm Styling *******************/


.strategy-testimonial-cm{
   padding:40px 0 40px;
   position:relative;
   z-index:1;
   overflow:hidden;
}

.strategy-testimonial-cm:before{
  position: absolute;
  left: -150px;
  top: -80px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/ghost%20big%20semi%20circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  width: 457px;
  height: 229px;
}

.strategy-testimonial-cm:after{
  position: absolute;
  right: -220px;
  bottom: 0;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/ghost%20big%20triangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  width: 457px;
  height: 457px;
}

body .row-fluid .strategy-testimonial-cm .image-container{
   max-width:66px;
   height:66px;
   margin:0 auto 10px;
   float:none;
   border-radius:50%;
}

body .row-fluid .strategy-testimonial-cm .wrapper{
   max-width:905px;
}

.strategy-testimonial-cm .info-container h4{
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 30.24px; 
  margin-bottom:0;
}

.strategy-testimonial-cm .text-container p{
  font-size:19px;
  letter-spacing: 0.22px;
  line-height: 32px;
  font-family:"neue-haas-grotesk-display";
}


@media(max-width:767px){

.strategy-testimonial-cm:before,
.strategy-testimonial-cm:after{
   display:none;
}
}



/**************** Strategy Form Section Styling ****************/


body .strategy-form-section:before{
   display:none;
}

body .strategy-form-section{
   padding: 92px 0 92px 0;
}

body .row-fluid .strategy-form-section .wrapper{
   background-color: rgba(255,184,80,0.1);
   padding:77px 15px 107px;
   position:relative;
   z-index:1;
}

body .row-fluid .strategy-form-section .form-container{
   position:relative;
   bottom:0;
   margin:10px auto 0;
   max-width:488px;
}

.strategy-form-section .wrapper:before{
   position:absolute;
   left: 90px;
   top: -25px;
   content:'';
   background:url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/yellow%20semi%20circle%202.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:45px;
   height:89px;
   z-index:-1;
}

.strategy-form-section .wrapper:after{
   position:absolute;
   left: 110px;
    top: 20px;
   content:'';
   background:url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/faded%20purple%20dots%20circle.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:79px;
   height:78px;
   z-index:-1;
}

.strategy-form-section .row-fluid .hero-content {
    max-width: 610px;
    margin: 0 auto;
    float: none;
}

body .strategy-form-section .row-fluid .form-container:after{
   background:url('https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/Yellow-Arrow.svg');
   left:-25px;
   right:auto;
}

body .row-fluid .strategy-form-section .shape-container{
  position: relative;
  z-index: -1;
  margin: 10px auto 0;
  max-width: 488px;
  float: none;
}
.strategy-form-section .shape-container:before{
  position: absolute;
  right: -50px;
  bottom: -20px;
  content: '';
  background: url(https://3886074.fs1.hubspotusercontent-na1.net/hubfs/3886074/Business%20Strategy%20LP/faded%20teal%20dots%20square.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 124px;
  height: 122px;
  z-index: -1;
}

.business-lp .campaign-footer .wrapper:before,
.business-lp .campaign-footer .wrapper:after{
   display:none;
}



@media(max-width:767px){

.strategy-form-section .wrapper:before {
    left: 30px;
    top: -25px;
    width: 26.5px;
    height: 53px;
}
  
.strategy-form-section .wrapper:after {
    left: 44px;
    top: 0px;
    width: 47px;
    height: 47px;
  }
  
  body .strategy-form-section .row-fluid .form-container:after{
     display:none;
  }
  
  .strategy-form-section .shape-container:before {
    right: -20px;
    bottom: -20px;
    width: 69px;
    height: 69px;
    z-index: -1;
}
  
body .row-fluid .strategy-form-section {
    padding: 72px 0 0;
}
}

body .row-fluid .popup-section .form-container{
  max-width:488px;
  margin:0 auto;
  float:none;
  border-top:8px solid #2EAABD;
  background-color: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(21,21,21,0.14);
  padding:25px 41px 26px;
}

body .row-fluid .popup-section .form-container form input{
    height: 46px;
    border: 1px solid rgba(27,27,27,0.27);
    border-radius: 4px;
    background-color: #fff;
    color: #151515!important;
    font-size: 15px;
    letter-spacing: .28px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 6px;
}

body .popup-section .form-container form .field>label {
    color: #151515;
    font-size: 13px;
    letter-spacing: .24px;
    line-height: 15px;
}

.popup-section .form-container form input::placeholder{
  font-size: 15px;
  letter-spacing: 0.28px;
  line-height: 18px;
  color: #A4A4A4;
}

.popup-section .form-container .form-heading p{
  font-size: 19px;
  letter-spacing: 0.32px;
  line-height: 31px;
  text-align: center;
}

body .center-cont.show-pop-cont{
  display:flex!important;
  justify-content:center;
  align-items:center;
}

.center-cont {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  margin: auto;
  z-index:11;
  width: 100%;
  position:fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgb(243,241,239,0.96);
  margin:0 auto;overflow-y:scroll;
}
.center-cont .pop-inner {width:100%;max-width:635px;min-height:500px;margin:0 auto;position:relative;top:0;display: flex;flex-direction: column;justify-content: center;}
body .hideform {display: none!important;-webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;}
body .row-fluid .center-cont .pop-inner form .hs-button {
  margin-top:5px!important;
  background:#2EAABD!important;
  color:#FBFBFB!important;
  padding:11px 25px;
  border-radius:4px;
  border:none!important;
}

body .center-cont .pop-inner form .hs-button:hover{
   box-shadow: 0 2px 6px 0px rgba(235,127,81,0.47);
    background: #eb7f51!important;
}
body.show-popup-form-cont {overflow:hidden;}
.center-cont #close-cont {position: absolute;right: 0px;top: -40px;cursor:pointer;background: #000000;width: 30px;height: 30px;border-radius: 50%;line-height: 30px;text-align: center;color: #ffffff;}
.center-cont .pop-inner .submitted-message {text-align:center;}
.center-cont::-webkit-scrollbar {
  width: 0px;
  box-shadow:none;
  background:transparent;
}

.center-cont::-webkit-scrollbar-track {
  box-shadow:none;
  background:transparent;
}

.center-cont::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: none;
}
@media(max-width:767px){
  .center-cont .pop-inner {margin: 0px 20px;top: 0px;}
  .center-cont {overflow-y:scroll;}
}


@media(max-width:767px){

  body .row-fluid .strategy-form-section .wrapper{
     padding: 67px 15px 47px;
  }
  
  body .row-fluid .popup-section .form-container{
     padding: 25px 20px 26px;
  }
  
  .center-cont #close-cont{
     width: 25px;
    height: 25px;
    line-height: 25px;
    top:10px;
  }
  
  body .row-fluid .popup-section .form-container{
     margin:0 10px 0;
  }
  
 
}


.hs-blog-post .blog-container a.cta_button{
   background:transparent!important;
   border:none!important;
   padding:0!important;
   box-shadow:none!important;
}

.hs-blog-post .blog-container a.cta_button img{
   height:auto!important;
}

input[type="search" i]::-webkit-search-cancel-button {
    display: none!important;
    appearance: none!important;
    opacity: 0!important;
}

input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button{
   display: none!important;
    appearance: none!important;
    opacity: 0!important;
}