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

/* fonts and icons import */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

/* Bootstrat import stylesheet */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"); 

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

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

 
 


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

body {
  position: relative;
}

.body-container.container-fluid {
  padding: 0;
}

.main-navbar {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  z-index: 9999;
}

.navbar-logo img {
  width: auto;
  min-width: 112px;
}

.global-navbar {
  padding-top: 30px;
}

/* Tipography */
h1 {
	font-family: 'Rubik', sans-serif;
  font-size: 54px;	
  font-weight: 500;	
  line-height: 64px;
}

h2 {
  font-family: 'Rubik', sans-serif;
  color: #70a83b;
  font-size: 48px;	
  font-weight: 500;	
  line-height: 1.25;	
}

p {
  font-family: "Open Sans";	
  font-size: 16px;	
  line-height: 26px;
}

/* home banner */
.homepage-banner,
.page-banner {
  padding-top: 238px;
  padding-bottom: 170px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text h1,
.page-banner-text h1 {
  color: #FFFFFF;
  margin-bottom: 24px;
  max-width: 750px;
}

.banner-text h3,
.page-banner-text h3 {
  color: #CACACA;	
  font-family: "Open Sans";	
  font-size: 24px;	
  line-height: 36px;
  max-width: 645px;
  font-weight: normal;
  margin-bottom: 52px;
}

.page-banner-text h3 {
  max-width: 500px;
  margin-bottom: 0;
}

.banner-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.banner-links ul li {
  display: inline-block;
}

.banner-links ul li:first-child {
  margin-right: 24px;
}

.c-btn {
  display:inline-block;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 41px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;	
  font-weight: 500;	
  text-decoration: none;
  border: 1px solid transparent;
}

.c-btn:hover {
  text-decoration: none;
}

.color-btn {
  color: #FFFFFF;
  background-color: #3040E0;
  border: 1px solid #3040E0;
}

.dark-btn {
  color: #FFFFFF;
  background-color: #1B1627;
  border: 1px solid #1B1627;
}

.color-btn:hover,
.dark-btn:hover,
.color-btn:active,
.dark-btn:active,
.color-btn:focus,
.dark-btn:focus {
  color: #FFFFFF;
}

.color-btn:hover, 
.color-btn:focus, 
.color-btn:active,
.dark-btn:hover,
.dark-btn:focus,
.dark-btn:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.clean-btn {
  color: #FFFFFF;
  border: 1px solid #979797;
  transition: all .2s ease;
}

.clean-btn:hover {
  transition: all .2s ease;
  color: #FFFFFF;
  background-color: #3040e0;
  border: 1px solid #3040e0;
}

/* Home intro */

.home-intro .background-section img,
.wide-sec-img-right .background-section img {
  display: none;
}

.home-intro-left-content {
  padding-top: 100px;
  padding-bottom: 110px;
  padding-right: 40px;
}

.home-intro-left-content h2 {
  font-family: 'Rubik', sans-serif;
  color: #fff;
  font-size: 48px;	
  font-weight: 500;	
  line-height: 60px;
  margin-bottom: 24px;
  max-width: 538px;
}

.home-intro-left-content p {
  color: #F0F1F4;
  margin-bottom: 20px;
}

.home-intro-left-content p:last-child {
  margin-bottom: 0;
}

/* Welcome */

.welcome-section {
  padding-top: 100px;
  padding-bottom: 90px;
}

.welcome-section-title {
  padding-bottom: 32px;
}

.welcome-section-title h4 {
  text-transform: uppercase;
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  font-weight: bold;	
  letter-spacing: 1.5px;	
  line-height: 26px;
  margin-bottom: 0;
}

.welcome-section-title h2 {
  margin-bottom: 24px;
}

.welcome-section-title p {
  margin: 0 auto;
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  line-height: 26px;	
  text-align: center;
  max-width: 511px;
}

.callout-step {
  border-radius: 4px;	
	border: 1px solid #979797;	
  border-radius: 4px;
  padding: 33px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  transition: all .2s ease;
}

.callout-step .span {
  font-family: 'Rubik', sans-serif;
  height: 40px;	
  width: 40px;	
  background-color: #D8D8D8;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  color: #1B1627;	
  font-size: 21px;	
  font-weight: 500;	
  text-align: center;
  margin-bottom: 24px;
}

.callout-step h4,
.home-callout-step h4 {
  color: #3040E0;	
  font-family: "Open Sans";	
  font-size: 24px;	
  font-weight: bold;	
  line-height: 36px;
  margin-bottom: 7px;
}

.callout-step p {
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  line-height: 26px;
  margin-bottom: 0;
  max-width: 269px;
}

.callout-step:hover {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  background-color: #F9F9F9;
  border: 1px solid transparent;	
  transition: all .2s ease;
}

.callout-step:hover .span {
  background-color: #3040E0;
  color: #fff;
}

/* Wide section */

.wide-section-left-img img {
  display: none;
}

.wide-right-content {
  padding-left: 73px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-sec-right-content {
  padding-left: 0;
  max-width: 611px;
}

.wide-right-content h4 {
  text-transform: uppercase;
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  font-weight: bold;	
  letter-spacing: 1.5px;	
  line-height: 26px;
  margin-bottom: 0;
}

.wide-right-content h2 {
  margin-bottom: 24px;
}

.wide-right-content p {
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  line-height: 26px;
}

.wide-right-content p {
  margin-bottom: 25px;
}

.wide-right-content p:last-of-type {
  margin-bottom: 0;
}

.wide-right-content a {
  margin-top: 48px;
}

/* Partners */

.partners-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.partners-title-ses h4 {
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  font-weight: bold;	
  letter-spacing: 1.5px;	
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.partners-title-ses h2 {
  margin-bottom: 0;
}

.partners-title-ses {
  padding-bottom: 65px;
}

.partners-section .col-lg-2 {
  margin-bottom: 50px;
}
/* Testimonials */

.testimonials-section {
  background-color: #E8E8E8;
  padding-top: 100px;
  padding-bottom: 50px;
}

.home-testimonials .testimonials-section  {
  background-color: #F0F1F4!important;
}

.testimonials-section .row {
  position: relative;
}

.testimonials-section .row .col-lg-12 {
  position: unset;
}

.testimonials-title-ses h4 {
  color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  font-weight: bold;	
  letter-spacing: 1.5px;	
  line-height: 26px;
  margin-bottom: 0;
}

.testimonials-title-ses h2 {
  color: #3040E0;
  margin-bottom: 24px;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px!important;
    padding: 0!important;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    background: transparent!important;
}

.bx-wrapper .bx-controls-auto, 
.bx-wrapper .bx-pager {
  bottom: -60px!important;
}

.testimonial-message p {
  margin-bottom: 24px;
}

.bottom-testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-user-img {
    display: inline-block;
    max-width: 50px;
    border-radius: 50%;
    margin-bottom: 0;
    margin-right: 13px;
}

.testimonial-user-img img {
    border-radius: 50%;
    width: 50px;
}

.testimonial-user-name {
    color: #1B1627;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .31px;
    line-height: 25px;
    font-family: "Open Sans";
  text-align: left;
}

.testimonial-user-name strong {
    font-weight: 600;
}

.testimonial-user-info {
    color: #1B1627;
    font-size: 16px;
    letter-spacing: .31px;
    line-height: 25px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #C0C0C0!important;
    margin: 0 7.5px!important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #3040E0!important;
}

.tc-arrow-left, .tc-arrow-right {
    position: absolute;
    top: 0;
    margin-top: 5px;
    color: #c1c3bd;
    font-size: 22px;
}

.tc-arrow-right {
    right: 0;
}

.tc-arrow-left a, 
.tc-arrow-right a {
    color: #b2b2b2;
    font-size: 40px;
}

.tc-arrow-left {
  left: 0;
}

/* Subscribe section */
#subscribe-section {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #3040E0;
}

.subscribe-title h2 {
  color: #fff;
  margin-bottom: 24px;
}

.subscribe-title p {
  color: #F0F1F4;	
  font-family: "Open Sans";	
  font-size: 16px;	
  line-height: 26px;	
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 726px;
}

.subscribe-form label:not(.hs-error-msg) {
  display: none;
}

label.hs-error-msg {
  color: #fff;
  margin-top: 8px;
  font-family: "Open Sans";
  font-size: 14px;
}

.subscribe-form {
  max-width: 625px;
  margin: 0 auto;
  float: none!important;
  margin-left: auto!important;
}

.subscribe-form input[type="email"] {
  height: 44px;
  border-radius: 4px 0 0 4px;	
  background-color: #FFFFFF;
  border: none;
	color: #464646;	font-family: Rubik;	font-size: 14px;	line-height: 17px;
  padding-left: 19px;
}

.subscribe-form .submitted-message {
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.subscribe-form input[type="submit"] {
  border-radius: 0 4px 4px 0;	
  background-color: #1B1627;
  height: 44px;
	color: #FFFFFF;	
  font-family: 'Rubik', sans-serif;
  font-size: 14px;	
  font-weight: 500;	
  line-height: 17px;	
  text-align: center;
  border: none;
  min-width: 176px;
  transition: all .2s ease;
}

/* .subscribe-form input[type="submit"]:hover,
.subscribe-form input[type="submit"]:focus {
  background-color: #fff;
  color: #3040e0;
  transition: all .2s ease;
} */

.subscribe-form .hs_email.hs-email {
  flex: 1;
}

.subscribe-form form {
  display: flex;
  flex-wrap: wrap;
}

.hs_error_rollup {
  display: none;
}

.subscribe-form .form-columns-2,
.subscribe-form .form-columns-1 {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}


.subscribe-form .form-columns-2 label,
.subscribe-form .form-columns-1 label {
  color: #fff;
  font-family: "Open Sans";
      display: inherit;
 font-size: 16px;
}

.subscribe-form .form-columns-2 input,
.subscribe-form .form-columns-1 input {
  height: 44px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: none;
    color: #464646;
    font-family: Rubik;
    font-size: 14px;
    line-height: 17px;
    padding-left: 19px;
}

.subscribe-form .form-columns-1 input[type=checkbox], 
.subscribe-form .form-columns-1 input[type=radio],
.subscribe-form .form-columns-2 input[type=checkbox], 
.subscribe-form .form-columns-2 input[type=radio] {
  height: 27px;
}

/* Team section */
#team-members-section {
  padding-top: 160px;
  padding-bottom: 60px;
}

.team-member-col {
  padding-bottom: 40px;
}

.team-member-name {
	color: #3040E0;	
  font-family: "Open Sans";	
  font-size: 24px;	
  font-weight: bold;	
  line-height: 36px;
  padding-top: 16px;
  margin-bottom: 0;
}

.team-mb-role {
 margin-bottom: 0;
 color: #1B1627;	
 font-family: "Open Sans";	
 font-size: 16px;	
 line-height: 26px;
}

#join-team-ct-sec {
  background-color: #3040E0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.join-team-text h2 {
  color: #fff;
  margin-bottom: 24px;
}

.join-team-text p {
  margin: 0 auto;
	color: #F0F1F4;	
  font-size: 16px;	
  line-height: 26px;	
  text-align: center;
  max-width: 726px;
}

.join-team-text p a {
  display: inline-block;
  margin-top: 40px;
}

/* Contact */

#contact-sec {
  background-color: #F3F3F3;
  padding: 80px 0;
}

