/* @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=Inter&display=swap');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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


@font-face {
  font-family: 'Neue Montreal';
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Bold.eot');
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Bold.eot') format('embedded-opentype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Bold.woff2') format('woff2'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Bold.woff') format('woff'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Bold.ttf') format('truetype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Light.eot');
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Light.eot') format('embedded-opentype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Light.woff2') format('woff2'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Light.woff') format('woff'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Light.ttf') format('truetype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Medium.eot');
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Medium.eot') format('embedded-opentype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Medium.woff2') format('woff2'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Medium.woff') format('woff'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Medium.ttf') format('truetype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Regular.eot');
  src: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Regular.eot') format('embedded-opentype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Regular.woff2') format('woff2'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Regular.woff') format('woff'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Regular.ttf') format('truetype'),
    url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/NeueMontreal-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #fff ;
  font-family: 'Neue Montreal';
  margin:0 auto;;
}

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

.row-fluid [class*="span"].wrapper-large{
  max-width:1260px;
  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-top:10px;
  color:#46ca67;
}

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

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

blockquote{
  margin: 0;
  font-size: 23px;
  line-height:44px;
  letter-spacing:-0.49px;
}

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

h1{
  font-size: 66px;
  font-weight:500;
  letter-spacing: normal;
  margin-bottom: 20px;
  line-height:80px;
}

h2{
  font-size: 30px;
  font-weight: 400;
  line-height:40px;
  letter-spacing:normal; 
  margin-bottom:20px;
}

h3{
  font-size:30px;
  font-weight: 400;
  letter-spacing:normal;
  margin-bottom:20px;
  line-height: 40px;
}

h4{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height:32px;
  letter-spacing: 0.08em;
  color:#006341;
}

h5,
h6{
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 500;	
  line-height: 32px;
  text-transform:uppercase;
  color:#006341;
}

.heading h4{
  text-transform:uppercase;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: normal;
  color:#1B3629;
  font-family: 'Inter', sans-serif;
  margin-bottom:45px;
}

.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:0px;
  margin-bottom:8px;
}

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

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

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

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

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

.fa-youtube:before{
  color:#ffffff;
}

body a.cta_button[title],
body a.cta_button,
body .container-fluid .row-fluid .hs-button{
  background: #46CA67;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 37px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .4s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 200px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
}

body a.cta_button[title]:hover,
body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  background:#1B3629; 
  transition: all .4s ease-in-out;
}

body .transparent-cta a.cta_button{
  background:transparent;
  border:1px solid #FFFFFF;
  color:#ffffff;
  line-height:24px;
  font-weight:600;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  box-shadow:none;
  padding: 16px 37px;
  font-family: 'Inter', sans-serif;
}

body .transparent-cta a.cta_button:hover{
  background:#46ca67;
  color:#fff;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  border:1px solid #46ca67;
}

body .simple-cta a.cta_button{
  background:transparent;
  border: 1px solid #46CA67;
  border-radius: 200px;
  position:relative;
  color: #46CA67;
  font-size:16px;
  line-height:24px;
  font-weight:600;
  box-shadow:none;
  padding-right:0;
  transition: .4s all ease-in-out;
  padding: 16px 37px;
  font-family: 'Inter', sans-serif;
}

body .simple-cta a.cta_button:hover{
  box-shadow:none;
  border: 1px solid #46CA67;
  color:#ffffff;
  background:#46CA67;
  transition: .4s all ease-in-out; 
}

body .white-cta a.cta_button[title]{
  background:#fff;
  color:#16394f;
  font-size:14px;
  letter-spacing:0;
  font-family: "LL Circular Medium Web";
  font-weight:500;
}

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

.section-bg .bg-image{
  display:none!important;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     

}



@media(max-width:1280px){

  .row-fluid [class*="span"].wrapper{
    padding:0 25px;
  }
}

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


@media(max-width:1024px){

  h1{
    font-size:55px;
    line-height: 68px;
    margin-bottom:35px; 
  }

  h2{
    margin-bottom: 30px;  
  }

  h3{
    margin-bottom: 35px;  
  }  

  h4{
    margin-bottom:20px;
  }

}

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

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:;
  z-index: -1;
}

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

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
  margin:0;
}

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




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

@media(max-width:767px){

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

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

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

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

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

  h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 25px;
  }

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

  h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }

  h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }

  h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }

  p{
    line-height: 24px;
  }

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

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

}


@media (max-width:480px){

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

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

}



/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -4.5%;
}


body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 35px auto 0;
    float: none;
  }

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

}




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

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){

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

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   
}










/*==================================================
Six Col Adjust 
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -6.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 13.5%;
  -webkit-flex-basis: 13.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

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

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}




/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

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

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}




/*==================================================
Five Col Adjust 
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

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

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}





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

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

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

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

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

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

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



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

textarea{
  overflow:hidden;
  resize:none;
}

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

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

body .row-fluid  form input,
body .row-fluid  form select,
body .row-fluid  form textarea{
  height: 49px;
  color:#959595!important;
  font-size: 16px;
  background:#fff;
  line-height: 40px;
  letter-spacing: 0px;
  padding: 0;
  margin-bottom: 17px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:2px;
  border:1px solid #D3D3D3;
}

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

body .row-fluid select{
  background: #fff url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%203.svg') no-repeat!important;
  background-position: 96%!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 ***************************************************/




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



.header-section .left-column .logo{
  margin-top:0px;
}

body .row-fluid .header-section .wrapper{
  max-width: 1290px;
  padding: 0 15px;
}

body .container-fluid .row-fluid .header-section{
  background-color: #fff;
  margin: 0;
  float: none;
  padding: 0;
  position: relative;
  border-radius: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1:first-child a{
  position:relative;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1:first-child>a:after{
  position: absolute;
  right: -1px;
  top: 32px;
  content: "";
  width: 13px;
  height: 8px;
  background-size: cover!important;
  background: url('https://www.ulton.net/hubfs/Assets%202022/dropdown.svg');
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out 0s;
}

.header-section .right-column{
  float:right;
  text-align:right;
}

.header-section .link-container ul{
  list-style-type:none;
  margin:0;
  padding-left:0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section .link-container ul li{
  display:inline-block;
}

.header-section .menu-container ul li a{
  font-size:16px;
  line-height:26px;
  letter-spacing:-0.34px;
  color:#004250;
  font-weight:500;
  font-family: 'Inter', sans-serif;
}

.header-section .menu-container{
  position: relative;
  top: 6px;
  width: 76.264957%;
}

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

.header-section .link-container{
  width: 21.17094%;
  position: relative;
  top: 0px;
}

.header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children a{
  position:relative;
}

.header-section .menu-container ul li.hs-menu-depth-1>a{
  padding:13px 20px 26px;
}

.header-section .menu-container ul li.hs-menu-depth-1:last-child>a{
  padding-right:0;
}

.header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
  position: absolute;
  right: 5px;
  top: 32px;
  content: '';
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/dropdown.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 7px;
  transition:0.3s all ease-in-out;
}

.header-section .link-container ul li{
  margin-right:20px;
}

.header-section .link-container ul li img{
  vertical-align:middle;
}

.header-section .link-container ul li:last-child{
  margin-right:0px;
}

.header-section a.cta_button:hover{
  background:#1B3629;
}

body .row-fluid .header-section .menu-container ul li.hs-menu-depth-2 a{
  text-align:center;
  max-width:100%;
  width:100%!important;
  box-sizing:border-box!important;
}

body .row-fluid .header-section .menu-container ul li.hs-menu-depth-2 a:hover{
  color:#46ca67;
}

body .row-fluid .header-section .hs-menu-children-wrapper{
  background: #fff;
  text-align: left;
  left: -40px !important;
  position: absolute;
  padding: 10px 0;
  top: 72px;
  border-radius: 4px;
  right: 0;
  width: 180px;
  margin: 0 auto;
  float: none;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.11);
}

body .row-fluid .header-section .menu-container ul li.hs-menu-depth-2 a{
  text-align:left;
}

body .row-fluid .header-section .hs-menu-children-wrapper:before{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
  top: -7px;
  width: 1px;
  height: 0px;
  border-bottom: solid 7px #fff;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.header-section .menu-container ul li.hs-menu-depth-1:hover>a{
  color:#46CA67;
}



@media(max-width:1024px){

  .header-section .menu-container ul li.hs-menu-depth-1>a{
    /*     padding: 13px 18px 26px;  */
    padding: 13px 15px 26px;
    padding-left:0;
    padding-right:18px;
  }

  .header-container-wrapper .menu-group.new-header.pth-header .child-grp ul li.hs-menu-depth-1>a:after{
    display:none;
  }

  body .row-fluid .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after{
    right:6px;
  }

  .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
    right:3px;
  }

  body .row-fluid .header-section .hs-menu-children-wrapper{
    width: 100%;
  }

  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1:first-child>a:after{
    right: 27px;
    top: 26px;
  }

  .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.dropdown:after,
  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
    top:26px;
  }
}



/*========Mega Menu Styling===========*/

.pth-header .mega-menu-popout-container {
  display: none;
  min-height: 0;
}

body .container-fluid .row-fluid .mega-menu-popout-container {
  min-height:0;
  height:0;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after{
  position: absolute;
  right: 5px;
  top: 24px;
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/fill-1-copy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 10px;
  height: 6px;
  transition: 0.3s all ease-in-out;
  display:none;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:hover:after{
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/fill-1%20%284%29.svg);
  transition: 0.3s all ease-in-out;
  background-size: cover;
  background-position: center center;
}    



.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown{
  position:relative;
}

.mega-menu-popout-container .col-one{
  width: 22.076923%;  
}

.mega-menu-popout-container .col-two{
  width: 19.076923%;
  margin-left: 0; 
}

.mega-menu-popout-container .col-three{
  width: 25.076923%;
  margin-left: 0;
}

.mega-menu-popout-container .col-four{
  width: 31.076923%;
}

.mega-menu-popout-container .child-grp.for-2-child{
  display:none!important;
}

.mega-menu-popout-container .child-grp.for-3-child{
  display:none!important;
}

.mega-menu-popout-container .child-grp.for-4-child{
  display:none!important;
}

.mega-menu-popout-container .child-grp.for-5-child{
  display:none!important;
}

.mega-menu-popout-container .child-grp.for-6-child{
  display:none!important;
}

body .row-fluid .mega-menu-popout{
  display: none;
}

.header-container-wrapper .pth-header .child-grp {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  position: relative;
  z-index: 10;
  max-width: 1180px;
  max-width: 1;
  right: 0;
  margin: 0 auto!important;
  top: 113px;
  padding: 10px 30px 20px;
  background: #fff;
  margin: 0 auto;
  float: none;
  box-shadow: 0px 5px 18px rgba(0,0,0,0.11), 
    -10px 5px 18px rgba(0,0,0,0.11), 10px 5px 18px rgba(0,0,0,0.11);
  z-index:7;
}

.header-container-wrapper .pth-header .child-grp:before{
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  content: '';
  background: #fff;
  width: 100%;
  height: 42px;
  z-index: -1;  
}

.header-section .link-container ul li{
  margin-right: 11px;
}

.header-container-wrapper .menu-group.pth-header{
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;

}

body .container-fluid .row-fluid .mega-menu-popout-container{
  background: transparent;
}

.header-container-wrapper .pth-header .mega-menu-popout.visible .child-grp {
  display: block;
  visibility: visible;
  opacity: 1;
}

.mega-menu-popout-container .mega-menu-popout-container-inner{
  padding: 50px 0px;
}

.mega-menu-popout-container-inner ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mega-menu-popout-container-inner ul li{
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.mega-menu-popout-container-inner ul li a{
  max-width:100%;
  width:100%!important;
  white-space:inherit!important;
}

.mega-menu-popout-container-inner ul li a:hover{
  color:#46ca67;  
}

.mega-menu-popout-container-inner ul li:first-child{
  padding-top: 0px;
}

.mega-menu-popout-container-inner ul li:last-child{
  border: 0px;
}

.mega-menu-popout-container-inner ul li p{
  color: #7a7a7a;
  font-size: 15px;
  margin: 0px;
}

.mega-menu-popout-container-inner .col-three ul li{
  border-color: rgba(122,122,122,0.23);
  position: relative;
  padding-left: 50px;
}

.main-navigation .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul li.hs-item-has-children > ul.hs-menu-children-wrapper:before {
  position: absolute;
  content: '';
  top: -30px;
  left: 0;
  height: 40px;
  background: #ff000000;
  right: 0;
}





@media(max-width:1024px){

  .header-container-wrapper .pth-header .mega-menu-popout-container-inner .hs-menu-wrapper{
    display:block;
    position:relative;
  }

  body .row-fluid .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after{
    right:18px;
    top:27px;
  }

  .header-section .menu-container ul li.hs-menu-depth-1>a{
    text-indent:inherit;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    border-bottom: 1px solid rgba(219, 220, 222, 0.3);
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child{
    border-bottom:none!important;
  }

  .header-section .menu-container ul li.hs-menu-depth-1>a {
    padding: 19px 20px 19px;
  }

  body .header-container-wrapper .pth-header .child-grp .col-four{
    display:none;
  }

  body .header-container-wrapper .pth-header .child-grp{
    display: block;
    visibility: visible!important;
    opacity: 1!important;
    width: 100%!important;
    left: 0px!important;
    position: relative;
    top: 0;
    box-shadow: none;
  }

  body .header-container-wrapper .pth-header .child-grp ul li{
    border-bottom:none!important;
  }

  body .header-container-wrapper .pth-header .child-grp .hs-menu-wrapper a.cta_button{
    display:none;
  }

  body .header-container-wrapper .pth-header .hs-menu-wrapper a.cta_button{
    max-width: 100%;
    margin: 0 auto!important;
    float: none!important;
    text-align: center;
    width: 100%;
    box-sizing: border-box!important;
    display: inline-block;
    margin: 20px 0 10px!important;
  }

  .vision-menu-primary .hs-menu-wrapper{    

    display: none;
  }  

  .mobile-open .vision-menu-primary .hs-menu-wrapper{        
    display: block;
  }

  .menu-items.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown>a{     
    pointer-events: unset;   
  }         

  /*   .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown.activated .child-grp{
  display:block!important;
} */

  .mega-menu-popout-container-inner .col-three ul li{
    padding-left: 0px;
  }

  .header-container-wrapper .pth-header .child-grp ul li a{
    padding: 11px 20px 11px;
  }
}




@media(max-width:1300px){


  .header-section .menu-container{
    width: 71.264957%;  
  }

  .header-section .link-container {
    width: 25.17094%;
  }
}


@media(max-width:1024px){

  body .container-fluid .row-fluid .header-section{   
    padding: 14px 20px 4px;
  }

  .header-section .menu-container {
    width: 64.264957%;
  }

  .header-section .link-container {
    width: 32.17094%;
  }

  .header-section .left-column .logo {
    margin-top: 0px;
  }

  body .row-fluid .header-section .wrapper{
    padding:0;
  }
  body .row-fluid .header-section .link-container a.cta_button{
    padding: 18.5px 21px;
  }
}




@media(max-width:1024px){

  body .container-fluid .row-fluid .header-section{
    display:block;
  }
  .header-section .link-container ul{
    margin-top:0px!important;
  }
  body .header-container-wrapper .pth-header .child-grp .hs-menu-wrapper{
    height:100%!important;
  }

  .header-section .link-container{
    display:block;
  }

  body .container-fluid .row-fluid .header-section{
    margin-top:0;
  }

  body .container-fluid .row-fluid .header-section {
    padding: 17px 20px 17px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    border-radius:0;
  }

  .header-section .left-column .logo {
    margin-top: 0;
  }

  .header-section .left-column .logo img{
    max-width:100px;
  }

  .header-section .link-container ul li:nth-child(2){
    display:none;
  }

  .header-section .link-container {
    width: auto;
    float: left;
    position: absolute;
    top: 7px;
    z-index: 2;
    right: 0px;
  }

  .header-section .link-container a.cta_button{
    box-sizing:border-box!important;
  }

  .header-section .link-container ul li img {
    max-width: 26px;
  }

  .vision-menu-primary .hs-menu-wrapper > ul li a{
    color:#004250!important;
  }

  body .row-fluid .header-section .hs-menu-children-wrapper:before{
    display:none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background:#FDFEFB;
    width:100%;
    left:0!important;
    box-shadow:none;
  }

  .vision-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    text-align:left; 
    padding:10px 20px;
    text-indent:inherit;
  }

  .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
    right:18px;
  }
}




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

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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */





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


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

  .vision-menu-primary,
  .vision-menu-primary .hs-menu-wrapper > ul,
  .vision-menu-primary .hs-menu-wrapper > ul li,
  .vision-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    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:#fff;
  }


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

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

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


  /* 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: 17px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color:#004250; /* Icon color */
    display: inline-block;
    text-align: center;
    right: 0;
    transition:0.3s all ease-in-out;
  }

  .mobile-trigger i:before{
    height:2px;
    width:20px;
    transition:0.3s all ease-in-out;
  }

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

  body.mobile-open .mobile-trigger i:before{
    transform:rotate(45deg);
    top:3px;
    transition:0.3s all ease-in-out;
  }

  body.mobile-open .mobile-trigger i:after{
    transform:rotate(-45deg);
    top: 3px;
    transition:0.3s all ease-in-out;
  }

  .mobile-trigger i:after{
    height:2px;
    width:20px;
    transition:0.3s all ease-in-out;
  }

  .white-header .mobile-trigger i,
  .white-header .mobile-trigger i:before,
  .white-header .mobile-trigger i:after{
    background:#fff;
  }

  .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{

  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    z-index:2;
  }
  .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:#000; /* Icon color */
  /*display: block;

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


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

  .vision-menu-primary.js-enabled{
    position: absolute;
    padding-top: 44px;
    z-index: 3;
    right: 0;
    top: 80px;
    width: 100%;
  }

  /* 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 */ 
  .vision-menu-primary.js-enabled .hs-menu-wrapper{
    width: auto;
    position: absolute;
    top: -17px;
    left: 0px;
    right: 0px;
    padding: 0;
    background: #FDFEFB;
    height:100vh;

  }

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

  /* Level 1 Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .vision-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */

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

  /* Level 2 and Higher Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .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 */
  .vision-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .vision-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}






/****************** header styling end *******************/



/************ New Mega Menu Style ************/



/* body .row-fluid .menu-group.new-header .mega-menu-popout{
display: block !important;
}

.header-container-wrapper .menu-group.new-header.pth-header .mega-menu-popout .child-grp.for-2-child{
display: block !important;
visibility: visible !important;
opacity: 1 !important;
} */


.menu-group.new-header .header-section .menu-container{
  width: 66.264957%;
}

.menu-group.new-header .header-section .wrapper{
  position:relative;
}

.menu-group.new-header .header-section .link-container{    
  width: 22.17094%;
}

.menu-group.new-header .header-section .right-column>.row-fluid-wrapper>.row-fluid{
  display:flex;
  align-items:center;
}

.menu-group.new-header .header-section .link-container ul li:first-child a{
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #46CA67;
  border: 1px solid #46CA67;
  border-radius: 200px;
  padding: 9px 18px;
  display: inline-block;
  transition:0.4s all ease-in-out;
}

.menu-group.new-header .header-section .link-container ul li:first-child a:hover{
  background:#46CA67;
  color:#ffffff!important;
  transition:0.4s all ease-in-out;
}

.menu-group.new-header .header-section .link-container ul li:last-child a{
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
}

.header-container-wrapper .menu-group.new-header.pth-header .child-grp{
  z-index: 4;
  top: 0px;
  padding: 10px 30px 0;

}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{  
  right: 1px;
}

.menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after{
  right: 3px;
}

body .row-fluid .menu-group.new-header .header-section .menu-container .hs-menu-children-wrapper{
  left: -20px !important;
  top: 76px;
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow:none;
}

body .row-fluid .menu-group.new-header .header-section .menu-container .hs-menu-children-wrapper:hover{
  visibility: visible;
  opacity: 1;
}

body .row-fluid .menu-group.new-header .header-section .hs-menu-children-wrapper:before{
  display: none;
}



.menu-group.new-header .header-section .link-container ul li{
  margin-right: 6px;
}

/* .menu-group.new-header .header-section .link-container ul li:first-child{
float: left;
position: relative;
top: 13px;
} */

.menu-group.new-header .header-section .link-container ul li:first-child{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.34px;
  line-height: 26px;
}

.menu-group.new-header .header-section .link-container ul li:first-child:hover>a{
  color: #46ca67;
}

.menu-group.new-header .header-section .link-container ul li:last-child{
  margin-right: 0;
}


.menu-group.new-header .mega-menu-popout-container .hs-menu-wrapper.hs-menu-flow-vertical > ul{
  margin-top: 13px;
}

.menu-group.new-header .mega-menu-popout-container .image-cta a.cta_button{
  background: none;
  padding: 0;
  margin: 17px 0 0 0;
}

.menu-group.new-header .mega-menu-popout-container .list-heading h5{
  color: #004250;
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17.84px;
}

.menu-group.new-header .mega-menu-popout-container .list-heading h5 a{
  text-transform: uppercase;
}

.menu-group.new-header .mega-menu-popout-container .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
  padding: 5px 0;
  font-weight: 500;
  color: #004250;
  line-height: 22px;
  transition: all 0.3s ease-in-out;    
}

.menu-group.new-header .mega-menu-popout-container .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{
  color: #46ca67;
}

.menu-group.new-header .mega-menu-popout-container .list-heading{
  border-bottom: 1px solid rgba(1, 58, 81, 0.1);
  color: #004250;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  min-height: 45px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a{
  /*   border-bottom: 4px solid transparent; */
  position: relative;
  padding: 20px 15px 26px;
}

.menu-group.new-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  padding: 5px 20px 5px 20px;
}

body .row-fluid .menu-group.new-header .header-section ul.hs-menu-children-wrapper{
  padding: 20px 0 10px 0;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a:before,
.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.dropdown>a:before{
  /*     border-bottom: 4px solid #46CA67; */
  position: absolute;
  content: '';
  height: 4px;
  width: 90%;
  background: transparent;
  right: 0;
  left: 5px;
  bottom: -3px;

}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.activated>a:before,
.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1:hover>a:before{
  background: #46CA67;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.activated>a{
  color: #46CA67;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown.activated:after{
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/fill-1%20%284%29.svg);
  background-repeat: no-repeat;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.dropdown>a:before{
  left: 11px;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1:last-child>a:before{
  /*   left: 13px; */
  left: 9px;
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:before{
  left: 12px;
}

.menu-group.new-header .header-section .search-input{
  position: absolute;
  right: 15px;
  width: 3%;
  top: 28px;
  cursor:pointer;
}

.menu-group.new-header .header-section .search-input form{
  position: relative;
  z-index: 4;
  top: 41px;
}

.menu-group.new-header .header-section .search-input form:before{
  position: absolute;
  content: '';
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Frame%20%2818%29.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  left: 10px;
  top: -51px;
  z-index: 4;
  cursor: pointer;
  transition: all .4s cubic-bezier(0.000,0.795,0.000,1.000);
}

body .row-fluid .menu-group.new-header .search-input form input{
  display: inline-block;
  border: 0;
  padding: 0;
  outline: 0;
  width: 0;
  position: absolute;
  top: -67px;
  left: 0;
  transition: width .4s cubic-bezier(0.000,0.795,0.000,1.000);
  cursor: pointer;
  border: 0px solid #46CA67;
  border-radius: 50px;
  color: #004250;
  font-size: 16px;
  height: 50px;
  padding: 5px 32px 5px 35px;
  opacity: 0;

}

body .row-fluid .menu-group.new-header .search-input form.active input{
  width: 310%;
  z-index: 3;
  border: 1px solid #46CA67;
  cursor: text;
  opacity: 1;

}

/* .menu-group.new-header .header-section .search-input form.active:before{
right: 10px;
left: unset;
} */

body .row-fluid .menu-group.new-header .hs-search-field__bar{
  position: relative;
}

/* body .row-fluid .menu-group.new-header .hs-search-field__bar:after{
position: absolute;
content: 'x';
font-size: 22px;
cursor: pointer;
right: 18px;
top: -15px;
z-index: 4;
color: #004250;
} */

.menu-group.new-header .close-form{
  position: absolute;
  top: 23px;
  right: -11%;
  z-index: 5;
  width: auto;
}

.menu-group.new-header .close-form img{   
  cursor: pointer;
}

.menu-group.new-header .hs-search-field--open .hs-search-field__suggestions{
  display: none;
}


.menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after{
  right: 3px;
}

.pth-header.menu-group.new-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after,
.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{    
  width: 12px;
  height: 7px;
  background-size: cover;        
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
  right: -1px;   
}



@media(max-width:1280px){

  .menu-group.new-header .header-section .link-container ul li:first-child a{
    padding: 9px 9px;  
  }

  .menu-group.new-header .header-section .link-container ul li:last-child a {
    padding: 10px 8px;
  }

  .menu-group.new-header .header-section .link-container {
    width: 27.17094%;
  }
}


@media(max-width: 1024px){
  .menu-group.new-header.pth-header .row-fluid .span9{
    width: 100%;
  }

  body .header-container-wrapper .menu-group.new-header.pth-header .child-grp .row-fluid .img-cta-col{
    display: none;
  }

  /*   .menu-group.new-header .header-section .link-container ul li:first-child{
  float: none;
  top: -5px;
} */
  .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.dropdown{
    padding-bottom: 0 !important;    
  }

/*   .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.dropdown.activated .child-grp{
    display: none !important;
  }       */


  .menu-group.new-header .header-section .link-container ul li:first-child{
    display: inline-block;
    position: relative;
    top: -12px;
    right: 50px;
  }

  .menu-group.new-header .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    background: #FDFEFB;
    margin-top: 10px;
  }

  .menu-group.new-header .header-section .menu-container{
    width: 100%;
  }

  .header-container-wrapper .menu-group.new-header.pth-header .child-grp{
    top: 0;
  }

  .header-container-wrapper .menu-group.new-header.pth-header .child-grp{
    padding: 0;
    background: #FDFEFB;
  }

  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a:before,
  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.dropdown>a:before{
    display: none;
  }

  .menu-group.new-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 10px 20px;
  }

  body .row-fluid .menu-group.new-header .header-section ul.hs-menu-children-wrapper{
    padding: 10px 0;
    top: 72px;
  }


  .menu-group.new-header .list-heading h5 a{
    text-transform: uppercase;
    color: #004250;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .header-container-wrapper .menu-group.new-header .pth-header .child-grp ul{
    padding-top: 8px;
  }

  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a{
    background: #FDFEFB;
  }

  .header-container-wrapper .pth-header .child-grp ul li a{
    padding: 7px 20px 7px;
  }

  body .row-fluid .menu-group.new-header .header-section .menu-container .hs-menu-children-wrapper{
    left: 0 !important;
    top: 0;
    z-index: 0;
    box-shadow: none;       
  }

  .menu-group.new-header .header-section .menu-container.vision-menu-primary .hs-menu-wrapper > ul ul{
    padding: 10px 0;
  }

  .menu-group.new-header .close-form{
    display: none !important;
  }

  .menu-group.new-header .header-section .search-input{  
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    padding: 0 15px;
  }

  body .row-fluid .menu-group.new-header .search-input form input{
    position: relative;
    width: 100% !important;
    border: 1px solid #46CA67;
    cursor: text;
    padding: 5px 32px 5px 35px;
    opacity: 1;
  }

  .menu-group.new-header .header-section .search-input form:before{          
    left: 11px;
    /*     top: -6px; */
    top: 36px;
  }  

  body.mobile-open .mobile-trigger{             
    top: -81px;
  }

  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a{
    font-size: 16px;
    padding: 19px 20px 19px;
  }     

  .menu-group.new-header .header-section .mega-menu-popout-container-inner ul li.hs-menu-depth-1>a{     
    padding: 5px 34px 5px;      
  }

  .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after,
  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
    right: 26px;
    background-size: cover;    
    width: 13px;
    height: 8px;
  }      

  .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:hover:after,   
  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children:hover>a:after{
    background-repeat: no-repeat;        
    width: 13px;
    height: 8px;
    background-size: cover;         
    right: 26px;    
  }

  /*   .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:hover:after{
  right: 18px;
} */

  body .menu-group.new-header.pth-header .row-fluid .span4{
    width: 100%;
    margin-left: 0;
  }

  body .row-fluid .menu-group.new-header .search-input form{
    top: unset;
  }

  body .row-fluid .menu-group.new-header .search-input form input{
    top: unset;
    margin-top: 20px;
    margin-bottom: 0;   
  }

  .menu-group.new-header .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > .child-trigger,
  .menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.dropdown > .child-trigger{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 54px !important;
  }

  .header-section .link-container ul{
    justify-content:flex-end;
  }


}


