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

@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');


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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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




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

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1210px;
  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-bottom:15px;
  color:#004250;
  text-weight:bold;
}

.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: 62px;
  font-weight:bold;
  letter-spacing: -0.72px;
  margin-bottom: 25px;
  line-height:65px;
}

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

h3{
  font-size:22px;
  font-weight: 500;
  letter-spacing:normal;
  margin-bottom:5px;
  line-height: 27.53px;
  color: #004250;
}

h4{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height:25px;
  letter-spacing:0.54px;
}

h5{
  font-size: 12px;
  letter-spacing:0.69px;
  color:#94C93D;
  font-weight: bold;	
  line-height: 19.84px;
  text-transform:uppercase;
}

h6{
  font-size:12px;
  line-height:25px;
  color:#94C93D;
  font-weight:500;
  letter-spacing:0.69px;
  margin-bottom:10px;
  text-transform:uppercase;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 25.8px;
  letter-spacing: normal;
  font-weight: normal;
  color: #7E7E7E;
}



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

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

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

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

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

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

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

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

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



body a.cta_button[title],
body a.cta_button,
body .container-fluid .row-fluid .hs-button{
  background: #94c93d;
  font-size: 16px;
  line-height: 13px;
  padding: 18.5px 29px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  position: relative;
  border: none;
  z-index: 1;
  font-family: "Proxima-nova";
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.11);
}



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

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

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

body .simple-cta a.cta_button{
  background:transparent;
  border:0;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  position:relative;
  color: #004250;
  font-size:16px;
  line-height:25px;
  font-weight:500;
  box-shadow:none;
  padding-right:0;
  transition: .2s all ease-in-out;
  border-bottom: 2px solid transparent; 
  border-radius:0;
}

body .simple-cta a.cta_button:hover{
  box-shadow:none;
  border-bottom: 2px solid #94c93d; 
  transition: .2s all ease-in-out; 
  background:transparent;
}

.simple-cta a:after{
  content: '';
  background: url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 25px;
  height: 11px;
  right: -37px;
  top: 7px;
  position: absolute;
  z-index: 2;
  transition:0.2s all ease-in-out;
}  

.simple-cta a:hover:after{
  right:-42px;
  transition:0.2s 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;
}


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

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

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

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



@media (min-width: 768px) {

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

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

}


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

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

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

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

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

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

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

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

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

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

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


  h6{
    font-size:12px;
  }

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


}




@media (max-width:767px){

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

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

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

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

  h2 {
    font-size: 33px;
    line-height: 39px;
  }


  h3 {
    font-size: 22px;
    line-height:35.5px;
  }

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

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

  h6{
    font-size:11px;
  }

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

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

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

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

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

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

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

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

}


@media (max-width:480px){

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

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

.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: 2px;
  margin-top: 3px;
  color: #959595;

}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

body .row-fluid select{
  background: #fff url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat!important;
  background-position: center right!important;
  -webkit-appearance: none;
}





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

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

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

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

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

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



@media (max-width:480px){

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

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

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

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

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



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






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



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

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

body .container-fluid .row-fluid .header-section{
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  position:relative;
  max-width:1180px;
  margin:24px auto 0;
  float:none;
  padding: 14px 0 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6;
  border-radius:3px;
}


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

.header-section .link-container ul{
  list-style-type:none;
  margin:0;
  padding-left:0;
}

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

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

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

.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: 24px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/fill-1-copy.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 6px;
  transition:0.3s all ease-in-out;
}

.header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children:hover>a:after{
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/fill-1%20%284%29.svg);
  transition:0.3s all ease-in-out;
  background-repeat: no-repeat;
}

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

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:#94C93D;
}

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:#94c93d;
}



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

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



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


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://cdn2.hubspot.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;
}

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:hover:after{
  background: url(https://cdn2.hubspot.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 .child-grp.for-1-child{
  display:none!important;
}

.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-3-child{
  display:none!important;
}

.mega-menu-popout-container .child-grp.for-4-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: absolute;
  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:#94C93D;  
}

.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: 320px;
    margin: 0 auto!important;
    float: none!important;
    text-align: center;
    width: 100%;
    box-sizing: border-box!important;
    display: flow-root;
  }

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

  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: 22px;
    z-index: 11;
    right: 50px;
  }

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





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




.footer-section{
  background-image: linear-gradient(166deg, #004250, #0098b8);
  padding:55px 0 59px;
  position:relative;
  z-index:1;
}

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://cdn2.hubspot.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 #94c93d;
  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;
}

body .row-fluid .footer-section .wrapper{
  max-width:1208px;
}

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

.footer-section .hs-menu-wrapper ul li a{
  color:#E1EEF1;
  font-size:15px;
  line-height:26px;
  letter-spacing:-0.32px;
  font-weight:500;
  padding-left:0;
  padding: 6px 20px;
  padding-left:0;
  width:100%;
  max-width:100%;
  transition:0.2s all ease-in-out;
}

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

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

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

body .row-fluid .footer-section .col-3 form .hs-button{
  width: 21%;
  position: absolute;
  right: 0;
  top: 27px;
  height: 49px;
  text-align: center;
  padding: 9px 0;
  font-size:16px;
  line-height:30px;
  letter-spacing:0;
  font-weight:bold;
  color:#fff!important;
}

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

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

.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{
  margin-top:9px;
  width: 51.67%;
}

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://cdn2.hubspot.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;
}

.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:1150px) and (min-width:1025px){

  body .row-fluid .footer-section .col-3 {
    width: 50.67%;
  }

}


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

  body .row-fluid .footer-section .col-3 {
    width: 50.67%;
  }
}



@media(max-width:767px){

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

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

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

  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: 40px 0 69px;
  }

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

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

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

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









/*====================================================
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: -57px;          /* 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: 75px;
    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: -14px;
    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 *******************/



/*==============================================================
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{
  font-size:16px;
  line-height:25.84px;
  letter-spacing:0;
  color: #004250;
  font-weight:500;
  background:transparent;
  padding:0;
  position:relative;
  box-shadow:none;
  transition: .2s all ease-in-out;
  border-bottom:2px solid transparent;
}

body .row-fluid .student-main-section1 .client-portal a.cta_button:after{
  position: absolute;
  right: -36px;
  top: 7px;
  content: '';
  background: url(https://cdn2.hubspot.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 .student-main-section1 .client-portal a.cta_button:hover{
  box-shadow: none;
  border-bottom: 2px solid #94c93d;
  transition: .2s all ease-in-out;
}

body .row-fluid .student-main-section1 .client-portal a.cta_button:hover:after{
  right: -42px;
  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:234px 0px 46px;
}
.student-popup-video-cm{
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
}
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;
}
/* 
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;
  font-weight: bold;
  line-height: 30px;
  z-index:1;
}


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




/****************** 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://cdn2.hubspot.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;
  color:#94C93D;
  font-weight:600;
}

.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 Testimonial styling end *******************/



/*==============================================================
Homepage Banner Section Styling Start 
================================================================*/




/****************** Homepage Banner Section Styling ****************/



.homepage-banner-section{
  padding:273px 0 140px;
  position:relative;
  z-index:1;
}

.homepage-banner-section .wrapper{
  position:relative;
}

.homepage-banner-section .heading-container strong{
  font-weight:900;
}

.homepage-banner-section .heading-container h1{
  margin-bottom:14px;
  font-size:90px; 
  line-height:101px;
  letter-spacing:-1.9px;
}

.homepage-banner-section .heading-container p{
  max-width:480px;
}

.homepage-banner-section .video-cont1 h6.cta_button{
  border:1px solid #94c93d;
  color:#94c93d;
  background:#fff;
  padding: 8px 18px 8px 44px;
  border-radius:2px;
  box-sizing:border-box;
  display:inline-block;
  text-align:center;
  font-size:13px;
  line-height:30px;
  letter-spacing:0;
  font-weight:bold;
  margin-bottom:0;
  position:relative;
  transition:0.3s all ease-in-out;
}

.homepage-banner-section .video-cont1 h6.cta_button:before{
  position: absolute;
  left: 16px;
  top: 13px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/group-3%20%281%29.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 19px;
  height: 19px;
  cursor:pointer;
}

.homepage-banner-section .video-cont1 h6.cta_button:hover:before{
  background:url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/White%20play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.homepage-banner-section .video-cont1 h6.cta_button:hover{
  background:#004250;
  color:#fff;
  transition:0.3s all ease-in-out;
  border:1px solid transparent;
}

/* .homepage-banner-section .video-cont1 h6.cta_button:hover:before{
background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/group-3%20%281%29.svg);
} */

.homepage-banner-section .left-col-cta a.cta_button{
  padding: 17px 23px;
}

.homepage-banner-section .cta-container{
  max-width:400px;
  float:left;
  margin-top:21px;
  position:relative;
  z-index:2;
}

.homepage-banner-section .right-col{
  position: absolute;
  right: -320px;
  top: -340px;
  height: 893px;
  width: 893px;
  z-index: 4;
  border-radius: 100%;
}

.homepage-banner-section .right-col:after{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  background: rgba(255,255,255,0);
  width: 893px;
  height: 893px;
  border-radius: 100%;
  z-index: 0;
}

.homepage-banner-section .video-cont2{
  position:absolute;
  left:0;
  right:0;
  top:53%;
  margin:0 auto;
  float:none;
  text-align:center;
  z-index:1;
}

.homepage-banner-section .dots-container{
  position: absolute;
  bottom: 290px;
  left:0;
  z-index: -1;
}

.homepage-banner-section .left-col{
  position:relative;
  z-index:5;
}

.homepage-banner-section .video-cont2 .play-icon1 .play-icon-normal{
  display:inline-block;
}

.homepage-banner-section .video-cont2 .play-icon1 .play-icon-hover{
  display:none;
}

.homepage-banner-section .video-cont2:hover .play-icon1 .play-icon-normal{
  display:none;
}

.homepage-banner-section .video-cont2:hover .play-icon1 .play-icon-hover{
  display:inline-block;
}



@media(max-width:1024px){

  .homepage-banner-section .right-col{
    right: -160px;
    top: -70px;
    height: 733px;
    width: 733px;
  }

  .homepage-banner-section .right-col:after {
    width: 733px;
    height: 733px;
  }

  .homepage-banner-section .heading-container h1{
    font-size: 66.43px;
    line-height: 77px;
  }

  .homepage-banner-section .right-col{
    right: -160px;
    top: -200px;
    height: 593px;
    width: 593px;
  }

  .homepage-banner-section .right-col:after {
    width: 593px;
    height: 593px;
  }
}



@media(max-width:767px){

  .homepage-banner-section{
    padding: 120px 0 44px;  
  }

  .homepage-banner-section .right-col{
    display:none;
  }

  .homepage-banner-section .video-cont2{
    top:36%;
  }

  body .row-fluid .homepage-banner-section .cta-container{
    width: 100%;
    max-width: 319px;
    margin: 11px auto;
    float: none;
  }

  .homepage-banner-section .left-col-cta a.cta_button{
    width: auto;
    float: left;
    padding: 8px 18px;
    font-size: 12.8px;
    line-height: 23px;
  }

  body .row-fluid .homepage-banner-section .video-cont1 h6.cta_button {
    width: auto;
    margin-top: 0;
    float: right;
    padding: 4px 40px 3px 58px;
    font-size: 10.4px;
  }

  .homepage-banner-section .video-cont1 h6.cta_button:before {
    left: 35px;
    top: 12px;
    width: 14px;
    height: 14px;
  }

  .homepage-banner-section .video-cont1 h6.cta_button:hover:before {
    left: 35px;
    top: 12px;
    width: 14px;
    height: 14px;
  }

  .homepage-banner-section .video-cont1 h6.cta_button{
    width:100%;
  }

  .homepage-banner-section .video-cont1 h6{
    margin-top:20px;
  }

  .homepage-banner-section .left-col{
    text-align:center;
  }

  .homepage-banner-section .heading-container h1{
    font-size:38.57px;
    line-height:42px;
    color:#004250;
    letter-spacing:-0.72px;
  }


}



/**************** Homepage Section1 Styling ***********************/




@media(max-width:5000px) and (min-width:2500px){

  body .row-fluid .homepage-section1 .how-we-help-cm{
    max-width:1640px;
    margin:0 auto;
    float:none;
  }

}

.homepage-section1{
  padding:50px 0 100px;
  position:relative;
  z-index:2;
}

.homepage-section1 .heading-container h2{
  color:#94c93d;
}

.homepage-section1 .heading-container{
  max-width:661px;
  margin-bottom:5px;
}

.homepage-section1 .dots-container{
  position: absolute;
  top: 180px;
  right: 0;
  z-index: -1;
}

.homepage-section1 .how-we-help-cm .cm-section{
  position:relative;
  opacity:1;
  z-index:1;
  height:100%;
  min-height:293px;
  padding:45px 34px;
  transition:0.4s all ease-in-out;
}

.homepage-section1 .how-we-help-cm{
  position:relative;
  transition:0.4s all ease-in-out;
}

.homepage-section1 .how-we-help-cm:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  content: '';
  background: #03424f;
  z-index: 3;
  height: 473px;
  opacity:0;
  z-index:-1;
  transition:0.4s all ease-in-out;
}

.homepage-section1 .how-we-help-cm.show-hover-color:after{
  z-index:2;
  pointer-events: none;
  opacity:0.9;
  transition:0.4s all ease-in-out;
}

.homepage-section1 .how-we-help-cm .four-col-adjust span>.hs_cos_wrapper:hover .team-on-hover .hover-container{
  opacity:1;
  transition:0.4s all ease-in-out;
  z-index:1;
}

.homepage-section1 .how-we-help-cm .four-col-adjust span>.hs_cos_wrapper.test{
  z-index:11;
  transition:0.4s all ease-in-out;
}

.homepage-section1 .how-we-help-cm .four-col-adjust span>.hs_cos_wrapper:hover .cm-section{
  opacity:0;
  transition:0.4s all ease-in-out;
}

.homepage-section1 .how-we-help-cm .team-on-hover .hover-container{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  z-index:-1;
  opacity:0;
  transition:0.4s all ease-in-out;
  height:100%;
  min-height:293px;
  padding:45px 34px;
}

.homepage-section1 .how-we-help-cm .team-on-hover .hover-container:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: #004250c7;
  z-index:-1;
  width:100%;
  content:'';
  transition:0.4s all ease-in-out;
}

body .row-fluid .homepage-section1 .how-we-help-cm .four-col-adjust span>.hs_cos_wrapper{
  margin-right:0;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  float: left;
  transition:1s all ease-in-out;
  position:relative;
  z-index:2;
  cursor:pointer;
  transition:0.4s all ease-in-out;
}

body .row-fluid .homepage-section1 .how-we-help-cm .four-col-adjust span>.hs_cos_wrapper.test{
  z-index:6;
  transition:0.4s all ease-in-out;
}

body .row-fluid .homepage-section1 .how-we-help-cm .team-on-hover{
  margin-left:0;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  transition:0.4s all ease-in-out;
}

.how-we-help-cm .cm-section:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: #004250c7;
  z-index:-1;
  width:100%;
  content:'';
  transition:0.4s all ease-in-out;
}

body .row-fluid .how-we-help-cm .cm-section h6{
  font-size:10px;
  line-height:25.8px;
  letter-spacing:0.57px;
  font-weight:bold;
}

body .row-fluid .how-we-help-cm .hover-container h6{
  font-size:10px;
  line-height:25.8px;
  letter-spacing:0.57px;
  font-weight:bold;
}

.how-we-help-cm .arrow-container{
  position:relative;
  bottom:-240px;
  width:39px;
  height:39px;
  border:1px solid #fff;
  border-radius:1.6px;
  text-align:center;
  line-height:25px;
}

body .row-fluid .how-we-help-cm .four-col-adjust span{
  margin-right:0;
}

.homepage-section1 .how-we-help-cm .team-on-hover{
  position: relative;
}

.how-we-help-cm .hover-container .show-description .list-container{
  display:none;
}

.how-we-help-cm .hover-container .show-description .text-container{
  display:block;
}

.how-we-help-cm .hover-container .show-list .text-container{
  display:none;
} 

.how-we-help-cm .hover-container .show-list .list-container{
  display:block;
} 

.how-we-help-cm .hover-container .list-container ul li{
  font-size:16px;
  line-height:26px;
  font-weight:300;
  letter-spacing:-0.34px;
  margin-left:0;
  text-decoration:underline;
}

.how-we-help-cm .hover-container .list-container ul li a{
  font-size:16px;
  line-height:26px;
  font-weight:300;
  letter-spacing:-0.34px;
  margin-left:0;
  text-decoration:underline;
}

.how-we-help-cm .hover-container .list-container ul li:hover{
  color:#94C93D;
}

.how-we-help-cm .hover-container .list-container ul li:hover a{
  color:#94C93D;
}

.how-we-help-cm .hover-container .list-container ul{
  margin-top:30px;
}

.how-we-help-cm .hover-container .cta-container a.cta_button{
  background:#94C93D;
  border-radius:2px;
  font-size:15px;
  line-height:30px;
  font-weight:normal;
  text-align:center;
  padding: 4px 19px;
  letter-spacing:normal;
  transition:0.3s all ease-in-out;
  border:1px solid transparent;
}

.how-we-help-cm .hover-container .cta-container a.cta_button:hover{
  border:1px solid #94C93D;
  color:#94C93D;
  transition:0.3s all ease-in-out;
  background:transparent;
}

.how-we-help-cm .hover-container .cta-container{
  position:absolute;
  bottom:40px;
}

.how-we-help-cm .hover-container .text-container{
  margin-top:30px;
}

.how-we-help-cm .cm-container h3{
  min-height:70px;
  font-size:30px;
  line-height:31px;
}



@media(max-width:1700px){

  .homepage-section1 .how-we-help-cm:after{
    height: 583px;  
  }

  .homepage-section1 .how-we-help-cm .cm-section{
    padding: 45px 34px 100px;
  }

  .homepage-section1 .how-we-help-cm .team-on-hover .hover-container {
    padding: 45px 34px 100px;
  }

  .how-we-help-cm .arrow-container {
    position: absolute;
    bottom: 40px;
  }
}



@media(max-width:1200px){

  .homepage-section1 .how-we-help-cm:after {
    height: 683px;
  }

  .homepage-section1 .how-we-help-cm .cm-section{
    padding: 45px 34px 150px;
  }

  .homepage-section1 .how-we-help-cm .team-on-hover .hover-container {
    padding: 45px 34px 150px;
  }
}



@media(max-width:1024px){

  .homepage-section1{
    padding: 20px 0 100px;
  }

  .how-we-help-cm .arrow-container{
    bottom:-210px;
  }

  .how-we-help-cm .cm-container h3{
    font-size: 25px;
    line-height: 30px;  
  }

  .homepage-section1 .how-we-help-cm .cm-section {
    padding: 35px 8px 160px;
  }

  .homepage-section1 .how-we-help-cm:after{
    height: 683px;
  }

  .homepage-section1 .how-we-help-cm .team-on-hover .hover-container {
    padding: 35px 8px 160px;
  }

  .how-we-help-cm .hover-container .text-container {
    margin-top: 0;
  }

  .how-we-help-cm .hover-container .cta-container {
    position: absolute;
    bottom: 20px;
  }

  .how-we-help-cm .cm-container h3 {
    font-size: 20px;
    line-height: 30px;
  }
}


@media(max-width:767px){

  .homepage-section1 .heading-container h2{
    margin-bottom:14px;
  }

  .how-we-help-cm .arrow-container{
    bottom:-170px;
  }

  .homepage-section1{
    padding: 20px 0 20px;  
  }

  .homepage-section1 .heading-container{
    text-align:center;
    margin-bottom:25px;
  }

  .homepage-section1 .how-we-help-cm .cm-section{
    padding: 33px 47px 160px;
    min-height: 335px;
  }

  .homepage-section1 .how-we-help-cm:after{
    display:none;
  }

  .homepage-section1 .how-we-help-cm .team-on-hover .hover-container {
    padding: 33px 47px 160px;
    box-sizing:border-box;
  }

  body .row-fluid .homepage-section1 .how-we-help-cm .four-col-adjust span>.hs_cos_wrapper{
    margin-top:5px;
  }

  body .row-fluid .how-we-help-cm .hover-container .text-container{
    margin-top:0;
  }

  .how-we-help-cm .cm-container h3{
    font-size: 26px;
    line-height: 31px;
  }

  .homepage-section1 .dots-container #home-section2-hex7{
    display:none;
  }

  .homepage-section1 .dots-container #home-section2-hex7{
    display:none!important;
  }

  .homepage-section1 .dots-container #home-section2-hex8{
    display:none;
  }

  .homepage-section1 .dots-container #home-section2-hex9{
    display:none;
  }

  .homepage-section1 .dots-container #home-section2-hex10{
    display:none;
  }

  .homepage-section1 .dots-container #home-section2-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: -90px;
  }

  .homepage-section1 .dots-container #home-section2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    top: -90px;
  }

  .homepage-section1 .dots-container #home-section2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    top: -90px;
  }

  .homepage-section1 .dots-container {
    top: 60px;
  }

  .homepage-section1 .dots-container #home-section2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: -35px;
  }

  .homepage-section1 .dots-container #home-section2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    top: -35px;
  }

  .homepage-section1 .dots-container #home-section2-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -35px;
    right: 110px;
  }
}




/************************ 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: #94C93D;
}

.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: 25px;
  height: 11px;
  top: 133px;
  right: -27%;
  content: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20Right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.image-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  top: 138px;
  right: -22%;
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.image-slider .slick-prev:hover:after{
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Left%20Green.svg);
}

.image-slider .slick-next:hover:after{
  content: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg);
}

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

body .row-fluid .homepage-section2 .wrapper{
  max-width:780px;
  margin:0 auto;
  float:none;
  position:relative;
}

.homepage-section2 .client-saying-cm .subheading h5{
  font-size:16px;
  line-height:25px;
  color:#004250;
  letter-spacing:0.91px;
  font-weight:bold;
}

.homepage-section2 .client-saying-cm .description h3{
  /*font-size:25px;
  line-height:41px;
  letter-spacing:-0.54px;
  color:#94C93D;
  font-weight:bold;*/
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #94C93D;
  font-weight: 600;
}

.homepage-section2 .client-saying-cm .name-designation p{
  font-size:18px;
  line-height:36px;
  color:#004250;
  font-weight:500; 
}

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

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

.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: 25px;
  height: 11px;
  top: 133px;
  right: -27%;
  content: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20Right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.image-slider .slick-prev:after{
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  top: 138px;
  right: -22%;
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
}

.image-slider .slick-prev:hover:after{
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Left%20Green.svg);
}

.image-slider .slick-next:hover:after{
  content: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg);
}

.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 .subheading h5{
  font-size:16px;
  line-height:25px;
  color:#004250;
  letter-spacing:0.91px;
  font-weight:bold;
}

.homepage-section2 .client-saying-cm.client-img-cont .description h3{
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.49px;
  line-height: 36px;
  color:#94C93D;
  font-weight:600;
}

.homepage-section2 .client-saying-cm .name-designation p{
  font-size:18px;
  line-height:36px;
  color:#004250;
  font-weight:500; 
}

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


}





/********************** Homepage Section3 Styling ******************/



.homepage-section3{
  padding:89px 0 111px;
  background: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
}

.homepage-section3 .wrapper{
  position:relative;
}

.homepage-section3 .heading-container p{
  margin-bottom:3px;
} 

.homepage-section3 .right-col .cta-container{
  position:relative;
  left:-40px;
  margin-top:30px;
}

.homepage-section3 .right-col{
  float:right;
  text-align:right;
}

.home-recent-posts .featured-image{
  height:154px;
  border-top-left-radius:3px;
  border-top-right-radius:3px
}

.home-recent-posts .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;
}

.home-recent-posts .home-post-item-2,
.home-recent-posts .home-post-item-3,
.home-recent-posts .home-post-item-4,
.home-recent-posts .home-post-item-5{
  width: 21.076923%;
  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:5px;
  position:relative;
}

.home-recent-posts .home-post-item-1 .featured-image{
  height:424px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.home-recent-posts .header-container h4{
  font-size:14px;
  line-height:16px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
}

.home-recent-posts .topic-container{
  margin-left:0;
}

.home-recent-posts .topic-container .topic-list{
  margin: 0;
  position: absolute;
  top: 6px;
  right: 8px;
}

.home-recent-posts .home-post-item-1 .topic-container .topic-list{
  right:12px;
}

.home-recent-posts .topic-container .topic-list li{
  margin-left:0;
}

.home-recent-posts .topic-container .topic-list li a{
  font-size:12px; 
  line-height:20px;
  color:#004250;
  font-weight:normal;
  background:#fff;
  padding:5px 10px;
}

.home-recent-posts .home-post-body-inner{
  margin-left:0;
  padding:16px 14px;
  height:93px;
  display:flex;
  align-items:center;
  border: 1px solid #DEDEDE;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  position:relative;
  z-index:11;
  background:#fff;
  transition:0.4s all ease-in-out;
  border-top:none;
}

.home-recent-posts .home-post-item-1:hover .home-post-body-inner,
.home-recent-posts .home-post-item-2:hover .home-post-body-inner,
.home-recent-posts .home-post-item-3:hover .home-post-body-inner,
.home-recent-posts .home-post-item-4:hover .home-post-body-inner,
.home-recent-posts .home-post-item-5:hover .home-post-body-inner{
  border:1px solid #94C93D;
  transition:0.4s all ease-in-out;
  border-top:none;
  box-shadow: 0 7px 39px -4px rgba(148,201,61,0.17);
}

.home-recent-posts .home-post-item-1 .home-post-body-inner{
  padding: 31px 20px;
  height: 97px;
}

.home-recent-posts .home-post-body-inner .header-container h4{
  margin-bottom:0;
}

.home-recent-posts .home-post-item-1 .home-post-body-inner .header-container h4{
  font-size:22px;
  line-height:27px;
  color:#004250;
  font-weight:500;
  transition:0.3s all ease-in-out;
}

.home-recent-posts .home-post-item-1:hover .home-post-body-inner .header-container h4{
  color:#94C93D;
  transition:0.3s all ease-in-out;
}

.home-recent-posts .home-post-body-inner .header-container h4{
  transition:0.3s all ease-in-out;
}

.home-recent-posts .home-post-item-1:hover .home-post-body-inner .header-container h4,
.home-recent-posts .home-post-item-2:hover .home-post-body-inner .header-container h4,
.home-recent-posts .home-post-item-3:hover .home-post-body-inner .header-container h4,
.home-recent-posts .home-post-item-4:hover .home-post-body-inner .header-container h4,
.home-recent-posts .home-post-item-5:hover .home-post-body-inner .header-container h4{
  transition:0.3s all ease-in-out;
  color:#94C93D;
}

.home-recent-posts .home-post-item-1 .header-container{
  max-width:100%;
}

.homepage-section3 .home-recent-posts{
  margin-top:30px;
}

.homepage-section3 .home-recent-posts .arrow-container{
  float:right;
  text-align:right;
}

.homepage-section3{
  position:relative;
  z-index:1;
}

.homepage-section3 .dots-container{
  right: 0;
  position: absolute;
  width: 100%;
  bottom:30px;
  z-index:-1;
}



@media(max-width:1024px){

  .homepage-section3{
    padding: 70px 0 70px;
  }

  .home-recent-posts .home-post-item-2,
  .home-recent-posts .home-post-item-3,
  .home-recent-posts .home-post-item-4,
  .home-recent-posts .home-post-item-5{
    width: 23.076923%;
    margin-left: 1.564103%;
  }

  .home-recent-posts .home-post-item-1 .home-post-body-inner .header-container h4{
    font-size: 19px;
    line-height: 27px;
  }


}


@media(max-width:767px){

  .homepage-section3 .right-col{
    float:none;
    text-align:left;
  }

  .homepage-section3 .left-col{
    text-align:center;
  }

  .home-recent-posts .home-post-item-1 .topic-container .topic-list{
    top:12px;
    right:15px;
  }

  .homepage-section3 .right-col .cta-container a.cta_button{
    width:auto;
  }

  .homepage-section3 .right-col .cta-container{
    left:0;
    position: absolute;
    margin-top: 30px;
    bottom: -68px;
    right: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .home-recent-posts .home-post-item-1,
  .home-recent-posts .home-post-item-2,
  .home-recent-posts .home-post-item-3,
  .home-recent-posts .home-post-item-4,
  .home-recent-posts .home-post-item-5{
    width:100%;
    margin:0 0 22px;
  }

  .home-recent-posts .home-post-item-1 .featured-image,
  .home-recent-posts .home-post-item-2 .featured-image,
  .home-recent-posts .home-post-item-3 .featured-image,
  .home-recent-posts .home-post-item-4 .featured-image,
  .home-recent-posts .home-post-item-5 .featured-image{
    height:207px;
  }

  .home-recent-posts .header-container h4{
    font-size:16px;
    max-width:100%;
  }

  .home-recent-posts .home-post-item-1 .home-post-body-inner .header-container h4{
    font-size:16px;
    line-height:20px;
  }

  .home-recent-posts .header-container{
    float:left;
    display: flex;
    align-items: flex-end;
    text-align: left;
    width: 82.97872339599999%;
  }

  .home-recent-posts .home-post-item-1 .home-post-body-inner{
    height:auto;
  }

  .home-recent-posts .home-post-body-inner{
    height:auto;
  }

  body .row-fluid .home-recent-posts .home-post-body-inner>.row-fluid{
    display: flex;
    justify-content: center;
    align-items: center; 
  }

  body .row-fluid .home-recent-posts .home-post-body-inner{
    padding: 0px 15px;
    min-height: 90px!important;
  }

  .homepage-section3 .home-recent-posts .arrow-container{
    margin-top:-5px;
  }

  .homepage-section3{
    padding: 50px 0 138px;
  }

  .homepage-section3 .home-recent-posts .arrow-container {
    float: right;
    text-align: right;
    align-items: right;
    width: 14.89361702%;
  }

  .homepage-section3 .dots-container{
    display:none;
  }
}





/********************* Homepage Section4 Styling *******************/




.homepage-section4{
  padding:113px 0 130px;
  position:relative;
  z-index:1;
}

.homepage-section4 .right-col{
  padding-left: 70px;
}

body.homepage .homepage-section4 .right-col{
  padding-left:70px;
}

.homepage-section4 .right-col .heading-container h2{
  max-width:507px;
}

.homepage-section4 .right-col .heading-container p{
  max-width:508px;
}

.homepage-section4 .download-now{
  margin-top:10px;
}

.homepage-section4 .dots-container{
  position: absolute;
  bottom: 177px;
  z-index: -1;
  left:-40px;
}

.homepage-section4 .left-col .mobile-img-cont{
  display:none;
}

.homepage-section4 .left-col img{
  height:auto;
}



@media(max-width:1024px){


  .homepage-section4{
    padding: 43px 0 100px;  
  }

  .homepage-section4 .right-col {
    padding-left: 20px;
  }

  .homepage-section4 .dots-container{
    display:none;
  }
}



@media(max-width:767px){

  .homepage-section4 .left-col{
    margin-bottom:20px;
  }

  .homepage-section4 .dots-container{
    display:block;
  }

  .homepage-section4 .left-col .mobile-img-cont{
    display:block;
  }

  .homepage-section4 .left-col .image-container{
    display:none;
  }

  body .row-fluid .homepage-section4 .left-col img{
    height: auto!important;
    max-width: 208px!important;
    margin: 0 auto!important;
    float: none!important;
    text-align: center;
    width: 100%;
  }

  body .row-fluid .homepage-section4 .left-col .image-container{
    text-align:center;
  }

  body .row-fluid .homepage-section4 .left-col .mobile-img-cont{
    text-align:center;
  }

  body .row-fluid .homepage-section4 .right-col {
    padding-left: 0;
    margin-top: 23px;
  }

  .homepage-section4 .right-col .heading-container h2{
    max-width:100%; 
    text-align:center;
  }

  .homepage-section4 .right-col .heading-container p{
    max-width:100%;
    text-align:center;
  }

  .homepage-section4 .download-now{
    text-align:center;
  }

  .homepage-section4{
    padding: 43px 0 120px;
  }

  .homepage-section4 .dots-container {
    top: 100px;
    left: 0;
    bottom: initial;
  }

  .homepage-section4 .dots-container #home-sec4-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 0;
  }

  .homepage-section4 .dots-container #home-sec4-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 55px;
  }

  .homepage-section4 .dots-container #home-sec4-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 110px;
  }

  .homepage-section4 .dots-container #home-sec4-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 285px;
  }

  .homepage-section4 .dots-container #home-sec4-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 340px;
    top: 0;
  }

  .homepage-section4 .dots-container #home-sec4-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 55px;
  }

  .homepage-section4 .dots-container #home-sec4-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: 55px;
  }

  .homepage-section4 .dots-container #home-sec4-hex8 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: 285px;
  }

  .homepage-section4 .dots-container #home-sec4-hex9 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 340px;
    top: 55px;
  }

  .homepage-section4 .dots-container #home-sec4-hex10 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 110px;
  }

  .homepage-section4 .dots-container #home-sec4-hex11 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 55px;
    top: 110px;
  }

  .homepage-section4 .dots-container #home-sec4-hex12 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 285px;
    top: 110px;
  }

  .homepage-section4 .dots-container #home-sec4-hex13 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 340px;
    top: 110px;
  }

  .homepage-section4 .dots-container #home-sec4-hex14 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 165px;
  }

  .homepage-section4 .dots-container #home-sec4-hex15 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 55px;
    top: 165px;
  }

  .homepage-section4 .dots-container #home-sec4-hex16 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 285px;
    top: 165px;
  }

  .homepage-section4 .dots-container #home-sec4-hex17 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 340px;
    top: 165px;
  }

  .homepage-section4 .dots-container #home-sec4-hex18,
  .homepage-section4 .dots-container #home-sec4-hex19,
  .homepage-section4 .dots-container #home-sec4-hex20,
  .homepage-section4 .dots-container #home-sec4-hex21,
  .homepage-section4 .dots-container #home-sec4-hex22,
  .homepage-section4 .dots-container #home-sec4-hex23,
  .homepage-section4 .dots-container #home-sec4-hex24,
  .homepage-section4 .dots-container #home-sec4-hex25,
  .homepage-section4 .dots-container #home-sec4-hex26,
  .homepage-section4 .dots-container #home-sec4-hex27,
  .homepage-section4 .dots-container #home-sec4-hex28{
    display:none;
  }


}