.contact-row > .row-fluid-wrapper > .row-fluid {
  display: flex;
}

#offices-sec {
  padding: 80px 0;
}

.contact-info {
  max-width: 560px;
}

.contact-info h2 {
  margin-bottom: 24px;
}

.contact-info .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

body .contact-form form.hs-form fieldset .hs-form-field {
    padding: 0;
}

.contact-form label {
  color: #1B1627;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}

.contact-form input {
  font-family: "Open Sans"!important;
    font-size: 16px!important;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: #fff;
    height: 48px;
    padding: 0 10px;
}

.contact-form input:hover,
.contact-form input:focus,
.contact-form input:active,
.contact-form textarea:focus,
.contact-form textarea:hover,
.contact-form textarea:active {
  outline: none;
}

.contact-form textarea {
  font-family: "Open Sans"!important;
  padding: 15px 15px;
  font-size: 16px!important;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  background-color: #fff;
  min-height: 120px;
}

.contact-form fieldset.form-columns-2 {
  margin-bottom: 16px!important;
}

.contact-form fieldset.form-columns-1 {
  margin-bottom: 0;
}

.contact-form .hs-form-booleancheckbox label {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
}

.contact-form ul.inputs-list {
  margin-bottom: 0!important;
}

.contact-form input[type=checkbox] {
  height: inherit;
}

.contact-form .hs-form-booleancheckbox label span {
  margin-left: 8px;
}

.contact-form input[type="submit"] {
  height: 44px;
  color: #fff;
  font-family: 'Rubik'!important;
  font-size: 14px!important;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  border-radius: 4px;
  background-color: #1b1627;
  border: none;
  width: 103px!important;
  margin-top: 14px;
}

.office-sec-title h2 {
 margin-bottom: 30px;
}

.office-det-content {
  padding-top: 14px;
}

.office-title {
	color: #3040E0;	
  font-family: "Open Sans";	
  font-size: 24px;	
  font-weight: bold;	
  line-height: 36px;
  margin-bottom: 16px;
}

.office-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.office-details-list li {
  width: 50%;
	color: #1B1627;	
  font-family: "Open Sans";	
  font-size: 16px;	
  line-height: 26px;
  width: 50%;
}

/* Footer */
.global-footer-page {
  background-color: #120F1C;
  padding-top: 70px;
  padding-bottom: 50px;
  color: #CACACA;
}

.global-footer-page p,
.global-footer-page a {
  color: #CACACA;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-text p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 305px;
  margin-bottom: 22px;
}

.footer-container {
  padding: 0!important;
}

.footer-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-socials ul li {
  margin-right: 6px;
}

.footer-socials ul li a {
  display: block;
}

.footer-socials ul li a img {
  max-width: 32px;
}

.footer-title-menu {
  color: #3040E0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
}
.footer-menu-list a {
  padding: 0!important;
  line-height: 22px;
  color: #CACACA;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  transition: all .25s ease;
}

.footer-menu-list a:hover {
  opacity: .8;
  transition: all .25s ease;
}

.footer-menu-list ul {
   margin-bottom: 0!important;
   margin-top: 10px!important;
}

.footer-menu-list ul li {
  margin-bottom: 8px!important;
}

.footer-menu-list ul li:last-child {
  margin-bottom: 0!important;
}

.hubkit-subfooter {
  color: #D1D1D1;
  font-size: 14px;
  line-height: 22px;
  padding-top: 45px;
}

.footer-col {
  margin-left: 0!important;
}

.hubkit-big-col {
  width: calc(33.333% - 15px)!important;
  margin-right: 15px!important;
}

.small-footer-col {
  width: calc(16.6667% - 27px)!important;
  margin-right: 15px;
  margin-left: 15px!important;
}

.last-footer-col {
  margin-right: 0!important;
}

/* ----------------------------------------- */
.contact-form .submitted-message {
  color: #3040e0;
  text-align: center;
  font-size: 22px;
}

/* Landing page */

.landing-page-form {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
  max-width: 380px;
  float: right!important;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 34px;
}

.landing-page-form label {
  color: #585858;
  font-family: "Open Sans"!important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 0;
}

.landing-page-form input,
.landing-page-form select {
  border: 1px solid #CACACA;
  border-radius: 4px;
  background-color: #FFFFFF;
  height: 44px;
  padding: 0 12px;
  color: #585858;
  font-family: "Open Sans"!important;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 35px;
}
.landing-page-form input {
}

.landing-page-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #585858;
  font-family: "Open Sans"!important;
  font-size: 14px;
}

.landing-page-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #585858;
  font-family: "Open Sans"!important;
  font-size: 14px;
}

.landing-page-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #585858;
  font-family: "Open Sans"!important;
  font-size: 14px;
}

.landing-page-form .hs-form-field {
  margin-bottom: 11px;
}