@media(min-width: 768px){
  body .row-fluid .menu-group.new-header .mega-menu-popout{
    z-index: -1;
    position: relative;
  }

  body .container-fluid .row-fluid .menu-group.new-header .header-section{
    z-index: unset;
  }

}

@media(max-width:1024px){

  .menu-group.new-header .header-section .search-input{
    display:none;
  }
}


@media(max-width:767px){

  .menu-group.new-header .header-section .link-container ul li:first-child{
    right: -10px;   
  }

  .header-section .link-container{
    right:50px;
  }

  .menu-group.new-header .header-section .wrapper {
    position: inherit;
  }

  .header-section .link-container{
    top:21px;
  }

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

  body.mobile-open .mobile-trigger {
    top: -68px;
  }
}



/********************* Home Banner Cm Styling ************************/


.home-banner-cm{
  padding:211px 0 233px;
  position:relative;
  z-index:1;
}

.home-banner-cm:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background: rgba(30, 30, 30, 0.4);
  width:100%;
  height:100%;
  z-index:0;
}

.home-banner-cm .wrapper{
  position:relative;
  z-index:2;
}

.home-banner-cm.choose-video .image-container{
  display:none;
}

.home-banner-cm.choose-image .video-container{
  display:none;
}

.home-banner-cm .image-container{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:-1;
  width:100%;
  height:100%;
}

.home-banner-cm .video-container{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:-1;
  width:100%;
  height:100%;
}

.home-banner-cm .video-container video{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-banner-cm .heading{
  max-width:523px;
}

.home-banner-cm .description{
  max-width:495px;
}

.home-banner-cm .cta-container .cta-1{
  width:47%;
  margin-right:6%;
}

.home-banner-cm .cta-container .cta-2{
  width:47%;
}

.home-banner-cm .cta-container a.cta_button{
  width:100%;
  box-sizing:border-box!important;
}

.home-banner-cm .cta-container .cta-1 a.cta_button:hover{
  background:#ffffff;
  color:#46ca67;
}

.home-banner-cm .cta-container{
  max-width:386px;
  margin-top: 50px;
  display:flex;
  flex-wrap:wrap;
}

.home-banner-cm.bargara-golf-club .cta-container{
  max-width:100%;
}
.home-banner-cm.bargara-golf-club .cta-container .cta-1{
  width:auto;
  margin-right:20px;
  margin-bottom:20px;
}
.home-banner-cm.bargara-golf-club .cta-container .cta-2{
  width:auto;
}
.home-banner-cm .cta-container a.cta_button{
  width:auto;
  display:inline-block;
}
@media(max-width:1024px){

  .home-banner-cm{
    padding: 161px 0 133px;
  }
}


@media(max-width:767px){

  .home-banner-cm{
    padding: 131px 0 73px;   
  }

  .home-banner-cm .cta-container{
    margin-top: 40px;  
  }

  /*   .home-banner-cm .cta-container .cta-2 a.cta_button{
  padding: 16px 0px;  
} */
}



/********************** Home Section1 Cm Styling ***********************/


.home-section1-cm{
  padding:106px 0 77px;
}

.home-section1-cm .description{
  max-width:942px;
  margin:0 auto 50px;
  float:none;
}

.home-section1-cm .three-col-container>span{
  display:flex;
  flex-wrap:wrap;
}

.home-section1-cm .three-col-container>span>.hs_cos_wrapper{
  width:28.9%;
  margin-right:5.9%;
  margin-bottom:72px;
  position:relative;
  padding-bottom:63px;
}

.home-section1-cm .three-col-container>span>.hs_cos_wrapper:nth-child(3n),
.home-section1-cm .three-col-container>span>.hs_cos_wrapper:last-child{
  margin-right:0;
}

.home-section1-cm .three-col-container h4{
  text-transform:uppercase;
}

.home-section1-cm .three-col-container .cta-container{
  position:absolute;
  bottom:0;
}


@media(max-width:1024px){

  .home-section1-cm{
    padding: 86px 0 27px;   
  }

  .home-section1-cm .description {
    margin: 0 auto 70px;
  }
}


@media(max-width:767px){

  .home-section1-cm{
    padding: 66px 0 7px;  
  }

  .home-section1-cm .three-col-container>span>.hs_cos_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 52px;
    padding-bottom: 53px;
  }
}


/********************* Home Section2 Cm Styling ***********************/


.home-section2-cm{
  position:relative;
}

.home-section2-cm .left-col{
  width:50%;
  padding-right:130px;
  padding-bottom:70px;
  padding-top:50px;
}

.home-section2-cm .right-col{
  width:50%;
  margin-left:0;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
}

.home-section2-cm .left-col .cta-container{
  margin-top:50px;
}


@media(max-width:1280px){

  .home-section2-cm .left-col{
    padding-right: 50px;  
  }
}


@media(max-width:1024px){

  .home-section2-cm .left-col{
    padding-right: 40px;   
  }
}


@media(max-width:767px){

  .home-section2-cm .right-col{
    width: 100%;
    height:350px;
    position:relative;
  }

  .home-section2-cm .left-col {
    padding-right: 0;
    padding-bottom:50px;
    width:100%;
    padding-top:20px;
  }

  .home-section2-cm{
    padding-bottom:70px;  
  }
}


/******************** Home Section4 Cm Styling ***********************/

.home-section4-cm.start-a-conversation .wrapper>.row-fluid{
  display:flex;
  align-items:center;
}

.home-section4-cm{
  padding:150px 0 150px;
  float:left!important;
}

.home-section4-cm .tag p{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display:inline-block;
  background: #F2EFEB;
  border-radius: 100px;
  padding: 5px 10px;
  margin-bottom: 25px;
}

.home-section4-cm .right-col{
  text-align:right;
}

.home-section4-cm .left-col{
  padding-right:120px;
}


@media(max-width:1280px){

  .home-section4-cm .left-col{
    padding-right: 10px;  
  }
}


@media(max-width:1024px){

  .home-section4-cm{
    padding: 100px 0 80px;  
  }
}


@media(max-width:767px){

  .home-section4-cm{
    padding: 70px 0 80px;  
  }

  .home-section4-cm .right-col {
    text-align: left;
    margin-top: 50px;
  }

  .home-section4-cm.start-a-conversation .wrapper>.row-fluid{
    display:block;
  }

  .team-page .home-section4-cm {
    padding: 40px 0 80px;
  }
}


/********************* Home Section3 Cm Styling *********************/


.home-section3-cm{
  padding:0px 0 0px;
}

.home-section3-cm .inner-cont>.row-fluid{
  display:flex;
}

.home-section3-cm .left-col{
  position:relative;
  z-index:1;
  padding:158px 0 158px;
}

.home-section3-cm .right-col{
  padding: 158px 0px 158px 180px;
}

.home-section3-cm .right-col .description p{
  min-height:330px;
}

.home-section3-cm .team-slider>.row-fluid{
  display:flex;
  align-items:center;
}

.home-section3-cm .left-col:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Ellipse%202%20%281%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:430px;
  height:107px;
  z-index:-1;
  right:0;
  margin:0 auto;
}

.home-section3-cm .left-col:after{
  position:absolute;
  left:0;
  bottom:0;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Ellipse%202%20%282%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:430px;
  height:107px;
  z-index:-1;
  right:0;
  margin:0 auto;
}

.home-section3-cm .right-col h2{
  margin-bottom:10px;
}

.home-section3-cm .right-col .designation p{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.team-slider .slick-slide{
  display:none;
}

.team-slider .slick-slide:focus{
  outline:0;
}

.team-slider .slick-initialized .slick-slide{
  display:block;
}

.team-slider{
  position:relative;
  z-index:1;
}

.team-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 42px;
  height: 16px;
  bottom: 100px;
  right: 25%;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  transition:0.4s all ease-in;
}

.team-slider .slick-next:hover:after{
  right:24%;
  transition:0.4s all ease-in;
}

.team-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 42px;
  height: 16px;
  bottom: 100px;
  right: 30%;
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%201.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  transition:0.4s all ease-in;
}

.team-slider .slick-prev:hover:after{
  right:31%;
  transition:0.4s all ease-in;
}


@media(max-width:1280px){

  .home-section3-cm .right-col{
    padding: 158px 0px 158px 30px;  
  }

  .team-slider .slick-prev:after{
    right:41%;
  }

  .team-slider .slick-next:after{
    right:35%;
  }
}


@media(max-width:1024px){

  .team-slider .slick-prev:after{
    right: 38%; 
  }

  .team-slider .slick-next:after {
    right: 31%;
  }

  .home-section3-cm .right-col {
    padding: 98px 0px 158px 30px;
  }

  .home-section3-cm .left-col {
    padding: 238px 0 58px;
  }

  .home-section3-cm .left-col:before{
    width: 300px;
    height: 77px;  
  }

  .home-section3-cm .left-col:after{
    width: 310px;
    height: 77px;  
  }
}


@media(max-width:767px){

  .home-section3-cm .inner-cont>.row-fluid{
    display:block;
  }

  .home-section3-cm .left-col {
    padding: 58px 0 58px;
    text-align:center;
  }

  .home-section3-cm .left-col img{
    margin:0 auto;
  }

  .home-section3-cm .right-col {
    padding: 68px 0px 138px 0px;
  }

  .team-slider .slick-prev:after {
    right: auto;
    left: 0;
    bottom: 70px;
  }

  .team-slider .slick-next:after {
    right: auto;
    left: 60px;
    bottom: 70px;
  }
}


/************************** Home Section5 Cm Styling **************************/


.home-section5-cm{
  padding:28px 0 82px;
}

.home-section5-cm .wrapper>.row-fluid{
  max-width:850px;
  margin:0 auto;
  float:right;
  position:relative;
  left:-80px;
}

.home-section5-cm .info h5{
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  text-transform: inherit;
}

.home-section5-cm .info p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.slider-container .slick-slide{
  display:none;
}

.slider-container .slick-slide:focus{
  outline:0;
}

.slider-container .slick-initialized .slick-slide{
  display:block;
}

.slider-container .slick-dots li.slick-active button {
  width: 119px;
  height: 119px;
  border-radius: 100px;
  border: 49px solid #46ca67;
  border-color: #46ca67;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  background: #fff;
}

.slider-container .slick-dots li.slick-active button:focus{
  outline:0;
}

.slider-container .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
  margin-left:11px;
}

.slider-container .slick-dots {
  text-align: center;
}

.slider-container .slick-dots li button {
  font-size: 0px;
  background: #1B3629;
  padding: 0;
  border: 0;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

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

.slider-container .slick-next:after{
  position: absolute;
  content: '';
  width: 42px;
  height: 16px;
  top: -64px;
  right: -50px;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  transition:0.4s all ease-in;
}

.slider-container .slick-next:hover:after{
  right:-55px;
  transition:0.4s all ease-in;
}

.slider-container .slick-prev:hover:after{
  right:10px;
  transition:0.4s all ease-in;
}

.slider-container .slick-prev:after{
  position: absolute;
  content: '';
  width: 42px;
  height: 16px;
  top: -64px;
  right: 0;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%201.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  transition:0.4s all ease-in;
}



.slider-container ul.slick-dots{
  padding-left: 0;
  position: absolute;
  top: 130px;
  left: -64%;
  transform: rotate(90deg);
}


@media(max-width:1280px){

  .home-section5-cm .wrapper>.row-fluid{
    max-width: 670px;  
  }
}


@media(max-width:1024px){

  .home-section5-cm{
    padding: 28px 0 42px;  
  }

  .home-section5-cm .wrapper>.row-fluid{
    max-width: 100%;
    left: 0;
  }

  .slider-container .slick-prev:after{
    right:60px;
  }

  .slider-container .slick-next:after{
    right:0;
  }

  .slider-container ul.slick-dots{
    display:none;
  }
}


@media(max-width:767px){

  .home-section5-cm .wrapper>.row-fluid{
    float: left;  
  }

  .home-section5-cm {
    padding: 0 0 22px;
  }

  .home-section5-cm .info p {
    margin-bottom: 140px;
  }

  .slider-container .slick-prev:after {
    right: auto;
    left: 0;
    bottom: 70px;
    top: auto;
  }

  .slider-container .slick-next:after {
    right: auto;
    top: auto;
    bottom: 70px;
    left: 60px;
  }

}


/********************** Home Recent Post Styling ********************/

.home-section6-cm{
  padding:103px 0 131px;
  float:left!important;
}

.home-section6-cm .heading>.row-fluid{
  display:flex;
  align-items:center;
}

.home-section6-cm .heading .right-col{
  text-align:right;
}

.home-section6-cm .home-post-item-1 {
  display: block;
  width: 49.97%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  transition:0.4s all ease-in;
}

.home-section6-cm .home-post-item-2,
.home-section6-cm .home-post-item-3,
.home-section6-cm .home-post-item-4{
  width: 46%;
  display: block;
  float: left;
  margin-left: 3.564103%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 26px;
  border-radius: 0px;
  position: relative;
  border-bottom: 1px solid #1B3629;
  padding-bottom:25px;
  transition:0.4s all ease-in;
}

.home-section6-cm .home-post-item-1 .header-container h3,
.home-section6-cm .home-post-item-2 .header-container h3,
.home-section6-cm .home-post-item-3 .header-container h3,
.home-section6-cm .home-post-item-4 .header-container h3{
  transition:0.4s all ease-in;
}

.home-section6-cm .home-post-item-1:hover .header-container h3,
.home-section6-cm .home-post-item-2:hover .header-container h3,
.home-section6-cm .home-post-item-3:hover .header-container h3,
.home-section6-cm .home-post-item-4:hover .header-container h3{
  color:#46ca67;
  transition:0.4s all ease-in;
}

.home-section6-cm .home-post-item-4{
  border-bottom:none;
}

.home-section6-cm .featured-image{
  height:348px;
  display:none;
}

.home-section6-cm .home-post-item-1 .featured-image{
  display:block;
  margin-bottom:40px;
}

.home-section6-cm .topic-container ul li{
  margin:0;
  display:none;
}

.home-section6-cm .topic-container ul li:first-child{
  display:block;
  margin-bottom:20px;
}

.home-section6-cm .topic-container ul li a{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1B3629;
  background: #FFFFFF;
  border-radius: 100px;
  display:inline-block;
  padding:3px 10px;
}

.home-section6-cm .header-container h3{
  margin-bottom:0;
}

.home-section6-cm .topic-container ul{
  margin:0;
}

.home-section6-cm .home-post-body-inner>.row-fluid{
  display:flex;
  align-items:center;
}

.home-section6-cm .heading h4{
  margin-bottom:0;
}

.home-section6-cm .heading{
  margin-bottom:40px;
}

.home-section6-cm .arrow-container{
  text-align:right;   
}

.home-section6-cm .home-post-item-1 .arrow-container,
.home-section6-cm .home-post-item-2 .arrow-container,
.home-section6-cm .home-post-item-3 .arrow-container,
.home-section6-cm .home-post-item-4 .arrow-container{
  right:0px;
  transition:0.4s all ease-in;
  position:relative;
}

.home-section6-cm .home-post-item-1:hover .arrow-container,
.home-section6-cm .home-post-item-2:hover .arrow-container,
.home-section6-cm .home-post-item-3:hover .arrow-container,
.home-section6-cm .home-post-item-4:hover .arrow-container{
  position:relative;
  right:-10px;
  transition:0.4s all ease-in;
}


@media(max-width:1024px){

  .home-section6-cm{
    padding: 63px 0 80px;  
  }

  .home-section6-cm .home-post-item-4{
    display:none;
  }
}


@media(max-width:767px){

  .home-section6-cm .heading>.row-fluid{
    display:block;
  }

  .home-section6-cm .heading .right-col {
    text-align: left;
    margin-top: 30px;
  }

  .home-section6-cm .home-post-item-1{
    width:100%;
    margin-bottom:30px;
  }

  .home-section6-cm .home-post-item-2,
  .home-section6-cm .home-post-item-3,
  .home-section6-cm .home-post-item-4{
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;  
  }

  .home-section6-cm .featured-image {
    height: 288px;
  }

  .home-section6-cm {
    padding: 70px 0 30px;
  }


}


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




.footer-section{
  background: #1B3629;
  padding:104px 0 19px;
  position:relative;
  z-index:1;
}

.footer-bottom-row{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #006341;
}

.footer-bottom-row ul li a{
  color: #fff;
  width: 100%;
  max-width: 100% !important;
  white-space: inherit !important;
  display: block!important;
  padding: 0!important;
  font-family: 'Inter', sans-serif;
}

.footer-bottom-row ul li{
  padding: 14px 64px 9px 0px;
}

.footer-bottom-row ul li:last-child{
  padding-right:0;
}

.footer-section .social-icon ul li a i{
  font-size:25px;
  transition:0.3s all ease-in;
}

.footer-section .social-icon ul li a{
  transition:0.3s all ease-in;
}

.footer-section .social-icon ul li a:hover i:before{
  color:#46ca67;
  transition:0.3s all ease-in;
}

.footer-section .col-1 h5,
.footer-section .col-2 h5,
.footer-section .col-3 h5,
.footer-section .col-4 h5{
  color:#46CA67;
  text-transform:inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  margin-bottom:10px;
}

body .row-fluid .footer-section .client-portal a.cta_button{
  font-size:15.76px;
  line-height:25.8px;
  letter-spacing:0;
  color:#fff;
  font-weight:bold;
  background:transparent;
  padding:0;
  position:relative;
  box-shadow:none;
  transition: .2s all ease-in-out;
  border-bottom:2px solid transparent;
}

body .row-fluid .footer-section .client-portal a.cta_button:after{
  position: absolute;
  right: -36px;
  top: 7px;
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/arrow-lime.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25px;
  height: 11px;
  transition: .2s all ease-in-out;
}

body .row-fluid .footer-section .client-portal a.cta_button:hover{
  box-shadow: none;
  border-bottom: 2px solid #46CA67;
  transition: .2s all ease-in-out;
}

body .row-fluid .footer-section .client-portal a.cta_button:hover:after{
  right: -42px;
  transition: .2s all ease-in-out;
}

body .row-fluid .footer-section .client-portal{
  float:right;
  text-align:right;
  position: relative;
  left: -36px;
}

.footer-section .slider-heading{
  margin-top:60px;
}

body .row-fluid .footer-section .client-portal{
  margin-bottom: 19px;
}

.footer-section .hs-menu-wrapper ul li a{
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  font-weight: 400;
  padding-left: 0;
  padding: 8px 20px;
  padding-left: 0;
  width: 100%!important;
  max-width: 100%!important;
  transition: .2s all ease-in-out;
  white-space:inherit!important;
  font-family: 'Inter', sans-serif;
}

.footer-section .hs-menu-wrapper ul li:hover a{
  text-decoration:underline;
  transition:0.2s all ease-in-out;
}

.footer-section .footer-bottom-row{
  padding-top:40px;
  text-align:center;
}

.footer-section .col-3 h3{
  font-size:15px;
  line-height:26px;
  letter-spacing:-0.32px;
  color: rgba(255, 255, 255, 0.8);
  font-weight:500;
  margin-bottom:31px;
  display:none;
}

.footer-section .slider-heading h5{
  color:#46CA67;
  text-transform:inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.footer-section .col-3 h5{
  margin-bottom: 19px;
}

body .row-fluid .footer-section .col-3 form input::placeholder{
  font-size:15px;
  line-height:26px;
  letter-spacing:-0.32px;
  color:#959595;
}

body .row-fluid .footer-section .col-3 form .hs-form-required{
  display:none;
}

.footer-section .col-3 form .actions{
  text-align:left;
}

body .row-fluid .footer-section .col-3 form input{
  width:78%;
  position:relative;
}

.footer-section .col-1 a.cta_button:hover{
  background:#ffffff;
  color:#46CA67;
  transition: .4s all ease-in-out;
  border:1px solid #ffffff;
}

body .row-fluid .footer-section .col-3 form .hs-button{
  width: auto;
  position: relative;
  right: 0;
  top: 0;
  height: auto;
  text-align: center;
  padding: 9px 30px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: bold;
  color: #46CA67!important;
  margin-top: 14px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: 1px solid #46CA67;
  transition:0.4s all ease-in;
}

body .row-fluid .footer-section .col-3 form .hs-button:hover{
  background:#ffffff;
  color:#46CA67;
  transition:0.4s all ease-in;
  border:1px solid #ffffff;
}

body .row-fluid .footer-section .col-3{
  position:relative;
}

.footer-section .social-icon ul li{
  display:inline-block;
  margin-right: 26px;
  margin-top: 60px;
}

.footer-section .social-icon ul{
  list-style-type:none;
  padding-left:0;
}

.footer-section .footer-logo-slider-cm ul li img{
  vertical-align:middle;
  opacity: 65%;
  height:auto;
}

.footer-section .footer-logo-slider-cm{
  margin-top:15px;
}

.footer-section .social-icon{
  margin-top:10px;
}

body .row-fluid .footer-section .col-3{
  width: 33.67%;
  float: right;
  margin-top:3px;
}

body .row-fluid .footer-section .col-1{
  width: 21.2%;
}

body .row-fluid .footer-section .col-2{
  width: 22%;
}

.logo-slider .slick-slide{
  display:none;
}

.logo-slider .slick-slide:focus{
  outline:0;
}

.logo-slider .slick-initialized .slick-slide{
  display:block;
}

.logo-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #fff;  
}

.logo-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.logo-slider .slick-dots {
  text-align: center;
}

.logo-slider{
  position:relative;
  z-index:1;
}

.logo-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 26px;
  height: 11px;
  top: -63%;
  right: 0;
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/arrow-white.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  z-index: 1;
  cursor:pointer;
  display:none;
}

.logo-slider .slick-prev{
  display:none;
}
.fa-facebook-square:before{
  color:white;
}
.fa-google-plus-g:before{
  color:white;
}

.fa-twitter:before{
  color:white;
}
.fa-instagram:before{
  color:white;
}
.fa-linkedin-in:before{
  color:white;
}



@media(max-width:1024px){


  .footer-section .hs-menu-wrapper ul li a{
    padding: 6px 20px;
    max-width: 100%;
    width: 100%!important;
    white-space: inherit;  
    padding-left:0;
  }

  .footer-section .col-1 a.cta_button{
    padding: 16px 27px; 
  }

  .footer-bottom-row ul li {
    padding: 14px 34px 9px 0px;
  }

}



@media(max-width:767px){

  body .row-fluid .footer-section .col-1{
    width:100%;
    margin-bottom:40px;
  }

  .footer-section .col-1 a.cta_button {
    margin-top: 30px;
  }

  body .row-fluid .footer-section .col-2 {
    width: 100%;
    margin-bottom:40px;
  }

  body .row-fluid .footer-section .col-3 {
    width: 100%;
    margin-bottom:40px;
  }

  body .row-fluid .footer-section .col-4 {
    width: 100%;
    margin-bottom:40px;
  }

  body .row-fluid .footer-section .col-3 form input {
    width: 100%;
  }

  body .row-fluid .footer-section .client-portal {
    float: none;
    text-align: center;
    position: relative;
    left: -20px;
    margin-bottom: 13px;
  }

  .footer-logo-slider-cm ul{
    padding-left:0;
  }

  body .row-fluid .footer-section .client-portal a.cta_button{
    width:auto;
  }

  .footer-section ul li{
    margin-left:0;
  }

  .footer-section{
    text-align:center; 
    padding: 60px 0 9px;
  }

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

  form .hs-error-msgs li{
    display: inline-flex;
  }

  .footer-section .col-3 h3{
    margin-bottom: 23px;
  }

  body .row-fluid .footer-section .col-3 form .hs-button{
    top: 0px;
  }

  .logo-slider .slick-next:after{
    top:41%;
  }

  .footer-section .slider-heading {
    margin-top: 0;
  }

  .footer-bottom-row{
    padding:15px 0 15px;
  }

  .footer-section .col-3 form .actions{
    text-align:center;
  }
}



/******************* Partner Page Styling *********************/


.partner-banner-cm{
  padding:195px 0 234px;
  position:relative;
  z-index:1;
}