/*********************** 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;
  border-radius:50%;
  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://cdn2.hubspot.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 #94C93D;
}

.homepage-section6 .left-col .jobs-cm a.cta_button:hover{
  background:#94C93D;
  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;
}

.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(min-width: 768px){
  .homepage-section6 .jobs-cm .col-3 ul li:first-child{
    width: 8%;
    vertical-align: top;
  }

  .homepage-section6 .jobs-cm .col-3 ul li:last-child{
    width: 80%;
    vertical-align: top;
  }
}


@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;
    max-width: 70%;
  }

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



}



/****************** Homepage Team Cm Styling Start ********************/





.homepage-team-cm{
  position:relative;
  z-index:1;
  padding-bottom:16px;
}

.homepage-team-cm .dots-container{
  position: absolute;
  right: 0;
  bottom: 130px;
  z-index:-1;
}

.homepage-team-cm .right-col:before{
  position: absolute;
  left: -120px;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: auto;
  background: linear-gradient(358.42deg,rgba(255,255,255,0) 0%,rgba(148,201,61,0.08) 100%);
  z-index: -1;
}

.homepage-team-cm .right-col .description-container p{
  font-size:17px; 
  line-height:25px;
  letter-spacing:-0.51px;
  font-weight:normal;
  color:#959595;
}

.homepage-team-cm .right-col .description-container{
  max-width:525px;
}

.homepage-team-cm .right-col{
  padding:90px 0;
  margin-left:0;
  width:52%;
  position:relative;
  float:right;
  padding-left:40px!important;
  margin-top:87px;
}

.homepage-team-cm .left-col{
  width:48%;
}

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

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

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

.team-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #94C93D;
}

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

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

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

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

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

.team-slider .slick-next:after{
  position: absolute;
  width: 25px;
  height: 11px;
  top: 87%;
  left: 54.5%;
  content: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20Right.svg);
  z-index: 1;
  cursor: pointer;
}

.team-slider .slick-prev:after{
  position: absolute;
  width: 25px;
  height: 11px;
  top: 87%;
  left: 52%;
  content: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/arrow-dark.svg);
  z-index: 1;
  cursor: pointer;
}

.team-slider ul.slick-dots{
  padding-left: 0;
  position: absolute;
  bottom: 120px;
  left: -33%;
  transform: rotate(90deg);
}

.team-slider .left-col .image-container{
  height:621px;
}

.homepage-team-cm .right-col .main-heading h5{
  font-size:15.76px;
  line-height:25px;
  font-weight:bold;
  letter-spacing:0.9px;
  text-transform:uppercase;
  position: relative;
  top: -100px;
}

.homepage-team-cm .right-col .info-container h2{
  margin-bottom:10px;
}

.homepage-team-cm .right-col .info-container{
  margin-bottom:30px;
}

.homepage-team-cm .right-col .info-container h4{
  font-size:22px;
  line-height:31px;
  font-weight:bold;
  letter-spacing:normal;
}

.team-slider .right-col .cta-container a.cta_button:focus{
  outline:none;
}

.team-slider .right-col .description-container{
  margin-top:30px;
  position:relative;
}

.team-slider .right-col .description-container:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:#94C93D;
  height:3px;
  width:auto;
}

.team-slider .right-col .cta-container{
  margin-top:60px;
}

.team-slider .slick-list{
  overflow:visible;
}

.team-slider .left-col .cta-container a.cta_button{
  font-size:16px;
  line-height:25px;
  font-weight:500;
  letter-spacing:normal;
  position:relative;
}

.team-slider .left-col .cta-container a.cta_button:focus{
  outline:none;
}


.team-slider .left-col .cta-container{
  margin-top: 45px;
  text-align: left;
  max-width: 470px;
  margin: 45px auto 0;
  float: none;
}

.homepage-team-cm .main-heading h6{
  width: auto;
  display: inline-block;
  float: right;
  text-align: left;
  position: absolute;
  right: 34%;
  top: 38px;
  z-index:2;
}


.homepage-team-cm .right-col .cta-container{
  margin-top:50px;
}

.homepage-team-cm .slick-prev{
  position: absolute;
  bottom: 40px;
  cursor:pointer;
}

.homepage-team-cm .slick-prev:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20left.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:25px;
  height:11px;
  z-index: 1;      
}

.homepage-team-cm .slick-prev:hover:before{
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Left%20Green.svg');
}

.homepage-team-cm .slick-next:hover:before{
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
}

.homepage-team-cm .slick-next{
  position: absolute;
  bottom: 40px;
  left:80px;
  cursor:pointer;
}

.homepage-team-cm .slick-next:before{  
  position:absolute;
  left:0;
  top:0;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20blue%20Right.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:25px;
  height:11px;
}

body .row-fluid .homepage-team-cm .main-cta-container {
  max-width: 260px;
  margin: 0px auto 0;
  float: none;
  position: relative;
  top: 0px;
}

body .row-fluid .homepage-team-cm .main-cta-container a.cta_button{
  color: #004250;
}



@media(max-width:1600px){

  .homepage-team-cm .main-heading h6{
    right:33%;
  }
}



@media(max-width:1390px){
  .homepage-team-cm .main-heading h6{
    right:27%;
  }

}


@media(max-width:1150px){

  .homepage-team-cm .main-heading h6{
    right:21%;
  }
}




@media(max-width:1024px){

  body .row-fluid .homepage-team-cm .main-cta-container{
    max-width:100%;
    padding-left:70px;
  }

  .homepage-team-cm .right-col{
    padding: 10px 0;
    margin-left: 0;
    width: 52%;
    position: relative;
    float: right;
    padding-left: 20px !important;
    margin-top: 80px;
  }

  .homepage-team-cm .right-col .main-heading h5{
    top:-60px;
  }

  .team-slider .right-col .cta-container{
    margin-top:30px;
  }

  .team-slider .slick-next:after{
    left:57%;
  }

  .team-slider .left-col .cta-container a.cta_button{
    padding-right:0;
    padding-top:0;
  }

  .homepage-team-cm .main-heading h6{
    right:14%;
  }

  .homepage-team-cm .right-col .description-container p {
    font-size: 21px;
    line-height: 32px;
  }


}




@media(max-width:767px){

  .homepage-team-cm .left-col{
    width:100%;
  }

  .homepage-team-cm .right-col{
    width:100%;
    margin-top: 20px;
    padding-right:20px;
  }

  .team-slider .left-col .image-container{
    height: 350px;
  }

  .team-slider .left-col .cta-container{
    margin-top:25px;
  }

  .team-slider .left-col .cta-container a.cta_button{
    padding-left:20px;
  }

  .homepage-team-cm .right-col:before{
    left:0;
    right:0;
    display:none;
  }

  .homepage-team-cm .right-col .description-container p{
    font-size: 18px;
    line-height: 32px;
  }

  .homepage-team-cm .image-container{
    height:427px; 
    background-position: top center!important;
    margin-left: 20px;
  }

  .homepage-team-cm{
    background: linear-gradient(358.42deg,rgba(255,255,255,0) 0%,rgba(148,201,61,0.08) 100%);  
    padding:63px 0 72px;
  }

  .homepage-team-cm .main-heading h6 {
    right: 0;
    position: relative;
    left: 0;
    margin: 0 auto 39px;
    display: block;
    float: none;
    text-align: center;
    top: 0;
  }

  .homepage-team-cm .right-col .info-container h2{
    font-size: 40px;
    line-height: 31px;
  }

  .homepage-team-cm .slick-next{
    bottom:-10px;
  }

  .homepage-team-cm .slick-prev{
    bottom:-10px;
  }

  body .row-fluid .homepage-team-cm .main-cta-container {
    max-width: 100%;
    padding: 0 20px;
    margin: 10px auto 0;
  }

  .homepage-team-cm .right-col .description-container{
    max-width:100%;
  }

  body .row-fluid .homepage-team-cm .main-cta-container{
    top:0;
  }

}







/*==============================================
Landing Page Styling Start 
===============================================*/





/***************** Landing Page Section1 Styling ******************/



body .row-fluid .landing-section1 .wrapper{
  max-width:1360px;
}

.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:#004250;
  font-size:14px;
  line-height:26px;
  letter-spacing:-0.3px;
  font-weight:normal;
  box-shadow:none;
  padding:0;
}

body .row-fluid .landing-section1 .form-container{
  max-width:523px;
  margin:0 auto;
  float:none;
}

.landing-section1 .form-container .heading-container h2{
  color: #94c93d;
  max-width: 330px;
  margin: 0 auto 10px;
  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:#94C93D;
  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://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg');
  width:52px;
  height:49px;
  z-index:1;
}

body .row-fluid .landing-section1 .form-container form .hs-button{
  color:#fff!important;
  font-size:16px;
  line-height:30px;
  font-weight:bold;
  border:none!important;
  padding: 10px 53px;
}

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







/*=================================================================
Jobs Position Page Styling Start 
==================================================================*/




.jobs-section1{
  padding: 287px 0 70px;
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
  position:relative;
  z-index:1;
}


.jobs-section1 .right-col .form-container{
  max-width:480px;
  float:right;
  border:1px solid #94C93D;
  padding:46px 39px 38px;
  background:#fff;
  border-radius:3px;
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
}

.jobs-section1 .right-col .form-container form .actions{
  position: relative;
  display: block;
  text-align: center;
  max-width: 168px;
  margin: 0 auto;
  float: none;
}

.jobs-section1 .right-col .form-container form .actions:before{
  position: absolute;
  left: -70px;
  top: 16px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Point%20arrow.svg);
  width: 52px;
  height: 49px;
}

.jobs-section1 .right-col .form-container .form-heading{
  margin-bottom:15px;
}

.jobs-section1 .right-col .form-container .form-heading h4{
  font-size:25px;
  line-height:33px;
  font-weight:500;
}

.jobs-section1 .form-container form .hs-button{
  padding: 9px 64px;
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
}

.jobs-section1 .right-col .form-container form textarea{
  height:142px;
}

.jobs-section1 .left-col .heading-container h6{
  font-size:12px;
  line-height:25px;
  color:#94C93D;
  letter-spacing:0.69px;
  font-weight:bold;
  margin-bottom:0;
}

.jobs-section1 .left-col .heading-container h1{
  font-size:64px;
  line-height:86px;
  color:#004250;
  font-weight:bold;
  letter-spacing:-0.74px;
  margin-bottom:0;
}

.jobs-section1 .left-col .heading-container h2{
  font-size:35px;
  line-height:47px;
  letter-spacing:-0.7px;
  color:#004250;
  font-weight:bold;
}

.jobs-section1 .description-container p{
  color:#959595;
  font-size:16px;
  line-height:25.8px;
  font-weight:normal;
}

.jobs-section1 .description-container{
  margin-top:20px;
}

.jobs-section1 .left-col{
  padding-right:51px;
}

.jobs-section1 .description-container ul li{
  position: relative;
  margin-left: 38px;
  margin-bottom: 11px;
} 

.jobs-section1 .description-container ul li:before{
  position: absolute;
  left: -36px;
  top: 12px;
  content: '';
  background: #94c93d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.jobs-section1 .description-container ul{
  margin-bottom:35px;
}

.jobs-section1 .dot-container{
  position:absolute;
  top:-20px;
  right:20px;
  width: 15%;
  z-index:-1;
} 

.jobs-section1 .right-col{
  position:relative;
}




@media(max-width:1024px){

  .jobs-section1 .dot-container{
    display:block;
  }

  .jobs-section1 .dot-container #job-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
  }

  .jobs-section1 .dot-container #job-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    margin-top: 120px;
    margin-left: 50px;
  }

  .jobs-section1 .dot-container #job-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
  }

  .jobs-section1 .left-col {
    padding-right: 15px;
  }

  .jobs-section1{
    padding: 200px 0 70px;
  }

  .jobs-section1 .right-col .form-container{
    padding: 26px 20px 38px;
  }

  .jobs-section1 .left-col .heading-container h1{
    font-size: 55px;
    line-height: 73px; 
  }

  .jobs-section1 .left-col .heading-container h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .jobs-section1 .description-container ul li {
    margin-bottom: 10px;
  }

  .jobs-section1 .right-col .form-container form .actions:before{
    left:-57px;
  }

}



@media(max-width:767px){


  .jobs-section1{
    padding: 120px 0 70px;
  }

  .jobs-section1 .dot-container {
    position: absolute;
    top: initial;
    right: 20px;
    width: 15%;
    z-index: -1;
    bottom: 120px;
  }

  .jobs-section1 .left-col .heading-container h1 {
    font-size: 45px;
    line-height: 63px;
  }

  .jobs-section1 .description-container{
    margin-top: 10px;
  }

  .jobs-section1 .right-col .form-container{
    max-width:100%;
    float:none;
    margin-top:20px;
  }

}







/*========================================================================
Talk With Us Page Styling Start 
=========================================================================*/




.talk-with-us .left-col{
  width: 59.264957%;
  padding: 40px 46px 250px;
  height: 100vh;
}

.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:100vh;
}

.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: '';
  /*background: linear-gradient(150.67deg,#004250 68%,#94c93dc7 95%);*/
  width: 100%;
  z-index: -1; 
  opacity: 0.8;
}

.talk-with-us .text-cont h6{
  font-size:14px;
  line-height:26px;
  color:#004250;
  font-weight:normal;
  letter-spacing:-0.3px;
  margin-top:10px;
}

.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 10px;
  float:none;
  color:#94C93D;
  line-height:50px;
}

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:#94C93D;
  font-weight:bold;
}

.talk-with-us .contact-info{
  margin-top:60px;
}

body .row-fluid .talk-with-us .form-container form .hs-button{
  padding: 9px 62px;
}

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://cdn2.hubspot.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;
}

.talk-with-us .right-col .text-container h4{
  color:#fff;
  font-size:25px;
  line-height:41px;
  letter-spacing:-0.54px;
  font-weight:bold;
}

.talk-with-us .right-col .text-container p{
  font-size:18px;
  line-height:36px;
  color:#FFFFFF;
  font-weight:normal;
  margin-top: 20px;
}



@media(max-width:1440px){

  .talk-with-us .contact-info{
    margin-top:20px;  
  }
}


@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: 50px 25px;
  }

  .talk-with-us .right-col .text-container h4 {
    font-size: 22px;
    line-height: 36px;
  }
}





/*=======================================================
Career Page Styling Start 
=========================================================*/





/***************** Career Section1 Styling Start ***************/




.career-section1{
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
  padding:265px 0 150px;
  position:relative;
  z-index:1;
}

.career-section1 .dots-container{
  position: absolute;
  left: 0;
  bottom: 165px;
  z-index: -1;
}

.career-section1 .dots-container2{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.career-section1 .left-col .heading-container h6{
  color:#94C93D;
  font-size:12px;
  line-height:25px;
  letter-spacing:0.69px;
  font-weight:bold;
  margin-bottom:10px;
}

.career-section1 .left-col .heading-container h1{
  font-size:75px;
  line-height:86px;
  color:#004250;
  letter-spacing:-0.87px;
  margin-bottom:10px;
}

.career-section1 .left-col .heading-container h2{
  font-size:35px;
  line-height:47px;
  letter-spacing:-0.7px;
  font-weight:bold;
}

.career-section1 .right-col{
  position: absolute;
  right: 0px;
  top: -230px;
  height: 650px;
  width: 650px;
  z-index: 4;
  border-radius: 100%;
}

.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 h6{
  font-size:12px;
  line-height:19px;
  color:#94C93D;
  font-weight:bold;
  letter-spacing:0.69px;
  margin-bottom:10px;
}

.career-section2 .heading-container h2{
  margin-bottom:0;
}

.career-section2 .heading-container h5{
  font-size:16px;
  line-height:25.8px;
  color:#004250;
  font-weight:bold;
  letter-spacing:normal;
}

.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-section2 .heading-container h2{
    margin-bottom: 10px;
  }
}





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

.career-section3 .heading-container h6{
  font-size:12px;
  line-height:19px;
  color:#94C93D;
  font-weight:bold;
  letter-spacing:0.69px;
  margin-bottom:10px;
}

.career-section3 .heading-container h2{
  margin-bottom:15px;
}

.career-our-team-cm{
  -webkit-perspective:1000;
  perspective:1000;
  width: 100%;
}

.career-our-team-cm .flip-container{
  border: 1px solid #94c93d;
  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:#94c93d;
  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:#94C93D;
  font-weight:500;
  margin-bottom:0;
}

.career-our-team-cm .flip-container .card .back{
  background:#94C93D;
  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;
}

.career-section5 .left-col .text-container h1{
  font-size:56px;
  line-height:70px;
  letter-spacing:-1.12px;
  font-weight:bold;
  color:#fff;
  margin-bottom:38px;
}

.career-section5 .left-col .text-container h1 span{
  font-size:80px;
  line-height:70px;
  font-weight:normal; 
  font-family: 'Allura', cursive;
}

.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{
    font-size: 65px;
    line-height: 70px;
  }

  .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: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  padding: 121px 0 53px;
}


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


}





/*========================================================
Our Story Page Styling Start 
==========================================================*/




/***************** Story Section1 Styling ******************/




.story-section1{
  padding:117px 0 80px;
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
  position:relative;
  z-index:1;
}

.story-section1 .left-col .heading-container h6{
  font-size:12px;
  line-height:25px;
  letter-spacing:0.69px;
  color:#94C93D;
  font-weight:bold;
  margin-bottom:10px;
}

.story-section1 .left-col .heading-container h1{
  font-size:75px;
  line-height:86px;
  letter-spacing:-0.87px;
  font-weight:bold;
}

.story-section1 .right-col .image-container{
  width: 515px;
  height: 515px;
  border-radius: 100%;
  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;
}

.story-section1 .dots-container2{
  position: absolute;
  bottom: 70px;
  right:0px;
  z-index:-1;
}



@media(max-width:1024px){

  .story-section1 .right-col .image-container{
    width: 415px;
    height: 415px;
  }

  .story-section1 .left-col .heading-container h1{
    font-size: 60px;
    line-height: 76px;
  }

  .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 .left-col .heading-container h1{
    font-size: 45px;
    line-height: 66px;
  }

  .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: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
}

.story-section3 .heading-container h6{
  font-size:12px;
  line-height:25px;
  color:#94C93D;
  letter-spacing:0.69px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:10px;
}

body .row-fluid .story-section3 .heading-container{
  max-width:916px;
  margin:0 auto;
  float:none;
}

body .row-fluid .story-section3 .heading-container h5{
  font-size:12px;
  line-height:25px;
  color:#004250;
  letter-spacing:0.69px; 
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:0;
}

.story-section3 .heading-container h2{
  margin-bottom:10px;
}


@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 #94C93D;
  position:absolute;
  left:0;
  top: -30px;
  bottom: -30px;
  content:'';
}

.story-section4 .subheading h6{
  font-size: 12px;
  line-height: 25px;
  color: #94c93d;
  letter-spacing: .69px;
  font-weight: bold;
  width: 80px;
  transform: rotate(270deg);
  left: 191px;
  position: absolute;
  top: -10px;
}


@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 .heading-container h6{
  font-size:12px;
  line-height:19px;
  color:#94C93D;
  font-weight:bold;
  margin-bottom:10px;
  letter-spacing:0.69px;
}

.story-section5 .cm-container h4{
  font-size:22px;
  line-height:27px;
  color:#004250;
  font-weight:500;
  margin-bottom:25px;
}

.story-section5 .cm-container h4{
  border:1px solid #94C93D;
  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 #EF9600;
  width:1px;
  height:55px;
}

.story-section5 span>.hs_cos_wrapper:nth-child(even) .cm-container:after{
  position:absolute;
  left: 22%;
  top: 35px;
  content:'';
  border-right:1px dashed #EF9600;
  width:1px;
  height:55px;
}

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

.story-section5 .dots-container2{
  position:absolute;
  left:0;
  bottom:60px;
  z-index:-1;
}


@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;
    font-size: 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: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  padding:80px 0 10px;
  position:relative;
  z-index:1;
}

.story-section6 .heading-container h6{
  font-size:12px;
  line-height:19px;
  color:#94C93D;
  font-weight:bold; 
  letter-spacing:0.69px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.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 .heading-cont h4{
  font-size:22px;
  line-height:27px;
  color:#004250; 
  font-weight:500;
  letter-spacing:normal;
  margin-bottom: 18px;
}

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


@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:#94C93D;
  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;
  }

}





/*================================================================
Services Page Styling Start 
=================================================================*/




/****************** Services Banner Section Styling ******************/



.services-banner-section{
  padding: 220px 0 247px;
  overflow:hidden;
}

.services-banner-section .heading-container{
  position:relative;
  max-width:452px;
}

.services-banner-section .heading-container h6{
  color:#94C93D;
  font-size:12px;
  line-height:25px;
  letter-spacing:0.69px;
  margin-bottom:10px;
}

.services-banner-section{
  position:relative;
  z-index:1;
}

.services-banner-section .left-col{
  position:relative;
  z-index:1;
  width:50%;
}

.services-banner-section .right-col{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  margin-left: 0;
}

.services-banner-section .left-col:before{
  position: absolute;
  left: 0;
  top: -250px;
  bottom: 0;
  content: '';
  background: #004250;
  width: 100%;
  height: 800px;
  border-radius: 50%;
  z-index: -1;
}

.services-banner-section .heading-container h1{
  font-weight:bold;
  margin-bottom:10px;
}

.services-banner-section .left-col:after{
  position: absolute;
  right: 60%;
  top: -710px;
  bottom: -370px;
  content: '';
  background: #004250;
  width: 10000px;
  height: auto;
  z-index: -1;
}


@media(max-width:1150px){

  .services-banner-section .left-col:before{
    left: 30px;
  }

}


@media(max-width:1024px){

  .services-banner-section .heading-container h1{
    /*   font-size: 55px;
    line-height: 66px;   */
  }

  .services-banner-section{
    padding: 180px 0 120px;  
  }

  .services-banner-section .left-col{
    padding-right: 20px;  
  }
}



@media(max-width:767px){


  .services-banner-section{
    position:relative;
  }

  .services-banner-section:before{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -60px !important;
    content: '' !important;
    background: #004250 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 400px !important;
    width: 100% !important;
    z-index: 1 !important;
  }

  .services-banner-section{
    padding: 120px 0 0px;
  }


  .services-banner-section .left-col{
    width:100%;
    padding: 0px 20px 20px;
    margin-bottom: 0;
  }

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

  body .row-fluid .services-banner-section .left-col:before{
    display:none;
  }

  .services-banner-section .right-col {
    position: relative;
    height: 298px;
    width: 100%; 

  }


  .services-banner-section .wrapper{
    padding:0px!important;
  }
}




@media(max-width:500px) and (min-width:320px){


  .services-banner-section:before{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -60px !important;
    content: '' !important;
    background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Half%20Oval.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 400px !important;
    width: 100% !important;
    z-index: 1 !important;
  }

  .services-banner-section .left-col{
    padding:0 20px 0;
  }

  .services-banner-section .heading-container h1{
    min-height:100px;
  }

  .service-main .services-banner-section .heading-container h1{
    min-height:100%;
  }

}


/**************** Services Section1 Styling *********************/



.services-section1{
  padding: 157px 0 0;
}

.services-section1 .main-heading-container{
  margin-bottom:44px;
}


@media(max-width:1024px){

  .services-section1{
    padding: 200px 0 0;  
  }
}

@media(max-width:767px){

  .services-section1{
    padding: 70px 0 0;
  }
}




/****************** Services Section2 Styling *********************/



.services-section2{
  padding: 126px 0 167px;
}


@media(max-width:1024px){

  .services-section2 {
    padding: 66px 0 110px;
  }

}


@media(max-width:767px){


  .services-section2 {
    padding: 26px 0 90px;
  }

}




/******************* Services Section3 Styling *******************/




