@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&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{
  margin:0px;
  font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-weight:300;  
}
p,a{
  font-weight:400;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.outer-wrapper.topStickyCustomClass {
  position: fixed;
  top:0px !important;
  z-index: 9999999;
}
.page-center{
  max-width:1400px !important;
  width:90% !important;
  float:none !important;
  margin:0px auto !important;
}
.page-center2{
  max-width:1075px !important;
  width:90% !important;
  float:none !important;
  margin:0px auto !important;
}
.page-center3{
  max-width:941px !important;
  width:100% !important;
  float:none !important;
  margin:0px auto !important;
}

.contact-form-outer-wrapper input.hs-button.primary.large {
  background-color: gray;
  color: white;
  font-size: 16px;
  padding: 5px 20px;
  border: 0px solid #1F1A24;
  border-radius: 21px;
  cursor: pointer;
}

.form-columns-1 .hs-input {
  font-family: 'Arial', sans-serif;
}

.border-cta { border: 1px solid #1f1a24; color: #1f1a24; font-size: 14px; text-decoration: none; border-radius: 40px; display: inline-block; padding: 15px 30px; text-align: center; text-transform: capitalize; margin-top: 15px; }
a.green-background-cta { text-decoration: none; box-sizing: border-box !important; background: #1a4544; display: inline-block; color: #ffffff; font-size: 14px; border-radius: 40px; padding: 15px 30px; font-weight: 400; cursor: pointer; transition: all 0.25s ease; margin-top: 15px;}
a.green-background-cta:hover{ background:#1f5351 ; }
a.blue-background-cta { text-decoration: none; box-sizing: border-box !important; background:#2B6891; display: inline-block; color: #ffffff; font-size: 14px; border-radius: 40px; padding: 15px 30px; font-weight: 400; cursor: pointer; transition: all 0.25s ease; margin-top: 15px;}
a.blue-background-cta:hover{ background:#367ea7 ; }

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

.inner-wrapper{
  width:100%;
  float:left;
  background-color:#fff;
  border-top-right-radius: 5px;
}
.menu-outer .menu-top{

  background: #0f2827;
  border-radius: 5px;
  color: #fff;
  text-align:right;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top:10px;
  padding-bottom:10px;
}
.menu-outer {
  width: 68% !important;
  margin-left: 0px !important;
  float: right !important;
}
.wrapper-menu {
  padding-bottom: 15px;
  text-align: right;
  padding-right: 15px;
}
.inner-wrapper logo{
  height: 70px;
}
.inner-wrapper logo img{
  max-width:100%;
}
.line{
  background: #9e9fcc;
  height: 35px;
  margin-right: 15px;
  opacity: .6;
  width: 1px !important;
}
.menu-top i span{
  display:none;
}

.menu-top ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu-top ul li {
  display: inline-block;
  padding: 0px 2px;
}

.menu-top ul li:first-child {
  position: relative;
  padding: 0px 8px;
}

.menu-top ul li:first-child:after {
  position: absolute;
  border-right: 1px solid #fff;
  right: 1px;
  width: 1px;
  height: 47px;
  top: -11px;
  content: '';
  opacity: 0.5;
}
.wrapper-menu li a {
  font-size: 14px;
  color: #1f1a24;
}
.wrapper-menu ul{
  text-align: right;
  /* margin-left: 40px !important;
  /*padding-left:30px !important;*/
}
.wrapper-menu{
  /*padding-left:30px;*/
}
.wrapper-menu li {
  font-size: 14px;
  margin-right: 5px;
  border-bottom: solid 1px transparent;
}

@media(min-width:768px){
  /*   .wrapper-menu li.hs-menu-depth-1:nth-last-child(2) a {
  border: 1px solid #1f1a24;
  border-radius: 25px;
  color: #1f1a24;
  font-size: 14px;
  padding: 10px;
}
  */
  /*   .wrapper-menu li.hs-menu-depth-1:nth-last-child(2){
  margin-right:15px;
}
  */
  .wrapper-menu li.hs-menu-depth-1:nth-last-child(1) a {
    border: 1px solid #2B6891;
    background:#2B6891; 
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
  }
}


.menu-top a {
  color: #fff;
  text-decoration: none;
  font-size:12px;
}
.fab{
  font-size:12px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  transition: .3s ease;
  position: absolute;
  background: white;
  list-style: none;
  top: 25px;
  min-width: 150px;
  background: #0f2827;
  justify-content: center;
  align-items: center;
  height: max-content;
  z-index: 100;
  margin-left:0px !important;
  margin-top:10px !important;

}
.menu-top img {
  max-width: 20px;
  height: 20px;
  opacity: 0.6;
}
.menu-top img:hover {
  opacity: 1;
}
ul.hs-menu-children-wrapper li a {
  color: #ffff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: 130px;
  color: #ffffff !important;
  padding: 12px;
  margin: 0 !important;
  display: block;
  border:none;
}
.menu-top a i {
  padding: 7px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  opacity:0.5;
}
.wrapper-menu ul.hs-menu-children-wrapper a {
  width: auto !important;
  max-width: none !important;
}

.wrapper-menu ul.hs-menu-children-wrapper {
  text-align: left;
}
.menu-top ul li:first-child i {
  margin-right: 5px !important;
  transform: rotate(100deg);
}
.wrapper-menu ul li a{
  display: inline-block;
  padding: 10px 15px !important;
}
.outer-wrapper {
  position: absolute;
  z-index: 9999;
  top: 30px !important;
} 
img.phnumber {
  max-width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 1;
}
.menu-logo{
  min-width:30% !important;
}
.menu-logo{
  padding:20px 20px;
}
.menu-logo img{
  max-width: 100% !important;
  height: auto !important;
}
.responsiblity-banner .banner-header-text h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 10px!important;
}
.responsiblity-banner .banner-cta a{
  background: #958d3e;
  border-radius: 26px;
  color: #fff;
  display: inline;
  margin-top: 20px;
  max-width: 160px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
}
.responsiblity-banner .banner-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 631px;
}
.responsiblity-banner .banner-cover-image {
  background-position: center left,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 631px;
  position: absolute;
  width: 100%;
  height: 100%;
}

li.hs-form-booleancheckbox .hs-input {
  width: auto !important;
  height: auto !important;
}
li.hs-form-booleancheckbox {
  list-style: none;
}
ul.inputs-list {
  padding-left: 0;
}

.legal-consent-container p,  .legal-consent-container  .hs-richtext {
  color: #808080;
  font-size: 12px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 24px;
  color: #808080;
}

.contact-form .legal-consent-container p, .legal-consent-container .hs-richtext, .contact-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  color: #FFF;
  opacity: 0.9;
}

/***********footer style**********/
.footer-outer{
  /*backgivision1 {
  padding: 40px 0px;
  /*background: #1a4544;*/
}
.fpart2 p{
  padding: 3px 10px;
  margin: 0;
}
.fpart1 p {
  color: #fff;
  font-size: 14px;
  opacity: .6;
  line-height: 21px;
}
.fpart1 {
  padding:10px 0px;
}
.fpart2 p{
  color: #fff;
  font-size: 14px;
  opacity: .6;
  line-height: 21px;
  padding-top:10px;
}
.fpart2{
  padding:10px 10px;

}
.fpart2 p a{
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.fheading1 {
  padding-top: 38px;
  padding-left:20px;
  color: #ffff;
  color: #fff;
  opacity: 1;

}

.footer-logo1 img{
  width:50%;
  height:100%;
}
.footermenu1 li a {
  color: #fff;
  font-size: 14px;
  opacity: .6;
  padding:5px 0px !important;
  width: 150px !important;

}
.fheading3{
  padding-top: 38px;
  padding-left:0px;
  color: #ffff;
  color: #fff;
  opacity: 1;

}
.footermenu1 {
  padding: 18px 0px;
}


.footer-menu2 li a {
  color: #fff;
  font-size: 14px;
  opacity: .6;
  padding:5px 0px !important;

}
.footer-menu2 {
  padding: 50px 0px !important;
}

.footer-outer {
  /* background: linear-gradient(to right, #1a4544 20%, #1a4544 20%, #1a4544 40%, #1a4544 40%, #1a4544 60%, #1a4544 60%, #1a4544 65%, #0f2827 65%, #0f2827 100% );*/

}
.outrer-ft{
  background-color:#1a4544;
  padding:0px 50px;
}
.form-outer-wrapper{
  background-color:#0f2827;
  margin: 0px !important;
  width: 34% !important;
  padding: 0px 30px;
}
.footer-outer1 {
  background:  #1a4544;
}
.footer-new-sec.footer-outer1 {
  padding: 36px 0px;
}

.footer-new-sec.footer-outer1 .footer-right-text p {
  font-size: 14px;
}
.footer-new-sec.footer-outer1 .footer-logo-text {
  color: #fff;
}
.footer-new-sec.footer-outer1 .footer-logo-text p{
  margin-bottom: 5px;
  margin-top: 25px;
}
.footer-new-sec.footer-outer1 .footer-logo-text p, .footer-new-sec.footer-outer1 .footer-logo-text a {
  color: #fff;
  font-size: 14px;
  opacity: .6;
  line-height: 21px;
}
.footer-new-sec.footer-outer1 .footer-right-text {
  max-width: 495px;
  width: 100%;
  margin-right: 0px !important;
  margin-left: auto !important;
  color: #fff;
  float: right !important;
}
.border-bottom1 {
  border-top: 1px solid;
  border-color: #fff;
  opacity: .6;
  margin-top: 0px !important;
  width: 100% !important;
}
.copyright1 p {
  color: #fff !important;
  text-align: left;
  padding: 10px 25px 10px 0px;
  font-size: 14px;
  line-height: 21px;
  opacity: .6;
  margin-top: 0px !important;
}
.copyright1{
  margin-left:11% !important;
}

.privacy p {
  color: #fff;
  text-align: left;
  padding: 10px 25px 10px 0px;
  font-size: 14px;
  line-height: 21px;
  /*opacity: .6;*/
  margin-top:0px !important;

}
.copyright p {
  color: #fff;
  text-align: right;
  padding: 10px 45px;
  font-size: 14px;
  line-height: 21px;
  /*opacity: .6;*/
  margin-top:0px !important;
}
.border-bottom {
  border-top: 1px solid;
  border-color: #fff;
  opacity: .6;
  margin-top: 0px !important;
}

/******podcast-style*******/
.podcast-banner .banner-cta a {
  background: #958d3e;
  border-radius: 26px;
  color: #fff;
  display: inline;
  margin-top: 20px;
  max-width: 160px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
}

.podcast-banner .banner-cover-image {
  background-position: center left,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 480px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.podcast-banner .banner-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 480px;
}
/**********Video-library-style***********/

.video-library-banner .banner2-header-text h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.video-library-banner .banner2-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 631px;
}
.video-library-banner .banner2-cover-image {
  background-position: left top,center;
  background-repeat: no-repeat;
  background-size: 15%,cover;
  min-height: 631px;
}
.new-podcast-banner .banner-cover-image {
  background-position: center left,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 631px;
  width: 100%;
  height: 100%;
}
.new-podcast-banner .banner-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 631px;
}



/********Contact-us-style*********/

.smbanner2-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 350px;

  background: #2F6691;
}
.smbanner2-cover-image {
  background-position: left top,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 50px;
}
.smbanner2-inner-wrapper {
  /*padding-top: 239px;
  position: absolute;*/
  max-width: 50%;
  /* padding-left: 141px;*/
}

.smbanner2-header-text h1 {
  color: #fff;
  font-size: 46px;
  font-weight:400;
  line-height: 1.2;
  margin: 0;
}
.footer-outer1 .form-outer-wrapper {
  display: none;
}
.contact-outer-wrapper .contact-inner-wrapper {
  max-width: 1075px !important;
  margin: 15px auto 0px!important;
  float: none !important;
}
.contact-outer-wrapper .contact-inner-wrapper .details-wrapper {
  background: #205351;
  color: #fff;
  padding:50px;
  padding-bottom: 10%;


}
/*.hs-form-field {
text-transform: capitalize;
}*/
.contact-outer-wrapper .contact-inner-wrapper .details-wrapper p{
  color: #fff;

}
.contact-outer-wrapper .contact-inner-wrapper .form-wrapper {
  padding:36px 50px 50px 50px;
  margin-left: 12px !important;

}
.contact-inner-wrapper .details-wrapper h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 0px;
}
.contact-inner-wrapper .details-wrapper p {
  font-size: 14px;
  line-height: 21px;
}
.contact-inner-wrapper .details-wrapper p a {
  color: #fff;
  text-decoration: underline; 
  font-size: 14px;
  line-height: 21px;
} 