.partner-banner-cm:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background: rgba(30, 30, 30, 0.4);
  width:100%;
  height:100%;
  z-index:-1;
}


@media(max-width:1024px){

  .partner-banner-cm{
    padding: 195px 0 114px;   
  }
}


/******************* Team Section1 Styling ***********************/




.team-section1{
  padding:70px 0 40px;
  position:relative;
  z-index:1;
}

.team-section1 .text-container h3{
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom:7px;
}

.team-section1 .text-container h3 span{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #46CA67;
  padding-left:10px;
}

.team-section1 .text-container .designation{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1B3629;
  margin-bottom:14px;
}

.team-section1 .heading-container{
  margin-bottom: 7px;
}

.team-section1 .team-cm .image-container{
  height:320px;
  border-radius:3px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  background-position:top center!important;
}

.team-section1 .team-cm .four-col-adjust span>.hs_cos_wrapper{
  border-radius:3px; 
  transition:0.2s all ease-in-out;
  cursor:pointer;
}

.team-cm .text-container{
  border: 1px solid #E8EBEA;
  border-top:0;
  padding: 15px 20px 18px;
  transition:0.2s all ease-in-out;
  border-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  background:#fff;
}

.team-cm .cta-container h3.cta_button{
  color: #46CA67;
  transition:0.2s all ease-in-out;
  background:transparent;
  border:0;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  position:relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  box-shadow:none;
  padding-right:0;
  border-bottom: 2px solid transparent; 
  border-radius:0;
  display:inline-block;
  margin-bottom:0;
  font-family: 'Inter', sans-serif;
}

.team-cm .cta-container h3.cta_button:after{
  content: '';
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 42px;
  height: 16px;
  right: -51px;
  top: 5px;
  position: absolute;
  z-index: 2;
  transition:0.2s all ease-in-out;
}

.team-section1 .team-cm .four-col-adjust span>.hs_cos_wrapper:hover .text-container{
  border:1px solid #46CA67;
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
  transition:0.2s all ease-in-out;
  border-top:none;
}

.team-section1 .team-cm .four-col-adjust span>.hs_cos_wrapper:hover h3.cta_button{
  border-bottom:2px solid #46CA67;
  transition:0.2s all ease-in-out;
}

.team-section1 .team-cm .four-col-adjust span>.hs_cos_wrapper:hover h3.cta_button:after{
  right:-56px;
  transition:0.2s all ease-in-out;
}

.team-section1 .dots-container{
  position: absolute;
  right: 0;
  top: 18.5%;
  z-index: -1;
}

.team-section1 .dots-container2{
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.team-section1 .dots-container3{
  position: absolute;
  right: 0;
  bottom: 260px;
  z-index: -1;
}




@media(max-width:1024px){


  .team-section1 .team-cm .image-container{
    height:250px;  
  }

  .team-cm .text-container h3 {
    font-size: 20px;
  }

  .team-section1 .text-container h3 span{
    padding-left:0;
  }

  .team-section1 .dots-container3{
    display:none;
  }

  .team-section1 .dots-container {
    top: 15.5%;
  }

  .team-section1 .dots-container #team1-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 0;
  }

  .team-section1 .dots-container #team1-hex2{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 70px;
  }

  .team-section1 .dots-container #team1-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 140px;
  }

  .team-section1 .dots-container #team1-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 210px;
  }

  .team-section1 .dots-container #team1-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 0px;
  }

  .team-section1 .dots-container #team1-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 70px;
  }

  .team-section1 .dots-container #team1-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 140px;
  }

  .team-section1 .dots-container #team1-hex8 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 210px;
  }

  .team-section1 .dots-container #team1-hex9 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 280px;
  }

  .team-section1 .dots-container2 #team2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -55px;
    left: 80px;
  }

  .team-section1 .dots-container2 #team2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -105px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -175px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex6,
  .team-section1 .dots-container2 #team2-hex7,
  .team-section1 .dots-container2 #team2-hex8,
  .team-section1 .dots-container2 #team2-hex9{
    display:none;
  }

}



@media(max-width:767px){


  .team-section1 .team-cm .image-container {
    height: 310px;
    background-position: top center!important;
  }

  .team-section1 .text-container h3 span{
    padding-left:10px;
  }

  .team-cm .text-container{
    padding: 25px 20px 28px;  
  }

  .team-section1 .dots-container {
    top: 170px;
  }

  .team-section1 .dots-container #team1-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 50px;
    right: 0;
  }

  .team-section1 .dots-container #team1-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 50px;
    right: 55px;
  }

  .team-section1 .dots-container #team1-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 50px;
    right: 110px;
  }

  .team-section1 .dots-container #team1-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 50px;
    right: 165px;
  }

  .team-section1 .dots-container #team1-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 0px;
  }

  .team-section1 .dots-container #team1-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 55px;
  }

  .team-section1 .dots-container #team1-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 110px;
  }

  .team-section1 .dots-container #team1-hex8 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 165px;
  }

  .team-section1 .dots-container #team1-hex9{
    display:none;
  }

  .team-section1 .dots-container2 #team2-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -20px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -75px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -135px;
    left: 0;
  }

  .team-section1 .dots-container2 #team2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -195px;
    left: 0;
  }
}



/*===============================================================
Partner Single Page Styling 
=================================================================*/


.partner-single-banner{
  height:200px;
}



/************************ Team Single Section1 Styling ********************/



.team-single-section1{
  padding:64px 0 105px;
  position:relative; 
  z-index:1;
}

.team-single-section1 blockquote{
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #1B3629;
  margin-bottom:40px;
}

.team-single-section1 .wrapper{
  position:relative;
}

.team-single-section1 .dots-container{
  position: absolute;
  right: -130px;
  top: 24%;
  z-index: -1;
}

.team-single-section1 .heading-container{
  margin-bottom:40px;
}

.team-single-section1 .left-col .heading{
  max-width: 505px;
}

.team-single-section1 .left-col{
  margin-top:60px;
}

.team-single-section1 .left-col ul li{
  position:relative;
  margin-left:20px;
}

.team-single-section1 .left-col ul li:before{
  position: absolute;
  left: -17px;
  top: 11px;
  content: '';
  background: #1b3629;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.team-single-section1 .heading-container h1{
  margin-bottom:20px;
}

.team-single-section1 .heading-container h4{
  font-size:16px;
  line-height:30px;
  font-weight:600;
  margin-bottom:0;
}

.team-single-section1 .heading-container p{
  font-size:16px;
  line-height:30px;
  font-weight:normal;
  color:#004250;
}

.team-single-cm .image-container{
  height:705px;
  background-position:top center!important;
}

.team-single-section1 .description-cont{
  max-width:494px;
}

.team-single-cm .text-container{
  background: #fff;
  margin-top:60px;
}

.team-single-cm .text-container ul li{
  position:relative;
  line-height:24px;
  margin-bottom: 8px;
  margin-left:20px;
  color: #1B3629;
}

.team-single-cm .text-container ul li:last-child{
  margin-bottom:0;
}

.team-single-cm .text-container ul li:before{
  position: absolute;
  left: -18px;
  top: 9px;
  content: '';
  background: #1B3629;;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.team-single-cm .cta-container{
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.team-single-cm .cta-container .right-cont{
  padding-left:40px;
}

.team-single-cm .cta-container .right-cont ul{
  display:flex;
  align-items:center;
}

.team-single-cm .cta-container .right-cont ul li{
  display:inline-block;
  padding-right:14px;
}

.team-single-cm .cta-container h4{
  font-weight:bold;
  letter-spacing:0.5px;
  font-size:16px;
  line-height:25px;
  margin-bottom:3px;
}

.team-single-cm .cm-container{
  width:100%;
  max-width: 478px;
  float: right;
}

.team-single-section1 .img-cont{
  display:none!important;
}

body .row-fluid .team-single-cm .social-icon-cont ul li img{
  max-width:17px!important;
  height:auto;
  vertical-align:middle;
}

body .row-fluid .team-single-cm .social-icon-cont ul li{
  display:inline-block;
  font-size:16px;
  line-height:30px;
  color:#004250;
  font-weight:normal;
  margin-bottom:0;
}

body .row-fluid .team-single-cm .social-icon-cont ul li a{
  font-size:16px;
  line-height:30px;
  color:#004250;
  font-weight:normal;
}

@media(max-width:1200px){

  .team-single-cm .cta-container .right-cont {
    padding-left: 20px;
  }
}



@media(max-width:1024px){

  .team-single-section1{
    padding: 94px 0 65px;  
  }

  .team-single-cm .text-container {
    margin-top: 30px;
  }

  .team-single-section1 .dots-container{
    right: 0;
    top: initial;
    bottom: 260px;
  }

  .team-single-section1 .dots-container #team1-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 0;
  }

  .team-single-section1 .dots-container #team1-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 0;
  }

  .team-single-section1 .dots-container #team1-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -100px;
    right: 0px;
  }

  .team-single-section1 .dots-container #team1-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 70px;
  }

  .team-single-section1 .dots-container #team1-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 110px;
    right: 70px;
  }

  .team-single-section1 .dots-container #team1-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    right: 70px;
  }

  .team-single-cm .cta-container .right-cont {
    padding-left: 0;
  }
}



@media(max-width:767px){

  .team-single-section1 {
    padding: 10px 0 70px;
  }

  .team-single-section1 blockquote {
    font-size: 26px;
    line-height: 36px;
  }

  .team-single-section1 .img-cont{
    display:block!important;
    height:400px;
    margin-bottom:40px;
    background-position:top center!important;
  }

  .team-single-cm .image-container{
    display:none;
  }

  .team-single-cm .cm-container {
    max-width: 100%;
    float:none;
  }

  .team-single-section1 .description-cont {
    max-width: 100%;
  }

  .team-single-section1 .dots-container {
    bottom: 30px;
  }

  .team-single-section1 .dots-container #team1-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    right: 0;
  }

  .team-single-section1 .dots-container #team1-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -15px;
    right: 0;
  }

  .team-single-section1 .dots-container #team1-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -70px;
    right: 0px;
  }

  .team-single-section1 .dots-container #team1-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    right: 55px;
  }

  .team-single-section1 .dots-container #team1-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 95px;
    right: 55px;
  }

  .team-single-section1 .dots-container #team1-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -15px;
    right: 55px;
  }
}



/********************* Resource Page Styling ***********************/


/****************** Resources Form Section *******************/



.resources-form-section{
  background: #F2EFEB;
  padding: 80px 0 84px;
  position:relative;
  z-index:1;
}

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

.resources-form-section .dots-container1{
  position: absolute;
  left: 0;
  top: -60px;
  z-index:-1;
  display:none;
}

.resources-form-section .right-col .form-container{
  border: 1px solid #7E7E7E;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 3px rgba(0,66,80,0.11);
  padding:42px 38px 36px;
  border-top:5px solid #46CA67;
  box-sizing:border-box;
  float:right;
  width:100%;
  max-width:482px;
  transition:0.4s all ease-in-out;
}

.resources-form-section .right-col .form-container .hs-button:hover{
  background-color:#1B3629;
  transition:0.4s all ease-in-out;
}

body .row-fluid .resources-form-section .wrapper{
  max-width:1140px;
  position:relative;
  z-index:1;
}

.resources-form-section .right-col{
  padding-left:40px;
}

.resources-form-section .left-col .image-container span>.hs_cos_wrapper{
  height:58px;
  width:58px;
  border-radius:50%;
  border: 1.19249px solid #F2EFEB;
}

.resources-form-section .left-col .image-container span{
  display:flex;
}

.resources-form-section .left-col .image-container{
  margin-bottom:25px;
}

.resources-form-section .left-col .image-container span>.hs_cos_wrapper:nth-child(2){
  position:relative;
  left:-9px;
  z-index:1;
}

.resources-form-section .left-col .image-container span>.hs_cos_wrapper:nth-child(3){
  position:relative;
  left:-18px;
  z-index:1;
}

.resources-form-section .dots-container4{
  max-width: 30px;
  float: right;
  position: relative;
  top: -57px;
  transform: rotate(180deg);
  right: 24px; 
  z-index:-1;
  display:none;
}

@media(max-width:1024px){

  .resources-form-section .right-col{
    padding-left: 10px;   
  }
}


@media(max-width:767px){

  .resources-form-section .wrapper>.row-fluid{
    display:block;
  }

  .resources-form-section .right-col {
    padding-left: 0;
    margin-top: 40px;
  }

  .resources-form-section .right-col .form-container{
    padding: 22px 18px 36px;  
    max-width:100%;
  }

  .resources-form-section .right-col .form-container form .hs-button{
    margin-top: 10px;
    width: 100%; 
  }
}




/***************** Resource Banner Cm ********************/


.resource-banner-cm{
  padding:134px 0 170px;
}

.resource-banner-cm .heading{
  max-width:523px;
}

.resource-banner-cm .description{
  max-width:495px;
}


@media(max-width:1024px){

  .resource-banner-cm{
    padding: 164px 0 100px;  
  }
}

@media(max-width:767px){

  .resource-banner-cm {
    padding: 144px 0 80px;
  }

}



/******************* Resource Filter Section *******************/


.resource-listing-page .resource-filter-section{
  background:#ffffff;
  padding:118px 0 120px;
}

.resource-listing-page .resource-filter-section .heading-container{
  display:none;
}

.resource-listing-page .resource-filter-section .tag h6{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  text-transform:uppercase;
  margin-bottom:20px!important;
}

.resource-listing-page .resource-filter-section .heading h4{
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-transform:initial;
}

.resource-listing-page .resource-filter-section .resource-listing .item .link-container a.cta_button{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #46CA67;
  border:none;
  padding:0;
  background:transparent;
  position:relative;
  font-family: 'Inter', sans-serif;
  padding-right:48px;
}

.resource-listing-page .resource-filter-section .resource-listing .item .link-container a.cta_button:after{
  position:absolute;
  right:-50px;
  top:5px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:42px;
  height:16px;
}

.resource-listing-page .resource-filter-section .resource-listing .item .text-container {
  padding: 19px 22px 35px;
}

.resource-listing-page .resource-filter-section .resource-listing .item .link-container {
  bottom: 20px;
}

.resource-listing-page .resource-filter-section .resource-listing .item{
  border: 1px solid #E8EBEA;
  border-radius: 4px;
}

.resource-listing-page .resource-filter-section .left-col .filter-container{
  border-top:6px solid #46CA67;
}

.resource-listing-page .resource-filter-section .nano-content>li{
  color:#1B3629;
}

.resource-listing-page .resource-filter-section .resource-listing .item .image-container{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.resource-listing-page .resource-filter-section .dots-container{
  display:none;
}



@media(max-width:1024px){

  .resource-listing-page .resource-filter-section {
    padding: 88px 0 70px;
  }
}

@media(max-width:767px){

  .resource-listing-page .resource-filter-section {
    padding: 75px 0 60px;
  }
}


/******************** Contact Section1 Styling *******************/



.contact-section1{
  padding:101px 0 30px;
  position:relative;
  z-index:1;
}

.contact-section1:after{
  position:absolute;
  right:0;
  top:0;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Ellipse%202%20%283%29.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:430px;
  height:411px;
  z-index:-1;
}

.contact-section1 .heading-container p{
  max-width:480px;
}

.contact-section1 .cta-container a.cta_button{
  border:none;
  padding:0;
  position:relative;
  padding-right:0px;
  border-bottom:2px solid transparent;
  transition:0.4s all ease-in;
  border-radius:0;
}

.contact-section1 .cta-container a.cta_button:hover{
  border:none;
  border-bottom:2px solid #46ca67;
  transition:0.4s all ease-in;
  background:transparent;
  color:#46ca67;
}

.contact-section1 .cta-container a.cta_button:after{
  position:absolute;
  right:-50px;
  top:4px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:42px;
  height:16px;
  transition:0.4s all ease-in;
}

.contact-section1 .cta-container a.cta_button:hover:after{
  right:-55px;
  transition:0.4s all ease-in;
}

/* .contact-section1:after{
position:absolute;
right:0;
top:0;
content:'';
background:rgba(148,201,61,0.07);
width:925px;
height:925px;
border-radius:50%;
z-index:0;
}
*/

.contact-section1 .right-col{
  position:relative;
}

.contact-section1 .wrapper{
  position:relative;
  z-index:1;
}

.contact-section1 .left-col .heading-container h2{
  font-size:50px;
  line-height:53px;
  letter-spacing:-0.8px;
  color:#004250;
  font-weight:bold;
  max-width:451px;
  margin-bottom:38px;
}

.contact-section1 .left-col .heading-container h5{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  font-weight:bold;
  letter-spacing:normal;
}

body .row-fluid .contact-section1 .right-col .form-container{
  max-width:480px;
  margin:0 auto;
  float:none;
  position:relative;
  z-index:1;
  border:1px solid #46CA67;
  padding:38px 38px;
  background:#fff;
  z-index:1;
}

body .row-fluid .contact-section1 .wrapper:after{
  position: absolute;
  right: -60px;
  bottom: -70px;
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Ellipse%204.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 430px;
  height: 430px;
  z-index: -1;
}

body .row-fluid .contact-section1 .right-col .form-container form input{
  background:#fff;
}

.contact-section1 .right-col{
  padding-left:50px;
}

body .row-fluid .contact-section1 .right-col .form-container form .hs-button{
  background:#46CA67!important;
}

body .row-fluid .contact-section1 .right-col .form-container form .hs-button:hover{
  background:#1B3629!important;
  color:#fff;
  transition:0.2s all ease-in-out;
}

body .row-fluid .contact-section1 .right-col .form-container form .actions{
  position:relative;
}

body .row-fluid .contact-section1 .right-col .form-container form textarea{
  height:142px;
}

body .row-fluid .contact-section1 .right-col .form-container form .hs-form-required{
  display:inline-block;
}



@media(max-width:1024px){

  .contact-section1{
    padding: 150px 0 110px; 
  }

  .contact-section1 .right-col{
    padding-left: 30px;
  }

  .contact-section1:after{
    display:none;
  }

  body .row-fluid .contact-section1 .right-col .form-container{
    padding: 38px 28px;   
  }
}



@media(max-width:767px){

  .contact-section1{
    padding: 120px 0 90px;  
  }

  .contact-section1:after{
    display:none;
  }

  .contact-section1 .left-col .heading-container h2{
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 18px;
  }

  .contact-section1 .right-col{
    padding-left: 0;
    margin-top: 40px;
  }

  body .row-fluid .contact-section1 .right-col .form-container form .hs-button{
    margin-top:0;
    padding: 17px 40px!important;
  }

  body .row-fluid .contact-section1 .right-col .form-container{
    max-width:100%;
  }

  body .row-fluid .contact-section1 .right-col .form-container form .actions:before{
    width: 54px;
    height: 50px;
    left: -10px;
    top: -10px;
  }
}




/******************* Contact Section3 Styling *****************/



.contact-section3{
  background: #F2EFEB;
  padding: 110px 0 91px;
}

.contact-section3 .wrapper>.row-fluid-wrapper>.row-fluid{
  display:flex;
  align-items:center;
}

.contact-section3 .image-container img{
  max-width:380px;
  height:auto;
}

.contact-section3 .left-col{
  text-align:center;
}

body .row-fluid .contact-section3 .wrapper{
  max-width:1093px;
}

.homepage-section4 .right-col {
  padding-left: 50px;
}



@media(max-width:1024px){

  .contact-section3 .image-container img{
    max-width: 330px;  
  }

  .contact-section3{
    padding: 70px 0 70px;
  }
}


@media(max-width:767px){

  .contact-section3 .wrapper>.row-fluid-wrapper>.row-fluid{
    display:block;
  }

  .homepage-section4 .right-col {
    padding-left: 0;
    margin-top: 40px;
  }
}




/************************ Contact Map Cm Styling Start *******************/



.google-map-cm .tab-content .left-col .right-column h4{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1B3629;
  letter-spacing:normal;
  margin-bottom:0;
}

.google-map-cm .tab-content .left-col .left-column{
  width: 8.076923%;
}

.google-map-cm .tab-content .left-col .right-column{
  width: 89.358974%;
}

.google-map-cm .tab-content .cm-container{
  margin-bottom:36px;
}

.google-map-cm .tab-content .cm-container>.row-fluid-wrapper>.row-fluid{
  display:flex;
  align-items:center;
}

.google-map-cm .tab-content .cta-container a.cta_button{
  background:transparent;
  border:1px solid #46CA67;
  border-radius:200px;
  font-size:16px; 
  line-height:24px;
  font-weight:500;
  letter-spacing:normal;
  color: #46CA67;
  box-shadow:none; 
  transition:0.2s all ease-in-out;
  padding: 17px 20px;
}

.google-map-cm .tab-content .cta-container a.cta_button:hover{
  background:#46CA67;
  color:#fff;
  transition:0.2s all ease-in-out;
}

.google-map-cm .tab-navigation .location{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1B3629;
  letter-spacing:normal; 
  padding-right:12px;
}

.google-map-cm .tab-navigation .tab-select{
  font-size: 40px;
  line-height: 31px;
  color: #004250;
  letter-spacing: -0.8px;
  font-weight: bold;
  top: -20px;
  position: relative;
}

.google-map-cm .tab-navigation .tab-select select{
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  color: #1B3629;
  border:none;
  height:auto;
  position:relative;
  cursor:pointer;
}
.google-map-cm .tab-navigation .tab-select select#select-box{
  border-bottom:1px solid #1B3629;
  background: #fff;
  border-radius:0px;
  background: transparent !important;
  width:310px;
}

.google-map-cm label[for=favcity]{
  display:inline-block;
  position:relative;
}

.google-map-cm label[for=favcity]::after {
  content: ' ';
  position: absolute;
  right:-1px;
  top: 30px;
  width: 16px;
  height: 10px;
  display: inline-block;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%203-1.svg') no-repeat center center;
  pointer-events: none;
}

.google-map-cm .tab-navigation .tab-select select:after{
  position:absolute;
  right:0;
  top:0;
  content:'/f107';
  width:20px;
  height:20px;
  color:#46CA67;
  font-family:"Font Awesome 5 free";
  font-weight:600;
}

.google-map-cm .tab-navigation .tab-select select:focus{
  outline:none;
}

.google-map-cm .tab-navigation .tab-select option{
  font-size:20px;
  line-height:30px;
  color:#004250;
  letter-spacing:normal;
  font-weight:normal;
  cursor:pointer;
}

.google-map-cm{
  position:relative;
  padding-bottom:550px;
  z-index:1;
}

body .row-fluid .google-map-cm .tab-content{
  position:absolute;
  left:15px;
  right:15px;
  width:auto;
  margin:0 auto;
  float:none;
}

.google-map-cm .wrapper{
  position:relative;
}

.google-map-cm .map-container{
  border:1px solid #46CA67;
}

body .row-fluid .google-map-cm .left-col{
  width: 45.717949%;
}

body .row-fluid .google-map-cm .right-col{
  width: 50.717949%;
}

.google-map-cm .cta-container{
  margin-top:15px;
}

.google-map-cm .tab-content .right-col{
  position:relative;
}

.google-map-cm .dots-container{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
  display:none;
}




@media(max-width:1024px){

  .google-map-cm{
    padding-bottom: 540px; 
  }

  .google-map-cm .tab-content .left-col .left-column{
    width: 13.076923%;
  }

  .google-map-cm .dots-container #contact-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -40px;
    right: 0;
  }

  .google-map-cm .dots-container #contact-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -40px;
    right: 70px;
  }

  .google-map-cm .dots-container #contact-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 140px;
    top: -40px;
  }

  .google-map-cm .dots-container #contact-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 210px;
    top: -40px;
  }

  .google-map-cm .dots-container #contact-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 280px;
    top: -40px;
  }

  .google-map-cm .dots-container #contact-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: 30px;
  }

  .google-map-cm .dots-container #contact-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 70px;
    top: 30px;
  }

  .google-map-cm .dots-container #contact-hex8 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 140px;
    top: 30px;
  }

  .google-map-cm .dots-container #contact-hex9 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 210px;
    top: 30px;
  }
}



@media(max-width:767px){

  body .row-fluid .google-map-cm .left-col{
    width:100%;
  }

  .google-map-cm .tab-content .left-col .left-column {
    width: 11.076923%;
    float: left;
    margin-right: 12px;
    margin-top: 0px;
  }

  .google-map-cm .tab-content .left-col .right-column {
    width: 85.358974%;
    float: left;
  }

  .google-map-cm{
    padding-bottom:880px;
  }

  body .row-fluid .google-map-cm .right-col{
    width: 100%;
    margin-top: 30px;  
  }

  .google-map-cm .tab-navigation .tab-select select{
    font-size: 32px;
    line-height: 50px;  
  }

  .tab-navigation {
    padding-bottom: 30px;
  }

  .google-map-cm .tab-content .cm-container {
    margin-bottom: 26px;
  }


  .google-map-cm .tab-navigation .tab-select{
    top:0;
  }

  .google-map-cm .dots-container {
    bottom: -20px;
  }

  .google-map-cm .tab-navigation .location{
    margin-bottom:20px;
  }

  body .row-fluid .google-map-cm .tab-content {
    margin: 70px auto 0;
  }
}




/*==============================================
Landing Page Styling Start 
===============================================*/





/***************** Landing Page Section1 Styling ******************/



body .row-fluid .landing-section1 .wrapper{
  max-width:1360px;
}

.landing-section1 .heading-container h2{
  margin-bottom:25px;
}

.landing-section1 .landing-header{
  padding:40px 0;
}

.landing-section1 .landing-header .cta-container{
  float:right;
  text-align:right;
  margin-top:20px;
}

.landing-section1 .landing-header .cta-container a.cta_button{
  background:transparent;
  color: #1B3629;
  font-size:16px;
  line-height:26px;
  letter-spacing:-0.3px;
  font-weight:normal;
  box-shadow:none;
  padding:0;
}

body .row-fluid .landing-section1 .form-container{
  max-width:533px;
  margin:0 auto;
  float:none;
}

body .row-fluid .landing-section1 .form-container form{
  max-width:404px;
  margin:0 auto;
  float:none;
}

body .row-fluid .landing-section1 .form-container form input{
  border:1px solid #d3d3d3;
  margin-bottom:7px;
}

body .row-fluid .landing-section1 .form-container form label{
  color:#959595;
  font-size:16px;
  line-height:30px;
  font-weight:normal;
}

body .row-fluid .landing-section1 .contact-info p{
  font-size:16px;
  line-height:20px;
  color:#12505D;
}