.landing-page-form .hs-button {
  border-radius: 4px;
  background-color: #3040e0;
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Rubik',sans-serif!important;
  font-size: 14px!important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  margin-top: 30px;
}
.landing-page-form {
  margin-top: -460px;
  position: relative;
}

#landing-intro-content {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #F0F1F4;
  margin-top: -115px;
}

#landing-intro-content h2 {
  margin-bottom: 32px;
  width: 50%;
}

.landing-callouts-section {
  padding-top: 90px;
  padding-bottom: 100px;
}

.landing-callouts-section-title h2 {
  margin-bottom: 40px;
}

.landing-callout-step {
  border-radius: 4px;
  background-color: #F0F1F4;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  padding: 32px 30px;
  transition: all .25s ease;
}

.landing-callout-step:hover {
  background-color: #fff;
  transition: all .25s ease;
}

.landing-callout-step .span.callout-step-icon {
  margin-bottom: 24px;
}

.landing-callout-step h4 {
  color: #3040E0;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 7px;
}

.landing-callout-step p {
  color: #1B1627;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.landing-page-wide-section h2 {
  color: #fff;
  line-height: 1.2;
}

.landing-page-wide-section p {
  color: #fff;
}

.landing-page-wide-section p {
  max-width: 550px;
}

.footer-copy a {
  color: #cacaca;
}

.footer-copy a:hover {
  color: #3040e0;;
}

/* Home V2 */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* html {
  overflow: hidden auto!important;
} */
.mfp-bg {
  z-index: 99999;
}
.mfp-wrap {
  z-index: 999999;
}

body.magnificpopupnoscroll{
   overflow-y: hidden !important;
}

html {
  overflow-x: scroll;
}

.mfp-wrap {
   position: fixed!important;
   top: 0!important;
}

#home-2-banner {
  padding-top:153px;
  padding-bottom: 100px;
}

#home-2-banner .row-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.home-banner-2-text h1 {
  color: #FFFFFF;
  letter-spacing: 0;
}

.home-banner-2-text h2 {
  color: #FFFFFF;
  color: #CACACA;
  font-family: "Open Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  max-width: 475px;
}

.homepage-form form {
  border-radius: 4px;
  background-color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
  padding-top: 26px;
  max-width: 380px;
  width: 380px;
  float: right;
}

.homepage-form form label {
  color: #585858;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 0;
}

.homepage-form form input {
  border: 1px solid #CACACA;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  color: #585858;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 35px;
  padding-left: 12px;
}

.homepage-form .field.hs-form-field {
  margin-bottom: 11px;
}

.homepage-form .hs-form-booleancheckbox label {
  display: flex;
  align-items: center;
}

body .homepage-form form.hs-form .hs-form-field ul.inputs-list {
  margin-bottom: 14px;
}

.homepage-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 8px!important;
    line-height: inherit;
}

.homepage-form .legal-consent-container .hs-form-booleancheckbox-display p {
    display: block;
    margin-left: 8px;
    color: #585858;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 0;
    line-height: inherit;
}

.homepage-form .legal-consent-container .hs-form-booleancheckbox-display p a {
  color: #3040E0;
}

.homepage-form .legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    margin-top: 2px;
    line-height: inherit;
    height: inherit;
    line-height: inherit;
}

.homepage-form .legal-consent-container .field.hs-form-field {
    margin-bottom: 0;
}

.homepage-form .hs-button.primary {
  height: 42px;
  width: 100%;
  border-radius: 4px;
  background-color: #3040E0;
  color: #FFFFFF;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  border: 1px solid #3040E0;
}

.homepage-form .hs-button.primary:hover,
.homepage-form .hs-button.primary:focus,
.homepage-form .hs-button.primary:active {
  color: #3040E0;
  background-color: #fff;
}

.video-cover {
    position: relative;
    background: rgb(0, 0, 0);
    overflow: hidden;
}

.video-cover img {
  width: 100%;
}

.video-cover .video-play-icon {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    z-index: 2;
    margin-top: -36px;
    margin-left: -36px;
    margin-bottom: 0 !important;
    margin: 0 auto;
    cursor: pointer;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 2rem;
    transition: transform .2s ease;  
      display: flex;
    align-items: stretch;
    justify-content: center;
}

