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

@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;1,500&display=swap');


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



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

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

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

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

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

h1{
  font-size: 81px;
  font-weight:600;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height:80.4px;
}

h2{
  font-size: 40px;
  font-weight: 600;
  line-height:51px;
  letter-spacing:0px; 
  margin-bottom:19px;
}

h3{
  font-size:24px;
  font-weight: 600;
  letter-spacing:0;
  margin-bottom:15px;
  line-height: 29px;
}

h4{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height:27px;
  letter-spacing:0px;
}

h5{
  font-size: 16px;
  letter-spacing:0px;
  font-weight: 600;	
  line-height: 20px;
}

h6{
  font-size:14px;
  line-height:17px;
  font-weight:600;
  letter-spacing:0.9px;
  margin-bottom:20px;
  text-transform:uppercase;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: normal;
  color: #4D4F53;
}

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

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

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

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

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

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

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

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

body a.cta_button[title],
body a.cta_button,
body .container-fluid .row-fluid .hs-button{
  background: #C60C30;
  font-size: 17px;
  line-height: 20px;
  padding: 17.5px 15px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 0px;
  margin-bottom: 0;
  position: relative;
  border: none;
  z-index: 1;
  box-shadow: 0 3px 6px 0 rgba(198,12,48,0.36);
}

body a.cta_button[title]:hover,
body a.cta_button:hover,
body .hs-button:hover{
  background:#E91053!important; 
  transition: all .2s ease-in;
}

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

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

.section-bg {
  background-size: cover!important;
  background-position: center center!important;
}

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

@media(max-width:1280px){

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

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

}

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

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

}




/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -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;
  }   
}





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

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

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

  h1 {
    font-size: 55px;
    line-height:70px;
  }

  h2 {
    font-size: 36px;
    line-height:40px;
  }

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

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

  h6{
    font-size:14px;
  }

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


}


@media (max-width:767px){

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

  h1 {
    font-size: 47.15px;
    line-height:46.8px;
  }

  h2 {
    font-size: 31px;
    line-height:41px;
  }

  h3 {
    font-size: 19px;
    line-height:21px;
    letter-spacing:0.3px;
  }

  h4{
    font-size: 18px;
    line-height:25px;
  }

  h5{
    font-size: 17px;
    line-height: 20px;
  }

  h6{
    font-size:11.2px;
    line-height:13px;
    letter-spacing:0.7px;
    margin-bottom:13px;
  }

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

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

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

}



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

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

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

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

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

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

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

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

textarea{
  overflow:hidden;
  resize:none;
}

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

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

body .row-fluid  form input,
body .row-fluid  form select,
body .row-fluid  form textarea{
  height: 45px;
  color:#222222;!important;
  font-size: 14px;
  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: 1px solid #E3E1E5;
  border-radius: 2px;
  box-shadow: inset 0 3px 5px 0 rgba(187,187,187,0.5);
}

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

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

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

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

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

.row-fluid form .field>label{
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  display: block;
  margin-top: 3px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0;
  margin-bottom: 10px;
}

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

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!important;
  background-position: center right!important;
  -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: 2px;
  width: 20px;
  height: 20px;
}

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

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

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