body .row-fluid .landing-section1 .contact-info p a{
  color:#46CA67;
  font-weight:bold;
}

body .row-fluid .landing-section1 .contact-info{
  margin-top:40px;
}

body .row-fluid .landing-section1 .form-container form .actions{
  position:relative;
}

body .row-fluid .landing-section1 .form-container form .actions:before{
  position:absolute; 
  left: 30px;
  top: 16px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg');
  width:52px;
  height:49px;
  z-index:1;
  display:none;
}

body .row-fluid .landing-section1 .form-container form .hs-button{
  border:none;
}

body .row-fluid .landing-section1 .form-container form .actions{
  position:relative;
}

.landing-section1 .dot-container1{
  position: absolute;
  left: 0;
  bottom: 21%;
  z-index: -1;
}

.landing-section1{
  position:relative;
  z-index:1;
  padding: 0 0 40px;
}

.landing-section1 .dot-container2{
  position: absolute;
  right: 0;
  top: -70px;
  width: 24%;
  z-index: -1;
}



@media(max-width:1024px){


  body .row-fluid .landing-section1 .form-container{
    padding-top: 40px;  
  }

  .landing-section1 .dot-container2{
    display:block;
  }

  .landing-section1 .dot-container1{
    display:block;
  }

  .landing-section1 .landing-header .cta-container{
    margin-top: 15px;
  }

  .landing-section1 .dot-container1 #con-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 50px;
    margin-left: 50px;
  }

  .landing-section1 .dot-container1 #con-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: -20px;
    margin-left: 50px;
  }

  .landing-section1 .dot-container1 #con-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: -90px;
    margin-left: 50px;
  }

  .landing-section1 .dot-container1 #con-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 50px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container1 #con-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: -20px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container1 #con-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: -90px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container1 #con-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: -160px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container1 #con-hex8,
  .landing-section1 .dot-container1 #con-hex9{
    display:none;
  } 

  .landing-section1 .dot-container1 {
    position: absolute;
    left: -30px;
    bottom: 21%;
    z-index: -1;
  }

  .landing-section1 .dot-container2 #con2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 50px;
    margin-left: 50px;
  }

  .landing-section1 .dot-container2 #con2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 160px;
    margin-left: 50px;
  }

  .landing-section1 .dot-container2 #con2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 230px;
    margin-left: 50px;
  }

  .landing-section1 .dot-container2 #con2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 50px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container2 #con2-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 160px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container2 #con2-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 230px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container2 #con2-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 300px;
    margin-left: 120px;
  }

  .landing-section1 .dot-container2 #con2-hex8,
  .landing-section1 .dot-container2 #con2-hex9,
  .landing-section1 .dot-container2 #con2-hex10,
  .landing-section1 .dot-container2 #con2-hex11{
    display:none;
  }



}



@media(max-width:767px){

  body .row-fluid .landing-section1 .logo-container{
    float:left; 
    width:auto;
  }

  body .row-fluid .landing-section1 .cta-container{
    width:auto;
    margin-top:10px;
  }

  .landing-section1{
    padding-bottom:40px;
  }

  body .row-fluid .landing-section1 .contact-info p{
    text-align:center;
  }

  body .row-fluid .landing-section1 .form-container form .actions:before{
    display:none;
  }

  .landing-section1 .dot-container1 {
    display:none;
  }

  .landing-section1 .dot-container2{
    display:none;
  }
}



/*========================================================================
Talk With Us Page Styling Start 
=========================================================================*/


@media(min-width:2880px){

  .talk-with-us .left-col{
    height:100vh;
    padding: 40px 46px 250px;
  }

  .talk-with-us .right-col{
    height:100vh;
  }
}


.talk-with-us .left-col{
  width: 59.264957%;
  padding: 40px 46px 90px;
  height: auto;
}

.talk-with-us .right-col{
  margin-left: 0;
  width: 41.17094%;
  background-position: top!important;
  position:relative;
  z-index:1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 86px;
  height:auto;
}

.talk-with-us .right-col:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 100%;
  z-index: -1;
  opacity: 0.7;
  background: #1b3629;
}

.talk-with-us .text-cont h6{
  font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
}

.talk-with-us .text-cont{
  float:right;
  text-align:right;
}

body .row-fluid .talk-with-us .form-heading{
  max-width:530px;
  margin:30px auto 10px;
  float:none;
}

body .row-fluid .talk-with-us .form-heading h2{
  max-width:440px;
  margin:0 auto 40px;
  float:none;
}

body .row-fluid .talk-with-us .form-container{
  max-width:404px;
  margin:10px auto 0;
  float:none;
}

.talk-with-us .contact-info p{
  font-size:16px;
  line-height:20px;
  font-weight:normal;
  color:#004250;
}

.talk-with-us .contact-info p a{
  color:#46CA67;
  font-weight:bold;
}

.talk-with-us .contact-info{
  margin-top:30px;
}

body .row-fluid .talk-with-us .form-container form .actions{
  position:relative;
}

body .row-fluid .talk-with-us .form-container form .actions:before{
  position:absolute;
  left: 35px;
  top: 7px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:52px;
  height:49px;
  display:none;
}

.talk-with-us .right-col .text-container h4{
  color:#fff;
}

.talk-with-us .right-col .text-container p{
  color:#FFFFFF;
}



@media(max-width:1440px){

  .talk-with-us .contact-info{
    margin-top:20px;  
  }

  .talk-with-us .left-col{
    padding: 40px 46px 30px;
    height: 100%;
  }

  .talk-with-us .right-col{
    height:auto;
  }
}


@media(max-width:1280px){

  .talk-with-us .left-col{
    padding: 40px 46px 30px;
    height: 100%;
  }

  .talk-with-us .right-col{
    height:auto;
  }
}



@media(max-width:1279px){

  .talk-with-us .right-col{
    padding: 0 45px;
  }
}



@media(max-width:1024px){

  .talk-with-us .right-col {
    padding: 0 25px;
  }

  body .row-fluid .talk-with-us .form-container form .actions:before {
    left: 20px;
  }
}



@media(max-width:767px){

  .talk-with-us .left-col {
    padding: 40px 20px 30px;
    width:100%;
  }

  .talk-with-us .right-col{
    width:100%;
  }

  .talk-with-us .left-col .top-row .logo{
    float:left;
  }

  body .row-fluid .talk-with-us .form-heading h2{
    line-height: 35px;
  }

  body .row-fluid .talk-with-us .form-container form .actions:before{
    display:none;
  }

  .talk-with-us .right-col {
    padding: 70px 25px 40px;
  }

  .talk-with-us .right-col .text-container h4 {
    font-size: 22px;
    line-height: 36px;
  }
}




/*****************************************
End of Job Oppr Section2    
*****************************************/

/*****************************************
Job Oppr Section3    
*****************************************/



.job-oppr-section3{
  padding: 173px 0 160px 0;
  background:#ffffff;
}

.job-oppr-section3 .content_container{
  max-width: 677px;
  margin: 0 auto;
}

.job-oppr-section3 h1{
  margin-bottom: 63px;
}

.job-oppr-section3 h3{
  margin: 51px 0 25px 0;
}

.job-oppr-section3 li{
  position:relative;
  display: inline-block;
  margin-left: 26px;
  margin-bottom: 19px;
}

.job-oppr-section3 li:before{
  content: "";
  position: absolute;
  background: #1b3629;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 11px;
  left: -26px;
}

.job-oppr-section3{
  position: relative;
}

.job-oppr-section3 .dots-container{
  position: absolute;
  right: -52px;
  top: 51px;
}


@media(max-width:1024px){

  .job-oppr-section3 .dots-container{
    position: absolute;
    right: 0px;
    top: -70px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: -390px;
    right: 0;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex2{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: -430px;
    right: 60px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex3{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    bottom: -430px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 55px;
    bottom: -350px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 125px;
    bottom: -350px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 200px;
    bottom: -350px;
  }

}

@media(max-width: 767px){
  .job-oppr-section3{
    padding: 120px 0 78px 0;
  }

  .job-oppr-section3 h1{
    margin-bottom: 30px;
  }

  .job-oppr-section3 h3{
    margin: 30px 0 25px 0;
  }

  .job-oppr-section3 .dots-container {
    position: absolute;
    right: 0px;
    top: initial;
    bottom: 410px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    bottom: -390px;
    right: 0;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    bottom: -420px;
    right: 50px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex3{ 
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 105px;
    bottom: -420px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 45px;
    bottom: -360px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 105px;
    bottom: -360px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex6{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 160px;
    bottom: -360px;
  }



}





/*****************************************
End of Job Oppr Section3    
*****************************************/


/*****************************************
White Paper Download    
*****************************************/



/* @media(max-width:5000px) and (min-width:2000px){
.white-paper-download .left-col{
height:100vh;
}

body .row-fluid .white-paper-download .right-col{
height:100vh;
}

body .white-paper-download{
height:100%;
}

} */


.white-paper-download{
  height: auto;
}

.white-paper-download .left-col{
  width: 59.264957%;
  padding: 25px 36px 160px;
  height: 100vh;
  background-color:#FFFFFF;
}

.white-paper-download .left-col-content{
  max-width: 409px;
  margin: 107px auto 0 auto!important;
  float: none;
}

.white-paper-download .left-col .small-line p{
  margin:0;
}

.white-paper-download .right-col img{
  max-width: 222px; 
  max-height: 312px;
}


.white-paper-download .form-container{
  position: relative;
}

.white-paper-download .form-container::before{
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 49px;
  width: 52px;
  bottom: 15px;
  left: 36px;
  display:none;
}

.white-paper-download form .hs-button{
  margin-top: 20px !important;
}

.white-paper-download .right-col{
  height: 100vh;
  padding: 71px 48px 68px 48px;
  border-radius: 0px;
  background-color: #1B3629;	
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
  z-index: 1;
  margin-left: 0;
  width: 41.17094%;

}
.white-paper-download.new-skin .right-col{
 background-color:#1B3629;	
}
.white-paper-download li{
  position: relative;
  display: inline-block;
  margin-left: 36px;
}

.body-container-wrapper .white-paper-download li{
  margin-left: 36px;
}

.white-paper-download li::before{
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 11px;
  left: -24px;
}

.white-paper-download{
  position: relative;
}

.white-paper-download .dots-container{
  position: absolute;
  transform: rotate(90deg);
  left: 417px;
  right: 0;
  top: 233px;
}

.white-paper-download .hs-button{
  /*padding: 9px 34px !important;*/
}


@media(max-width:1580px) and (min-width:1441px){

  .white-paper-download{
    height:auto;
    overflow-y:scroll;
  }

  .white-paper-download .left-col{
    /*    height:auto; */
    padding: 25px 36px 220px;
  }

  .white-paper-download .right-col{
    /*    height:auto; */
  } 

}


@media(max-width:1440px){
  .white-paper-download{
    overflow-y: scroll;
  }

  .white-paper-download .right-col{
    overflow-y:scroll;
  }

  .white-paper-download .right-col,
  .white-paper-download .left-col{
    /*      height:auto; */
  }
}

@media(max-width: 1400px){
  .white-paper-download{
    overflow-y: scroll;
  }

  .white-paper-download .right-col,
  .white-paper-download .left-col{
    /*     height: auto; */
  }

  .white-paper-download .left-col{
    /*    height:auto; */
    padding: 25px 36px 220px;
  }

  .white-paper-download .dots-container{
    display: none;
  }
}


/* @media(max-width: 1200px){
.white-paper-download{
padding: 46px 20px;
}

.white-paper-download .right-col{
width: 88%;
padding: 30px;
}

.body-container-wrapper .white-paper-download li{
margin-left: 20px;
}

.white-paper-download li::before{
left: -15px;
}

.white-paper-download .form-container::before{
bottom: 17px;
left: 9px;
}
} */


@media(max-width:1024px){

  .white-paper-download .right-col,
  .white-paper-download .left-col{
    height:auto;
  }
}



@media(max-width: 767px){

  .white-paper-download{
    height: 100%;
    overflow-y:inherit;
  }

  .white-paper-download .left-col .small-line p {
    margin-top: 20px;
  }

  .white-paper-download .right-col,
  .white-paper-download .left-col{
    width: 100%;
    height:100%;
  }

  .white-paper-download .left-col{
    padding: 35px 36px 70px;   
  }

  .white-paper-download .left-col-content{
    margin: 22px auto 0 auto!important;
  }

  .white-paper-download .right-col{
    padding: 60px 20px 38px 20px;
  }

}

@media(max-width: 480px){

  .white-paper-download .form-container::before{
    bottom: 17px;
    left: 2px;
  }

  .white-paper-download .hs-button{
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}





/*****************************************
White Paper Download 2   
*****************************************/


.white-paper-download2{
  height: auto;
}

.white-paper-download2 .left-col{
  width: 59.264957%;
  padding: 25px 36px 160px;
  height: auto;
  background-color: #ffffff;
}

.white-paper-download2 .left-col-content{
  max-width: 409px;
  margin: 107px auto 0 auto!important;
  float: none;
}


.white-paper-download2 .right-col h5{
  color: #46CA67;
  margin-top: 30px;
  margin-bottom: 6px;
}

.white-paper-download2 .right-col img{
  max-width: 362px;
  max-height: 682px;
}

.white-paper-download2 .right-col img{
  max-width: 362px;
  max-height: 682px;
}


.white-paper-download2 .form-container{
  position: relative;
}

.white-paper-download2 .form-container::before{
  content: '';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 49px;
  width: 52px;
  bottom: 15px;
  left: 36px;
  display:none;
}

.white-paper-download2 form .hs-button{
  margin-top: 20px !important;
}

.white-paper-download2 .right-col{
  height: auto;
  padding: 71px 48px 68px 48px;
  border-radius: 0px;
  background-color: #1B3629;	
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
  z-index: 1;
  margin-left: 0;
  width: 41.17094%;
}

.white-paper-download2 li{
  position: relative;
  display: inline-block;
  margin-left: 36px;
}

.body-container-wrapper .white-paper-download2 li{
  margin-left: 36px;
}

.white-paper-download2 li::before{
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  top: 11px;
  left: -24px;
}

.white-paper-download2{
  position: relative;
}

.white-paper-download2 .dots-container{
  position: absolute;
  transform: rotate(90deg);
  left: 417px;
  right: 0;
  top: 233px;
}

.white-paper-download2 .small-line p{
  margin: 0;
}

.white-paper-download2 .hs-button{
  /*padding: 9px 34px !important;*/
}


@media(max-width:1580px) and (min-width:1441px){

  .white-paper-download2{
    height:auto;
    overflow-y:scroll;
  }

  .white-paper-download2 .left-col{
    height:auto;
    padding: 25px 36px 220px;
  }

  .white-paper-download2 .right-col{
    height:auto;
  } 

}


@media(max-width:1440px){
  .white-paper-download2{
    overflow-y: scroll;
  }
}

@media(max-width: 1400px){
  .white-paper-download2{
    overflow-y: scroll;
  }

  .white-paper-download2 .right-col,
  .white-paper-download2 .left-col{
    height: auto;
  }

  .white-paper-download2 .left-col{
    height:auto;
    padding: 25px 36px 220px;
  }

  .white-paper-download2 .dots-container{
    display: none;
  }
}



@media(max-width:1024px){

  .white-paper-download2 .right-col,
  .white-paper-download2 .left-col{
    height:auto;
  }
}



@media(max-width: 767px){

  .white-paper-download2{
    height: 100%;
    overflow-y:inherit;
  }

  .white-paper-download2 .small-line p{
    margin-top:20px;
  }

  .white-paper-download2 .right-col,
  .white-paper-download2 .left-col{
    width: 100%;
    height:100%;
  }

  .white-paper-download2 .left-col{
    padding: 35px 36px 70px;   
  }

  .white-paper-download2 .left-col-content{
    margin: 22px auto 0 auto!important;
  }

  .white-paper-download2 .right-col{
    padding: 60px 20px 38px 20px;
  }

}

@media(max-width: 480px){

  .white-paper-download2 .form-container::before{
    bottom: 17px;
    left: 2px;
  }

  .white-paper-download2 .hs-button{
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}






/*****************************************
End of Job White Paper Download     
*****************************************/




.client-portal-page .job-oppr-section1 .main-content p{
  max-width:708px;
  margin: 29px auto 12px auto;
}




/****************** Whitepaper Download 2021 *********************/


.whitepaper-download .white-paper-download .left-col{
  height:auto;
}

.whitepaper-download .white-paper-download .right-col{
  height:auto;
}


/****************** Story Section7 Styling *******************/




.story-section7{
  padding: 114px 0 105px;
  position:relative;
  z-index:1;
}

.story-section7 .heading-container h6{
  font-size:12px;
  line-height:19px; 
  color:#46CA67;
  letter-spacing:0.69px;
  font-weight:bold;
  text-transform:uppercase;
}

.story-section7 .cta-container{
  margin-top:10px;
}

.story-section7 .image-container1{
  width:303px;
  height:303px;
  border-radius:50%;
  position:relative;
  float:right;
}

.story-section7 .image-container2{
  width:150px;
  height:150px;
  border-radius:50%;
  position:absolute;
  left:0;
  top: -20px;
}

.story-section7 .image-container3{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 180px;
}

.story-section7 .right-col{
  position:relative;
}

.story-section7 .right-col .image-container{
  position:relative;
}

.story-section7 .dots-container{
  position: absolute;
  bottom: 190px;
  left: 0;
  z-index:-1;
}

.story-section7 .dots-container2{
  position: absolute;
  bottom: 190px;
  right: 0;
  z-index:-1;
}

.story-section7 .dots-container3{
  position: absolute;
  top: 0px;
  right: 0;
  z-index:-1;
  display:none;
}


@media(max-width:1024px){

  .story-section7{
    padding: 44px 0 90px;
  }

  .story-section7 .left-col .heading-container{
    max-width:360px;
  }

  .story-section7 .dots-container #strory-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
  }

  .story-section7 .dots-container #strory-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    left: 70px;
  }

  .story-section7 .dots-container #strory-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 110px;
  }

  .story-section7 .dots-container2 #strory-right-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -139px;
    right: 20px;
  }

  .story-section7 .dots-container2 #strory-right-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -60px;
    right: -30px;
  }

  .story-section7 .dots-container2 #strory-right-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: -30px;
    top: 10px;
  }

  .story-section7 .dots-container2 #strory-right-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: 100px;
  }

  .story-section7 .dots-container2 #strory-right-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 40px;
    top: 170px;
  }

  .story-section7 .dots-container2 #strory-right-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 110px;
    top: 170px;
  }




}


@media(max-width:767px){

  .story-section7 {
    padding: 65px 0 165px;
  }

  .story-section7 .left-col .heading-container{
    max-width:100%;
  }

  .story-section7 .right-col{
    margin-top: 50px;
    display:none;
  }

  .story-section7 .right-col .image-cont{
    max-width: 420px;
    float: none;
  }

  .story-section7 .image-container3{
    left:0;
  }

  .story-section7 .dots-container {
    position: absolute;
    bottom: 140px;
    left: 0;
  }

  .story-section7 .dots-container #strory-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left:0;
  }

  .story-section7 .dots-container #strory-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 55px;
  }

  .story-section7 .dots-container #strory-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 0;
  }

  .story-section7 .dots-container #strory-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 55px;
    display: block;
  }

  .story-section7 .dots-container #strory-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 55px;
    top: 55px;
    display: block;
  }

  .story-section7 .dots-container #strory-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 55px;
    display: block;
  }

  .story-section7 .dots-container3{
    display:block;
    top:-30px;
  }

  .story-section7 .dots-container3 #story7-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .story-section7 .dots-container3 #story7-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right:55px;
  }

  .story-section7 .dots-container3 #story7-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 110px;
    display: block;
    left: auto;
  }

  .story-section7 .dots-container3 #story7-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 0px;
  }

  .story-section7 .dots-container3 #story7-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 55px;
  }

  .story-section7 .dots-container3 #story7-hex6{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 110px;
  }

  .story-section7 .dots-container3 #story7-hex7{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 165px;
  }

}



.pro-page .protecting-wealth-banner-cm p{
  margin-bottom: 45px;
}

.pro-page .protecting-wealth-cm .list-section li:before,
.pro-page .protecting-wealth-cm .heading-container li:before,
.pro-page .protecting-wealth-cm ol.a>ul li:before{
  background:#1b3629;
}

.protecting-wealth-cm .dots-container{
  display:none;
}

.protecting-wealth-banner-cm .dots-container{
  display:none;
}

.protecting-wealth-banner-cm .image-container{
  border-radius:0;
}



/*****************************************
Job Oppr Section1    
*****************************************/


.job-oppr-section1{
  padding: 145px 0 151px 0;
  background:#ffffff;
  position:relative;
  z-index:2;
}

.job-oppr-section1 .dots-container{
  display:none;
}

.job-oppr-section1 .main-content h3{
  max-width: 660px;
  margin: 0 auto;
}

.job-oppr-section1 .main-content p{
  max-width: 894px;
  margin: 29px auto 102px auto;
}


/*****************************************
End of Job Oppr Section1    
*****************************************/


/*****************************************
Job Oppr Section2    
*****************************************/




.job-oppr-section2 .content_block{
  max-width: 977px;
  margin: 0 auto;
}

body .row-fluid .job-oppr-section2 .content_section{
  margin-left: 0;
  padding: 21px 0;
}

.job-oppr-section2 .content_section p,
.job-oppr-section2 .content_section h4{
  margin: 0;
}

.job-oppr-section2 .content_section:not(:last-child){
  border-bottom: 1px solid #F1F1F1;
}

.job-oppr-section2 .location_img p{
  position: relative;
  display: inline-block;
}

.job-oppr-section2 .location_img ul li{
  display:inline-block;
  margin-bottom:0;
  margin-left:4px;
}

.job-oppr-section2 .location_img ul li img{
  vertical-align:middle;
}



@media(max-width: 767px){
  .job-oppr-section1{
    padding: 125px 0 64px 0;
  }

  .job-oppr-section1 .main-content p{
    margin: 29px auto 57px auto;
  }

  .job-oppr-section2 .location_img p::before{
    left: -13px;
  }

  .job-oppr-section2 .content_section p{
    margin: 0 auto;
  }

  .job-oppr-section2 .cta_button{
    margin-top: 5px;
  }
}





/*****************************************
End of Job Oppr Section2    
*****************************************/

/*****************************************
Job Oppr Section3    
*****************************************/



.job-oppr-section3{
  padding: 183px 0 130px 0;
  background: #ffffff;
}

.job-oppr-section3 .content_container{
  max-width: 677px;
  margin: 0 auto;
}

.job-oppr-section3 h1{
  margin-bottom: 63px;
}

.job-oppr-section3 h3{
  margin: 51px 0 25px 0;
}

.job-oppr-section3 li{
  position:relative;
  display: block;
  margin-left: 26px;
  margin-bottom: 19px;
}

.job-oppr-section3 li:before{
  content: "";
  position: absolute;
  background: #1b3629;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 11px;
  left: -26px;
}

.job-oppr-section3{
  position: relative;
}

.job-oppr-section3 .dots-container{
  position: absolute;
  right: -52px;
  top: 51px;
}