.video-play-icon a {
   display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.video-play-icon i {
    color: #343a40;
    font-size: 25px;
    margin-left: 5px;
}

.video-play-icon:hover {
    transform: scale(0.9);
}

.video-play-icon:hover a,
.video-play-icon a:hover{
  text-decoration: none;
}
  
.home-intro-v2 {
  padding: 70px 0;
}
.home-intro-v2-content {
  padding-left: 70px;
}

.home-intro-v2-content h4,
.home-2-section-title h4{
  text-transform: uppercase;
  color: #1b1627;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  margin-bottom: 0;
}

.home-intro-v2-content h2 {
  margin-bottom: 24px;
  max-width: 400px;
}

.home-intro-v2-content p {
  margin-bottom: 0;
  max-width: 425px;
}

.home-2-callouts-section {
  background: #F0F1F4;
  padding-top: 100px;
  padding-bottom: 80px;
}

.home-callout-step {
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 32px 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .25s ease;
  width: 100%;
}

.wide-with-list-features {
  background-color: #ffffff;
}

.home-2-section-title {
  padding-bottom: 32px;
}

.home-2-section-title h2 {
  margin-bottom: 24px;
}

.home-2-section-title p {
  margin-bottom: 0;
  max-width: 510px;
  margin: 0 auto;
}

.home-callout-step .span {
  font-family: 'Rubik',sans-serif;
  background-color: #D8D8D8;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1627;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 24px;
}

.home-callout-step p {
  margin-bottom: 0;
  color: #1B1627;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.home-callout-step:hover {
   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  transition: all .25s ease;
}

.features-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.features-list li {
  display: flex;
  margin-bottom: 16px;
  max-width: 450px;
}

.features-list li:last-child {
  margin-bottom: 0;
}

.features-list li img {
  display: block;
}

.features-list .featured-icon {
  flex: 0 0 auto;
  margin-right: 23px;
  max-width: 43px;
}

.featured-text h4 {
  color: #3040E0;
}

.callout-step-w-icon {
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

.callout-step-w-icon .span {
  font-family: 'Rubik',sans-serif;
  background-color: transparent;
  height: inherit;
  width: inherit;
}

.join-team-sec h2 {
  color: #fff;
  margin-bottom: 21px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.blog-page .row-fluid [class*="span"]:first-child {
  margin-left: auto;
}

.blog-listing-header {
  padding: 120px 0;
  background-image: url(https://info.stoica.co/hubfs/Banner%20homepage.jpg);
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: center center;
}

.blog-listing-header h1 {
  color: #FFFFFF;
  margin-bottom: 24px;
}
.blog-listing-header p {
  margin-bottom: 0;
  color: #CACACA;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.featured-posts-title {
  margin-bottom: 32px;
}

.featured-posts-section {
  background-color: #F0F1F4;
  padding-top: 70px;
  padding-bottom: 80px;
}
.blog-listing-post {
  border-radius: 4px;
}
.blog-listing-post-img {
  border-radius: 4px 4px 0 0;
  height: 240px;
  background-size: cover!important;
  display: block;
}

.blog-listing-post.featured {
  background-color: #FFFFFF;
}

.blog-listing-container {
  padding: 24px;
  padding-top: 16px;
}

.post-meta {
  color: #1B1627;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 8px;
}

.blog-listing-container h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 16px;
}

.blog-listing-container h4 a {
  color: #3040E0;
}

.blog-listing-container h4 a:hover {
  text-decoration: none;
}

.blog-listing-container p {
  color: #1B1627;
  margin-bottom: 16px;
}

a.more-link {
  text-transform: uppercase;
  color: #1B1627;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-prev {
    font-size: 45px;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    color: #b2b2b2!important;
    margin-left: 0;
    margin-left: -60px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.owl-carousel .owl-next {
    font-size: 45px;
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    color: #b2b2b2!important;
    margin-right: -60px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.single-post-image {
    margin-top: 90px;
    height: 440px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.related-posts {
  background: #F0F1F4;
  padding-top: 70px;
  padding-bottom: 70px;
}

.related-posts .blog-listing-post {
  margin-bottom: 30px;
}

.single-blog-section {
  padding-bottom: 70px;
}

.section.post-header {
  padding-top: 30px;
}

.section.post-header h2 {
  color: #3040E0;
  margin-bottom: 12px;
}

#hubspot-author_data {
 color: #1B1627;
 font-family: "Open Sans";
 font-size: 16px;
 letter-spacing: 0;
 line-height: 26px;
  margin-bottom: 32px;
}

.related-posts h2 {
  margin-bottom: 32px;
}

.all-post-row {
  padding-left: 15px;
  padding-right: 15px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  column-gap: 30px;
}

  .all-post-row.two-cols {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

.all-post-row  .blog-listing-post {
    background-color: #fff;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    box-sizing: border-box;
}

.bottom-pad {
  margin-bottom: 30px;
  background-color: #f0f1f4;
  border-radius: 4px;
}

.page-center.pagination {
  padding: 0;
  padding-left: 0!important;
  padding-right: 0!important;
}

.page-center.pagination a {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 40px!important;
  background-color: #F4F4F4;
  opacity: 0.8;
  color: #4D4D4D;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  margin-right: 16px;
}

.blog-pagination-center {
  display: flex;
}

.blog-pagination {
  display: flex;
}

.page-center.pagination a.active,
.page-center.pagination a:hover{
  background-color: #3040E0;
  color: #F4F4F4;
}

.page-center.pagination {
  padding-top: 40px;
  padding-bottom: 80px;
}

.page-center.pagination a:hover {
  text-decoration: none;
}

.all-posts {
  padding-top: 70px;
}

.all-posts .title h2 {
  margin-bottom: 32px;
}

.our-partners-1-container {
  padding-bottom: 80px;
}

/* Our team */

.our-team-banner h3 {
  max-width: 700px!important;
}

.team-members-container #team-members-section{
  padding-top: 80px;
}

.faq-page-banner h3 {
  max-width: 790px;
}

#faq-page-container {
  padding: 80px 15px;
  margin: 0 auto!important;
  margin-left: auto;
  float: none;
}

.faq-page-left-column h1 {
  color: #3040E0;
  margin-bottom: 20px;
}

.faq-left-info p {
   color: #1B1627;
  margin-bottom: 12px;
}

.faq-contact-btn {
  margin-top: 32px;
}

.faq-contact-btn a {
  display: inline-block;
  height: 44px;
  border-radius: 4px;
  background-color: #3040E0;
  color: #FFFFFF;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
  padding: 0 25px;
}

.faq-contact-btn a:hover {
  text-decoration: none;
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

.faq-toggle {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 3px rgba(211,211,211,0.29);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.faq-toggle-content p:last-child {
  margin-bottom: 0;
}

.faq-toggle-content p:first-child {
  margin-top: 10px;
}

.faq-title {
  margin-bottom: 0;
  color: #1B1627;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.faq-title span {
  display: block;
  max-width: 396px;
}

.faq-title:after {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  color: #868686;
  font-size: 12px;
}

.faq-toggle-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
}

.faq-title.active:after {
  content: "\f068";
}

/* Testimonials */
#testimonials-page-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-section-title-module p {
  margin-bottom: 0;
}

.page-section-title-module h2 {
  margin-bottom: 12px;
}

.page-section-title-module h4 {
    text-transform: uppercase;
    color: #1b1627;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.page-section-title-module p {
  max-width: 810px;
  margin: 0 auto;
}

.page-section-title-module {
  padding-bottom: 60px;
}

.testimonials-row {
    padding-left: 15px;
    padding-right: 15px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 30px;
}

.testimonials-row .testimonial-card {
    background-color: #fff;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    box-sizing: border-box;
}

.testimonial-container-pad {
  text-align: center;
  margin-bottom: 30px;
  background-color: #f0f1f4;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.testimonial-quote {
  color: #3040E0;
  font-size: 21px;
  margin-bottom: 20px;
  display: inline-block;
}

.testimonial-container-pad p {
  color: #1B1627;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.testimonial-card-icon img {
  width: 54px;
  border-radius: 50%;
}

.testimonial-card-icon {
  margin-bottom: 12px;
}

.testimonial-bottom strong {
  display: block;
}

.testimonial-bottom {
  font-size: 14px;
  color: #1B1627;
  line-height: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

/* Thank you */

.fullheigh-section {
  padding-top: 300px;
  padding-bottom: 240px;
}

.page-message-container {
  max-width: 806px;
  margin: 0 auto;
}

.page-message-container p {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.page-message-container h1 {
  margin-bottom: 24px;
}

.fullheight-section-bg p {
  color: #D6D6D6;
}

.fullheight-section-bg h1 {
  color: #fff;
}

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

.fullheight-section-no-bg h1 {
  color: #3040E0;
}

.fullheight-section-no-bg p {
   color: #313131;
}

/* Price page */
.section-price-title {
  color: #3040E0;
  margin-bottom: 40px;
}

.price-box {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.box-head {
  text-align: center;
  margin-bottom: 20px;
}

.box-head small {
  display: block;
  color: #464646;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.box-head span {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: center;
  color: #FFFFFF;
  height: 21px;
  line-height: 21px;
  background-color: #3040E0;
  min-width: 84px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 2px;
  
}

.price-list-services ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.price-box-container {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 3px rgba(211,211,211,0.29);
  display: flex;
  flex-direction: column;
}

.grey-bg {
  background-color: #F0F1F4;
}

.price-sevice-price {
  margin-bottom: 25px;
  text-align: center;
}

.price-sevice-price {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  color: #394FE8;
}

.set-price {
 color: #394FE8;
 font-family: Rubik;
 font-size: 48px;
 font-weight: 500;
 letter-spacing: 0;
 line-height: 57px;
}

.price-list-services ul {
  text-align: center; 
}

.price-list-services ul li {
  padding: 8px 0;
  color: #464646;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  border-bottom: 1px solid #D0D0D0;
}

.price-list-services ul li:last-child {
  border-bottom: 0;
  padding-bottom: 15px;
}

.price-button {
  margin-top: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -40px;
  display: none;
}

.price-button a {
  color: #FFFFFF;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  display: block;
  border-radius: 0 0 4px 4px;
  background-color: #1B1627;
  padding: 14px 0;
}

.price-button a:hover {
  text-decoration: none;
}

.price-box-container {
  position: relative;
  width: 100%;
}

.price-box-container:hover .price-button {
  display: block;
}

.prices-section {
  padding-top: 70px;
  padding-bottom: 154px;
}

.price-box-container:hover {
  background-color: #3040E0;
}

.price-box-container:hover .box-head span {
  background-color: #000;
}

.price-box-container:hover .box-head small,
.price-box-container:hover .price-sevice-price,
.price-box-container:hover .set-price,
.price-box-container:hover .price-list-services ul li  {
   color: #FFFFFF;
}

/* Terms page */

#terms-page-container {
  padding-top: 80px;
  padding-bottom: 60px;
}

.terms-anchors h4 {
  color: #3040E0;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

.terms-anchors ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
}

.terms-anchors ul li a {
  color: #2B2B2B;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 42px;
  text-decoration: underline;
}

.terms-sidebars-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.terms-sidebars-links ul li a {
  color: #3040E0;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

.terms-sidebars-links ul li {
  margin-bottom: 32px;
}

.terms-sidebars-links ul li:last-child {
  margin-bottom: 0;
}

.terms-policy-page-container h1 {
  color: #3040E0;
  margin-bottom: 40px;
}

.term-policy-sec-title {
  color: #2B2B2B;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 12px;
}

.term-policy-sec p {
  margin-bottom: 12px;
}

.term-policy-sec {
  padding-bottom: 28px;
}

.terms-sidebar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

#left {
  position:absolute;
  background-size: cover!important;
  background-position: center center!important;
}

/* Under construction */

.comming-soon-body {
  padding: 200px 0;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.comming-soon-body>.row-fluid-wrapper {
  width: 100%;
}

.counter-logo img {
  width: 100%;
  max-width: 150px;
}

.counter-logo {
  margin-bottom: 43px;
  display:block;
}
.counter-title {
  color: #D1D1D1;
  font-family: "Open Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin-bottom: 8px;
}

#time-elappse {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}


#time-elappse div {
  display: flex;
  flex-direction: column;
  font-family: 'Rubik', sans-serif;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

#time-elappse span {
  color: #D1D1D1;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  margin-top: -11px;
}

#time-elappse small {
  color: #CACACA;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 30px;
}

.counter-module-container {
  margin-bottom: 40px;
}

.comming-soon-form h3 {
  color: #D1D1D1;
  font-family: "Open Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.comming-soon-form label:not(.hs-error-msg) {
  display: none;
}


.comming-soon-form form {
    display: flex;
}

.comming-soon-form form {
    max-width: 462px;
    margin: 0 auto;
    float: none !important;
    margin-left: auto !important;
}

.comming-soon-form input[type="email"] {
    height: 44px;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    border: 0;
    color: #464646;
    font-family: Rubik;
    font-size: 14px;
    line-height: 17px;
    padding-left: 19px;
}

.comming-soon-form input[type="submit"] {
    border-radius: 0 4px 4px 0;
    background-color: #3040E0;
    height: 45px;
    color: #fff;
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    border: 0;
    min-width: 118px;
    transition: all .2s ease;
}


.comming-soon-form input[type="submit"]:focus,
.comming-soon-form input[type="submit"]:active,
.comming-soon-form input[type="email"]:focus, 
.comming-soon-form input[type="email"]:actove {
  border: none;
  box-shadow: none;
  outline: none;
}

.comming-soon-form .hs_email.hs-email {
    flex: 1;
}

.comming-soon-form .submitted-message {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.innerdat {
  position: absolute;
  opacity: 0;
}

.fixed {
  position: fixed;
  top: 0;
  padding-top: 20px;
}

/* One column blog */

.one-col-listing-post {
  border-radius: 4px;
  background-color: #F0F1F4;
  margin-bottom: 30px;
}
.one-col-listing-post .blog-listing-post-img {
  width: 100%;
  height: 100%;
}

.one-col-listing-post .blog-listing-container {
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.title-blog-col h3 {
  color: #394FE8;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 8px;
}

.most-viewd-link {
  display: block;
  color: #2B2B2B;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  text-decoration: underline;
  margin-bottom: 20px;
}

.author-link {
  color: ;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}

.author-link:hover {
  text-decoration: none;
}

.author-page-headline {
  margin-top: 95px;
  background-color: #F0F1F4;
  padding-top: 80px;
  padding-bottom: 90px;
}

.author-related-posts {
  background: #fff;
}

.hs-author-bio {
  margin-bottom: 18px;
}

.hs-author-social-links a.hs-author-social-link {
  background-image: none!important;
  color: #1b1627;
  height: 33px;
  width: 33px;
  text-indent: inherit;
  line-height: 32px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 4px;
  transition: all .25s ease;
}

.hs-author-social-links a.hs-author-social-link:hover {
  color: #fff;
  background: #1b1627;
  transition: all .25s ease;
}


.author-page-headline img {
  width: 100%;
}

.author-related-posts .blog-listing-post {
 background-color: #F0F1F4!important;
}

/* Service plan page */

.grey-intro-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #F0F1F4;
}

.grey-intro-section h2 {
  margin-bottom: 20px;
}

#our-services-page-section .testimonial-message {
  margin: 0 auto;
  max-width: 940px;
}

.testimonials-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 90px;
}

.service-price-section {
  background-color: #F0F1F4;
  padding-top: 70px;
  padding-bottom: 60px;
}

.service-page-intro-container p:last-child {
  margin-bottom: 0;
}

.service-price-box-container {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 3px rgba(211,211,211,0.29);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.service-price-box {
  padding-top: 33px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 14px;
}

.service-price-button {
  margin-top: auto;
  text-align: center;
}

.service-price-button a {
  display: block;
  background-color: #CACACA;
  color: #FFFFFF;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 0 0 4px 4px;
}

.service-price-button a:hover {
  text-decoration: none;
}

.price-service-type {
  display: block;
  color: #1B1627;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 17px;
  margin-bottom: 3px;
}

.price-service-subtitle {
  color: #1C172C;
  font-family: "Open Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: inherit;
}

.service-price-box-head {
  margin-bottom: 24px;
}

.service-price-box .price-sevice-price,
.service-price-box .set-price {
  color: #394FE8;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

.service-price-box .set-price {
  font-size: 32px;
}

.service-price-box .price-sevice-price {
  text-align: left;
}

.plan-service-price-list-services ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.plan-service-price-list-services ul li {
  position: relative;
  color: #1E1833;
  font-family: "Open Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 20px;
}

.plan-service-price-list-services ul li:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  margin-top: 1px;
  position: absolute;
  color: #69A882;
  left: 0;
  top: 0;
  font-size: 13px;
}

/* .plan-service-price-list-services ul li:last-child {
  margin-bottom: 0;
} */

.service-price-box-container:hover {
  border-radius: 4px;
  background-color: #3040E0;
  box-shadow: 0 1px 3px 3px rgba(211,211,211,0.29);
}

.service-price-box-container:hover .price-service-type,
.service-price-box-container:hover .price-service-subtitle,
.service-price-box-container:hover .service-price-box .price-sevice-price, 
.service-price-box-container:hover .service-price-box .set-price,
.service-price-box-container:hover ul li {
  color: #fff;
}

.service-price-box-container:hover .plan-service-price-list-services ul li:after {
  color: #fff;
}

.service-price-box-container:hover .service-price-button a {
  background-color: #1B1627;
}

/* Partners */
#partners-page-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EFEFEF;
}
#partners-page-section .col-lg-2 {
  display: flex;
  margin-bottom: 30px;
}

.partner-im-logo-link {
  background-color: #fff;
  width: 100%;
  text-align: center;
}

#partners-page-section .page-section-title-module {
  padding-bottom: 28px;
}

/* Our partners listing */

.all-partners-row {
    padding-left: 15px;
    padding-right: 15px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}

.all-partners-row .partners-listing-post {
    background-color: #fff;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    box-sizing: border-box;
}

.all-partners-row .partners-listing-post .bottom-pad {
  padding: 40px;
}

.partner-listing-container img {
  margin-bottom: 32px;
  max-width: 190px;
}

.our-partners-banner h3 {
  max-width: 790px;
}

.all-partners-listing {
  padding-top: 80px;
}

.partner-listing-2 .partner-listing-container {
  padding: 60px;
  padding-left: 70px;
}

.partner-listing-body p:last-child {
  margin-bottom: 0;
}

.partner-lisiting-logo {
  padding-top: 10px;
}

.partner-lisiting-logo img {
  margin-bottom: 30px;
  width: 100%;
}

.our-partners-1-banner {
  background-image: url('https://blog.stoica.co/hubfs/partners-banner.jpg');
}

.our-partners-2-banner {
  background-image: url('https://blog.stoica.co/hubfs/partners-banner.jpg');
}

.our-partners-3-banner {
  background-image: url('https://info.stoica.co/hubfs/Group%202%20%281%29.png');
}

.case-study-banner {
  background-image: url('https://blog.stoica.co/hubfs/case-studies-banner.jpg');
}

/* Case studies */

#case-studies-banner .page-banner-text h3 {
  max-width: 700px;
}

.case-posts {
  padding-top: 80px;
}

.case-posts .blog-listing-container .prev-case h1,
.case-posts .blog-listing-container .prev-case h2,
.case-posts .blog-listing-container .prev-case h3,
.case-posts .blog-listing-container .prev-case h4,
.case-posts .blog-listing-container .prev-case h5,
.case-featured-body h1,
.case-featured-body h2,
.case-featured-body h3,
.case-featured-body h4,
.case-featured-body h5 {
  display: none;
}

.case-posts .blog-listing-container,
.case-featured-col .blog-listing-container {
  padding-top: 20px;
}

.case-post-header {
    padding-top: 40px;
    padding-bottom: 40px;
}

.case-post-body h1,
.case-post-body h2,
.case-post-body h3,
.case-post-body h4,
.case-post-body h5,
.case-featured-body h1,
.case-featured-body h2,
.case-featured-body h3,
.case-featured-body h4,
.case-featured-body h5 {
  color: #3040e0;
  font-family: "Open Sans";
  letter-spacing: 1.5px;
}

.case-post-body h4 {
  color: #3040E0;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  padding-bottom: 5px;
}

.case-post-body p {
  margin-bottom: 15px;
}

.case-post-body img {
  width: 120%!important;
  max-width: 1000px;
  margin-left: -10%;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* App landing page */

.app-page-banner .page-banner-text {
  padding-top: 210px;
  padding-bottom: 45px;
}

.app-page-banner .app-banner-links {
  padding-bottom: 156px;
}

.app-page-banner h3 {
  max-width: 645px;
}

.app-page-banner .app-banner-links a {
  display: inline-block;
  margin-right: 19px;
}

.app-page-banner .app-banner-links a:last-child {
  margin-right: 0;
}

#app-intro-section {
  background: #F0F1F4;
}

.app-intro-text {
  padding-top: 115px;
  padding-bottom: 100px;
}

.app-intro-text span {
  color: #1B1627;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  display: block;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.app-intro-text h2 {
  margin-bottom: 32px;
  max-width: 430px;
}

.app-intro-text p {
  margin-bottom: 0;
}

#app-features {
  background-color: #F0F1F4;
  padding: 100px 0;
}