.services-section3{
  background: linear-gradient(358.89deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  padding: 77px 0 38px;
  position:relative;
  z-index:1;
}

.services-section3 .heading-container h3{
  font-size:25px;
  line-height:33px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
}

.services-section3 .heading-container{
  margin-bottom:23px;
}

.services-section3 .services-recent-post .home-posts{ 
  width: 31.2%;
  float: left;
  display: block;
  margin-right:25px;
  box-sizing: border-box;
  list-style: none;
  padding-bottom: 0;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  transition: all ease-in-out .4s;
  position:relative;
}

.services-section3 .services-recent-post .home-posts .header-container h4{
  line-height:33px;
  font-weight:500;
  letter-spacing:normal;
  margin-bottom:0px;
  min-height:100px;
  font-size:25px;
}

.services-section3 .services-recent-post .home-posts .header-container{
  margin-left:0;
}

.services-section3 .services-recent-post .featured-image{
  height:291px; 
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.services-section3 .services-recent-post .home-posts .cta-container h3.cta_button{
  color:#959595;
  font-size:16px;
  line-height:25.8px;
  font-weight:500;
  position:relative;
  display:inline-block;
  border-bottom:2px solid transparent;
  transition:0.2s all ease-in-out;
}

.services-section3 .services-recent-post .home-posts .cta-container h3.cta_button:after{
  position: absolute;
  right: -37px;
  top: 9px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25px;
  height: 11px;
  transition:0.2s all ease-in-out;
}

.services-section3 .services-recent-post .home-posts:hover .cta-container h3.cta_button{
  border-bottom:2px solid #94C93D;
  transition:0.2s all ease-in-out;
}

.services-section3 .services-recent-post .home-posts .cta-container{
  margin-top:30px;
}

.services-section3 .services-recent-post .home-posts .topic-list li a{
  font-size:14px;
  line-height:20px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
}

.services-section3 .services-recent-post .home-posts .topic-list li{
  background: #fff;
  display: inline-block;
  padding: 0px 32px;
  margin-left: 0;
  border-radius: 1.6px;
}

.services-section3 .services-recent-post .home-posts .topic-list li h4{
  font-size:12px;
  line-height:20px;
  color:#004250;
  font-weight:500;
  margin-bottom:0;
  padding:3px 0;
}

.services-section3 .services-recent-post .home-posts .topic-container{
  position: absolute;
  top: -4px;
  right: 15px;
  float: right;
  width: auto;
}

.services-section3 .services-recent-post .home-posts .home-post-body-inner{
  border:1px solid #DEDEDE;
  margin-left:0;
  padding:39px 26px 21px;
  background:#fff; 
  border-top:0;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}

.services-section3 .services-recent-post .home-posts:hover .home-post-body-inner{
  border: 1px solid #94C93D;
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
  transition: all ease-in-out .4s;
  border-top:0;
}

.services-section3 .services-recent-post .home-posts:hover .home-post-body-inner .cta-container h3.cta_button:after{
  right:-41px;
  transition:0.2s all ease-in-out;
}




@media(max-width:1220px){

  body .row-fluid .services-section3 .services-recent-post .home-posts{
    margin-right: 27px;
  }

  body .row-fluid .services-section3 .services-recent-post .home-post-item-3{
    margin-right:0!important;
  }
}




@media(max-width:1024px){

  body .row-fluid .services-section3 .services-recent-post .home-posts {
    margin-right: 22px;
  }

  .services-section3 .services-recent-post .featured-image{
    height:220px;
  }

  .services-section3 .services-recent-post .home-posts .home-post-body-inner{
    padding: 25px 16px 21px;
  }

  .services-section3{
    padding: 70px 0 70px;  
  }

  .services-section3 .services-recent-post .home-posts .header-container h4{
    margin-bottom: 15px;
    min-height: 130px;
    font-size: 22px;
  }
}



@media(max-width:767px){


  .services-section3 {
    padding: 57px 0 38px;
  }

  .services-section3 .services-recent-post .home-posts{
    width:100%;
    margin-bottom:20px;
  }

  .services-section3 .services-recent-post .featured-image{
    height: 215px;
  }

  .services-section3 .services-recent-post .home-posts .home-post-body-inner{
    padding: 25px 15px 21px;
  }

  .services-section3 .services-recent-post .home-posts .header-container h4 {
    line-height: 27px;
    margin-bottom: 15px;
    min-height:0px;
  }
  .services-section3 .heading-container h3{
    font-size: 19px;	
    font-weight: 500;
    line-height: 27px;
    text-align:center;
  }

}







/*==================================================================
Tax Advisory Page Styling Start 
====================================================================*/




/****************** Tax Advisory Banner Section *******************/



@media(max-width:1024px){

  .tax-advisory-banner{
    padding: 180px 0 160px;
  }
}



@media(max-width:767px){

  .tax-advisory-banner{
    padding: 125px 0 0px;  
  }
  body .tax-advisory-section1{
    margin-top:0px;
  }
  .tax-advisory-section1 .wrapper{
    padding:0px!important;
  }
}

/******************** Tax Advisory Section1 Styling *******************/




.tax-advisory-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
  background:#fff;
  border: 1px solid #DEDEDE;
  border-radius:3px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.25);
  padding:30px 38px;
  box-sizing:border-box;
}

.tax-advisory-section1{
  margin-top:-100px;
  position:relative; 
  z-index:2;
}

.tax-advisory-section1 .list-container .right-col{
  margin-left: 0;
  width: 49.717949%;
}

.tax-advisory-section1 .list-container ul{
  margin:0;
}

.tax-advisory-section1 .subheading h6{
  margin-bottom:20px;
  text-transform:uppercase;
}

.tax-advisory-section1 .list-container ul li{
  font-size:16px;
  line-height:25px;
  font-weight:normal;
  letter-spacing:normal;
  color:#959595;
  position:relative;
  margin-left: 25px;
}

.tax-advisory-section1 .list-container ul li:before{
  position: absolute;
  left: -23px;
  top: 10px;
  content: '';
  background: #959595;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  font-weight: normal;
}

body .row-fluid .tax-advisory-section1 .wrapper{
  max-width:1188px;
}

.tax-advisory-section1 .list-container .left-col ul li{
  padding-right:22px;
}



@media(max-width:767px){

  .tax-advisory-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
    padding: 30px 18px;
  }

  .tax-advisory-section1 .list-container .right-col{
    width:100%;   
  }
  body .row-fluid .tax-advisory-section1 .list-container ul li{
    padding-right:0px;
  }

  body  .mobile-change>.row-fluid-wrapper>.row-fluid{
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: column-reverse;
  }
}



/******************* Tax Advisory Section2 Styling *******************/




.tax-advisory-section2{
  padding:70px 0 110px;
  position:relative;
  z-index:1;
}

.tax-advisory-section2 .wrapper{
  position:relative;
}

.tax-advisory-section2 .image-container{
  height: 511px;
  width: 100%;
  border-radius: 50%;
  max-width: 511px;
  margin: 0 auto;
  float: none;
}

.tax-advisory-section2 .right-col{
  float:right;
  text-align:right;
  position:relative;
}

.tax-advisory-section2 .right-col .dots-container{
  position:absolute;
  right:0;
  z-index:-1;
}

.tax-advisory-section2 .left-col{
  margin-top:25px;
}

.tax-advisory-section2 .right-col .dots-container #advisory-hex6,
.tax-advisory-section2 .right-col .dots-container #advisory-hex7,
.tax-advisory-section2 .right-col .dots-container #advisory-hex8,
.tax-advisory-section2 .right-col .dots-container #advisory-hex9{
  display:none;
}


@media(max-width:1024px){

  .tax-advisory-section2 .image-container{
    height: 350px;
    width: 350px;
    max-width:100%;
  }

  .tax-advisory-section2 .left-col{
    margin-top:0;
  }

  .tax-advisory-section2{
    padding: 70px 0 70px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: -40px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: -35px;
    top: 70px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 5px;
    top: 140px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 80px;
    top: 155px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 160px;
    right: 150px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex9{
    display:none;
  }



}


@media(max-width:767px){

  .tax-advisory-section2 .right-col{
    float: none;
    text-align: center;
    margin-top: 30px;
  }
  .tax-advisory-section2 .image-container{
    height: 166px;
    width: 166px;
  }
  .tax-advisory-section2 {
    padding: 35px 0 50px;
  }
  .tax-advisory-section2 .left-col{
    margin-top:35px;
    text-align:center;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -100px;
    right: -40px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 15px;
    top: -100px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 250px;
    top: -100px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 305px;
    top: -100px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -45px;
    right: 0px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex6{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -44px;
    right: 55px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex7{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -44px;
    right: 250px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex8 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -44px;
    right: 305px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex9 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -44px;
    right: 120px;
  }

  .tax-advisory-section2 .right-col .dots-container #advisory-hex6,
  .tax-advisory-section2 .right-col .dots-container #advisory-hex7,
  .tax-advisory-section2 .right-col .dots-container #advisory-hex8,
  .tax-advisory-section2 .right-col .dots-container #advisory-hex9{
    display:block!important;
  }
}



/******************** Tax Advisory Section3 Cm *********************/




.tax-advisory-section3-cm{
  padding: 80px 0 100px;
  background: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  position:relative;
  z-index:1;
}

.tax-advisory-section3-cm .dots-container{
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
}

.tax-advisory-section3-cm .heading-container{
  margin-bottom:59px;
}

.tax-advisory-section3-cm .icon-container{
  margin-bottom:15px;
}

.tax-advisory-section3-cm .cm-heading{
  min-height:70px;
}

.building-wealth .tax-advisory-section3-cm .cm-heading{
  min-height:90px;
}


body .row-fluid .tax-advisory-section3-cm .three-col-adjust span>.hs_cos_wrapper{
  flex-basis: 28.4%;
  -webkit-flex-basis: 28.4%;
  float: left;
  margin-right: 6.43%;
  margin-bottom:52px;
}

body .row-fluid .tax-advisory-section3-cm .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0;
}



@media(max-width:1024px){

  .tax-advisory-section3-cm{
    padding: 70px 0;  
  }

  .tax-advisory-section3-cm .dots-container{
    display:none;
  }

  body .row-fluid .tax-advisory-section3-cm .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 29.9%;
    -webkit-flex-basis: 29.9%;
    margin-right: 3.43%;
    margin-bottom: 20px; 
  }

  .tax-advisory-section3-cm .heading-container{
    margin-bottom: 40px;
  }
}


@media(max-width:767px){

  .tax-advisory-section3-cm{
    padding: 50px 0; 
    text-align:center;
  }

  .tax-advisory-section3-cm .cm-heading{
    min-height:100%;
    margin-bottom:15px;
  }

  .building-wealth .tax-advisory-section3-cm .cm-heading{
    min-height:100%;
  }

  .tax-advisory-section3-cm .heading-container{
    margin-bottom: 20px;
  }
  body .row-fluid .tax-advisory-section3-cm .three-col-adjust span>.hs_cos_wrapper{
    margin-bottom: 27px;
  }

  body .row-fluid .tax-advisory-section3-cm .three-col-adjust span>.hs_cos_wrapper{
    margin-right:0;
  }
}



/******************* 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 .cta-container a.cta_button{
  background:#94C93D;
  border-radius:2px;
  font-size:16px;
  line-height:25.8px;
  font-weight:bold;
  background:#94C93D;
  color:#fff;
  padding: 10px 26px;
  box-shadow: 0 4px 13px 0 rgba(148,201,61,0.44);
  transition:0.2s all ease-in-out;
}

.tax-advisory-section4-cm .cta-container a.cta_button:hover{
  background:#004250;
  color:#fff;
  transition:0.2s all ease-in-out;
  box-shadow:none;
}

.tax-advisory-section4-cm .heading-container{
  margin-bottom:60px;
}

.tax-advisory-section4-cm .right-col .left-column h4{
  font-size:22px;
  line-height:26px;
  letter-spacing:-0.47px;
  font-weight:bold;
  margin-bottom:2px;
}

.tax-advisory-section4-cm .right-col .left-column h5{
  font-size:13px;
  line-height:26px;
  letter-spacing:-0.28px;
  font-weight:bold;
  margin-bottom:8px;
  color:#004250;
}

.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 .right-col .phone-number-container h5{
  font-size:16px;
  line-height:25px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
}

.tax-advisory-section4-cm .phone-number-container img{
  max-width: 22px;
  padding-right: 7px;
  position: relative;
  top: 3px;
}

.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:1px solid #dedede;
  padding-right:10px;
}

.tax-advisory-section4-cm .left-col:before{
  position: absolute;
  left: 200px;
  top: 18px;
  bottom: 0;
  content: '';
  background: #dedede;
  width: 888px;
  height: 1px;
}

.tax-advisory-section4-cm .left-col:after{
  position: absolute;
  left: 200px;
  bottom: 22px;
  content: '';
  background: #dedede;
  width: 890px;
  height: 1px;
}

body .row-fluid .tax-advisory-section4-cm .wrapper{
  max-width: 1120px;
}

.tax-advisory-section4-cm .left-col{
  width: 24.623932%;
  position:relative;
}



@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 .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 .cta-container a.cta_button{
    padding: 15px 21px;
  }

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

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

/****************** Tax Advisory Section5 Cm ******************/




.tax-advisory-section5{
  padding:50px 0 100px;
  position:relative;
  z-index:1;
}

.tax-advisory-section5 .dots-container{
  position:absolute; 
  left:0;
  top:0;
  z-index:-1;
}

.tax-advisory-section5 .dots-container2{
  position:absolute; 
  right:0;
  bottom:50px;
  z-index:-1;
}

.tax-advisory-section5 .blockquote p{
  color:#94C93D;
  font-size:25px;
  line-height:41px;
  letter-spacing:-0.54px;
  font-weight:bold;
}

body .row-fluid .tax-advisory-section5 .blockquote{
  max-width:780px;
  margin:0 auto;
  float:none;
}

body .row-fluid .tax-advisory-section5 .subheading h4{
  margin-bottom:30px;
  font-weight:bold;
}

body .row-fluid .tax-advisory-section5 .name-container p{
  font-size:18px;
  line-height:36px;
  color: rgba(0, 66, 80, 0.8);
  font-weight:500;
  letter-spacing:normal;
}




@media(max-width:1024px){

  .tax-advisory-section5 {
    padding: 90px 0 110px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    left: 0;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex2{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    left: 70px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex3{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    left: 140px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex4{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    left: 210px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 70px;
    left: 0px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex6{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 70px;
    left: 70px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 70px;
    left: 140px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex8,
  .tax-advisory-section5 .dots-container #advisory-sec5-hex9{
    display:none;
  }

  .tax-advisory-section5 .dots-container2 #advisory-sec5-hex10 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: 0px;
    right: 0;
  }

  .tax-advisory-section5 .dots-container2 #advisory-sec5-hex11 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 70px;
    bottom: 0;
  }

  .tax-advisory-section5 .dots-container2 #advisory-sec5-hex12 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 70px;
  }

  .tax-advisory-section5 .dots-container2 #advisory-sec5-hex13 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 70px;
    bottom: 70px;
  }

  .tax-advisory-section5 .dots-container2 #advisory-sec5-hex14 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 140px;
    bottom: 70px;
  }



}


@media(max-width:767px){

  body .row-fluid .tax-advisory-section5 .subheading h5{
    margin-bottom: 20px;
  }

  .tax-advisory-section5 {
    padding: 100px 0 50px;
    text-align:left;
  }

  .tax-advisory-section5 .blockquote p{
    font-size: 18px;
    letter-spacing: -0.39px;
    line-height: 34px;
  }

  .tax-advisory-section5 .dots-container2{
    display:none;
  }

  .tax-advisory-section5 .dots-container {
    position: absolute;
    left: auto;
    top: -40px;
    z-index: -1;
    right: 0;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: auto;
    right: 0;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: auto;
    right: 55px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: auto;
    right: 110px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex4 {
    width: 10px;
    height: 10px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: auto;
    right: 0;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: auto;
    right: 55px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: auto;
    right: 110px;
  }

  .tax-advisory-section5 .dots-container #advisory-sec5-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 55px;
    left: auto;
    right: 165px;
  }
}



/********************* Tax Advisory 2 Section Styling ******************/





.tax-advisory2-section4-cm{
  padding:0 0 160px;
}

.tax-advisory2-section4-cm .cm-container .left-column .image-container{
  height:167px;
  width:167px;
  border-radius:50%;
}

.tax-advisory2-section4-cm .cm-container .right-column .info-container h4{
  font-size:22px;
  line-height:26px;
  letter-spacing:-0.47px;
  font-weight:bold;
  margin-bottom:0;
} 

.tax-advisory2-section4-cm .cm-container .right-column .info-container h5{
  font-size:13px;
  line-height:26px; 
  letter-spacing:-0.28px;
  font-weight:bold;
  color:#004250;
}

.tax-advisory2-section4-cm .cm-container .contact-container .left-contact h4{
  font-size:16px;
  line-height:25px;
  font-weight:500;
}

.tax-advisory2-section4-cm .cm-container .contact-container .left-contact span img{
  max-width: 25px;
  vertical-align: middle;
  margin-right: 8px;
}

.tax-advisory2-section4-cm .cm-container .contact-container .right-contact img{
  max-width:20px;
  height:auto;
}

.tax-advisory2-section4-cm .cm-container .contact-container .right-contact ul li{
  display:inline-block;
  line-height:normal;
}

.tax-advisory2-section4-cm .cm-container .contact-container .right-contact ul{
  margin:0;
}

body .row-fluid .tax-advisory2-section4-cm .two-col-adjust span>.hs_cos_wrapper{
  border:1px solid #DEDEDE;
  padding:29px 30px;
  flex-basis: 45.2%;
  -webkit-flex-basis: 45.2%;
  margin-right: 4.8%;
  margin-top:25px;

}

.tax-advisory2-section4-cm .cm-container .contact-container .right-contact{
  float:right;
  text-align:right;
}

.tax-advisory2-section4-cm .cm-container .right-column .info-container{
  border-bottom:1px solid #979797;
  margin-bottom:15px;
}

.tax-advisory2-section4-cm .cm-container .cta-container a.cta_button{
  font-size:16px;
  line-height:25px;
  font-weight:500;
}

.tax-advisory2-section4-cm .cm-container .cta-container{
  margin-top:3px;
}

.tax-advisory2-section4-cm .cm-container .right-column{
  padding-left: 30px;
}

body .row-fluid .tax-advisory2-section4-cm .wrapper{
  max-width:1180px;
}



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

  .tax-advisory2-section4-cm .contact-container .left-contact{
    width: 54.618785%;  
  }

  .tax-advisory2-section4-cm .contact-container .right-contact{
    width: 42.618785%;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .left-contact h4 {
    font-size: 15px;
  }

  .tax-advisory2-section4-cm .cm-container .left-column .image-container {
    height: 147px;
    width: 147px;
  }
}


@media(max-width:1024px){

  .tax-advisory2-section4-cm .cm-container .left-column .image-container{
    height: 117px;
    width: 117px;
  }

  body .row-fluid .tax-advisory2-section4-cm .two-col-adjust span>.hs_cos_wrapper{
    padding: 29px 20px;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .left-contact h4{
    font-size: 14px;
    line-height: 20px;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .left-contact{
    width:100%;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .right-contact{
    width:100%;
    float:none;
    text-align:left;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .right-contact ul li{
    margin-left:0;
    margin-right:10px;
  }

  .tax-advisory2-section4-cm .two-col-adjust span>.hs_cos_wrapper{
    padding: 19px 20px;
    margin-top:20px;
  }

  .tax-advisory2-section4-cm .cm-container .right-column .info-container h4{
    font-size: 21px;
  }

  .tax-advisory2-section4-cm{
    padding: 0 0 70px;
  }
}


@media(max-width:767px){

  .tax-advisory2-section4-cm .cm-container .right-column{
    margin-top: 20px;
    text-align: center;  
    padding-left:0;
  }

  .tax-advisory2-section4-cm .cm-container .left-column .image-container{
    margin:-70px auto 0;
    text-align:center;
  }

  .tax-advisory2-section4-cm .cm-container .right-column .info-container{
    border-bottom:none;
  }

  .tax-advisory2-section4-cm-v2 .heading-container {
    margin-bottom: 40px;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .right-contact ul{
    text-align:center;
  }

  .tax-advisory2-section4-cm{
    padding: 0 0 90px;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .left-contact{
    width:auto;
    float:left;
  }

  .tax-advisory2-section4-cm .cm-container .contact-container .right-contact {
    width: auto;
    float: right;
    text-align: right;
  }

}







/*=================================================================
Blog Listing Page Styling Start 
==================================================================*/




/****************** Blog Listing Banner Section Styling *****************/




.blog-banner-section{
  padding:70px 0 0px;
  position:relative;
  z-index:1;
}

.blog-banner-section .home-banner-latest-posts .dots-container{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
}

.home-banner-latest-posts .right-col{
  position:relative;
}

.home-banner-latest-posts .home-post-item .right-col .featured-image{
  height:655px;
  width:100%;
  max-width:655px;
  float:right;
  border-radius:50%;
}

.home-banner-latest-posts .each-post-topic ul li a{
  color: #004250;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: normal;
  background: #fff;
  padding: 7px 11px;
  box-shadow: 0 2px 4px 0 rgba(226,226,226,0.5);
}

.home-banner-latest-posts .each-post-topic ul li{
  margin-left:0;
}

.home-banner-latest-posts .each-post-topic{
  margin-bottom:5px;
}

.home-banner-latest-posts .min-read-cont img{
  max-width:14px;
  height:auto;
  vertical-align:middle;
}

.home-banner-latest-posts .min-read-cont .clock-img{
  margin-right:8px;
}

.home-banner-latest-posts .min-read-cont{
  margin-left:0;
  margin-bottom:18px;
}

.home-banner-latest-posts .min-read-cont .min-read{
  display:inline-block;
  margin-bottom:0;
  font-size:15px;
  line-height:20px;
  color:#959595;
  font-weight:500;
  margin-left:0;
  margin-right:5px;
}

.home-banner-latest-posts .hs-author-avatar{
  width:46px;
  height:46px;
  border-radius:50%;
}

.home-banner-latest-posts .home-post-item .header-container{
  margin-left:0;
}

.home-banner-latest-posts .home-post-item .header-container h2{
  font-size:50px;
  line-height:53px;
  color:#004250;
  letter-spacing:-0.8px;
  font-weight:bold;
}

.home-banner-latest-posts .author-link{
  font-size:15px;
  line-height:20px;
  color:#959595;
  font-weight:600;
}

.home-banner-latest-posts .hs-author-label{
  margin-bottom:0;
}

.home-banner-latest-posts .date{
  font-size:10px;
  line-height:20px;
  color:#959595;
  font-weight:600;
  letter-spacing:normal;
  margin-bottom:0;
}

.home-banner-latest-posts .author-image-width{
  width: 9.529915%;
}

body .row-fluid .home-banner-latest-posts .cta-container a.more-link{
  color:#959595;
}

.home-banner-latest-posts .cta-container{
  margin-top:44px;
}

.home-banner-latest-posts .hubspot-editable{
  margin-top:15px;
}

.home-banner-latest-posts .right-col{
  position:relative;
  top:-70px;
}



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

  .home-banner-latest-posts .home-post-item .right-col .featured-image{
    height: 500px;
    width: 500px;
    max-width: 500px;
  }
}




@media(max-width:1024px){

  .home-banner-latest-posts .home-post-item .right-col .featured-image{
    height: 395px;
    width: 395px;   
  }

  .home-banner-latest-posts .home-post-item .header-container h2{
    font-size: 39px;
    line-height: 44px; 
  }

  .blog-banner-section {
    padding: 150px 0 50px;
  }

  .home-banner-latest-posts .author-image-width {
    width: 18.529915%;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0px;
    right: 0;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 70px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 140px;
    top: 0px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 210px;
    top: 0;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: -70px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex6{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 70px;
    top: -70px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex7{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 140px;
    top: -70px;
  }


}



@media(max-width:767px){

  .blog-banner-section{
    padding: 80px 0 50px; 
  }

  .home-banner-latest-posts .right-col{
    top: 0;
    margin-top: 30px;
  }

  .home-banner-latest-posts .author-image-width{
    float:left;
  }

  .home-banner-latest-posts .cta-container {
    margin-top: 30px;
  }

  .home-banner-latest-posts .home-post-item .right-col .featured-image{
    height: 250px;
    width: 100%;
    border-radius: 0;  
  }

  .home-banner-latest-posts{
    padding: 20px 0 0; 
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;  
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 55px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    top: 0px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 165px;
    top: 0;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: -55px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    top: -55px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container #blog-sec1-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    top: -55px;
  }

  .blog-banner-section .home-banner-latest-posts .dots-container {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
  }

  .home-banner-latest-posts .home-post-item .header-container h2{
    font-size: 28px;
    line-height: 37px; 
  }


}







/********************** Blog Section1 Styling Start ***********************/





/******************** Blog Section2 Styling Start ********************/


.hs-blog-post .blog-section1{
  padding-bottom:110px;
}

.blog-section1 .blog-section .post-item{
  float: left;
  width: 30.3%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 35px;
  margin-right: 26px;
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #DEDEDE;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition:0.2s all ease-in-out;
  border-radius:4px; 
  background:#fff;
}

.blog-section1 .blog-section .post-item:hover{
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
  border:1px solid #94C93D;
  transition:0.2s all ease-in-out;
}

.blog-section1 .blog-section .post-item:nth-child(1){
  display:none;
}

.hs-blog-post .blog-section1 .blog-section .post-item:nth-child(1){
  display:block;
}


.blog-section1{
  position:relative;
  z-index:1;
}

.blog-section1 .dots-container{
  position:absolute;
  right:0;
  z-index:-1;
}

.blog-section1 .wrapper{
  position:relative;
}

.blog-section1 .blog-section .post-listing {
  margin: 0 -5.2% 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.blog-section1 .blog-section .post-item:nth-child(2),
.blog-section1 .blog-section .post-item:nth-child(3){
  width: 46.5%;
}

.blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link,
.blog-section1 .blog-section .post-item:nth-child(3) .hs-featured-image-link{
  height:372px;
}

.blog-section1 .blog-section .post-item:nth-child(3){
  margin-right:0;
}

.blog-section1 .blog-section .post-item .hs-featured-image-link{
  height:278px;
  position:relative;
}

.blog-section1 .topic-list li:first-child{
  display:block;
}

.blog-section1 .topic-list li{
  display:none;
  margin-left:0;
}

.blog-section1 .topic-list li a{
  font-size: 10px;
  line-height: 20px;
  color: #293142;
  font-weight: 600;
  letter-spacing: normal;
  background: #fff;
  text-transform: uppercase;
  padding: 6px 7px;
  border-radius:1.6px;
}

.blog-section1 .topic-list li:before{
  display:none;
}

.blog-section1 .topic-section{
  margin-left:0;
}

.blog-section1 .topic-section .topic-list{
  position: absolute;
  top: -13px;
  right: 17px;
}

.blog-section1 .subheading{
  margin-bottom:13px;
}

.blog-section1 .blog-section .post-item .post-header{
  margin-left:0;
  padding:20px 26px 23px;
  margin-top:0;
  border-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  background:#fff;
}   

.blog-section1 .blog-section .post-item:nth-child(2) .post-header,
.blog-section1 .blog-section .post-item:nth-child(3) .post-header{
  padding: 20px 40px 23px;
}

.blog-section1 .blog-section .post-item .post-header h4 a{
  margin-left:0;
  font-size:23px;
  line-height:28px; 
  color:#004250;
  letter-spacing:normal;
  font-weight:500;
}

.blog-section1 .blog-section .post-item .post-header h4{
  margin-bottom: 0;
  min-height: 118px;
  line-height:33px;
  margin-left:0;
}

.blog-section1 .blog-section .post-item:nth-child(2) .post-header h4,
.blog-section1 .blog-section .post-item:nth-child(3) .post-header h4{
  min-height:76px;
}

.blog-section1 .blog-section .post-item .description-cont p{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  font-weight:normal;
}

/* .blog-section1 .blog-section .post-item:nth-child(3n+2){
margin-right:0;
}
*/

.blog-section1 .date-container ul{
  list-style-type:none;
}

.blog-section1 .date-container ul li{
  display:inline-block;
  margin-left:0;
  margin-right:7px;
}

.blog-section1 .date-container ul li h6 a{
  font-size:12px;
  line-height:26px;
  color:#000;
  letter-spacing:normal;
  font-weight:bold;
}

.blog-section1 .date-container ul li p{
  font-size:12px;
  line-height:26px;
  font-weight:normal;
  letter-spacing:normal;
  color:#000;
}

.blog-section1 .date-container ul{
  margin:0;
}

.blog-section1 .date-container ul li:before{
  display:none;
}

.ias-trigger a {
  background: transparent;
  color: #94c93d;
  padding: 7px 4px;
  border-radius: 3px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  bottom: -120px;
  max-width: 139px;
  margin: 0 auto;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #94c93d;
  transition:0.2s all ease-in-out;
}

.ias-trigger a:hover{
  background:#94c93d;
  color:#fff;
  transition:0.2s all ease-in-out;
}

.blog-section1{
  padding-bottom:240px;
}

.blog-section1 .cta-container a.more-link{
  color:#959595;
  font-size:16px;
  line-height:25.8px;
  letter-spacing:normal;
  font-weight:500;
  position:relative;
}

.blog-section1 .cta-container a.more-link:after{
  right:-36px;
  top:7px;
  transition:0.2s all ease-in-out;
}

.blog-section1 .post-item:hover .cta-container a.more-link:after{
  right:-41px;
  transition:0.2s all ease-in-out;
}

.blog-section1 .post-item:hover a.more-link{
  border-bottom: 2px solid #94c93d;
  transition: .2s all ease-in-out;
}

.blog-section1 .blog-section .post-item .cta-container{
  margin-top:27px;
  position: absolute;
  bottom: 20px;
}

.blog-section1 .blog-section .clock-img{
  float:left;
  max-width:13px;
  height:auto;
  vertical-align:middle;
  margin-right:7px;
  position:relative;
  top:-1px;
}

.blog-section1 .blog-section .clock-img img{
  vertical-align:middle;
}

.blog-section1 .blog-section .min-read{
  font-size:15px;
  line-height:20px;
  color:#959595;
  font-weight:500;
  letter-spacing:normal;
}

.blog-section1 .blog-section .min-read-cont{
  margin-bottom:10px;
}



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

  .blog-section1 .blog-section .post-listing{
    margin: 0 -4.5% 0 0;
  }

  .blog-section1 .blog-section .post-item {
    width: 30.1%;
  }
}



@media(max-width:1024px){

  .blog-section1 .blog-section .post-item:nth-child(1) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link{
    height: 272px;  
  }

  .blog-section1 .blog-section .post-listing{
    margin: 0 -3.2% 0 0;
  }

  .blog-section1 .blog-section .post-item:nth-child(1) .post-header,
  .blog-section1 .blog-section .post-item:nth-child(2) .post-header{
    padding: 20px 20px 23px;  
  }

  .blog-section1 .cta-container a.more-link{
    padding:0;
  }

  .blog-section1 .blog-section .post-item .hs-featured-image-link{
    height:230px;
  }

  .blog-section1 .blog-section .post-item .post-header h4 a{
    font-size: 22px;
    line-height: 33px;
  }

  body .blog-section1 .blog-section .post-item .post-header{
    padding: 20px 20px 23px;
  }

  .blog-section1 .blog-section .post-item{
    width: 29.8%;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(3) .hs-featured-image-link{
    height:272px;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .post-header,
  .blog-section1 .blog-section .post-item:nth-child(3) .post-header {
    padding: 20px 20px 23px;
  }

  .blog-section1 .dots-container #blog-sec2-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: -20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex2{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 60px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex3{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex4{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    top: -48px;
  }

  .blog-section1 .dots-container #blog-sec2-hex5{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 200px;
    top: -48px;
  }

  .blog-section1 .dots-container #blog-sec2-hex6{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 270px;
    top: -48px;
  }
}



@media(max-width:767px){

  .blog-section1 .blog-section .post-item:nth-child(1),
  .blog-section1 .blog-section .post-item:nth-child(2){
    width:100%;
    margin-right:0;
  }

  .blog-section1 .blog-section .post-listing{
    margin:0;
  }

  .blog-section1 .blog-section .post-item:nth-child(1) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link {
    height: 220px;
  }

  .blog-section1 .blog-section .post-item{
    width:100%;
    margin-right:0;
  }

  .blog-section1 .blog-section .post-item .hs-featured-image-link {
    height: 220px;
  }

  .blog-section1 .blog-section .post-item:nth-child(1) .post-header h4,
  .blog-section1 .blog-section .post-item:nth-child(2) .post-header h4 {
    min-height: 0;
    margin-bottom: 15px;
  }

  .blog-section1 .blog-section .post-item .description-cont p {
    line-height: 25px;
  }

  body .blog-section1 .blog-section .post-item .post-header{
    padding: 20px 20px 23px;
  }

  .blog-section1 .blog-section .post-item .post-header h4{
    margin-bottom: 15px;
    min-height: 0;
  }

  .blog-section1 .dots-container #blog-sec2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 40px;
    top: -35px;
  }

  .blog-section1 .dots-container #blog-sec2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 40px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 95px;
    top: 20px;
  }

  .blog-section1 .dots-container #blog-sec2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 95px;
    top: -35px;
  }

  .blog-section1 .dots-container #blog-sec2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 150px;
    top: -35px;
  }

  .blog-section1 .dots-container #blog-sec2-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 205px;
    top: -35px;
  }


}




/*========================================================
Blog Post Page Styling Start 
========================================================*/



.hs-blog-listing .post-section-hero{
  display:none;
}

.hs-blog-post .blog-banner-section{
  display:none;
}

.post-section-hero .topic-list li h5 a{
  font-size:12px;
  line-height:20px;
  color:#004250;
  font-weight:500;
  background:#fff;
  padding:7px 10px;
  box-shadow: 0 2px 4px 0 rgba(226,226,226,0.5);
}

.post-section-hero .topic-list li h5{
  margin-bottom:0;
}

.post-section-hero .topic-list li{
  margin-left:0;
}

.post-section-hero .right-col .post_featured_image{
  height:650px;
  width:650px;
  border-radius:50%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}

.post-section-hero{
  padding:53px 0 15px;
  position:relative;
  z-index:1;
}

.post-section-hero .wrapper{
  position:relative;
}

.post-section-hero .dots-container{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
}

.post-section-hero .dots-container2{
  position:absolute;
  left:0;
  bottom:0;
  z-index:-1;
}

.post-section-hero .dots-container3{
  position:absolute;
  left:0;
  top:0;
  z-index:-1;
}

.post-section-hero .right-col{
  position:relative;
  top:-53px;
}

.post-section-hero .left-col h2 a{
  font-size:50px;
  line-height:53px;
  color:#004250;
  letter-spacing:-0.8px;
  font-weight:bold;
}

.post-section-hero .left-col h2{
  max-width:497px;
}

.post-section-hero .left-col .hs-author-avatar{
  height:45px;
  width:45px;
  border-radius:50%;
}

.post-section-hero .left-col .hs-author-label a{
  font-size:15px;
  line-height:20px;
  color:#959595;
  font-weight:600;
  letter-spacing:normal;
}

.post-section-hero .left-col .hs-author-label{
  font-weight:600;
  margin-bottom:0;
}

.post-section-hero .left-col h6.date{
  font-size:10px;
  line-height:20px;
  color:#959595;
  font-weight:600;
  letter-spacing:normal;
  margin-bottom:0;
}

.post-section-hero .left-col .author-image-width{
  width: 7.529915%;
}

.post-section-hero .min-read-cont img{
  max-width: 14px;
  height: auto;
  vertical-align: middle;
}

.post-section-hero .min-read-cont{
  margin-left:0;
}

.post-section-hero .min-read-cont .clock-img{
  margin-right: 7px;
}

.post-section-hero .min-read-cont .min-read{
  font-size:15px;
  line-height:20px;
  color:#959595;
  font-weight:500;
  letter-spacing:normal;
}

.post-section-hero .hubspot-editable{
  margin-top:60px;
}



@media(max-width:1400px){

  .post-section-hero .right-col .post_featured_image{
    height: 480px;
    width: 480px;
  }

  .post-section-hero{
    padding: 93px 0 15px;  
  }

  .post-section-hero .left-col .author-image-width {
    width: 9.529915%;
  }

  body.hs-blog-post .row-fluid .blog-section1 .blog-section .sharing-icon {
    left: -120px;
  }

  .post-section-hero .left-col h2 a{
    font-size: 45px;
    line-height: 50px;  
  }

  .post-section-hero .hubspot-editable{
    margin-top: 30px;  
  }
}


@media(max-width:1024px){

  .post-section-hero .left-col .author-image-width{
    margin-right: 16px;  
  }

  body.hs-blog-post .row-fluid .blog-section1 .blog-section .sharing-icon{
    display:none; 
  }

  .post-section-hero .right-col .post_featured_image{
    height: 350px;
    width: 350px;  
  }

  .post-section-hero{
    padding: 163px 0 15px;  
  }

  .post-section-hero .dots-container3{
    display:block;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 90px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 90px;
    left: 70px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 140px;
    top: 90px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 210px;
    top: 90px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 155px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 70px;
    top: 155px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 140px;
    top: 155px;
  }

  .post-section-hero .dots-container{
    display:none;
  }

  .post-section-hero .dots-container2 #blog-post2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .post-section-hero .dots-container2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    left:auto;
  }

  .post-section-hero .dots-container2 #blog-post2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: auto;
    bottom: 10px;
    right: 0px;
  }

  .post-section-hero .dots-container2 #blog-post2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: auto;
    bottom: -30px;
    right: 70px;
  }
}