@media(max-width:1024px){

  .job-oppr-section3 .dots-container{
    position: absolute;
    right: 0px;
    top: -70px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: -390px;
    right: 0;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex2{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: -430px;
    right: 60px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex3{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    bottom: -430px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 55px;
    bottom: -350px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 125px;
    bottom: -350px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 200px;
    bottom: -350px;
  }

}

@media(max-width: 767px){
  .job-oppr-section3{
    padding: 120px 0 78px 0;
  }

  .job-oppr-section3 h1{
    margin-bottom: 30px;
  }

  .job-oppr-section3 h3{
    margin: 30px 0 25px 0;
  }

  .job-oppr-section3 .dots-container {
    position: absolute;
    right: 0px;
    top: initial;
    bottom: 410px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    bottom: -390px;
    right: 0;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    bottom: -420px;
    right: 50px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex3{ 
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 105px;
    bottom: -420px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 45px;
    bottom: -360px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 105px;
    bottom: -360px;
  }

  .job-oppr-section3 .dots-container #home-sec2-hex6{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 160px;
    bottom: -360px;
  }




}


body .container-fluid .row-fluid .client-portal-cm .hs_cos_wrapper{
  border:2px solid #46CA67;
  background:#ffffff;
}




/*********************** Homepage Section6 Styling Start ****************/




.homepage-section6{
  padding:100px 0 123px;
  position: relative;
  z-index: 1;
}

.homepage-section6 .right-col .image-container{
  height:415px;
  max-width:415px;
  float:right;
  margin-top:40px;
}

.homepage-section6 .right-col{
  float:right;
  text-align:right;
  position: relative;
  right: 0px;
}

.homepage-section6 .heading-container h2{
  margin-bottom:16px;
}

.homepage-section6 .heading-container{
  max-width:577px;
  margin-bottom:80px;
}

.homepage-section6 .jobs-cm h5{
  font-size:16px;
  line-height:26px;
  letter-spacing:-0.34px;
  color:#004250;
  font-weight:500;
  margin-bottom:0;
}

.homepage-section6 .jobs-cm p{
  font-size:16px;
  line-height:22px;
  color:#959595;
  font-weight:normal;
  margin-bottom:0;
}

.homepage-section6 .jobs-cm span>.hs_cos_wrapper{
  padding-bottom: 19px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 19px;
}

.homepage-section6 .jobs-cm span>.hs_cos_wrapper:last-child{
  border-bottom:none;
  margin-bottom:0;
}

.jobs-cm .col-4{
  float:right;
  text-align:right;
  width: 19.076923%;
}

.jobs-cm .col-1{
  width: 36.076923%;
}

.jobs-cm .col-2{
  width: 21.076923%;
}

.jobs-cm .col-3{
  width: 17.076923%;
}

.homepage-section6 .cta-cont a.cta_button{
  background:transparent;
  padding:0;
  position:relative;
  color:#004250;
  font-size:16px;
  line-height:25px;
  font-weight:500;
  box-shadow:none;
  transition:0.3s all ease-in-out;
  border-bottom:2px solid transparent;
}

.homepage-section6 .cta-cont a.cta_button:after{
  position:absolute;
  right: -38px;
  top: 7px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/arrow-lime.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center; 
  width:25px;
  transition:0.2s all ease-in-out;
  height:11px;
}

.homepage-section6 .cta-cont a.cta_button:hover{
  background:transparent;
  color:#004250;
  transition:0.3s all ease-in-out;
  border-bottom:2px solid #46CA67;
}

.homepage-section6 .left-col .jobs-cm a.cta_button:hover{
  background:#46CA67;
  transition:0.3s all ease-in-out;
  color:#fff;
}

.homepage-section6 .cta-cont a.cta_button:hover:after{
  right:-42px;
  transition:0.2s all ease-in-out;
}

.homepage-section6 .dots-container{
  position: absolute;
  right: 0;
  bottom: 250px;
  z-index: -1;
  display:none;
}

.homepage-section6 .left-col .cta-cont{
  margin-top:20px;
} 

.homepage-section6 .jobs-cm .col-3 ul li{
  display:inline-block;
  margin-bottom:0;
  margin-left:4px;
  line-height:22px;
}

.homepage-section6 .jobs-cm .col-3 ul li img{
  vertical-align:middle;
  max-width:11px!important; 
  height:auto!important;
}

.homepage-section6 .jobs-cm .col-3 ul{
  margin:0;
}

.homepage-section6 .jobs-cm .col-3 ul li:first-child{
  margin-left:0;
}





@media(max-width:1150px){

  .jobs-cm .col-1{
    width: 29.076923%;
  }

  .jobs-cm .col-2{
    width: 24.076923%;
  }
}


@media(max-width:1140px){

  .jobs-cm .col-4{
    width: 20.928177%;
  }

  .jobs-cm .col-3 {
    width: 19.076923%;
  }
}



@media(max-width:1060px){

  .jobs-cm .col-4{
    width: 20.928177%;
  }

  .jobs-cm .col-3 {
    width: 20.076923%;
  }
}



@media(max-width:1024px){

  .homepage-section6 .heading-container {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .homepage-section6 .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
  }

  .jobs-cm .col-1{
    width: 26.076923%;
  }

  .jobs-cm .col-2{
    width: 26.076923%;
  }

  .jobs-cm .col-3{
    width: 27.076923%;
  }

  .jobs-cm .col-4{
    width: 10.928177%;
  }

  .jobs-cm .col-4 a.cta_button{
    padding: 3px 16px; 
  }

  .homepage-section6 .cta-cont{
    margin-top:30px;
  }

  .homepage-section6 {
    padding: 70px 0 80px;
  }

  .homepage-section6 .right-col{
    width: 44.055249%;
  }

  .homepage-section6 .left-col{
    width: 53.18232%;
  }

  .homepage-section6 .right-col .image-container {
    height: 355px;
    max-width: 355px;
  }
}


@media(max-width:767px){


  .homepage-section6 .dots-container{
    display:none;
  }

  .jobs-cm{
    position:relative;
  }

  .jobs-cm .col-1{
    width: 100%;
  }

  .jobs-cm .col-2{
    width: 100%;
  }

  .jobs-cm .col-3{
    width: 100%;
  }

  .jobs-cm .col-4{
    width: auto;
    text-align: left;
    position: absolute;
    top: 20px;
    right: 0;
    float: right;
  }

  .homepage-section6 .jobs-cm span>.hs_cos_wrapper{
    padding-bottom: 16px;
    margin-bottom: 19px;
    position:relative;
  }

  .homepage-section6 .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display: block;
  }

  .jobs-cm .col-2 p{
    max-width: 200px;  
    margin-bottom:10px!important;
  }

  .homepage-section6 .cta-cont a.cta_button{
    width:auto;
  }

  .homepage-section6 {
    padding: 100px 0 100px;
  }

  .homepage-section6 .right-col .image-container{
    height: 152px;
    max-width: 152px;
    float: none;
    border-radius: 50%;
    margin: 0 auto 20px;
  }

  .homepage-section6 .heading-container{
    text-align:center;
    max-width: 100%;
    margin-bottom: 32px;
    margin: 0 auto 32px;
  }

  .homepage-section6 .jobs-cm h5{
    margin-bottom:5px;
  }

  .homepage-section6 .jobs-cm .col-3 ul li:first-child{
    margin-left:0;
  }

  .homepage-section6 .jobs-cm p{
    margin-bottom:0;
    line-height:22px;
  }

  .homepage-section6 .cta-cont{
    margin-top: 20px;
  }

  .homepage-section6 .left-col{
    width:100%;
  }

  .homepage-section6 .right-col{
    width:100%;
  }

  .homepage-section6 .container>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

  .homepage-section6 .jobs-cm .col-3 ul li{
    margin-left:0;
    display:inline-block;
  }



}




/*==============================================================
Banner Section Styling Start 
================================================================*/

.student-container{
  position:relative;
  z-index:2;
}

.student-main-section1{
  position:relative;
  z-index:1;
}

body .row-fluid .student-main-section1 .client-portal a.cta_button{
  position: relative;
  box-shadow: none;
  transition: .2s all ease-in-out;
  border-bottom: 2px solid transparent;
  color: #46ca67;
  font-size: 16px;
  line-height: 25.8px;
  letter-spacing: normal;
  font-weight: 500;
  position: relative;
  font-family: 'Inter',sans-serif;
  background: transparent;
  padding: 0;
  border-radius:0;
}

body .row-fluid .student-main-section1 .client-portal a.cta_button:after{
  position: absolute;
  right: -50px;
  top: 5px;
  content: '';
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 42px;
  height: 16px;
  transition: .2s all ease-in-out;
}

body .row-fluid .student-main-section1 .client-portal a.cta_button:hover{
  box-shadow: none;
  border-bottom: 2px solid #46CA67;
  transition: .2s all ease-in-out;
}

body .row-fluid .student-main-section1 .client-portal a.cta_button:hover:after{
  right: -55px;
  transition: .2s all ease-in-out;
}

body .row-fluid .student-main-section1 .client-portal{
  float:left;
  text-align:left;
  position: relative;
  left: 0px;
}


body .row-fluid .student-main-section1 .client-portal{
  margin-bottom: 19px;
} 

.student-main-section1 .heading-container{
  padding:144px 0px 46px;
}
.student-popup-video-cm{
  background:#ffffff;
}
body .row-fluid .span12.student-popup-video-cm.student-main-section1 .three-col-adjust span>.hs_cos_wrapper{
  margin-right: 1.59%!important;
}
.student-main-section1 .heading_container{
  padding-top:38px;
  padding-bottom:20px;
}

.student-main-section1 .heading_container h3{
  margin-bottom:25px;
}
/* 
body .container-fluid .row-fluid .video-player{
display:none;
position: fixed;
top: 35%;
left: 0;
right: 0;
margin: 0 auto;
width: auto;
max-width: 600px;
z-index: 5;
}

body .container-fluid .row-fluid .video-player .close-icon{
position: absolute;
top: -40px;
right: 0px;
cursor:pointer;
}

body .container-fluid .row-fluid .video-player .close-icon img{
max-width:30px!important;
height:auto;
}
*/

.video-container{
  position:relative;
}

.video-container:after{
  background-color: rgba(27,27,27,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0;
} 

.image_container{
  position:relative;
}

.image_container:after{
  background-color: rgba(27,27,27,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  bottom: 0;
} 

.video-play-icon {
  cursor:pointer;
  z-index:1;
  bottom:20px;
  left: 16px;
  position:absolute;
}
.video-container img {
  width: 100%;
}
.video-text{
  z-index:1;
}

.video-text p{
  color: #fff;
  letter-spacing: 0.26px;
  margin-top: 10px;
  position: absolute;
  bottom:7px;
  left: 60px;
  font-size: 16px;
  line-height: 30px;
  z-index:1;
  margin-bottom:17px;
  text-transform:capitalize;
}


.video-play-icon img{
  border-radius:100%;
}

body.modal-open{
  overflow-y:hidden;
  position:relative;
} 

.heading_container p{
  color: #7E7E7E;	
  font-size: 19px;	
  line-height: 25.8px;
}
.student-popup-video-cm .client-portal{
  padding-bottom:26px;
}
@media(max-width:1024px){
  body .row-fluid .student-main-section1 .heading-container {
    padding: 200px 0px 25px!important;
  }
  body .row-fluid .student-testimonial-cm{
    padding: 80px 0 68px!important;
  }
  body .row-fluid .student-testimonial-cm .right-col p{
    line-height:35px;
  }
}

@media(max-width:767px){
  body .row-fluid .student-main-section1 .heading-container{
    padding:120px 0px 16px!important;
  }

  body .row-fluid .span12.student-popup-video-cm.student-main-section1 .three-col-adjust span>.hs_cos_wrapper{
    margin-right: 0!important;
    margin-bottom: 40px;  
  }
}




/****************** Banner styling end *******************/   


/*==============================================================
Student Testimonial Section Styling Start 
================================================================*/

.student-testimonial-cm .left-col .image-container{
  height:130px;
  width:100%;
  max-width:130px;
  border-radius:100%;
}

.student-testimonial-cm{
  padding:140px 0 68px;
}

.student-testimonial-cm  .right-col{
  position:relative;
}

.student-testimonial-cm  .right-col:after{
  position:absolute;
  content:'';
  top:-50px;
  left:0;
  background:url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Quote%20mark.svg)no-repeat;
  background-size:cover;
  width:39px;
  height:32px;
}

body .row-fluid .student-testimonial-cm .wrapper{
  max-width:980px;
}

.student-testimonial-cm .right-col p{
  font-size:23px;
  line-height:41px;
  letter-spacing:-0.49px;
}

.student-testimonial-cm .right-col h4{
  font-size:18px;
  font-weight: 500;
  line-height: 30.4px;
}



@media(max-width:767px){
  .student-testimonial-cm{
    padding: 60px 0px;
  }
  .student-testimonial-cm .right-col p{
    margin-top:20px;
    font-size: 20px;
    line-height: 30px;
  }
  .student-testimonial-cm .left-col .image-container{
    margin:0 auto;
  }

  .student-testimonial-cm .left-col{
    margin-bottom:70px;
  }
}

.student-dots-container{
  display:none;
}



/****************** Student Testimonial styling end *******************/


.resource-filter-section .nano-content>li:before{
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%203.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 26px;
  transform: rotate(-90deg);
  transition: all .3s ease-in;
  width: 16px;
  transform:rotate(-90deg);
}

.resource-listing-page .resource-filter-section .resource-listing .item .link-container a.cta_button{
  border-bottom:2px solid transparent;
  padding-right:0;
}

.resource-listing-page .resource-filter-section .resource-listing .item:hover .link-container a.cta_button{
  border-radius:0;
}

.resource-listing-page .resource-filter-section .resource-listing .item{
  transition:0.4s all ease-in;
}

.resource-listing-page .resource-filter-section .resource-listing .item:hover .link-container a.cta_button{
  border-bottom:2px solid #46ca67;
  transition:0.4s all ease-in;
}

.resource-listing-page .resource-filter-section .resource-listing .item:hover .link-container a.cta_button:after{
  right:-55px;
  transition:0.4s all ease-in;
}


.student-testimonial-cm .right-col:after{
  display:none!important;
}






/*====================================================================
Webinar Listing Page Styling Start 
======================================================================*/





.webinar-section1{
  padding:133px 0 5px;
  position: relative;
  z-index: 1;
}

.webinar-section1 .dots-container{
  position: absolute;
  right: 0;
  top: 320px;
  z-index: -1;
}

.webinar-section1 .heading-container{
  margin-bottom: 20px;
}

.webinar-listing-cm .cm-container .image-container{
  height:236.81px;
  position:relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.webinar-listing-cm .cm-container .tag-container{
  position: absolute;
  right: 10px;
  top: 200px;
}

.webinar-listing-cm .cm-container .tag-container h4{
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24.64px;
  text-align: center;
  color: #004250;
  border-radius: 1.92px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 rgba(226,226,226,0.5);
  padding: 2px 13px;
}


body .row-fluid .webinar-listing-cm .three-col-adjust span>.hs_cos_wrapper{
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  background-color: #FFFFFF;
  position:relative;
  box-shadow: 0 7px 13px 8px rgba(219,220,222,0.3);
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  margin-right: 1.43%;
  margin-top:20px;
  transition:0.3s all ease-in-out;
}

body .row-fluid .webinar-listing-cm .three-col-adjust span>.hs_cos_wrapper:hover{
  border: 1px solid #46ca67;
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
  transition:0.3s all ease-in-out;
}



body .row-fluid .webinar-listing-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}

.webinar-listing-cm .cm-container .inner-container{
  padding: 25px 26px 70px;
}

.webinar-listing-cm .cm-container p.date{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20.53px;
  color: #959595;
  position:relative;
  padding-left:20px;
}

.webinar-listing-cm .cm-container p.date:before{
  position:absolute;
  left:0;
  top:4px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Calendar.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:12px;
  height:12px;
}

.webinar-listing-cm .cm-container h4{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33.53px;
  margin-bottom: 20px; 
}

.webinar-listing-cm .cm-container p{
  color: #959595;
}

.webinar-listing-cm .cm-container .cta-container a.cta_button{
  color:#959595;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.webinar-listing-cm .cm-container .cta-container{
  position:absolute;
  bottom:20px;
}

.webinar-listing-cm .cm-container .link-cont{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:2;
}



@media(max-width:1024px){

  .webinar-section1 .dots-container #team1-hex1,
  .webinar-section1 .dots-container #team1-hex2,
  .webinar-section1 .dots-container #team1-hex3,
  .webinar-section1 .dots-container #team1-hex4,
  .webinar-section1 .dots-container #team1-hex5,
  .webinar-section1 .dots-container #team1-hex6,
  .webinar-section1 .dots-container #team1-hex7,
  .webinar-section1 .dots-container #team1-hex8,
  .webinar-section1 .dots-container #team1-hex9{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
  }

  .webinar-section1 .dots-container #team1-hex2{
    right:70px;
  }

  .webinar-section1 .dots-container #team1-hex3{
    right: 140px;
  }

  .webinar-section1 .dots-container #team1-hex4{
    right: 210px;
  }

  .webinar-section1 .dots-container #team1-hex5{
    top: -30px;
  }

  .webinar-section1 .dots-container #team1-hex6{
    top: -30px;
    right: 70px;
  }

  .webinar-section1 .dots-container #team1-hex7{
    top: -30px;
    right: 140px;
  }

  .webinar-section1 .dots-container #team1-hex8{
    top: -30px;
    right: 210px;
  }

  .webinar-section1 .dots-container #team1-hex9{
    top: -30px;
    right: 280px;
  }

  .webinar-section1 .heading-container {
    margin-bottom: 0;
  }

  .webinar-listing-cm .cm-container .inner-container {
    padding: 25px 20px 70px;
  }

  .webinar-listing-cm .cm-container h4 {
    font-size: 20px;
    line-height: 29.53px;
  }
}



@media(max-width:767px){

  .webinar-section1 {
    padding: 123px 0 55px;
  }

  .webinar-section1 .heading-container h1{
    margin-bottom:0;
  }

  .webinar-section1 .dots-container{
    top:220px;  
  }

  .webinar-section1 .dots-container #team1-hex1,
  .webinar-section1 .dots-container #team1-hex2,
  .webinar-section1 .dots-container #team1-hex3,
  .webinar-section1 .dots-container #team1-hex4,
  .webinar-section1 .dots-container #team1-hex5,
  .webinar-section1 .dots-container #team1-hex6,
  .webinar-section1 .dots-container #team1-hex7,
  .webinar-section1 .dots-container #team1-hex8,
  .webinar-section1 .dots-container #team1-hex9{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
  }

  .webinar-section1 .dots-container #team1-hex2{
    right:55px;
  }

  .webinar-section1 .dots-container #team1-hex3{
    right: 110px;
  }

  .webinar-section1 .dots-container #team1-hex4{
    right: 165px;
  }

  .webinar-section1 .dots-container #team1-hex5{
    top: -15px;
  }

  .webinar-section1 .dots-container #team1-hex6{
    top: -15px;
    right: 55px;
  }

  .webinar-section1 .dots-container #team1-hex7{
    top: -15px;
    right: 110px;
  }

  .webinar-section1 .dots-container #team1-hex8{
    top: -15px;
    right: 165px;
  }

  .webinar-section1 .dots-container #team1-hex9{
    top: -15px;
    right: 220px;
  }


}






/**************** Webinar Inner Page Styling Start *******************/




/**************** Webinar Banner Styling ****************/




.webinar-banner .heading-container p.date{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight:normal;
  padding-left:34px;
  position:relative;
}

.webinar-banner .heading-container p.date:before{
  position:absolute;
  left:0;
  top:-2px;
  content:'';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Calendar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 20px;
}

.webinar-banner .heading-container h4{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
}

body .row-fluid .webinar-banner{
  padding: 205px 0 124px;
}


@media(max-width:1024px){

  body .row-fluid .webinar-banner {
    padding: 205px 0 124px;
  }
}



@media(max-width:767px){

  body .container-fluid  .row-fluid .webinar-banner {
    padding: 125px 0 0px;
  }

  body .row-fluid .webinar-banner .heading-container h1 {
    line-height: 47.99px;
  }

  body .row-fluid .webinar-banner:before{
    height:490px!important;
  }

}



/******************* Webinar Inner Section1 Styling ****************/




.webinar-inner-section1{
  padding:74px 0 63px;
  position:relative;
  z-index:2;
}

.webinar-inner-section1 .dots-container{
  position:absolute;
  bottom:260px;
  z-index:-1;
  right:0;
}

.webinar-inner-section1 .right-col{
  position: relative;
  top: -110px;
}

.webinar-inner-section1 .left-col{
  padding-right:30px;
}

.webinar-inner-section1 .text-container h3{
  margin-top:50px;
}

.webinar-inner-section1 .text-container ul li{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25.8px;
  color: #7E7E7E;
  margin-left: 36px;
  position:relative;
  margin-bottom: 22px;
}

.webinar-inner-section1 .count-cont{
/* border: 1px solid #3859ED; 
  border-radius: 3px; */
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
}

.webinar-inner-section1 .count-cont .form-container{
  padding:30px 38px 38px;
  border: 1px solid #3859ED;
  border-top:0;
}

.webinar-inner-section1 .text-container ul li:before{
  position:absolute;
  left: -24px;
  top: 10px;
  content:'';
  background:#46ca67;
  width:6px;
  height:6px;
  border-radius:50%;

}

.webinar-inner-section1 .text-container ul{
  margin-bottom:35px;
}

.countdown-cm .head-text h2{
  color:#fff;
  font-size:32px;
  letter-spacing: 0;
  line-height: 27.53px;
}

.countdown-cm{
  padding:30px 37px;
}

.countdown-cm .countdown ul li{
  display:inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  color:#fff;
  margin:0;
  margin-right:18px;
  text-transform: uppercase;
  font-family: 'Neue Montreal';
  flex: 1 0 calc(25% - 18px);
}

.countdown-cm .countdown ul li:last-child{
  margin-right:0;
}

.countdown-cm .countdown ul li span{
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}

.countdown-cm .countdown ul{
  text-align:center;
  margin-bottom:0;
}

.webinar-inner-section1 .count-cont .form-container form .actions:before {
  position: absolute;
  left: 35px;
  top: 7px;
  content: '';
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/popup-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 60px;
}
.webinar-inner-section1.event-prestent .count-cont .form-container form .actions:before{
 left: 96px
}
.webinar-inner-section1 .count-cont .form-container form .actions{
  position:relative;
}



@media(max-width:1290px){

  .countdown-cm .countdown ul li{
    margin-right: 0px;  
  }


}



@media(max-width:1200px){
.webinar-inner-section1.event-prestent .count-cont .form-container form .actions:before,
  .webinar-inner-section1 .count-cont .form-container form .actions:before{
    left: 6px;
  }
  
}


@media(max-width:1024px){

  .webinar-banner .heading-container h1{
    line-height: 58.99px; 
  }

  .countdown-cm .head-text h2{
    font-size: 29px;
    letter-spacing: 0;
    line-height: 31.53px;  
  }

  .countdown-cm {
    padding: 30px 20px;
  }


  .webinar-inner-section1 .count-cont .form-container {
    padding: 30px 20px 38px;
  }
.webinar-inner-section1.event-prestent .count-cont .form-container form .actions:before,
  .webinar-inner-section1 .count-cont .form-container form .actions:before{
    width: 50px;
    height: 46px;
    top: 13px;
  }

  .webinar-inner-section1 .dots-container #team3-hex1,
  .webinar-inner-section1 .dots-container #team3-hex2,
  .webinar-inner-section1 .dots-container #team3-hex3,
  .webinar-inner-section1 .dots-container #team3-hex4,
  .webinar-inner-section1 .dots-container #team3-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
  }

  .webinar-inner-section1 .dots-container #team3-hex2{
    right:70px;
  }

  .webinar-inner-section1 .dots-container #team3-hex3{
    right:140px;
  }

  .webinar-inner-section1 .dots-container #team3-hex4{
    top: -25px;
    right: 70px;
  }

  .webinar-inner-section1 .dots-container #team3-hex5{
    top: -25px;
  }

  .webinar-inner-section1 .dots-container {
    bottom: 460px;
  }
  .countdown-cm .countdown ul li span{
    font-size:30px;
  }
  .countdown-cm .countdown ul li{
  font-size:16px;
  }
}


@media(max-width:767px){

  .webinar-inner-section1 .left-col {
    padding-right: 0;
  }

  body .row-fluid .webinar-inner-section1 .count-cont .form-container form .hs-button{
    padding:18px 20px;
  }

  .webinar-inner-section1 .right-col {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .webinar-inner-section1 {
    padding: 74px 0 80px;
  }

  .webinar-inner-section1 .dots-container {
    bottom: 110px;
  }

  .webinar-inner-section1 .dots-container #team3-hex1,
  .webinar-inner-section1 .dots-container #team3-hex2,
  .webinar-inner-section1 .dots-container #team3-hex3,
  .webinar-inner-section1 .dots-container #team3-hex4,
  .webinar-inner-section1 .dots-container #team3-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
  }

  .webinar-inner-section1 .dots-container #team3-hex2 {
    right: 55px;
  }

  .webinar-inner-section1 .dots-container #team3-hex3 {
    right: 110px;
  }

  .webinar-inner-section1 .dots-container #team3-hex4 {
    right: 55px;
    top:-15px;
  }

  .webinar-inner-section1 .dots-container #team3-hex5 {
    top:-15px;
  }

  .countdown-cm .countdown ul li span{
    font-size:30px;
  }

  .countdown-cm .countdown ul li {
    font-size: 16px;
  }
}
.webinar-inner-section1.event-prestent .left-col p {
    margin-bottom: 20px;
}
@media(max-width:420px){
  .countdown-cm .countdown ul li {
   flex-basis: calc(50% - 5px);
  }
}
@media(max-width:340px){
.webinar-inner-section1.event-prestent .count-cont .form-container form .actions:before,
  .webinar-inner-section1 .count-cont .form-container form .actions:before{
    display:none;
  }
}






/********************** Webinar Inner Section2 Styling *****************/




.webinar-inner-section2{
  padding:62px 0 45px;
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
}

.webinar-inner-section2 .left-col .image-container{
  height:347px;
  width:100%;
  max-width:347px;
  border-radius:50%;
}

.webinar-inner-section2 .cta-container{
  margin-top:75px;
}

.webinar-inner-section2 .cta-container a.cta_button{
  color:#46CA67;
}

body .row-fluid .webinar-inner-section2 .cta-container a.cta_button:after{
  left: -37px;
  right:auto;
  transform: rotate(180deg);
}

.webinar-inner-section2 .right-col h3{
  font-weight:bold;
  line-height: 31.78px;
  letter-spacing:0;
  margin-bottom: 20px;
}

.webinar-inner-section2 .right-col h2{
  margin-bottom: 7px;
}

.webinar-inner-section2 .right-col .description{
  max-width:678px;
  margin-bottom:20px;
}

.webinar-inner-section2 .right-col .mailto a span img{
  max-width:20px!important;
  height:20px;
  padding-right:13px;
  vertical-align: middle;
}

.webinar-inner-section2 .right-col .mailto a{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25.8px;
  color: #004250;
}



@media(max-width:1024px){


  .webinar-inner-section2 .left-col{
    width: 38.491713%;
  }

  .webinar-inner-section2 .right-col{
    width: 58.745856%;
  }

  .webinar-inner-section2 .left-col .image-container {
    height: 280px;
    max-width: 280px;
  }

  .webinar-inner-section2 .cta-container {
    margin-top: 45px;
  }
}



@media(max-width:767px){

  .webinar-inner-section2 .left-col {
    width: 100%;
  }

  .webinar-inner-section2 .right-col {
    width: 100%;
    margin-top:40px;
  }

  .webinar-inner-section2 .right-col .description {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .webinar-inner-section2 .left-col .image-container {
    height: 280px;
    max-width: 280px;
    margin: 0 auto;
  }
}


.protecting-wealth-cm th{
  background:#46ca67!important;
}

.protecting-wealth-cm table tr:last-child td{
  color:#46ca67;
  font-weight:normal;
}

.protecting-wealth-cm td{
  color:#1b3629;
}

.protecting-wealth-cm .list-section li:before, 
.protecting-wealth-cm .heading-container li:before, 
.protecting-wealth-cm ol.a>ul li:before{
  background:#1b3629;
}

.tabber-section .tabs-nav li.tab-active a{
  background:#46ca67!important;
  font-weight:500;
}

.tabber-section .tabs-nav li a{
  font-weight:500;
}

.protecting-wealth-banner-cm {
  padding-top: 140px;
  padding-bottom: 109px;
}

.protecting-wealth-cm table{
  border: 1px solid #46ca67;
}

.protecting-wealth-cm td:before{
  font-weight:normal;
  color:#1b3629;
}

.protecting-wealth-cm .list-section ol, 
.protecting-wealth-cm .tabber-section ol{
  padding-left:20px;
}



/*========================================================
Our Story Page Styling Start 
==========================================================*/




/***************** Story Section1 Styling ******************/




.story-section1{
  padding:117px 0 80px;
  background: #ffffff;
  position:relative;
  z-index:1;
}

.story-section1 .left-col .heading-container h6{
  font-size:12px;
  line-height:25px;
  letter-spacing:0.69px;
  color:#46ca67;
  font-weight:bold;
  margin-bottom:10px;
}

.story-section1 .right-col .image-container{
  width: 515px;
  height: 515px;
  float: right;
  position: relative;
}

.story-section1 .left-col{
  position:relative;
  z-index:2;
}

.story-section1 .right-col{
  position: relative;
  top: -40px;
}

.story-section1 .dots-container{
  position: absolute;
  bottom: 260px;
  left:40px;
  z-index:-1;
  display:none;
}

.story-section1 .dots-container2{
  position: absolute;
  bottom: 70px;
  right:0px;
  z-index:-1;
  display:none;
}



@media(max-width:1024px){

  .story-section1 .right-col .image-container{
    width: 415px;
    height: 415px;
  }

  .story-section1 .dots-container{
    bottom: 200px;
  }

  .story-section1 .dots-container #story-sec1-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
  }

  .story-section1 .dots-container #story-sec1-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    left: 70px;
  }

  .story-section1 .dots-container #story-sec1-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 140px;
    top: 0px;
  }

  .story-section1 .dots-container #story-sec1-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 70px;
  }

  .story-section1 .dots-container #story-sec1-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 70px;
    top: 70px;
  }

  .story-section1 .dots-container #story-sec1-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 140px;
    top: 70px;
  }

  .story-section1 .dots-container #story-sec1-hex7,
  .story-section1 .dots-container #story-sec1-hex8{
    display:none;
  }

  .story-section1 .dots-container2{
    display:none;
  }
}