.app-features-title {
  text-align: center;
}
.app-features-title h2 {
  color: #3040E0;
  margin-bottom: 42px;
}

.sidebar-feature {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  padding: 24px;
  padding-right: 20px;
  margin-bottom: 30px;
  display: flex;
}

.sidebar-features .sidebar-feature:last-child {
  margin-bottom: 0;
}

.sidebare-feature-container {
  flex: 1;
}

.sidebar-feature-icon {
  margin-right: 22px;
}

.sidebare-feature-container h4 {
  color: #3040E0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  text-transform: uppercase;
}

.sidebare-feature-container p {
  color: #1B1627;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
}

.app-lp-testimonials .testimonials-section {
  background-color: #F0F1F4;
}

#download-app {
  text-align: center;
  background-color: #3040E0;
  padding-top: 100px;
  padding-bottom: 120px;
}

#download-app h1,
#download-app p {
  color: #FFFFFF;
}

.app-download-title p {
  margin-bottom: 0;
}

.app-download-title h2 {
  margin-bottom: 24px;
  color: #fff;
}

.app-download-title {
  padding-bottom: 24px;
  max-width: 725px;
  margin: 0 auto;
}

.download-link a {
  display: inline-block;
  margin-right: 19px;
}

.download-link a:last-child {
  margin-right: 0;
}