@media(max-width:767px){

  body .row-fluid .post-section-hero{
    padding: 110px 0 30px;
  }

  .post-section-hero .right-col{
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .post-section-hero .left-col h2 a{
    font-size: 35px;
    line-height: 46px;  
  }

  .post-section-hero .left-col .author-image-width {
    margin-right: 26px;
    float: left;
  }

  .post-section-hero .right-col .post_featured_image {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    float: none;
    border-radius: 0;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 40px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: 55px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 40px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 165px;
    top: 40px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 95px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 55px;
    top: 95px;
  }

  .post-section-hero .dots-container3 #blog-post-sec-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 95px;
  }

  .post-section-hero .dots-container2 #blog-post2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    bottom: auto;
    left: auto;     
  }

  .post-section-hero .dots-container2 #blog-post2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    bottom: -50px;
    right: 55px;
  }

  .post-section-hero .dots-container2 #blog-post2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: auto;
    bottom: 20px;
    right: 0;
  }
}



/****************** Post Content Section Styling *****************/


.hs-blog-post .blog-section1 .wrapper{
  position:inherit;
}

.hs-blog-post .blog-section1 .dots-container{
  display:none;
}

.hs-blog-listing .blog-section1 .dots-container2{
  display:none;
}

.hs-blog-listing .blog-section1 .dots-container3{
  display:none;
}

.blog-section1 .dots-container2{
  position:absolute;
  right:0;
  bottom:0;
  z-index:-1;
}

.blog-section1 .dots-container3{
  position:absolute;
  left:0;
  bottom:0;
  z-index:-1;
}

body.hs-blog-post .row-fluid .blog-section1 .blog-section{
  max-width:677px;
  margin:0 auto;
  float:none;
}

.hs-blog-post .blog-section1 .blog-section .sharing-icon {
  position: absolute;
  margin: 0;
  margin-top: 3px;
  top: 0;
  width: 40px;
  left: -210px;
} 

.hs-blog-post .blog-section1 .blog-section .sharing-icon li a {
  color: #94C93D;
  background: transparent;
  width: 31px;
  line-height: 31px;
  display: block;
  text-align: center;
  border: 2px solid rgba(148,201,61,0.23);
  border-radius: 100%;
  margin-bottom: 0px;
}

.hs-blog-post .blog-section1 .blog-section .sharing-icon li.first-item{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.69px;
  line-height: 25px;
  text-align: center;
  color: #959595;
  text-transform:uppercase;
}

.hs-blog-post.blog-page h4{
  font-size:25px;
  line-height:33px;
  color:#004250;
  font-weight:600;
  letter-spacing:normal;
}

.hs-blog-post.blog-page p{
  font-size:18px;
  line-height:29px;
  font-weight:normal;
  letter-spacing:0px;
  font-weight:normal;
  margin-bottom:20px;
}

.hs-blog-post.blog-page .body-container-wrapper ul li{
  font-size:18px;
  line-height:29px;
  color:#7E7E7E;
  font-weight:normal;
  letter-spacing:normal;
  font-weight:normal;
  margin-bottom:15px;
  position:relative;
}

.hs-blog-post.blog-page .post-body a,
.hs-blog-post.blog-page .post-body a span{
   font-size:18px;
  line-height:29px;
  color:#7E7E7E;
  font-weight:normal;
  letter-spacing:normal;
  font-weight:normal;
  color:#94c93d!important;
}

.hs-blog-post.blog-page blockquote{
  font-size:25px;
  line-height:41px;
  color:#94C93D;
  letter-spacing:-0.54px;
  font-weight:bold;
  font-style:normal;
  border-left:none; 
  padding-left:0;
  margin-bottom:55px;
}

.hs-blog-post.blog-page h6{
  font-size:12px;
  line-height:25px;
  letter-spacing:0.69px;
  font-weight:bold;
  color:#94C93D;

}

.hs-blog-post.blog-page .blog-section .post-body ul li:before{
  position: absolute;
  left: -25px;
  top: 18px;
  content: '';
  background: #959595;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.hs-blog-post.blog-page .blog-section .post-body a.cta_button{
  padding:0;
}

.hs-blog-post.blog-page .blog-section .post-body a.cta_button.test{
  background:transparent;
  box-shadow:none;
}

.hs-blog-post.blog-page .blog-section .post-body img{
  margin:20px 0;
  height:auto;
}

.hs-blog-post.blog-page .blog-section .post-body a.cta_button.test{
  background:transparent!important;
}

.hs-blog-post.blog-page .blog-section .post-body ul li{
  margin-left:38px;
}



@media(max-width:1024px){

  .blog-section1{
    padding-bottom: 180px;
  }

  .ias-trigger a{
    bottom: -80px;
  }

  .hs-blog-post .blog-section1{
    padding-bottom: 80px;
    padding-top: 50px;  
  }

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

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 20px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 85px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 150px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    bottom: 215px;
  }
}



@media(max-width:767px){

  .blog-section1{
    padding-bottom: 140px;
  }

  .ias-trigger a{
    bottom: -65px;
  }

  .hs-blog-post.blog-page p{
    line-height: 32px;
  }

  .hs-blog-post.blog-page blockquote{
    font-size: 22px;
    line-height: 35px;
  }

  .hs-blog-post.blog-page .blog-section .post-body ul li{
    margin-left:28px;
  }

  .hs-blog-post.blog-page .body-container-wrapper ul li{
    line-height:34px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    bottom: 20px;  
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex2{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    bottom: 75px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex3{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    bottom: 20px;
  }

  .hs-blog-post .blog-section1 .dots-container2 #blog-post-sec2-hex4{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    bottom: 75px;
  }
}


/*********************** Related Post Section Styling Start *******************/




.related-post-section{
  background: linear-gradient(358.89deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  padding: 77px 0 94px;
  position:relative;
}

.related-post-section h4.related-post-title{
  font-size:25px;
  line-height:33px;
  font-weight:600;
  color:#004250;
  letter-spacing:normal;
  margin-bottom:30px;
}

.related-post-section .hs-featured-image-wrapper .featured-image{
  height:277px;
  position:relative;
  border-radius:3px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.related-post-section .post-item .post-title-related a{
  font-size:25px;
  line-height:33px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
}

.related-post-section .post-item .post-title-related{
  font-size:25px;
  line-height:33px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
  margin-top:34px;
  min-height:100px;
}

.related-post-section .post-listing{
  margin: 0 -5.2% 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.related-post-section .post-item{
  float: left;
  width: 31.3%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 0;
  margin-right: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #DEDEDE;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  border-radius: 4px;
}

.related-post-section .post-item:last-child{
  margin-right:0;
}

.related-post-section .post-item:hover{
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
}

.related-post-section .post-item p{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  letter-spacing:normal;
  font-weight:normal;
}

.related-post-section .post-item .post-inner .min-read-cont .clock-img img{
  max-width:14px;
  height:auto;
  vertical-align:middle;
}

.related-post-section .post-item .post-inner .min-read-cont .clock-img{
  margin-right:10px;
}

.related-post-section .post-item .post-inner .min-read-cont .min-read{
  font-size:15px;
  line-height:20px;
  color:#959595;
  font-weight:500;
  letter-spacing:normal;
}

.related-post-section .post-item .post-inner p{
  display:none;
}

.related-post-section .post-item .read-more-link{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  font-weight:500;
  letter-spacing:normal;
  position:relative;
}

.related-post-section .post-item .read-more-link:after{
  position:absolute;
  right: -40px;
  top: 5px;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  width:25px;
  height:11px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  transition:0.2s all ease-in-out;
}

.related-post-section .post-item:hover .read-more-link:after{
  right: -45px;
  transition:0.2s all ease-in-out;
}

.related-post-section .post-item:hover .read-more-link{
  border-bottom:2px solid #94C93D;
}

.related-post-section .post-item .post-inner{
  padding:20px 26px 60px;
  margin-left:0;
  background:#fff;
}


.related-post-section .post-item .post-list-topics{
  position: absolute;
  right: 15px;
  top: 16px;
  width: auto;
}

.related-post-section .post-item .post-list-topics a{
  font-size:12px;
  line-height:20px;
  color:#004250;
  font-weight:500;
  letter-spacing:normal;
  background:#fff;
  padding: 7px 10px;
  border-radius:1.6px;
}

.related-post-section .post-item .cta-container{
  margin-top:28px;
  position: absolute;
  bottom: 20px;
}



@media(max-width:1400px){

  .related-post-section .post-item .post-title-related a{
    font-size: 22px;  
  }

  .related-post-section .post-item .post-title-related{
    margin-bottom:10px; 
  }

  body .row-fluid .cta-section-cm{
    position: absolute;
    top: 51%;
    left: 0;
    width: 100% !important;
    border: 1px solid #94c93d;
    padding: 34px 26px 34px 36px;
    max-width: 274px;
  }
}



@media(max-width:1250px){

  body .row-fluid .cta-section-cm{
    display:none;
  }

}


@media(max-width:1024px){

  .related-post-section .hs-featured-image-wrapper .featured-image{
    height: 235px;  
  }

  .related-post-section .post-item .post-title-related a{
    font-size: 22px; 
  }

  .related-post-section .post-item .post-title-related{
    min-height:220px;
    margin-bottom:10px;
  }

  .related-post-section .post-item p{
    min-height:180px;
  }

  .related-post-section .post-listing .post-item:last-child{
    margin-right:0;
  }

  .related-post-section .post-listing .post-item{
    width: 30.8%;
  }
}


@media(max-width:767px){

  .related-post-section{
    padding: 60px 0 50px;  
  }

  .related-post-section .post-item p{
    min-height:100%;
  }

  .related-post-section .post-item{
    margin-bottom:30px;
  }

  .related-post-section .post-item .post-inner{
    padding: 20px 20px 21px;  
  }

  .related-post-section .post-item .post-title-related{
    margin-top:15px;
    min-height:0;
    margin-bottom:10px;
  }

  body .row-fluid .cta-section-cm{
    display:none;
  }

  .related-post-section .post-listing .post-item {
    width: 100%;
    margin-right: 0;
  }

  .related-post-section .post-item .cta-container{
    position:relative;
    bottom:0;
  }

}



/******************* Cta Section Cm Styling ***********/

.blog-section1{
  position:relative;
}

.hs-blog-listing .cta-section-cm{
  display:none;
}

.cta-section-cm{
  position: absolute;
  top: 51%;
  left: 0;
  width: 100% !important;
  border: 1px solid #94c93d;
  padding: 34px 26px 34px 56px;
  max-width: 324px;
}

.cta-section-cm .subheading h6{
  font-size:10px;
  line-height:25px;
  color:#94C93D;
  letter-spacing:0.57px;
  font-weight:bold;
  position:relative;
  margin-bottom:0;
}

.cta-section-cm .subheading h6:before{
  position: absolute;
  left: -104%;
  top: 11px;
  content: '';
  background: #94c93d;
  width: 100%;
  height: 1px;
}

.cta-section-cm .heading h4{
  font-size:23px;
  line-height:28px;
  font-weight:600;
  letter-spacing:normal;
}

.cta-section-cm .description p{
  font-size:16px; 
  line-height:25.8px;
  color:#959595;
  font-weight:normal;
  letter-spacing:normal;
}

.cta-section-cm .cta-container a.cta_button{
  font-size:16px;
  line-height:25px;
  font-weight:500;
  color:#004250;
  position:relative;
}

.cta-section-cm .cta-container a.cta_button:after{
  position:absolute;
  right: -40px;
  top: 5px;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:25px;
  height:11px;
  transition:0.2s all ease-in-out;
}

.cta-section-cm:hover .cta-container a.cta_button:after{
  right:-45px;
  transition:0.2s all ease-in-out;
}

.cta-section-cm:hover .cta-container a.cta_button{
  border-bottom:2px solid #94C93D;
  transition:0.2s all ease-in-out;
}


.hs-blog-post .filter-topic-section{
  display:none;
}

.filter-topic-section .block h5{
  display:none;
}

.filter-topic-section{
  padding: 0px 0px 40px;
  position:relative;
  z-index:1;
}

.post-topic{
  position:relative;
}

.filter-topic-section .widget-module ul{
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  width: auto;
  z-index: 2;
  background: #fff;
  box-shadow: 0 10px 50px -5px rgba(0,0,0,.15);
  margin-top: -13px;
  padding: 10px 15px;
  min-width: 192px;
  display: none;
  left: 0;
  top: 19px;
}

.filter-topic-section .widget-module ul li{
  // display:none;
  list-style-type:none;
  margin:0;
  padding-bottom: 0px;
}


.filter-topic-section .widget-module ul li a{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 0px 0px;
  text-transform: capitalize;
}

.filter-topic-section .cta-trigger{
  text-align:left;
}

.filter-topic-section .cta-trigger h5{
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height:17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing:normal;
  color: #004250;
  padding-bottom:3px;
  border-bottom: 3px solid #004250;
}

.filter-topic-section .cta-trigger span:first-child{
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing:normal;
  color:#9B9B9B;
  margin-right:6px;
}

.filter-topic-section .cta-trigger img{
  vertical-align: middle;
  margin-left: 10px;
}

.filter-topic-section .widget-module li a.current-page{
  color:;
}

.filter-topic-section .right-col{
  float:right;
  text-align:right;
}

.filter-topic-section .right-col .transparent-cta a.cta_button{
  border:1px solid #94C93D;
  border-radius:3px;
  font-size:16px;
  line-height:25.8px;
  font-weight:bold;
  background:#fff;
  letter-spacing:normal;
  color:#94C93D;
  box-shadow:none;
  padding: 8px 37px;
  transition:0.2s all ease-in-out;
}

.filter-topic-section .right-col .transparent-cta a.cta_button:hover{
  border:1px solid #94C93D;
  background:#94C93D;
  color:#fff;
  transition:0.2s all ease-in-out;
}

.filter-topic-section{
  position:relative;
  z-index:2;
}



@media(max-width:1024px){

  .cta-section-cm{
    max-width: 100%;   
    margin-top: 30px;
    position:relative;
    padding: 34px 26px 34px 26px;
  }

  .cta-section-cm .cta-container a.cta_button{
    padding:0;  
  }
}

@media(max-width:767px){

  .filter-topic-section .cta-trigger {
    text-align: center;
    margin-top:10px;
  }

  .filter-topic-section .right-col{
    float: right;
    margin-top: 0px;
    width:auto;
  }

  .filter-topic-section .left-col{
    width:auto;
    float:left;
  }

  .filter-topic-section .right-col .transparent-cta a.cta_button{
    padding: 8px 27px;
  }

  .filter-topic-section .widget-module ul{
    left: 0;
    top: 19px;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;  
  }

  .blog-section1 .blog-section .post-item:nth-child(2),
  .blog-section1 .blog-section .post-item:nth-child(3){
    width:100%;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .post-header,
  .blog-section1 .blog-section .post-item:nth-child(3) .post-header {
    padding: 20px 20px 23px;
  }

  .blog-section1 .blog-section .post-item:nth-child(2) .hs-featured-image-link,
  .blog-section1 .blog-section .post-item:nth-child(3) .hs-featured-image-link {
    height: 220px;
  }
}







/*==========================================================
Contact Page Styling Start 
===========================================================*/




/******************** Contact Section1 Styling *******************/



.contact-section1{
  padding:235px 0 20px;
  position:relative;
  z-index:1;
}

.contact-section1:after{
  position:absolute;
  right:0;
  top:0;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Green%20disk.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:678px;
  height:824px;
  z-index:-1;
}

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

.contact-section1 .cta-container{
  margin-top:30px;
}

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 #94C93D;
  padding:38px 38px;
  background:#fff;
}

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:#94C93D!important;
  font-size:16px;
  line-height:25.8px;
  font-weight:bold;
  letter-spacing:normal;
  padding: 9px 49px;
  transition:0.2s all ease-in-out;
}

body .row-fluid .contact-section1 .right-col .form-container form .hs-button:hover{
  background:#004250!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 .actions:before{
  position: absolute;
  left: 35px;
  top: 7px;
  content: '';
  background: url(https://cdn2.hubspot.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;

}

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: 215px 0 70px; 
  }

  .contact-section1 .right-col{
    padding-left: 30px;
  }

  .contact-section1:after{
    display:none;
  }
}



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

  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: linear-gradient(358.89deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  padding: 57px 0 68px;
}

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





/************************ Contact Map Cm Styling Start *******************/



.google-map-cm .tab-content .left-col .right-column h4{
  font-size:20px;
  line-height:33px;
  color:#004250;
  font-weight:500;
  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 .cta-container a.cta_button{
  background:transparent;
  border:1px solid #94C93D;
  border-radius:3px;
  font-size:16px; 
  line-height:25.8px;
  font-weight:bold;
  letter-spacing:normal;
  color:#94C93D;
  box-shadow:none; 
  padding: 9px 14px;
  transition:0.2s all ease-in-out;
}

.google-map-cm .tab-content .cta-container a.cta_button:hover{
  background:#94C93D;
  color:#fff;
  transition:0.2s all ease-in-out;
}

.google-map-cm .tab-navigation .location{
  font-size:18px;
  line-height:22px;
  color:#9B9B9B;
  font-weight:500;
  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-size:40px;
  line-height:52px;
  color:#004250;
  letter-spacing:-0.8px;
  font-weight:bold;
  border:none;
  height:auto;
  position:relative;
  cursor:pointer;
}
.google-map-cm .tab-navigation .tab-select select#select-box{
  border-bottom:2px solid #004250;
  background: #fff;
  border-radius:0px;
}

.google-map-cm label[for=favcity]{
  display:inline-block;
  position:relative;
}

.google-map-cm label[for=favcity]::after {
  content: ' ';
  position: absolute;
  right:auto;
  top: 2px;
  width: 40px;
  height: 100%;
  display: inline-block;
  background: url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/angle-arrow-down.png') 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:#94C93D;
  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:640px;
  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 #94C93D;
}

body .row-fluid .google-map-cm .left-col{
  width: 45.717949%;
}

body .row-fluid .google-map-cm .right-col{
  width: 51.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;
}




@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:920px;
  }

  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 .dots-container #contact-hex1{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -40px;
    right: 0;
  }

  .google-map-cm .dots-container #contact-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -40px;
    right: 55px;
  }

  .google-map-cm .dots-container #contact-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    top: -40px;
  }

  .google-map-cm .dots-container #contact-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 165px;
    top: -40px;
  }

  .google-map-cm .dots-container #contact-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 220px;
    top: -40px;
  }

  .google-map-cm .dots-container #contact-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: 20px;
  }

  .google-map-cm .dots-container #contact-hex7 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    top: 20px;
  }

  .google-map-cm .dots-container #contact-hex8 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    top: 20px;
  }

  .google-map-cm .dots-container #contact-hex9 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 165px;
    top: 20px;
  }

  .google-map-cm .dots-container {
    bottom: -20px;
  }
}

/*===============================================
Protecting Wealth
*============================================= */

.protecting-wealth .tax-advisory-section2{
  padding: 54px 0 110px;
}
.protecting-wealth .tax-advisory-section2 .left-col{
  margin-top:0px;
}

.protecting-wealth .tax-advisory-section1 .subheading h6 {
  text-transform: uppercase;
}

@media(max-width:767px){
  .protecting-wealth .tax-advisory-section2 .left-col {
    margin-top: 35px;
  }
  .tax-advisory-section3-cm.tax-advisory-section3-cm-v2 .cm-heading {
    min-height: 48px;
  }
  .tax-advisory-section3-cm.tax-advisory-section3-cm-v2 .cta-container.simple-cta{
    left: 0px;
    right: 0px;
  }
  .protecting-wealth .tax-advisory-section2{
    padding: 54px 0 75px;
  }
}



/*===============================================
Forensic Accounting
*============================================= */

.forensic-accounting .tax-advisory-section2 {
  padding: 65px 0 110px;
}




@media(max-width:767px){

  .forensic-accounting .tax-advisory-section2{
    padding: 65px 0 50px;
  }
}



/*==============================================
*   Strategic Business
* ============================================*/

.strategic-business .services-banner-section .heading-container{
  max-width:643px;
}



/*============================================
*            Protecting Wealth sub-page 2
============================================*/
.business-subpage-two .protecting-wealth-banner-cm {
  padding-top: 187px;
  padding-bottom: 84px;
}
.business-subpage-two .protecting-wealth-banner-cm .dots-container {
  transform: rotate(86deg);
  bottom: 56px;
}
.business-subpage-two .protecting-wealth-banner-cm p{
  margin-bottom:25px;
}

.business-subpage-two .tax-advisory-section3-cm{
  padding:100px 0px 60px;
}
.business-subpage-two .protecting-wealth-cm .list-section{
  margin-top:10px;
}
.business-subpage-two .protecting-wealth-cm .heading-container p>strong {
  margin-top: 36px;
  display: block;
}
.business-subpage-two .protecting-wealth-cm .heading-container p{
  margin-bottom:22px;
}



@media(max-width:1024px){

  .protecting-wealth-banner-cm .dots-container #advisory-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: -65px;
    top: 20px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: -60px;
    top: 90px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 10px;
    top: 75px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 150px;
    right: 15px;
  }

  .protecting-wealth-banner-cm {
    padding-bottom: 70px;
  }
}



@media(max-width:767px){

  .protecting-wealth-banner-cm .dots-container {
    position: absolute;
    right: 0px;
    transform: rotate(0deg);
    bottom: 94px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: 55px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 0;
    top: 110px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    top: 55px;
  }

  .protecting-wealth-banner-cm .dots-container #advisory-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 110px;
    right: 55px;
  }

  .business-subpage-two .protecting-wealth-banner-cm{
    padding-top: 120px;
    padding-bottom: 70px;   
  }

  .business-subpage-two .protecting-wealth-banner-cm .dots-container {
    transform: rotate(0deg);
    bottom: 56px;
  }
}


/*============================================
*            Protecting Wealth sub-page 3
============================================*/

.business-subpage-three .protecting-wealth-banner-cm .dots-container{
  bottom: 256px;
}
.business-subpage-three .protecting-wealth-banner-cm p{
  margin-bottom:20px;
}
.business-subpage-three .protecting-wealth-banner-cm h2{
  margin-top:10px;
}
.business-subpage-three .protecting-wealth-banner-cm a.cta_button{
  padding: 10px 23px;
}









/******************* Events Page Styling Start ********************/





/******************* Events Section1 Styling ******************/



.events-section1{
  padding:200px 0;
  position:relative;
  z-index:1;
}

.events-section1 .dots-container{
  position: absolute;
  right: 0;
  top: 370px;
  z-index: -1;
}

body.hs-blog-post .events-section1 .dots-container{
  top:450px;
}

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

.events-section1 .dots-container3{
  position: absolute;
  left: 0;
  bottom: 240px;
  z-index: -1;
}

.hs-blog-post .events-section1 .dots-container3{
  display:none;
}

.hs-blog-post .events-section1 .dots-container2{
  display:none;
}