@media(max-width:767px){


  .story-section1 .right-col .image-container{
    width: 100%;
    height: 300px;
    border-radius: 0;
  }

  .story-section1 .right-col{
    top:0;
  }

  .story-section1{
    padding: 117px 0 40px;
  }

  body .row-fluid .story-section5 span>.hs_cos_wrapper:nth-child(odd) .cm-container:after,
  body .row-fluid  .story-section5 span>.hs_cos_wrapper:nth-child(even) .cm-container:after{
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }
  body .row-fluid .story-section5 span>.hs_cos_wrapper:last-child .cm-container:after{
    display:none;
  }

  .story-section1 .dots-container2{
    display:none;
  }

  .story-section1 .dots-container {
    bottom: -130%;
    left: auto;
    right:0;
  }

  .story-section1 .dots-container #story-sec1-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 30px;
    right: 0;
    left:auto;
  }

  .story-section1 .dots-container #story-sec1-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 30px;
    right: 55px;
    left:auto;
  }

  .story-section1 .dots-container #story-sec1-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 30px;
    right: 110px;
  }

  .story-section1 .dots-container #story-sec1-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0px;
    top: 85px;
    left: auto;
  }

  .story-section1 .dots-container #story-sec1-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 85px;
    right: 55px;
  }

  .story-section1 .dots-container #story-sec1-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 85px;
    right: 110px;
  }

  .story-section1 .dots-container #story-sec1-hex7,
  .story-section1 .dots-container #story-sec1-hex8{
    display:none;
  }
}





/******************** Story Section2 Styling ******************/




.story-section2{
  padding:20px 0 90px;
}

.story-section2 .left-col .cta-container{
  margin-top:7px;
}

.story-section2 .left-col .heading-container{
  max-width:528px;
}



@media(max-width:1024px){

  .story-section2{
    padding: 20px 0 70px;
  }
}


@media(max-width:767px){

  .story-section2 .right-col{
    margin-top:30px;
  }

  .story-section2 {
    padding: 20px 0 50px;
  }

}





/******************** Story Section3 Styling **********************/





.story-section3{
  padding:70px 0 76px;
  background:#ffffff;
}

body .row-fluid .story-section3 .heading-container{
  max-width:916px;
  margin:0 auto;
  float:none;
}



@media(max-width:1024px){

  .story-section3 {
    padding: 70px 0 30px;
  }

}


@media(max-width:767px){

  .story-section3{
    padding: 60px 0 30px;
  }
}



/******************* Story Section4 Styling Start **********************/




.story-section4{
  padding: 161px 0;
}

body .row-fluid .story-section4 .wrapper{
  position:relative;
}

body .row-fluid .story-section4 .description-container{
  max-width:704px;
  margin:0 auto;
  float:none;
  position:relative;
  padding-left:58px;
}

body .row-fluid .story-section4 .description-container:before{
  border-left:1px solid #46ca67;
  position:absolute;
  left:0;
  top: -30px;
  bottom: -30px;
  content:'';
}

.story-section4 .subheading h6{
  width: 120px;
  transform: rotate(270deg);
  left: 181px;
  position: absolute;
  top: 4px;
  color: #46ca67;
}


@media(max-width:1260px){

  .story-section4 .subheading h6{
    left:15%;
  }
}


@media(max-width:1170px){

  .story-section4 .subheading h6{
    left:11%;
  }
}


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

  .story-section4 .subheading h6{
    left:10%;
  }
}



@media(max-width:1024px){

  .story-section4{
    padding: 50px 0;
  }

  .story-section4 .subheading h6{
    width: 100%;
    transform: rotate(0deg);
    left: 0;
    position: relative;
    top: 0;
    text-align: center;
  }

  body .row-fluid .story-section4 .description-container{
    padding-left:0;
  }

  body .row-fluid .story-section4 .description-container:before{
    display:none;
  }
}



@media(max-width:767px){


  body .row-fluid .story-section4 .description-container{
    text-align:center;
  }
}



/**************** Story Section5 Styling ****************/



.story-section5{
  padding: 54px 0 143px;
  position:relative;
  z-index:1;
}

.story-section5 .cm-container h4{
  border:1px solid #46ca67;
  box-shadow: 0 4px 10px 3px rgba(149,149,149,0.15);
  background:#fff;
  display: inline-block;
  padding: 18px 30px;
  border-radius: 3px;
  position:relative;
}

.story-section5 span>.hs_cos_wrapper:nth-child(even)>.row-fluid{
  display:flex;
  flex-direction:row-reverse;
}

body .row-fluid .story-section5 .cm-section{
  max-width: 782px;
  margin: 0 auto;
  float: none;
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.story-section5 span>.hs_cos_wrapper:nth-child(odd) .cm-container:after{
  position:absolute;
  right: 22%;
  top: 34px;
  content:'';
  border-right:1px dashed #46ca67;
  width:1px;
  height:75px;
}

.story-section5 span>.hs_cos_wrapper:nth-child(even) .cm-container:after{
  position:absolute;
  left: 22%;
  top: 35px;
  content:'';
  border-right:1px dashed #46ca67;
  width:1px;
  height:75px;
}

.story-section5 span>.hs_cos_wrapper:nth-last-child(2) .cm-container:after{
  height: 55px;
  top: 71px;
}

.story-section5 span>.hs_cos_wrapper .cm-container{
  position:relative;
}

.story-section5 span>.hs_cos_wrapper:nth-child(odd) .cm-container:before{
  position: absolute;
  right: 22%;
  top: 32px;
  content: '';
  border-bottom: 1px dashed #46ca67;
  width: 100%;
  height: 1px;
  z-index: 0;
  overflow: hidden;
}

.story-section5 span>.hs_cos_wrapper:nth-child(even) .cm-container:before{
  position: absolute;
  left: 22%;
  top: 32px;
  content: '';
  border-bottom: 1px dashed #46ca67;
  width: 100%;
  height: 1px;
  z-index: 0;
  overflow: hidden;
}

.story-section5 span>.hs_cos_wrapper:last-child .cm-container:after{
  display:none;
}

.story-section5 span>.hs_cos_wrapper:last-child .cm-container:before{
  display:none;
}

.story-section5 .heading-container{
  margin-bottom:50px;
}

.story-section5 .dots-container{
  position:absolute;
  right:0;
  top:60px;
  z-index:-1;
  display:none;
}

.story-section5 .dots-container2{
  position:absolute;
  left:0;
  bottom:60px;
  z-index:-1;
  display:none;
}


@media(max-width:1024px){

  .story-section5{
    padding: 24px 0 70px;  
  }

  .story-section5 .dots-container #brand-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 150px;
  }

  .story-section5 .dots-container #brand-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 220px;
  }

  .story-section5 .dots-container #brand-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 80px;
    top: 0;
  }

  .story-section5 .dots-container #brand-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 40px;
    top: 60px;
  }

  .story-section5 .dots-container #brand-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 65px;
    right: 110px;
  }

  .story-section5 .dots-container #brand-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 65px;
    right: 180px;
  }

  .story-section5 .dots-container2 #brand2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 30px;
    left: 0;
  }

  .story-section5 .dots-container2 #brand2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 70px;
    top: 30px;
  }

  .story-section5 .dots-container2 #brand2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: -40px;
  }

  .story-section5 .dots-container2 #brand2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 70px;
    top: -40px;
  }

  .story-section5 .dots-container2 #brand2-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -110px;
    left: 0;
  }

  .story-section5 .dots-container2 #brand2-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -180px;
    left: 0;
  }
}


@media(max-width:767px){

  .story-section5 span>.hs_cos_wrapper:nth-child(odd) .cm-container:after{
    display:none;
  }

  .story-section5 span>.hs_cos_wrapper:nth-child(odd) .cm-container:before{
    display:none;
  }

  .story-section5 span>.hs_cos_wrapper:nth-child(even) .cm-container:after{
    display:none;
  }

  .story-section5 span>.hs_cos_wrapper:nth-child(even) .cm-container:before{
    display:none;
  }

  .story-section5 .cm-container h4{
    display:block;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px;
  }

  .story-section5 .heading-container{
    margin-bottom: 40px;
  }

  .story-section5{
    padding: 24px 0 50px;
  }

  .story-section5 .dots-container{
    display:none;
  }

  .story-section5 .dots-container2 #brand2-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 0;
  }

  .story-section5 .dots-container2 #brand2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 55px;
  }

  .story-section5 .dots-container2 #brand2-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 110px;
  }

  .story-section5 .dots-container2 #brand2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 55px;
  }

  .story-section5 .dots-container2 #brand2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: 55px;
  }

  .story-section5 .dots-container2 #brand2-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: 110px;
  }


}



/******************** Story Section6 Styling Start **************/



.story-section6{
  background:#ffffff;
  padding:80px 0 10px;
  position:relative;
  z-index:1;
}

.story-section6 .heading-container{
  margin-bottom:20px;
}

body .row-fluid .story-section6 .four-col-adjust span>.hs_cos_wrapper{
  flex-basis: 23.5%;
  -webkit-flex-basis: 23.5%;
  margin-right: 1.5%;
  margin-bottom:60px;
}


.story-section6 .cm-container .icon-container{
  margin-bottom:20px;
}

body .row-fluid .story-section6 .four-col-adjust span>.hs_cos_wrapper:nth-last-child(1),
body .row-fluid .story-section6 .four-col-adjust span>.hs_cos_wrapper:nth-last-child(2),
body .row-fluid .story-section6 .four-col-adjust span>.hs_cos_wrapper:nth-last-child(3)
body .row-fluid .story-section6 .four-col-adjust span>.hs_cos_wrapper:nth-last-child(4){
  margin-bottom:0;
}

.story-section6 .dots-container{
  position: absolute;
  right: 0;
  bottom: 260px;
  display:none;
}


@media(max-width:1024px){

  body .row-fluid .story-section6 .four-col-adjust span>.hs_cos_wrapper {
    margin-bottom: 10px;
  }

  .story-section6 .dots-container #story-sec6-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .story-section6 .dots-container #story-sec6-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 70px;
    top: 0px;
  }

  .story-section6 .dots-container #story-sec6-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 140px;
    top: 0;
  }

  .story-section6 .dots-container #story-sec6-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: 70px;
  }

  .story-section6 .dots-container #story-sec6-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 70px;
    right: 70px;
  }

}


@media(max-width:767px){

  .story-section6 {
    padding: 60px 0 100px;
  }
  .story-how-we-help-cm .hs_cos_wrapper{
    text-align:center;
  }

  .story-section6 .dots-container {
    right: 0;
    bottom: 60px;
  }

  .story-section6 .dots-container #story-sec6-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .story-section6 .dots-container #story-sec6-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    top: 0;
  }

  .story-section6 .dots-container #story-sec6-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    top: 0;
  }

  .story-section6 .dots-container #story-sec6-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: 55px;
  }

  .story-section6 .dots-container #story-sec6-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    right: 55px;
  }


}




/****************** Story Section7 Styling *******************/




.story-section7{
  padding: 114px 0 105px;
  position:relative;
  z-index:1;
}

.story-section7 .heading-container h6{
  font-size:12px;
  line-height:19px; 
  color:#46ca67;
  letter-spacing:0.69px;
  font-weight:bold;
  text-transform:uppercase;
}

.story-section7 .cta-container{
  margin-top:10px;
}

.story-section7 .image-container1{
  width:303px;
  height:303px;
  border-radius:50%;
  position:relative;
  float:right;
}

.story-section7 .image-container2{
  width:150px;
  height:150px;
  border-radius:50%;
  position:absolute;
  left:0;
  top: -20px;
}

.story-section7 .image-container3{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 180px;
}

.story-section7 .right-col{
  position:relative;
}

.story-section7 .right-col .image-container{
  position:relative;
}

.story-section7 .dots-container{
  position: absolute;
  bottom: 190px;
  left: 0;
  z-index:-1;
}

.story-section7 .dots-container2{
  position: absolute;
  bottom: 190px;
  right: 0;
  z-index:-1;
}

.story-section7 .dots-container3{
  position: absolute;
  top: 0px;
  right: 0;
  z-index:-1;
  display:none;
}


@media(max-width:1024px){

  .story-section7{
    padding: 44px 0 90px;
  }

  .story-section7 .left-col .heading-container{
    max-width:360px;
  }

  .story-section7 .dots-container #strory-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
  }

  .story-section7 .dots-container #strory-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    left: 70px;
  }

  .story-section7 .dots-container #strory-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 110px;
  }

  .story-section7 .dots-container2 #strory-right-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -139px;
    right: 20px;
  }

  .story-section7 .dots-container2 #strory-right-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -60px;
    right: -30px;
  }

  .story-section7 .dots-container2 #strory-right-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: -30px;
    top: 10px;
  }

  .story-section7 .dots-container2 #strory-right-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: 100px;
  }

  .story-section7 .dots-container2 #strory-right-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 40px;
    top: 170px;
  }

  .story-section7 .dots-container2 #strory-right-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 110px;
    top: 170px;
  }




}


@media(max-width:767px){

  .story-section7 {
    padding: 65px 0 165px;
  }

  .story-section7 .left-col .heading-container{
    max-width:100%;
  }

  .story-section7 .right-col{
    margin-top: 50px;
    display:none;
  }

  .story-section7 .right-col .image-cont{
    max-width: 420px;
    float: none;
  }

  .story-section7 .image-container3{
    left:0;
  }

  .story-section7 .dots-container {
    position: absolute;
    bottom: 140px;
    left: 0;
  }

  .story-section7 .dots-container #strory-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left:0;
  }

  .story-section7 .dots-container #strory-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 55px;
  }

  .story-section7 .dots-container #strory-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 0;
  }

  .story-section7 .dots-container #strory-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 55px;
    display: block;
  }

  .story-section7 .dots-container #strory-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 55px;
    top: 55px;
    display: block;
  }

  .story-section7 .dots-container #strory-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 55px;
    display: block;
  }

  .story-section7 .dots-container3{
    display:block;
    top:-30px;
  }

  .story-section7 .dots-container3 #story7-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .story-section7 .dots-container3 #story7-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right:55px;
  }

  .story-section7 .dots-container3 #story7-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 110px;
    display: block;
    left: auto;
  }

  .story-section7 .dots-container3 #story7-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 0px;
  }

  .story-section7 .dots-container3 #story7-hex5{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 55px;
  }

  .story-section7 .dots-container3 #story7-hex6{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 110px;
  }

  .story-section7 .dots-container3 #story7-hex7{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 55px;
    display: block;
    right: 165px;
  }

}




/*=======================================================
Career Page Styling Start 
=========================================================*/





/***************** Career Section1 Styling Start ***************/




.career-section1{
  padding:325px 0 150px;
  position:relative;
  z-index:1;
}

.career-section1 .dots-container{
  position: absolute;
  left: 0;
  bottom: 165px;
  z-index: -1;
  display:none;
}

.career-section1 .dots-container2{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  display:none;
}

.career-section1 .right-col{
  position: absolute;
  right: 0px;
  top: -230px;
  height: 650px;
  width: 650px;
  z-index: 4;
}

.career-section1 .wrapper{
  position:relative;
}

.career-section1 .right-col:after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  background: rgba(255,255,255,0);
  height: 650px;
  width: 650px;
  border-radius: 100%;
  z-index: -1;
}

.career-section1 .video-cont2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 43%;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.career-section1 .video-cont2 .play-icon-normal{
  display: inline-block;
}

.career-section1 .video-cont2 .play-icon-hover{
  display: none;
}

.career-section1 .video-cont2:hover .play-icon-hover{
  display:inline-block;
}

.career-section1 .video-cont2:hover .play-icon-normal{
  display:none;
}

.career-section1 .left-col{
  position:relative;
  z-index:6;
}



@media(max-width:1060px){


  .career-section1 .left-col .heading-container h1{
    font-size: 70px;
  }
}



@media(max-width:1024px){

  .career-section1 .right-col{
    top: 120px;
    height: 430px;
    width: 430px;   
  }

  .career-section1 .right-col:after{
    height: 430px;
    width: 430px;
  }

  .career-section1 .left-col {
    width: 68.618785%;
  }

  .career-section1 {
    padding: 255px 0 120px;
  }
}



@media(max-width:767px){

  .career-section1{
    padding: 115px 0 70px;  
  }

  .career-section1 .left-col {
    width: 100%;
  }

  .career-section1 .left-col .heading-container h1{
    font-size: 48px;  
    line-height:57px;
  }

  .career-section1 .left-col .heading-container h2{
    font-size: 29px;
    line-height: 30px;  
  }

  .career-section1 .right-col{
    top: 0;
    height: 340px;
    width: 100%;
    margin-top: 20px;  
    position:relative;
    border-radius:0;
  }

  .career-section1 .right-col:after{
    height:340px;
    width:100%;
    border-radius:0;
  }
}





/******************* Career Section2 Styling ******************/




.career-section2{
  padding:50px 0;
}

.career-section2 .heading-container{
  max-width:642px;
}


@media(max-width:1024px){

  .career-section2{
    padding: 50px 0 30px;  
  }
}


@media(max-width:767px){

  .career-section2{
    padding: 20px 0 20px;  
  }


}





/******************* Career Section3 Styling ****************/

.career-section3{
  position:relative;
  padding:70px 0 100px;
  -webkit-perspective:1000;
  perspective:1000;
  width: 100%;
  z-index:1;
}

.career-section3 .wrapper{
  position:relative;
}

.career-section3 .dots-container{
  position:absolute;
  right:0;
  top:0;
  z-index:-1;
  display:none;
}

.career-our-team-cm{
  -webkit-perspective:1000;
  perspective:1000;
  width: 100%;
}

.career-our-team-cm .flip-container{
  border: 1px solid #46ca67;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding:10px 0;
  transition:0.3s all ease-in-out;
  min-height:90px!important;
}

.career-our-team-cm .flip-container:hover{
  background:#46ca67;
  transition:0.3s all ease-in-out;
}

.career-our-team-cm .flip-container:hover .card .back{
  opacity:1;
  transition:0.3s all ease-in-out;
}

.career-our-team-cm .flip-container .card .front{
  height:100%;
  padding:0 10px;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content:center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius:3px;
  transition:0.3s all ease-in-out;
}

.career-our-team-cm .flip-container .card .front h4{
  font-size:22px; 
  line-height:27px;
  color:#46ca67;
  font-weight:500;
  margin-bottom:0;
}

.career-our-team-cm .flip-container .card .back{
  background:#46ca67;
  color:#fff;
  padding:0 10px;
  margin-left:0;
  height:100%;
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
  justify-content:center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align:center; 
  opacity:0;
  transition:0.3s all ease-in-out;
}

.career-our-team-cm .flip-container .card .back p{
  color:#fff;
  font-size:16px;
  line-height:21px;
  color:#fff;
  font-weight:normal;
  margin-bottom:0;
}

.career-our-team-cm .card{
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position:relative;
  margin-left:5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  margin: 0 auto;
}

.career-our-team-cm .front{
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  z-index:2;
}

.career-our-team-cm .back{
  z-index: 3;
  font-size:11px;
}

/* .card:hover .front{
display: none;
}
.card:hover .front {
display: block;
} */

.card .back::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

body .row-fluid .career-our-team-cm .five-col-adjust span>.hs_cos_wrapper{
  flex-basis: 18%;
  -webkit-flex-basis: 18%;
  float: left;
  margin-right: 2%; 
  margin-top:26px;
}



@media(max-width:1024px){

  .career-section3 {
    padding: 40px 0;
  }

  .career-our-team-cm .flip-container .card .front h4{
    font-size: 20px;
  }

}


@media(max-width:767px){

  .career-our-team-cm .flip-container:hover .card .back{
    opacity:1;
  }

  .career-our-team-cm .flip-container:hover .card .front{
    opacity:0;
  }

  .career-our-team-cm .flip-container{
    min-height:150px!important;
  }
}






/****************** Career Section4 Styling *****************/




.career-section4{
  padding:108px 0 201px;
}

.career-section4 .heading-container h2{
  margin-bottom:10px;
}

.career-section4 .heading-container{
  margin-bottom:30px;
}



@media(max-width:1024px){

  .career-section4{
    padding: 48px 0 90px;
  }

}



/*************** Career Section5 Styling Start ****************/




.career-section5{
  /* background: linear-gradient(135deg, #004250 0%, #09687C 100%);*/
  padding: 75px 0 55px;
  position:relative;
  background:#F2EFEB;
}



.career-section5 .left-col .text-container h1 span{
  font-weight:normal; 
  font-family: 'Neue Montreal';
}

.career-section5 .left-col .text-container p{
  max-width:539px;
}

.career-section5 .right-col .image-container1{
  height:450px;
  width:450px;
  border-radius:50%;
  float:right;
}

.career-section5 .right-col .image-container2{
  height:150px;
  width:150px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:0;
}

.career-section5 .right-col .image-container3{
  height:120px;
  width:120px;
  border-radius:50%;
  position:absolute;
  left: 40px;
  bottom: -20px;
}

.career-section5 .right-col .image-container4{
  height:180px;
  width:180px;
  border-radius:50%;
  position:absolute;
  right:0;
  bottom:-60px;
}

.career-section5 .right-col{
  position:relative;
}

.career-section5 .right-col .image-cont{
  position:relative;
}



@media(max-width:1024px){

  .career-section5 .right-col .image-container1{
    height: 350px;
    width: 350px;  
  }

  .career-section5 .right-col .image-container4{
    height: 160px;
    width: 160px;
  }

  .career-section5 .right-col .image-container2 {
    height: 130px;
    width: 130px;
    left: -40px;
  }

  .career-section5 .right-col .image-container3 {
    height: 100px;
    width: 100px;
    left: 0px;
  }
}


@media(max-width:767px){

  .career-section5{
    padding: 55px 0 55px;  
  }

  .career-section5 .left-col .text-container h1{
    font-size: 46px;
    line-height: 60px; 
    margin-bottom: 18px;
  }

  .career-section5 .left-col .text-container h1 span{

  }

  .career-section5 .right-col .image-container2{
    display:none;
  }

  .career-section5 .right-col .image-container3{
    display:none;
  }

  .career-section5 .right-col .image-container4{
    display:none;
  }

  .career-section5 .right-col .image-container1 {
    height: 320px;
    width: 320px;
    float: none;
    margin: 20px auto 0;
  }
}




/******************** Career Section6 Styling ******************/




.career-section6{
  background:#ffffff;
  padding: 121px 0 103px;
}

body .row-fluid .career-section6 .heading-container{
  max-width:726px;
  margin:0 auto;
  float:none;
}



@media(max-width:1024px){


  .career-section6 {
    padding: 80px 0 53px;
  }

}


@media(max-width:767px){

  .career-section6{
    padding: 60px 0 33px; 
  }
}



@media(max-width:1024px){

  .career-section7{
    padding: 40px 0 80px;  
  }


}




/************************ Homepage Section2 Styling Start ***********************/




.image-slider .slick-slide{
  display:none;
}

.image-slider .slick-slide:focus{
  outline:0;
}

.image-slider .slick-initialized .slick-slide{
  display:block;
}

.image-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #46ca67;
}

.image-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.image-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
  margin-left:11px;
}

.image-slider .slick-dots {
  text-align: center;
}

.image-slider .slick-dots li button {
  font-size: 1px;
  color: rgba(124, 134, 152, 0.9);
  padding: 0;
  border: 0;
  background:#E1E1E1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}


.image-slider{
  position:relative;
  z-index:1;
}

.image-slider .slick-next:after{
  position: absolute;
  content: '';
  width: 42px;
  height: 16px;
  top: 0px;
  right: -27%;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%202.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  transition:0.4s all ease-in;
}
.image-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 42px;
  height: 16px;
  top: 0px;
  right: -20%;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%202022/Arrow%201.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  transition:0.4s all ease-in;
}

.image-slider .slick-next:hover:after{
  right:-28%;
  transition:0.4s all ease-in;
}

.image-slider .slick-prev:hover:after{
  right:-19%;
  transition:0.4s all ease-in;
}



.image-slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: 120px;
  left: -33%;
  transform: rotate(90deg);
}

.homepage-section2{
  padding: 134px 0 176px;
  position:relative;
  z-index:1;
}

.homepage-section2 .dots-container{
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index:-1;
  display:none;
}

body .row-fluid .homepage-section2 .wrapper{
  max-width:780px;
  margin:0 auto;
  float:none;
  position:relative;
}

.homepage-section2 .client-saying-cm .name-designation{
  margin-top:17px;
}



@media(max-width:1250px){

  .image-slider ul.slick-dots{
    bottom: 190px;
    left: -18%; 
  }
}


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

  .image-slider .slick-next:after{
    right: -9%;  
  }

  .image-slider .slick-prev:after{
    right:-3%;
  }
}



/************************ Homepage Section2  With Image Styling Start ***********************/

body.homepage-new .client-img-cont .image-slider .slick-dots li.slick-active button {
  background: #46ca67;
}

.image-slider .slick-slide{
  display:none;
}

.image-slider .slick-slide{
  max-width:850px;
  margin:0 auto;
}

.image-slider .slick-slide:focus{
  outline:0;
}

.image-slider .slick-initialized .slick-slide{
  display:block;
}

.image-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #46ca67;
}