.landing-form h3 {
  text-align: left;
  font-size: 22px;
  margin-top:0px;
  /* margin-left: 17%;*/

}

.contact-us-banner .banner2-header-text {
  padding-top: 30px;
}

.thank-you-text {
  padding: 20px 0px 10px;
}

.footer-division1{
  padding: 40px 0px;
  /*background-color: #1a4544;*/
}
.form-outer-wrapper{
  /*background-color: #0f2827;*/
}
/*******Form*******/
.footer-form-outer p{
  color:#fff;
  font-size:14px;
  opacity:0.8;
}
.footer-form-outer a{
  color:#fff;
  font-size:18px;
  text-decoration:none;
}

.footer-form-outer {
  /* padding: 50px 10px 20px;
  background-color: #0f2826;*/
  padding: 50px 0px 20px 30px;

  width: 100% !important;
}



/************Landing page***************/
.inner-landing-wrapper{

  padding: 50px 0px;
}

.landing-form {
  padding-left: 50px;
  margin-left:30px;
}
.landing-text h2{
  font-size: 30px;
  line-height: 1.2;
  color:#000;
  font-weight:300;
  margin-top: 0px;
}

.landing-text p{
  opacity: 1;
  font-size: 14px;
  line-height: 21px;
  color:#000;
}
.landing-text {
  padding-right: 10px;
}

.landing-text ul,.landing-text ol{
  //color:#666666;
  color:#1f5351;
  font-size: 14px;
  line-height: 22px;
}

.thank-you-banner .smbanner2-inner-wrapper {
  max-width: 50%;
  padding-left: 70px;
}
.seo-value-wrap {padding:30px 0;}


/******form-styling-starts-here********/
form{
  font-size:16px;
  box-sizing: boder-box;
}

form *{
  box-sizing: boder-box;
}

form fieldset.form-columns-1 {
  max-width: 100% !important;
  margin-right: 0px !important;
  width: 100% !important;
}
form fieldset.form-columns-2 {
  max-width: 100% !important;
  margin-right: 0px !important;
}
form .hs-input,
form #hs-pwd-widget-password{
  width: 100%;
  /*   height: 50px; */
  border-radius: 10px;
  padding:15px 10px;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #1f5351;
  box-sizing: border-box;
  margin-top: 8px;
}
form .hs-form-field {
  margin:0 0 20px;
}
/* form span.hs-form-required {
display: none;
}  */
form ul.no-list.hs-error-msgs.inputs-list {
  color: #f10f0f;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type:none;
}

form.hs_role .hs-input {
  /*color: gray;*/
  color: #1f5351;
  font-size:16px;
}
.hs-input {
  /*color: gray;*/
  color: #1f5351;
  font-size:16px !important;
}

form input.hs-button.primary.large {
  /*   background-color: gray;
  color: white;
  font-size: 16px;
  padding: 5px 20px;
  border: 0px solid #1F1A24;
  border-radius: 21px;
  cursor: pointer; */
  background-color: gray;
  color: white;
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid gray;
  border-radius: 21px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: auto !important;
  line-height: 1.15;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
form textarea {
  overflow: auto;
  height: 120px !important;
}

.form-columns-1 .hs-input {
  width: 100% !important;
  background-color: #fff;
  /*color: gray;*/
  color: #1f5351;
}

form .hs-form-checkbox-display,
form .hs-form-booleancheckbox-display{
  position: relative;
  padding-left: 25px;
}

form .form-columns-1 .hs-input[type="checkbox"],
form .form-columns-1 .hs-input[type="radio"] {
  width: auto !important;
  margin: 0;
  position: absolute;
  left: 0;
  top: 4px;
}

form .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left:0 !important;
  display: inherit;
}

form .legal-consent-container .hs-form-booleancheckbox-display .hs-input[type="checkbox"]{
  top:5px;
}

form li.hs-form-checkbox,
form li.hs-form-radio{
  margin-top: 10px;
}

form .hs-form-radio-display .hs-input {
  width: 18px !important;
  height: 14px !important;
  margin: 10px 10px;
}
form ul.inputs-list.multi-container {
  list-style-type: none;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

form ul.inputs-list {
  margin: 0;
}

form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('https://www.sdtplanning.com/hubfs/down-grey.svg');
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  cursor: pointer;
  padding-right: 35px;
}

.landing-form form input.hs-button.primary.large {
  background-color: #1f5351;
  border-color: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 21px;
  padding: 5px 20px;
  float: left;
}
.landing-form form input.hs-button.primary.large {
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  background: #205351;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
.border-bottom1 {
  display: none !important;
}

.landing-form .hs-form-field {margin: 0px 0px 20px;}
.landing-form label {margin-bottom: 5px;display: block;}
.landing-form .form-columns-1 input[type=checkbox] {width: auto !important;height: auto !important;}

/*******form-styling-ends-here*******?

/*******Blog*******/
.banner-inside {
  text-align: left;
  padding:30px 0px 50px;
  width:100%;
}
.hs-featured-image {
  float: none !important;
  margin: 0px auto !important;
  max-width: 100% !important;
  text-align: center;
}

.list-page-banner .banner2-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 220px;
  background: #205351;
}
.list-page-banner .banner2-cover-image {
  background: #205351;
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/HomeHeroPattern.png) !important;
  background-position: left top,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 220px;
  display: flex;
  align-items: center;
  padding-top: 59px;
  padding-bottom: 50px;
}
.page-center-blog{
  max-width:941px !important;
  width:100% !important;
  margin:0px auto !important;
  float:none !important;
}
figure.aligncenter.is-resized {
  margin-left: 0px !important;
}

.banner-inside p{
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

figure.wp-block-image.is-resized {
  margin-left: 0px !important;
  margin-right:0px !important;
}
figure.wp-block-embed-instagram.wp-block-embed.is-type-rich.is-provider-instagram {
  margin-left: 0px !important;
}
figure.wp-block-image {
  margin-left: 0px !important;
  margin-right:0px !important;
}
.banner-inside h4 {
  line-height: 1.2;
  font-size: 20px;
  color:#000;
  font-weight:400;
  margin-bottom:5px;
}
.author-details a.author-link:hover {
  color: #0f2827;
}
/*.banner-inside iframe {
margin-left: 0px !important;
}*/
.post-body iframe {padding: 30px 0;}
.author_bio img {
  align-self: center;
  padding-right: 15px;
  margin-top: 25px;
}
.author_bio {
  display: flex;
  align-items: center;
}
.news_single p, .news_single ul {
  color: #868686;
  font-size: 14px;
  line-height: 21px;
}
.link-wrap{
  padding: 30px 0;
  margin: 0;
  margin-top: 15px;
  background: #8080801f;
}
.link-wrap a{
  color: #958d3e;
  text-decoration: none;
  text-align: center;
}
figure.wp-block-embed-youtube.wp-block-embed.is-type-video.is-provider-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
  margin-left: 0px;
}
.banner-insideh3 {
  font-weight: 400; 
  font-size: 1.375rem;
  line-height: 1.2;
}
.banner-inside ol {
  padding-left: 14px;
}
.banner-inside .hs-blog-social-share {

  height: 0px !important;
}

.std-list-wrapper .post-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px !important;
  box-sizing: border-box;
  margin-left: -15px; 
  margin-right: -15px;
}
.std-list-wrapper .post-item {
  flex: 0 33.33%;
  margin-bottom: 50px;
  padding: 0 15px

}

.std-list-wrapper .post-listing * { box-sizing: border-box; }

.std-list-wrapper .hs-featured-image-wrapper {
  margin-bottom: 10px;
}