/* Event pages */
.landing-counter-left {
  text-align: left;
  padding-top: 70px;
  padding-bottom: 90px;
}

.landing-counter-left #time-elappse {
  justify-content: flex-start;
  margin-bottom: 24px;
}

.landing-counter-left h1 {
  color: #FFFFFF;
  margin-bottom: 8px;
}

.landing-counter-left p {
  color: #FFFFFF;
  margin-bottom: 32px;
}

.landing-counter-left .counter-module-container {
   margin-bottom: 0;
}

.buy-ticket-btn {
  color: #fff;
  background-color: #1b1627;
  border: 1px solid #1b1627;
  display: inline-block;
  border-radius: 4px;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.buy-ticket-btn:hover {
  text-decoration: none;
}

.landing-callouts-section-title span {
  display: block;
  color: #1B1627;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  text-transform: uppercase;
}

.event-author-headline {
  background-color: #F0F1F4;
  padding-top: 80px;
  padding-bottom: 90px;
}

.wide-sec-img-right-2 .wide-sec-right-content {
  padding-right: 55px;
}

.wide-sec-img-right-2 .wide-sec-right-content h2 {
  max-width: 450px;
}

#team-members-inner-section {
  background: #F0F1F4;
  padding-top: 80px;
  padding-bottom: 60px;
}

.landing-counter-center .counter-module-container {
  margin-bottom: 0;
}

.landing-counter-center {
  padding-top: 80px;
  padding-bottom: 100px;
}

.landing-counter-center h1 {
  color: #fff;
  margin-bottom: 8px;
}

.landing-counter-center p {
  color: #fff;
  margin-bottom: 32px;
}

.landing-counter-center #time-elappse {
  margin-bottom: 24px;
}

.event-landing-page .page-banner-text h3 {
  max-width: 700px!important;
}

#team-members-inner-section span {
  color: #1B1627;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
}

#team-members-inner-section .team-title-section {
  margin-bottom: 40px;
}

.events-listing {
  padding: 80px 0;
}

.events-title-sec h1 {
  color: #3040E0;
  margin-bottom: 32px;
}

.tab-head-btns {
  text-align: center;
}

.tab-head-btns a {
  color: #050F2C;
  font-family: "Open Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  text-decoration: underline;
  margin-right: 30px;
}

.tablinks.current {
 color: #2344ED;
 font-weight: bold;
}

.day-card-content {
  display: none;
}

.day-card-content.current {
  display: block;
}

.tab-head-btns a:last-child {
  margin-right: 0;
}

.day-card-content .program-day {
  padding: 24px;
  padding-right: 30px;
  display: flex;
}

.day-card-content .program-day:nth-child(odd) {
  background-color: #F0F1F4;
}

.program-day-hour {
  flex: 0 0 auto;
  color: #050F2C;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
}

.events-tabs {
  margin-bottom: 32px;
}

.program-day-info h4 {
  margin-bottom: 12px;
  color: #3040E0;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 36px;
}

.program-day-info p {
  margin-bottom: 3px;
  color: #1B1627;
}

.speaker-event-bottom {
  color: #050F2C;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
}

.speaker-event-bottom strong {
  color: #3040E0;
  font-weight: bold;
}

@media(min-width: 1260px) {
  .events-listing .container {
    max-width: 1260px;
  }
}

.price-section-title-c {
  text-align: center;
}

.price-section-title-c span {
  color: #1B1627;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px
}

.event-location-section {
  background-color: #050F2C;
}
  
.event-location-details {
  padding: 140px 0;
  padding-left: 80px;
}

.location-section-title span {
  color: #2344ED;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 26px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.location-section-title h2 {
  color: #FFFFFF;
  margin-bottom: 24px;
}

.event-address-line,
.event-email-line {
  color: #fff;
  line-height: 26px;
}

.event-address-line strong,
.event-email-line strong {
  display: block;
  margin-bottom: 1px;
}

.event-address-line {
  margin-bottom: 25px;
}

.hs-responsive-embed-wrapper {
  max-width: none!important;
  max-height: none!important;
  height: 100%!important;
}

.hs-responsive-embed-inner-wrapper {
  height: 100%;
}
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  float: right!important;
  padding-top: 2px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0 12px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;	
  line-height: 17px;
}

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

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

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

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

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




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


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

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