@media (max-width: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 ***************************************************/




/***************** Lp Header Section *****************/


.lp-header-section{
  padding:36px 0 36px;
  position:absolute;
  left:0;
  right:0;
  top:0;
  z-index:3;
}

.lp-header-section .logo img{
  max-width:100px!important;
}

.lp-header-section .phone-no{
  text-align:right;
}

.lp-header-section .content-wrapper>.row-fluid-wrapper>.row-fluid{
  display: flex;
  align-items: center;
}

.lp-header-section .phone-no a{
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
  color:#ffffff;
  font-weight:normal;
}

.lp-header-section .phone-no a span{
  padding-right:7px;
}


@media(max-width:767px){

  .lp-header-section .content-wrapper>.row-fluid-wrapper>.row-fluid {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .lp-header-section .logo{
    width: 30%; 
  }

  .lp-header-section .phone-no{
    width: 70%;
  }

  .lp-header-section .phone-no a {
    font-size: 20.8px;
    line-height: 26.68px;
  }

  .lp-header-section .logo img {
    max-width: 70px !important;
  }
}



/******************* Lp Footer Section Styling ******************/


.lp-footer-section{
  background:#222222;
  padding:23px 0 23px;
  text-align:center;
}

.lp-footer-section img{
  max-width:100px!important;
}


@media(max-width:767px){

  .lp-footer-section{
    position:relative;
    z-index:2;
  }
}


/*=======================================================
PMO Landing Page Style
=======================================================*/ 

/* body.pmo-landing-page .body-container-wrapper{
background: #41000D;
} */

body.pmo-landing-page .parent-content-group{ 
  background: linear-gradient(180deg, #41000D 0%, #600214 100%);
  position: relative;
  z-index: 15;
}

.parent-content-group:before{
  position: absolute;
  content: '';
  background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/Ghost-icon.svg') no-repeat;
  background-size: cover;
  background-position: center;
  right: 0;
  top: 229px;
  height: 528px;
  width: 400px;
  z-index: 2;
}

.parent-content-group .content-wrapper{
  position: relative;
  /*   z-index: 1; */
}

.parent-content-group .content-wrapper:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 2000%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  /*   z-index: -1; */
  z-index: 0;
  border-radius: 44px 0 0 0;
}

.parent-content-group .content-wrapper.no-before:before{
  display: none;
}

@media(max-width: 1320px){
  .parent-content-group .content-wrapper:before{
    left: 15px;
  }
}

@media(max-width: 767px){
  .parent-content-group:before{
    top: 160px;
  }

  .parent-content-group .content-wrapper:before{
    border-radius: 30px 0 0 0;
  }
}

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


.pmo-banner-section{
  padding: 190px 0 84px 0;
  position: relative;
  z-index: 1;
  background: #41000D;
}

.pmo-banner-section:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 94%;
  background: url(https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/2.%20Offers/PMO%20Background%20Image.png) no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: -309px;
  bottom: 0;
  z-index: -1;
}

.pmo-banner-section .left-col h1{
  font-size: 93px;
  letter-spacing: 0;
  line-height: 90.85px;
  margin-bottom: 10px;
}

.pmo-banner-section .left-col p{
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
  max-width: 435px;
}

.pmo-banner-section .left-col .cta-container{
  margin-top: 15px;
}

body .pmo-banner-section .left-col a.cta_button[title]{
  padding: 17.5px 45px;
}

@media(min-width: 1441px){
  .pmo-banner-section:before{
    background-size: contain;
  }
}

@media(max-width: 1130px){
  .pmo-banner-section .left-col h1{
    font-size: 78px;
  }
}


@media(max-width: 1024px){
  .pmo-banner-section .left-col h1{
    font-size: 68px;
    line-height: 77.85px;
  }

  .pmo-banner-section:before{
    width: 100%;
  }
}

@media(max-width: 991px){
  .pmo-banner-section:before{
    width: 149%;
    right: -512px;
  }
}

@media(max-width: 767px){
  .pmo-banner-section{
    padding: 150px 0 165px 0;
    text-align: center;
  }

  .pmo-banner-section .left-col p{
    margin: 0 auto;
  }

  .pmo-banner-section:before{
    background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/PMO-Banner-Image-mobile.jpg') no-repeat;
    background-position: 0% 15%;
    background-size: cover;
    left:0;
    width: 100%;
    height: 100%;
  }

  .pmo-banner-section .left-col h1 {
    font-size: 51px;
    line-height: 58.85px;
  }
}

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


.PMO-bottom-container{
  position: relative;
  z-index: 1;
}

.PMO-bottom-container:before{
  position: absolute;
  content: '';
  height: 13px;
  width: 100%;
  background: linear-gradient(180deg, #2A0008 0%, #600214 100%);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.PMO-bottom-container:after{
  position: absolute;
  content: '';
  height: 13px;
  width: 100%;
  background: linear-gradient(180deg, #2A0008 0%, #600214 100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.pmo-botton-form{
  padding: 64px 0 70px 0;
  position: relative;
  z-index: 1;
}

.pmo-botton-form:before{
  position: absolute;
  content: '';
  background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/Ghost2.svg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 773px;
  height: 671px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.pmo-botton-form .row-fluid .form-container{
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.pmo-botton-form .form-container h2{
  margin-bottom: 15px;
  margin-top: 18px;
}

.pmo-botton-form .form-container p{
  max-width: 394px;
  margin: 0 auto;
}

.pmo-botton-form .form-container form{
  max-width: 394px;
  margin: 22px auto 0 auto;
}

body .container-fluid .pmo-botton-form .row-fluid .hs-button{
  padding: 17.5px 45px;
}

@media(max-width: 1024px){
  .pmo-botton-form:before{
    width: 477px;
    height: 428px;
  }   
}

/********* Popup Form Style **********/

body.show-popup{
  position: relative;
  overflow-y: hidden;
}

body.show-popup:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(-1);
  background-color: rgba(33,33,33,0.81);
  z-index: 20;
}

.popup-container{
  position: fixed !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  width: 100% !important;
  /*   padding: 0 20px; */
}

.popup-container.come-down{
  visibility: visible;
  opacity: 1; 
}

.popup-container .row-fluid .form-container{
  border: 1px solid #E3E1E5;
  background-color: #FFFFFF;
  box-shadow: 0 10px 13px 0 rgba(172,180,180,0.31);
  padding: 36px 36px 36px 36px;
  box-sizing: border-box;
  max-width: 465px;
  margin: 65px auto 65px auto;
  z-index: 2;
  float: none;
  position: relative;
}

.popup-container .row-fluid .section-heading{
  max-width: 280px;
  margin: 0 auto 20px auto ;
  float: none;
}

body .container-fluid .popup-container .row-fluid .hs-button{
  padding: 17.5px 45px;
}

body .row-fluid .popup-container form input,
body .row-fluid .popup-container form select,
body .row-fluid .popup-container form textarea{
  margin-bottom: 13px;
}

.popup-container .close-btn{
  cursor: pointer;
  text-align: center;
  background-color: #222222;
  width: auto;
  padding: 9px 16px 11px 15px;
  position: absolute;
  top: -43px;
  right: -43px;
}

.popup-container .close-btn img{
  vertical-align: middle;
}

@media(max-width: 580px){
  .popup-container .row-fluid .form-container{
    padding: 36px 26px 36px 26px
  }

  .popup-container .close-btn{
    top: -59px;
    right: 0;
  }
}


/*=======================================================
PMO Assemenet Style
=======================================================*/ 

/************** PMO Assemenet Gated Style *************/

/************** Form Area Style *************/

.assessment-tool-form-section{
  padding: 50px 0 50px 0;
  /*   max-height: 100vh;
  height: 100vh;
  overflow-y: scroll; */
  position: relative;
  z-index: 1;
}

.assessment-tool-form-section:before{
  position: absolute;
  content: '';
  background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/abstract-banner-image.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 36%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.assessment-tool-form-section .image-container{
  margin-bottom: 23px;
}

.assessment-tool-form-section .left-col h1{
  font-size: 93px;
  letter-spacing: 0;
  line-height: 90.85px;
}

.assessment-tool-form-section .left-col p{
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
  color: #222222;
  max-width: 435px;
}

.body-container-wrapper .assessment-tool-form-section .left-col ul{
  counter-reset: li;
  list-style-type: none;
  margin-top: 38px;
  max-width: 525px;
}

.body-container-wrapper .assessment-tool-form-section .left-col li{
  font-size: 19.2px;
  letter-spacing: 0;
  line-height: 23.2px;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-left: 26px;
  margin-bottom: 30px;
}

.assessment-tool-form-section .left-col li:before{
  content: counter(li)'.';
  counter-increment: li;
  height: 20px;
  width: 20px;
  font-family: 'Poppins', sans-serif;
  color: #C60C30;
  text-align: center;
  position: absolute;      
  left: -30px;
  top: 0;
}

.assessment-tool-form-section .small-text{
  margin-top: 12px;
}

.assessment-tool-form-section .small-text p{
  color: #222222;
  font-size: 14.3px;
  letter-spacing: 0;
  line-height: 40.3px;
}

.assessment-tool-form-section .small-text p img{
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding-right: 10px;
}

.assessment-tool-form-section .row-fluid .form-container{
  max-width: 465px;
  border: 1px solid #E3E1E5;
  background-color: #FFFFFF;
  box-shadow: 0 10px 13px 0 rgba(172,180,180,0.31);
  padding: 47px 35px 18px 35px;
}


@media(max-width: 1100px){
  .assessment-tool-form-section .left-col h1{
    font-size: 83px;
    line-height: 80.85px;
  }
}

@media(max-width: 1024px){
  .assessment-tool-form-section .left-col h1{
    font-size: 68px;
    line-height: 77.85px;
  }

  .assessment-tool-form-section .left-col p{
    font-size: 18px;
    line-height: 27px;
  }

  .body-container-wrapper .assessment-tool-form-section .left-col li{
    font-size: 17.2px;
    line-height: 21.2px;
  }
}

@media(max-width: 767px){
  .assessment-tool-form-section{
    height: auto;
    max-height: unset;
    overflow-y: unset;
  }

  .assessment-tool-form-section:before{
    height: 48%;
    width: 100%;
    top: unset;
    left: 0;
    background-position: top;
  }

  .assessment-tool-form-section .left-col{
    margin-bottom: 30px;
  }

  .assessment-tool-form-section .left-col h1{
    font-size: 51px;
    line-height: 58.85px;
  }

  .assessment-tool-form-section .left-col p{
    max-width: 100%;
  }

  .body-container-wrapper .assessment-tool-form-section .left-col ul{
    max-width: 100%;
  }

  .body-container-wrapper .assessment-tool-form-section .left-col li{
    margin-bottom: 15px;
  }

  .body-container-wrapper .assessment-tool-form-section .left-col ul{
    margin-top: 20px;
  }

  .assessment-tool-form-section .row-fluid .form-container{
    margin: 0 auto;
    float: none;
  }
}

@media(max-width: 480px){
  .assessment-tool-form-section .row-fluid .form-container{
    padding: 37px 25px 18px 25px;
  }

  .assessment-tool-form-section .dummy_form a.dummy_submit{
    font-size: 14px;
  }

  .assessment-tool-form-section .left-col h1{
    font-size: 41px;
    line-height: 45.85px;
  }
}


/************** Question Area Style *************/


.questions-section{
  position: relative;
  z-index: 10;
}

.questions-section:before{
  content: '';
  position: fixed;
  height: 19px;
  width: 100%;
  background: #2A0008;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.questions-section:after{
  content: '';
  position: fixed;
  height: 19px;
  width: 100%;
  background: #2A0008;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.row-fluid .questions-section [class*="span"].content-wrapper{
  max-width: 100%;
  padding: 0;
}

.questions-section .right-col{
  /*   overflow-y: scroll;*/
  height: 100vh; 
  padding: 223px 20px 223px 0px;
  border-right: 19px solid #2a0008;
}

.questions-section .left-col{
  background: #2A0008;
  padding: 37px 30px 30px 42px;
  overflow-x: hidden;
}

.questions-section .left-col .logo-container{
  margin-bottom: 40px;
}

.questions-section .category-heading{
  border-bottom: 1px solid rgba(225, 225, 225, 0.31);
  margin-bottom: 2px;
}

.questions-section .category-heading h5{
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 21px;
  margin-bottom: 8px;
} 

.body-container-wrapper .questions-section .horizontal-menu-topics ul li{
  margin-left: 20px;
  position: relative;
  z-index: 1;
  padding: 5.5px 0;
}

.questions-section .horizontal-menu-topics ul li.active:before{
  position: absolute;
  content: '';
  height: 9px;
  width: 9px;
  background: #fff;
  border-radius: 100%;
  top: 16px;
  left: -16px;
}

.questions-section .horizontal-menu-topics ul li.active:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 200%;
  background: #46010E;
  top: 0;
  left: -80%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.body-container-wrapper .questions-section .horizontal-menu-topics ul li a{
  font-size: 19px;
  letter-spacing: 0;
  line-height: 29px;
}

.questions-section .small-text h5{
  color: #C60C30;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 10px;
}

.questions-section .questions-group{
  max-width: 605px;
  margin: 0 auto 17px auto !important;
  float: none;
}

.questions-section .questions-group h2{
  font-size: 40px;
  letter-spacing: 0;
  line-height: 51px;
}

.questions-section .slide-instructions p{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26.9px;
  color: #4D4F53;
}

.questions-section .smileys-slider{
  max-width: 788px;
  margin: 6px auto 0 auto !important;
  float: none;
} 

body .container-fluid .row-fluid .questions-section .smileys-slider .smiley[class*="span"],    
body .container-fluid .row-fluid .questions-section .smileys-slider .smiley.active{
  border: 2px solid #C60C30;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(204,204,204,0.5);
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  min-height: 127px;
  box-sizing: border-box;
}

body .container-fluid .row-fluid .questions-section .smileys-slider .smiley.not-clicked{    
  opacity: 0.5;
  border: 1px solid #E0E0E0;
}

.questions-section .smileys-slider .smiley h4{
  color: #222222;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
  margin-top: 15px;
}

.questions-section .next-question-cta,
.hbs-submit-btn{
  margin-top: 52px;
}

.questions-section .next-question-cta>div, 
.questions-section .hbs-submit-btn>div{
  padding-right: 45px;
  font-size: 17px;
  line-height: 13px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #C60C30;
  box-shadow: 0 3px 6px 0 rgba(198,12,48,0.36);
  display: inline-block;
  font-weight: 400;
  padding: 19px 27px 19px 0px;
  letter-spacing: 0;
  line-height: 20px;
  color: #fff;
}

.questions-section #question_numbering{
  background: #a90c2a;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 21px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 13px;
}

.body-container-wrapper .questions-section .progress-bar .horizontal-menu-topics-list ul{
  padding: 0;
  max-width: 433px;
  margin: 0 auto;
  float: none;
  border: 1px solid #D4D4D4;
  border-radius: 11.5px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.questions-section .progress-bar{
  margin-bottom: 80px;
}

.body-container-wrapper .questions-section .progress-bar .horizontal-menu-topics-list ul li,
.body-container-wrapper .questions-section .progress-bar .horizontal-menu-topics-list ul li a{
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 17px;
  display: block;
  pointer-events: none;
}

.body-container-wrapper .questions-section .progress-bar .horizontal-menu-topics-list ul li.answered,
.body-container-wrapper .questions-section .progress-bar .horizontal-menu-topics-list ul li.show_prev{
  background-color: #C60C30;
}

/* .body-container-wrapper .questions-section .progress-bar .horizontal-menu-topics-list ul li.answered.hide_next{
background-color: transparent;
} */

.questions-section .progress-bar .horizontal-menu-topics-list ul li.active:after,
.questions-section .progress-bar .horizontal-menu-topics-list ul li.active:before{
  display: none;
}

.questions-section .horizontal-menu-topics ul li{
  pointer-events: none;
  opacity: 0.9;
}

.questions-section .horizontal-menu-topics ul li.active,
.questions-section .horizontal-menu-topics ul li.answered{
  pointer-events: unset;
  opacity: 1;
}

@media(min-width: 1025px){
  body .container-fluid .row-fluid .questions-section .smileys-slider .smiley[class*="span"]:not(:first-child){
    margin-left: 14px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .questions-section .row-fluid .span3.left-col{
    width: 30.928177%;
  }

  .questions-section .row-fluid .span9.right-col{
    width: 66.309392%;
  }
}

@media(max-width: 1024px){
  .questions-section  .left-col{
    padding: 37px 30px 30px 30px;
  }

  .body-container-wrapper .questions-section .horizontal-menu-topics ul li a{
    font-size: 15px;
  }

  .questions-section .questions-group h2{
    font-size: 34px;
    line-height: 43px;
  }

  .questions-section .smileys-slider .smiley h4{
    font-size: 18px;
  }

  body .container-fluid .row-fluid .questions-section .smileys-slider .smiley[class*="span"]{
    min-height: 116px;
  }

  .questions-section .progress-bar {
    margin-bottom: 40px;
  }
}

@media(max-width: 767px){
  .questions-section .right-col{
    height: auto;
    padding: 35px 15px 50px 15px;
    border-left: 19px solid #2a0008;
  }

  .questions-section:after{
    position: absolute;
  }

  .questions-section .questions-group h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .questions-section .smileys-slider>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .container-fluid .row-fluid .questions-section .smileys-slider .smiley[class*="span"]{
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    margin: 10px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100px;
  }

  .questions-section .next-question-cta, .hbs-submit-btn{
    margin-top: 34px;
  }

  .questions-section .smileys-slider .smiley h4 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px;
  }

  .questions-section .smileys-slider .smiley img{
    max-width: 32px !important;
  }

  .body-container-wrapper .questions-section .horizontal-menu-topics ul li{
    margin: 0;
    display: none;
  }

  .body-container-wrapper .questions-section .horizontal-menu-topics ul li.active{
    display: block;
  }

  .questions-section .horizontal-menu-topics ul li.active:before{
    display: none;
  }
}

@media(max-width: 480px){
  .questions-section .smileys-slider .smiley h4{
    font-size: 12px;
    line-height: 14px;
  }

  body .container-fluid .row-fluid .questions-section .smileys-slider .smiley[class*="span"]{
    margin: 4px;
  }
}


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




.results-section{
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 10;
  border-left: 19px solid #2a0008;
  border-right: 19px solid #2a0008;
}

.results-section:before {
  content: '';
  position: fixed;
  height: 19px;
  width: 100%;
  background: #2a0008;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.results-section:after {
  content: '';
  position: fixed;
  height: 19px;
  width: 100%;
  background: #2a0008;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.results-section .score-section{
  margin-bottom: 50px;
}

.results-section .score-section h1{
  font-size: 55px;
  line-height: 67.4px;
  margin: 22px 0 50px;
}

.results-section .score-section h2{
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 0px;
  margin-bottom: 19px;
  width: auto;
  display: inline;
  border-radius: 100%;
  padding: 14px 28px;
  background: #C60C30;
  color: #fff;
  display: none;
}

.results-section .content-p p{
  color: #222;
  font-weight: 600;
  font-size: 20px;
}

.results-section .question-answer h3{
  display: none;
}

.results-section .question-answer h4{
  color: #41000d;
  font-weight: 400;
}

.results-section .question-answer p{
  color: #222;
  font-weight: bold;
}

.results-section .question-answer .answer{
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: normal;
  color: #4d4f53;
}

.results-section .question-answer {
  position: relative;
  border-radius: 20px 0 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(204,204,204,0.5);
  margin-bottom: 44px;
  padding: 20px 20px 20px 20px;
}

.results-section .answer-container{
  margin-top: 80px;
}


@media(max-width: 1024px){
  .results-section .score-section h1{
    font-size: 45px;
    line-height: 51.4px;
  }

  .results-section .question-answer p{
    font-size: 15px;
    line-height: 22px;
  }

  .results-section .question-answer .answer{
    font-size: 13px;
    line-height: 20px;
  }
}

@media(max-width: 767px){
  .results-section{
    padding: 80px 0 34px 0;
  }

  .results-section:before,
  .results-section:after{
    position: absolute;
  }

  .results-section .score-section h1{
    font-size: 38px;
    line-height: 46.4px;
    margin: 22px 0 40px;
  }

  .results-section .score-section h2{
    font-size: 36px;
    padding: 10px 22px;
    line-height: 36px;
  }

  .results-section .answer-container{
    margin-top: 50px;
  }
}


/************** PMO Assemenet Ungated Style *************/


.assessment-tool-section{
  position: relative;
  z-index: 1;
  padding: 50px 0 50px 0;
  border: 19px solid #2a0008;
  box-sizing: border-box;
  overflow-y: unset;
}

.assessment-tool-section.assessment-tool-new {
    background-image: url(https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/18%201%20%281%29.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 80px 0;
    border: none;
    height: 100vh;
  z-index:1;
  display: flex;
    align-items: center;
    justify-content: center;
}
.assessment-tool-section.assessment-tool-new:after{
  background: linear-gradient(180deg,#362368,rgba(54,35,104,0));
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.assessment-tool-section.assessment-tool-new.ungated .heading-container h1,.assessment-tool-section.assessment-tool-new.ungated .heading-container p,
.assessment-tool-section.assessment-tool-new.ungated .heading-container li,.assessment-tool-section.assessment-tool-new.ungated .small-text p{color:#fff;}

.assessment-tool-section.assessment-tool-new.ungated .heading-container p{max-width:715px; margin:0 auto 20px;}
.assessment-tool-section.assessment-tool-new.ungated .cta-containers{margin:10px 0 27px;}

.assessment-tool-section.assessment-tool-new.ungated:before {
    background-image: url(https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/Group%203059.svg);
    bottom: 0;
    right: 0;
    margin: 0 0 0 auto;
    z-index: 1;
    background-position: bottom;
  width:600px;
}
.assessment-tool-section.ungated:before{
  position: absolute;
  content: '';
  background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/1.%20Spin%20Assets/Shapes%20%281%29.svg') no-repeat;
  background-size: auto;
  background-position: top center;
  height: 100%;
  width: 370px;
  top: 0;
  right: 0px;
  bottom: 0;
  z-index: -1;
}

.assessment-tool-section .heading-container a#cta_button_7670990_c283a926-d41f-4d1f-9b9a-dbe596ee1623{
   padding:0!important;
}

.project-survey .assessment-tool-section .hs-embed-wrapper iframe{
   height:790px!important;
}

.project-survey .assessment-tool-section .hs-embed-wrapper{
  max-height: inherit!important;
}

.project-survey .assessment-tool-section.ungated:before{
   display:none;
}

.assessment-tool-section .right-col{
  height: 86vh;
}

.assessment-tool-section.ungated .heading-container h1{
  font-size: 93px;
  letter-spacing: 0;
  line-height: 90.85px;
  margin: 45px 0 30px;
}

.assessment-tool-section.ungated .heading-container p{
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
  color: #222;
  max-width: 435px;
  margin: 0 auto;
}

.assessment-tool-section .step-col{
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(204,204,204,0.5);
  padding: 22px 13px 10px 13px;
}

.assessment-tool-section .step-col h5{
  font-size: 19.2px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23.2px;
  font-family: 'Poppins',sans-serif;
  color: #c60c30;
  margin-bottom: 9px;
}

.assessment-tool-section .step-col p{
  font-size: 19.2px;
  letter-spacing: 0;
  line-height: 23.2px;
  color: #222;
  font-weight: bold;
}

.assessment-tool-section .step-container{
  margin: 37px 0 47px 0;
}

body .assessment-tool-section a.cta_button{
  padding: 17.5px 27px;
  min-width:151px;
}

.assessment-tool-section .small-text{
  margin-top: 7px;
}

.assessment-tool-section .small-text p {
  color: #222;
  font-size: 14.3px;
  letter-spacing: 0;
  line-height: 40.3px;
}

.assessment-tool-section .small-text p img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding-right: 6px;
}

@media (max-width: 1100px){
  .assessment-tool-section.ungated .heading-container h1 {
    font-size: 83px;
    line-height: 80.85px;
  }

  .assessment-tool-section .step-col p{
    font-size: 16.2px;
    line-height: 20.2px;
  }
}

@media(max-width: 1024px){
   .assessment-tool-section.assessment-tool-new .left-col.vertical-center {width: 100%;text-align: center;margin: 0 auto;}
  .assessment-tool-section.assessment-tool-new .right-col{width:0;}
  .assessment-tool-section.ungated .heading-container h1 {
    font-size: 68px;
    line-height: 77.85px;
  }

  .assessment-tool-section.ungated .heading-container p {
    font-size: 18px;
    line-height: 27px;
  }
}


@media(max-width: 767px){
  .assessment-tool-section{
    padding-bottom: 30px;
  }

  .assessment-tool-section.ungated:before{
    display: none;
  }

  .assessment-tool-section .right-col{
    height: auto;
  }

  .assessment-tool-section.ungated .heading-container h1 {
    font-size: 51px;
    line-height: 58.85px;
  }

  .assessment-tool-section.ungated .heading-container p {
    max-width: 100%;
  }

  .assessment-tool-section .step-col{
    margin-bottom: 30px;
  }

  .assessment-tool-section .step-container{
    margin: 37px 0 12px 0;
  }
  .assessment-tool-section.assessment-tool-new{padding:50px 0;}
  .assessment-tool-section.assessment-tool-new.ungated .cta-container {margin: 0px 0 15px;}
 
}


@media (max-width: 480px){
  .assessment-tool-section.ungated .heading-container h1 {
    font-size: 41px;
    line-height: 45.85px;
  }
  
}

@media (max-width: 375px){
  
  
   .assessment-tool-section.assessment-tool-new{height:100%;}
}


/*********** Answer Form Area Style ************/


.assessment-form-section{
  padding: 50px 0 50px 0;
  border: 19px solid #2a0008;
  position: relative;
  z-index: 1;
}

.assessment-form-section:before {
  position: absolute;
  content: '';
  background: url(https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/abstract-banner-image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 36%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.assessment-form-section .right-col{
  height: 86vh;
}

.assessment-form-section .left-col h2{
  font-size: 65px;
  letter-spacing: 0;
  line-height: 66.85px;
  margin: 32px 0 31px 0;
}

.assessment-form-section .left-col p{
  color: #222222;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 31px;
}

.assessment-form-section .form-container{
  max-width: 465px;
  border: 1px solid #E3E1E5;
  background-color: #FFFFFF;
  box-shadow: 0 10px 13px 0 rgba(172,180,180,0.31);
  padding: 37px 35px 43px 35px;
}

.assessment-form-section .form-container .row-fluid form .hs-button.primary{
  display: block;
  width: 100%;
  margin-top: 12px;
}

@media(max-width: 1100px){
  .assessment-form-section .left-col h2{
    font-size: 51px;
    line-height: 62.85px;
  }
}

@media(max-width: 1024px){
  .assessment-form-section .left-col h2 {
    font-size: 44px;
    line-height: 54.85px;
    margin-bottom: 20px;
  }
  .assessment-form-section .left-col p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media(max-width: 767px){
  .assessment-form-section:before{
    height: 48%;
    width: 100%;
    top: unset;
    left: 0;
    background-position: top;
  }

  .assessment-form-section .left-col h2{
    font-size: 37px;
    line-height: 47.85px;
  }

  .assessment-form-section .right-col{
    height: auto;
    margin-top: 30px;
  }

  .assessment-form-section .form-container{
    margin: 0 auto !important;
    float: none;
  }
}

@media (max-width: 480px){
  .assessment-form-section .form-container {
    padding: 37px 25px 43px 25px;
  }

  body .container-fluid .assessment-form-section .form-container .row-fluid .hs-button{
    font-size: 14px;
  }
}


/************* LP Dark Header ***********/

.lp-header-section.dark-header{
  padding: 65px 0 36px;
}

.lp-header-section.dark-header .phone-no a{
  color: #222222;
  font-weight: 600;
}

@media(max-width: 1280px){
  .lp-header-section.dark-header .row-fluid [class*="span"].content-wrapper{
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media(max-width: 1024px){
  .lp-header-section.dark-header {
    padding: 36px 0 36px;
  }
}


/******** Case Stydy Page Style ********/

body.case-study .parent-border-content,
body.case-study-v2 .parent-border-content,
body .parent-border-content{
  border: 16px solid #C60C30;
}

/******** Case Stydy V2 Page Style ********/

body.case-study-v2 .case-study-card-cm{
  padding-top: 78px;
}

/******* Discover CTA Style *******/

.discover-cta-section{
  background: #2F2F2F;
  padding: 53px 0 55px 0;
}

.discover-cta-section .left-col h5{
  font-size: 14px;
  letter-spacing: 0.9px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.discover-cta-section .right-col a.cta_button{
  border: 3px solid #FFFFFF;
  border-radius: 27.5px;
  background: transparent;
  position: relative;
  padding: 14px 87px 15px 15px;
}

.discover-cta-section .right-col a.cta_button:hover{
  border-color: #e91053;
}

.discover-cta-section .right-col a.cta_button:before{
  position: absolute;
  content: '';
  background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/Arrow%20%2810%29.svg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 13px;
  width: 14px;
  right: 13px;
  top: 17px;
}

@media(max-width: 767px){
  .discover-cta-section .right-col{
    margin-top: 20px;
  }
}


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

.lp-footer{
  padding: 21px 0 21px 0;
  background: #222222;
}

.lp-footer .phone-no{
  text-align: right;
}

.lp-footer .phone-no a{
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
}

.lp-footer .phone-no img{
  vertical-align: middle;
  margin-right: 8px;
}

@media(max-width: 767px){
  .lp-footer .content-wrapper>.row-fluid-wrapper>.row-fluid {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .lp-footer .logo {
    width: 30%;
  }

  .lp-footer .phone-no {
    width: 70%;
  }

  .lp-footer .phone-no a{
    font-size: 20px;
  }
}


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



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

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


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

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

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

/* Override max width on menu links */
.header-section-container  .vision-menu-primary .hs-menu-wrapper > ul li a, 
.header-section-container  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

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




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


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

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

@media (max-width: 767px){


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

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

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

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


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

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

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


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

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

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


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

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

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

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


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


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

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

  /* Mobile Menu Styles */ 
  .header-section-container .vision-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 4;
    background-color: #fff;
    bottom: 0px;
    top:00px;
    right: 0px;
    z-index: 1;
  }


  .header-section-container .vision-menu-primary .hs-menu-wrapper{
    background-color:#edb909; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */

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

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

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








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


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

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

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

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 27px;
    background:#C60C30;
    height:4px;
  }

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

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

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

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

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

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

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

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

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

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

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


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

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

body.section-border .header-section-container{
  padding: 44px 0 44px 0;
}

body .header-section-container .header-cta a.cta_button{          
  width: 100%;  
  display: block;
  max-width: 140px;
  margin-right: 0;
  float: right;
  box-sizing: border-box !important;
}

.header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  font-size: 17px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: left;
  padding: 13.5px 14px;
}

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

.header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:before{
  position: absolute;
  content: '';
  background: url('https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/down-arrow%20%286%29.svg') no-repeat;  
  background-size: cover;
  background-position: center;
  height: 12px;
  width: 12px;
  top: 23px;
  right: 10px;
}

.header-section-container.all-text-white .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  color: #222;
}

@media(max-width: 1320px){
  body.section-border .header-section-container .row-fluid [class*="span"].content-wrapper{
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media(min-width: 768px){
  .header-section-container .row-fluid .menu-section.span8{
    width: 69.811966%;
  }

  .header-section-container .row-fluid .cta-section.span2{
    max-width: 141px;
    margin-left: 21px;
    width: 100%;
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
    padding-right: 28px;
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: #fff;
    left: -7px;
    padding: 10px 0;
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a{
    padding: 6px 23px 6px 23px;
    width: 100%;
    max-width: 100%;
  }

  .header-section-container .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    top: 3px;
    position: relative;
  }
}

@media(max-width: 1100px) and (min-width: 1025px){
  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 13.5px 10px;
  }

  body.section-border .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 13.5px 7px;
  }

  body.section-border .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
    padding-right: 28px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 12px;
    padding: 13.5px 7px;
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:before{
    height: 8px;
    width: 8px;
    top: 25px;
    right: 4px;
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
    padding-right: 15px;
  }

  body .header-section-container .header-cta a.cta_button{
    padding: 17.5px 5px;
  }

  .header-section-container .row-fluid .cta-section.span2{
    max-width: 140px;
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a{
    padding: 2px 18px 2px 18px;
  }

  body.section-border .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 13.5px 6px;
  }

  body.section-border .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a{
    padding-right: 15px;
  }
}

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

  body.section-border .header-section-container {
    padding: 25px 0 25px 0;
  }

  .header-section-container .cta-section .header-cta{
    display: none;
  }

  body.section-border .header-section-container .mobile-trigger{
    top: -71px;
    right: 30px;
  }

  .header-section-container .mobile-trigger{
    top: -78px;    
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 7.5px 14px;
  }

  .header-section-container .child-trigger i,  
  .header-section-container .child-trigger i:after{
    display: none;
  }

  .header-section-container .vision-menu-primary .hs-menu-wrapper>ul li a{
    color: #222;
  }

  body.section-border .header-section-container .vision-menu-primary.js-enabled .hs-menu-wrapper{
    background: transparent;
    padding: 0 16px;
    width: auto;
  }

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

  body.section-border .vision-menu-primary.js-enabled{
    top: 116px; 
  }

  .header-section-container .vision-menu-primary .hs-menu-wrapper>ul ul li a{
    text-indent: 0;
  }

  .header-section-container .vision-menu-primary .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid rgba(198, 12, 48, 0.4);
  }

  .header-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:before{
    top: 18px;
    right: 16px;
  }

  body .header-section-container .header-cta a.cta_button{
    max-width: 100%;
    float: none;
    width: auto;
  }

}


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

.footer-section-container{
  background: #222222;
  padding: 43px 0 27px 0;
}

.footer-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.footer-section-container p,
.footer-section-container a{
  color: #E3E1E5;
}

.footer-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
  padding: 0;
  padding-right: 65px;
}

.footer-section-container .center-col .menu-section{
  margin-bottom: 52px;
  margin-top: 53px;
}

.footer-section-container .center-col p{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

.footer-section-container .right-col p{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-section-container .right-col a{
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 17px;
}

.footer-section-container .right-col img{
  vertical-align: middle;
}

.footer-section-container .right-col a span{
  margin-right: 10px;
}

.footer-section-container .right-col ul a{
  margin: 0;
}

.footer-section-container .right-col ul{
  list-style: none;
  padding: 0;
  margin: 35px 0 0 0;
}

.footer-section-container .right-col ul li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

@media(max-width: 1024px) and (min-width: 768px){
  .footer-section-container .row-fluid .center-col.span7{
    width: 53.18232%;
  }

  .footer-section-container .row-fluid .right-col.span3{
    width: 26.928177%;
  }

  .footer-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding-right: 30px;
  }
}

@media(max-width: 767px){
  .footer-section-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 0;
  }

  .footer-section-container .center-col .menu-section{
    margin: 40px 0 10px 0;
  }

  .footer-section-container .row-fluid .center-col{
    margin-bottom: 40px;
  }

  .footer-section-container .right-col ul li{
    margin: 0 6px;
  }

  .footer-section-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    float: none;
  }
}


/************ PMO Pillar Page Style *************/

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

.pilar-banner-container{
  background: #41000d;
}

.pillar-banner-section{
  padding: 175px 0 245px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pillar-banner-section .banner-text-container h1{
  font-size: 93px;
  letter-spacing: 0;
  line-height: 90.85px;
  margin-bottom: 53px;
}

.pillar-banner-section .banner-text-container p.read-time{
  font-size: 16px;
  letter-spacing: 0.91px;
  line-height: 19.84px;
  text-transform: uppercase;
}

.pillar-banner-section .social-icons{
  margin-top: 6px;
}

.pillar-banner-section .social-icons p{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.91px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.body-container-wrapper .pillar-banner-section ul{
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.body-container-wrapper .pillar-banner-section li{
  height: 37px;
  width: 37px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  background: #41000d;
}

.body-container-wrapper .pillar-banner-section ul li a{
  line-height: unset;
  top: 0;
  line-height: unset;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

@media(min-width: 2200px){
  .pillar-banner-section{
    max-width: 1500px;
    margin: 0 auto !important;
    float: none !important;
  }
}

@media(min-width: 768px){
  .pillar-banner-section:before{
    position: absolute;
    content: '';
    background: url(https://7670990.fs1.hubspotusercontent-na1.net/hubfs/7670990/Hero%20Image%20%281%29.png) no-repeat;
    background-size: contain;
    background-position: bottom right;
    height: 78%;
    width: 85%;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media(max-width: 1024px){
  .pillar-banner-section{
    padding: 175px 0 100px 0;
  }

  .pillar-banner-section .banner-text-container h1{
    font-size: 62px;
    line-height: 70.85px;
  }
}

@media(max-width: 767px){
  .pillar-banner-section{
    padding: 150px 0 160px 0;
  }

  .pillar-banner-section .banner-text-container h1 {
    font-size: 50px;
    line-height: 58.85px;
    margin-bottom: 40px;
  }

  .body-container-wrapper .pillar-banner-section li{
    margin-right: 4px;
  }
}

/******* Fading Logo Style ********/

.pillar-content-wrapper,
.post-content-container{
  position: relative;
  z-index: 1;
  overflow-x: clip;
  
}

.pillar-content-container .logo-container{
  position: absolute;
  right: 154px;
  top: -145px;
}

.pillar-content-container .image-section.image_1{
  top: 0;
  left: 0;
}

.pillar-content-container .image-section.image_2{
  top: 0;
  left: 100px;
}

.pillar-content-container .image-section.image_3{
  top: 100px;
  left: 0;
}

.pillar-content-container .image-section.image_4{
  top: 100px;
  left: 100px;
}

.pillar-content-container .image-section.image_5{
  top: 200px;
  left: 100px;
}

@media(max-width: 1024px){
  .pillar-content-wrapper .pillar-content-container .logo-container{
    right: 136px;
    top: -99px;
  }

  .pillar-content-container .image-section.image_1{
    left: 33px;
  }

  .pillar-content-container .image-section.image_3{
    left: 33px;
    top: 68px;
  }

  .pillar-content-container .image-section.image_4{
    top: 68px;
  }

  .pillar-content-container .image-section.image_5{
    top: 134px;
  }
}

@media(max-width: 767px){
  .pillar-content-wrapper .pillar-content-container .logo-container{
    right: 131px;
    top: -146px;
  }

  .pillar-content-container .image-section.image_1{
    left: 43px;
  }

  .pillar-content-container .image-section.image_3{
    left: 43px;
    top: 57px;
  }

  .pillar-content-container .image-section.image_4{
    top: 57px;
  }

  .pillar-content-container .image-section.image_5{
    top: 114px;
  }
}


.latest-insdigts-section{
  overflow-x: clip;
}

.latest-insdigts-section .post-content-container.fading-logos .logo-container{
  position: absolute;
  left: -53px;
  top: -77px;
}


.post-content-container .image-section.image_1{
  top: 0;
  left: 0;
}

.post-content-container .image-section.image_2{
  top: 0;
  left: 100px;
}

.post-content-container .image-section.image_3{
  top: 100px;
  left: 0;
}

@media(max-width: 1024px){
  .latest-insdigts-section .post-content-container.fading-logos .logo-container {
    left: -72px;
    top: -45px;
}

  .post-content-container .image-section.image_1{
    left: 33px;
  }

  .post-content-container .image-section.image_3{
    left: 33px;
    top: 68px;
  }
}

@media(max-width: 767px){
  .latest-insdigts-section .post-content-container.fading-logos .logo-container{
    top: -30px;
  }

  .post-content-container .image-section.image_1{
    left: 43px;
  }

  .post-content-container .image-section.image_3{
    left: 43px;
    top: 57px;
  }
}


/******** Pillar Popup Style *********/


.popup-container.pillar-popup .row-fluid .form-container{
  border-radius: 45px 0 0 0;
}

.popup-container.pillar-popup .row-fluid .section-heading{
  max-width: 100%;
  margin: 0 auto 32px auto;
}

.popup-container.pillar-popup .row-fluid .section-heading h3{
  font-size: 32px;
  letter-spacing: 0.1px;
  line-height: 29px;
}

@media(max-width: 767px){
  .popup-container.pillar-popup .row-fluid .section-heading h3{
    font-size: 28px;
  }
  
  .popup-container.pillar-popup .row-fluid .section-heading{
    margin: 0 auto 24px auto;
  }
}


.thankyou-page .form-container form textarea{
   height:130px;
}

.thankyou-page .text-form-cm .form-container{
   bottom:59px;
   right:0;
   float:right;
}

@media(max-width:767px){

.thankyou-page .text-form-cm .form-container{
   float:none;
   bottom:29px;
}
}