.hs-blog-listing .events-section1 .back-to-event{
  display:none;
}

.back-to-event .all-post-top-cta a{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  position:relative;
  margin-left:38px;
  border-bottom:2px solid transparent;
  transition:0.2s all ease-in-out;
}

.back-to-event .all-post-top-cta a:hover{
  border-bottom:2px solid #94C93D;
  transition:0.2s all ease-in-out;
}

.back-to-event .all-post-top-cta a:hover:before{
  left:-42px;
  transition:0.2s all ease-in-out;
}

.back-to-event .all-post-top-cta a:before{
  position: absolute;
  left: -37px;
  top: 4px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Left%20Green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25px;
  height: 11px;
  transition:0.2s all ease-in-out;
}

.events-section1 .ias-trigger a{
  bottom:90px;
}

.events-section1 .blog-section .post-body .hs-featured-image-link{
  height:280px;
  border-radius:3px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.events-section1 .blog-section .post-listing {
  padding: 0;
  //overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3.6%;
}

.events-section1 .blog-section .post-item {
  float: left;
  width: 31.2%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 15px;
  margin-right: 20px;
  position: relative;
  transition:0.2s all ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #dedede;
  border-radius:3px;
  transition:0.2s all ease-in-out;
}

.events-section1 .blog-section .post-item:hover{
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
  transition:0.2s all ease-in-out;
  background:#fff;
  border: 1px solid #94C93D;
}

.events-section1 .blog-section .post-item h4.post-heading{
  font-size:22px;
  line-height:29px;
  color:#004250;
  font-weight:500;

}

.events-section1 .blog-section .post-item .post-header{
  padding: 17px 15px 40px;
  border-top:none;
  background:#fff;
}

.events-section1 .blog-section .post-item a.more-link{
  color:#959595;
  font-size:16px;
  line-height:25.8px;
  font-weight:500;
  position:relative;
  border-bottom:2px solid transparent;
  transition:0.2s all ease-in-out;
  position: absolute;
  bottom: 20px;
}

.events-section1 .blog-section .post-item:hover a.more-link{
  border-bottom:2px solid #94C93D;
  transition:0.2s all ease-in-out;
}

.events-section1 .blog-section .post-item:hover a.more-link:after{
  right:-42px;
  transition:0.2s all ease-in-out;
}

.events-section1 .blog-section .post-item a.more-link:after{
  position:absolute;
  right: -37px;
  top: 5px;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  width:25px;
  height:11px;
  transition:0.2s all ease-in-out;

}

.events-section1 .blog-section .post-item p.description{
  min-height:90px;
}

.events-section1 .blog-section .post-item .post-date p{
  font-size:16px;
  line-height:25.8px;
  color:#7E7E7E;
  font-weight:normal;
}

.events-section1 .blog-section .post-item .top-date h3{
  font-size:28px;
  line-height:46px;
  color:#fff;
  background:#94C93D;
  width:46px;
  height:46px;
  border-radius:2px;
  text-align:center;
  overflow:hidden;
}

.events-section1 .blog-section .post-item .top-date{
  position: absolute;
  top: 258px;
  right: 15px;
}

body.hs-blog-post .events-section1 .left-col{
  width: 56.811966%;
}

body.hs-blog-post .events-section1 .right-col{
  width: 40.623932%;
}

body.hs-blog-listing .post-heading-cm{
  display:none;
}

.events-section1 .blog-section .date-head{
  width:100%;
}

.events-section1 .blog-section h3.date-head{
  font-size:28px;
  line-height:20px;
  color:#94C93D;
  font-weight:500;
  margin-bottom:50px;
  margin-top:43px;
}




@media(max-width:1024px){

  .events-section1 .blog-section h3.date-head{
    margin-top:23px;
  }

  .events-section1 .blog-section .post-item {
    width: 30.2%;
  }

  .events-section1 .blog-section .post-body .hs-featured-image-link {
    height: 220px;
  }

  .events-section1 .blog-section .post-item .top-date {
    top: 197px;
  }

  .events-section1 .blog-section .post-item h4.post-heading{
    min-height:120px;
  }

  .events-section1 .blog-section .post-item p.description {
    min-height: 150px;
  }

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

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

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

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

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

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

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

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

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

  .events-section1 .dots-container2{
    display:none;
  }

  .events-section1 .dots-container3 #team3-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -15px;
    right: 0;
  }

  .events-section1 .dots-container3 #team3-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -15px;
    right: 70px;
  }

  .events-section1 .dots-container3 #team3-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -15px;
    right: 140px;
  }

  .events-section1 .dots-container3 #team3-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 55px;
    right: 0;
  }

  .events-section1 .dots-container3 #team3-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 55px;
    right: 70px;
  }

  .events-section1 .dots-container3 #team3-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 55px;
    right: 140px;
  }

  .events-section1 .dots-container3 #team3-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 55px;
    right: 210px;
  }

}



@media(max-width:767px){

  body .row-fluid .events-section1{
    padding: 120px 0 40px;  
  }

  .events-section1 .blog-section .post-listing{
    margin:0;
  }

  .events-section1 .blog-section .post-item{
    width:100%;
    margin:0;
  }

  .events-section1 .blog-section .post-item h4.post-heading {
    min-height: 100%;
  }

  .events-section1 .blog-section .post-item p.description {
    min-height: 100%;
  }

  body .row-fluid .events-section1 .post-section-hero {
    padding: 30px 0 30px;
  }

  .events-section1 .wrapper>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }

  body .row-fluid .event-schedule-cm.fixed {
    position: relative !important;
    max-width: 100%;
    float: none;
    top:0!important;
  }

  .events-section1 .dots-container2{
    display:block;
  }

  .events-section1 .dots-container{
    display:block;
  }

  .events-section1 .dots-container3{
    display:block;
  }

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

  .events-section1 .dots-container #team1-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -90px;
    right: 60px;
  }

  .events-section1 .dots-container #team1-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -90px;
    right: 120px;
  }

  .events-section1 .dots-container #team1-hex4 {
    width: 9px;
    height: 9px;
    border: 25px solid #f1f1f1;
    top: -35px;
    right: 0;
  }

  .events-section1 .dots-container #team1-hex5,
  .events-section1 .dots-container #team1-hex6,
  .events-section1 .dots-container #team1-hex7,
  .events-section1 .dots-container #team1-hex8,
  .events-section1 .dots-container #team1-hex9{
    display:none;
  }
}


/****************** Event Related Section Styling *****************/




.event-related-section .events-related-post-section .featured-image{
  height:280px;
  border-radius:3px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

body.hs-blog-listing .event-related-section{
  display:none;
}

.event-related-section .events-related-post-section .post-item{
  float: left;
  width: 32.2%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  list-style: none;
  padding-bottom: 15px;
  margin-right: 20px;
  position: relative;
  transition:0.2s all ease-in-out;
}

.event-related-section .events-related-post-section .post-item:hover .post-header{
  border:1px solid #94C93D;
  box-shadow: 0 2px 10px 3px rgba(148,201,61,0.14);
  transition:0.2s all ease-in-out;
}

.event-related-section .events-related-post-section .post-item:nth-child(3n){
  margin-right:0;
}

.event-related-section .events-related-post-section .post-item p.description{
  font-size:16px;
  line-height:25.8px;
  color:#7E7E7E;
  font-weight:normal;
}

.event-related-section .events-related-post-section .post-item .post-header{
  border: 1px solid #DEDEDE;
  padding:17px 15px;
  border-radius:3px;
  background:#fff;
}

.event-related-section .events-related-post-section .post-item h4.post-heading{
  font-size:22px;
  line-height:29px;
  font-weight:500;
  color:#004250;
  min-height:60px;
  margin-bottom:3px;
}

.event-related-section .events-related-post-section .post-item a.more-link{
  font-size:16px;
  line-height:25.8px;
  color:#959595;
  font-weight:500;
  position:relative;
}

.event-related-section .events-related-post-section .post-item:hover a.more-link{
  border-bottom:2px solid #94C93D;
  transition:0.2s all ease-in-out;
}

.event-related-section .events-related-post-section .post-item a.more-link:after{
  position: absolute;
  right: -37px;
  top: 5px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25px;
  height: 11px;
  transition:0.2s all ease-in-out;
  border-bottom:2px solid transparent;
}

.event-related-section .events-related-post-section .post-item:hover a.more-link:after{
  right:-42px;
  transition:0.2s all ease-in-out;
}

.event-related-section .events-related-post-section .post-item .top-date h3{
  font-size:28px;
  line-height:46px;
  color:#fff;
  background:#94C93D;
  width:46px;
  height:46px;
  border-radius:3px;
  text-align:center;
}

.event-related-section .events-related-post-section .post-item .top-date{
  position: absolute;
  top: 258px;
  right: 15px;
}

.event-related-section .events-related-post-section .post-item .post-date p{
  font-size:16px;
  line-height:25.8px;
  color:#7E7E7E;
  font-weight:400;
  margin-bottom:3px;
}

.event-related-section .heading-container h3{
  color:#94C93D;
  font-size:28px; 
  line-height:20px;
  letter-spacing:normal;
  font-weight:500;
}

.event-related-section .heading-container{
  margin-bottom:44px;
}

.event-related-section{
  background: linear-gradient(358.89deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  padding:82px 0 100px;
}

.event-related-section .all-post-top-cta a{
  border: 0.8px solid #94C93D;
  border-radius: 3px;
  background-color: #FFFFFF;
  color:#94C93D;
  font-size:16px;
  line-height:25.8px;
  font-weight:bold;
  padding: 12px 21px;
}

.event-related-section .all-post-top-cta{
  margin-top:60px;
}

body.hs-blog-listing .events-section1 .left-col{
  width:100%;
}

body.hs-blog-listing .events-section1 .right-col{
  display:none;
}

.hs-blog-post .events-section1 .heading-container{
  display:none;
}



@media(max-width:1230px){

  .event-related-section .events-related-post-section .post-item{
    width: 31.9%;
  }

  .event-related-section .events-related-post-section .post-item h4.post-heading{
    min-height:90px;
  }

  body.hs-blog-post .events-section1 .left-col {
    width: 55.811966%;
  }

  body .event-schedule-cm .calendar-cont .span9 {
    width: 86.358974%;
  }

  body .row-fluid #sidebar {
    max-width: 397px;
    float:right;
  }

  body .row-fluid #sidebar.fixed {
    max-width: 397px;
    float:right;
    right:30px;
  }
}



@media(max-width:1024px){

  .event-related-section .events-related-post-section .post-item {
    width: 31.5%;
  }

  .event-related-section .events-related-post-section .featured-image {
    height: 240px;
  }

  .event-related-section .events-related-post-section .post-item .top-date {
    top: 218px;
  }

  .event-related-section .events-related-post-section .post-item h4.post-heading {
    min-height: 120px;
  }

  body .row-fluid #sidebar {
    max-width: 295px;
    float:right;
  }

  body .row-fluid #sidebar.fixed {
    max-width: 295px;
    float:right;
    right:30px;
  }

  .hs-blog-post .events-section1{
    padding:50px 0 100px;
  }

  body .row-fluid .event-schedule-cm .calendar-cont .right-column h4 {
    font-size: 19px;
  }
}




@media(max-width:767px){

  .event-related-section .events-related-post-section .post-item{
    width:100%;
  }

  body .row-fluid #sidebar{
    width:100%;
    float:none;
    right:0;
    max-width:100%;
    top:0!important;
    position:relative!important;
  }

  body .row-fluid #sidebar.fixed {
    max-width: 100%;
    float: none;
    right: 0;
    width: 100%;
    padding-right:20px;
  }

  .event-related-section .events-related-post-section .post-item h4.post-heading{
    min-height: 100%;
    margin-bottom: 20px;
  }



}

/***************** Event Schedule Cm Styling Start ***************/




.event-schedule-cm .calendar-cont .span3{
  width: 10.076923%;
}

.event-schedule-cm .calendar-cont .span9{
  width: 87.358974%;
}

.event-schedule-cm .calendar-cont .right-column h4{
  font-size:22px;
  line-height:27px;
  color:#004250;
  font-weight:500;
  margin-bottom:7px;
}

.event-schedule-cm .calendar-cont .right-column p{
  font-size:16px;
  line-height:24px;
  color:#253858;
}

.event-schedule-cm .sub-description{
  margin-top:23px;
  border-top:1px solid #DBDCDE;
  padding-top:20px;
}

.event-schedule-cm .sub-description p{
  font-size:16px;
  line-height:24px;
  color:#253858;
}

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

.event-schedule-cm .cta-container{
  margin-top:30px;
}

.event-schedule-cm{
  border:1px solid #94C93D;
  padding:43px 34px 27px;
  background:#fff;
}



@media(max-width:1024px){

  .event-schedule-cm .calendar-cont .span3 {
    width: 14.076923%;
  }

  body .event-schedule-cm .calendar-cont .span9 {
    width: 82.358974%;
  }
}



@media(max-width:767px){

  .event-schedule-cm .calendar-cont .span3{
    width: 14.076923%;
    float: left;
  }

  body .event-schedule-cm .calendar-cont .span9 {
    width: 82.358974%;
    padding-left: 20px;
    float: right;
  }

  .event-schedule-cm {
    padding: 43px 20px 27px;
  }
}




/********************** Event Single Page Styling ******************/




.post-heading-cm .post-section-hero h2{
  font-size:50px;
  line-height:53px;
  color:#004250;
  letter-spacing:-0.8px;
  max-width:780px;
}

.post-heading-cm .post-section-hero .header-container{
  margin-bottom:20px;
}


.hs-blog-post .events-section1 .left-col .blog-section .post-body p{
  font-size:18px;
  line-height:39px;
  color:#7E7E7E;
  letter-spacing:1px;
  font-weight:normal;
}

.hs-blog-post .events-section1 .left-col .blog-section .post-body h4{
  font-size:25px;
  line-height:33px;
  color:#004250;
  letter-spacing:normal;
  font-weight:600;
}

.hs-blog-post .events-section1 .blog-section .post-body ul li:before{
  background:#94C93D;
  width:6px;
  height:6px;
  top:12px;
}

#sidebar.fixed {
  position: fixed;
  top: 0;
  padding-right: 40px;
}

#sidebar {
  position: relative;
  width: 100%;
  max-width: 480px;
}



@media(max-width:767px){

  .post-heading-cm .post-section-hero h2{
    font-size: 29px;
    line-height: 40px;  
  }

  body.hs-blog-post .events-section1 .left-col {
    width: 100%;
  }

  body.hs-blog-post .events-section1 .right-col {
    width: 100%;
    margin-bottom:50px;
  }

  .events-section1 .post-section-hero {
    padding: 63px 0 30px;
  }

  body .row-fluid #sidebar{
    position:relative!important;
    max-width:100%;
    float:none;
  }


}



/*================================================================
Faqs Page Styling Start 
==================================================================*/





/******************* Faqs Section1 Styling ************************/





.faq-section1{
  padding:240px 0 81px;
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
  position:relative;
}

.faq-section1 .dots-container{
  position: absolute;
  top: 40px;
  right: 0;
  z-index:0;
}

body .row-fluid .faq-section1 .heading-container{
  max-width:677px;
  margin:0 auto 71px;
  float:none;
}

.faq-section1 .one-text{
  margin-top:100px;
}

.faq-section1 .faq-cm .accordion_group{
  padding:20px;
  margin-bottom:0px;
  cursor:pointer;
}

.faq-section1 .faq-cm .accordion_header{
  position:relative;
}

.faq-section1 .faq-cm .accordion_content{
  margin-top:20px;
}

.faq-section1 .faq-cm .accordion_header h4{
  font-size:18px;
  line-height:22px;
  color:#004250;
  letter-spacing:-0.39px;
  font-weight:500;
}

body .row-fluid .faq-section1 .faq-cm{
  width:100%;
  max-width:932px;
  margin:0 auto;
  float:none;
}

.faq-section1 .faq-cm .accordion_header:after{
  position: absolute;
  content: '';
  width: 26px;
  height: 26px;
  left: -45px;
  top: 0px;
  transition: all .8s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.faq-section1 .faq-cm .accordion_header:after{
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Open%20%281%29.svg');
}

.faq-section1 .faq-cm .accordion_group.expanded .accordion_header:after{
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Close%20%282%29.svg');
}


.faq-section1 .contact-us-cta a.cta_button{
  padding:9px 47px;
}




@media(max-width:1024px){

  .faq-section1{
    padding:180px 0 80px;  
  }

  .faq-section1 .faq-cm .accordion_group{
    padding-left:60px;
  }

  .faq-section1 .dots-container #home-sec2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: -340px;
    right: 0;
  }

  .faq-section1 .dots-container #home-sec2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    bottom: -390px;
    right: 50px;
  }

  .faq-section1 .dots-container #home-sec2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 120px;
    bottom: -400px;
  }

  .faq-section1 .dots-container #home-sec2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 70px;
    bottom: -330px;
  }

  .faq-section1 .dots-container #home-sec2-hex5 {
    width: 10px;
    height: 10px;
    border: 24px solid #f1f1f1;
    right: 140px;
    bottom: -330px;
  }

  .faq-section1 .dots-container #home-sec2-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 205px;
    bottom: -330px;
  }
}


@media(max-width:767px){

  .faq-section1{
    padding:120px 0 110px;
  }

  body .row-fluid .faq-section1 .heading-container {
    margin: 0 auto 20px;
    float: none;
  }

  .faq-section1 .faq-cm .accordion_header h4 {
    line-height: 26px;
  }

  .faq-section1 .faq-cm .accordion_header:after{
    top:5px;
  }

  .faq-section1 .faq-cm .accordion_group {
    padding-left: 40px;
  }

  .faq-section1 .one-text {
    margin-top: 50px;
  }

  .faq-section1 .dots-container{
    position: absolute;
    top: initial;
    right: 0;
    z-index: 0;
    bottom: 400px;
  } 

  .faq-section1 .dots-container #home-sec2-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    bottom: -340px;
    right: 0;
  }

  .faq-section1 .dots-container #home-sec2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    bottom: -380px;
    right: 40px;
  }

  .faq-section1 .dots-container #home-sec2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 90px;
    bottom: -390px;
  }

  .faq-section1 .dots-container #home-sec2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 55px;
    bottom: -330px;
  }

  .faq-section1 .dots-container #home-sec2-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 110px;
    bottom: -330px;
  }

  .faq-section1 .dots-container #home-sec2-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    right: 165px;
    bottom: -330px;
  }
}







/******************** Super Fund Page Styling Start ********************/





/******************* Super Fund Image Section Styling *******************/



.fund-image-section{
  padding:0px 0 195px;
  position:relative;
  z-index:1;
}

.fund-image-section .dots-container{
  position:absolute;
  left:0;
  top:80px;
  z-index:-1;
}

.fund-image-section .dots-container2{
  position:absolute;
  right:-40px;
  bottom:480px;
  z-index:-1;
}

.super-fund .tax-advisory-section3-cm{
  padding: 80px 0 20px;
}         



@media(max-width:1024px){

  .fund-image-section {
    padding: 0px 0 95px;
  }

  .fund-image-section .image-container img{
    height:auto;
  }

  body .row-fluid .fund-image-section .image-container{
    max-width:400px;
    margin:0 auto;
    float:none;
  }

  .fund-image-section .dots-container #fund-hex1{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0px;
    left:0;
  }

  .fund-image-section .dots-container #fund-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    left: 65px;
  }

  .fund-image-section .dots-container #fund-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 130px;
    top: 0;
  }

  .fund-image-section .dots-container #fund-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 0;
    top: 70px;
  }

  .fund-image-section .dots-container #fund-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 65px;
    top: 70px;
  }

  .fund-image-section .dots-container #fund-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 130px;
    top: 70px;
  }

  .fund-image-section .dots-container #fund-hex7 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    left: 130px;
    top: 70px;
  }

  .fund-image-section .dots-container2 {
    position: absolute;
    right: 0;
    bottom: 250px;
    z-index: -1;
  }

  .fund-image-section .dots-container2 #fund2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0px;
    right: 0;
  }

  .fund-image-section .dots-container2 #fund2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 0;
    right: 65px;
  }

  .fund-image-section .dots-container2 #fund2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 130px;
    top: 0;
  }

  .fund-image-section .dots-container2 #fund2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 0;
    top: 70px;
  }

  .fund-image-section .dots-container2 #fund2-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    right: 65px;
    top: 70px;
  }
}



@media(max-width:767px){

  .fund-image-section {
    padding: 0px 0 60px;
  }

  .fund-image-section .dots-container {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: -1;
  }

  .fund-image-section .dots-container #fund-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0px;
    left: 0;
  }

  .fund-image-section .dots-container #fund-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    left: 55px;
  }

  .fund-image-section .dots-container #fund-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 110px;
    top: 0;
  }

  .fund-image-section .dots-container #fund-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    left: 0;
    top: 55px;
  }

  .fund-image-section .dots-container2{
    display:none;
  }



}






/********************* Hr Consulting Page Styling *****************/




.hr-consulting  .services-banner-section .left-col .heading-container{
  max-width: 508px;
}




@media(max-width:767px){

  .hr-consulting .services-banner-section .left-col .heading-container{
    max-width:100%;
  }
}







/*================================================================
Team Page Styling Start 
==================================================================*/






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




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

.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 h3{
  font-size:22px;
  line-height:27px;
  color:#004250;
  font-weight:500;
}

.team-cm .text-container h4{
  font-size:16px;
  line-height:25px;
  color:#004250;
  font-weight:normal;
}

.team-cm .text-container{
  border:1px solid #DEDEDE;
  border-top:0;
  padding:21px 20px 13px;
  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:#959595;
  transition:0.2s all ease-in-out;
  background:transparent;
  border:0;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
  position:relative;
  font-size:16px;
  line-height:25px;
  font-weight:normal;
  box-shadow:none;
  padding-right:0;
  border-bottom: 2px solid transparent; 
  border-radius:0;
  display:inline-block;
  margin-bottom:0;
}

.team-cm .cta-container h3.cta_button:after{
  content: '';
  background: url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 25px;
  height: 11px;
  right: -37px;
  top: 7px;
  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 #94C93D;
  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 #94C93D;
  transition:0.2s all ease-in-out;
}

.team-section1 .team-cm .four-col-adjust span>.hs_cos_wrapper:hover h3.cta_button:after{
  right:-42px;
  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 {
    padding: 190px 0 40px;
  }

  .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 {
    padding: 120px 0 30px;
  }

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

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





/*=======================================================
Team Single Page Styling Start 
=========================================================*/





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

.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 .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:470px;
  background-position:top center!important;
}

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

.team-single-cm .text-container{
  border:1px solid #DEDEDE;
  padding:28px 26px 6px;
  border-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.team-single-cm .text-container h4{
  font-weight:bold;
  font-size:16px;
  line-height:25px;
  color:#004250;
  letter-spacing:0.5px;
}

.team-single-cm .text-container ul li{
  position:relative;
  line-height:24px;
  margin-bottom: 15px;
  margin-left:20px;
}

.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: #94c93d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.team-single-cm .cta-container{
  margin-top:44px;
}

.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{
  border-radius:3px;
  max-width:380px;
  float:right;
}

.team-single-section1 .left-col .description-cont blockquote{
  font-size:25px;
  line-height:41px;
  color:#94C93D;
  letter-spacing:-0.54px;
  font-weight:bold;
  font-style:normal;
  margin-left:0;
  margin-bottom:20px;
}

.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:1024px){

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

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



@media(max-width:767px){

  .team-single-section1 {
    padding: 120px 0 40px;
  }

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


a.more-link.hide-arrow:after{
  display:none;
}






/*************** Job Position Page Styling ****************/





.job-position-sec1 .right-col .form-container{
  max-width:100%;
}

.job-position-sec1 .right-col{
  margin-top:40px;
}

body .row-fluid .job-position-sec1 .wrapper{
  max-width:897px;
}

body .row-fluid .job-position-sec1 .form-container form ul.inputs-list.multi-container li{
  width:33%;
  float:left;
}

body .row-fluid .job-position-sec1 .form-container form ul.inputs-list.multi-container li span{
  display:flex;
  max-width:200px;
}

body .container-fluid .row-fluid .job-position-sec1 .form-container form input[type="checkbox"]{
  width: 14px;
  height: 14px;
  border: 1px solid #D3D3D3;
  margin-bottom: 0;
  border-radius: 2px;
  float: left;
  margin-top: 6px;
}

body .row-fluid .job-position-sec1 .form-container form ul.inputs-list.multi-container{
  margin-top:10px;
}

body .row-fluid .job-position-sec1 .form-container form input{
  width:100%;
  margin-bottom:30px;
}

body .row-fluid .job-position-sec1 .form-container form .hs-button{
  width: auto;
  padding: 19px 45px;
  height: 100%;
}

body .row-fluid .job-position-sec1 .form-container form .file-upload-button-label {
  position: relative;
  left: 13px;
  bottom: 36px;
  border: 1px solid #FBFBFB;
  border-radius: 3px;
  background-color: #fff;
  padding: 2px 9px;
  color: #484848;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: normal;
  width: 100%;
  max-width: 80px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
}

body .row-fluid .job-position-sec1 .form-container form .file-upload-file-name {
  background-color: #fff;
  height: 49px;
  padding-left: 124px;
  color: #aaa;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  right: 0;
  width: 100%;
  max-width: 100%;
  top: 0px;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
}

body .row-fluid .job-position-sec1 .form-container form input[type="file"]{
  display:none!important;
}

body .row-fluid .job-position-sec1 .form-container .hs-form .field .input input[type="checkbox"]:checked:after{
  display:none;
}

body .row-fluid .job-position-sec1 .form-container .hs-form .field .input input[type="checkbox"]:checked:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  background:#94C93D;
  width:14px;
  height:14px;
}

body .row-fluid .job-position-sec1 .form-container .hs-form fieldset.form-columns-1{
  margin-bottom:20px;
}




@media(max-width:767px){

  body .row-fluid .job-position-sec1 .form-container form input{
    width:100%!important;
  }

  body .row-fluid .job-position-sec1 .form-container form input[type="checkbox"]{
    width:14px!important;
  }

  body .row-fluid .job-position-sec1 .form-container form input{
    margin-bottom:15px;
  }

  body .row-fluid .job-position-sec1 .form-container form ul.inputs-list.multi-container li {
    width: 100%;
    float: left;
  }

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

  body .row-fluid .job-position-sec1 .form-container form ul.inputs-list.multi-container li span {
    max-width: 100%;
  }
}






/*======================================================
Thankyou Page Styling Start 
==========================================================*/





.thankyou-section{
  padding: 260px 0 162px;
  position:relative;
  z-index:1;
}

body .row-fluid .thankyou-section .heading-container p{
  font-size:22px;
  line-height:27px;
  color:#004250;
  font-weight:500;
  /*max-width:376px;*/
  max-width:486px;
  margin:0 auto;
  float:none;
}

.thankyou-section .heading-container h1{
  margin-bottom:18px;
}

body .row-fluid .thankyou-section .cta-container{
  max-width: 440px;
  margin: 26px auto;
  float: none;
}

body .row-fluid .thankyou-section .cta-container .left-cta a.cta_button{
  padding:18.5px 29px;
}

body .row-fluid .thankyou-section .cta-container .right-cta a.cta_button{ 
  padding:18.5px 29px;
}


.thankyou-section .dots-container{
  position:absolute;
  top:50%;
  right:40px;
  z-index:-1;
}

.thankyou-section .dots-container2{
  position:absolute;
  top:69%;
  left:0;
  z-index:-1;
}



@media(max-width:1024px){

  .thankyou-section .dots-container{
    top: 19%; 
  }

  .thankyou-section .dots-container #thank-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    right: 0;
  }

  .thankyou-section .dots-container #thank-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 60px;
    right: 70px;
  }

  .thankyou-section .dots-container #thank-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 60px;
    right: 140px;
  }

  .thankyou-section .dots-container #thank-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -10px;
    right: 70px;
  }

  .thankyou-section .dots-container #thank-hex5 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -10px;
    right: 140px;
  }

  .thankyou-section .dots-container #thank-hex6 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -10px;
    right: 210px;
  }

  .thankyou-section .dots-container2{
    top: 79%;
  }

  .thankyou-section .dots-container2 #thank2-hex1 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    left: 0px;
  }

  .thankyou-section .dots-container2 #thank2-hex2 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: 40px;
    left: 70px;
  }

  .thankyou-section .dots-container2 #thank2-hex3 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    left: 0;
  }

  .thankyou-section .dots-container2 #thank2-hex4 {
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
    top: -30px;
    left: 70px;
  }
}


@media(max-width:767px){


  .thankyou-section{
    padding: 190px 0 82px; 
  }

  .thankyou-section .cta-container .left-cta{
    margin-bottom:20px;
  }

  .thankyou-section .dots-container #thank-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 0;
    right: 0;
  }

  .thankyou-section .dots-container {
    top: 60px;
  }

  .thankyou-section .dots-container #thank-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 50px;
    right: 40px;
  }

  .thankyou-section .dots-container #thank-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 50px;
    right: 100px;
  }

  .thankyou-section .dots-container #thank-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 60px;
  }

  .thankyou-section .dots-container #thank-hex5 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 120px;
  }

  .thankyou-section .dots-container #thank-hex6 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -5px;
    right: 180px;
  }

  .thankyou-section .dots-container2 #thank2-hex1 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: 0px;
  }

  .thankyou-section .dots-container2 #thank2-hex2 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: 55px;
  }

  .thankyou-section .dots-container2 #thank2-hex3 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -15px;
    left: 0;
  }

  .thankyou-section .dots-container2 #thank2-hex4 {
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
    top: -15px;
    left: 55px;
  }
}

.ias-noneleft{
  display:none;
}






/******************** Discalimer Cm Styling Start ******************/