.std-list-wrapper .post-header {
  /* min-height: 75px;*/
}
.std-list-wrapper .post-header h2 {
  margin: 0px 0 20px;
  color: #443850;
  font-size: 20px;
}
.std-list-wrapper .post-header a {
  color: #443850;
  /*   color:#369d83; */
  font-size: 20px;
}
.std-list-wrapper .post-header a:hover,.banner-inside ul li a:hover {
  color:#0f2827;
}
.std-list-wrapper a.more-link {
  /*   color: #1A4544 ; */
  color: #369d83;
  font-size: 14px;
}
.std-list-wrapper a.more-link:hover {
  color:#0f2827;
}

.sdt-list-image {
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 250px;
}

.podcast-list-section  .sdt-list-image{
  height: auto;
}

.sdt-video-list-image img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}

p.post-nav-header {
  text-align: center;
  margin: 0px;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.post-item h2.post-listing-simple a {
  color: #000 !important;
  text-decoration: none !important;
}
.post-item h2.post-listing-simple a:hover {
  text-decoration: underline !important;
}

a.all-posts-link{
  margin:0px 20px !important;

}

.blog-pagination {
  text-align: center;
}
.blog-post-banner .banner2-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 220px;
  background: #205351;
}
.blog-post-banner .banner2-cover-image {
  background: #205351;
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/HomeHeroPattern.png) !important;
  background-position: left top,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 220px;
  display: flex;
  align-items: center;
  padding-top: 59px;
  padding-bottom: 50px;
}
.blog-post-banner .banner2-header-text {
  display: none;
}
.blog-pagination a {
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: auto;
  padding: 15px 50px;
  text-align: center;
  margin-bottom: 10px !important;
  text-transform: capitalize;
}
a.more-link {
  text-decoration: none;
}
.post-header a {
  text-decoration: none;
}
.entry-content ul, .entry-content ul {
  color: #868686;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 12px;
  padding-left: 20px;
}
figure.wp-block-media-text__media {
  margin-left: 0px;
}
.a-underline p a {
  text-decoration: underline;
}
.author_bio p a {
  text-decoration: underline;
}
.link-wrap p {
  color: #000;
  font-size:14px;
}
.link-wrap p a{
  color:#000;
}
/* .banner-inside ul li strong a {
color: #868686;
} */
.banner-inside ul li a {
  /*   color: #868686; */
  color:#369d83;
  text-transform: capitalize;
}
.a-heading a {
  color: #868686;
}
.blog-banner-wrapper .banner-outer-wrapper {
  background-image: none !important;
  min-height:530px !important;
}

.blog-banner-wrapper .banner-cover-image {
  background: #205351;
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/HomeHeroPattern.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center left;
  min-height:530px !important;
}
.blog-banner-wrapper .banner-cta {
  display: none;
}
.blog-banner-wrapper .banner-inner-wrapper {

  top: 55%;
  text-align: center !important;
  margin: 0px auto !important;
  width: 80%;
  left: 10%;

  float: none !important;
}
.blog-banner-wrapper .banner-header-text h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.blog-outer-background .blog-banner-wrapper2 .banner-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 350px;
}
.blog-outer-background .blog-banner-wrapper2 .banner-cover-image {
  background: #205351;
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/HomeHeroPattern.png) !important;


  background-position: left top,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 350px;
  display: flex;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 50px;
}
.blog-outer-background .blog-banner-wrapper2 .banner-header-text {
  display: none;
}
.blog-outer-background{
  position:relative;
}
.blog-outer-background .post-text {
  position: absolute;
  top: 50%;
  text-align: center;
  padding:0px 10px !important;

}
.banner-inside h2 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.banner-inside p{
  font-size:16px;
  color:#000;
}
.news_single p, .news_single ul {
  color: #000;
  font-size: 16px;
  line-height: 21px;
}
.banner-inside h6 strong {
  font-size: 18px;
}
.banner-inside h1 {
  font-weight: 600;
}
.post-text h1 {

  color: #fff;
  font-size: 30px;
}
.author-details img{
  float: left;
  margin-top: 30px;
}
.author-details a.author-link {
  /*   color: #000; */
  color: #369d83;
  font-size: 16px;
}
.blog-post-wrapper h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.blog-post-wrapper h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.header-container .widget-type-global_group {
  min-height: 0px !important;
}
.about-author-sec img {
  width: auto;
  height: 100px;
}
.span10 p {
  margin-top: 0px !important;
}
/*.about-author-sec .span10 {
margin-top: 30px;
}*/

.wrapper-menu {
  display: block !important;
}

.mobile-wra {
  display: none !important;
}

.mobile-trigger{
  border:none !important;
}
.child-trigger{
  /**  display:none !important;**/
}
.mobile-wra.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin: 0px !important;
}

.post-text h3 {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  margin: auto;
  opacity: .5;
  text-align: center;
}

.events-links ul{
  list-style-type:none;
  display: flex;
  margin-left: 15%;
  margin-bottom: 0px !important;
}
.events-links li{
  margin-right:30px;
}
.events-links hr {
  opacity: .5;
  margin-top: 0px !important;
}
.events-links li a{
  text-decoration:none;
}

.events-content-wrapper .events-links li a {
  text-decoration: none;
  color: #000;
}
.events-links{
  padding:20px 0px;
}
/*.events-links .active, a:hover {
border-bottom: 7px solid #ededed;
}*/

.events-content-wrapper .events-links ul li:last-child {
  border-bottom:7px solid #ededed;
}

.banner-inside .events-links ul li:first-child {
  border-bottom:7px solid #ededed;
}

.landing-banner .banner-outer-wrapper {
  background-size: cover !important;
  position: relative;
  background-position: right bottom,left top !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 480px;
}

.landing-banner .banner-cover-image {
  background-position: center left,center;
  background-repeat: no-repeat;
  background-size: contain,cover;
  min-height: 480px;
  width: 100%;
  height: 100%;
}
.landing-banner .banner-inner-wrapper {
  padding-top: 227px;
  position: absolute;
  max-width: 44%;
}

/************Blog Sharing********/
.post-text p{
  color:#fff;
}
a.face-book-sharing {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Fb.png);

}
.social-sharing a {
  width: 32px !important;
  height: 32px;
  background-color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px;
  margin-right: 10px;
}
.social-sharing-header .hs_cos_wrapper {
  float: right;
  padding-top: 10px;
}
.social-sharing-header .hs_cos_wrapper p {
  margin-bottom: 0px;
}
.span12.widget-span.widget-type-cell.banner-inside {
  padding-top: 0px;
}

.social-sharing-header a  {
  width: 32px !important;
  height: 32px;
  background-color: #fff;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px;
  margin-left: 5px;
}
span#share-blog-article {
  padding-right: 10px;
  font-size: 20px;
  padding-top: 0px !important;
  margin-top: 0px !important;
  text-align: left;
}
.sharing-article-text {
  float: left;
}
.sharing-article-text p {
  padding-right: 10px;
  font-size: 16px;
}

.share-social-icon {
  float: left;
}
a.linked-in-sharing {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/in.png);

}
a.twitter-sharing {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/twt.png);

}
a.google-plus-sharing {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Gp.png);

}
a.pinterest-sharing {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Pintrest.png);

}
a.email-sharing {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/email.png);

}
a.face-book-sharing:hover {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/FB-h.png);

}
a.linked-in-sharing:hover {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Link-h.png);

}
a.twitter-sharing:hover {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Twt-H.png);

}
a.google-plus-sharing:hover {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/GP-h.png);

}
a.pinterest-sharing:hover {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Pntrest-h.png);

}
a.email-sharing:hover {
  background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/SDT%20Images/social-icons/Email-h.png);

}
a#retirement {
  display: none;
}
/**********author-detail-page*******/



/********Event-blog-content-style*********/

.events-outside-wrapper .events-inside {
  max-width: 941px;
  margin: 0px auto !important;
  width: 100% !important;
  float: none !important;
  padding: 50px 0px;
}
.events-inside img {
  margin-bottom:15px;
}

.events-inside .events-heading {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 12px;
}
.events-inside p {
  color: #868686;
  font-size: 14px;
  line-height: 21px;
}
.events-inside .sign-up-event {
  margin: 30px 0px;
}
.events-inside p a {
  color: #868686;
  font-size: 14px;
  line-height: 21px;
  text-decoration:underline;
}

.video-library-banner .banner2-inner-wrapper{
  padding-top: 398px;
  position: absolute;
  max-width: 57%;
}

.video-outer-wrapper2 {
  width: 100%;
  display: inline-block;
  padding-bottom: 0px;
  padding-top: 50px;
  padding-bottom:50px;
}

.blog-post-wrapper h3 a {
  color: #1c4544 ;
  text-decoration: none !important;
}
.blog-post-wrapper h3 a:hover {
  color:#0f2827 ;
  text-decoration: none !important;
}

/**********Podcast Styling************/

