/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.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.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .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;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/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: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  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;
  }
}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

@font-face {
  font-family: "Futura";
  src: local("Futura"), local("Futura"), 
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Futura%20Medium/facd632f83e1f110d994524b7955df7f.woff2"), 
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Futura%20Medium/1613e9b4ad86cf23170f806ea9e9386a.woff"), 
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Futura%20Medium/f90a2ad8bed9ee750a6297626d3b31f6.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Futura";
  src: local("Futura Bold"), local("Futura-Bold"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Futura%20Bold/1b5599388a1fac5f71f2552d1e3a06ea.woff2"), 
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Futura%20Bold/f30f3a8e53f7d8a4ab55ef6c8e94a8fa.woff"), 
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Futura%20Bold/6619ed79eddcb52db60f22c330f95f1f.ttf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans"), local("Nunito Sans-Regular"), 
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20Regular/15b73cead31800fc0713336ab0474233.woff2"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20Regular/70e834a9a8b0d645c33a48c04b511145.woff"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20Regular/4c8f447011eef80831b45edb1e5971e0.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans SemiBold"), local("Nunito Sans SemiBold"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20SemiBold/7af0e7f48075cf7e9a263f36010936c6.woff2"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20SemiBold/46a04520fcb44fedd4227a7a9a2da951.woff"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20SemiBold/bd318b58018198a57723f311627492ac.ttf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Nunito Sans";
  src: local("Nunito Sans Bold"), local("Nunito Sans-Bold"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20Bold/29fa0f125b24a63bea47b2ed8a656bb7.woff2"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20Bold/2327d2c198f0a65e50a814b10c19ba0b.woff"),
    url("//6380455.fs1.hubspotusercontent-na1.net/hubfs/6380455/Superside_September2019/Fonts/Nunito%20Sans%20Bold/08e53a516d2ba719d98da46c49b3c369.ttf");
  font-style: normal;
  font-weight: 600;
}



/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; outline: none;
}