.image-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.image-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
  line-height:10px;
  margin-left:11px;
}

.image-slider .slick-dots {
  text-align: center;
}

.image-slider .slick-dots li button {
  font-size: 1px;
  color: rgba(124, 134, 152, 0.9);
  padding: 0;
  border: 0;
  background:#E1E1E1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
}


.image-slider{
  position:relative;
  z-index:1;
}

.client-img-cont .image-slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: 120px;
  left: -15%;
  transform: rotate(90deg);
}

.homepage-section2{
  padding: 134px 0 176px;
  position:relative;
  z-index:1;
}

.homepage-section2.client-cm-with-img .dots-container{
  position: absolute;
  left: 0px;
  bottom: auto;
  top:10px;
  z-index:-1;
}

body .row-fluid .homepage-section2 .wrapper{
  max-width:780px;
  margin:0 auto;
  float:none;
  position:relative;
}

.homepage-section2 .client-saying-cm .name-designation{
  margin-top:17px;
}

.client-img-cont .cm-img{
  max-width:140px;
  padding-right:10px;
}

.client-img-cont .quote-cm{
  padding-bottom:10px;
}

@media(max-width:1250px){

  .image-slider ul.slick-dots{
    bottom: 190px;
    left: -18%; 
  }
}


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

  .image-slider .slick-next:after{
    right: -9%;  
  }

  .image-slider .slick-prev:after{
    right:-3%;
  }
}



@media(max-width:1024px){

  .homepage-section2{
    padding: 70px 0 90px;
  }

  .image-slider ul.slick-dots{
    display:none;
  }

  body .row-fluid .image-slider .slick-next:after{
    bottom: -25px;
    left: 50px; 
    right: auto;
    top: auto;
  }


  body .row-fluid .image-slider .slick-prev:after{
    bottom: -25px;
    left: 0;
    right:auto;
    top:auto;
  }

  .homepage-section2 .dots-container{
    right: 0px;
    bottom: initial;
    top: -90px; 
    left:auto;
  }

  .homepage-section2 .dots-container #home-sec2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 0;
    bottom: initial;
    left:auto;
  }

  .homepage-section2 .dots-container #home-sec2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: initial;
    left: auto;
    right: 70px;
  }

  .homepage-section2 .dots-container #home-sec2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: initial;
    left: auto;
    right: 140px;
  }

  .homepage-section2 .dots-container #home-sec2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: auto;
    bottom: initial;
    right: 0px;
    top: 70px;
  }

  .homepage-section2 .dots-container #home-sec2-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: auto;
    bottom: initial;
    right: 70px;
    top: 70px;
  }
}



@media(max-width:767px){

  .homepage-section2{
    padding: 68px 0 90px;
  }

  .homepage-section2 .client-saying-cm .description h3{
    /*font-size: 20px;
    line-height: 29px;*/
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.39px;
    margin-top:33px;

  }

  body .row-fluid .image-slider ul.slick-dots{
    display:none!important;
  }

  .homepage-section2 .client-saying-cm .name-designation{
    margin-top: 12px; 
  }

  .homepage-section2 .dots-container{
    right: 0px;
    top: 0;  
    bottom:initial;
  }

  .homepage-section2 .dots-container #home-sec2-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -50px;
    right: 0;
    bottom: initial;
    left: auto;
  }

  .homepage-section2 .dots-container #home-sec2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -50px;
    right: 55px;
    bottom: initial;
    left: auto;
  }

  .homepage-section2 .dots-container #home-sec2-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    bottom: initial;
    top: -50px;
    left: auto;
  }

  .homepage-section2 .dots-container #home-sec2-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    bottom: initial;
    right: 0;
    top: 5px;
  }

  .homepage-section2 .dots-container #home-sec2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    top: 5px;
    right: 55px;
    bottom: initial;
  }


}




/************************* Free Trial Popup Section Stying ******************************/




body{
  position:relative;
}

body.pdf-popup-open1:after{
  position:absolute;
  content:'';
  left:0;
  top:0;
  bottom:0;
  right:0;
  background-color: rgb(27,54,41,0.9);
  z-index:11;
}

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

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

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

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

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

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

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

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

body .row-fluid .popup-section2 .search-bar form input{
  border:none;
  height:57px;
  background:transparent;
  padding-left:50px;
  position:relative;
  font-size:30px;
  line-height:57px;
  letter-spacing:0;
  color:#1b3629!important;
  font-weight:normal;
  font-family: 'Inter',sans-serif;
}

.popup-section2 .hs-search-field__suggestions{
  display:none;
}

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

.popup-section2 .search-bar form input::placeholder{
  font-size:30px;
  line-height:57px;
  letter-spacing:0;
  color:#1b3629;
  font-weight:normal;
  font-family: 'Inter',sans-serif;
}




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

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

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


@media(max-width:1024px){

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

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

@media(max-width:767px){

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

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

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

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

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

}




/************ Search Result Page Style **************/


.search-result-banner{
  padding: 195px 0 32px 0;
  position: relative;
  z-index: 1;
}

.search-result-banner:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.27;
  background: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.search-result-banner .search-container{
  position: relative;
}

.search-result-banner .heading-container{
  position: relative;
}

body .row-fluid .search-result-banner form{
  position: relative;
}

body .row-fluid .search-result-banner form:before{
  position: absolute;
  content: '';
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Search%20Icon.svg') no-repeat;
  background-size: cover; 
  background-position: center;
  height: 34.36px;
  width: 35.36px;
  left: 0;
  top: 20px;
  cursor: pointer;
}

body .row-fluid .search-result-banner form input{
  background: transparent;
  color: #004250 !important;
  height: 75px;
  font-size: 57px;
  font-weight: 600;
  letter-spacing: -1.07px;
  line-height: 75.99px;
  font-family: "Proxima-nova";
  border: none;
  border-bottom: 1px solid #7E7E7E;
  padding: 10px 10px 10px 62px;
  transition: width .4s cubic-bezier(0.000,0.795,0.000,1.000);
}

body .row-fluid .search-result-banner form.remove input{
  width: 0;
  border: none;
}

.search-result-banner .hs-search-field__suggestions{
  display: none;
}  

.search-result-banner .close-form-img{
  display: inline-block;
  position: absolute;
  width: auto;
  right: 0;
  top: 73px;
  cursor: pointer;
}

@media(max-width: 767px){
  .search-result-banner{
    padding: 138px 0 32px 0;
  }

  body .row-fluid .search-result-banner form input{
    height: 50px;
    font-size: 45px;
    padding: 10px 10px 10px 40px;
    line-height: normal;
  }

  body .row-fluid .search-result-banner form:before{
    height: 25.36px;
    width: 25.36px;
    top: 10px;
  }

  .search-result-banner .close-form-img{
    top: 48px;
  }
}

@media(max-width: 480px){
  body .row-fluid .search-result-banner form input{
    font-size: 34px;
  }
}



/*********** Serch Result Content Section Style ***********/


.search-result-section{
  padding: 46px 0 100px 0;
}

.search-result-section .result-container ul.hs-search-results__listing li{
  margin: 0;
  border-bottom: 1px solid #7E7E7E;
  padding:0 2px 36px 2px;
  transition: all 0.3s ease-in-out;
}

.search-result-section .result-container ul.hs-search-results__listing li:hover{
  border-bottom: 1px solid #46ca67;
}

.search-result-section .result-container ul.hs-search-results__listing li:hover a{
  color: #46ca67;
}

.search-result-section .result-container ul.hs-search-results__listing li a{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
}

.search-result-section .result-container ul.hs-search-results__listing li p{
  margin-top: 12px;
  margin-bottom: 12px;
}

.search-result-section .result-container ul.hs-search-results__listing .hs-search-highlight{
  font-weight: normal;
}

@media(min-width: 768px){
  .search-result-section .result-container ul.hs-search-results__listing{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
  }

  .search-result-section .result-container ul.hs-search-results__listing li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 31.5%;
    -webkit-flex-basis: 31.5%;
    float: left;
    margin-right: 1.47%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    margin-bottom: 57px;
  }
}


@media(max-width: 767px){
  .search-result-section{
    padding: 46px 0 60px 0;
  }

  .search-result-section .result-container ul.hs-search-results__listing li{
    padding: 0 0 12px 0;
    margin-bottom: 20px;
  }

  .search-result-section .result-container ul.hs-search-results__listing li p{
    margin-top: 6px;
  }
}



/*===========================================================
Student Page 2 Styling Start 
=============================================================*/




.student2-section1{
  padding: 135px 0 52px;
  background:#ffffff;
  z-index:2;
  position:relative;
}

body .row-fluid .student2-section1 .heading-container{
  max-width:822px;
  margin:0 auto;
  float:none;
}

.student2-section1 .heading-container p{
  max-width:770px;
}



@media(max-width:1024px){

  .student2-section1 .heading-container h1{
    line-height: 58.99px;   
  }
}


@media(max-width:767px){

  .student2-section1 {
    padding: 135px 0 52px;
  }

  body .row-fluid .student2-section1 .heading-container{
    max-width:100%;
  }  

  .student2-section1 .heading-container h1{
    line-height: 48.99px;   
    margin-bottom: 10px;
  }
}


/***************** Student Section2 Styling *****************/




.student2-section2-cm{
  padding:0;
  position:relative;
  z-index:2;
}

.student2-section2-cm .cm-container .image-container{
  height:250px;
  border-radius:4px;
  margin-bottom:35px;
}

body .row-fluid .student2-section2-cm .heading-container{
  max-width:658px;
  margin:0 auto;
  float:none;
}

.student2-section2-cm .text-container h3{
  margin-bottom:13px;
}



@media(max-width:767px){

  .student2-section2-cm .cm-container .image-container{
    margin-bottom: 20px; 
  }

  .student2-section2-cm .cm-container{
    margin-bottom:50px;
  }
}



/***************** Student2 Placement Cm Styling *****************/





.student2-placement-cm{
  padding:10px 0 105px;
  position:relative;
  z-index:1;
}

.student2-placement-cm:after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  content:'';
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.2) 100%);
  transform: rotate(180deg);
  z-index:-1;
  width:100%;
  height:100%;
  display:none;
}

body .row-fluid .student2-placement-cm .cm-container{
  max-width:917px;
  margin:0 auto;
  float:none;
  position:relative;
  z-index:1;
  padding:41px 58px;
  border-radius:4px;
  box-shadow: 0 7px 15px 2px rgba(145,145,145,0.76);
}

body .row-fluid .student2-placement-cm .cm-container:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  /*background-color: #004250;*/
  background-color:#1B3629;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
  border-radius:4px;
}

.student2-placement-cm .cm-container h2{
  margin-bottom:0;
}

.student2-placement-cm .cm-container .right-col{
  float:right;
  text-align:right;
}

.student2-placement-cm .cm-container .right-col a.cta_button{
  padding: 13.5px 17px;
}



@media(max-width:767px){

  body .row-fluid .student2-placement-cm .cm-container{
    text-align:center;
  }

  .student2-placement-cm .cm-container .right-col{
    float:none;
    text-align:center;
  }

  .student2-placement-cm .cm-container .cta-container{
    margin-top:20px;
  }

  .student2-placement-cm .cm-container h2{
    line-height: 34px;
  }

  body .row-fluid .student2-placement-cm .cm-container {
    padding: 41px 18px;
  }
}



/*===========================================================
Banner Section
=============================================================*/

.student2-banner-cm .right-col {
  position:relative;
}

.student2-banner-cm {
  padding-top:256px;
  padding-bottom: 85px;
  background: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148, 201, 61, 0.06) 100%);
}

.student2-banner-cm .image-container-1 {
  position: absolute;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Brooke.png')no-repeat;
  z-index: 4;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  top: -87px;
  left: -16px;
  z-index:1;
}

.student2-banner-cm .image-container-2 {
  position: absolute;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/shutterstock_177305726.png')no-repeat;
  z-index: 6;
  height: 452px;
  width: 452px;
  top: -88px;
  right: 0;
  border-radius: 50%;
  z-index:0;
}

.student2-banner-cm .image-container-3 {
  position: absolute;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/sophie.png')no-repeat;
  background-size:cover;
  z-index: 1;
  height: 120px;
  width: 120px;
  left: 40px;
  border-radius: 50%;
  top: 269px;
  z-index:1;
}

.student2-banner-cm .image-container-4 {
  position: absolute;
  background: url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/shutterstock_1316995361.png')no-repeat;
  background-size:cover;
  z-index: 14;
  height: 180px;
  width: 180px;
  right: 0;
  border-radius: 50%;
  top: 238px;
}

.student2-banner-cm .left-col p {
  margin-bottom:26px;
}

.student2-banner-cm .left-col h2 { 
  margin: 60px 0px 24px;
}

.student2-banner-cm .left-col a.cta_button {
  padding: 13px 32.5px;
}

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

  .student2-banner-cm .image-container-2 {
    height: 336px;
    width: 336px;
    top: -88px;
    right: 0;
  }
  .student2-banner-cm .image-container-3 {
    height: 120px;
    width: 120px;
    left: 13px;
    top: 171px;
    z-index:8;
  }
  .student2-banner-cm .image-container-4 {
    top: 132px;
  }

  .student2-banner-cm .image-container-1 {

    height: 130px;
    width: 130px;
    top: -47px;
    left: -50px;
  }

  .student2-banner-cm .image-container-2 {
    height: 380px;
    width: 380px;
    top: 0px;
    right: 0;

  }


  .student2-banner-cm .image-container-3 {

    height: 120px;
    width: 120px;
    left: 0px;
    top: 269px;
  }

  .student2-banner-cm .image-container-4 {

    height: 150px;
    width: 150px;
    right: 0;
    top: 238px;
  }

}

@media(max-width:767px){

  .student2-banner-cm .image-container-1{
    top: 0;
    left: -15px;
    z-index: 7;
    height: 100px;
    width: 100px;
  }

  .student2-banner-cm .cm-container {
    max-width:300px;
    margin:0 auto;
    position:relative;
  }

  .student2-banner-cm .image-container-2 {
    height: 250px;
    width: 250px;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0; 
  }

  .student2-banner-cm .image-container-3 {
    height: 90px;
    width: 90px;
    left: -10px;
    top: 255px;
  }

  .student2-banner-cm {
    padding-top: 119px;
    padding-bottom:393px;
  }

  .student2-banner-cm .image-container-4 {
    height: 130px;
    width: 130px;
    right: 170px;
    top: 213px;
  }

  .student2-banner-cm .left-col h2 {
    margin: 38px 0px 24px;
  }

  .student2-section2-cm {
    padding-bottom: 12px!important;
  }

}


@media(max-width:500px){

  .student2-banner-cm .image-container-4{
    right:0;
  }

}

/*===========================================================
Homepage Section 2
=============================================================*/


.intern-page .homepage-section2 {
  padding: 89px 0 105px;
  background: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
}


body .row-fluid .student2-section2-cm .heading-container {
  padding-bottom: 10px;
}

@media(max-width:768px){
  .homepage-section2 {
    padding: 80px 0 104px;
  }
}





/*=============NEW CSS=================*/


body.intern-page .row-fluid .student2-placement-cm .cm-container{

  padding: 63px 58px 60px;

}



body.intern-page .dots-container1 {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: -1;
}



/******************* Tax Advisory Section4 Styling Start ******************/



body .row-fluid .tax-advisory-section4-cm .image-container{ 
  height: 253px;
  width: 253px;
  margin: 0 auto;
  float: none;
  border-radius: 50%;
  position: relative;
  top: 0;
  z-index: 1;
  left: 0;
}

.tax-advisory-section4-cm{
  position:relative;
  padding-bottom: 128px;
  z-index:1;
}

.tax-advisory-section4-cm .dots-container{
  display:none;
}

.tax-advisory-section4-cm .social-icons ul li img{
  max-width:20px;
  height:auto;
}

.tax-advisory-section4-cm .social-icons ul li{
  display:inline-block;
  margin-left:0;
  margin-right:10px;
}

.tax-advisory-section4-cm .social-icons ul{
  margin-top:0;
  margin-bottom:10px;
}

.tax-advisory-section4-cm .heading-container{
  margin-bottom:60px;
}

.tax-advisory-section4-cm .right-col .left-column h4{
  margin-bottom:2px;
}

.tax-advisory-section4-cm .right-col .description{
  max-width:446px;
}

.tax-advisory-section4-cm .right-col .description p{
  margin-bottom:0;
}

.tax-advisory-section4-cm .phone-number-container img{
  max-width: 22px;
  padding-right: 7px;
  position: relative;
  top: -4px;
}

.tax-advisory-section4-cm .cta-container{
  margin-top:25px;
}

.tax-advisory-section4-cm .right-col .left-column{
  position: relative;
  left: -10px;
}

.tax-advisory-section4-cm .right-col .left-column:after{
  position: absolute;
  right: 20px;
  top: 0;
  content: '';
  bottom: 0;
  background: #979797;
  width: 1px;
}

.tax-advisory-section4-cm .right-col .right-column{
  padding-left: 0;
  position: relative;
}

.tax-advisory-section4-cm .right-col{
  padding: 30px 40px;
  float: right;
  position: relative;
  left: 0;
  width: 74.811966%;
  margin-left: 0;
  margin-top: 18px;
  border-right:none;
  padding-right:10px;
}

.tax-advisory-section4-cm .cm-cont{
  border:1px solid #dedede;
}

.tax-advisory-section4-cm .cm-cont>.row-fluid-wrapper>.row-fluid{
  display:flex;
  align-items:center;
}

.tax-advisory-section4-cm .left-col:before{
  position: absolute;
  left: 200px;
  top: 18px;
  bottom: 0;
  content: '';
  background: #dedede;
  width: 888px;
  height: 1px;
  display:none;
}

.tax-advisory-section4-cm .left-col:after{
  position: absolute;
  left: 200px;
  bottom: 22px;
  content: '';
  background: #dedede;
  width: 890px;
  height: 1px;
  display:none;
}

body .row-fluid .tax-advisory-section4-cm .wrapper{
  max-width: 1120px;
}

.tax-advisory-section4-cm .left-col{
  width: 24.623932%;
  position:relative;
}

.tax-advisory-section4-cm .dots-container{
  display:none!important;
}



@media(max-width:1140px){

  .tax-advisory-section4-cm .cm-cont>.row-fluid-wrapper>.row-fluid{
    overflow:hidden;
  }

  .tax-advisory-section4-cm .right-col .left-column {
    padding-right: 40px;
  }
}


@media(max-width:1024px){


  .tax-advisory-section4-cm .left-col{
    width: 100%;   
    margin-bottom:20px;
  }

  .tax-advisory-section4-cm .cm-cont>.row-fluid-wrapper>.row-fluid{
    display:block;
  }

  .tax-advisory-section4-cm .cm-cont{
    border:none;
  }

  .tax-advisory-section4-cm .left-col:before{
    display:none;
  }

  .tax-advisory-section4-cm .left-col:after{
    display:none;
  }

  body .row-fluid .tax-advisory-section4-cm .image-container{
    height: 200px;
    width: 200px;
  }

  .tax-advisory-section4-cm .right-col{
    width: 100%;
    border:1px solid #dedede;
  }

  .tax-advisory-section4-cm .right-col .right-column{
    margin-left:0;
    float:right;
  }

  .tax-advisory-section4-cm .right-col .left-column{
    left:0;
  }

  .tax-advisory-section4-cm .right-col{
    padding-right: 40px;
  }

  .tax-advisory-section4-cm .heading-container{
    margin-bottom: 50px;
  }

  .tax-advisory-section4-cm {
    padding-bottom: 100px;
  }

}



@media(max-width:767px){

  .tax-advisory-section4-cm .right-col .left-column:after{
    display:none;
  }

  .tax-advisory-section4-cm .right-col .left-column{
    padding-right:0;
    margin-bottom:20px;
  }

  .tax-advisory-section4-cm .right-col{
    padding: 95px 20px 20px;
    margin-top: -90px;
    background:#fff;
  }

  .tax-advisory-section4-cm .right-col .right-column{
    float:none;
  }
  body .row-fluid .tax-advisory-section4-cm .image-container{
    height: 138px;
    width: 138px;
  }

  .tax-advisory-section4-cm .social-icons {
    width: 25%;
    float: left;
  }
  .tax-advisory-section4-cm .cta-container a.cta_button{
    padding: 10px 21px;
    display: block;
  }

  .tax-advisory-section4-cm .dots-container{
    display:block;
    position:absolute;
    right:0;
    top:150px;
    z-index:-1;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: 55px;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: 110px;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 60px;
    top: -50px;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 5px;
    right: 55px;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    right: 55px;
  }

  .tax-advisory-section4-cm .dots-container #advisory4-hex7{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 110px;
    right: 55px;
  }

  .tax-advisory-section4-cm .phone-number-container span.ph-no{
    position:relative;
    top:3px;
  }

  .tax-advisory-section4-cm .phone-number-container img{
    top:-1px;
  }

  .tax-advisory-section4-cm .cta-container{
    margin-top: 30px;
  }


}

@media(min-width:320px) and (max-width:480px){
  .tax-advisory-section4-cm .social-icons {
    width: 30%;
  }
}

/* Client Center July 2022 New skin */

.client-hub .dots-container{
  display:none;
}
.client-hub .right-col .card-container h3{
  margin-bottom:0;
  font-size: 30px;
  font-weight: 400;
}
.client-hub .left-col h2 {
  margin-bottom:19px;
  font-size: 38px;
}
.client-hub .wrapper>.row-fluid{
  border:0px;
}
.capability .three-col-adjust>span>.hs_cos_wrapper:hover {
  border: 1px solid #46ca67;
  cursor: pointer;
  box-shadow: 0 7px 39px -4px rgb(70 202 103 / 17%);
}