.disclaimer-cm{
  background:#124F5C;
  padding:23px 0 13px;
  position:relative;
  z-index:1;
}

.disclaimer-cm .disclaimer-container p{
  font-size:12px;
  line-height:16px;
  color:#FFFFFF;
  opacity:0.47;
  font-weight:normal;
  margin-bottom:10px;
}

body .row-fluid .disclaimer-cm .disclaimer-container{
  max-width:980px;
  margin:0 auto;
  float:none;
}





.privacy-policy .job-oppr-section3 li{
  display:block;
}







/*===============================================================
Student Page Main Styling 
================================================================*/




/************** Get Started Cm Section Styling ***************/





.get-started-cm{
  padding:43px 0 119px;
  background: linear-gradient(180deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
}

body .row-fluid .get-started-cm .three-col-adjust span>.hs_cos_wrapper{
  border: 2px solid rgba(148,201,61,0.45);
  border-radius: 2.6px;
  background-color: #FFFFFF;
  padding: 28.5px 14px 32.5px;
  flex-basis: 27.90%;
  -webkit-flex-basis: 29.065%;
  margin-right: 4.25%;
}


body .container-fluid .row-fluid .get-started-cm .wrapper{
  max-width:970px;
}

.get-started-cm .heading-container h2{
  margin-bottom:5px;
}

.get-started-cm .cta-container{
  margin-top:20px;
}






/******************* Landing Page Styling Start *****************/





.lp-section1{
  padding:100px 0 150px;
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
  position:relative;
}

.lp-section1 .right-col{
  position:relative;
}

.lp-section1 .dots-container{
  position: absolute;
  bottom: 0px;
  right: 240%;
  transform: rotate(0);
}

.lp-section1 .dots-container2{
  position: absolute;
  left: -21%;
  top: 260px;
  z-index: 0;
}

.lp-section1 .image-cont ul{
  list-style-type:none;
  margin:6px 0;
  text-align:center;
}

.lp-section1 .image-cont ul li{
  display:inline-block;
  margin-left:0;
  margin-bottom:0;
  margin-right:20px;
}

.lp-section1 .image-cont ul li:last-child{
  margin-right:0;
}

.lp-section1 .image-cont ul li img{
  vertical-align:middle;
}

.lp-section1 .image-cont{
  background:#fff;
  padding:10px 24px;
  box-shadow: 0 4px 15px 0 rgba(0,0,0,0.11);
  margin-bottom:34px;
  max-width:411px;
}

.lp-section1 .image-cont ul li:first-child img{
  max-width:150px;
  height:auto;
}

.lp-section1 .heading-cont p{
  font-size:22px;
  line-height:27.53px;  
  font-weight:500;
  color: #004250;
  max-width:442px;
}

.lp-section1 .heading-cont h1{
  margin-bottom:15px;
}

.lp-section1 .cta-cont a.cta_button{
  background:#fff;
  border: 0.8px solid #94C93D;
  border-radius: 3px;
  font-size:16px;
  color:#94C93D;
  font-weight:bold;
  padding: 11.5px 39px 11.5px 16px;
  position:relative;
}

.lp-section1 .cta-cont a.cta_button:after{
  position: absolute;
  right: 10px;
  top: 13px;
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 20px;
  height: 8px;
}

.lp-section1 .cta-cont{
  margin-top:15px;
}

.lp-section1 .right-col .img-cont1{
  height:452px;
  max-width:452px;
  border-radius:50%;
  position:relative;
  z-index:1;
}

.lp-section1 .right-col .img-cont2{
  height:120px;
  max-width:120px;
  border-radius:50%;
  position:absolute;
  left:-100px;
  bottom:0;
  z-index:1;
}

.lp-section1 .right-col .img-cont3{
  height:180px;
  max-width:180px;
  border-radius:50%;
  position:absolute;
  right:0;
  bottom:0;
  z-index:1;
}

/* .lp-section1 .right-col .img-cont1:after{
position:absolute;
right:0;
top:0;
content:'';
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
width:100%;
height:100%;
bottom:0;
left:0;
right:0;
z-index:-1;
} */

.lp-section1 .video-cont2{
  position:absolute;
  top:200px;
  left:0px;
  right:0; 
  margin:0 auto;
  z-index:2;
  text-align:center;
}

.lp-section1 .video-cont2 .play-icon1 .play-icon-hover{
  display:none;
}

.lp-section1 .video-cont2:hover .play-icon-normal{
  display:none;
  margin:0 auto;
}

.lp-section1 .video-cont2:hover .play-icon-hover{
  display:block;
  margin:0 auto;
}

.lp-section1 .right-col{
  position:relative;
}



@media(max-width:1200px){

  .lp-section1 .left-col{
    width: 49.18232%;   
  }

  .lp-section1 .right-col{
    width: 48.055249%;  
  }

  .lp-section1 .heading-cont h1 {
    line-height: 59.99px;
  }

  .lp-section1 .right-col .img-cont2 {
    left: -20px;
  }
}



@media(max-width:1024px){

  .lp-section1 .right-col .img-cont1 {
    height: 362px;
    max-width: 362px;
  }

  .lp-section1 .heading-cont h1 {
    line-height: 50.99px;
    font-size: 44px;
  }

  .lp-section1 .right-col .img-cont3 {
    bottom: -90px;
  }

  .lp-section1 .video-cont2 {
    top: 153px;
  }

  .lp-section1 .image-cont ul li img {
    max-width: 127px;
    height: auto;
  }

  .lp-section1 .image-cont ul li {
    margin-right: 16px;
  }

  .lp-section1 .image-cont ul li:last-child{
    margin-right:0;
  }

  .lp-section1 .image-cont ul li:first-child img {
    max-width: 127px;
    height: auto;
  }
}



@media(max-width:767px){

  .lp-section1 .image-cont{
    max-width:100%;  
  }

  .lp-section1 .left-col {
    width: 100%;
    margin-bottom:40px;
  }

  .lp-section1 .right-col {
    width: 100%;
  }

  .lp-section1 .heading-cont h1 {
    line-height: 46.99px;
    font-size: 38.57px;
  }

  .lp-section1 .image-cont ul li {
    margin-right: 5px;
  }

  .lp-section1 {
    padding: 70px 0 140px;
  }

  .lp-section1 .right-col .img-cont2 {
    left: 0;
    width: 100%;
  }

  .lp-section1 .right-col .img-cont3 {
    bottom: -90px;
    width: 100%;
  }

  .lp-section1 .right-col .img-cont1{
    margin:0 auto;
  }
}




/********************** Lp Section2 styling ******************/




.lp-section2{
  padding:10px 0 100px;
}

.lp-section2 .right-col p{
  max-width:580px;
  float:right;
}

.lp-section2 .top-row{
  margin-bottom:80px;
}

body .row-fluid .lp-section2 .top-row .heading p{
  max-width:728px;
  margin:0 auto 20px;
  float:none;
}



@media(max-width:1024px){

  .lp-section2 .top-row{
    margin-bottom: 30px;   
  }
}



@media(max-width:767px){

  .lp-section2 {
    padding: 10px 0 15px;
  }
}



.landing-page .contact-section1:after{
  display:none;
}

.landing-page .contact-section1{
  padding: 20px 0 112px;
  position:relative;
  z-index:1;
}

.landing-page .contact-section1:before{
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(148,201,61,0.07) 100%);
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  width:100%;
  height:100%;
  transform: rotate(180deg);
  z-index:-1;
}

.landing-page .contact-section1 .left-col .heading-container h5 {
  text-transform:initial;
}

.landing-page .contact-section1 .contact-info-cm .heading p{
  font-size:16px;
  line-height:30px;
  font-weight:bold;
}

.landing-page .contact-section1 .contact-info-cm{
  margin-top:20px;
}

.landing-page .contact-section1 .contact-info-cm .cm-section img{
  width:35px;

}

.landing-page .contact-section1 .contact-info-cm .cm-section{
  margin-left:0;
  margin-bottom:15px;
}

.landing-page .contact-section1 .contact-info-cm .cm-section .right-column h4{
  font-size:20px;
  font-weight: 500;
  line-height: 33.53px;
}

.landing-page .contact-section1 .contact-info-cm .cm-section .left-column{
  width: 8.076923%;
}

.landing-page .contact-section1 .cta-container{
  margin-top:20px;
}

.contact-section1 .dots-container{
  position: absolute;
  top: -70px;
}

.contact-section1 .dots-cont{
  position: absolute;
  bottom: 30px;
}



@media(max-width:1024px){

  .contact-section1 .dots-container {
    position: absolute;
    top: 20px;
  }

  body.landing-page .row-fluid .contact-section1 .right-col .form-container form .actions:before{
    left:-25px;
  }
}



@media(max-width:767px){

  .landing-page .contact-section1 .contact-info-cm .cm-section .left-column {
    width: 8.076923%;
    float: left;
  }

  .landing-page .contact-section1 .contact-info-cm .cm-section .right-column {
    padding-left: 50px;
  }
}










/************** Email Service System Page Style ****************/




.email-service-section{
  padding: 200px 0 150px 0;
}

.email-service-section form .page-header{
  padding-bottom: 50px;
}

.email-service-section form .page-header h1{
  font-size: 62px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 65px;
}

.email-service-section form .page-header h2{
  text-align: center;
  color: #94c93d;
  font-size: 18px;
}

.email-service-section form .page-header p{
  text-align:center;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.email-service-section .checkbox-row span.fakelabel span{
  margin-left: 16px;
}
.email-service-section .email-prefs .item p{
  margin-left: 31px;
}

.email-service-section p.header{
  margin-left: 0;
  font-size: 16px;
}

body.email-service .row-fluid .email-service-section .subscribe-options input[type=checkbox],
body.email-service .row-fluid .email-service-section .item-inner input[type=checkbox]{
  height: 15px;
  width: 15px;
  padding: 0;
  position: relative;
  margin: 0;
  cursor: pointer;
  /*     -webkit-appearance: checkbox;
  -moz-appearance: checkbox;  */
}

/* body .row-fluid .email-service-section .subscribe-options input[type=checkbox]:after, */
body.email-service .row-fluid .email-service-section .item-inner.selected input[type=checkbox]:after{
  content: '';
  position: absolute;
  width: 7px;
  height: 3px;
  top: 3px;
  left: 2px;
  border: 2px solid #2D2C2B;
  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);
}

body .row-fluid .email-service-section .subscribe-options input[type=checkbox]{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  top: 3px;
}

.email-service-section .subscribe-options label{
  margin-left: 0;
}

@media (max-width: 1024px) and (min-width: 768px){
  .email-service-section form .page-header h1{
    font-size: 55px;
  }
}

@media(max-width: 767px){
  .email-service-section{
    padding: 130px 0 80px 0;
  }

  .email-service-section form .page-header h1{
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 2px;
  }

  body.email-service .container-fluid .row-fluid .email-service-section .hs-button{
    width: 100%;
  }
}  







/*=========================================================
COVID 19 BLOG STYLING 
==========================================================*/




/*************** Table Section Styling *****************/


.hs-blog-post .table-section{
  display:none;
}

.table-section{
  padding:170px 0 50px;
  position:relative;
  z-index:1;
}

.table-section:after{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: linear-gradient(0deg, rgba(239,150,0,0) 0.03%, #EF9600 100%);
  content:'';
  z-index:-1;
  opacity:0.2;
}

.covid-blog .body-container-wrapper{
  top:-15px;
  position:relative;
}

.table-section .left-col .heading-container h1{
  font-size: 62px;
  letter-spacing: -0.72px;
  line-height: 65px;
  margin-bottom:10px;
}

.table-section .left-col .heading-container h1 span{
  font-weight:normal;
  display:block;
}

.table-section .left-col .heading-container p a{
  font-weight:bold;
}

.table-section .left-col .heading-container p a:hover{
  text-decoration:underline;
}

.table-section .left-col .form-container{
  border: 2px solid #004250;
  border-radius: 3px;
  background-color: #EF9600;
  box-shadow: 0 7px 13px 8px rgba(219,220,222,0.3);
  padding:9px 19px 0px;
  position:relative;
  max-width:501px;
  margin-top:10px;
}

.table-section .left-col .form-container h3{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 26px;
  color:#fff;
}

.table-section .left-col .form-container form .hs-form-required{
  display:none;
}

.table-section .left-col .form-container form input{
  border:none;
  max-width:328px;
  border-radius:2px;
  background:#fff;
  height:49px;
}


.table-section .left-col .form-container form .hs-button{
  position: absolute;
  right: 20px;
  top: 14px;
  border-radius: 3px;
  background-color: #004250;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 13px;
  margin-top: 0;
  padding: 18.5px 25px;
}

.table-section .table-cm .table-heading{
  background:#EF9600;
  padding:1px 17px;
}

.table-section .table-cm .table-heading h5{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  color:#fff;
  text-transform:initial;
  margin-bottom:0;
}

.table-section .table-cm{
  border:1px solid #F3B54C;
  box-shadow: 0 7px 13px 8px rgba(219,220,222,0.3);
}

.table-section .table-cm .table-content h5{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  color: #004250;
  text-transform:initial;
  margin-bottom:0;
}

.table-section .table-cm .table-content p{
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  color: #404041;
  margin-bottom:0;
}

.table-section .table-cm .table-content>.cm-cont{
  padding:10px 17px;
  border-bottom:1px solid #F3B54C;
  position:relative;
  background:#fff;
  background:#fff;
  transition:0.3s all ease-in-out;
  cursor:pointer;
}

.table-section .table-cm .table-content>.cm-cont:last-child{
  border-bottom:none;
}

.table-section .table-cm .table-content>.cm-cont:hover{
  background-color: rgba(239,150,0,0.13);
  transition:0.3s all ease-in-out;
}

.table-section .table-cm .table-content{
  position:relative;
}

.table-section .table-cm .table-content:after{
  position:absolute;
  right:337px;
  top:0;
  bottom:0;
  content:'';
  background:#F8D395;
  width:2px;
}

.table-section .table-cm .table-content .left-column{
  width: 37.623932%;
}

.table-section .table-cm .table-content .right-column{
  width: 60.811966%;
  padding-left: 17px;
}

.table-section .table-cm .table-heading .left-column{
  width: 37.623932%;
}

.table-section .table-cm .table-heading .right-column{
  width: 60.811966%;
  padding-left: 28px;
  margin-left: 0;
}

.table-section .table-cm .table-content>.cm-cont.hide-content h5,
.table-section .table-cm .table-content>.cm-cont.hide-content p{
  opacity:0.27;
}

.table-section .table-cm .table-content .right-column a{
  position:relative;
  display: flex;
  align-items: center;
  padding-right:27px;
}

.table-section .table-cm .table-content .right-column a[href=""]:after {
  display:none;
}

.table-section .table-cm .table-content .right-column a:after{
  position:absolute;
  right:-5px;
  content:'';
  background:url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg');
  width:22px; 
  height:11px;
  background-size:cover;
  background-position:center center;
  text-align:center;
}




@media(max-width:1290px){

  .table-section .table-cm .table-content:after{
    right: 60%;
  }


}


@media(max-width:1024px){

  .table-section .left-col .heading-container h1{
    font-size: 52px;
    line-height: 55px;  
  }

  .table-section .left-col .form-container form input {
    max-width: 99%;
  }
}


@media(max-width:767px){

  .table-section .left-col .heading-container h1{
    font-size: 42px;
    line-height: 45px;
  }

  .table-section {
    padding: 120px 0 50px;
  }

  .table-section .left-col{
    margin-bottom:40px;
  }

  .table-section .table-cm .table-content .left-column{
    float:left;
  }

  .table-section .table-cm .table-content .right-column{
    float:left;
  }

  .table-section .table-cm .table-heading .right-column {
    float: left;
  }

  .table-section .table-cm .table-heading .left-column {
    float: left;
  }

  .latest-advice-popup .left-col{
    text-align:center;
  }

  .latest-advice-popup .right-col h6{
    line-height:21px;
  }

}


/***************** Covid Rss Feed Styling *****************/


.hs-blog-post .covid-recent-post{
  display:none;
}

.covid-recent-post .home-posts {
  float: left;
  width: 31.8%;
  padding-right: 0px;
  display: block;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  list-style: none;
  padding-bottom: 0px;
  margin-right: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #DEDEDE;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  border-radius: 4px;
  background: #fff;

}

.covid-recent-post .home-posts:hover{
  border: 1px solid #94C93D;
  transition: 0.2s all ease-in-out;
  box-shadow: 0 7px 13px 8px rgba(148,201,61,0.17);
}



.covid-recent-post .home-posts:nth-child(3n+1){
  margin-right:0;
}

.covid-recent-post .home-posts:nth-child(1){
  display:none!important;
}

.covid-recent-post .home-posts .featured-image {
  height: 278px;
  position: relative;
}

.covid-recent-post .home-posts .post-inner{
  margin-left: 0;
  padding: 20px 26px 23px;
  margin-top: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
}

.covid-recent-post .home-posts .topic-container .topic-list {
  position: absolute;
  top: -6px;
  right: 17px;
}

.covid-recent-post .home-posts .topic-container .topic-list a{
  color: #004250;
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24.64px;
  text-align: center;
  padding: 6px 15px;
}

.covid-recent-post .home-posts .header-container h4{
  color: #004250;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 33.53px;
  min-height:132px;
  margin-bottom:20px;
}

.covid-recent-post .home-posts .header-container{
  margin-left:0;
  margin-top:15px;
}

.covid-recent-post .home-posts .description-container,
.covid-recent-post .home-posts .cta-container{
  margin-left:0;
}

.covid-recent-post .home-posts .home-post-body-inner{
  margin-left:0;
}

.covid-recent-post .home-posts .clock-img {
  float: left;
  max-width: 13px;
  height: auto;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.covid-recent-post .home-posts .clock-img img {
  vertical-align: middle;
}

.covid-recent-post .home-posts .min-read {
  font-size: 15px;
  line-height: 20px;
  color: #959595;
  font-weight: 500;
  letter-spacing: normal;
}

.covid-blog.hs-blog-listing .blog-section1 .blog-content-section{
  display:none;
}

#loadMore {
  background: #fff;
  color: #94c93d;
  padding: 7px 4px;
  border-radius: 3px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  bottom: -120px;
  max-width: 139px;
  margin: 0 auto;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #94c93d;
  transition: 0.2s all ease-in-out;
  float:left;
  text-align:center;
}

#loadMore:hover{
  background: #94c93d;
  color: #fff;
  transition: 0.2s all ease-in-out;
}

.covid-recent-post .content{
  display:none;
}

.covid-blog.hs-blog-listing .blog-section1 .heading-cont h4{
  color: #004250;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 33.53px;
}

.covid-blog.hs-blog-listing .blog-section1 .heading-cont{
  border-bottom:1px solid #7E7E7E;
  margin-bottom:40px;
}

.covid-blog.hs-blog-post .blog-section1 .heading-cont{
  display:none;
}



@media(max-width:1290px){

  .covid-recent-post .home-posts{
    width: 31.5%;
  }

  .covid-recent-post .home-posts .header-container h4{
    font-size: 24px;
  }
}


@media(max-width:1024px){

  .covid-recent-post .home-posts{
    margin-right: 17px;
  }

  .covid-recent-post .description-container p {
    min-height: 130px;
  }

  .covid-recent-post .home-posts .header-container h4 {
    min-height: 169px;
  }
}



@media(max-width:767px){

  .covid-recent-post .home-posts{
    width:100%;
    margin-right:0!important;
  }

  .covid-recent-post .home-posts .header-container h4 {
    min-height: 100%;
  }

  .covid-recent-post .description-container p {
    min-height: 100%;
  }

  .covid-recent-post .home-posts .featured-image {
    height: 230px;
  }

  #loadMore{
    bottom: -80px;
  }
}



/***************** Covid Single Post Styling *****************/




.covid-single-post .home-posts{
  width:100%;
  margin-bottom: 40px;
  margin-right: 0;
}

.covid-single-post .home-posts .header-container h4{
  font-size:50px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 53px;
}

.covid-single-post .home-posts .topic-container .topic-list {
  position: absolute;
  top: -2px;
  left: 39%;
}

.covid-single-post .home-posts:nth-child(1){
  display:block!important;
}

.covid-single-post .home-posts .featured-image {
  height: 100%;
  position: relative;
}

.covid-single-post .hs-author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.covid-single-post .hubspot-editable {
  margin-top: 15px;
}

.covid-single-post .author-image-width {
  width: 9.529915%;
}

.covid-single-post .hs-author-label {
  margin-bottom: 0;
}

.covid-single-post .author-link {
  font-size: 15px;
  line-height: 20px;
  color: #959595;
  font-weight: 600;
}

.covid-single-post .date {
  font-size: 10px;
  line-height: 20px;
  color: #959595;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 0;
}

.covid-single-post .cta-container{
  margin-top:45px;
}

.covid-single-post .topic-section {
  margin-left: 0;
  margin-bottom: 15px;
}


@media(max-width:1024px){

  .covid-single-post .home-posts .topic-container .topic-list{
    left: 33%;
  }

  .covid-single-post .author-image-width {
    width: 16.529915%;
  }
}


@media(max-width:767px){

  .covid-single-post .home-posts .featured-image{
    height:230px;
  }

  .covid-single-post .home-posts .topic-container .topic-list {
    right: 17px;
    left: auto;
    top: -4px;
  }

  .covid-single-post .home-posts .header-container h4 {
    font-size: 30px;
    line-height: 43px;
  }

  .covid-single-post .author-image-width {
    width: 16.529915%;
    float: left;
  }

  .covid-single-post .hubspot-editable .span10{
    float: left;
    width: 80%;
    padding-left: 10px;
  }

  .covid-single-post .cta-container {
    margin-top: 25px;
  }
}






/*====================================================================
Webinar Listing Page Styling Start 
======================================================================*/





.webinar-section1{
  padding:203px 0 55px;
  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 #94C93D;
  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://cdn2.hubspot.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://cdn2.hubspot.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;
}

.webinar-inner-section1 .text-container ul li:before{
  position:absolute;
  left: -24px;
  top: 10px;
  content:'';
  background:#94C93D;
  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 0;
}

.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: 41.91px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #3859ED;
  background: #fff;
  display: block;
  width: 74px;
  height: 74px;
  line-height: 80px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 3px #3859ED;
  border: 3px solid #fff;
}

.countdown-cm .countdown ul{
  text-align:center;
}

.webinar-inner-section1 .count-cont .form-container form .actions:before {
  position: absolute;
  left: 35px;
  top: 7px;
  content: '';
  background: url('https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Blue%20arrow%20%281%29.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 64px;
  height: 60px;
}

.webinar-inner-section1 .count-cont .form-container form .actions{
  position:relative;
}



@media(max-width:1290px){

  .countdown-cm .countdown ul li{
    margin-right: 0px;  
  }

  .countdown-cm .countdown ul li span {
    width: 68px;
    height: 68px;
    line-height: 73px;
  }
}



@media(max-width:1150px){

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

  .countdown-cm .countdown ul li {
    margin-right: 0px;
  }

  .webinar-inner-section1 .count-cont .form-container {
    padding: 30px 20px 38px;
  }

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

}


@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{
    width:58px;
    height:58px;
    line-height:64px;
    font-size:30.91px;
  }

  .countdown-cm .countdown ul li {
    font-size: 16px;
  }
}


@media(max-width:340px){

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

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




/*=========================================================
Campaign Page Styling 
===========================================================*/

body .row-fluid .campaign-banner{
  padding: 231px 0 178px;
}

.campaign-banner .heading-container h1 {
  font-weight: bold;
  margin-bottom: 20px;
}


@media(max-width:767px){

  body .row-fluid .campaign-banner:before {
    height: 420px!important;
  }
}


/**************** Campaign Section1 Styling *******************/



/********************* Campaign Page Styling ********************/



body .row-fluid .campaign-inner-section1 .right-col .count-cont{
  padding:30px 38px 30px;
  border:1px solid #7E7E7E;
  border-top:5px solid #EF9600;
  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://cdn2.hubspot.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;
}


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




.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: #94C93D;
  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:middle;
}

.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:#94C93D;
  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%;
  }
}


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

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


.resource-section{
  padding: 196px 0 128px 0;
  position: relative;
}

.resource-section h6{
  line-height: 19.84px;
  font-weight: bold;
  margin-bottom: 3px;
}

@media(max-width: 767px){
  .resource-section{
    padding: 120px 0 60px 0;
  }
}

/**************** Financial Insights Styling ****************/

.financial-insights{
  padding: 122px 0 60px 0;
  margin-left: 0 !important;
  position: relative;
}

.financial-insights .row-fluid  .content-container{
  max-width: 630px;
  margin: 0 auto;
  float: none;
}

.financial-insights .content-container h2{
  margin-bottom: 6px;
}

.financial-insights .content-container h4{
  font-weight: bold;
}

.financial-insights .row-fluid form{
  position: relative;
  max-width: 576px;
  margin: 14px auto 0 auto;
}

.financial-insights .row-fluid form .field>label{
  display: none;
}

.financial-insights .row-fluid form .hs-button.primary{
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  padding: 18.5px 29px;
}

.financial-insights .row-fluid form .hs-error-msgs{
  text-align: left;
}