html {
  font-family: "Inter Tight", Helvetica, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body {
  font-family: "Inter Tight", Helvetica, sans-serif;
  background-color: #f7f9f2!important;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a211f;
  text-align: left;
}
.siteWrapper{
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1184px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
} */


/* =============== Typography =============== */

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

.h1, h1 {
  font-size: 2.5rem;
}
.h2, h2 {
  font-size: 2rem;
}
.h3, h3 {
  font-size: 1.75rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1.25rem;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5, 
.content-wrapper h6,
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5, 
.post-body h6{
  color: #0a211f;
  font-weight: normal;
  font-family: "Inter Tight", Helvetica, sans-serif;
}
.content-wrapper h1, .post-body h1 {
  font-size: 52px;
  line-height: 64px;
}
.content-wrapper h2, .post-body h2 {
  font-size: 32px;
  line-height: 41px;
}
.content-wrapper h3, .post-body h3 {
  font-size: 24px;
  line-height: 36px;
}



/* Anchor Links */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: underline;
}

.content-wrapper a, .post-body a, .comment-from a{
  color: rgb(67, 186, 97);
}
.content-wrapper a:hover, .post-body a:hover, .comment-from a:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}
dl, ol, ul {
  margin-top: 0;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0 0 1rem;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper .row-fluid [class*="span"], 
.body-container-wrapper .row-fluid [class*="span"], 
.footer-container-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-container .custom-header {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  color: rgb(29, 31, 37);
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  background: #f7f9f2;
  flex: 0 0 auto;
  padding: 0px;
  position: relative;
  z-index: 99999;
}
.custom-header .page-center > div > .row-fluid {
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  outline: none;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.custom-header .page-center > div > .row-fluid:before, .custom-header .page-center > div > .row-fluid:after {
  display: none;
}
.custom-header .custom-logo {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  width: 160px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: start;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.custom-logo a {
  width: 100%;
}
.custom-logo .logo_mobile {
  display: none;
}
.custom-logo .logo_desktop {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.logo_inner {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  height: 74px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
}
.logo_box {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  height: 40px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  padding-top: 4px;
  padding-bottom: 4px;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
}
.logo_box svg {
  height: 100%;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.container-fluid .row-fluid .content-wrapper.page-center {
  padding-left: 24px;
  padding-right: 24px;
}
.content-wrapper {
  padding-top: 88px;
  padding-bottom: 88px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.banner-area {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(29, 31, 37);
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 88px;
  overflow-x: hidden;
  outline: none;
  background: #f7f9f2;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.banner-area .page-center {
  display: flex;
  box-sizing: border-box;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.banner-inner {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: stretch;
  align-items: stretch;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  position: relative;
}
.banner-col1 {
  align-items: flex-start;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  outline: none;
  margin: 0px;
  flex: 0 1 auto;
  display: flex;
  box-sizing: border-box;
  position: relative;
  max-width: 600px;
}
.banner-col2 {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  align-items: flex-end;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-left: 24px;
  padding-right: 24px;
  outline: none;
  margin: 0px;
  flex: 1 10 auto;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.banner-img img {
  width: 300px;
  vertical-align: unset;
}
.banner-img {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner-img-in {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 1 1 0%;
  padding: 0px;
}
.banner-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 44px;
  line-height: 57px;
  max-width: 880px;
  color: #0a211f;
  font-weight: normal;
}
.banner-subheading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}
.banner-button {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.banner-button a {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0a211f;
  font: inherit;
  margin: 0px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0px;
  transition: all 0.1s ease-in-out 0s;
  outline: none;
  text-decoration: none;
  background: #d8ff85;
  border-color: #d8ff85;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.banner-content {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  align-items: flex-start;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}





/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.footer-container .custom-footer {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(29, 31, 37);
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  background: #f7f9f2;
  flex: 0 0 auto;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.custom-footer > div {
  width: 100%;
}
.custom-footer .bottom-footer {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  border-top: 1px solid rgb(234, 234, 235);
  flex: 0 0 auto;
}
.bottom-footer > div {
  width: 100%;
}
.copyright span {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  flex: 1 1 0%;
  padding: 0px;
}
.copyright span > div {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-right: 16px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-right: 16px;
  outline: none;
  border-right: 1px solid rgba(0, 0, 0, 0.33);
  flex: 0 0 auto;
}
.copyright span > div:last-child {
  border: none;
}
.copyright span > div:not(:first-child) > a {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.copyright span > div:first-child > a {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #0a211f;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.copyright span > div > a:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.custom-footer .top-footer {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-top: 88px;
  padding-bottom: 32px;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.column_wrapper > div > .row-fluid {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.column_wrapper > div > .row-fluid:before, .column_wrapper > div > .row-fluid:after {
  display: none;
}
.top-footer .footer_col {
  margin: 0;
  width: auto;
  float: none;
}
.top-footer .footer_col1 {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 48px;
  margin-right: 48px;
  align-items: flex-start;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
}
.top-footer .footer_col2, .top-footer .footer_col3 {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 16px;
  align-items: flex-start;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-right: 24px;
  outline: none;
  flex: 0 0 auto;
}
.top-footer .footer_col4 {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 16px;
  align-items: flex-start;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
}
.top-footer .footer_col > div {
  width: 100%;
}
.footer_logo {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.footer_logo_svg {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  height: 59px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
svg:not(:root) {
  overflow: hidden;
}
.footer_logo_svg svg {
  height: 100%;
}
span.footer_logo_txt {
  align-self: flex-end;
  margin-right: 32px;
  font-size: 12px;
  line-height: 14px;
  color: #0a211f;
}
.footer_social_and_logo_sep {
  height: 48px;
  flex: 0 0 auto;
}
.footer_social {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.footer_social_txt {
  font-size: 16px;
  line-height: 24px;
}
.footer_social_grp {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 24px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
}
.footer_social_anchor {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.footer_social_div {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  color: #0a211f;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  background: #d8ff85;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 50%;
}
.footer_social_div svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #f7f9f2;
  stroke: #f7f9f2;
  flex: 0 0 auto;
}
.footer_social_div svg path {
  fill: inherit;
  stroke: none;
}
.footer_social_anchor_sep {
  width: 16px;
  flex: 0 0 auto;
}
.menu-title h3 {
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  margin: 0px;
  color: #0a211f;
  font-weight: normal;
}
.f-simple-menu .hs-menu-wrapper > ul {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
}
.f-simple-menu .hs-menu-wrapper > ul > li {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.f-simple-menu .hs-menu-wrapper > ul > li a {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: rgb(29, 31, 37);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: inline;
}
.f-simple-menu .hs-menu-wrapper > ul > li a:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.f-simple-menu .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-bold-menu .hs-menu-wrapper > ul {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.footer-bold-menu .hs-menu-wrapper > ul > li {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.footer-bold-menu .hs-menu-wrapper > ul > li > h3 {
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  margin: 0px;
  color: #0a211f;
  font-weight: normal;
}
.footer-bold-menu .hs-menu-wrapper > ul > li > h3 > a {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: #0a211f;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: unset;
}
.footer-bold-menu .hs-menu-wrapper > ul > li > h3 > a:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.footer-bold-menu .hs-menu-wrapper > ul ul {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.footer-bold-menu .hs-menu-wrapper > ul ul li a {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: rgb(29, 31, 37);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  white-space: normal !important;
  display: inline !important;
  font-family: "Inter Tight", Helvetica, sans-serif;
}
.footer-bold-menu .hs-menu-wrapper > ul ul li a:hover{
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.footer-bold-menu .hs-menu-wrapper > ul ul li {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.footer-bold-menu .hs-menu-wrapper > ul ul li:not(:last-child) {
  margin-bottom: 16px;
}
.footer_button span > div > a:first-child {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0a211f;
  font: inherit;
  margin: 0px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0px;
  transition: all 0.1s ease-in-out 0s;
  outline: none;
  text-decoration: none;
  background: #d8ff85;
  border-color: #d8ff85;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.footer_button span > div > a + div {
  height: 24px;
  flex: 0 0 auto;
}
.footer_button span > div > a + div + a {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0a211f;
  font: inherit;
  margin: 0px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0px;
  transition: all 0.1s ease-in-out 0s;
  outline: none;
  text-decoration: none;
  background: transparent;
  border-color: #0a211f;
  font-family: "Inter Tight", Helvetica, sans-serif;
  line-height: 28px;
  font-size: 18px;
}
.footer_button span > div h3 {
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  color: #0a211f;
  font-weight: normal;
  margin: 0;
}
.footer_button span > div h3 a {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: #0a211f;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.footer_button span > div > a:first-child:hover {
  color: #0a211f;
  background: #d8ff85;
  border-color: #d8ff85;
}
.footer_button span > div > a + div + a:hover {
  color: #f7f9f2;
  background: #0a211f;
  border-color: #f7f9f2;
}
}
.footer_button span > div h3 a:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.footer-bold-menu .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-bottom: 24px;
}
.footer-background {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  height: 100%;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
  top: 0px;
  left: 50%;
  position: absolute;
  z-index: 0;
  min-width: 100%;
  max-width: none;
  transform: translateX(-50%);
}
.footer-background svg {
  height: 100%;
  max-width: none;
  flex-shrink: 0;
  margin: auto;
}
.footer-background svg path {
  fill: rgb(247, 247, 247);
}
.footer_button span > div h3 a:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}











/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

.custom-header .custom-menu-primary.desktop {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  outline: none;
  margin: 0px;
  flex: 1 1 auto;
  padding: 0px;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 24px !important;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul:before, .custom-menu-primary.desktop .hs-menu-wrapper > ul:after {
  display: none;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0px;
  background: transparent;
  overflow: visible;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  outline: none;
  text-decoration: none;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: none;
  border-bottom: 2px solid transparent;
  flex: 0 0 auto;
  text-decoration: none;
  cursor: pointer;
  text-transform: none;
  color: inherit;
  text-align: inherit;
  font: inherit;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a > span {
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter Tight", Helvetica, sans-serif;
  display: inline-block;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.Get.Started > a > span {
  margin-top: 3px;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover{
  color: rgb(67, 186, 97);
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.Get.Started > a {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0a211f;
  font: inherit;
  margin: 0px 0px 0px 16px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0px;
  transition: all 0.1s ease-in-out 0s;
  outline: none;
  text-decoration: none;
  background: transparent;
  border-color: #0a211f;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.Get.Started > a:hover {
  color: #f7f9f2;
  background: #0a211f;
  border-color: #f7f9f2;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active > a{
  outline: none;
  border-bottom: 2px solid #d8ff85;
  flex: 0 0 auto;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active > a > span{
  font-weight: bold;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > .mega_menu {
  overflow-y: auto !important;
  max-width: 100%;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  z-index: 20;
  color: rgb(29, 31, 37);
  transform-origin: left top;
  background: #f7f9f2;
  max-height: calc(100vh - 84px);
  max-height: -webkit-calc(100vh - 84px);
  max-height: -moz-calc(100vh - 84px);
  max-height: -ms-calc(100vh - 84px);
  min-width: 274px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.menu-open > .mega_menu {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul {
  display: flex !important;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li {
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  flex: 0 0 auto;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
  color: inherit;
  text-align: inherit;
  font: inherit;
  margin: 0px;
  background: transparent;
  overflow: visible;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  outline: none;
  text-decoration: none;
  background: rgb(247, 247, 247);
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li a {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  flex: 0 0 auto;
  outline: none;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  white-space: normal !important;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li a span {
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter Tight", Helvetica, sans-serif;
  display: block;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li a:hover{
  color: rgb(67, 186, 97);
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li.active > a {
  border-bottom: 2px solid #d8ff85;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li.active > a > span {
  font-weight: bold;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li.active-branch > a {
  border-bottom: 2px solid #d8ff85;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul ul li.active-branch > a > span {
  font-weight: bold;
}






/* 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:992px) {
  .custom-menu-primary .hs-menu-wrapper{ 
    display:block !important;
  }
  .custom-header .custom-menu-primary.mobile {
    display: none !important;
  }

}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 991px){
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    width: 100%;
    height: 73px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
  .custom-menu-primary.mobile.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.mobile.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  .custom-menu-primary.mobile ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary.mobile.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


.blog .banner-heading {
  margin-bottom: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 52px;
  line-height: 64px;
}
.blog .banner-subheading {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  font-family: "Inter Tight", Helvetica, sans-serif;
}
.banner-img-in picture {
  width: 100%;
  height: 100%;
  text-align: center;
}
.blog .banner-col1 {
  max-width: 620px;
}

.post-item {
  width: calc(33.33% - 16px);
  width: -webkit-calc(33.33% - 16px);
  width: -moz-calc(33.33% - 16px);
  width: -ms-calc(33.33% - 16px);
  float: left;
}
.gutter{
  width: 24px;
}
.post-item-inner {
  padding-top: 48px;
}
.hs-blog-listing .blog-content {
  padding-left: 24px;
  padding-right: 24px;
}
.blog-listing-wrapper {
  margin-top: -48px;
}
.featured-image-wrapper {
  margin-bottom: 16px;
  width: 100%;
}
a.featured-image-link {
  display: block;
}
img.featured-image {
  width: 100%;
  vertical-align: middle;
}
.post-item .topic-link {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 1;
}
.post-item .topic-link:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.post-entry {
  margin-top: 16px;
}
.post_title {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: #0a211f;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.post_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.post_head {
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  font-weight: 600;
  margin: 0px;
  color: #0a211f;
  font-weight: normal;
}
.post_title:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.post_meta {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  max-width: 336px;
  color: rgb(90, 92, 96);
}
.post_summery {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
.pagination-wrapper {
  margin-top: 40px;
}
.blog-pagination a {
  padding: 8px;
  font-size: 0;
  line-height: inherit;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  background: rgb(234, 234, 235);
  border-radius: 100%;
  margin-right: 8px;
}
.blog-pagination {
  font-size: 0;
}
.blog-pagination a.active {
  background: #d8ff85;
  padding: 16px;
}
.blog-pagination a.active {
  background: #d8ff85;
  padding: 16px;
  pointer-events: none;
}
.list_tags {
  margin-top: 48px;
}
.list-tag-title {
  margin-bottom: 32px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  color: #0a211f;
  font-weight: normal;
}
.list_tags ul {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
  list-style: none;
}
.list_tags ul li {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 8px;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 1;
}
.list_tags ul li a {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  color: rgb(29, 31, 37);
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  background: rgb(247, 247, 247);
  flex: 0 0 auto;
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
.list_tags ul li a:hover {
  text-decoration: underline;
  color: rgb(67, 186, 97);
}
.list_tags ul li .topic-inner {
  color: rgb(29, 31, 37);
}
.hs-blog-listing .blog-content-wrapper {
  margin-bottom: 88px;
}
.list_tags ul li.active a {
  background: #0a211f;
  color: #fff;
  text-decoration: none;
}
.list_tags ul li.active .topic-inner {
  color: #fff;
}

.hs-blog-post .blog-content-wrapper {
  margin-top: 24px;
  margin-bottom: 88px;
  color: rgb(29, 31, 37);
  background: #f7f9f2;
  padding-left: 24px;
  padding-right: 24px;
}
.single-post-area {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.single_topics {
  padding: 0px;
  margin: 0;
  list-style: none;
  margin-bottom: 24px;
}
.single-topic-link {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  margin-right: 24px;
}
.single-topic-link:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.entry-title {
  margin-bottom: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 44px;
  line-height: 57px;
  color: #0a211f;
  font-weight: normal;
}
.single_author {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 32px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
}
.single_author_img {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-right: 24px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
  position: relative;
}
.single_author_img:before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #d8ff85;
  border-image: initial;
}
.single_img {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.single_img picture {
  width: 100%;
  height: 100%;
}
.single_img img {
  width: 72px;
  vertical-align: middle;
}
.single_author_content {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
}
.single_author_name {
  font-size: 16px;
  line-height: 24px;
  color: rgb(90, 92, 96);
  font-weight: bold;
}
.single_author_sep {
  height: 4px;
  flex: 0 0 auto;
}
.single_author_meta {
  font-size: 14px;
  line-height: 20px;
  color: rgb(90, 92, 96);
}
.post-featured-image-wrapper img {
  width: 100%;
  vertical-align: middle;
}
.hs-blog-post .post-content-wrapper {
  margin-top: 32px;
  position: relative;
}
.post-content-wrapper .blog-content {
  padding-top: 32px;
  width: 100%;
  max-width: calc(100% - 308px);
  max-width: -webkit-calc(100% - 308px);
  max-width: -moz-calc(100% - 308px);
  max-width: -ms-calc(100% - 308px);
  float: right;
}
.post-content-wrapper .blog-sidebar {
  max-width: 260px;
  margin: 0;
  width: 100%;
}
.blog .blog-sidebar .widget-span {
  padding-top: 48px;
  padding-bottom: 48px;
}
.blog_social_item {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-bottom: 24px;
  padding-right: 24px;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  flex-basis: 100%;
}
.blog_social_box {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  color: #f7f9f2;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  background: #0a211f;
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 100%;
}
.blog_social_box svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  fill: #f7f9f2;
  stroke: #f7f9f2;
  flex: 0 0 auto;
}
.blog_social_box svg path {
  fill: inherit;
  stroke: none;
}
.blog_social a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.SocialMediaShareButton {
  position: relative;
}
.blog-post-wrapper {
  max-width: 640px;
}
.blog-post-wrapper .post-body {
  line-height: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 16px;
  color: rgb(29, 31, 37);
}
.post_author {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 88px;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  padding-top: 48px;
  outline: none;
  border-top: 1px solid rgb(234, 234, 235);
  flex: 0 0 auto;
}
.post_author_img {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-right: 24px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  flex: 0 0 auto;
  padding: 0px;
  position: relative;
}
.post_author_content {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 1 auto;
  padding: 0px;
}
.post_author_img:before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #d8ff85;
  border-image: initial;
}
.author_img {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  padding: 0px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
picture {
  width: 100%;
  height: 100%;
}
.author_img img {
  width: 72px;
  vertical-align: middle;
}
.written_by {
  font-size: 14px;
  line-height: 20px;
}
.post_author_name {
  margin-top: 4px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  color: #0a211f;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
.post_author_bio {
  font-size: 14px;
  line-height: 20px;
}
.section.post-footer {
  max-width: 640px;
}
.blog .blog_sidebar-form {
  margin: 0px;
  background: rgb(234, 233, 238);
  padding: 48px 32px;
  color: rgb(29, 31, 37);
}
.blog_sidebar-form h3.form-title {
  margin-bottom: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  color: #0a211f;
  font-weight: normal;
}
.blog_sidebar-form .hs-form-required {
  display: none;
}
.blog_sidebar-form .hs-button.primary.large {
  width: 100%;
}
.SocialMediaShareButton--twitter svg {
  width: 30px;
  height: 30px;
}
.SocialMediaShareButton--email svg {
  width: 28px;
  height: 28px;
}

.related-group {
  background: rgb(247, 247, 247);
  width: 100%;
  padding-top: 88px;
  padding-bottom: 88px;
  color: rgb(29, 31, 37);
}
.related-title h2 {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 48px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 41px;
  max-width: 880px;
  color: #0a211f;
  font-weight: normal;
}
.related-item-group.page-center {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  margin-top: -24px;
}
.related-post-item {
  width: calc(33.3% - 16px);
  width: -webkit-calc(33.3% - 16px);
  width: -moz-calc(33.3% - 16px);
  width: -ms-calc(33.3% - 16px);
  float: left;
}
.related-post-item:not(:last-child) {
  margin-right: 24px;
}
.related-image img {
  width: 100%;
  vertical-align: middle;
}
.related-entry {
  margin: 0px;
  background: #f7f9f2;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  color: rgb(29, 31, 37);
}
.related-tags {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.related-link {
  margin-right: 24px;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.related-link:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.related_title {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: #0a211f;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: none;
  outline: none;
}
.related_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.related_head {
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  max-width: 100%;
  font-weight: 600;
  margin: 0px;
  color: #0a211f;
  font-weight: normal;
}
.related_title:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.related_summery {
  font-size: 16px;
  line-height: 24px;
  max-width: 580px;
  margin: 0px;
}
.related-item-inner {
  position: relative;
  padding-top: 24px;
}
.blog .post_form_wrap {
  background: #0a211f;
  color: #f7f9f2;
  position: relative;
  z-index: 1;
}
.post_form_wrap .page-center > div {
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.post_form_wrap .page-center > div > div {
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post_form_wrap .post-form-txt {
  width: 50%;
  margin: 0;
  padding-right: 48px;
}
.post_form_wrap .Post_form {
  width: 50%;
  margin: 0;
}
.post_form_wrap .page-center > div > div:before, .post_form_wrap .page-center > div > div:after {
  display: none;
}
.Post_form form {
  display: flex;
  box-sizing: border-box;
  max-width: 456px;
  color: rgb(29, 31, 37);
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  margin: 0px;
  background: #f7f9f2;
  flex: 0 0 auto;
  padding: 24px;
  margin: 0 auto;
}
.Post_form form h2 {
  margin-bottom: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 41px;
  max-width: 880px;
  color: #0a211f;
  font-weight: normal;
}
.Post_form .hs-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 8px);
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: -ms-calc(50% - 8px);
  padding: 0;
}
.Post_form .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 16px;
}
.Post_form form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.Post_form .hs_cos_wrapper_type_form .hs-button.primary.large {
  width: 100%;
}
.Post_form .hs-form-required {
  display: none;
}
.post-form-txt a {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  color: rgb(84, 232, 121);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.post-form-txt a:hover {
  color: rgb(84, 232, 121);
  text-decoration: underline;
}
.post-form-txt h2 {
  margin-bottom: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 41px;
  color: #f7f9f2;
  font-weight: normal;
}
.post-form-txt p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}
.post-form-txt span span {
  font-size: 16px;
  line-height: 24px;
}

.breadCrumb {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  outline: none;
  margin: 0px;
  flex: 0 0 auto;
  position: absolute;
  left: 0;
  top: -48px;
}
.breadCrumb_anchor {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: rgb(67, 186, 97);
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.breadCrumb_sep {
  width: 4px;
  flex: 0 0 auto;
}
.breadCrumb svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #0a211f;
  stroke: #0a211f;
  flex: 0 0 auto;
}
.breadCrumb_title {
  font-size: 14px;
  line-height: 20px;
  color: rgb(90, 92, 96);
}
.breadCrumb_anchor:hover {
  color: rgb(67, 186, 97);
  text-decoration: underline;
}
.topic_banner .banner-heading {
  text-transform: capitalize;
}
.topic_banner .banner-content {
  position: relative;
}
.time_schedule {
  text-transform: lowercase;
}
.SocialMediaShareButton--email svg path {
  stroke: inherit;
  fill: none;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}

/* Form Field */
.hs-form-field {
  margin-bottom: 16px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  text-transform: uppercase;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.2px;
  margin: 0px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  color: inherit;
  font-weight: 400;
  width: 100%;
  text-overflow: ellipsis;
  padding: 11px;
  outline: none;
  background: transparent;
  margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(193, 193, 195);
  border-image: initial;
  border-radius: 0px;
  max-width: 767px;
  color:rgb(29, 31, 37);
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: auto !important;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: none;
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0a211f;
  font: inherit;
  margin: 0px;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0px;
  transition: all 0.1s ease-in-out 0s;
  outline: none;
  background: #d8ff85;
  border-color: #d8ff85;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Inter Tight", Helvetica, sans-serif;
  white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #0a211f;
  background: #d8ff85;
  border-color: #d8ff85;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


.hs-input.invalid.error {
  border-color: rgb(255, 64, 64);
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0 !important;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 64, 64);
}
h3.form-title {
  margin-bottom: 24px;
  font-family: "Inter Tight", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 41px;
  color: #0a211f;
  font-weight: normal;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
ul.hs-search-field__suggestions {
  padding: 0px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 0;
  padding: 10px;
}
ul.hs-search-field__suggestions a {
  padding: 0px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none; 
}
.subscribe-options label {
  margin: 0;
}
input[type="checkbox"] { display: inline-block; }

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0 10px 0;
  overflow-x: auto;
  padding: 10px 0;
}
.subscribe-options label {
  margin: 0;
}
.replying {
  padding: 1em;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
span.IN-widget {
  vertical-align: top !important;
}
#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 20px;
}
.custom-header.no-nav .custom-menu-primary.desktop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}


@media only screen and (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.tab-hide {
    display: none;
  }
  .trigger_area {
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    margin-right: 16px;
    -webkit-box-align: center;
    align-items: center;
    min-width: 0px;
    min-height: 0px;
    flex-direction: row;
    height: 100%;
    outline: none;
    flex: 0 0 auto;
    padding: 0px;
  }
  .mobile-trigger {
    display: inline-block;
    box-sizing: border-box;
    text-transform: none;
    color: inherit;
    text-align: inherit;
    font: inherit;
    margin: 0px;
    background: transparent;
    overflow: visible;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
  }
  .mobile-trigger-inner {
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0px;
    min-height: 0px;
    flex-direction: column;
    outline: none;
    margin: 0px;
    flex: 0 0 auto;
    padding: 16px;
  }
  .mobile-trigger-inner svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #0a211f;
    stroke: #0a211f;
    flex: 0 0 auto;
  }
  /*   .custom-header .custom-menu-primary.desktop {
  display: none;
} */

  .custom-header .custom-menu-primary.mobile {
    width: 100%;
    margin: 0;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a > span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Inter Tight", Helvetica, sans-serif;
    display: block;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    border-left: 8px solid transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-decoration: none;
    text-transform: none;
    color: inherit;
    text-align: inherit;
    font: inherit;
    margin: 0px;
    display: block;
    width: 100% !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100%;
    border-top: 1px solid rgb(234, 234, 235);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover {
    color: rgb(67, 186, 97);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:hover > a {
    color: rgb(67, 186, 97);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active > a > span {
    font-weight: bold;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active > a {
    border-left: 8px solid #d8ff85;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active-branch > a > span {
    font-weight: bold;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active-branch > a {
    border-left: 8px solid #d8ff85;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Inter Tight", Helvetica, sans-serif;
    display: block;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a {
    margin: 0px;
    border-left: 8px solid transparent;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    outline: none;
    text-decoration: none;
    text-transform: none;
    color: inherit;
    text-align: inherit;
    font: inherit;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li {
    border-top: 1px solid rgb(234, 234, 235);
    background: rgb(247, 247, 247);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a:hover{
    color: rgb(67, 186, 97);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active-branch > a > span {
    font-weight: bold;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active-branch > a {
    border-left: 8px solid #d8ff85;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active > a > span {
    font-weight: bold;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active > a {
    border-left: 8px solid #d8ff85;
  }
  .mobile-trigger-inner .trig-close {
    display: none;
  }
  .mobile-open .mobile-trigger-inner .trig-close {
    display: block;
  }
  .mobile-open .mobile-trigger-inner .trig-open {
    display: none;
  }
  .top-footer .footer_col1 {
    flex-basis: 100%;
  }
  .top-footer .footer_col1 > div {
    width: auto;
  }
  .banner-inner {
    flex-direction: column;
  }
  .post-item {
    width: calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -ms-calc(50% - 12px);
  }
  .related-post-item {
    width: calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -ms-calc(50% - 12px);
  }
  .related-post-item:not(:last-child) {
    margin-right: unset;
  }
  .related-post-item:nth-child(odd){
    margin-right: 24px;
  }


}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.Get.Started {
    display: none;
  }
  .top-footer .footer_col2, .top-footer .footer_col3, .top-footer .footer_col4 {
    flex-basis: 50%;
  }
  .content-wrapper .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .post-item {
    width: 100%;
  }
  .post-content-wrapper .blog-content {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .post-content-wrapper .blog-sidebar {
    max-width: 100%;
    position: static !important;
  }
  .blog_social {
    flex-wrap: wrap;
    outline: none;
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    align-self: center;
    min-width: 0px;
    min-height: 0px;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  .blog_social_item {
    flex-basis: 25%;
    margin: 0px;
    padding-bottom: 16px;
    padding-right: 16px;
  }
  .post-content-wrapper .blog-sidebar + div {
    display: none !important;
  }
  .related-post-item {
    width: 100%;
    margin: 0 !important;
  }
  .post_form_wrap .post-form-txt {
    width: 100%;
    margin: 0;
  }
  .post_form_wrap .Post_form {
    width: 100%;
    margin-top: 48px;
  }
  .post_form_wrap .page-center > div > div {
    display: block;
  }
  .Post_form form {
    max-width: 100%;
  }
  .Post_form .hs-form fieldset.form-columns-2 .hs_job_function,
  .Post_form .hs-form fieldset.form-columns-2 .hs_company_size {
    display: none;
  }



}  


@media only screen and (max-width: 576px){
  .custom-header .page-center > div > .row-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-trigger-inner {
    padding: 8px;
  }
  .custom-logo .logo_desktop {
    display: none;
  }
  .custom-logo .logo_mobile {
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0px;
    min-height: 0px;
    flex-direction: column;
    outline: none;
    margin: 0px;
    flex: 0 0 auto;
    padding: 0px;
  }
  .logo_inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .trigger_area {
    margin-right: 8px;
  }
  .logo_inner {
    height: 46px;
  }
  .logo_box {
    height: 32px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
    margin: 4px;
    padding: 4px 2px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    margin: 0px;
    padding: 16px 8px;
  }
  .top-footer .footer_col2, .top-footer .footer_col3, .top-footer .footer_col4 {
    flex-basis: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
  }
  .column_wrapper > div > .row-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .custom-footer .bottom-footer {
    padding: 8px 16px;
  }
  .copyright span > div {
    margin-right: 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.33);
    padding-right: 8px;
  }
  .custom-footer .top-footer {
    padding-top: 64px;
    padding-bottom: 24px;
  }
  .footer_button span > div > a + div {
    height: 16px;
  }
  .footer-bold-menu .hs-menu-wrapper > ul {
    margin-bottom: 16px;
  }
  .footer-bold-menu .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer-bold-menu .hs-menu-wrapper > ul ul {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer-bold-menu .hs-menu-wrapper > ul ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .f-simple-menu .hs-menu-wrapper > ul {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .f-simple-menu .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .top-footer .footer_col1 {
    margin-bottom: 32px;
    margin-right: 32px;
  }
  .footer_social_and_logo_sep {
    height: 32px;
  }
  ul.footer_social_grp {
    margin-top: 16px;
  }
  .top-footer .footer_col1 > div {
    width: auto;
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0px;
    min-height: 0px;
    flex-direction: column;
    outline: none;
    margin: 0px;
    flex: 0 0 auto;
    padding: 0px;
  }
  .container-fluid .row-fluid .content-wrapper.page-center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner-col.banner-col2 {
    display: none;
  }
  .banner-col.banner-col1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner-area {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .banner-heading {
    font-size: 36px;
    line-height: 46px;
    max-width: 880px;
    margin-bottom: 24px;
  }
  .banner-subheading {
    margin-bottom: 24px;
  }
  .content-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .blog .banner-heading {
    font-size: 44px;
    line-height: 57px;
  }
  .hs-blog-listing .blog-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .list_tags {
    margin-top: 32px;
  }
  .hs-blog-listing .blog-content-wrapper {
    margin-bottom: 64px;
  }
  .hs-blog-post .blog-content-wrapper {
    margin-top: 16px;
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .single_topics {
    margin-bottom: 16px;
  }
  .entry-title {
    font-size: 36px;
    line-height: 46px;
    max-width: 880px;
  }
  .hs-blog-post .post-content-wrapper {
    margin-top: 24px;
  }
  .post-content-wrapper .blog-content {
    padding-top: 24px;
  }
  .post_author {
    margin-top: 4px;
    margin-bottom: 64px;
    border-top: 1px solid rgb(234, 234, 235);
    padding-top: 32px;
  }
  .post_author_img {
    margin-right: 16px;
  }
  .post-content-wrapper .blog-sidebar {
    padding-bottom: 32px;
  }
  .blog .blog-sidebar .widget-span {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .blog .blog_sidebar-form {
    padding: 32px 24px;
  }
  .related-group {
    padding: 64px 0;
  }
  .related-title h2 {
    font-size: 26px;
    line-height: 34px;
    max-width: 880px;
  }
  .related-item-group.page-center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .post_form_wrap .page-center > div {
    padding-left: 16px;
    padding-right: 16px;
  }.post_form_wrap .page-center > div > div {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .Post_form form {
    padding: 16px;
  }

  .Post_form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0;
    margin-right: 0 !important;
  }
  .content-wrapper h1 {
    font-size: 44px;
    line-height: 57px;
  }
  .post-form-txt h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .Post_form form h2 {
    font-size: 26px;
    line-height: 34px;
  }

}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .Post_form form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100% !important;
  }



}



@media (max-width: 360px) {
  .custom-header .custom-logo {
    width: 150px;
  }


}




@media all and (-ms-high-contrast:none) {
  .logo_box svg{
    HEIGHT: 32PX;
    WIDTH: 160PX;
  }


}