.capability .three-col-adjust>span>.hs_cos_wrapper .cta-container.simple-cta a.cta_button{
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #46ca67;
  font-weight: 500;
  line-height: 25px;
  padding: 0;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.capability .three-col-adjust>span>.hs_cos_wrapper .cta-container.simple-cta a.cta_button:after{
  background: url(https://www.ulton.net/hubfs/Assets%202022/Arrow%202.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16px;
  padding-left: 0;
  position: absolute;
  right: -50px;
  top: 5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 42px;
  z-index: 2;
}
.capability .three-col-adjust>span>.hs_cos_wrapper:hover .cta-container.simple-cta a.cta_button{
  background: transparent;
  border: 0;
  border-bottom: 2px solid #46ca67;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #46ca67;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.capability .three-col-adjust>span>.hs_cos_wrapper:hover .cta-container.simple-cta a.cta_button:after{
  right: -59px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body .row-fluid .financial-insight .form form .hs-button.primary{
  position:static;
  padding: 15px 40px;
}
.financial-insight .dots-container2,
.financial-insight .dots-container1{
  display:none;
}
.capability .three-col-adjust>span>.hs_cos_wrapper .image-container{
  max-width:100%;
}

/* Campaign Landing - 2 Presenter 2022  */

/*==============Service Banner CM===============*/
.service-banner-desc-box-inner{
  -webkit-box-shadow: 0px 2px 25px rgba(0, 33, 91, 0.25);
  box-shadow: 0px 2px 25px rgba(0, 33, 91, 0.25);
  border-radius: 4px;
  padding:35px 60px;
  margin-top:-150px;
  background-color:#ffffff;
  position:relative;
  z-index:1;
}

.service-banner-desc-box{
  clear:both;
}

.service-banner-desc-box h5{
  color:#006341;
}

.service-banner-desc-box-inner ul{
  list-style:disc;
  margin-left:8px;
}


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

  .service-banner-desc-box-inner .left-col,
  .service-banner-desc-box-inner .right-col{
    width:46.618785%;
  }

}

@media(min-width:1025px){

  .service-banner-desc-box-inner .left-col,
  .service-banner-desc-box-inner .right-col{
    margin:0px;
  }

  .service-banner-desc-box-inner .left-col,
  .service-banner-desc-box-inner .right-col{
    max-width:500px;
  }

  .service-banner-desc-box-inner .right-col{
    float:right;
  }

}


@media(max-width:767px){

  .service-banner-desc-box-inner{
    margin-top:-50px;
    padding:30px 20px;
  }

  .service-banner-desc-box-inner ul:first-child{
    margin-bottom:0px;
  }

  .service-banner-desc-box-inner ul:last-child{
    margin-top:0px;
  }

  .service-banner-desc-box-inner ul{
    margin-left:18px;
  }


}

/********************* Campaign Page Styling ********************/



body .row-fluid .campaign-inner-section1 .right-col .count-cont{
  padding:30px 38px 30px;
  border:1px solid #46ca67;
/*   border-top:5px solid #1b3629; */
  box-shadow: 0 2px 10px 3px rgba(0,66,80,0.11);

}

body .row-fluid .campaign-inner-section1 .right-col .form-container{
  padding:0;
}

.campaign-inner-section1 .right-col .heading h2{
  margin-bottom:10px;
}

.campaign-inner-section1 .right-col .heading{
  margin-bottom:10px;
}

.campaign-inner-section1 .right-col .form-container form .actions:before{
/*   background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:64px;
  height:60px; */
  display:none;
}


@media(max-width:1024px){

  body .row-fluid .campaign-inner-section1 .right-col .count-cont{
    padding: 30px 18px 30px;  
  }

  .campaign-inner-section1 .right-col .form-container form .actions:before {
    width: 45px;
    height: 40px;
    top: 20px;
  }
}




/******************** Campaign Section2 Styling *******************/

/********************** Webinar Inner Section1 Styling *****************/

.webinar-inner-section1{
  padding:74px 0 63px;
  position:relative;
  z-index:2;
}

.webinar-inner-section1 .dots-container{
  position:absolute;
  bottom:260px;
  z-index:-1;
  right:0;
}

.webinar-inner-section1 .right-col{
  position: relative;
  top: -110px;
  
}
.webinar-inner-section1.event-prestent .right-col{
  padding-left:10px;
}
.webinar-inner-section1 .left-col{
  padding-right:30px;
}
.webinar-inner-section1.event-prestent .left-col{
  padding-right:0px;
}
.webinar-inner-section1 .text-container h3{
  margin-top:50px;
}

.webinar-inner-section1 .text-container ul li{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25.8px;
  color: #7E7E7E;
  margin-left: 36px;
  position:relative;
  margin-bottom: 22px;
}

.webinar-inner-section1 .count-cont{
/*   border: 1px solid #3859ED;
  border-radius: 3px; */
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
}

.webinar-inner-section1 .count-cont .form-container{
  padding:30px 38px 38px;
}

.webinar-inner-section1 .text-container ul li:before{
  position:absolute;
  left: -24px;
  top: 10px;
  content:'';
  background:#46ca67;
  width:6px;
  height:6px;
  border-radius:50%;

}
.webinar-inner-section1.event-prestent .container.countdown ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  flex-wrap:wrap;
  row-gap:10px;
}
.webinar-inner-section1 .text-container ul{
  margin-bottom:35px;
}

.countdown-cm .head-text h2{
  color:#fff;
  font-size:38px;
  letter-spacing: 0;
  line-height: 27.53px;
}

.countdown-cm{
  padding:30px 37px;
}

/* .countdown-cm .countdown ul li{
  display:inline-block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  color:#fff;
  margin:0;
  margin-right:18px;
 
} */

.countdown-cm .countdown ul li:last-child{
  margin-right:0;
}
/* 
.countdown-cm .countdown ul li span{
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}
 */
.countdown-cm .countdown ul{
  text-align:center;
}

.webinar-inner-section1 .count-cont .form-container form .actions{
  position:relative;
}



@media(max-width:1024px){

  .webinar-banner .heading-container h1{
    line-height: 58.99px; 
  }

  .countdown-cm .head-text h2{
    font-size: 29px;
    letter-spacing: 0;
    line-height: 31.53px;  
  }

  .countdown-cm {
    padding: 30px 20px;
  }

  .countdown-cm .countdown ul li {
    margin-right:10px;
  }

  .webinar-inner-section1 .count-cont .form-container {
    padding: 30px 20px 38px;
  }

}


@media(max-width:767px){

  .webinar-inner-section1 .left-col {
    padding-right: 0;
  }

  body .row-fluid .webinar-inner-section1 .count-cont .form-container form .hs-button{
    padding:18px 20px;
  }

  .webinar-inner-section1 .right-col {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .webinar-inner-section1 {
    padding: 74px 0 80px;
  }

  .countdown-cm .countdown ul li {
    font-size: 16px;
      margin-right:5px;
  }
}


/********************** Webinar Inner Section2 Styling *****************/




.webinar-inner-section2{
  padding:62px 0 45px;
  background:#F2EFEB;
}

.webinar-inner-section2 .left-col .image-container{
  height:347px;
  width:100%;
  max-width:347px;
  border-radius:50%;
}

.webinar-inner-section2 .cta-container{
  margin-top:75px;
}

.webinar-inner-section2 .cta-container a.cta_button{
  color:#46CA67;
}

body .row-fluid .webinar-inner-section2 .cta-container a.cta_button:after{
  left: -37px;
  right:auto;
  transform: rotate(180deg);
}

.webinar-inner-section2 .right-col h3{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 32px;
  letter-spacing: .08em;
  color: #006341;
    margin-bottom: 20px;

}

.webinar-inner-section2 .right-col h2{
  margin-bottom: 7px;
}

.webinar-inner-section2 .right-col .description{
  max-width:678px;
  margin-bottom:20px;
}

.webinar-inner-section2 .right-col .mailto a span img{
  max-width:20px!important;
  height:20px;
  padding-right:13px;
vertical-align: sub;
    display: inline-block;
}

.webinar-inner-section2 .right-col .mailto a{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25.8px;
  color: #1B3629;
}



@media(max-width:1024px){


  .webinar-inner-section2 .left-col{
    width: 38.491713%;
  }

  .webinar-inner-section2 .right-col{
    width: 58.745856%;
  }

  .webinar-inner-section2 .left-col .image-container {
    height: 280px;
    max-width: 280px;
  }

  .webinar-inner-section2 .cta-container {
    margin-top: 45px;
  }
}



@media(max-width:767px){

  .webinar-inner-section2 .left-col {
    width: 100%;
  }

  .webinar-inner-section2 .right-col {
    width: 100%;
    margin-top:40px;
  }

  .webinar-inner-section2 .right-col .description {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .webinar-inner-section2 .left-col .image-container {
    height: 280px;
    max-width: 280px;
    margin: 0 auto;
  }
}



/******************** Campaign Section2 Styling *******************/




.campaign-section2 .cm-container .left-col .image-container{
  height:142px;
  width:142px;
}

.campaign-section2 .cm-container .description{
  margin-top:30px;
  max-width:531px;
}

.campaign-section2 .cm-container .description li:before{
  position: absolute;
  left: -24px;
  top: 10px;
  content: '';
  background: #46ca67;
  width: 6px;
  height: 6px;
  border-radius: 50%;

}

.campaign-section2 .cm-container .right-col h2{
  margin-bottom:0px;
}

.campaign-section2 .cm-container .right-col h3{
  margin-bottom:0;
}

.campaign-section2 .cm-container .mailto img{
  max-width:20px;
  height:auto;
  padding-right:15px;
  vertical-align:text-top;
}

.campaign-section2 .cm-container .mailto a{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25.8px;
}

.campaign-section2 .cm-container .mailto{
  margin-top:20px;
}

.campaign-section2{
  padding: 62px 0 75px;
}

body .row-fluid .campaign-section2 .two-col-adjust span>.hs_cos_wrapper:last-child{
  margin-right:0;
}

body .row-fluid .campaign-section2 .two-col-adjust span>.hs_cos_wrapper:last-child:before{
  position:absolute;
  left:-53px;
  top:0;
  bottom:0;
  content:'';
  background:#46ca67;
  width:1px;
  height:100%;
}

body .row-fluid .campaign-section2 .two-col-adjust span{
  margin-right:0;
}

body .row-fluid .campaign-section2 .two-col-adjust span>.hs_cos_wrapper{
  margin-right:8%;
}



@media(max-width:1200px){

  body .row-fluid .campaign-section2 .two-col-adjust span>.hs_cos_wrapper:last-child:before{
    left: -41px;  
  }
}


@media(max-width:1024px){

  .campaign-section2 .cm-container .left-col .image-container {
    height: 122px;
    width: 122px;
  }

  body .row-fluid .campaign-section2 .two-col-adjust span>.hs_cos_wrapper:last-child:before {
    left: -31px;
  }
}


@media(max-width:767px){

  .campaign-section2 .cm-container .right-col {
    width: 100%;
    margin-top: 20px;
  }

  .campaign-section2 .cm-container .description {
    max-width: 100%;
  }
}

/***************** Assessment Tool Page Styling ******************/



.assessment-tool-section{
  background-color:rgba(70,202,103, 0.1);
  /*    padding:32px 0 42px; */
  padding:32px 0 32px;
  height:100vh;

}

body .row-fluid .assessment-tool-section .wrapper{
  max-width:1405px;
}

.assessment-tool-section .left-col,
.assessment-tool-section .right-col{
  background:#ffffff;
}

.assessment-tool-section .wrapper>.row-fluid-wrapper>.row-fluid{
  display:flex;
}

.assessment-tool-section .left-col{
  /*   padding:173px 191px 28px; */
  padding:28px 191px 28px;
  position:relative;
  border-radius: 10px;
  height: 93vh;

  /*   display: flex;
  flex-direction: column;
  align-items: center; */
  z-index:1;
  overflow:hidden;
  box-shadow: 0 2px 10px 3px rgba(70,202,103, 0.18);
}

.assessment-tool-section .left-col .dots-container2{
  max-width: 30px;
  float: left;
  position: absolute;
  bottom: 170px;
  transform: rotate(0);
  left: 84px;
  z-index: 0;
}

.assessment-tool-section .left-col .dots-container1{
  max-width: 30px;
  float: right;
  position: absolute;
  top: 220px;
  transform: rotate(180deg);
  right: 84px;
  z-index: 0;
}

.assessment-tool-section .right-col{
  padding:50px 26px 20px;
  position:relative;
  border-radius: 10px;
  height: 93vh;
  /*   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}

.assessment-tool-section .left-col .heading-container h6{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 19.84px;
/*   color: #EF9600; */
  margin-bottom: 25px;
}

.assessment-tool-section .left-col .heading-container h1{
  color: #004250;
  font-size: 76px;
  font-weight: bold;
  letter-spacing: -0.88px;
  line-height: 75px;
}

body .row-fluid .assessment-tool-section .left-col .heading-container p{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27.53px;
  color: #004250;
  max-width:454px;
  margin:0 auto 38px;
  float:none;
}

.assessment-tool-section .left-col .cta-container a.cta_button{
  border-radius: 3px;
/*   background-color: #EF9600;
  box-shadow: 0 4px 13px 0 rgba(239,150,0,0.46);
  padding:18.5px 20px;
  position:relative; */
}
.assessment-tool-section .left-col .cta-container a.cta_button:hover{
    background: #46CA67;
}
/* .assessment-tool-section .left-col .cta-container a.cta_button:before{
  position:absolute;
  left: -80px;
  top: -22px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Fill%203.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:64px;
  height:61px;
} */

.assessment-tool-section .left-col .cta-container{
  margin-bottom:13px;
}

.assessment-tool-section .left-col .description-cont p{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.41px;
  line-height: 17px;
  color: #004250;
}

.assessment-tool-section .left-col .description-cont p img{
  vertical-align:middle;
  padding-right: 6px;
  position: relative;
  top: -1px;
}



.assessment-tool-section .left-col .logo-info h6{
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.63px;
  line-height: 19.84px;
  color: #004250;
  margin-bottom:3px;
}

.assessment-tool-section .left-col .logo-info{
  position:absolute;
  right:29px;
  bottom:28px;
}

.how-it-works-cm .heading h2{
/*   padding:0 50px; */
}

.how-it-works-cm .heading{
  margin-bottom:30px;
}

.how-it-works-cm .cm-container .description p{
  font-size: 20.23px;
  font-weight: 600;
  letter-spacing: 0.33px;
  line-height: 24.99px;
  color: #006341;
  max-width:198px;
  margin:14px auto 30px;
  float:none;
}

.how-it-works-cm .cm-container .inner-container{
  margin-bottom:55px;
}

.how-it-works-cm .cm-container .inner-container:last-child{
  margin-bottom:0;
}

.assessment-tool-section .top-row .form-container .start-form form .hs-button{
  width: auto;
  display: block;  
}

.assessment-tool-section .top-row .form-container .start-form form label{
  color: #004250;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media(min-width: 768px){
  .assessment-tool-section{
    overflow-y: scroll;
  }
}


@media(max-width:1400px){

  .assessment-tool-section .left-col{
    /*    padding: 173px 90px 28px;   */
    padding: 28px 90px 28px;  
  }

/*   .how-it-works-cm .heading h2 {
    padding: 0 20px;
  } */
}


@media(max-width:1200px){

  .assessment-tool-section .left-col {
    /*     padding: 123px 90px 28px; */
    padding: 28px 90px 28px;
  }

  .how-it-works-cm .heading h2 {
    padding: 0 0px;
  }
}


@media(max-width:1024px){

  .assessment-tool-section .left-col {
    /*     padding: 123px 40px 28px; */
    padding: 40px 30px 40px;
    justify-content: center;
    width: 70.309392%;
  }

  .assessment-tool-section .left-col .heading-container h1{
    font-size: 66px;
    line-height: 64px;
  }

  .assessment-tool-section .right-col{
    width: 27.928177%;
  }

}


@media(max-width:767px){

  .assessment-tool-section .wrapper>.row-fluid-wrapper>.row-fluid {
    display: block;
  }

  .assessment-tool-section .left-col {
    width: 100%;
    height:100%;
  }

  .assessment-tool-section .right-col {
    width: 100%;
    height:100%;
    margin-top:40px;
  }

  .assessment-tool-section{
    height:100%;
  }

  .assessment-tool-section .left-col .heading-container h1 {
    /*     font-size: 42px;
    line-height: 44px; */
    font-size: 36px;
    line-height: 40px;
  }

  .assessment-tool-section .left-col .cta-container a.cta_button {
    padding: 18.5px 10px;
    width: auto;
    line-height: normal;
    display: block;
  }

  .assessment-tool-section .left-col .cta-container a.cta_button:before{
    display:none;
  }

  .assessment-tool-section .left-col .logo-info {
    position: absolute;
    right: 0;
    bottom: 48px;
    text-align: center;
    left: 0;
  }

  .assessment-tool-section .left-col .description-cont{
    margin-bottom:118px;
  }

  .assessment-tool-section .left-col .dots-container2{
    bottom: 131px;
  }

  body .row-fluid .assessment-tool-section .left-col .heading-container p{
    font-size: 18px;
    line-height: 23.53px;
  }
}




/***************** Question Section Styling *******************/



.question-section{
  background-color:rgba(70,202,103, 0.1);
  padding:32px 0 42px;
  height:100vh;
}

.question-section .left-col{
  background:#ffffff;
  padding:40px 40px 32px;
  height:93vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
  border-radius:10px;
  /*   box-shadow: 0 2px 10px 3px rgba(115,158,44,0.18); */
}

.question-section .left-col .logo-info{
  position:absolute;
  bottom:32px;
  left:31px;
}

.question-section .left-col ul li a{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  color: #004250;
}
.question-section .left-col ul li {
    pointer-events: auto !important;
}
.question-section .left-col ul li{
  margin-left:0;
  position: relative;
}

.question-section .left-col ul li.active{
  font-weight: bold;
}

.question-section .left-col ul li.active:before{
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #46ca67;
  top: 7px;
  left: -18px;
}

.question-section .logo-info h6{
  color: #004250;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.63px;
  line-height: 19.84px;
  margin-bottom:3px;
}

.question-section .right-col{
  background:#ffffff;
  padding:173px 100px 148px;
  height:93vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  border-radius:10px;
  position:relative;
  overflow:hidden;
  z-index:1;
  box-shadow: 0 2px 10px 3px rgba(70,202,103,0.18);
}

.question-section .right-col .dots-container1 {
  max-width: 30px;
  float: right;
  position: absolute;
  top: 220px;
  transform: rotate(180deg);
  right: 84px;
  z-index: -1;
}

.question-section .right-col .dots-container2 {
  max-width: 30px;
  float: left;
  position: absolute;
  bottom: 170px;
  transform: rotate(0);
  left: 84px;
  z-index: -1;
}

.question-section .right-col .inner-cont{
  max-width:500px;
  margin:0 auto;
  float:none;
}

.question-section .right-col .slide-instructions p{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 21px;
  color: #004250;
  margin-bottom:15px;
}

.question-section .right-col .slide-instructions{
  margin-bottom:25px;
}

.question-section .right-col .smiley{
  border: 1.05px solid #DEDEDE;
  border-radius: 3.15px;
  background-color: #FFFFFF;
  width:101px;
  height:96px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 10px 54px;
  cursor:pointer;
  text-align: center;
}

.question-section .right-col .smiley p{
  color: #004250;
  font-size: 12.6px;
  font-weight: 500;
  letter-spacing: 0.39px;
  line-height: 22.05px;
  margin-top: 8px;
}

.question-section .right-col .smiley.active{
  border: 1px solid #46ca67;
  border-radius: 3.15px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(70,202,103,0.24);
  opacity: 1;
}

.question-section .right-col .smiley.not-clicked{
  opacity: 0.52;
}

.question-section .right-col .smileys-slider{
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  float: none;
}

.pass-not-relevant-cta i{
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25.84px;
  color: #004250;
  cursor: pointer;
}

.pass-not-relevant-cta{
  margin-top:40px;
}

.next-question-cta>div,
.hbs-submit-btn>div{
  padding-right: 45px;
  font-size: 16px;
  color: #fff;
  line-height: 13px;
  text-align: center;
  background:#46ca67;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 13px 0 rgba(70,202,103,0.48);
  display: inline-block;
  font-weight: bold;
  padding: 19px 20px 19px 0px;
}

#question_numbering {
  color: #ffffff;
  background: rgb(0,0,0,0.08);
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 13px;
}

body .row-fluid .question-section .result-section{
  max-width:500px;
  margin:0 auto;
  float:none;
}

.question-section .result-section .heading-cont p{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 21px;
  color:#004250;
}

body .row-fluid .question-section .result-section .form-container{
  text-align:left;
  max-width:368px;
  margin:20px auto 0;
  float:none;
}

.question-section .result-section .form-container form .field>label{
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  color: #004250;
  text-transform:uppercase;
  margin-bottom:5px;
}

.question-section .result-section .form-container form .hs-button{
/*   background-color: #EF9600; */
  margin-top: 10px;
}

.question-section .result-section .form-container form .actions{
  position:relative;
}

.question-section .result-section .form-container form .actions:before{
/*   position:absolute;
  left: 13px;
  top: -5px;
  content:'';
  background: url(https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Fill%203.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 51px;
  height: 48px; */
}
.question-section .inner-cont h2{
margin-bottom:15px;
}
.question-section .result-section .email-image{
  margin-bottom:15px;
}


@media(max-width:1024px){

  .question-section .right-col{
    width: 69.309392%;  
    padding: 173px 60px 148px;
  }

  .question-section .left-col {
    width: 27.928177%;
    padding: 40px 20px 32px;
  }

}

@media(max-width:767px){

  .question-section{
    overflow-y: scroll;
  }

  .question-section .left-col{
    width:100%;
    height:100%;
    display:none !important;
  }

  .question-section .right-col{
    width:100%;
    height:100%;
    padding: 29px 20px 32px;
  }

  .question-section .right-col .logo-info {
    position: relative;
    margin-top: 85px;
  }

  .smileys-slider>.row-fluid-wrapper:first-child>.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;
  }

  .question-section .right-col .smiley{
    /*     width: 81px;
    height: 81px; */
    height: 87px;
    width: 92px;
    margin: 0 3px 35px;
    /*     float:left; */
  }

  .question-section .right-col .smiley:last-child{
    margin-right:0;  
  }

  .question-section .result-section .form-container form .hs-button {
    padding: 18.5px 10px;
  }

  .body-container-wrapper .question-section .right-col ul.questions-list li{
    margin: 0;
    display: none;
  }

  .body-container-wrapper .question-section .right-col ul.questions-list li.active{
    display: block;
  }

  .question-section .right-col ul.questions-list li.active a{
    color: #004250;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
  }

  .question-section .questions-group h2{
    font-size: 35px;
    letter-spacing: -0.7px;
    line-height: 42px;
  }

  .pass-not-relevant-cta{
    margin-top: 38px;
  }
} 

@media(max-width: 480px){
  .question-section .right-col .smiley{
    height: 90px;
    width: 90px;

  }

  .question-section .right-col .smiley img{
    max-width: 38px !important;
  }

  .question-section .right-col .smiley p{
    font-size: 12px;
  }

  .question-section .right-col .logo-info{
    margin-top: 52px;
  }



}




/***************** Assessment Tool Form Section Styling ********************/



.assessment-tool-form-section .top-row{
  border: 1px solid #EFF3F9;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 3px rgba(115,158,44,0.18);
  padding:125px 54px 107px;
  border-radius: 10px;
  position:relative;
  overflow:hidden;
  z-index:2;
}

.assessment-tool-form-section{
  height:100%;

}

.assessment-tool-form-section .dots-container1 {
  max-width: 30px;
  float: right;
  position: absolute;
  top: 220px;
  transform: rotate(180deg);
  right: 84px;
  z-index: 0;
}

.assessment-tool-form-section .dots-container2 {
  max-width: 30px;
  float: left;
  position: absolute;
  bottom: 120px;
  transform: rotate(0);
  left: 84px;
  z-index: 0;
}

.assessment-tool-form-section .bottom-row{
  border-radius: 10px;
  margin-top:24px;
  background-color: #FFFFFF;
  padding:39px 50px 48px;
}

.assessment-tool-form-section .bottom-row .how-it-works-cm .cm-container{
  display: flex;
  justify-content: center;
}

.assessment-tool-form-section .text-container .heading-container h6{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 19.84px;
  color: #EF9600;
}

.assessment-tool-form-section .text-container .heading-container h1{
  font-size: 76px;
  font-weight: bold;
  letter-spacing: -0.88px;
  line-height: 75px;
}

.assessment-tool-form-section .text-container .heading-container p{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27.53px;
  color: #004250;
  max-width:454px;
}

.assessment-tool-form-section .top-row .form-container .form-heading p{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 21px;
  color: #004250;
}

.assessment-tool-form-section .top-row .form-container{
  max-width:368px;
}

.assessment-tool-form-section .top-row .form-container form .field>label{
  color: #004250;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  text-transform:uppercase;
  margin-bottom:5px;
}

.assessment-tool-form-section .top-row .form-container form .hs-button{
  border-radius: 3px;
  background-color: #EF9600;
  width:100%;
  margin-top:5px;
}

.assessment-tool-form-section .top-row .form-container form .actions{
  position:relative;
}

.assessment-tool-form-section .top-row .form-container form .actions:before{
  position:absolute;
  left: -80px;
  top: -17px;
  content:'';
  background:url('https://4033956.fs1.hubspotusercontent-na1.net/hubfs/4033956/Assets%20May%202019/Images/Fill%203.svg');
  width:64px;
  height:61px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.assessment-tool-form-section .top-row .form-container .description-cont p{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.41px;
  line-height: 17px;
  color: #004250;
}

.assessment-tool-form-section .top-row .form-container .description-cont p img{
  vertical-align:middle;
  position:relative;
  top:-1px;
  padding-right:10px;
}

.assessment-tool-form-section .top-row .form-container .description-cont{
  margin-top:10px;
}

.assessment-tool-form-section .how-it-works-cm .cm-container .inner-container {
  margin-bottom: 0px;
  width: 29%;
  margin-right:0;
}

.assessment-tool-form-section .how-it-works-cm .cm-container .description p{
  max-width:100%;
  margin-bottom:0;
}

.assessment-tool-form-section .bottom-row{
  margin-bottom:29px;
}

.assessment-tool-form-section .how-it-works-cm .cm-container .icon img{
  width:49px!important;
  height:49px!important;
}

.assessment-tool-form-section .how-it-works-cm .cm-container .inner-container{
  position:relative;
  z-index:1;
}


.assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:after{
  position: absolute;
  right: -170px;
  top: -329px;
  content: '';
  width: 360px;
  height: 350px;
  z-index: -1;
  border-right: 3px dashed rgb(148 201 61 / 0.3);
  transform: rotate(90deg);
}

.assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:last-child:after{
  display:none;
}

.assessment-tool-form-section .logo-info h6{
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.63px;
  line-height: 19.84px;
  color: #004250;
  margin-bottom:5px;
}

@media(min-width: 768px){
  .assessment-tool-form-section{

    height:100vh;
  }
}


@media(max-width:1240px){

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:after{
    right: -181px;  
  }
}

@media(max-width:1190px){

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:after{
    right: -200px; 
    top: -295px;
    width: 360px;
    height: 280px;
  }
}


@media(max-width:1100px){

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:after{
    top: -269px;
    right: -170px;
    width: 360px;
    height: 230px;
  }

}

@media(max-width:1024px){

  .assessment-tool-form-section .text-container .heading-container h1{
    font-size: 56px;
    line-height: 55px;  
  }

  .assessment-tool-form-section .top-row {
    padding: 125px 25px 107px;
  }

  .assessment-tool-form-section .top-row .form-container form .actions:before{
    display:none;
  }

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container{
    width:33%;  
  }
}


@media(max-width:767px){


  .assessment-tool-form-section .text-container .heading-container h1 {
    font-size: 46px;
    line-height: 48px;
  }

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

  .assessment-tool-form-section .form-container .form-heading{
    text-align:left;
  }

  .assessment-tool-form-section .form-container{
    margin-top:30px;
  }

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container {
    width: 100%;
  }

  .assessment-tool-form-section .bottom-row .how-it-works-cm .cm-container{
    display:block;
  }

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container{
    margin-bottom:40px;
  }

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:last-child{
    margin-bottom:0;
  }

  .assessment-tool-form-section .how-it-works-cm .cm-container .inner-container:after{
    display:none;
  }

  .assessment-tool-form-section .top-row .form-container {
    max-width: 100%;
  }
}


/***************** Assessment Tool Thankyou Styling ******************/



.assessment-tool-thankyou{
  background-color: rgba(70,202,103,0.1);
  padding:32px 68px 29px;
}

.assessment-tool-thankyou .inner-container{
  border: 1px solid #EFF3F9;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 3px rgba(70,202,103,0.1);
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:85vh;
  overflow:hidden;
  position:relative;
}

.assessment-tool-thankyou .inner-container>.row-fluid-wrapper{
  width:100%;
}

.assessment-tool-thankyou .inner-container .icon{
  margin-bottom:10px;
}

.assessment-tool-thankyou .inner-container .text-container p{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.53px;
  line-height: 21px;
  color: #004250; 
  max-width:382px;
  margin:0 auto 25px;
  float:none;
}

.assessment-tool-thankyou .inner-container .text-container h2{
  margin-bottom:10px;
}

.assessment-tool-thankyou .inner-container .cta-container{
  max-width:680px; 
  margin: 0 auto;
  float: none;
}

/* .assessment-tool-thankyou .inner-container .cta-container .cta-3{
margin-left:0;
} */

.assessment-tool-thankyou .dots-container1 {
  max-width: 30px;
  float: right;
  position: absolute;
  top: 220px;
  transform: rotate(180deg);
  right: 84px;
  z-index: 0;
}

.assessment-tool-thankyou .dots-container2 {
  max-width: 30px;
  float: left;
  position: absolute;
  bottom: 120px;
  transform: rotate(0);
  left: 84px;
  z-index: 0;
}

.assessment-tool-thankyou .logo-info h6{
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.63px;
  line-height: 19.84px;
  color: #004250;
}

.assessment-tool-thankyou .logo-info{
  margin-top:29px;
} 

body .assessment-tool-thankyou .cta-1 a.cta_button[title],
body .assessment-tool-thankyou .cta-2 a.cta_button[title],
body .assessment-tool-thankyou .cta-3 a.cta_button[title]{
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  padding: 18.5px 10px;
  border-raduis
}



@media(max-width:767px){
  body .assessment-tool-thankyou .cta-1 a.cta_button[title],
  body .assessment-tool-thankyou .cta-2 a.cta_button[title],
  body .assessment-tool-thankyou .cta-3 a.cta_button[title]{
    max-width: 300px;
  }
}


@media(max-width:767px){

  .assessment-tool-thankyou {
    padding: 32px 20px 29px;
  }

  .assessment-tool-thankyou .cta-1,
  .assessment-tool-thankyou .cta-2{
    margin-bottom:20px;
  }
}