body .financial-insights .row-fluid form input{
  padding: 5px 10px 5px 21px;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media(max-width: 767px){
  .financial-insights{
    padding: 47px 0 22px 0;
  }
}

@media(max-width: 480px){
  .financial-insights{
    padding: 28px 0 20px 0;
  }

  .financial-insights .content-container h2{
    line-height: 34px;
  }

  .financial-insights .row-fluid form .hs-button.primary{
    position: relative;
    display: block;
    width: 100%;
  }
}





/**************** DOT Styling ****************/


.financial-insights .dot-right{
  position: absolute;
  right: 94px;
  transform: rotate(180deg);
  bottom: -70px;
}

.financial-insights .dot-left{
  position: absolute;
  transform: rotateX(180deg);
  top: 282px;
}

.resource-section .dot-top{
  position: absolute;
  right: 223px;
  transform: rotate(180deg);
  top: 403px;
}


@media(max-width: 767px){
  .financial-insights .dot-right{
    bottom: -130px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex1{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: -8px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex2{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex3{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    top: 40px;
    left: -66px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex4{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 50px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex5{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -6px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex6{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -62px;
  }
  body.resource-page .financial-insights .dot-right #home-sec1-hex7{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -117px;
    top: 100px;
  }

  .financial-insights .dot-left{
    top: 163px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex1{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 93px;
    top: 40px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex2{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 37px;
    top: 40px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex3{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -19px;
    top: 40px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex4{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 145px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex5{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 90px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex6{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 36px;
  }
  body.resource-page .financial-insights .dot-left #home-sec1-hex7{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -18px;
    top: 100px;
  }



  .resource-section .dot-top{
    right: 110px;
    top: 320px;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex1{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -20px;
    top: 40px;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex2{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -130px;
    top: 40px;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex3{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -76px;
    top: 40px;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex4{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: 35px;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex5{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex6{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -130px;
  }
  body.resource-page .resource-section .dot-top #home-sec1-hex7{
    height: 9px;
    width: 9px;
    border: 20px solid #f1f1f1;
    left: -75px;
  }
}


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

body.homepage-new .image-slider .slick-dots li.slick-active button{
  background: #3859ED;
}


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

.homepage-banner-section.update-banner{
  position: relative;
  padding: 252px 0 205px;
}

.homepage-banner-section.update-banner:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #F1F1F1 0%, #94C93D 100%);
  opacity: 0.27;
  top: 0;
  left: 0;
  right: 0;
  z-index: -3;
  border-radius: 0 0 70% 70% / 0 0 40% 40%;
  border-radius: 0 0 69% 59% / 0 0 53% 49%;
}

/* .homepage-banner-section.update-banner:after{
position: absolute;
content: '';
width: 100%;
height: 150px;

left: 0;
right: auto;

z-index: -1;
background-size: cover;
background-position: bottom center;
bottom: 0px;

background: linear-gradient(180deg, #F1F1F1 0%, #94C93D 100%);
opacity: 0.27;
z-index: -4;
}
*/
.homepage-banner-section.update-banner .heading-container h1{
  font-size: 80px;
  letter-spacing: -1.5px;
  line-height: 75.99px;
  font-weight: normal;
}

.homepage-banner-section.update-banner .heading-container h1 strong{
  font-weight: bold;
}

.homepage-banner-section.update-banner .heading-container p{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  color: #004250;
}

.homepage-banner-section.update-banner .cta-container{
  margin-top: 11px;
}

body .homepage-banner-section.update-banner .right-col-cta a.cta_button[title]{
  border: none;
  background: transparent;
  color: #004250;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25.84px;
  padding: 0;
  box-shadow: none;
}

.homepage-banner-section.update-banner .right-col{
  height: 663px;
  width: 663px;
  right: -194px;
  top: -184px;
  z-index: unset;
}

.homepage-banner-section.update-banner .right-col:after{
  /*background-color: #3859ED;*/
  opacity: 0.1;
  height: 552px;
  width: 380px;
  border-radius: 0;
  top: 26px;
  left: 74px;
  z-index: 0;
}

.homepage-banner-section.update-banner .video-cont2{
  height: 146px;
  width: 146px;
  background: url('https://fs.hubspotusercontent00.net/hubfs/4033956/Video%20background.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 73%;
}

.homepage-banner-section.update-banner .dots-container{
  bottom: inherit;
  left: -609px;
  top: 5px;
  z-index: -1;
  transform: rotateY(180deg);
}

.homepage-banner-section.update-banner .dots-container-2{
  position: absolute;
  top: 325px;
  left: 
}

.homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex1{
  top: 0;
}


@media(max-width: 1024px) and (min-width: 768px){
  .homepage-banner-section.update-banner .heading-container h1{
    font-size: 66.43px;
    line-height: 67px;
  }

  .homepage-banner-section.update-banner .right-col{
    height: 560px;
    width: 560px;
    right: -173px;
    top: -120px;
  }
}

@media(max-width: 767px){
  .homepage-banner-section.update-banner{
    padding: 120px 0 80px;
  }

  .homepage-banner-section.update-banner .heading-container h1{
    font-size: 38.57px;
    line-height: 42.98px;
  }   

  .homepage-banner-section.update-banner .heading-container p{
    margin: 20px auto;
    float: none;
    font-size: 19px;
    Line-height:27.53px;
  }

  body .row-fluid .homepage-banner-section.update-banner .cta-container{
    max-width: 100%;
  }

  /*   .homepage-banner-section.update-banner .wrapper>.row-fluid-wrapper>.row-fluid{
  display: flex;
  flex-direction: column-reverse;
} */

  .homepage-banner-section.update-banner .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .homepage-banner-section.update-banner .left-col-cta{
    margin-right: 10px;
  }

  .homepage-banner-section.update-banner .right-col-cta{
    margin-left: 10px;
  }


  .homepage-banner-section.update-banner .right-col{
    position: relative;
    display: block;
    height: 0px;
    width: auto;
    margin: 0 auto;
    float: none;
    top: 0;
    left: 0;
    right: 0;
    /*     margin-bottom: 50px; */
  }

  .homepage-banner-section.update-banner .video-cont2{
    height: 88px;
    width: 88px;
    margin: 26px auto 0 auto;
  }

  .homepage-banner-section.update-banner .right-col:after{
    display: none;
  }

  .homepage-banner-section.update-banner .dots-container{
    left: -86px;
    transform: none;
    top: -50px;

    display: none;
  }

  .homepage-banner-section.update-banner .dots-container-2{
    top: 133px;
    right: 61px;
    transform: rotateY(180deg);

    display: none;
  }

  .homepage-banner-section.update-banner .video-cont2 .play-icon1 .play-icon-hover{
    height: 26px;
    width: 26px;
  }

  /*   .homepage-banner-section.update-banner .dots-container #home-sec1-hex1,
  .homepage-banner-section.update-banner .dots-container #home-sec1-hex2,
  .homepage-banner-section.update-banner .dots-container #home-sec1-hex3,
  .homepage-banner-section.update-banner .dots-container #home-sec1-hex4,
  .homepage-banner-section.update-banner .dots-container #home-sec1-hex5,
  .homepage-banner-section.update-banner .dots-container #home-sec1-hex6,
  .homepage-banner-section.update-banner .dots-container #home-sec1-hex7,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex1,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex2,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex3,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex4,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex5,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex6,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex7{
  width: 9px;
  height: 9px;
  border: 20px solid #f1f1f1;
}

  .homepage-banner-section.update-banner .dots-container #home-sec1-hex5,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex5{
  left: 24px;
}

  .homepage-banner-section.update-banner .dots-container #home-sec1-hex6,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex6{
  left: -32px;
}

  .homepage-banner-section.update-banner .dots-container #home-sec1-hex7,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex7{
  left: -88px;
}

  .homepage-banner-section.update-banner .dots-container #home-sec1-hex3,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex3{
  left: -88px;
  top: 40px;
}

  .homepage-banner-section.update-banner .dots-container #home-sec1-hex2,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex2{
  left: -32px;
  top: 40px;
}

  .homepage-banner-section.update-banner .dots-container #home-sec1-hex1,
  .homepage-banner-section.update-banner .dots-container-2 #home-sec1-hex1{
  left: 24px;
  top: 40px;
} */

  .homepage-banner-section.update-banner .video-cont2 .play-icon1 .play-icon-normal{
    height: 26px;
    width: 26px;
  }

  .homepage-banner-section.update-banner:before{
    border-radius: 0 0 150% 150% / 0 0 40% 40%;
  }
}

/* 
@media(max-width: 400px){
.homepage-banner-section.update-banner .right-col,
.homepage-banner-section.update-banner .right-col:after{
height: 250px;
width: 250px;
}
}
*/



/************* How We Help You Section Style ***************/

.homepage-section-2{
  position: relative;
}

.homepage-section-2 .dots-container-3{
  position: relative;
  max-width: 30px;
  float: right;
  transform: rotateZ(270deg);
  top: 264px;
  right: 140px;
}


.help-threecol-cm{
  padding: 80px 0 40px 0;
}

.help-threecol-cm .section-heading{
  max-width: 777px;
  margin: 0 auto 20px auto;
  float: none;
}

.help-threecol-cm .content-box{
  position: relative;
  padding: 28px 21px 21px 21px;
  border: 1px solid #DBDCDE;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(222,219,219,0.29);
  transition: all 0.3s ease-in-out;
}

.help-threecol-cm .content-box:hover{
  border: 1px solid #94C93D;
  box-shadow: 0 8px 15px 0 rgba(148,201,61,0.24);
}

.help-threecol-cm .content-box:before{
  position: absolute;
  content: '';
  height: 5px;
  width: 100%;
  background-color: #94C93D;
  top: -1px;
  left: 0;
  right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.help-threecol-cm .content-box a.content-link{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.help-threecol-cm .content-box h6{
  margin-bottom: 4px;
}

.help-threecol-cm .content-box h3{
  margin-bottom: 18px;
}

.help-threecol-cm .content-box p{
  min-height: 204px;
}

.help-threecol-cm .content-box .cta-container{
  position: absolute;
  bottom: 16px;
  left: 20px;
}

.help-threecol-cm .content-box h4.cta_button{
  position: relative;
  letter-spacing: 0;
  line-height: 25.84px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0;
}

.help-threecol-cm .content-box h4.cta_button:after{
  content: '';
  background: url(https://cdn2.hubspot.net/hubfs/4033956/Assets%20May%202019/Images/Arrow%20Green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-left: 0px;
  width: 25px;
  height: 11px;
  right: -37px;
  top: 7px;
  position: absolute;
  z-index: 2;
  transition: .2s all ease-in-out;
}

.help-threecol-cm .content-box:hover h4.cta_button{
  box-shadow: none;
  border-bottom: 2px solid #94c93d;
  transition: .2s all ease-in-out;
  background: transparent;
}

.help-threecol-cm .content-box:hover h4.cta_button:after{
  right: -52px;
  transition: .2s all ease-in-out;
}

@media(min-width: 768px){
  body .row-fluid .help-threecol-cm .three-col-adjust span>.hs_cos_wrapper.content-box{
    flex-basis: 31.5%;
    -webkit-flex-basis: 31.5%;
    margin-right: 1.83%;
    margin-top: 20px;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .help-threecol-cm .content-box p{
    min-height: 250px;
  }
}

@media(max-width: 767px){
  .help-threecol-cm{
    padding: 60px 0 8px 0;
  }

  .help-threecol-cm .section-heading h2{
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .help-threecol-cm .content-box h3{
    margin-bottom: 17px;
    line-height: 27px;
  }

  .help-threecol-cm .content-box p{
    min-height: auto;
    margin-bottom: 47px;
  }

  .help-threecol-cm .content-box .cta-container{
    position: relative;
    left: 0;
    bottom: 0;
  }

  .homepage-section-2 .dots-container-3{
    top: -38px;
    right: 130px;
    transform: rotateZ(0deg);
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex1,
  .homepage-section-2 .dots-container-3 #home-sec1-hex2,
  .homepage-section-2 .dots-container-3 #home-sec1-hex3,
  .homepage-section-2 .dots-container-3 #home-sec1-hex4,
  .homepage-section-2 .dots-container-3 #home-sec1-hex5,
  .homepage-section-2 .dots-container-3 #home-sec1-hex6,
  .homepage-section-2 .dots-container-3 #home-sec1-hex7{
    width: 5px;
    height: 5px;
    border: 20px solid #f1f1f1;
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex5{
    left: 30px;
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex6{
    left: -19px;
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex7{
    left: -69px;
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex3{
    left: -69px;
    top: 50px;
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex2{
    left: -19px;
    top: 50px;
  }

  .homepage-section-2 .dots-container-3 #home-sec1-hex1{
    left: 30px;
    top: 50px;
  }
}



/************* About Us Section Style ***************/

.tax-advisory-section2.home-section{

}

.tax-advisory-section2.home-section .right-col-text{
  max-width: 536px;
}

.tax-advisory-section2.home-section .cta-container{
  margin-top: 10px;
}

@media(max-width: 767px){
  .tax-advisory-section2.home-section .right-col-text{
    max-width: 100%;
  }
}



/************* Meet Partner Section Style ***************/

.homepage-team .dots-container-4{
  max-width: 30px;
  float: right;
  position: relative;
  top: -57px;
  transform: rotate(180deg);
  right: 124px;
}

body.homepage-new .row-fluid .homepage-team-cm .main-cta-container{
  max-width: 407px;
  display:none;
}

@media(min-width: 1200px){
  body.homepage-new .homepage-team-cm .image-container{
    background-size: contain !important;
    margin-top: 22px;
  }

  /*   body.homepage-new .homepage-team-cm .right-col{
  padding-left: 0 !important;
} */
}

@media(max-width: 1024px) and (min-width: 767px){
  .homepage-team .dots-container-4 #home-sec1-hex1,
  .homepage-team .dots-container-4 #home-sec1-hex2,
  .homepage-team .dots-container-4 #home-sec1-hex3,
  .homepage-team .dots-container-4 #home-sec1-hex4,
  .homepage-team .dots-container-4 #home-sec1-hex5,
  .homepage-team .dots-container-4 #home-sec1-hex6,
  .homepage-team .dots-container-4 #home-sec1-hex7{
    width: 10px;
    height: 10px;
    border: 25px solid #f1f1f1;
  }

  .homepage-team .dots-container-4 #home-sec1-hex5{
    left: 0;
  }

  .homepage-team .dots-container-4 #home-sec1-hex6{
    left: -69px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex7{
    left: -137px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex3{
    left: -137px;
    top: 30px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex4{
    left: 67px;
    top: 30px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex2{
    left: -69px;
    top: 30px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex1{
    left: 0;
    top: 30px;
  }
}

@media(max-width: 767px){
  body.homepage-new .row-fluid .homepage-team-cm .main-cta-container{
    max-width: 100%;
    display:none;
  }

  .homepage-team .dots-container-4{
    top: -66px;
    right: 39px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex1,
  .homepage-team .dots-container-4 #home-sec1-hex2,
  .homepage-team .dots-container-4 #home-sec1-hex3,
  .homepage-team .dots-container-4 #home-sec1-hex4,
  .homepage-team .dots-container-4 #home-sec1-hex5,
  .homepage-team .dots-container-4 #home-sec1-hex6,
  .homepage-team .dots-container-4 #home-sec1-hex7{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
  }

  .homepage-team .dots-container-4 #home-sec1-hex5{
    left: 24px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex6{
    left: -32px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex7{
    left: -88px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex3{
    left: -88px;
    top: 40px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex2{
    left: -32px;
    top: 40px;
  }

  .homepage-team .dots-container-4 #home-sec1-hex1{
    left: 24px;
    top: 40px;
  }
}



/************* Meet Partner Section Style ***************/



.home-cfo{
  padding: 40px 0 122px 0;
  position: realtive;
}

.home-cfo .row-fluid .text-container{
  max-width: 479px;
  margin: 0 auto;
  float: none;
}

.home-cfo .row-fluid .bottom-cta{
  max-width: 479px;
  float: left;
  margin: 0 auto 0 48px;
}

.home-cfo .right-col .image-container{
  position: relative;
}

.home-cfo .right-col .image-container img{
  position: relative;
  z-index: 3;
}

.home-cfo .right-col .image-container:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(56,89,237,0.1);
  top: -30px;
  left: -16px;
  right: 0;
  bottom: 0;
  border-radius: 100%;
}

.home-cfo .left-col h6{
  font-weight: bold;
}

.home-cfo .left-col .left-col-cta{
  margin-top: 8px;
}


.home-cfo .dots-container-6{
  position: relative;
  transform: rotateY(180deg);
  z-index: 0;
  top: -154px;
  right: 156px;
}

.home-cfo .dots-container-5{
  position: relative;;
  left: -113px;
  top: 83px;
}








@media(max-width: 1024px){
  .home-cfo .right-col .image-container img{
    max-width: 221px !important;
  }

  .home-cfo .right-col .image-container{
    max-width: 354px;
    margin: 0 auto;
    float: none;
  }

  .home-cfo .right-col .image-container:before{
    top: -28px;
  }

  .home-cfo .row-fluid .bottom-cta{
    max-width: 100%;
    margin: 0;
  }

  .home-cfo .row-fluid .bottom-cta{
    margin-top: 30px;
  }
}

@media(max-width: 767px){
  .home-cfo{
    padding: 40px 0 40px 0;
  }

  .home-cfo .wrapper>.row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }

  .home-cfo .left-col{
    margin-top: 30px;
  }

  .home-cfo .row-fluid .text-container,
  .home-cfo .row-fluid .bottom-cta{
    max-width: 100%;
    margin: 0;
  }

  .home-cfo .right-col .row-fluid .image-container{
    max-width: 400px;
    margin: 0 auto;
    float: none;
  }

  .home-cfo .right-col .image-container img {
    max-width: 245px !important;
  }

  .home-cfo .right-col .image-container:before{
    top: -35px;
    left: 0;
    width: 280px;
    height: 280px;
    margin-top: -12px;
  }



  .home-cfo .dots-container-6{
    right: 60px;
  }

  .home-cfo .dots-container-5 {
    left: 9px;
    top: -442px;
  }



  .home-cfo .dots-container-6 #home-sec1-hex1,
  .home-cfo .dots-container-6 #home-sec1-hex2,
  .home-cfo .dots-container-6 #home-sec1-hex3,
  .home-cfo .dots-container-6 #home-sec1-hex4,
  .home-cfo .dots-container-6 #home-sec1-hex5,
  .home-cfo .dots-container-6 #home-sec1-hex6,
  .home-cfo .dots-container-6 #home-sec1-hex7,
  .home-cfo .dots-container-5 #home-sec1-hex1,
  .home-cfo .dots-container-5 #home-sec1-hex2,
  .home-cfo .dots-container-5 #home-sec1-hex3,
  .home-cfo .dots-container-5 #home-sec1-hex4,
  .home-cfo .dots-container-5 #home-sec1-hex5,
  .home-cfo .dots-container-5 #home-sec1-hex6,
  .home-cfo .dots-container-5 #home-sec1-hex7{
    width: 9px;
    height: 9px;
    border: 20px solid #f1f1f1;
  }

  .home-cfo .dots-container-6 #home-sec1-hex5,
  .home-cfo .dots-container-5 #home-sec1-hex5{
    left: 24px;
  }

  .home-cfo .dots-container-6 #home-sec1-hex6,
  .home-cfo .dots-container-5 #home-sec1-hex6{
    left: -32px;
  }

  .home-cfo .dots-container-6 #home-sec1-hex7,
  .home-cfo .dots-container-5 #home-sec1-hex7{
    left: -88px;
  }

  .home-cfo .dots-container-6 #home-sec1-hex3,
  .home-cfo .dots-container-5 #home-sec1-hex3{
    left: -88px;
    top: 40px;
  }

  .home-cfo .dots-container-6 #home-sec1-hex2,
  .home-cfo .dots-container-5 #home-sec1-hex2{
    left: -32px;
    top: 40px;
  }

  .home-cfo .dots-container-6 #home-sec1-hex1,
  .home-cfo .dots-container-5 #home-sec1-hex1{
    left: 24px;
    top: 40px;
  }

  .home-cfo .row-fluid .bottom-cta{
    margin-top: 30px;
  }
}

@media(max-width: 480px){
  .home-cfo .right-col .image-container img{
    max-width: 165px !important;
  }

  .home-cfo .right-col .row-fluid .image-container{
    max-width: 286px;
  }

  .home-cfo .right-col .image-container:before{
    top: -21px;
  }
}






/************ 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: 63.264957%; */
  width: 66.264957%;
}

.menu-group.new-header .header-section .link-container{    
  /*   width: 34.17094%; */
  width: 31.17094%;
}

.header-container-wrapper .menu-group.new-header.pth-header .child-grp{
  z-index: 4;
  top: 124px;
  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: 68px;
  /*   visibility: visible;
  opacity: 1; */
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0px 13px 8px -10px rgba(0,0,0,0.11);
}

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

/* .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: #94c93d;
}

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

.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: 13px 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 #94C93D; */
  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: #94C93D;
}

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

.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown.activated:after{
  background: url(https://cdn2.hubspot.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: 1.1%;
  width: 29%;
  top: 2px;
}

.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://fs.hubspotusercontent00.net/hubfs/4033956/Search%20Icon.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  left: 10px;
  top: -7px;
  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: -23px;
  left: 0;
  transition: width .4s cubic-bezier(0.000,0.795,0.000,1.000);
  cursor: pointer;
  border: 0px solid #94c93d;
  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: 100%;
  z-index: 3;
  border: 1px solid #94c93d;
  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: 30px;
  right: 25px;
  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: 8px;
  height: 5px;
  background-size: cover;        
}

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
  right: 3px;   
}
.pth-header.menu-group.new-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{
  width: 8px;
  height: 5px;
  background-size: cover;
}

@media(max-width: 1140px){
  .menu-group.new-header .header-section .link-container{
    /*     width: 37.17094%; */
    width: 31.17094%;
  }

  .menu-group.new-header .header-section .menu-container{      
    /*     width: 59.264957%; */
    width: 65.264957%;  
  }

  .menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a{
    padding: 13px 12px 26px;
    font-size: 14px;
  }

  .menu-group.new-header .header-section .link-container ul li:first-child{
    font-size: 14px;
  }

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

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

  .menu-group.new-header .header-section .search-input{
    width: 25%;    
  }

  body .menu-group.new-header .link-container a.cta_button[title]{
    display: block;
    padding: 18.5px 5px;
  }

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

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

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

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

/* @media(max-width: 1024px){
.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1>a:before{   
left: -6px;
}
.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.dropdown>a:before{   
left: 4px;
}

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

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


} */

/* @media(max-width: 1024px) and (min-width: 768px){
body .row-fluid .header-section .link-container a.cta_button{         
padding: 18.5px 17px;
font-size: 13px;
}

.menu-group.new-header .img-cta-col{
width: 28.928177%;
}

.menu-group.new-header .header-section .link-container{   

width: 28.17094%;
}

.menu-group.new-header .header-section .menu-container{  

width: 68.264957%;
}

.menu-group.new-header .header-section .search-input form:before{   
height: 13px;
width: 13px;
top: -5px;
left: 4px;
}

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

.menu-group.new-header .header-section .menu-container ul li.hs-menu-depth-1.hs-item-has-children>a:after{
width: 6px;
height: 4px;
right: -2px;
background-size: contain;
}

.menu-group.new-header.pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.dropdown:after{
width: 6px;
height: 4px;
right: -2px;
background-size: contain;   
}

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

body .row-fluid .menu-group.new-header .search-input form.active input{
width: 103%;
left: -3%;
}

.menu-group.new-header .header-section .search-input{  
width: 26%;
}
} */



@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: -3px;
  }

  .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 #94c93d;
    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: -61px;
  }

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


}


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

  /*   body .container-fluid .menu-group.new-header .row-fluid .header-section{
  padding: 14px 0 0px;
} */


}

/* .menu-group.new-header .search-input form input::-webkit-input-placeholder {
line-height: normal;
}

.menu-group.new-header .search-input form input:-moz-placeholder {
line-height: normal;
}

.menu-group.new-header .search-input form input::-moz-placeholder {  
line-height: normal;
}

.menu-group.new-header .search-input form input:-ms-input-placeholder {  
line-height: normal;
}

body .row-fluid .search-result-banner form input::placeholder{
line-height: normal;
}

body .row-fluid .menu-group.new-header .search-input form input::placeholder {
line-height: normal;
} */





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

.Footer-2020{
  background: linear-gradient(175.28deg, #004250 0%, #0098B8 100%);
}

.Footer-2020 .footer-section.new-footer{
  padding: 55px 0 20px;
  background: none;
}


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

.footer-section.new-footer .hs-menu-wrapper.hs-menu-flow-vertical li a{
  white-space: pre-wrap;
  text-overflow: inherit;
}

body .row-fluid .footer-section.new-footer .col-3{
  margin-top: 3px;
}

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

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

body .row-fluid .footer-section.new-footer .col-3 form input[type=email]{
  padding-right: 44px;
}

body .row-fluid .footer-section.new-footer .col-3 form .hs-button{
  width: 31.5%;
}

.Footer-2020 .footer-bottom-row{
  position: relative;
  z-index: 2;
  padding: 17px 0 8px 0;
}

.Footer-2020 .footer-bottom-row:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0.14;
  background-color: #003642;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.Footer-2020 .footer-bottom-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  color: #E1EEF1;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.32px;
  font-weight: 500;
  padding-left: 0;
  padding: 6px 40px;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
  transition: 0.2s all ease-in-out;
}

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

.footer-section.new-footer .social-icon a i{
  color: #fff;
  font-size: 33px;
}

.footer-section.new-footer .social-icon ul{
  margin-top: 0;
  margin-bottom: 30px;
}


@media(max-width: 767px){
  .Footer-2020 .footer-section.new-footer{
    text-align: left;
    padding: 35px 0 6px;
  }

  body .row-fluid .footer-section.new-footer .col-1,
  body .row-fluid .footer-section.new-footer .col-2,
  body .row-fluid .footer-section.new-footer .col-4{
    border-bottom: 1px solid #909090;
  }

  .Footer-2020 .footer-section.new-footer .hs-menu-wrapper.hs-menu-flow-vertical>ul{
    padding: 8px 0 13px 0;
  }

  body .row-fluid .footer-section.new-footer .col-3{
    width: 100%;
    margin-top: 28px;
  }

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

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

  .Footer-2020 .footer-bottom-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    display: block;
    padding: 6px 0;
  }

  .Footer-2020 .footer-bottom-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    float: none;
  }

  .Footer-2020 .footer-bottom-row{
    padding: 26px 0 11px 0;
  }

  .Footer-2020 .slider-heading{
    text-align: center;
  }

  .footer-section.new-footer .footer-logo-slider-cm{
    margin-top: 0;
  }

  .footer-section.new-footer .social-icon ul{
    text-align: center;
    margin-top: 32px;
    margin-bottom: 36px;
  }

}


/************ 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: linear-gradient(180deg, #F1F1F1 0%, #94C93D 100%);
  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://fs.hubspotusercontent00.net/hubfs/4033956/Search%20Icon.svg') no-repeat;
  background-size: cover; 
  background-position: center;
  height: 35.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: 55px;
  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 #94C93D;
}

.search-result-section .result-container ul.hs-search-results__listing li:hover a{
  color: #94C93D;
}

.search-result-section .result-container ul.hs-search-results__listing li a{
  color: #004250;
  font-family: "Proxima-nova";
  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{
  color: #7E7E7E;
  font-family: "Proxima-nova";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.8px;
  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;
  }
}


/******** Meet Expert Page Style *********/

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

.expert-banner-section{
  background: linear-gradient(0deg, rgba(239,243,249,0) 0.03%, rgba(153,203,72,0.07) 100%, rgba(148,201,61,0.07) 100%);
  padding: 206px 0 40px 0;
  position: relative;  
}

.expert-banner-section h1{
  color: #004352;
  margin-bottom: 6px;   
}

.expert-banner-section h4{
  color: #004553;
  margin-bottom: 10px;
}

.expert-banner-section .dots-container{   
  position: absolute;
  right: 147px;
  transform: rotate(268deg);
  display: inline-block;
  width: auto;
  bottom: 50px;
}

@media(max-width: 1024px){
  .expert-banner-section{
    padding: 110px 0 40px 0;  
  }
}

.list-container{
  position: relative;
}

.list-container .dots-container-2{
  position: absolute;
  right: 147px;
  transform: rotate(268deg);
  display: inline-block;
  width: auto;
  bottom: 50%;
}

@media(max-width: 767px){
  .list-container .dots-container-2{
    bottom: 1%;
  }
}




/***************** Assessment Tool Page Styling ******************/



.assessment-tool-section{
  background-color: rgba(148,201,61,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(115,158,44,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:before{
  position:absolute;
  left: -80px;
  top: -22px;
  content:'';
  background:url('https://fs.hubspotusercontent00.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: #004250;
  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(148,201,61,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{
  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: #EF9600;
  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(115,158,44,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;
}

.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 #94C93D;
  border-radius: 3.15px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(148,201,61,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:#EF9600;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 13px 0 rgba(201,72,61,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://fs.hubspotusercontent00.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 .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://fs.hubspotusercontent00.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(148,201,61,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(115,158,44,0.18);
  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;
}



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



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



.resources-form-section{
  background: linear-gradient(358.42deg, rgba(255,255,255,0) 0%, rgba(148,201,61,0.08) 100%);
  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;
}

.resources-form-section .right-col .form-container{
  max-width:482px;
  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 #94C93D;
  box-sizing:border-box;
}

body .row-fluid .resources-form-section .wrapper{
  max-width:1000px;
  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:72px;
  width:72px;
  border-radius:50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

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


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


/******************** Wealth Services PPC Page Style *****************/


body .orange-cta a.cta_button[title]{
  background-color: #EF9600;
  position: relative;
}

body .orange-cta a.cta_button[title]:hover{
  background-color: #004250;
}


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

.wealth-service-banner{
  position: relative;
  padding: 50px 0 76px 0;
  border: 10px solid #fff;
  border-bottom: 0;
  box-sizing: border-box;
  z-index: 1;
}

.wealth-service-banner:before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(206.15deg, #C6E670 0%, #94C93D 100%);
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.wealth-service-banner .logo-cont{
  margin-bottom: 70px;
}

.wealth-service-banner .left-col h6{
  color: #004250;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 19.84px;
}

.wealth-service-banner .left-col h1{
  font-size: 85px;
  letter-spacing: -1.36px;
  line-height: 79.9px;
  margin-bottom: 22px;
}

.wealth-service-banner .left-col h5{
  color: #004250;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: unset;
}

.wealth-service-banner .left-col p{
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.8px;
  max-width: 512px;
}

.wealth-service-banner .left-cta{
  margin-top: 22px;
  padding-left: 80px;
  position: relative;
}

.wealth-service-banner .left-cta:before{
  position: absolute;
  left: 0;
  top: -22px;
  content: '';
  background: url('https://fs.hubspotusercontent00.net/hubfs/4033956/Fill%203.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 60px;
  width: 64px;
}

.wealth-service-banner .mobile-image{
  display: none;
}

.wealth-service-banner .dot-container-1{
  position: absolute;
  right: 0;
}

@media(min-width: 1339px){
  .wealth-service-banner .right-image{
    position: absolute;
    top: 53px;
  }
}

@media(max-width: 1024px){
  .wealth-service-banner .left-col h1{
    font-size: 56px;
    line-height: 63.9px;
  }

  .wealth-service-banner .logo-cont {
    margin-bottom: 38px;
  }

  .wealth-service-banner .left-cta:before{
    height: 45px;
    width: 49px;
    top: -10px;
  }

  .wealth-service-banner .left-cta{
    padding-left: 60px;
  }

  .wealth-service-banner .dot-container-1{
    right: -10px;
  }
}

@media(max-width: 767px){
  .wealth-service-banner{
    padding: 30px 0 28px 0;
  }

  .wealth-service-banner .right-image{
    display: none;
  }

  .wealth-service-banner .mobile-image{
    display: block;
    min-height: 50vw !important;
    margin-bottom: 17px;
  }

  .wealth-service-banner .left-col p{
    max-width: 100%;
  }

  .wealth-service-banner .logo-cont img{
    max-width: 114px !important;
  }

  .wealth-service-banner .logo-cont {
    margin-bottom: 28px;
  }

  .wealth-service-banner .left-col h1{
    font-size: 48.45px;
    line-height: 45.54px;
    /*     max-width: 311px;
    margin: 0 auto 20px auto; */
  }

  .wealth-service-banner .left-cta{
    padding: 0;
    margin-top: 8px;
    display: inline-block;
  }

  .wealth-service-banner .left-cta:before{
    height: 45px;
    width: 48px;
    left: -65px;
  }

  .wealth-service-banner .dot-container-1 {
    right: -15px;
    bottom: 12px;
  }
}

/************ How We Can Help Section Style **************/

.wealth-help-cm{
  padding: 70px 0 87px 0;
}

.wealth-help-cm .section-heading{
  margin-bottom: 30px;
}

.wealth-help-cm .section-heading h6{
  font-size: 14px;
  line-height: 19.84px;
  font-weight: bold;
  margin-bottom: 16px;
}

.wealth-help-cm .section-heading h2{
  font-size: 45px;
  letter-spacing: -0.9px;
  line-height: 42px;
}

.wealth-help-cm .heading-cont{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.wealth-help-cm .icon{
  flex-basis: 14%;
}

.wealth-help-cm .text-cont{
  margin-left: 6%;
  flex-basis: 80%;
}

.wealth-help-cm .content-container{
  max-width: 1078px;
  margin: 0 auto;
}

.wealth-help-cm .text-cont h3{
  letter-spacing: -0.4px;
  line-height: 24.53px;
}

@media(min-width: 768px){
  body .row-fluid .wealth-help-cm .three-col-adjust span>.hs_cos_wrapper.content-block{
    margin-top: 57px;
  }
}

@media(max-width: 1024px){
  .wealth-help-cm .section-heading h2{
    font-size: 38px;
  }
}

@media(max-width: 767px){
  .wealth-help-cm {
    padding: 70px 0 18px 0;
  }

  .wealth-help-cm .section-heading h2{
    font-size: 27px;
    line-height: 38px;
  }

  .wealth-help-cm .section-heading h6{
    margin-bottom: 6px;
  }

  .wealth-help-cm .content-block{
    border: 1px solid #DBDCDE;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(222,219,219,0.29);
    border-top: 5px solid #94C93D;
    padding: 20px 14px 14px 14px;
    max-width: 320px;
    margin: 5px 5px 50px 5px;
  }

  .wealth-help-cm .content-block:focus{
    outline: none;
  }

  body .container-fluid .row-fluid .wealth-help-cm .section-heading.align-center{
    margin-bottom: 26px;
  }
}

@media(max-width: 436px){
  .wealth-help-cm .content-block{
    max-width: 233px;
  }
}


/*********** Center Text CTA Section Style ***********/

.center-cta-text{
  background-color: rgba(0,66,80,0.1);
  padding: 37px 0 40px 0;
  position: relative;
}

.center-cta-text .text-cont{
  margin-bottom: 12px;
}

.center-cta-text .dot-container-2{
  position: absolute;
  left: -182px;
  bottom: 30px;
}

@media(max-width: 1024px){
  .center-cta-text .dot-container-2{
    left: -133px;
  }
}

@media(max-width: 767px){
  .center-cta-text .dot-container-2 {
    left: -134px;
    bottom: 59px;
  }
}



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

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

.advisors-section .dot-container-3{
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: -1;
}




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


.wealth-testimonial-cm{
  padding: 40px 0 106px 0;
}

.row-fluid .wealth-testimonial-cm [class*="span"].wrapper{
  max-width: 1155px;
}

.wealth-testimonial-cm .section-heading{
  margin-bottom: 35px;
}

.wealth-testimonial-cm .section-heading h6{
  font-size: 14px;
  line-height: 19.84px;
  font-weight: bold;
  margin-bottom: 16px;
}

.wealth-testimonial-cm .section-heading h2{
  font-size: 45px;
  letter-spacing: -0.9px;
  line-height: 42px;
}

.wealth-testimonial-cm .testimonial-text p{
  color: #004250;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 24px;
}

.wealth-testimonial-cm .star-img{
  margin-bottom: 20px;
}

.wealth-testimonial-cm .author-img{
  height: 72px;
  width: 72px;
  border-radius: 100%;
  margin: 0 auto 10px auto;
}

.wealth-testimonial-cm .author-details p{
  font-size: 13.6px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 7.32px;
}

.wealth-testimonial-cm .author-details h4{
  margin-bottom: 5px;
}

.testimonial-setion{
  position: relative;
  z-index: 1;
}

.testimonial-setion .dot-container-4{
  position: absolute;
  bottom: -195px;
  left: 0;
  z-index: -1;
}

@media(min-width: 768px){
  body .row-fluid .wealth-testimonial-cm .two-col-adjust span>.hs_cos_wrapper.content-block{
    -webkit-flex-basis: 42%;
    -webkit-flex-basis: 42%;
    margin-right: 6%;
  }

  body .container-fluid .wealth-testimonial-cm .row-fluid .two-col-adjust>span{
    margin-right: -10%;
  }
}

@media(max-width: 1024px){
  .wealth-testimonial-cm {
    padding: 27px 0 70px 0;
  }

  .wealth-testimonial-cm .section-heading h2 {
    font-size: 38px;
  }

  .wealth-testimonial-cm .section-heading {
    margin-bottom: 18px;
  }

  .testimonial-setion .dot-container-4{
    bottom: 12px;
  }
}

@media(max-width: 767px){
  .wealth-testimonial-cm {
    padding: 20px 0 92px 0;
  }

  .wealth-testimonial-cm .section-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .wealth-testimonial-cm .section-heading h6{
    margin-bottom: 6px;
  }

  .wealth-testimonial-cm .star-img img{
    max-width: 114px !important;
  }

  .wealth-testimonial-cm .author-img{
    height: 52px;
    width: 53px;
  }

  body .row-fluid .wealth-testimonial-cm .two-col-adjust span>.hs_cos_wrapper.content-block{
    margin: 46px auto 0;
  }

  body .row-fluid .wealth-testimonial-cm .two-col-adjust span>.hs_cos_wrapper.content-block:first-child{
    margin: 27px auto 0;
  }

  .testimonial-setion .dot-container-4{
    display: none;
  }
}


/*********** Wealth Bottom Form Section **********/

.wealth-form-section{
  padding: 115px 0 98px 0;
  position: relative;
  background: #FCFDF9;
  overflow: hidden;
}

.wealth-form-section:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -49px;
  content: '';
  background: #94C93D;
  width: 69px;
  height: 69px;
  margin: 0 auto;
  transform: rotate(45deg);
}

.wealth-form-section:after{
  position: absolute;
  content: '';
  height: 9px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #94C93D;
}

.wealth-form-section h6{
  font-size: 14px;
  line-height: 19.84px;
  font-weight: bold;
  margin-bottom: 16px;
}

.wealth-form-section h2{
  font-size: 45px;
  letter-spacing: -0.9px;
  line-height: 42px;
}

.wealth-form-section .row-fluid .form-container{  
  max-width: 404px;
  margin: 21px auto 0 auto;
  float: none;
}

.wealth-form-section .row-fluid form .field>label{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  color: #004250;
}

body .wealth-form-section .row-fluid form input,
body .wealth-form-section .row-fluid form select,
body .wealth-form-section .row-fluid form textarea{
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
  margin-bottom: 18px;
}

body .wealth-form-section .row-fluid form input:focus,
body .wealth-form-section .row-fluid form select:focus,
body .wealth-form-section .row-fluid form textarea:focus{
  border: 1px solid #94C93D;
  box-shadow: unset;
}

body .container-fluid .wealth-form-section .row-fluid .hs-button{
  background-color: #EF9600;
  padding: 18px 49px;
  margin-top: 13px;
}

body .container-fluid .wealth-form-section .row-fluid .hs-button:hover{
  background: #004250;
  transition: all .2s ease-in;
}

.wealth-form-section .row-fluid form .hs_submit .actions{
  position: relative;
}

.wealth-form-section .row-fluid form .hs_submit .actions:before{
  position: absolute;
  left: 36px;
  top: 0px;
  content: '';
  background: url(https://fs.hubspotusercontent00.net/hubfs/4033956/Fill%203.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 60px;
  width: 64px;
}

.wealth-form-section .dot-container-5{
  position: absolute;
  bottom: 100px;
  right: 0;
}

@media(min-width: 1339px){
  .wealth-form-section .dot-container-5{
    right: 65px;
  }
}


@media(max-width: 1024px){
  .wealth-form-section{
    padding: 90px 0 98px 0;
  }

  .wealth-form-section h2 {
    font-size: 38px;
  }

  .wealth-form-section .dot-container-5{
    bottom: 82px;
  }
}

@media(max-width: 767px){
  .wealth-form-section h6 {
    margin-bottom: 6px;
  }

  .wealth-form-section h2 {
    font-size: 27px;
    line-height: 38px;
  }

  .wealth-form-section:before{
    top: -50px;
  }

  .wealth-form-section .row-fluid .form-container{
    margin: 3px auto 0 auto;
  }

  .wealth-form-section .row-fluid form .hs_submit .actions:before{
    height: 49px;
    width: 52px;
    left: 47px;
  }

  .wealth-form-section .dot-container-5{
    display: none;
  }
}

@media(max-width: 480px){
  .wealth-form-section .row-fluid form .hs_submit .actions:before{
    left: 0;
  }
}




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


.footer-logo-section{
  background: linear-gradient(40deg, #004250 50%, #0098B8 100%);
  padding: 30px 0 30px 0;
}

@media(max-width: 767px){
  .footer-logo-section{
    padding: 22px 0 22px 0;
  }

  .footer-logo-section img{
    max-width: 113px !important;
  }
}



/*************** Video Footer Styling *******************/


.video-footer{
  background: linear-gradient(175.28deg, #004250 0%, #0098B8 100%);
  padding:30px 0 30px;
}

.video-inner-section2{
  padding: 89px 0 170px;
}



/************ LLP Footer ******************/


.llp-footer{
  padding:30px 0 30px;
  background: linear-gradient(175.28deg, #004250 12.8%, #0098B8 272.11%);
  text-align:center;
}


.llp-page .image-slider .slick-dots{
  display:none!important;
}



/*====================================================================
Ulton SMSF LP Page Styling Start 
======================================================================*/

body.smsf-lp{
  background: linear-gradient(180deg, #004250 11.98%, #94C93D 51.56%, #004250 100%);
  background-repeat: no-repeat;
}

body.smsf-lp .body-container-wrapper{
  background: transparent;
}

.p-24 p{
  font-size: 24px;
  line-height: 30px;
}

.h2-48 h2{
  font-size: 48px;
  line-height: 60px;
}

@media(max-width: 1024px){
  .h2-48 h2{
    font-size: 43px;
    line-height: 55px;
  }
}

@media(max-width: 767px){
  .p-24 p{
    font-size: 20px;
    line-height: 28px;
  }

  .h2-48 h2{
    font-size: 37px;
    line-height: 49px;
  }
}

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

.lp-header-section{
  position: relative;
  padding: 30px 0 30px 0;
}

/* .row-fluid .lp-header-section [class*="span"].wrapper{
  max-width: 1460px;
  padding: 0;
}

.lp-header-section .left-col{
  padding-left: 15px;
} */

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

.lp-header-section .right-col-content{
  display: inline-block;
  border-bottom: 5px solid #94C93D;
}

.lp-header-section .label-text,
.lp-header-section .social-icon{
  display: inline-block;
  vertical-align: bottom;
}

.lp-header-section .label-text{
  margin-right: 20px;
}

.lp-header-section .label-text p{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}

.lp-header-section ul{
  list-style: none;
  margin: 0; 
  padding: 0 0 7px 0;
}

.lp-header-section ul li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

@media(max-width: 767px){
  .lp-header-section .wrapper > .row-fluid-wrapper > .row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lp-header-section .left-col{
    width: 40%;
    margin-right: 10%;
  }

  .lp-header-section .right-col{
    width: 50%;
  }

  .lp-header-section .label-text p{
    font-size: 16px;
  }

  .lp-header-section ul li{
    margin-left: 7px;
  }

  .lp-header-section .label-text {
    margin-right: 0;
  }

  .lp-header-section ul li img{
    max-width: 18px;
  }

  .lp-header-section .right-col{
    min-width: 161px;
  }

  .lp-header-section .left-col{
    margin-right: 8%;
  }
}

@media(max-width: 767px) and (min-width: 350px){
  .lp-header-section .left-col img{
    max-width: 120px !important;
  }
}



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


.smsf-banner-section{
  padding: 60px 0 60px 0;
  position: relative;
}

.smsf-banner-section .text-content{
  max-width: 624px;
  margin: 0 auto;
}

.smsf-banner-section .text-content h1{
  text-align: center;
  font-size: 64px;
  line-height: 60px;
  margin-bottom: 32px;
}

.smsf-banner-section .down-arrow{
  text-align: center;
  margin-top: 60px;
}

.smsf-banner-section .image-cont{
  position: absolute;
  top: 35%;
}

.smsf-banner-section .right-col .down-arrow{
  display: none;
}

@media(max-width: 1024px){
  .smsf-banner-section .text-content h1{
    font-size: 50px;
    line-height: 48px;
  }

  .smsf-banner-section .text-content p{
    font-size: 22px;
  }
}

@media(max-width: 767px){
  .smsf-banner-section .image-cont{
    position: relative;
    top: unset;
    right: -20px;
  }

  .smsf-banner-section .right-col{
    margin-top: 40px;
  }

  .smsf-banner-section .left-col .down-arrow{
    display: none;
  }

  .smsf-banner-section .right-col .down-arrow{
    display: block;
  }

  .smsf-banner-section .down-arrow{
    margin-top: 0;
  }

  .smsf-banner-section .text-content h1{
    font-size: 40px;
    line-height: 42px;
  }
}


/***************** Basics Card Style ******************/

.basics-card-cm{
  padding: 19px 0 60px 0;
}

.basics-card-cm .section-heading{
  max-width: 624px;
  margin-bottom: 40px;
}

.basics-card-cm .icon-cont{
  margin-bottom: 30px;
  min-height: 130px;
}

.basics-card-cm .title-block{
  background: #94C93D;
  display: inline-block;
  padding: 10.5px 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.basics-card-cm .title-block h3{
  font-size: 24px;
  line-height: 30px;
  color: #004250;
  font-weight: bold;
}

.basics-card-cm .list-cont{
  text-align: left;
  background: #fff;
  max-width: 330px;
  margin: -13px auto 0 auto;
  box-sizing: border-box;
  padding: 19px 16px 12px 42px;
} 

.body-container-wrapper .basics-card-cm .list-cont ul{
  margin: 0;
}

.body-container-wrapper .basics-card-cm .list-cont li{
  font-size: 18px;
  line-height: 30px;
  color: #004250;
  position: relative;
  margin: 0;
}

.basics-card-cm .list-cont li:before{
  position: absolute;
  content: '.';
  font-size: 38px;
  top: 5px;
  left: -27px;
  line-height: 0;
}

@media(max-width: 1024px){
  .body-container-wrapper .basics-card-cm .list-cont li{
    font-size: 16px;
    line-height: 26px;
  }

  .basics-card-cm .title-block h3{
    font-size: 22px;
    line-height: 28px;
  }
}

@media(max-width: 767px){
  body .row-fluid .basics-card-cm .three-col-adjust span>.hs_cos_wrapper{
    margin-top: 40px;
  }
}


/***************** Ease Progress Style ******************/


.convienience-module{
  padding: 70px 0 117px 0;
}

.convienience-module .section-heading{
  margin-bottom: 80px;
}

.convienience-module .label-section{
  width: calc(100% - 84px);
  max-width: 442px;
  margin: 0 0 0 auto;
  margin-left: 86px;
  margin-bottom: 6px;
}

.convienience-module .left-lebel,
.convienience-module .right-lebel{
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  width: 49%;
}

.convienience-module .right-lebel{
  text-align: right;
}

.convienience-module .progress-cont{
  margin-bottom: 10px;
}

.convienience-module .bar-icon,
.convienience-module .bar{
  display: inline-block;
  vertical-align: middle;
}

.convienience-module .bar-icon{
  min-width: 69px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.convienience-module .bar{
  background: #004250;
  height: 73.16px;
  width: calc(100% - 84px);
  max-width: 442px;
}

.convienience-module .progress-bar{
  background: linear-gradient(88.7deg, #94C93D -10.75%, #FFFFFF 98.37%);
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 0;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.convienience-module .bar-icon .hovertext{
  font-size: 24px;
  line-height: 30px;
  color: #004250;
  background: #94C93D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 27px;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 0;
  width: max-content;
  bottom: -56px;
  left: 55px;
  font-weight: bold;
}

.convienience-module .bar-icon:hover .hovertext{
  opacity: 1;
  z-index: 1;
}

.convienience-module .right-slider-cont{
  max-width: 386px;
  margin: 0 auto;
  position: relative;
}

.convienience-module .top-cont{
  margin-bottom: 32px;
}

.convienience-module .icon-cont{
  text-align: center;
  background: #94C93D;
  display: inline-block;
  min-height: 119px;
  width: 119px;
  vertical-align: bottom;
  margin-right: 10px;
}

.convienience-module .icon-cont:last-child{
  margin-right: 0;
}

.convienience-module .icon-cont .icon {
  min-height: 91px;
  display: flex;
  align-items: end;
}

.convienience-module .icon-cont img{
  margin: 0 auto !important;
  max-height: 80px;
}

.convienience-module .icon-cont.white-background{
  background: #fff;
}

.convienience-module .icon-cont .label{
  font-size: 14px;
  line-height: 30px;
  color: #004250;
  font-weight: bold;
}

.convienience-module .bottom-cont h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}

.convienience-module .bottom-cont p{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 19px;
}

.convienience-module .slide-arrow{
  cursor: pointer;
  position: absolute;
  bottom: 23%;
}

.convienience-module .slide-arrow.prev-arrow{
  left: -53px;
}

.convienience-module .slide-arrow.next-arrow{
  right: -53px;
}

@media(max-width: 1050px){
  .convienience-module .icon-cont{
    width: 100px;
    min-height: 100px;
  }

  .convienience-module .icon-cont .icon{
    min-height: 66px;
  }

  .convienience-module .icon-cont img{
    max-width: 52%;
    height: auto !important;
  }

  .convienience-module .slide-arrow{
    bottom: -50px;
  }

  .convienience-module .slide-arrow.next-arrow{
    right: 0;
  }

  .convienience-module .slide-arrow.prev-arrow{
    left: 0;
  }
}

@media(max-width: 767px){
  .convienience-module .section-heading {
    margin-bottom: 40px;
  }
  .convienience-module .bar{
    max-width: 100%;
  }

  .convienience-module .left-col{
    margin-bottom: 40px;
  }

  .convienience-module .bar{
    height: 59.16px;
  }

  .convienience-module .bar-icon .hovertext{
    font-size: 20px;
    line-height: 26px;
    padding: 15px 15px;
  }

  .convienience-module .bottom-cont p{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .convienience-module .left-lebel,
  .convienience-module .right-lebel{
    font-size: 20px;
    line-height: 26px;
  }

  .convienience-module .slide-arrow img{
    max-width: 23px;
  }
}


/***************** Investment Progress Style ******************/

.investment-progress-module{
  padding: 100px 0 60px 0;
}

.body-container-wrapper .investment-progress-module .progress-container ul{
  margin: 0;
  padding: 9px 0 7px 0px;
  border-right: 10px solid #004250;
  max-width: 206px;
}

.body-container-wrapper .investment-progress-module .progress-container ul li{
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  margin: 0;
  max-width: 190px;
  margin-bottom: 30px;
  padding-right: 10px;
}

.investment-progress-module .right-col .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;
}

.investment-progress-module .bar-container{
  border-bottom: 10px solid #004250;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 220px);
  padding: 6px 18px 0 44px;
}

.investment-progress-module .bar-container .bar {
  height: 100%;
  width: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.investment-progress-module .bar-container .bar .progress-bar{
  height: 0%;
  width: 100% !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #004250 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: width 1.5s ease-in-out;
  transition: height 1.5s ease-in-out;
}

.investment-progress-module .icon-cont{
  position: relative;
}

.investment-progress-module .icon-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 260px);
  padding: 0 18px 0 44px;
  margin: 10px 0 0 auto;
}

.investment-progress-module .hover-text{
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #004250;
  background: #94C93D;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 27px;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 0;
  width: max-content;
  bottom: -72px;
  left: 55px;
}

.investment-progress-module .icon-cont:hover .hover-text{
  opacity: 1;
  z-index: 1;
}

.investment-progress-module .right-heading{
  width: calc(100% - 260px);
  margin: 0 0 38px auto;
}

.investment-progress-module .right-heading h3{
  font-size: 24px;
  line-height: 26px;
  max-width: 323px;
}

@media(max-width: 1024px) and (min-width: 768px){
  .investment-progress-module .bar-container .bar,
  .investment-progress-module .icon-cont{
    margin: 0 10px;
  }

  .investment-progress-module .bar-container,
  .investment-progress-module .icon-container{
    padding: 6px 18px 0 18px;
    width: calc(100% - 220px);
  }

  .investment-progress-module .right-heading{
    width: 100%;
  }
}

@media(max-width: 767px){
  .investment-progress-module{
    padding: 80px 0 60px 0px;
  }
  .investment-progress-module .right-col{
    margin-top: 50px;
  }

  .investment-progress-module .right-heading h3{
    max-width: 100%;
    margin: 0 auto;
  }

  .investment-progress-module .right-heading{
    width: 100%;
  }

  .body-container-wrapper .investment-progress-module .progress-container ul{
    max-width: 90px;
  }

  .investment-progress-module .bar-container,
  .investment-progress-module .icon-container{
    padding: 6px 18px 0 18px;
  }

  .investment-progress-module .bar-container,
  .investment-progress-module .icon-container{
    width: calc(100% - 138px);
  }

  .investment-progress-module .bar-container .bar,
  .investment-progress-module .icon-cont{
    margin: 0 10px;
    width: 60px;
  }

  .body-container-wrapper .investment-progress-module .progress-container ul li{
    font-size: 12px;
    line-height: 15px;
  }
}


/***************** SMSF Tabber Style ******************/

.smsf-tabber-module{
  padding: 11px 0 80px 0;
}

.smsf-tabber-module .section-heading{
  max-width: 624px;
}

.smsf-tabber-module .tabber-wrapper{
  max-width: 976px;
  margin: 66px auto 0 auto;
}

.smsf-tabber-module .tabber-container{
  background: #fff;
  margin: 12px 0 12px 0;
}

.body-container-wrapper .smsf-tabber-module ul{
  margin: 0;
  padding: 0;
}

.body-container-wrapper .smsf-tabber-module ul li{
  margin: 0;
  cursor: pointer;
  background: #E8E8E8;
  border-left: 9px solid transparent;
  text-align: center;
  padding: 12.5px 41px 12.5px 33px;
}

.body-container-wrapper .smsf-tabber-module ul li.active{
  border-left: 9px solid #EF9600;
  background: #fff;
}

.body-container-wrapper .smsf-tabber-module ul li a{
  font-size: 18px;
  line-height: 30px;
  color: #004250;
  font-weight: bold;
}

.smsf-tabber-module .tabs-container{
  width: calc(100% - 303px);
  padding: 10px;
  box-sizing: border-box;
}

.smsf-tabber-module .tabs-container h2{
  font-size: 72px;
  line-height: 42px;
  text-align: right;
}

.smsf-tabber-module .tabs-container p{
  text-align: right;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.7px;
  color: #004250;
  margin: 0 0 0 auto;
  max-width: 256px;
}

.smsf-tabber-module .tab-content{
  max-width: 468px;
  margin: 0 auto;
}

.smsf-tabber-module .small-desc p{
  font-size: 10px;
  line-height: 26px;
}

@media(max-width: 1024px){
  .smsf-tabber-module .tabs-container h2{
    font-size: 52px;
  }
}

@media(max-width: 767px){
  .smsf-tabber-module{
    padding: 60px 0 60px 0;
  }

  .smsf-tabber-module .tabs-container h2,
  .smsf-tabber-module .tabs-container p{
    text-align: center;
    max-width: 100%;
  }

  .smsf-tabber-module .tabs-container{
    width: 100%;
  }

  .smsf-tabber-module .tabs-container{
    padding: 40px 15px;
  }

  .smsf-tabber-module .left-col{
    margin-bottom: 30px;
  }

  .smsf-tabber-module .small-desc p{
    line-height: 17px;
  }
}


/***************** SMSF Step Style ******************/

.smsf-step-module{
  padding: 70px 0 70px 0;
}

.smsf-step-module .text-contnet{
  max-width: 494px;
}

.smsf-step-module .text-contnet h2{
  margin-bottom: 20px;
}

.smsf-step-module .text-contnet p{
  max-width: 360px;
}

.smsf-step-module  .single-card{
  background: #fff;
  position: relative;
  margin: 8px 0;
  min-height: 138px;
  box-sizing: border-box;
  padding: 10px 47px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.smsf-step-module  .single-card p{
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  color: #004250;
}

.smsf-step-module .single-card .step-count{
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  width: 49px;
  height: 49px;
  background: #EF9600;
  border-radius: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: -18px;
  border: 7px solid #3A7749;
  box-sizing: border-box;
}

@media(max-width: 767px){
  .smsf-step-module{
    padding: 70px 0 30px 0;
  }

  .smsf-step-module .text-contnet{
    max-width: 100%;
    margin-bottom: 40px;
  }

  .smsf-step-module .text-contnet p{
    max-width: 100%;
  }

  .smsf-step-module .text-contnet h2{
    margin-bottom: 15px;
  }

  .smsf-step-module .single-card p{
    font-size: 20px;
  }

  .smsf-step-module .single-card .step-count{
    width: 45px;
    height: 45px;
  }
}


/***************** SMSF Step Style ******************/

.two-col-Imagetext-cm{
  position: relative;
  padding: 182px 0 280px 0;
}

.two-col-Imagetext-cm .imge-cont{
  position: absolute;
  max-width: 1010px;
}

.two-col-Imagetext-cm .left-contnet p{
  max-width: 361px;
}

.two-col-Imagetext-cm .cta-container{
  margin-top: 15px;
}

body .two-col-Imagetext-cm .cta-container a.cta_button[title]{
  font-size: 18px;
  line-height: 26px;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px 34px;
}

@media(max-width: 1200px){
  .two-col-Imagetext-cm{
    padding: 70px 0 90px 0;
  }
}

@media(max-width: 1024px) and (min-width: 768px){
  .two-col-Imagetext-cm .row-fluid .left-col.span4{
    width: 41.491713%;
  }

  .two-col-Imagetext-cm .row-fluid .right-col.span8{
    width: 55.745856%;
  }
}

@media(max-width: 767px){
  .two-col-Imagetext-cm {
    padding: 30px 0 60px 0;
  }

  .two-col-Imagetext-cm .wrapper>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .two-col-Imagetext-cm .imge-cont{
    position: relative;
  }

  .two-col-Imagetext-cm .cta-container {
    margin-top: 30px;
  }
}



/*********** Dot Style 1 **********/


.dot-1,
.dot-2,
.dot-3{
  position: relative;
}

.dot-1 .dot-container1{
  position: absolute;
  right: 160px;
  z-index: -1;
  top: 40px;
}

.dot-1 .dot-container2{
  position: absolute;
  left: 56px;
  bottom: 94px;
  z-index: -1;
}

.dot-2 .dot-container3 {
  position: absolute;
  right: 104px;
  top: 0px;
  z-index: -1;
}

.dot-2 .dot-container4{
  position: absolute;
  left: 100px;
  top: -207px;
  z-index: -1;
}

.dot-3 .dot-container5{
  position: absolute;
  left: 100px;
  top: -72px;
  z-index: -1;
}

@media(max-width: 767px){
  .dot-1 .dot-container1{
    top: -141px;
  }
  
  .dot-2 .dot-container3{
    top: 137px;
  }
  
  .dot-2 .dot-container4{
    top: -97px;
  }
  
  .dot-3 .dot-container5{
    top: 0;
  }
 
}



/*====================================================================
Ulton SMSF LP Page Styling End 
======================================================================*/



/*====================================================================
               Estate Planning Health check Style 
======================================================================*/

body.estate-planning .assessment-tool-section .left-col .cta-container a.cta_button:before{
  display: none;
}

body.estate-planning .assessment-tool-section .left-col{
  padding: 28px 111px 28px;
/*   background: #F2F2F2; */
  background: linear-gradient(180deg, rgba(241,245,233,1) 0%, rgba(233,242,220,1) 50%, rgba(225,238,205,1) 100%);
}

body.estate-planning .row-fluid .assessment-tool-section .left-col .heading-container p{
  font-weight: 400;
  max-width: 470px;
  margin-bottom: 82px;
}

body.estate-planning .assessment-tool-section .left-col .cta-container a.cta_button{
  font-size: 15px;
  padding: 19px 45.2px
}

body.estate-planning .assessment-tool-section .right-col,
body.estate-planning .question-section .left-col{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(241,245,233,1) 0%, rgba(233,242,220,1) 50%, rgba(225,238,205,1) 100%);
}

body.estate-planning .how-it-works-cm .cm-container .description p{
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}

body.estate-planning .how-it-works-cm .heading h2{
  font-size: 48px;
  line-height: 60px;
}

body.estate-planning .assessment-tool-section .left-col .heading-container h6{
  margin-bottom: 19px;
}

body.estate-planning .assessment-tool-section,
body.estate-planning .question-section{
  background: linear-gradient(180deg, rgba(232,238,222,1) 0%, rgba(210,228,180,1) 50%, rgba(187,218,140,1) 100%);
}

body.estate-planning .assessment-tool-section .left-col .heading-container h1{
  font-size: 96px;
  line-height: 90px;
  margin-bottom: 43px;
}

body.estate-planning .question-section .right-col{
/*   background: #F2F2F2; */
  background: linear-gradient(180deg, rgba(241,245,233,1) 0%, rgba(233,242,220,1) 50%, rgba(225,238,205,1) 100%);
}



@media(min-width: 1025px){
  body.estate-planning .row-fluid .assessment-tool-section .wrapper,
  body.estate-planning .row-fluid .question-section .wrapper{
    max-width: 1660px;
  }

  body.estate-planning .assessment-tool-section .row-fluid .left-col.span9{
    width: 73.158974%;
  }

  body.estate-planning .assessment-tool-section .row-fluid .right-col.span3{
    margin-left: 3.964103%;
  }
  
  body.estate-planning .question-section .left-col{
    align-items: unset;
  }
}

@media(max-width: 1200px){
  body.estate-planning .how-it-works-cm .heading h2 {
    font-size: 38px;
    line-height: 45px;
  }

  body.estate-planning .assessment-tool-section .left-col .heading-container h1{
    font-size: 88px;
    line-height: 86px;
  }
  
  body.estate-planning .assessment-tool-section .left-col{
    padding: 28px 35px 28px;
  }
}

@media(max-width: 1024px){
  body.estate-planning .assessment-tool-section .left-col .heading-container h1{
    font-size: 66px;
    line-height: 64px;
  }
}

@media(max-width: 767px){
  body.estate-planning .assessment-tool-section .left-col .heading-container h1{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 28px;
  }
  
  body.estate-planning .row-fluid .assessment-tool-section .left-col .heading-container p{
    margin-bottom: 37px;
  }
  
  body.estate-planning .how-it-works-cm .heading h2{
    font-size: 33px;
    line-height: 39px;
  }
  
  body.estate-planning .how-it-works-cm .cm-container .description p{
    max-width: 100%;
  }
}