@media (max-width: 767px){


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

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

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

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


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

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

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


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

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


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%!important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  
  .child-trigger i {
    margin-right: 0!important;
    margin-right: 20px!important;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#3040e0; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, 0.16); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

@media (min-width: 576px) {
  .page-center,
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-center,
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    color: red;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    margin-top: 1px;
    position: absolute;
    margin-left: 10px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    padding-right: 12px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    margin-left: 12px;
    padding-top: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    border-bottom: 1px solid #a2a2a25e;
    padding: 7px 10px;
    font-size: 14px;
    padding-left: 0;
    background: #fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    background: rgba(241, 241, 241, 0.25);
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    opacity: .9;
    margin-top: 2px;
    margin-right: 7px;
    vertical-align: middle;
    /* margin-top: -2px; */
    font-size: 12px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #3e3e3e;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 2px 1px  rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px 1px  rgba(0,0,0,0.1);
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    border-bottom: 1px solid #a2a2a226;
    padding: 8px 12px;
    padding-left: 5px;
  }
  
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul a {
    padding-left: 11px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul a {
    padding: 0 15px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
    background: rgb(48 64 224);
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul ul li:hover a {
    color: #fff;
  }
 
}

@media (min-width: 992px) {
  .page-center,
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
  
  fieldset.form-columns-2 .field {
    width: calc(50% - 16px)!important;
  }
  
  fieldset.form-columns-2 .field:first-child {
    margin-right: 30px;
  }
  
  .one-col-listing-post .col-lg-12 .blog-listing-container {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
.container, .container-lg, 
.container-md, 
.container-sm, .container-xl,
  .page-center,
  .container-fluid .row-fluid .page-center {
    max-width: 1200px;
  }
  
  .wide-section-left-img:after {
    width: 50%!important;
  }
  
  .app-featuress-cols .col-xl-5 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
  
  .app-featuress-cols .col-xl-2 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
}

@media(max-width: 1200px) {
  .home-intro:after,
  .wide-section-left-img:after {
    width: 50%!important;
  }
}

@media (max-width: 992px) {
  .global-navbar .row-fluid {
    position: relative;
  }
  .global-navbar .row-fluid .span2 {
    position: absolute;
    top: 10px;
    margin-left: 10px;
    width: 25%;
 }
 .global-navbar .row-fluid .span10 {
    width: 100%;
    margin-left: 0;
 }
  
  .custom-menu-primary {
    padding-top: 10px;
  }
  
/*   Header */
  
  h1 {
    font-size: 56px;
    line-height: 55px;
  }
  
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  
  p {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 24px;
  }
  
  .homepage-banner,
  .page-banner {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  
  .banner-text h3,
  .page-banner-text h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  
  .page-banner-text h3 {
    margin-bottom: 0;
  }
  
  .home-intro-left-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .home-intro-left-content h2,
  .wide-right-content h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  
  /*   Callouts */
  .welcome-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  
  .callout-step h4,
  .home-callout-step h4 {
    font-size: 20px;
    line-height: 1.25;
  }
  
  .wide-right-content {
    padding-left: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
/*   Partners */
  .partners-section {
    padding-top: 80px;
  }
  
 .partners-title-ses {
    padding-bottom: 60px;
 }
  
  .partners-section a {
    display: block;
    text-align: center;
  }
  
  .testimonials-section {
    padding-top: 80px;
  }
  
  .footer-text {
    max-width: inherit;
    margin-bottom: 20px;
  }
  
  fieldset.form-columns-2 .field {
    width: 100%!important;
  }
  
  fieldset.form-columns-2 .field:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .landing-page-form {
    margin-top: -60px;
    position: relative;
    margin-left: auto!important;
    margin-right: auto;
    float: none!important;
  }
  
  .landing-page-banner .span6 {
    display: block!important;
    width: 100%!important;
  }
  
  #landing-intro-content {
    padding-top: 570px;
    padding-bottom: 90px;
    background-color: #f0f1f4;
    margin-top: -520px;
  }
  
  .landing-page-banner h1 {
    text-align: center;
  }
  
  .landing-page-banner h3 {
    max-width: inherit!important;
    text-align: center;
    margin: 0 auto;
  }
  
  #landing-intro-content h2 {
    width: 100%;
  }
  
  .landing-page-wide-section img {
    width: 100%;
  }
  
  #home-2-banner .span7,
  #home-2-banner .span5 {
    float: none;
    width: 100%;
    display: block!important;
  }
  
  .homepage-form form {
    width: inherit;
    float: none;
    margin-top: 40px;
  }
  
  #home-2-banner .span5 {
    margin-left: 0;
  }
  
  .home-intro-v2-content {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .home-intro-v2-content h2 {
    margin-bottom: inherit;
  }
  
  .home-2-callouts-section {
    background: #f0f1f4;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  
  .testimonials-row,
  .all-post-row {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  
  .price-button {
    position: relative;
    margin-bottom: 0;
    display: block;
  }
  
  .price-box-container {
    margin-bottom: 30px;
    width: 100%;
  }
  
  .prices-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  
  #sidebar-sticky-wrapper {
    display: none;
  }
  
  .terms-sidebar {
    display: none;
  }
  
  .one-col-listing-post .blog-listing-container {
    padding-left: 30px;
  }
  
  .one-col-listing-post .blog-listing-post-img {
    min-height: 240px;
  }
  
  .reverse-992 {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .author-bio-info {
    margin-top: 30px;
  }
  
  .author-page-headline {
    margin-top: 95px;
    background-color: #f0f1f4;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  
  .author-related-posts {
    background: #fff!important;
  }
  
  .app-page-banner .app-banner-links {
    padding-bottom: 80px;
  }
  
  .app-page-banner .page-banner-text {
    padding-top: 160px;
    padding-bottom: 30px;
  }
  
  .app-page-banner .app-banner-links a img {
    max-width: 100px;
  }
  
  .app-page-banner .app-banner-links a {
    margin-right: 10px;
  }
  
  .app-page-banner h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  
  .app-page-banner h3 {
    font-size: 18px;
    line-height: 28px;
  }
  
  #app-intro-section .row {
    flex-direction: column-reverse;
  }
  
  .app-intro-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  .feature-image-mock {
    padding: 40px 0;
  }
  
  #app-features {
   padding: 80px 0;
  }
  
  .sidebare-feature-container p {
    font-size: 15px;
    line-height: 25px;
  }
  
  .sidebare-feature-container h4 {
    font-size: 15px;
    line-height: 25px;
  }
  
  .landing-callout-step h4 {
    font-size: 22px;
  }
  
  .landing-callout-step p {
    margin-bottom: 0;
  }
  
  #download-app {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .download-link a img {
    max-width: 100px;
  }
  
  .download-link a {
    margin-right: 10px;
  }
  
  .event-location-details {
    padding: 60px 15px;
    padding-left: 15px;
  }
  
  .events-listing {
    padding: 60px 0;
  }
  
  .hubkit-big-col {
    width: 100%!important;
    margin-right: 0!important;
  }
  .footer-text p {
    max-width: inherit;
  }
  
  .first-footer-col {
    margin-left: 0!important;
  }
  
  .small-footer-col {
    width: calc(25% - 23px)!important;
  }
}

@media(max-width: 767px) {
  
  .ml-0 {
    margin-left: 0!important;
  }
  
  .mr-0 {
    margin-right: 0!important;
  }
  
  .footer-col {
    float: left!important;
    margin-bottom: 30px;
  }
  
  .footer-socials {
    margin-top: 0!important;
    margin-bottom: 0!important;
   }
  
  .hubkit-subfooter {
    padding-top: 15px;
  }
  
  .small-footer-col {
    width: calc(50% - 15px)!important;
  }
  
  h1 {
    font-size: 42px;
    line-height: 1.3;
  }

  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
  .banner-text h1,
  .page-banner-text h1{
    margin-bottom: 20px;
  }
  
  .banner-text h3,
  .page-banner-text h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  
  .homepage-banner,
  .page-banner{
    padding-top: 170px;
    padding-bottom: 100px;
  }
  
  .home-intro:after,
  .wide-section-left-img:after,
  .wide-sec-img-right:after {
    display: none;
  }
  
  .home-intro .background-section img,
  .wide-section-left-img img,
  .wide-sec-img-right .background-section img {
    display: block;
    margin-bottom: 60px;
  }
  
  .home-intro-left-content {
    padding-bottom: 60px;
  }
  
  .home-intro-left-content h2, .wide-right-content h2 {
    font-size: 32px;
    line-height: 1.25;
  }
  
  .wide-section-left-img .row {
    flex-direction: column-reverse;
  }
  
  .wide-right-content {
    padding-bottom: 60px;
  }
  
  .contact-row>.row-fluid-wrapper>.row-fluid {
    display: block;
  }
  
  .contact-info {
    max-width: inherit;
    margin-bottom: 40px;
  }
  
  #team-members-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  .team-member-name {
    font-size: 18px;
    line-height: 1.2;
  }
  
  .team-mb-role {
    font-size: 15px;
  }
  
  .wide-right-content {
    padding-left: 0;
  }
  
  .landing-callout-step {
    margin-bottom: 30px;
  }
  
  .landing-callouts-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .homepage-form .span12 {
    width: 100%;
  }
  .faq-page-left-column {
    padding-bottom: 40px;
  }
  
  .faq-title {
    padding-right: 20px;
    font-size: 15px;
  }
  
  .testimonials-row,
  .all-post-row,
  .all-post-row.two-cols {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  
  .page-message-container p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  
  .fullheigh-section {
    padding-top: 200px;
    padding-bottom: 160px;
  }
  
  .terms-policy-page-container h1 {
    margin-bottom: 20px;
  }
  
  #terms-page-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .all-partners-row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  
  .app-page-banner .app-banner-links {
    padding-bottom: 60px;
  }
  
  .app-page-banner .app-banner-links a img {
    max-width: 100px;
    max-height: 30px;
  }
  
  .app-intro-text {
    padding-top: 60px;
  }
  
  #download-app {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .app-page-banner .page-banner-text {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  
  .app-page-banner h1 {
    font-size: 34px;
    line-height: 36px;
  }
  
  #team-members-inner-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .landing-counter-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .wide-sec-img-right-2 .wide-sec-right-content {
    padding-right: 0;
  }
  
  .tab-head-btns a {
    font-size: 20px;
    line-height: 30px;
    margin-right: 20px;
  }
  
  .program-day-hour,
  .program-day-info h4{
    font-size: 20px;
    line-height: 30px;
  }
  
  .program-day-info h4 {
    margin-top: 5px;
  }
  
  .partner-listing-2 .partner-listing-container {
    padding: 30px;
    padding-left: 30px;
  }
  
  .mobile-col-reverse {
    flex-direction: column-reverse;
  }
  
  .home-intro-v2-content {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .container,
  .container-fluid .row-fluid .page-center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .global-navbar .row-fluid .span2 {
    margin-left: 0;
  }
  
  .mobile-trigger {
    right: 0;
  }
  
  .column-revers-none .row {
    flex-direction: inherit;
  }
  
  .wide-right-content {
    padding-top: 60px;
  }
  
  #testimonials-page-section {
    padding-bottom: 60px;
  }
  
  .most-viewd-posts {
    display: none;
  }
  
  .partners-title-ses {
    padding-bottom: 30px;
  }
  
 .partners-section .col-lg-2 {
    margin-bottom: 20px;
 }
  
  .grey-intro-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  
  .welcome-section {
    padding-bottom: 40px;
  }
  
  .event-location-details {
    padding: 60px 20px;
    padding-left: 20px;
  }
  
  .navbar-logo {
    z-index: 99;
  }
  
  .center-mobile {
    text-align: center;
  }
  
  .landing-counter-left .counter-module-container {
    text-align: center;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li:first-child {
    border-top: 0;
  }
  
  .child-trigger i {
    margin-top: -2px!important;
  }
  .mobile-trigger {
    padding: 4px 8px 8px 8px!important;
  }
  
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    height: 3px;
    border-radius: 2px;
  }
}

@media(max-width: 640px) {
  .case-post-body img {
    width: 100% !important;
    max-width: 1000px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media(max-width: 580px) {
  
  .mobile-trigger {
    padding: 5px 8px 6px 8px;
  }
  
  h1 {
    font-size: 34px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  .homepage-banner,
  .page-banner {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  
  .banner-text h3,
  .page-banner-text h3 {
    font-size: 17px;
  }
  
  .c-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
  
  .home-intro-left-content {
    padding-right: 0;
  }
  
  .home-intro-left-content h2, .wide-right-content h2 {
    font-size: 28px;
  }
  
  .home-intro-left-content {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  
  .welcome-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .welcome-section-title h2 {
    margin-bottom: 20px;
  }
  
  .welcome-section-title p {
    font-size: 15px;
  }
  
  .partners-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  .testimonials-section {
    padding-top: 60px;
  }
  
  .tc-arrow-left, .tc-arrow-right {
    display: none;
  }
  
  #subscribe-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #3040e0;
  }
  
  .subscribe-title h2 {
    margin-bottom: 20px;
  }
  
  .subscribe-title p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  
  .subscribe-form form {
    display: block;
  }
  
  .subscribe-form input[type="email"] {
    border-radius: 4px;
    margin-bottom: 10px;
  }
 
  
  .subscribe-form input[type="submit"] {
    border-radius: 4px;
    width: 100%;
  }
  
  .bottom-footer .row {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-socials {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .testimonials-section {
    padding-bottom: 60px;
  }
  
  .wide-right-content {
    padding-bottom: 50px;
  }
  
  .home-intro .background-section img, 
  .wide-section-left-img img, 
  .wide-sec-img-right .background-section img {
    display: block;
    margin-bottom: 0;
  }
  
  #join-team-ct-sec {
    background-color: #3040e0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .team-mb-role {
    line-height: 1.4;
  }
  
  #contact-sec {
    padding: 60px 0;
  }
  
  #offices-sec {
    padding: 60px 0;
    padding-bottom: 30px;
  }
  
  .office-det-content {
    padding-top: 14px;
    padding-bottom: 40px;
  }
  
  .office-details-list li {
    width: 100%;
    word-break: break-all;
  }
  
  .office-details-list {
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  #subscribe-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3040e0;
  }
  
  .office-title {
    margin-bottom: 10px;
  }
  
  .landing-page-wide-section img {
    margin-bottom: 0;
    width: 100%!important;
  }
  
  #landing-intro-content {
   padding-bottom: 60px;
  }
  
  .landing-page-form {
    margin-top: -50px;
  }
  
  .landing-page-wide-section .wide-right-content {
    padding-top: 60px;
  }
  
  .all-post-row,
  .all-partners-row {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  
  .blog-listing-header {
    padding-bottom: 60px;
  }
  
  .blog-listing-header h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 30px;
  }
  
  .blog-listing-header p {
    font-size: 20px;
    line-height: 1.4;
  }
  
  .blog-listing-container h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 14px;
 }
  
  .blog-listing-container p {
    color: #1b1627;
    margin-bottom: 14px;
  }
  
  a.more-link {
    font-size: 15px;
    letter-spacing: 1px;
  }
  
  .featured-posts-section {
    background-color: #f0f1f4;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .single-post-image {
    margin-top: 120px;
    height: 280px;
  }
  
  .section.post-header h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
  
  #hubspot-author_data {
    margin-bottom: 30px;
    font-size: 15px;
  }
  
  .related-posts {
    background: #f0f1f4;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .related-posts {
    padding-bottom: 40px;
  }
  
#time-elappse div {
  font-size: 36px;
}

#time-elappse span {
  font-size: 14px;
  margin-top: -11px;
}

#time-elappse small {
  text-align: center;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 14px;
}
  
  .counter-title,
  .comming-soon-form h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .most-viewd-link {
    display: block;
    color: #2b2b2b;
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px;
    text-decoration: underline;
    margin-bottom: 15px;
  }
}

@media(max-width: 480px) {
  .comming-soon-body {
    padding: 0;
    height: 100vh!important;
  }
  
  .single-post-image {
    height: 240px;
  }
  
  .case-post-header {
    padding-bottom: 20px;
  }
  
  .our-partners-1-container {
    padding-bottom: 60px;
  }
}

@media(min-width: 767px) {
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .no-banner-page .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .single-case-banner-page .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #1B1627;
  }
  
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .no-banner-page .custom-menu-primary .hs-menu-wrapper>ul>li>a.
  .single-case-banner-page .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #1B1627;
  }
  
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul ul li,
  .no-banner-page .custom-menu-primary .hs-menu-wrapper>ul ul li,
   .single-case-banner-page .custom-menu-primary .hs-menu-wrapper>ul ul li {
    border-bottom: 1px solid #ffffff6b;
/*     background: rgba(48, 64, 224, 0.85); */
  }
  
   .hs-blog-post .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child,
  .no-banner-page .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child,
  .single-case-banner-page .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    border-bottom: none;
  }
}

.hs-author-bio {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 26px;
}

  .subscribe-form input[type="email"]:focus,
  .subscribe-form input[type="submit"]:focus {
    outline: none;
  }

/* <-----------------------------------------> */