.podcast .banner2-inner-wrapper {text-align:left !important;}
.podcast .banner2-header-text p {display:block !important;}
/*.podcast.hs-blog-post .outer-attachment,
.podcast.hs-blog-post .author-wrap,
.podcast.hs-blog-post .sel-box,
.podcast.hs-blog-post .video-section-outer-wrapper{display:none !important;}*/
.author-wrap{background:#ededed;margin-bottom:50px;}
.hs-blog-listing .social-sharing-header {display: none;}

/*.podcast.hs-blog-post .banner2-outer-wrapper{background-image: none !important;background-color: #205351;}*/
.black-wrapper {
  min-height: 145px;
}

/************** ipad ***************/
@media (max-width: 1328px){
  .podcast-outer .featured-image {
    min-height: inherit;
    height: 22vw;
    max-height: inherit;
  }
}

@media (max-width: 1125px){
  .image-repeat-section:hover .image-repeat {
    padding-bottom: 10px;
  } 
}

@media (max-width: 1080px) {
  .static-image {
    /*   min-height: 300px; */
    min-height: auto;
    background-color: #ededed;
  }
  .static-image {
    height: auto;
  }
  .show-mobile{
    display: block !important;
  }
  .show-mobile img {
    height: auto;
    width: 100%;
  }
  .static-image{
    background-image: none !Important;
  }
  .wrapper-menu {
    display: block !important;
  }
  .hs_role .input {
    margin-right: 0px !important;
    width:98%;
/*     background-color:#fff;
    border-radius: 5px; */
  }
  .std-list-wrapper a.more-link{
    margin:0px 10px;
  }
  .outer-wrapper.topStickyCustomClass {
    position: fixed;
    top: 0px !important;
  }
  .episode-right-text iframe {
    margin-left: 0px !important;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .image-section:hover .cta-outer {
    position: absolute;
    top: calc(90% - 43px);
    display: block;
    left: 41%;
    /* text-align: center; */
  }

  .outrer-ft {
    background-color: #1a4544;
    padding: 0px 4px;
    width: 100% !important;
  }
  .author-inner-wrapper {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom:60px;
  }

  .author-image img {
    width: auto;
  }
  .author-header-text {
    flex: 0 65%;

    margin: 0px auto;
    text-align: center;
  }
  .author-social-sharing {
    flex-wrap: wrap;
    display: flex;
    max-width: 29%;
    float: none;
    margin: 0px auto;
  }
  .form-columns-1 .hs-input {
    width: 100% !important;
    background-color: #fff !important;
    color: gray !important;
  }
  .inner-thankyou-wrapper.text-with-form {
    display: inherit;
  }
  .inner-thankyou-wrapper.text-with-form .thankyou-form {
    flex: 0 45%;
    /* margin-left: 20px; */
    margin: 0px auto 40px !important;
    float: none;
  }

  .money-cta a {
    background: #fff;
    border-radius: 26px;
    color: #1a4544;
    display: inline-block;
    margin-top: 0px;
    max-width: 160px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    max-width:100%;
  }
  .footer-logo1 img {
    width: 50%;
    height: 100%;
  }
  .social-sharing {
    padding-left: 10px;
  }
  .inner-thankyou-wrapper.text-with-form .thankyou-text {
    flex: 0 45%;
    margin-right: 20px;
    /* text-align: left; */
    width: 100%;
    float: none;
    margin: 0px auto;
  }
  .inner-thankyou-wrapper.text-with-form .thankyou-form {
    flex: 0 45%;
    /* margin-left: 20px; */
    margin: 0px auto;
    float: none;
  }
  .image-repeat-section {
    flex: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
    opacity: unset !important;
    visibility: unset !important;
    margin: 15px 10px 20px;
    overflow: hidden;
    min-height: inherit;
    height: 36vw;
  }
  .podcast-inner-wrapper .podcast-text {
    width: 70% !important;
    text-align: left;
    margin: 0px auto;
    float: none;
  }
  .blog-section.title {
    text-align: left;
    padding-bottom: 30px; !important
    width: 67%;
    float: none;
    margin: 0px auto;
  }
  .landing-form h3 {
    text-align: left;
    font-size: 22px;
    margin-top: 0px;
    /* margin-left: 2%;*/
  }
  .landing-form {
    padding-left: 10px;
    margin-left:0px;
  }
  .video-right-section {
    text-align: center;
    width: 50%;
    float: none;
    margin: 20px auto 0px auto;
  }

  .video iframe {
    width: 100%;
    height: 100%;
  }

  .video-inner-wrapper2 .video-heading {
    flex: 0 59%;

  }

  .video-link-split {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0px auto;
  }
  .video-link-split .video-text {
    flex: 0 97% !important;
  }
  .video-link-split  .video-link {
    right: 0;
    flex: 0 51%;

  }
  .video-inner-wrapper2 .video-text2 {

    flex: 0 74%;
  }
  .video-link1 {
    flex: 0 47%;
    right: 0;
    position: inherit;
    text-align: center;

  }
  .video-link-split3 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding: 0px 0px;
    margin:0px auto;
  }
  .video-inner-wrapper .heading {
    width: 90%;
    float: none !important;
    text-align: center;
    margin: 0px auto !important;
    padding:0px 0px;
  }

  .mobile-wra {
    display: none !important;
  }
  .library-repeating-class {
    flex: 0 77%;
    margin: 0px auto;
  }
  .contact-form-outer-wrapper-1 {
    padding: 16px 0px 90px;
    background-color: #fff;
    width: 100%;
    float: left;
  }

  .mobile-wra .custom-menu-primary .hs-menu-wrapper {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #958d3e !important;
  }
  .outer-wrapper {
    top: 0 !important;
  }
  .banner-inner-wrapper{
    width: 90%;
  }
  .banner-header-text h1{
    font-size:38px;
  }
  .image-outer{
    display: block;
  }
  .image-section{
    width:95%;
    margin:0 auto !important;
    margin-bottom:15px !important;

  }
  .image-outer-wrapper1{
    background-color: #ededed;
    padding: 0px 0px 15px;
  }
  .stages-outer{
    width: calc(100% - 40px);
    padding: 30px 0px;
  }
  .our-knowledge-inner-wrapper{
    display: block;
  }
  .content-header {
    width: 80%;
    margin: 0 auto;
  }
  .image-section1 {
    width: 80%;
    margin: 0 auto;
    padding-top:30px;
  }
  .content-header1{
    text-align: center !important;
    width: 80%;
    margin: 0 auto;

  }
  .financial-planning-outer-wrapper{
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  .our-knowledge-inner-wrapper{
    padding: 40px 0px  !important;
    width: 100%;
  }
  .feedreader_box1 {
    padding: 40px 20px 400px  !important;
    width: calc(100% - 40px) !important;
  }
  input.hs-button.primary.large{
    width:55%;
  }
  .wrapper-menu ul li a {
    display: inline-block;
    padding: 10px 6px !important;
  }
  .std-list-wrapper .post-item {
    flex: 0 50%;
    margin-bottom: 4%;
  }
  .banner-inside p {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    padding: 0px 10px;
  }
  .banner-inside p a:hover {
    color: #1c4544 !important;
  }

  .social-sharing-header .hs_cos_wrapper {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
  }
  .banner-inside h3 {
    padding: 0px 10px;
  }
  .banner-inside h4 {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 10px;
    margin-bottom:5px;
  }
  .banner-inside h2 {
    padding: 0px 10px;
  }
  .banner-inside h1 {
    padding: 0px 10px;
  }
  .banner-inside h5 {
    padding: 0px 10px;
  }

  figure.wp-block-image {
    margin-left: 0px !important;
    margin-right: 0px !important;
  } 
  figure.wp-block-image {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .service-plane-block{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px; 
  }
  .service-plane-block-wrapper{
    display:block;
  }
  .video-section-inner-wrapper{

    padding: 50px 0px 80px;
    width: 100%;

    background-color:#fff;

  }
  .video-left-section{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .video-content{
    position:inherit;
  }
  .contact-form-outer-wrapper-1 .contact-form form {
    padding: 20px;
  }
  .events-outer .events-heading {
    width: 55%;
    float: left;
    padding: 0px 10px;
    line-height: 24px !important;
  }
  .events-outer .events-date {
    width: 22%;
    float: left;
    border: 1px solid #d2cfd8;
    align-self: center;
    border-radius: 5px;
    color: #0f2827;
    font-size: 16px;
    margin-right: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
  }
  .event-content {
    width: 27%;
    float: left;
    margin: 0px 20px;
    margin-bottom: 20px;
  }
  .image-text-outer-wrapper .image-text-inner-wrapper {
    width: 80%;
    float: none !important;
    margin: 0px auto !important;
  }
  .repeat-inner-wrapper .image-outer-wrapper {
    flex: 0 auto !important;
  }
  .repeat-inner-wrapper .text-outer-wrapper {
    flex: 0 100%;
  }
  .video-inner-wrapper .repeating-video .repeating-class {
    width: 32%;
    padding: 10px 20px;

  }


  .video-inner-wrapper2 .library-repeating-class {
    flex: 0 52%;
    margin: 0px auto;
  }
  .repeating-video .repeating-class-4-colums{
    flex: 0 69%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin: 15px 0px 0px; */
    margin: 0px auto;
  }
  .repeating-class-3-colums {
    flex: 0 69%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
  }
  .video p iframe {
    width: 216px;
    height: 156px;
    margin: 0px auto !important;
  }
  .money-decision-inner-wrapper{
    display:block;
  }
  .money-decision-image.same-height,.money-decision-header.same-height{
    height:auto !important;
  }
  .money-content{
    width:100%;
    padding:30px 40px;
  }
  .money-decision-content {
    text-align: left;
    float: left;
    width: 100%;
    background-image: url(https://4425280.fs1.hubspotusercontent-na1.net/hubfs/4425280/7x7_Bullet%20%281%29.png);
    background-repeat: no-repeat;
    background-position: left top 13%;
  }
  .ebooks-group {
    box-shadow: 5px 5px 5px 5px #888;
    margin: 30px auto;
    width: 50%;
    float: none;
  }
  .inner-library {
    display: inherit;
    width: 100%;

  }
  .inner-episode-wrapper {
    display: inherit;

  }
  .image-section1 {
    width: 80%;
    margin: 30px auto;
    padding-top: 30px;
    text-align:center;
  }
  .image-outer1 {
    display: inherit;
    justify-content: center;
    width: 100%;
    float:left;

  }
  .author-image-banner {
    flex: 0 50%;
    text-align:right;
    /* display:none;*/
  }
  .author-image-banner {
    flex: 0 51%;
    display:none;
    text-align: right;
  }
  .author-image-banner img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
  }

  .image-attachment {
    background-attachment: local;
    min-height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .timelineimage-outer-wrapper {
    background-attachment: local;
    min-height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .author-details-outer {
    padding: 30px 15px;
    width: 96%;
    float: left;
  }
  .author-details-inner-wrapper {
    width: 100%;
    text-align: left;

  }
  .ebook-title {
    width: 100%;
    padding: 10px 10px;
    position: absolute;
    margin-top: 76%;
  }
  .ebooks-group {
    flex: 0 29%;
    box-shadow: 3px 3px 3px 3px #888;
    margin: 30px auto;
    min-height: 421px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .post-name {
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    font-size: 20px;
    min-height: 65px;
    margin-bottom: 10px;
  }
  .responsiblity-banner .banner-outer-wrapper {
    background-size: cover !important;
    position: relative;
    background-position: right bottom,left top !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 400px;
  }
  .responsiblity-banner .banner-cover-image {
    background-position: center left,center;
    background-repeat: no-repeat;
    background-size: contain,cover;
    min-height: 400px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .image-section-heading{
    width:50% ;
    float:none;
    margin:0px auto 20px;
  }
  .image-outer-wrapper {
    background-color: #ededed;
    padding: 0px 0px 50px;
  }
  .podcast-image-outer .resource-video {
    flex: 0 29% !important;
    background-repeat: no-repeat;
    min-height: 200px;
    margin: 15px 14px 0px;
  }
  .episode-left-image {
    padding-bottom: 20px;
    width: 50%;
    float: none;
    margin: 0px auto;
  }
  .new-podcast-banner .banner-outer-wrapper {
    background-size: cover !important;
    position: relative;
    background-position: right bottom,left top !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 500px;
  }

  .new-podcast-banner .banner-cover-image {
    background-position: center left,center;
    background-repeat: no-repeat;
    background-size: contain,cover;
    min-height: 500px;
    width: 100%;
    height: 100%;
  }
  .author-description {
    flex: 0 64%;
    padding: 0px 10px;
  }

  .form-outer-wrapper,
  .footer-division1 {
    width: 100% !important;
  }

  .footer-outer .page-center {
    width: 100% !IMPORTANT;
  }
  .form-outer-wrapper, .footer-division1 {
    width: 100% !important;
    padding: 30px 30px;
    margin: 0px !important;
    height:50% !important;
  }
  .footer-outer .privacy {
    padding-left: 30px;
  }
  .footer-form-outer {
    padding: 0px;
    /*background-color: #0f2826;*/
  }
  .border-bottom {
    border-top: 1px solid;
    border-color: #fff;
    opacity: .6;
    margin: 0px auto!important;
    padding: 20px !important;
    width: 95% !important;
    float: none !important;
  }
  .empty-spacer{
    display: none !important;
  } 
  .landing-form .hs_submit.hs-submit {
    left: 0px !important;
    float: left;
    width: 60%;
  }
  .hs_role .input {
    margin-right: 8px;
    /* border: 1px solid black;*/
    border-radius: 10px !important;
  }
  .hs_submit.hs-submit {
    left: 0px;
    width: 50%;
  }
  .border-bottom{
    display:none !important;
  }
  .border-bottom1{
    display:block !important;
    background-color:#1a4544;
    opacity:1;
  }
  .banner2-cover-image ,.smbanner2-cover-image {
    min-height: 300px;
  }
  .banner2-outer-wrapper {

    min-height: 300px;
  }
}

@media (max-width: 930px){
  .black-wrapper {
    min-height: 200px;
  }
}
@media (max-width: 820px){
  .black-wrapper {
    min-height: 225px;
  }
  .wrapper-menu ul li a {
    padding: 10px 3px !important;
  }
  .wrapper-menu li {
    margin-right: 3px;
  }
}

/**********************************************/
@media (max-width: 768px) {
  .wrapper-menu {
    display: none !important;
  }
  .author-details-outer {
    padding: 30px 15px;
    width: 93%;
    float: left;
  }
  .banner2-inner-wrapper {
    max-width: 80%;
  }
  .outer-wrapper.topStickyCustomClass {
    position: fixed;
    top: 0px !important;
  }
  .hs_submit.hs-submit {
    left: 0px;
    width: 50%;
  }
  .banner2-outer-wrapper {

    min-height: 300px;
  }
  .banner2-cover-image, .list-page-banner .banner2-cover-image {
    padding-top: 40px;
    padding-bottom: 50px;
    min-height:215px;
  }
  .footer-outer .outrer-ft {
    background-color: #1a4544;
    padding: 0px 25px;
    width: 100% !important;
    height: 50% !important;
  }
  .footer-outer .border-bottom{
    display:none !important;
  }
  .footer-outer .border-bottom1{
    display:block !important;
    background-color: #1a4544 !important;
    opacity:1;
  }
  .footer-outer.common-height {
    height: 50% !important;
  }

  .hs_role .input {
    margin-right: 8px;
    /* border: 1px solid black;*/
    border-radius: 10px !important;
  }
  .form-columns-1 .hs-form-field{
    margin-bottom:10px;
  }
  .form-columns-2 .hs-form-field{
    margin-bottom:0px;
  }
  fieldset.form-columns-2 .hs-input {
    width: 100% !important;
    height: 45px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
  }
  .video-section-inner-wrapper .cta_button {
    float: none !important;
    margin: 20px auto !important;
  }
  .money-cta {
    /* text-align: center;
    margin-right: 63px;
    margin-left: 53px;*/
    float: none;
    margin: 20px 0px;
  }
  .podcast-inner-wrapper .podcast-text {
    width: 100% ;
    text-align: left;
    margin: 0px auto;
    float: none;
  }
  .blog-section.title {
    text-align: left;
    padding-bottom: 30px;
    width: 89% ;
    float: none;
    margin: 0px auto;
  }
  .team-section-inner {
    flex: 0 50%;
    margin: 10px auto;
    float: none;
  }
  .team-section-wrapper {
    display: flex;

    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  .team-section-wrapper {
    display: flex;

    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }

  .author-image img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .author-image {

    float: none;
    margin: 0px auto;
  }
  .outrer-ft {
    background-color: #1a4544;
    padding: 0px 50px;
    width: 100% !important;
  }
  .footer-logo1 img {
    width: 50%;
    height: 100%;
    padding: 20px 0px 0px;
  }
  .footer-form-outer1 {
    background-color: #1c4545;
  }
  .image-section-heading {
    width: 95%;
    float: none;
    margin: 0px auto 20px;
  }
  .video-inner-wrapper2 .video-heading {
    flex: 0 90%;
  }
  .video-link1 {
    flex: 0 61%;
    right: 0;
    position: initial;
  }
  .video-link-split3 .video-inner-wrapper2 .video-heading {
    flex: 0 34%;
  }
  .video-link-split3 .video-link1 {
    flex: 0 65%;
    right: 0;
    position: initial;
  }
  .video-link-split3 .video-link1 img {
    width: 65px;
    float: left;
  }
  .video-link-split3 .video-link1 a {
    color: #1a4544;
    margin-left: -40px;
    text-decoration: none;
    margin-top: 15px;
    float: left;
  }
  .episode-right-text {

    text-align: center;
    padding: 0px 10px;
    width: 95%;
  }
  .video-library-banner .banner2-inner-wrapper {
    padding-top: 247px;
    position: absolute;
    max-width: 57%;
  }
  .image-section-outer-wrapper1 {
    padding: 7px 0px 2px;
    width: 100%;
    background-color: #ededed;
    padding-bottom: 30px !important;
  }
  .image-section2 {
    width: 80%;
    margin: 31px auto;
    padding-top: 20px;
  }
  .episode-button-list {
    width: 100%;
    float: left;
    padding-top: 8px;
    padding-bottom: 8%;
    margin: 0px auto;

  }
  .episode-right-text iframe {
    margin: 0px auto !important;
    width: 80% !important;
  }
  .episode-right-text p {
    font-size: 14px;
    padding: 0px 10px;
    text-align: left;
  }
  .episode-button {
    width: 100%;
    float: left;
    text-align: center;
    margin-top:10px;

  }

  .mobile-wra {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper {
    background-color: #ffffff !important;
  }
  /*   .std-list-wrapper .post-item {
  flex: 0 44% !important;
  margin: 0 20px 4%;
} */

  .thank-you-banner .smbanner2-inner-wrapper {
    padding-top: 0px !important;

    max-width: 100%;
    padding-left: 30px;
  }
  .thank-you-text {
    padding: 0px 20px;
    text-align: left;
  } 



  .landing-banner .banner-inner-wrapper {
    width: calc(100% - 60px);
    padding: 182px 0px;
  }
  .banner2-header-text {
    padding-top: 60px;
  }
  .image-section-outer-wrapper {
    padding: 0px 0px 10px;
  }
  .podcast-image-outer .resource-video {
    flex: 0 90% !important;
    background-repeat: no-repeat;
    min-height: 200px;

    margin: 10px auto;
  }
  .about-author-sec img {
    padding-left: 10px;
    padding-right:20px;
    margin-top: 0px;
  }
  .blog-post-wrapper img {
    width: calc(100% - 40px);
    height: auto;
    margin-left: 20px;
  }
  .border-bottom{
    display:none !important;
  }
  .border-bottom1{
    display:block !important;
    background-color:#1a4544;
    opacity:1;
  } 

}
/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  .black-wrapper {
    min-height: 180px;
  } 
  .event-content {
    width: 40% !important;
  }
  .black-wrapper {
    min-height: 155px;
  }
  .thank-u-page-rss {
    margin-bottom: 30px;
  }
  .banner2-inner-wrapper {
    max-width: 80%;
  }
  .author-header-text {
    flex: 0 65%;
    margin: 0px auto;
    text-align: center;
  }
  .image-section-outer-wrapper {
    padding: 0px 0px 10px;
  }

  .thank-u-page-rss {
    flex: 0 100%;
    border: 0;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.27);
  }
  .rec-blog-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 97%;
    margin: 0 auto;
  }

  .banner2-cover-image,.smbanner2-cover-image {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .banner2-outer-wrapper {

    min-height: 300px;
  }
  .border-bottom{
    display:none !important;
  }
  .border-bottom1{
    display:block !important;
    background-color:#1a4544;
    opacity:1;
  }
  .outer-wrapper.topStickyCustomClass {
    position: fixed;
    top: 0px !important;
  }
  .podcast-inner-wrapper .podcast-text {
    width: 100% ;
    text-align: left;
    margin: 0px auto;
    float: none;
  }
  .video-section-inner-wrapper .cta_button {
    float: none !important;
    margin: 20px auto !important;
  }
  .blog-section.title {
    text-align: left;
    padding-bottom: 30px;
    width: 89% ;
    float: none;
    margin: 0px auto;
  }
  .event-content:nth-child(2n-1) {
    clear: left;
  }
  .responsiblity-banner .banner-cta {
    padding-top: 2px !important;
  }
  .podcast-image-outer .image-repeat {
    flex: 0 28% !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    margin: 15px 12px 0px;
    /* margin: 0px auto; */
  }
  .feedreader_box2 {
    padding: 40px 20px 50px !important;
    width: calc(100% - 40px) !important;
  }
  .static-image {

    background-color: #ededed;
  }

  .video-inner-wrapper2 .library-repeating-class {
    flex: 0 52%;
    margin: 0px auto;
  }

  . video-link1 {

    text-align: center;
    flex: 0 100%;
    text-align: center;
    width: 100%;
  }
  .repeating-video .repeating-class-4-colums{
    flex: 0 77%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin: 15px 0px 0px; */
    margin: 0px auto;
  }
  .repeating-class-3-colums {
    flex: 0 77%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px auto;
  }
  .video p iframe {
    width: 216px;
    height: 156px;
    margin: 0px auto !important;
  }



  .link-text {
    margin: 0px !important;
    width: 69%;
    text-align: center;

  }
  .heading {
    width: 50%;
    float: none !important;
    text-align: center;
    margin: 0px auto !important;
  }
  .repeating-class {
    width: 50% !important;
    float:none !important;
    padding: 10px 9px;
    margin: 0px auto !important;
  }
  .lecture-header-content {
    margin-bottom: 50px;
    text-align: center;
  }
  .lecture-image {
    flex: 0 90%;
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 260px;
    display: flex;
    float: none;
    background-repeat: no-repeat;
    margin: 0px auto;
  }
  .lecture-section {
    flex: 0 90%;
    float: none !important;
    margin: 0px auto !important
  }
  .lecture-section-wrap {
    width: 100%;
    padding-left: 0%; 
  }
  .link-text {
    margin: 0px !important;
    width: 68%;
  }
  .up-coming-header {
    padding: 20px 0px;
    text-align: center;
  }
  .coming-repeat {
    flex: 0 80%;
    padding: 0px 10px;
    float: none;
    margin: 0px auto;
  }
  .author-details-inner-wrapper {
    padding: 0px 0px;
  }  

}


/************** iphone roatate***************/
@media (max-width: 767px) {
  .image-repeat-section {
    height: 50vw;
  }
  .footer-new-sec.footer-outer1 .footer-right-text {
    max-width: 100%;
    float: left !important;
  }
  .footer-new-sec.footer-outer1 .page-center {
    width: 95% !important;
  }
  .podcast-outer .featured-image {
    min-height: inherit;
    height: 88vw;
    max-height: inherit;
  }
  .thank-u-page-rss {
    margin-bottom: 30px;
  }
  .featured-image {
    background-size: center; 
  }
  .outer-wrapper {
    position: relative;
  }
  .black-wrapper {
    min-height: auto;
  }  
  .author-social-sharing {
    flex-wrap: wrap;
    display: flex;
    max-width: 23%;
    float: none;
    margin: 0px auto;
  }

  .podcast-inner-wrapper {
    width: 90%;
  }
  .author-inner-wrapper {
    padding-top: 0px !important;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
  }
  .outer-wrapper.topStickyCustomClass {
    position: fixed;
    top: 0px !important;
  }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 39px !important;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
  }
  .inner-thankyou-wrapper.text-with-form .thankyou-text {
    flex: 0 80%;
    margin-right: 20px;
    /* text-align: left; */
    width: 100%;
    float: none;
    margin: 0px auto;
  }

  .image-repeat-section {
    flex: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    opacity: unset !important;
    visibility: unset !important;
    margin: 15px 10px 20px;
    overflow: hidden;
  }
  .video-right-section {
    text-align: center;
    width: 80%;
    float: none;
    margin: 0px auto;
  }
  .video-right-section iframe {
    width: 100%;
    height: 100%;
  }

  .author-details-outer {
    padding: 30px 15px;
    width: 92%;
    float: left;
  }
  .podcast-inner-wrapper .podcast-text {
    width: 100% ;
    text-align: left;
    margin: 0px auto;
    float: none;
  }
  .blog-section.title {
    text-align: left;
    padding-bottom: 30px;
    width: 89% ;
    float: none;
    margin: 0px auto;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 79px !important;
    //top: 0;
    //left: 0;
    //padding: 0;
    background-color: #1c4545 !important;
  }
  .logo-outer-wrapper {
    padding: 80px 0px;
    background-color: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .menu-outer .menu-top{
    display:none;
  }
  .outer-wrapper{
    top:0;
  }
  .event-content {
    width: 40% !important;
  }
  .banner-cover-image,
  .banner-outer-wrapper{
    min-height:400px;
  }
  .image-outer{
    display:block;
  }
  .banner-header-text {
    padding-top: 60px;
  }
  .responsiblity-banner .banner-cover-image .banner-header-text {
    padding-top: 30px;
  }
  .image-section{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .podcast-banner .banner-cover-image {
    background-position: center left,center;
    background-repeat: no-repeat;
    background-size: contain,cover;
    min-height: 350px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .podcast-banner .banner-outer-wrapper {
    background-size: cover !important;
    position: relative;
    background-position: right bottom,left top !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 350px;
  }
  .image-border{
    top: calc(74% - 27px);
  }
  .life-cyle-header {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .heading-outer{
    width: 90%;
    margin: 0 auto;
  }
  .repeating-text {
    width: 100%;
    float: left;
    padding: 0px;
  }
  .repeating-class{
    width: 47%; 
    padding:10px 0px;
  }

  .stages-inner{
    width: calc(100% - 40px);
    padding: 0px 20px;
  }

  .image-block-section {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .image-block-title{
    left:8%;
  }
  .image-block-outer{
    display:block;
  }
  .our-knowledge-inner-wrapper{
    display:block;
    padding: 40px 0px !important;
    width: 100% !important;
  }
  .content-header{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .image-section1 {
    width: 90%;
    margin: 0 auto;
  }
  .content-header1{
    text-align: center !important;
    width: 90%;
    margin: 0 auto;

  }
  .financial-planning-outer-wrapper{
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  .our-knowledge-inner-wrapper{
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  .rec-blog-outer{
    display: block;
  }
  .thank-u-page-rss {
    width: 95% !important;
    margin: 0 auto;
  }
  .fheading1{
    padding:10px 0px;
  }
  .fheading3{
    padding:10px 0px;
  }
  .footer-menu2{
    padding:0px;
  }
  .footer-division1{
    padding:30px 30px 20px 0px!important;

    /*background-color: transparent;*/
  }
  .form-columns-2,.form-columns-1{
    margin:0 auto !important;
  }
  .footer-menu2{
    padding:0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top:none;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #1c4545; !important;
  }
  .entry-content {
    padding: 15px;
  }
  .menu-outer{
    width:100% !important;
  }
  .menu-logo {
    width: 100% !important;
    float:left !important;
  }
  .row-fluid .menu-logo, .row-fluid [class*="span"]:first-child {
    width: 100% !important;
  }
  .service-plane-block{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .service-plane-block-wrapper{
    display:block
  }
  .video-section-inner-wrapper{
    display: block;
  }
  .video-left-section{
    width: 100% !important; 
    margin:0 auto;
  }
  .video-content{
    position:inherit;
  }
  .contact-form-outer-wrapper-1 .contact-form form {
    padding: 0px;
  }

  .footer-form-outer {
    /*padding: 30px 30px 30px;
    background-color: #0f2827;*/
    padding:0px;
  }
  .event-content:nth-child(2n-1) {
    clear: left;
  }
  .page-center{
    width:100% !important;
  }
  .banner-inner-wrapper{
    max-width:100% !important;
    padding-top: 50px;
  }
  .thank-u-page-rss{
    margin-bottom:20px !important;
  }
  .feedreader_box1 {
    padding: 0px 20px 300px !important;
  }
  button.slick-next.slick-arrow{
    right: -14%;
  }
  .footer-logo img{
    width:30% !important;
    height:auto;
  }
  .fpart2 p{
    padding-left: 0px; 
  }
  .fpart2 {
    padding-left: 0px;
  }
  .image-section:hover .cta-outer{
    left:26%;
  }

  .menu-logo img {
    /*max-width: 40% !important;*/
    width: 186px !important;
    height:auto;
  }
  .mobile-trigger{
    /*top:-80px !important;*/
  }

  .content-link img {
    width: 14%;
    position: absolute;
    left: 0;
    bottom: -7px;
  }
  .custom-menu-primary.js-enabled {
    margin: 0px !important; 
    padding: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    top:0px !important;
  }

  .menu-outer {
    position: absolute;
  }
  .mobile-trigger:hover{
    background-color: #194645 !important;
  }
  .mobile-open .mobile-trigger{
    background-color: #194645 !important;
  }
  .video-inner-wrapper .video-text {
    flex: 0 100% !important;
    text-align: center;
  }
  .fpart1 p{
    margin:0px; 
  }
  .fpart2 {
    padding: 0px;
  }
  .footermenu1{
    padding:0px;
  }
  .footer-division1 .span12.widget-span.widget-type-custom_widget {
    min-height: 0px;
  }
  .video p iframe {
    width: 216px;
    height: 156px;
    margin: 0px auto !important;
  }
  .privacy p{
    text-align:center;
  }
  .copyright p{
    text-align:center;
  }
  .banner2-inner-wrapper {
    max-width: 100% !important;
    padding-top: 50px;
  }

  .banner2-header-text p {
    width: 100%;
  }
  .banner2-inner-wrapper{
    padding:50px 20px;
  }
  .introduction-content{
    width:100%;
  }
  .money-decision-inner-wrapper{
    display:block;
  }
  .money-decision-image.same-height,.money-decision-header.same-height{
    height:auto !important;
  }
  .money-decision-image{
    display:block!important;
  }
  .money-content{
    width:100%;
    padding:30px;
  }
  .lecture-section-wrap {
    width: 100%;
    padding-left: 0%; 
  }
  .lecture-image {
    flex: 0 100%;
    background-size: contain;
    background-position: center;
    height: auto;
    min-height: 260px;
    display: flex;
    background-repeat: no-repeat;
  }
  .lecture-section {
    flex: 0 100%;flex: 0 83%;
    float: none !important;
    margin: 0px auto !important;
  }

  .heading {
    width: 100% !important;
    /* float: left; */
    text-align: center;
  }
  .lecture-header-content {
    margin-bottom: 50px;
    float: none !important;
    margin: 0px auto;
    text-align: center;
  }
  .link-text {
    margin: 0px !important;
    width: 80%;
  }
  .stages-outer {
    width: 100%;
    padding-bottom: 0px;
  }
  .lecture-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
  }
  .lecture-outer-wrapper {
    padding-top: 50px;
    float: left;
    width: 100%;
    padding-bottom: 0px;
  }
  .stages-inner .repeating-class {
    width: 90%;
    margin: 0px auto;
    float: none;
  }
  .smbanner2-cover-image {
    padding-top: 50px;
  }
  .smbanner2-inner-wrapper {
    /*     padding-top: 239px; */
    /*     position: absolute; */
    max-width: 49%;
    /*     padding-left: 114px; */
    position:relative;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .smbanner2-header-text h1 {
    font-size: 36px;
  }
  .up-coming-header {
    padding: 20px 0px;
    text-align: center;
  }
  .coming-repeat {
    flex: 0 80%;
    padding: 0px 10px;
    float: none;
    margin: 0px auto;
  }


  .timelineimage-outer-wrapper{
    min-height: 300px;
  }
  .timeline-section-wrap {
    width: calc(100% - 40px);
    padding: 20px;
    background-color:#fff;
  } 
  .timeline-inner-wrapper{
    display:block;
  }
  .timeline-header h2{
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .timeline-section-wrap {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .actual-timeline::before{
    min-height: 75px;
  }
  .timeline-outer-wrapper{
    padding:0px;
  }
  .right-section-wrapper{
    width:87%;
    padding: 20px;
  }
  .our-team-wrap,.support-team-wrap{
    display:block;
  }
  .our-team-details-wrapper,.support-team-details-wrapper{
    text-align:center;
  }
  .advisor-team-header{
    padding-left:70px;
  }
  .support-team-outer-wrapper{
    padding:50px 0px 0px;
  }
  .carrer-description h3 {
    margin: 0px;
  }
  .carrer-description{
    width:88%;
    padding:40px 0px;
  }
  .career-wrap{
    display:block;
    width:100%;
    float:left;
  }
  .image-cta img{
    width:14%;
  }
  .career-left-wrapper {
    padding: 20px;
    text-align: left;
  }
  .careers-outer-wrapper{
    padding:20px 0px;
  }
  .ebooks-group {
    flex: 0 29%;
    box-shadow: 3px 3px 3px 3px #888;
    margin: 30px auto;
    min-height: 315px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ebook-title {
    width: 97%;
    padding: 10px 10px;
    position: absolute;
    margin-top: 76%;
  }
  /*   .ebooks-outer {
  display: inherit;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
  */

  .author-image-banner {
    flex: 0 50%;
    text-align: right;
    display: none;
  }

}
/************** iphone ***************/
@media (max-width: 479px) {
  .image-repeat-section {
    height: 76vw;
    background-size: contain;
  }
  .podcast-inner-wrapper {
    width: 100%;
  }
  .podcast-image-outer .image-repeat {
    padding: 10px 10px 0px;
  }
  .podcast-inner-wrapper .podcast-image-outer {
    width: 100%;
  }
  .podcast-image-outer .image-repeat {
    padding-bottom: 20px;
  }
  .featured-image {
    height: 50vw;
    min-height: inherit;
    max-height: inherit;
  }
  .featured-image a {
    min-height: inherit;
  }
  .podcast-outer .featured-image {
    min-height: inherit;
    max-height: inherit;
    height: 88vw;
  }
  .banner-inner-wrapper {
    width: calc(110% - 60px);
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .team-section-inner {
    flex: 0 53%;
    margin: 10px auto;
    float: none;
  }
  .outer-wrapper.topStickyCustomClass {
    position: fixed;
    top: 0px !important;
  }

  .banner2-cover-image,
  .smbanner2-cover-image {

    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner2-outer-wrapper {

    min-height: 300px;
  }
  .video-section-inner-wrapper .cta_button {
    float: none !important;
    margin: 20px auto !important;
  }

  .video-text p {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 10px;
  }
  .link_wrap {
    padding-left: 10px;
  }
  .about-author-sec img {
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 0px;
  }
  .blog-outer-background .post-text {
    position: absolute;
    top: 32%;
    text-align: center;
    padding: 0px 10px !important;
  }
  .image-section{
    width: 95%;
    margin-top: 15px !important;
  }
  .podcast-inner-wrapper .podcast-text {
    width: 100% !important;
    text-align: left;
    margin: 0px auto;
    float: none;
  }
  .blog-section.title {
    text-align: left;
    padding-bottom: 30px;
    width: 89% !important;
    float: none;
    margin: 0px auto;
  }
  .repeating-class {
    width: 100%;
  }
  .image-block-section{
    width: 100%;
  }
  .image-block-title,.image-title-content {
    left: 5%;
  }
  .thank-u-page-rss{
    width: 95% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }

  .contact-form{
    padding:20px;
  }

  .feedreader_box1 {
    padding: 0px 0px 300px !important;
    width: 100% !important;
  }
  .banner-header-text h1{
    font-size:38px;
  }
  .read-more-link {
    text-align: right;
    padding-top: 15px;
  }
  .contact-form-outer-wrapper .form-columns-1 {
    margin: 0 auto !important;
    max-width: 700px !important;
    padding-bottom: 0px !important;
  }
  .contact-form-inner-wrapper{
    display:block;
    height:auto;
    margin-top:0px !important;
    width:100%;

    padding-bottom: 20px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #958d3e !important;
  }
  .menu-logo {
    width: 100% !important;
    float:left;
  }
  .menu-outer{
    width:100% !important;
  }
  .contact-ph-number{
    padding-bottom:20px;
  }
  .contact-ph-number h3{
    margin:0;
  }
  .contact-form-outer-wrapper{
    padding-bottom:0px !important;
  }


  .std-list-wrapper .post-item {
    flex: 0 100% !important;
    margin-bottom: 20px !important;
  }
  .banner2-inner-wrapper{
    width: 90%;
  }
  .banner2-header-text h1{
    font-size:30px;
  }
  .service-plane-block-wrapper{
    display: block;
  }
  span#select {
    padding-left: 10px;
  }
  .service-plane-block{
    width: 70%;
    margin: 0 auto;  
    margin-bottom: 15px !important;
  }
  .video-section-outer-wrapper{
    padding: 10px 20px 6px !important;
    width: calc(100% - 40px) !important; 
    /*float:left;*/
    background-color:#fff;
  }
  .video-content{
    position:inherit;
  }
  .video-section-inner-wrapper{
    display:block;
    padding:0px 0px 45px;
  }
  .video-left-section{
    text-align:center;
  }

  .event-content {
    width: 100% !important;
  }
  .image-border {
    top: calc(92% - 27px) !important;
  }
  .life-cycle-outer-wrapper{
    padding:30px 0px;
  }
  .image-block-section-outer-wrapper{
    padding: 20px 0px; 
  }
  .helpful-resource.right .content-header1 {
    text-align: center;
    width:100%;
  }
  .content-header1{
    width:100%;
  }
  .contact-form-outer-wrapper {
    padding-bottom: 40px !important;
  }
  .contact-form-outer-wrapper .contact-form form {
    padding: 40px 0px !important;
  }
  .image-section1{
    width:100%;
    margin: 0 auto;
    padding-top:20px;
  }
  .page-center{
    width:100% !important; 
  }
  .banner-inner-wrapper{
  }
  .video-left-section{
    padding-bottom:20px;
  }
  .repeat-inner-wrapper .text-outer-wrapper {
    flex: 0 100%;
    justify-content: center;
    align-items: center;
    padding:0px !important;
  }
  .podcast-image-outer .image-repeat {
    flex: 0 90% !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    margin: 0px auto;
  }
  .static-image {

    background-color: #ededed;
  }
  .image-section:hover .image-border{
    top: calc(7% - 27px) !important;  
  }
  .fpart2 {
    padding: 0px;
  }
  button.slick-prev.slick-arrow{
    left: -20%;
  }
  button.slick-next.slick-arrow{
    right: -27%;
  }
  .fpart2 p{
    padding:0px;
  }
  .footermenu1 {
    padding-bottom: 0px;
  }

  .footermenu1 ul{
    margin-bottom:0px !important;
  }
  .mobile-trigger{
    /* top:-60px !important;*/
  }
  .menu-logo img {
    /*max-width: 40% !important;*/
  }

  .content-link img {
    width: 16% !important;
    position: absolute;
    left: 10px;
    bottom: 8%;
  }
  .custom-menu-primary.js-enabled{
    padding-top:0px !important;
    margin:0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    top:0px !important;
  }
  .video-inner-wrapper .video-text {
    flex: 0 100% !important;
    text-align: center;
  }
  .video-inner-wrapper .video-heading {
    flex: 0 100%;
    text-align: center;
  }
  .video-inner-wrapper .video-link {
    flex: 0 71%;
    text-align: center;

  }
  .video-inner-wrapper .library-repeating-class {
    flex: 0 72%;
    margin: 0px auto;
  }

  .video-inner-wrapper2 .video-link {
    flex: 0 61%;
    text-align: center;
    /* padding-left: 40px; */
  }
  .menu-outer{
    position:absolute;
  }
  .fpart1 p{
    margin:0;
  }
  .footer-division1 span4.widget-span.widget-type-cell {
    padding: 10px 0px;
  }
  .footermenu1 {
    padding: 0px;
  }
  .footer-division1  .span12.widget-span.widget-type-custom_widget {
    min-height: 0;
  }
  .contact-header{
    padding-bottom:30px;
    width: 90%;
  }

  .post-name{
    min-height:auto;
  }
  .mobile-trigger:hover{
    background-color: #194645 !important;
  }
  .mobile-open .mobile-trigger{
    background-color: #194645 !important;
  }


  .video p iframe {
    width: 216px;
    height: 156px;
    margin: 0px auto !important;
  }
  .image-section-header{
    width:100%;
  }
  .life-cyle-header{
    max-width: 100%; 
  }
  .image-blocksection-inner-wrapper{
    width:100%;
  }
  .privacy p{
    padding: 10px 25px 10px 15px;
    text-align:center;
  }
  .copyright p{
    text-align:center;
  }
  .stages-outer {
    width: 100%;
    padding: 10px 0px;
    background-color:#fff;
  }
  .heading {
    width: 100%;
  }
  .banner2-inner-wrapper {
    width: calc(100% - 60px);
    padding: 50px 20px;
  }
  .introduction-content{
    width:100%;
  }
  .intro-outer-wrapper{
    padding:20px;
  }
  .money-decision-inner-wrapper{
    display:block;
  }
  .money-decision-image.same-height,.money-decision-header.same-height{
    height:auto !important;
  }
  .money-content h2{
    padding-bottom:0px;
  }
  .service-plane-block{
    width:80%;
  }
  .money-content{
    padding: 20px;
    width: 90%;
  }
  .quotes-outer-section{
    width:90%;
  }

  .smbanner2-inner-wrapper {
    /*     padding-top: 144px;
    position: absolute; */
    max-width: 73%;
    padding-left: 61px;
    padding-top: 50px;
  } 
  .timelineimage-outer-wrapper{
    min-height: 300px;
  }
  .timeline-section-wrap {
    width: calc(100% - 40px);
    padding: 20px;
    background-color:#fff;
  } 
  .timeline-inner-wrapper{
    display:block;
  }
  .timeline-header h2{
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .timeline-section-wrap {
    width: calc(100% - 40px);
    padding: 20px;
    background-color:#fff;
  }
  .actual-timeline::before{
    min-height: 110px;
  }
  .timeline-outer-wrapper{
    padding:0px;
  }
  .right-section-wrapper{
    width:87%;
    padding: 20px;
  }
  .our-team-wrap,.support-team-wrap{
    display:block;
  }
  .our-team-details-wrapper,.support-team-details-wrapper{
    text-align:center;
  }
  .advisor-team-header{
    padding-left:70px;
  }
  .support-team-outer-wrapper{
    padding:50px 0px 0px;
  }
  .carrer-description h3 {
    margin: 0px;
  }
  .carrer-description{
    width:88%;
    padding:40px 0px;
  }
  .career-wrap{
    display:block;
    width:100%;
    float:left;
  }
  .image-cta img{
    width:24% !important;
  }
  .career-left-wrapper {
    padding: 20px;
    text-align: left;
  }
  .careers-outer-wrapper{
    padding:40px 0px 25px;
  }
  .our-team-heading.middle-nav-fixed{
    width:100% !important;
    padding-left:90px !important;
  }

  .image-border {
    top: calc(81% - 27px) !important;
  }
  .author-inner-wrapper {
    max-width: 100%;
    width: 95%;
    display: inherit;
    flex-wrap: wrap;
  }
  .author-social-sharing {
    flex-wrap: wrap;
    display: flex;
    max-width: 34%;
    float: none;
    margin: 0px auto;
  }

}

@media (max-width: 400px) {
  .image-repeat-section {
    height: 64vw;
    background-size: contain;
  }
}

/************** iphone ***************/
@media (max-width: 375px) {
  .image-repeat-section {
    height: 75vw;
    background-size: contain;
  }
  .image-repeat-section:hover .content h3{
    margin: 0px;
  }
  .image-repeat-section:hover .resource-cta a {
    padding: 10px 30px;
  }
  .image-block-title {
    left: 14%;
  }
  .author-social-sharing {
    flex-wrap: wrap;
    display: flex;
    max-width: 45%;
    float: none;
    margin: 0px auto;
  }
  .outer-wrapper.topStickyCustomClass {
    position: fixed;
    top: 0px !important;
  }
  .image-section-outer-wrapper {
    padding: 0px 0px 10px;
  }
  .responsiblity-banner .banner-cta {
    padding-top: 10px !important;
  }
  .image-section:hover .image-border{
    top: calc(7% - 27px) !important;  
  }
  .video-inner-wrapper .video-text {
    text-align: center;
    flex: 0 100% !important;
  }

  .video p iframe {
    width: 216px;
    height: 156px;
    margin: 0px auto !important;
  }

  .lecture-image {
    flex: 0 90%;
    background-size: contain;
    background-position: center;
    height: auto;
    min-height: 260px;
    display: flex;
    background-repeat: no-repeat;
    float: none;
    margin: 0px auto;
  }
  .smbanner2-inner-wrapper {
    padding-top: 0px;
    /*     position: absolute; */
    max-width: 99%;
    padding-left: 21px;
  }

  .image-outer-wrapper {
    background-color: #ededed;
    padding: 0px 0px 50px;
  }
  .blog-outer-background .post-text {
    position: absolute;
    top: 30%;
    text-align: center;
    margin-left: 15px !important;
  }

}

@media(min-width:768px){
  .header-wrapper li.hs-menu-item.hs-menu-depth-2 { margin-right: 0; }
  .header-wrapper li.hs-menu-item.hs-menu-depth-2:hover { background: #205351; }
  .header-wrapper .hs-menu-wrapper li.hs-menu-item.hs-menu-depth-2 > .hs-menu-children-wrapper {left: 100%!important; top: 0; margin-top: 0 !important; background: #205351!important; }
  .header-wrapper li.hs-menu-item.hs-menu-depth-3 { margin-right: 0; }
  .header-wrapper li.hs-menu-item.hs-menu-depth-3:hover { background: #0f2827; }
}

/* New CSS 2022*/
.media-types { margin: 50px 0; padding: 0 10px; }
.media-types .dis-flex { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; list-style: none; margin: 0; padding: 0; }
.media-types a { padding: 10px; text-decoration: none; border: 1px solid #1f1a24; margin: 8px; min-width: 75px; display: inline-block; text-align: center;color:#1f1a24!important; transition:color .3s ease,background .3s ease,border .3s ease;}
.media-types a.active,.media-types a:hover{background: #1a4544; color: #ffffff !important;border-color:#1a4544;}
.topic-date-wrapeer { margin-bottom: 10px; }
.topic-date-wrapeer .dis-flex { display: flex; justify-content: space-between; }
.topic-date-wrapeer .date { padding-right: 10px; }
.topic-date-wrapeer .topic a { text-decoration: none; color: inherit; text-transform: uppercase; transition:color .3s ease; }
.topic-date-wrapeer .topic a:hover{color:#1a4544;}
.news-listing-wrapper .author a{ margin: 15px 0 0; font-weight: 700; color: #1a4544;text-decoration: none; display: inline-block; }
.media-outlet { text-transform: uppercase; font-weight: 700; margin: 20px 0 17px; color: #1a4544; display: block; text-decoration: none; }

/* All Blog Author css */
.author-profile { box-sizing: border-box; margin-bottom: 40px; }
.author-profile *{ box-sizing: border-box; }
.author-profile .dis-flex { display: flex; flex-wrap: wrap; align-items: center; }
.author-profile .author-img { width: 225px; }
.author-profile .author-img img{ width: 100%; }
.author-profile .author-bio-detail { width: calc(100% - 225px); padding-left: 20px; }
.author-profile  h2 { padding: 0; margin: 0 0 20px; }
.author-profile .author-social { margin-top: 20px; }
.author-profile .author-social-links a { margin: 5px 10px 5px 0; }
.author-listing-header { text-align: center; font-size: 24px; margin: 0 0 30px; }
.author-profile .author-more-link { margin-top: 15px; }
.author-profile .author-more-link a{ margin: 0; }

/* SDT - Video Listing */
.video-list-section { padding-top: 30px; }
.video-list-section .post-header h2 {margin-bottom: 13px; }
.video-list-section .topics { text-decoration: none; margin-bottom: 10px; color: #1a4544; text-transform: uppercase; font-size: 13px; }

@media(min-width:768px) and (max-width:1279px){
  .header-wrapper .menu-logo { padding: 20px 10px 20px 20px;width: 250px !important; min-width: auto !important; }
  .header-wrapper .inner-wrapper > div > div { display: flex; align-items: center; }
  .header-wrapper .menu-outer{ width: calc(100% - 250px) !important; }
  .header-wrapper .page-center{ width:100%!important; }
  .outer-wrapper.header-wrapper { top: 0 !important; }
}

@media(max-width:1080px){
  .page-center-blog { padding: 0 20px;box-sizing: border-box;}
  .video-list-section .topics { padding: 0 10px;}
}

@media(max-width:767px){
  .video-list-section { overflow: hidden; padding: 30px 20px 0; }
}

@media(max-width:640px){
  .author-profile .author-bio-detail { width: 100%; padding: 30px 0 0;  }
}

@media(max-width:375px){
  .video-post-banner.blog-outer-background .post-text{ margin-left:0!important; }
}



/*******New Link Color Update***********/

.banner-inside p a{
  /*   color: #1c4544 ; */
  color:#369d83;
  text-decoration:none !important;
  transition: all 0.2s ease-in-out;
}
.introduction-content a,.fee-trans-section .detail-content a:not(.cta_button){
  color:#369d83 !important;
  transition: all 0.2s ease-in-out;
}
.read-more-link a,
.team-section-inner a,
.landing-text ul li a,
.landing-text a,
.legal-consent-container a,
#author-name a,
.author-description p a,
.video-link1 a,
.video-link a{
  color:#369d83;
  transition: all 0.2s ease-in-out;
}
.banner-inside p a:hover,
.read-more-link a:hover,
.introduction-content a:hover,
.fee-trans-section .detail-content a:not(.cta_button):hover,
.team-section-inner a:hover,
.landing-text ul a:hover,
.landing-text a:hover,
.legal-consent-container a:hover,
#author-name a:hover,
.author-description p a:hover,
.video-link1 a:hover,
.video-link a:hover{
  color: #0f2827 !important;
  transition: all 0.2s ease-in-out;
}


.footer-outer .dis-flex>.row-fluid-wrapper>.row-fluid{
  display:flex;
  flex-wrap:wrap;
}

form .hs_upload_file.hs-upload_file.hs-fieldtype-file.field.hs-form-field .hs-input {
  /*   border: 0;
  border-radius:0;
  padding: 0;
  color: #000;
  height:auto; */
  text-overflow: inherit;
}

@media(max-width:767px){
  .footer-outer .fpart2 {
    padding-bottom: 10px;
  } 
  .footer-outer .footer-form-outer p a{
    font-size:14px; 
  }
  .footer-outer .privacy {
    padding-left:0; 
  }
  .footer-outer .privacy p {
    margin-bottom: 0;
  }
  body .contact-outer-wrapper .contact-inner-wrapper .form-wrapper {
    margin-left:0 !important;
  }
}



.ias-trigger,
.ias-spinner{
  display: block;
  width: 100%;
}

/* System Pages */
.password-hero-section input[type="password"] {
  height: auto !important;
  margin-top: 0 !important;
}

.password-hero-section .container{
  max-width:700px;
}

.password-hero-section .custom_error_message { 
  margin-top: 25px;
}

.password-hero-section .hs-button {
  margin-top: 25px;
}