/* ==========================================================================
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'); */
@font-face {
    font-family: "Larsseit-Light";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/Larsseit-Light.otf") format("truetype");
  }
  @font-face {
    font-family: "Larsseit-Medium";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/Larsseit-Medium.otf") format("truetype");
  }
  @font-face {
    font-family: "Larsseit-Regular";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/Larsseit.otf") format("truetype");
  } 
  
  @font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.8.2.eot") format("embedded-opentype"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.8.2.woff2") format("woff2"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.8.2.woff") format("woff"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.8.2.ttf") format("truetype"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.8.2.svg") format("svg");
    font-style: normal;
    font-weight: normal;
  }
  @font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.0.0.eot") format("embedded-opentype"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.0.0.woff2") format("woff2"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.0.0.woff") format("woff"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.0.0.ttf") format("truetype"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-brands-400-free-5.0.0.svg") format("svg");
    font-style: normal;
    font-weight: normal;
  }
  @font-face {
    font-family: "Font Awesome 5 Pro";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-regular-400-free-5.0.0.eot") format("embedded-opentype"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-regular-400-free-5.0.0.woff2") format("woff2"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-regular-400-free-5.0.0.woff") format("woff"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-regular-400-free-5.0.0.ttf") format("truetype"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-regular-400-free-5.0.0.svg") format("svg");
    font-style: normal;
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 5 Pro";
    src: url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-solid-900-free-5.0.0.eot") format("embedded-opentype"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-solid-900-free-5.0.0.woff2") format("woff2"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-solid-900-free-5.0.0.woff") format("woff"), 
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-solid-900-free-5.0.0.ttf") format("truetype"),
      url("//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Fonts/fa-solid-900-free-5.0.0.svg") format("svg");
    font-style: normal;
    font-weight: 900;
  }
  
  .fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
  }
  .fab {
    font-family: "Font Awesome 5 Brands";
  }
  
  /* 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; } 
  
  
  /* ==========================================================================
  2. BASE STYLES                                             
  ========================================================================== */
  
  /* =============== Base =============== */
  
  *, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
  } 
  
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  * {
    outline: transparent;
  }
  
  body {
    font-family: 'Larsseit-Light', 'Roboto', sans-serif;
    color: #a0a6ad;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    overflow-x: hidden;
    letter-spacing: 0.6px;
    text-align: left;
    line-height: 1.5;
    margin: 0;
  }
  
  html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Page Center */
  .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
  }
  
  /* 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 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
  
  h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-family: 'Larsseit-Light', 'Roboto', sans-serif;
    color: #232137;
    font-weight: 300;
  }
  
  h1 {
    color: #2b2943;
    font-size: 48px;
    line-height: 1.08;
  }
  
  h2 {
    font-size: 42px;
    line-height: 56px;
  }
  
  h3 {
    line-height: 56px;
    font-size: 36px;
  }
  
  h4 {
    font-size: 24px;
    line-height: 56px;
  }
  
  h5 {
    line-height: 28px;
    font-size: 20px;
  }
  
  h6 {
    color: #212529;
    font-size: 15px;
    font-weight: 500;
    line-height: 48px;
  }
  
  /* Anchor Links */
  a { 
    color: #04ab6a;
    text-decoration: none;
  }
  a:hover, a:focus { 
    text-decoration: none;
    color: #1bb693;
  }
  
  /* Lists */
  ul, ol {}
  ul ul, ul ol, ol ol, ol ul {}
  li {}
  
  /* Block Quotes */
  blockquote {}
  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, 
  .body-container-wrapper, 
  .footer-container-wrapper {}
  
  /* The inner wrappers of your website */
  .header-container, 
  .body-container, 
  .footer-container {}
  
  
  /* =============== Header =============== */
  
  .header-container-wrapper {}
  .header-container {}
  
  .header-wrapper {
    background-color: #ffffff;
    padding: 25px 0;
    position: fixed;
    z-index: 99;
    font-family: Larsseit-Medium;
    transition: .3s all ease;
  }
  
  .widget-span.header-wrapper {
    width: 100%;
  }
  
  .header-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  
  .header-wrapper .page-center > .row-fluid-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before , 
  .header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
    display: none;
  }
  
  .widget-span.header-logo-wrapper , 
  .widget-span.custom-menu-primary ,
  .widget-span.header-right-btns {
    width: auto;
    margin-left: 0;
    float: none;
  }
  
  .widget-span.header-logo-wrapper {
    width: 189px;
  }
  
  .header-right-btns a:first-child {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #3f3d56;
    margin: 0 25px;
    line-height: 50px;
  }
  
  .header-right-btns a:last-child {
    display: inline-block;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-family: Larsseit-Regular;
    padding: 1px 20px 0 20px;
    background-color: #2b2943;
  }
  
  .header-right-btns a:last-child:hover {
    background: #403d6e;
    color: #fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;    
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #3f3d56;
    margin: 0 20px;
    line-height: 50px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #04ab6a;
  }
  
  .custom-menu-primary > .hs_cos_wrapper {
    float: left;
    width: 100%;
  }
  
  .scroll-header .header-wrapper {
    box-shadow: 0 0 5px #635e5e;
  }
  
  .header-logo-wrapper {
    position: absolute;
    width: 189px;
    height: 50px;
    left: 0;
    top: 0;
  }
  
  .header-right-btns {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 9px 30px 1px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #3f3d56;
    line-height: 50px;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: #3f3d56;
    background: #F4FBF8;
  }
  
  span.submenu-left-img {
    float: left;
    margin-right: 10px;
  }
  
  span.submenu-left-img em {
    font-style: normal;
  }
  
  span.submenu-left-img svg {
    max-width: 100%;
    max-height: 100%;
    float: left;
    vertical-align: middle;
  }
  
  
  /* =============== Content =============== */
  
  .body-container-wrapper {}
  .body-container {}
  
  .content-wrapper {
    font-family: Larsseit-Light;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #666666;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-content {}
  .sidebar{}
  .sidebar.right{}
  .sidebar.left{}
  
  
  /* =============== Footer =============== */
  
  .footer-container-wrapper {}
  .footer-container {}
  
  .footer-wrapper {
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    background: #141225;
    position: relative;
  }
  
  .footer-wrapper .footer-inner-wrap > .row-fluid-wrapper:last-child {
    float: left;
    width: 100%;
    line-height: 13px;
    opacity: 0.4;
    font-size: 13px;
    color: #ffffff;
    border-top: 1px solid #999;
    padding: 30px 0;
    margin-top: 50px;
  }
  
  .footer-copyright-text p {
    margin: 0;
  }
  
  .footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  
  .footer-wrapper .row-fluid .page-center{
    width: 96%;
  }
  
  .footer-wrapper .row-fluid .page-center > .row-fluid-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before ,
  .footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
    display: none; 
  }
  
  .footer-wrapper .footer-inner-wrap > .row-fluid-wrapper:nth-child(3) {
    float: left;
    width: 51%;
  }
  
  .footer-contact-text p {
    margin: 0;
  }
  
  .footer-contact-text p a {
    color: #fff;
  }
  
  .footer-contact-text p a:hover {
    color: #1bb693;
  }
  
  .footer-wrapper .footer-inner-wrap > .row-fluid-wrapper:nth-child(2) {
    float: right;
    text-align: right;
    width: 40%;
    margin-top: 5px;
  }
  
  .footer-wrapper .footer-inner-wrap > .row-fluid-wrapper:first-child {
    float: left;
    margin-bottom: 40px;
    width: 50%;
  }
  
  .footer-right-wrapper > .row-fluid-wrapper {
    float: left;
    width: 100%;
  }
  
  .footer-right-wrapper > .row-fluid-wrapper:first-child {
    margin-bottom: 25px;
  }
  
  ul.footer-social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
  }
  
  ul.footer-social-icons li {
    float: left;
    margin-left: 30px;
  }
  
  ul.footer-social-icons li a {
    color: #fff;
  }
  
  ul.footer-social-icons li a:hover {
    opacity: .6;
    color: #fff;
  }
  
  .widget-span.footer-news-text {
    width: 40%;
    margin-left: 0;
    float: right;
  }
  
  .widget-span.footer-email-signup {
    float: right;
    width: 60%;
  }
  
  .footer-email-signup {
    position: relative;
  }
  
  .footer-news-text {
    padding-right: 20px;
    color: #ffffff;
    text-align: left;
  }
  
  .footer-news-text p:last-child {
    opacity: .5;
    font-size: 13px;
  }
  
  .footer-news-text p{
    margin: 0; 
  }
  
  .footer-news-text p:first-child {
    font-size: 15px;
  }
  
  .footer-email-signup span.hs-form-required {
    display: none;
  }
  
  .footer-email-signup input[type="email"] {
    border: solid 1px #222136;
    border-radius: 30px;
    background: none;
    color: #fff;
    width: 100%;
    font-size: 15px;
    padding: 11px 130px 12px 20px;
    max-width: none;
    line-height: 23px;
    margin: 0;
  }
  .footer-email-signup input[type="email"]:focus {
    outline: none;
    box-shadow: none;
    border: solid 1px #222136;
  }
  
  .footer-email-signup form {
    position: relative;
  }
  
  .footer-email-signup form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    display: inline-block;
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-family: Larsseit-Regular;
    padding: 1px 20px 0 20px;
    background-color: #04ab6a;
  }
  
  .footer-sitemap ul li a {
    float: left;
    line-height: 35px;
    font-size: 15px;
    color: #ffffff;
    margin: 0 20px;
  }
  
  .footer-sitemap ul li a:hover {
    opacity: .6;
  }
  
  .footer-email-signup ul.no-list.hs-error-msgs.inputs-list {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  
  .footer-email-signup ul.no-list.hs-error-msgs.inputs-list li {
    color: #fff;
    font-size: 15px;
  }
  
  .footer-email-signup form input[type="submit"]:hover {
    background-color: #04ab6a;
  }
  
  .footer-sitemap ul li:first-child>a {
    font-size: 0;
    margin-left: 0;
    margin-right: 13px;
  }
  
  .footer-sitemap ul li:first-child > a img {
    float: left;
    width: 127px;
  }
  
  .footer-sitemap .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
  }
  
  ul.footer-social-icons {
    display: block;
  }
  
  ul.footer-social-icons li a em {
    font-style: normal;
  }
  
  ul.footer-social-icons li a svg {
    vertical-align: middle;
  }
  
  
  /* ==========================================================================
  4. MAIN NAVIGATION                                            
  ========================================================================== */
  
  
  /* =============== Custom Menu Primary =============== */
  
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
  
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
  
  /* 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:769px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
      display:block !important;
    }
    .widget-span.custom-menu-primary {
      margin: 0 auto;
      margin-left: auto;
    }
    .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.Login, 
    .custom-menu-primary .hs-menu-wrapper>ul> li.hs-menu-item.hs-menu-depth-1.Schedulea.Call {
      display: none;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      width: 370px;
      padding: 25px 0 15px 0;
      transform: translateY(17px);
      will-change: transform,opacity;
      box-shadow: 0 36px 54px -8px rgba(0, 0, 0, 0.07), 0 10px 18px -3px rgba(0, 0, 0, 0.18);
      border-radius: 16px;
      transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
      border: solid 1px #f6f6f6;
      background-color: #ffffff;
      margin-left: -125px;
    }
  
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    .body-container-wrapper {
      padding-top: 100px;
    }
  }
  
  
  /* =============== Mobile Toggle Menu =============== */
  
  /* Hide button on Desktop */
  .mobile-trigger, .child-trigger{ display: none; }
  
  @media (max-width: 768px){
  
    /* Menu Reset */
    .custom-menu-primary,
    .custom-menu-primary .hs-menu-wrapper > ul,
    .custom-menu-primary .hs-menu-wrapper > ul li,
    .custom-menu-primary .hs-menu-wrapper > ul li a{
      display: block;
      float: none;
      position: static;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      padding: 0px;
      margin: 0px;
      background-image: none;
      background-color: transparent;
      border: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; 
      max-width: none;
      width: 100%;
      height: auto;
      line-height: 1;  
      font-weight: normal;
      text-decoration: none;
      text-indent: 0px;
      text-align: left;
      color:#fff;
    }
  
    /* ===== Mobile Toggle Button ===== */
  
    .mobile-trigger{
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: -8px;
      right: -8px;
      width: 56px;
      height: auto;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      color: #000;
    }
    .mobile-trigger:hover{
      text-decoration: none; /* Removes link text underline on button */
      border-color: transparent;
    }
  
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
      border-color: transparent;
    }
  
    /* Toggle Button Icon */
    .mobile-trigger em.svg-ico:last-child {
      display: none;
    }
  
    .mobile-open .mobile-trigger em.svg-ico:last-child {
      display: block;
    }
  
    .mobile-open .mobile-trigger em.svg-ico:first-child {
      display: none;
    }
  
  
    /* ===== Mobile Child Toggle Buttons ===== */
  
    .child-trigger{
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100% !important; /* Button width */
      min-width: 100% !important;
      height: 50px !important; /* Button height */  
      padding: 0 !important;
    }
    .child-trigger:hover{
      text-decoration: none;
    }
  
    /* ===== Mobile Menu Styles ===== */  
  
    .custom-menu-primary.js-enabled{
      position: relative;
    }
  
    .widget-span.custom-menu-primary {
      width: 100%;
    }
  
    .custom-menu-primary.js-enabled {
      padding-right: 0;
      max-height: calc(100vh - 60px);
      overflow: auto;
      position: fixed;
      right: 0;
      background: #fff;
      top: 60px;
      box-shadow: 0 6px 5px #6f6c6cab;
      display: none;
    }
    .mobile-open .custom-menu-primary.js-enabled {
      display: block;
    }
  
  
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper{
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
    }
  
    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
      width: 100%; /* Full screen width */
    }
  
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
      position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
      overflow: visible;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
      width: 100%;
      text-align: center;
      font-size: 16px;
      letter-spacing: 0.6px;
      line-height: 1.5;
    }
  
    .custom-menu-primary .hs-menu-wrapper>ul>li > a {
      text-align: center;
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      color: #3f3d56;
      line-height: 50px;
      float: left;
    }
  
    .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 {
      width: 100% !important;
    }
  
    .custom-menu-primary .hs-menu-wrapper>ul>li > a:hover {
      color: #04ab6a;
    }
  
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
  
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.Schedulea.Call {
      min-height: 20px;
      margin-bottom: 20px !important;
      width: 100%;
      text-align: center;
      margin: 0;
      position: relative;
    }
  
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.Schedulea.Call > a {
      color: #fff;
      width: auto !important;
      margin: 0 auto;
      float: none;
      line-height: 40px;
      height: 40px;
      font-size: 14px;
      display: inline-block;
      min-width: 120px;
      border-radius: 30px;
      font-weight: 500;
      text-align: center;
      font-family: Larsseit-Regular;
      padding: 0 20px;
      background-color: #2b2943;
    }
  
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.Schedulea.Call > a:hover {
      background: #403d6e;
      color: #fff;
    }
  
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.Schedulea.Call {
      float: left;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
      float: left;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
      width: 100%;
      margin: 0;
      border-radius: 0;
      background: #F4FBF8;
      box-shadow: none;
      text-align: left;
      display: none;
      top: 100%;
      padding: 25px 0 15px 0;
      transform: translateY(17px);
      will-change: transform,opacity;
      border: solid 1px #f6f6f6;
      float: left;
    }
  
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      transition: transform .3s linear,opacity .3s linear,visibility .3s linear;
      position: relative !important;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul li.children-open ul.hs-menu-children-wrapper {
      opacity: 1;
      transform: scaleY(1);
      display: block;
      visibility: visible;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
      padding: 9px 20px 1px 20px;
      line-height: 40px;
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      color: #3f3d56;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.children-open:hover > a ,
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > a {
      color: #04ab6a;
    }  
  
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
      background-color: transparent;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
  
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  
    }
  
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
    }
  
    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
    }
  }
  
  
  /* ==========================================================================
  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{
  }
  
  /* 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 {}
  
  
  /* ==========================================================================
  6. FORMS                                        
  ========================================================================== */
  
  
  /* =============== Global Form Styles =============== */
  h3.form-title {
    color: #2b2943;
    font-size: 42px;
    line-height: 56px;
  }
  
  /* Form Field */
  .hs-form-field {}
  
  /* Descriptions */
  .hs-field-desc {}
  
  /* Labels and Legends */
  label {}
  .hs-form-field > label {
    color: #666;
    opacity: .5;
  }
  
  /* 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 {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 8px 0 15px;
    border: 1px solid #fafafa;
    transition: .2s all ease;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 16px;
    background-color: #fafafa;
    font-size: 18px;
    color: #666;
    font-family: 'Larsseit-Light', 'Roboto', sans-serif;
  }
  
  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 {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0,.1);
    border: 1px solid rgba(0,0,0,.2);
  }
  
  /* Separate Styles for Multiple Line Inputs */
  textarea {}
  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 {}
  
  span.hs-form-required {
    color: #FF0000;
  }
  
  /* Error */
  .hs-error-msgs label{}
  
  input.invalid {
    border-color: #FF0000;
  }
  
  ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  ul.no-list.hs-error-msgs.inputs-list li {
    color: #FF0000;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 1.5;
  }
  
  /* Placeholder Text */
  ::-webkit-input-placeholder {} /* Webkit Browsers */
  :-moz-placeholder {} /* Firefox 18- */
  ::-moz-placeholder {} /* Firefox 19+ */
  :-ms-input-placeholder {} /* IE10 */
  
  .footer-email-signup input[type="email"]::placeholder {
    color: #fff;
    opacity: .5;
  }
  
  .footer-email-signup input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
  } /* Webkit Browsers */
  .footer-email-signup input[type="email"]:-moz-placeholder {
    color: #fff;
    opacity: .5;
  } /* Firefox 18- */
  .footer-email-signup input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: .5;
  } /* Firefox 19+ */
  .footer-email-signup input[type="email"]:-ms-input-placeholder {
    color: #fff;
    opacity: .5;
  } /* 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"] {}
  
  
  ul.hs-search-field__suggestions {
    padding: 10px;
  }
  
  ul.hs-search-field__suggestions li {
    margin-bottom: 5px;
  }
  
  ul.hs-search-field__suggestions a {
    padding: 5px;
  }
  
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-searach-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
  }
  
  input[type="checkbox"] {
    display: inline-block;
  }
  
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 15px;a
    margin-bottom: 15px;
  }
  
  .subscribe-options label {
    margin: 0;
  }
  
  .comment-date {
    display: table;
  }
  
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span {
    vertical-align: top !important;
  }
  
  div#comments-listing:not([data-has-comments="true"]) {
    display: none;
  }
  
  .replying {
    padding-right: 2em;
  }
  
  .body-container .hs-form {
    max-width: 767px;
  }
  
  
  /* ==========================================================================
  7. BUTTONS                                        
  ========================================================================== */
  
  
  /* =============== All Global Buttons (Excluding CTAs) =============== */
  
  .hs-button.primary,
  input[type="submit"],
  input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
  
    width: auto;
    margin: 15px 0;
    display: inline-block;
    white-space: normal;
    line-height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-family: Larsseit-Regular;
    padding: 1px 20px 0 20px;
    background-color: #2b2943;
    box-shadow: none;
    border: navajowhite;
  }
  
  .hs-button.primary:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #403d6e;
    color: #fff;
  }
  
  .hs-button.primary:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus {}
  
  
  /* =============== 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                                      
  ========================================================================== */
  .blog-first-post-out {
    position: relative;
    z-index: 1;
    min-height: 200px;
    float: left;
    width: 100%;
  }
  
  .first-post-image-mobile {
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    height: 850px;
    width: 50%;
    background-size: cover;
    top: 0;
    z-index: 2;
  }
  
  .blog-first-post-out .page-center-outer {
    padding: 100px 0 80px 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
  }
  
  .page-center-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .first-post-content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .first-post-content-text {
    width: 100%;
    max-width: 455px;
    min-height: 355px;
    float: left;
  }
  
  .post-content-date {
    color: #666666;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  h2.post-content-title {
    color: #2b2943;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
  }
  
  .first-post-content-full {
    width: 100%;
    float: left;
  }
  
  .read-more-blue-btn {
    display: inline-block;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-family: Larsseit-Regular;
    padding: 1px 20px 0 20px;
    background-color: #2b2943;
  }
  
  a.first-post-content-read {
    float: left;
    margin-right: 40px;
  }
  
  .read-more-blue-btn:hover {
    background: #403d6e;
    color: #fff;
  }
  
  .blog-post-social {
    display: inline;
    text-align: left;
  }
  
  .blog-post-social-center {
    position: relative;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  ul.blog-social-right-sidebar {
    opacity: 0;
    visibility: hidden;
    list-style: none;
    background-color: #fefefe;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 35px;
    margin: 0;
    margin-left: 0px;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
    position: absolute;
    margin-top: 5px;
    width: 190px;
  }
  
  .blog-social-right-sidebar li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    height: 100%;
    width: 20px;
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    color: #04ab69;
    text-align: center;
  }
  
  .fa-facebook-f:before {
    content: "\f39e";
  }
  
  .fa-linkedin:before {
    content: "\f08c";
  }
  
  .fa-clipboard:before {
    content: "\f328";
  }
  .blog-social-option-btn {
    background-color: #fefefe;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 15px 34px -8px rgba(0, 0, 0, 0.05), 0 4px 9px -1px rgba(0, 0, 0, 0.04);
    position: relative;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    bottom: 6%;
  }
  
  .blog-social-option-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
  }
  
  .blog-social-option-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
    background-position: center center;
    background-size: 25px;
    background-repeat: no-repeat;
  }
  
  .blog-social-option-btn em {
    font-style: normal;
  }
  
  .blog-social-option-btn svg {
    vertical-align: middle;
  }
  
  .blog-post-social-mobile {
    text-align: left;
  }
  .blog-post-social-center.open  ul.blog-social-right-sidebar {
    animation-name: rightslide;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    color: #04ab69;
  }
  
  .blog-post-social-center.open ul.blog-social-right-sidebar li:nth-child(1) {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-delay: .4s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
  
  .blog-post-social-center.open ul.blog-social-right-sidebar li:nth-child(2) , .blog-post-social-center.open ul.blog-social-right-sidebar li:nth-child(3) {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-delay: .5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
  }
  .fa.fa-clipboard, .fa.fa-paste {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
  }
  
  .blog-social-right-sidebar li a {
    display: block;
  }
  
  a.post-content-title-link {
    color: #2b2943;
  }
  
  .content-wrapper.blog-listing-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .recent-posts-top {
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .recent-posts-top-left , .recent-posts-top-right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .blog-recent-left-col, 
  .blog-recent-right-col,
  .post-left-col,
  .post-right-col ,
  .listing-middle-section-left ,
  .listing-middle-section-right  ,
  .listing-bottom-section-left ,
  .listing-bottom-section-right { 
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  h3.recent-posts-top-title {
    color: #2b2943;
    font-size: 42px;
    font-weight: 300;
    line-height: 56px;
    margin-bottom: .5rem;
    margin-top: 0;
  }
  
  .blog-listing-category-wrap {
    width: 100%;
    float: left;
  }
  
  .blog-category-dropdown-title {
    max-width: 265px;
    width: 100%;
    position: relative;
    z-index: 1;
    float: right;
  }
  
  span.blog-listing-category-title {
    float: right;
    margin-right: 50px;
    color: #666666;
    font-size: 18px;
    line-height: 60px;
  }
  
  .blog-category-dropdown ul.l_tinynav1 {
    display: none;
  }
  
  .blog-category-dropdown-btn, 
  .blog-topic-dropdown-btn {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 27px 54px -8px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 0 30px;
    color: #2b2943;
    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
    cursor: pointer;
    font-family: 'Larsseit-Regular';  
  }
  .blog-category-dropdown-btn:hover,
  .blog-topic-dropdown-btn:hover{
    box-shadow: 0 15px 34px -8px rgba(0, 0, 0, 0.05), 0 4px 9px -1px rgba(0, 0, 0, 0.04);
  }
  
  .blog-category-dropdown-btn,
  .blog-topic-dropdown-btn
  {
    color: #2b2943;
    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
  }	
  
  .blog-recent-right-col , .post-right-col{
    text-align: right;
  }
  
  .blog-listing-recent-posts , .post-item {
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .blog-recent-left-col , .blog-recent-right-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  p.blog-recent-left-date {
    color: #666666;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  h4.blog-recent-left-title  ,
  h4.post-content-title {
    line-height: 48px;
    color: #2b2943;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 0;
  }
  
  h4.blog-recent-left-title > a ,
  h4.post-content-title > a {
    color: #2b2943;
  }
  
  h4.blog-recent-left-title > a:hover ,
  h4.post-content-title > a:hover{
    color: #2b2943;
  }
  
  .recent-posts-top p  ,
  .blog-listing-recent-posts p ,
  .post-item p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    float: left;
    width: 100%;
  }
  
  a.blog-recent-read-more ,
  a.read-more-link {
    color: #04ab6a;
    font-family: 'Larsseit-Medium';
  }
  
  a.blog-recent-read-more:hover ,
  a.read-more-link:hover {
    color: #1ac784;
  }
  
  .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  
  .blog-recent-right-col {
    text-align: right;
  }
  
  .blog-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .blog-pagination ul li a {
    color: #2b2943;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 34px -8px rgba(0, 0, 0, 0.05), 0 4px 9px -1px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    line-height: 48px;
  }
  
  .blog-pagination ul li a:hover {
    box-shadow: none;
    border: 1px solid #C9C7D6;
  }
  
  .blog-pagination ul li {
    display: inline-block;
    margin: 2%;
  }
  
  .blog-pagination ul li a.page-item-link.active {
    box-shadow: none;
    border: 1px solid #C9C7D6;
    color: #a0a6ad;
    cursor: auto;
  }
  
  .blog-pagination ul li.next-link-wrap {
    margin-right: 0;
  }
  
  .blog-pagination ul li.next-link-wrap i:before {
    content: "\f054";
  }
  
  .blog-pagination ul li.next-link-wrap a i , .blog-pagination ul li.prev-link-wrap a i {
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
  }
  
  .blog-pagination ul li.prev-link-wrap a i:before {
    content: "\f053";
  }
  
  .blog-pagination ul li.prev-link-wrap {
    margin-left: 0;
  }
  
  section.blog-listing-middlle-section {
    margin-top: -100px;
    float: left;
    width: 100%;
    min-height: 200px;
  }
  
  .listing-middlle-section-inner {
    background-repeat: no-repeat;
    padding: 200px 0 0 0;
    background-color: #fff;
    background-size: 100% 100%;
    background-position: right top;
    background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/bg3.png);
    width: 100%;
    float: left;
  }
  
  .listing-middle-left-imgwrap {
    padding-top: 100px;
    width: 100%;
    float: left;
  }
  
  p.listing-middle-left-img ,
  p.listing-bottom-left-img {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  p.listing-middle-left-img img ,
  p.listing-bottom-left-img img {
    width: 127px;
  }
  
  h2.listing-middle-left-title ,
  h2.listing-bottom-left-title {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    margin-top: 0;
  }
  
  .listing-middle-btn-link {
    width: 100%;
    float: left;
  }
  
  .listing-middle-right-inner {
    margin-top: -100px;
    width: 100%;
    text-align: center;
    float: left;
  }
  
  .listing-middle-right-inner em  ,
  .listing-bottom-right-inner em {
    font-style: normal;
  }
  
  .listing-middle-right-inner em svg ,
  .listing-bottom-right-inner em svg {
    vertical-align: middle;
  }
  
  .blog-listing-container {
    background-color: #fff;
  }
  
  .content-wrapper.blog-listing-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .listing-bottom-section-inner {
    background-repeat: no-repeat;
    min-height: 780px;
    padding: 150px 0 110px 0;
    background-color: #2b2943;
    background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/bg5.png);
    background-size: 100% auto;
    background-position: center top;
  }
  .listing-bottom-left-text {
    color: #ffffff;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  .listing-bottom-btn-link {
    width: 100%;
    float: left;
  }
  
  .read-more-green-btn {
    display: inline-block;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    font-family: Larsseit-Regular;
    padding: 1px 20px 0 20px;
    background-color: #04ab6a;
  }
  
  a.listing-bottom-left-btn {
    margin-bottom: 20px;
    float: left;
  }
  
  .read-more-green-btn:hover {
    background: #1ac784;
    color: #fff;
  }
  .listing-bottom-right-inner {
    margin-top: -60px;
  }
  section.blog-listing-bottom-section {
    min-height: 200px;
  }
  .listing-middle-left-btn {
    float: left;
  }
  .listing-bottom-right-inner em svg {
    min-width: 120%;
  }
  
  .blog-post-banner-outer {
    color: #666666;
    background: #ffffff;
  }
  
  
  img.post-banner-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  
  .blog-post-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 600px;
  }
  
  .blog .blog-post-banner-outer .page-center {
    margin-top: -190px;
    max-width: 940px;
    width: 90%;
  }
  
  .blog-post-banner-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  @media (min-width: 992px){
    .blog-post-banner-col {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  .blog-post-banner-full {
    padding: 80px 120px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 36px 54px -8px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
  }
  
  p.blog-post-banner-date {
    color: #666666;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  h2.blog-post-banner-title {
    color: #2b2943;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
  }
  
  .post-banner-topic-green {
    margin-bottom: 20px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    font-family: Larsseit-Regular;
    padding: 1px 20px 0 20px;
    text-align: center;
    display: inline-block;
    color: #04ab6a;
    background-color: #EBF5F1;
    margin-right: 40px;
  }
  
  .post-banner-topic-green:hover {
    background-color: rgba(235,245,241,.5);
    color: #1ac784;
  }
  
  a.blog-post-comment-link {
    margin-left: -15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 34px -8px rgba(0, 0, 0, 0.05), 0 4px 9px -1px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    float: none;
    color: #04ab6a;
    margin-right: 40px;
  }
  
  a.blog-post-comment-link:hover {
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.1);
  }
  
  a.blog-post-comment-link em {
    font-style: normal;
  }
  
  a.blog-post-comment-link em svg {
    vertical-align: middle;
  }
  
  .post-banner-icon-clear {
    clear: both;
  }
  .blog .page-center.blog-post-container {
    max-width: 825px;
  }
  
  .blog .content-wrapper.blog-post-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .blog .blog-post-container > .row-fluid-wrapper:first-child {
    padding-top: 100px;
  }
  
  .blog-post-content-other {
    margin-bottom: 10px; 
  }
  
  .blog-post-content-other , .blog-post-comment-outer{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .post-other-col-left , .post-other-col-right ,
  .blog-post-comment-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-post-comment-col {
    margin-bottom: 15px;
  }
  .post-other-col-right {
    background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/bg1B.png);
    background-size: contain;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .post-content-other-full {
    min-height: 400px;
    padding: 140px 0;
    width: 100%;
    float: left;
  }
  
  h3.post-content-other-text {
    color: #2b2943;
    font-size: 42px;
    font-weight: 300;
    line-height: 56px;
    margin-bottom: .5rem;
    margin-top: 0;
  }
  
  .post-other-col-img {
    padding-top: 180px;
    padding-bottom: 180px;
    margin-left: 50px;
    width: 100%;
    float: left;
  }
  .blog-post-comment-full {
    width: 100%;
    float: left;
  }
  
  .blog-post-comment-full a.blog-post-comment-link {
    margin-left: 0;
  }
  
  .blog-post-bottom-section {
    background-repeat: no-repeat;
    padding: 220px 0;
    background-color: #2b2943;
    background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/bg2.png);
    background-size: 100% auto;
    background-position: center top;
    width: 100%;
    float: left;
  }
  
  .blog-post-bottom-section .page-center.post-bottom-container {
    max-width: 825px;
  }
  .post-bottom-section-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .post-bottom-col-inner {
    text-align: center;
  }
  
  p.post-bottom-left-img {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  p.post-bottom-left-img img {
    width: 190px;
  }
  
  h2.post-bottom-left-title {
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
  }
  
  p.post-bottom-left-text {
    color: #ffffff;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  .post-bottom-btn-link {
    width: 100%;
    float: left;
  }
  .related-main-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
  }
  
  .related-outer-wrap {
    margin-top: -210px;
    margin-bottom: 150px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .blog-related-posts-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .related-posts-col-inner {
    width: 100%;
    padding-right: 10px;
    float: left;
    padding-left: 10px;
  }
  
  .blog-related-posts-col .hs-featured-image-wrapper {
    margin-bottom: 40px;
  }
  
  .blog-related-posts-col.related-no-img .related-posts-col-content {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
  }
  .blog-related-posts-col  p.post-content-date {
    padding-top: 15px;
    margin-bottom: 10px;
    color: #a0a6ad;
  }
  
  .blog-related-posts-col  h5.post-content-title {
    color: #2b2943;
    margin-bottom: 35px;
    margin-top: 0;
    line-height: 40px;
    font-size: 24px;
    font-weight: 300;
  }
  
  .blog-related-posts-col h5.post-content-title > a {
    color: #2b2943;
  }
  
  .blog-related-posts-col h5.post-content-title + p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }
  
  .blog-related-posts-col h5.post-content-title + p a.read-more-link {
    font-size: 16px;
  }
  
  .section.post-footer h3 {
    color: #2b2943;
    font-size: 42px;
    font-weight: 300;
    line-height: 56px;
    margin-bottom: 58px;
  }
  
  .blog-related-posts-col img.hs-featured-image {
    width: auto;
  }
  
  .blog-pagination {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .blog-pagination-wrap {
    min-height: 200px;
  } 
  
  .listing-bottom-right-inner em svg {
    min-width: auto;
  }
  
  .listing-bottom-section-right {
    text-align: right;
  }
  
  .header-right-btns a:first-child:hover {
    color: #04ab6a;
  }
  a.post-banner-topic-all {
    cursor: pointer;
  }
  
  .blog-category-dropdown ul,
  .blog-topic-dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .blog-category-dropdown ul li,
  .blog-topic-dropdown ul li {
    float: left;
    width: 100%;
  }
  
  .blog-category-dropdown ul li a,
  .blog-topic-dropdown ul li a{
    line-height: 40px;
    font-size: 20px;
    color: #2b2943;
    padding: 10px 30px;
    float: left;
    width: 100%;
    font-family: 'Larsseit-Regular';
    cursor: pointer;
  }
  
  .blog-topic-dropdown ul li a:hover {
    background: #f2fbf7;
  }
  
  .blog-category-dropdown-items {
    width: 100%;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 27px 54px -8px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 60px;
    overflow: hidden;
    transition: .3s all ease;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  
  .blog-category-dropdown.topic-dropdown-open .blog-category-dropdown-items,
  .blog-topic-dropdown.topic-dropdown-open .blog-category-dropdown-items{
    opacity: 1;
    transform: scaleY(1);
  }
  
  .blog-category-dropdown.topic-dropdown-open .blog-category-dropdown-btn,
  .blog-topic-dropdown.topic-dropdown-open .blog-category-dropdown-items{
    border-radius: 30px 30px 0 0;
  }
  
  .blog-category-dropdown-btn span.category-dropdown-btn-arrow,
  .blog-topic-dropdown-btn span.category-dropdown-btn-arrow{
    float: right;
  }
  
  .blog-category-dropdown-btn span.category-dropdown-btn-arrow em,
  .blog-topic-dropdown-btn span.category-dropdown-btn-arrow em {
    font-style: normal;
  }
  
  .blog-category-dropdown-btn span.category-dropdown-btn-arrow em svg,
  .blog-topic-dropdown-btn span.category-dropdown-btn-arrow em svg{
    transform: rotate(90deg);
    vertical-align: middle;
    overflow: hidden;
  }
  
  .blog-category-dropdown-btn  span.category-dropdown-btn-arrow em svg path,
  .blog-topic-dropdown-btn span.category-dropdown-btn-arrow em svg path
  {
    stroke: #403d6e;
  }
  
  .blog-post-comment-full {
    font-size: 14px;
  }
  
  /* Styles that do not fit into any of the available sections above can go here. */
  .lp-header .mobile-trigger {
    display: none !important;
  }
  .lp-header.header-wrapper .page-center>.row-fluid-wrapper>.row-fluid {
    height: 50px;
  }
  .lp-footer.footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:last-child {
    border: none;
    margin: 0;
  }
  
  .footer-wrapper.lp-footer {
    padding-top: 0;
  }
  figure {
    margin: 0 0 1rem;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  img {
    vertical-align: middle;
  }
  .blog-category-dropdown select#tinynav1:focus{
    box-shadow: 0 27px 54px -8px rgba(0,0,0,0.03), 0 2px 4px -1px rgba(0,0,0,0.08);
    border: none; 
  }
  .tooltip {
    left: auto !important;
    right: -45px;
  }
  
  .tooltip.bottom .tooltip-arrow {
    left: 45% !important;
  }
  @keyframes rightslide {
    from {
      opacity: 0;
      visibility: hidden;
      transform: translate(-30%, 0);
    }
  
    to {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
    }
  }
  
  @keyframes fadeIn {
    from {
      opcity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 13 px;
    font-weight: 500;
    line-height: 18px;
    transition:opacity .4s ease-in-out;
  }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
  
  }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
  }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
  }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 7px 5px;
    border-top-color: #000000;
  }
  .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: -2px;
    left: 50%;
    margin-left: 0px;
    border-width: 0 7px 7px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
  }
  
  
  /* ==========================================================================
  9. MEDIA QUERIES                              
  ========================================================================== */
  @media (min-width: 769px){
    .blog-post-social-mobile{
      display: none;
    }
  }
  @media (min-width: 992px) {
    .first-post-content ,
    .blog-recent-left-col , 
    .blog-recent-right-col ,
    .post-left-col ,
    .post-right-col ,
    .recent-posts-top-left ,
    .recent-posts-top-right ,
    .listing-middle-section-left ,
    .listing-middle-section-right ,
    .listing-bottom-section-left ,
    .listing-bottom-section-right {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .post-other-col-left {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }    
    .post-other-col-right {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .blog-post-comment-col {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .post-bottom-section-col{
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .blog-related-posts-col {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .blog-related-posts-col img.hs-featured-image {
      width: 100%;
    }
  }
  
  @media (min-width: 1024px) {
    .blog-first-post-out {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }
  
    .first-post-out-inner {
      background: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/Group@3x.png);
      background-size: cover;
      min-height: 900px;
    }
  
    .first-post-image-mobile {
      display: none;
    }
  
    .blog-first-post-out .page-center-outer {
      background: none;
    }
  }
  
  @media (min-width: 1600px){
    .blog .blog-post-container > .row-fluid-wrapper:first-child {
      padding-top: 10vw;
    }
  }
  
  /* =============== Screen sizes smaller than .page-center =============== */
  
  
  
  @media (max-width: 1024px){
    .header-wrapper .row-fluid .page-center {
      width: 96%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      margin: 0 10px;
      font-size: 14px;
    }
  
    .header-right-btns a:last-child {
      margin-top: 5px;
    }
    .custom-menu-primary {
      padding-right: 50px;
    }
  
    .header-right-btns {
      top: 1px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul > li > a{
      font-size: 14px;
    }
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:nth-child(2) {
      width: 48%;
    }
    h2.post-content-title {
      font-size: 42px;
      line-height: 50px;
    }
    .post-content-date{
      font-size: 16px;
      line-height: 28px;
    }
    .blog-pagination ul li {
      margin: 1%;
    }
    h4.blog-recent-left-title, h4.post-content-title{
      font-size: 26px;
      line-height: 36px;
    }
    .recent-posts-top p  ,
    .blog-listing-recent-posts p ,
    .post-item p {
      font-size: 16px;
      line-height: 28px;
    }
    h3.recent-posts-top-title{
      font-size: 32px;
      line-height: 40px;
    }
    .content-wrapper.blog-listing-container {    
      padding-bottom: 50px;
    }
    .listing-middlle-section-inner{
      padding-top: 150px;
    }
    section.blog-listing-middlle-section{
      margin-top: -70px;
    }
    p.listing-middle-left-img, p.listing-bottom-left-img{
      font-size: 16px;
      line-height: 28px;
    }
    h2.listing-middle-left-title, h2.listing-bottom-left-title{
      font-size: 42px;
      line-height: 50px;
    }
    .listing-middle-right-inner em svg{
      max-width: 350px;
    }
    .listing-bottom-right-inner em svg{
      max-width: 100%;
    }
    .listing-bottom-right-inner{
      margin-top: -80px;
    }
    .listing-bottom-left-text{
      font-size: 16px;
      line-height: 28px;
    }
    .listing-bottom-left-text br {
      display: none;
    }
  
    .listing-bottom-section-inner {
      padding-bottom: 80px;
      min-height: auto;
    }
    h2.listing-middle-left-title br, h2.listing-bottom-left-title br {
      display: none;
    }
    .listing-middle-left-imgwrap {
      padding-top: 0;
    }
    .listing-middle-right-inner {
      margin-top: 0;
      margin-bottom: -150px;
    }
    h3.post-content-other-text{
      font-size: 32px;
      line-height: 40px;
    }
    .section.post-body p {
      font-size: 16px;
      line-height: 28px;
    }
    .blog-related-posts-col p.post-content-date {
      font-size: 16px;
      line-height: 28px;
    }
  
    .blog-related-posts-col h5.post-content-title {
      font-size: 20px;
    }
  
    .blog-related-posts-col h5.post-content-title + p {
      font-size: 16px;
      line-height: 28px;
    }
    h2.post-bottom-left-title {
      font-size: 42px;
      line-height: 50px;
    }
    p.post-bottom-left-text {
      font-size: 16px;
      line-height: 28px;
    }
    .section.post-footer h3 {
      font-size: 32px;
      line-height: 40px;
    }
  }
  @media (max-width: 1023px){
    .blog-first-post-out{
      background-image: none !important;
    }
    .first-post-image-mobile {
      height: 300px;
      width: 115%;
    }
  
    .blog-first-post-out .page-center-outer {
      background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/mobilewrap.png);
      background-position: center center;
      background-size: 100% 100%;
      padding: 70px 0;
      margin-top: 230px;
      z-index: 2;
      padding-top: 110px;
      height: 500px;
      background-repeat: no-repeat;
    }
  }
  @media (max-width: 840px) and (min-width: 769px){
    .header-right-btns a:first-child {
      margin: 0px 6px 0 0;    
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      margin: 0 5px;    
    }
  
    .custom-menu-primary {
      padding-right: 0;
    }
    a.listing-bottom-left-btn {
      float: none;
    }
  
    .listing-bottom-right-inner {
      margin-top: 0;
    }
  }
  
  
  /* =============== Landscape tablet and smaller devices =============== */
  
  @media (max-width: 768px){
    .container-fluid .row-fluid .page-center {
      max-width: 600px;
      width: 100%;
    }
    .header-wrapper .row-fluid .page-center {
      width: 100%;
      max-width: 100%;
    }
  
    .header-wrapper {
      padding: 15px;
    }
  
    .widget-span.header-logo-wrapper {
      width: 114px;
    }
    .header-wrapper {
      height: 60px;
    }
    span.submenu-left-img {
      width: auto;
    }
  
    span.submenu-left-img svg {
      width: 40px;
      height: 40px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      margin: 0;   
    }
    .body-container-wrapper {
      padding-top: 60px;
    }
  
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:first-child {
      margin-bottom: 20px;
    }
  
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:nth-child(2) {
      position: relative;
      padding-bottom: 60px;  
    }
  
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:nth-child(2) ,
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:nth-child(3) ,
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:first-child ,
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:last-child {
      min-width: 100%;
      text-align: center;
    }
  
    .footer-right-wrapper>.row-fluid-wrapper:first-child {
      position: absolute;
      bottom: 0;
    }
  
    .footer-right-wrapper>.row-fluid-wrapper:last-child {
      position: relative;
      padding-top: 70px;
      margin-bottom: 20px;
    }
  
    .widget-span.footer-email-signup {
      width: 100%;
      float: none;
      margin-left: auto !important;
    }
  
    .footer-email-signup {
      max-width: 400px;
      margin: 0 auto;
      display: inline-block;
      padding: 0 10px;
    }
  
    .widget-span.footer-news-text {
      width: 100%;
    }
  
    .footer-news-text {
      padding: 0 15px;
      margin-top: 20px;
    }
  
    .footer-news-text p:first-child {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      text-align: center;
    }
  
    .footer-news-text p:last-child {
      width: 100%;
      text-align: center;
    }
  
    ul.footer-social-icons {
      width: 100%;
    }
  
    ul.footer-social-icons li {
      float: none;
      display: inline-block;
    }
  
    .footer-wrapper .footer-inner-wrap>.row-fluid-wrapper:last-child {
      margin-top: 30px;
    }
  
    .footer-wrapper .row-fluid .page-center {
      max-width: 100%;
    }
  
    .footer-email-signup input[type="email"] {
      line-height: 38px;
      font-size: 14px;
      padding: 0 130px 0 20px;
      max-height: 38px;
    }
  
    .footer-email-signup form input[type="submit"] {
      height: 40px;
      line-height: 40px;
    }
  
    .footer-email-signup {
      margin-bottom: 0px;
      padding-right: 0;
    }
  
    .footer-sitemap .hs-menu-wrapper ul {
      float: left;
      width: 100%;
    }
  
    .footer-sitemap .hs-menu-wrapper ul > li {
      width: 100%;
      text-align: center;
    }
  
    .footer-sitemap .hs-menu-wrapper ul > li > a {
      width: 100%;
      margin: 7px 0;
    }
  
    .footer-sitemap ul li:first-child>a img {
      float: none;
      margin-right: 6px;
      margin-bottom: -1px;
      display: inline-block;
    }
    body{
      font-size: 16px;
      overflow-x: hidden; 
    }
  
    .post-content-date{
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 24px;
    }
    h2.post-content-title{
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
      font-size: 32px;
      line-height: 40px;
    }
    a.first-post-content-read {
      float: none;
      margin: 0px;
    }
  
    .first-post-content-full .blog-post-social {
      display: none;
    }
  
    .blog-post-social-mobile {
      position: absolute;
      left: 50%;
      bottom: 30px;
      margin-left: -18px;
      text-align: center;
      min-height: 20px;
    }
  
    .blog-first-post-out {
      text-align: center;
    }
    .blog-first-post-out .page-center-outer {
      padding-bottom: 50px;
    }
    .first-post-content {
      position: static;
    }
    .first-post-content-text {
      min-height: 50px;
    }
    .blog-first-post-out .page-center-outer {
      position: relative;
    }
    .blog-pagination ul li {
      margin: 2%;
    }
    .recent-posts-top p  ,
    .blog-listing-recent-posts p ,
    .post-item p {
      font-size: 14px;
      line-height: 24px;
    }
    .blog-recent-right-col, .post-right-col{
      text-align: center;
      order: -1;
      margin-bottom: 30px;
    }
    .recent-posts-top , .blog-listing-recent-posts , .post-item{
      text-align: center
    }
    h3.recent-posts-top-title{
      font-size: 26px;
      line-height: 34px;
    }
    h4.blog-recent-left-title, h4.post-content-title{
      font-size: 22px;
      line-height: 30px;
    }
  
    .blog-category-dropdown-title {
      text-align: left;
      float: none;
      display: inline-block;
      margin-top: 50px;
    }
  
    span.blog-listing-category-title {
      min-width: 100%;
      margin: -120px 0 0 0;
      float: left;
    }
    .recent-posts-top{
      margin-bottom: 40px;
    }
  
    .content-wrapper.blog-listing-container {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .listing-middlle-section-inner{
      background-position: left 30% top;
      background-size: cover;
      padding: 200px 0;
    }
    h2.listing-middle-left-title, h2.listing-bottom-left-title {
      font-size: 32px;
      line-height: 40px;
    }
  
    .blog-listing-middlle-section , .blog-listing-bottom-section {
      text-align: center;
    }
  
    .listing-middle-left-btn {
      float: none;
      margin-bottom: 50px;
    }
  
    .listing-middle-right-inner em svg {
      max-width: 100%;
    }
    .listing-bottom-right-inner em svg {
      min-width: 120%;
    }
  
    .listing-bottom-left-text {
      font-size: 14px;
      line-height: 24px;
    }
  
    h2.listing-middle-left-title, h2.listing-bottom-left-title {
      font-size: 32px;
      line-height: 40px;
    }
    .blog .blog-post-container > .row-fluid-wrapper:first-child {
      padding-top: 70px;
    }
    .blog-post-banner-full {
      box-shadow: none;
      border-bottom: 1px solid #f1f1f1;
      border-radius: 0;
      padding: 50px 120px;
    }
  
    .blog .blog-post-banner-outer .page-center {
      max-width: 940px;
      margin-top: 0;
    }
  
    .blog-post-banner {
      background-position: center;
    }
    img.post-banner-overlay {
      height: auto;
    }
    p.blog-post-banner-date {
      font-size: 14px;
      line-height: 24px;
    }
  
    h2.blog-post-banner-title {
      font-size: 32px;
      line-height: 40px;
    }
    .section.post-body p {
      font-size: 14px;
      line-height: 24px;
    }
    h3.post-content-other-text {
      font-size: 26px;
      line-height: 34px;
    }
    .section.post-body p {
      font-size: 14px;
      line-height: 24px;
    }
    .blog .content-wrapper.blog-post-container{
      max-width: 825px;
      padding-right: 20px;
      padding-left: 20px;
    }
    .post-content-other-full{
      min-height: auto;
      padding: 200px 0 30px 0;
      text-align: center;
    }
    .post-other-col-right{
      background: none;
    }
    .post-other-col-img {
      background: none;
      padding: 0 0 200px 0;
    }
  
    .blog-post-content-other {
      background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/bg1B.png);
      background-size: contain;
      background-position: right 10% center;
      background-repeat: no-repeat;
    }
    .blog-post-bottom-section .page-center.post-bottom-container  {
      max-width: 825px;
    }
    .related-outer-wrap {
      text-align: center;
    }
    .blog-related-posts-col p.post-content-date {
      font-size: 14px;
      line-height: 24px;
    }
  
    .blog-related-posts-col h5.post-content-title {
      font-size: 18px;
    }
  
    .blog-related-posts-col h5.post-content-title + p {
      font-size: 14px;
      line-height: 24px;
    }
    .related-main-container .page-center.post-related-container {
      max-width: 1140px;
    }
    .widget-span.header-right-btns {
      display: none;
    }
    h2.post-bottom-left-title{
      font-size: 32px;
      line-height: 40px;
    }
    p.post-bottom-left-text {
      font-size: 14px;
      line-height: 24px;
    }
    .section.post-footer h3 {
      font-size: 26px;
      line-height: 34px;
    }
    h2.listing-middle-left-title, h2.listing-bottom-left-title {
      font-size: 32px;
      line-height: 40px;
    }
    .blog-pagination-wrap {
      text-align: center;
    }
    .first-post-content-text {
      max-width: 100%;
    }
    .lp-footer .footer-inner-wrap {
      width: 100%;
    }
    a.listing-bottom-left-btn {
      float: none;
    }
    .listing-bottom-right-inner {
      margin-top: 0;
    }
  }
  @media (max-width: 767px) {
    .one-column .body-container form {
      max-width: 100%;
    }
  
    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
      padding: 5px;
      overflow: hidden;
      overflow-x: auto;
    }
  
    .hs-author-profile .hs-author-avatar {
      float: none;
      margin: 0 0 10px;
    }
    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 {
      max-width: 100%;
    }
    .widget-span.header-right-btns{
      display: none; 
    } 
    .blog-listing-recent-posts, .post-item{
      margin-bottom: 40px;
    }
    h4.blog-recent-left-title, h4.post-content-title{
      margin-bottom: 20px;
    }
    .blog .blog-post-container > .row-fluid-wrapper:first-child {
      padding-top: 50px;
    }
    .blog-post-banner-full {
      padding: 30px 0px;
      background: none;
    }  
    .post-banner-topic-green {
      padding: 0 10px;
      font-size: 14px;
      margin-left: 5px;
      margin-right: 5px;
    }
    a.blog-post-comment-link {
      margin: 0 5px;
    }
    .postSection1R3 .txtD {
      padding: 120px 15px 30px 15px;
    }
    .blog-post-content-other{
      background-position: left bottom 20%;
      background-image: url(//5949033.fs1.hubspotusercontent-na1.net/hubfs/5949033/Fama_November2019/Images/bg1B-m.png);
    }
    .post-content-other-full {
      padding: 120px 15px 30px 15px;
      text-align: center;
      min-height: auto;
    }
  
    .post-other-col-img {
      padding-bottom: 100px;
      margin: 0;
    }
    .blog-post-comment-outer {
      margin-bottom: 50px;
    }
    .blog-post-comment-full {
      text-align: center;
    }
  
    .blog-post-comment-full a.blog-post-comment-link {
      margin: 0 10px;
    }
    .related-main-container {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .related-outer-wrap {
      margin-bottom: 50px;
    }
  
    .blog-related-posts-col:first-child {
      margin-top: -102px;
    }
    .blog-related-posts-col h5.post-content-title {
      line-height: 33px;
    }  
    .blog-post-bottom-section {
      padding-top: 100px;
      padding-bottom: 200px;
    }
    .section.post-footer h3 {
      text-align: center;
    }
    p.post-bottom-left-text br {
      display: none;
    }
    .listing-bottom-section-inner {
      padding-top: 80px;
    }
  }  
  
  
  /* =============== Landscape phones and smaller devices =============== */
  
  @media (max-width: 479px) {
    .footer-email-signup{
      padding-right: 10px;
    }
  }
  @media (max-width: 375px) {
    .blog-social-right-sidebar li {
      margin-left: 5px;
    }
  
    ul.blog-social-right-sidebar {
      width: 160px;
      padding: 0 5px 0 35px;
    }
  }
  @media (max-width: 321px){
    .blog-post-content-other {
      background-position: left bottom 20%;
      background-image: url(%28//cdn2.hubspot.net/hubfs/5949033/Fama_November2019/Images/bg1B-m.png);
      background-size: 90%;
    }
  }
  #comment-listing-anchor {
    position: relative;
    top: -100px;
  }

  .menu-fixed{

      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; 
  }
  .contenedorRRR #hs_cos_wrapper_module_1578510902023506{
position: relative;
  }

  .menur{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
    -webkit-box-shadow: 0px -1px 11px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px -1px 11px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px -1px 11px -2px rgba(0, 0, 0, 0.41);
    border-radius: 15px;
    padding: 20px;

  }
  .stickem-container {
    position: relative;
  }
  
  .stickit {
      position: fixed;
      top: 15%;
      width: 350px;
  }
  
  .stickit-end {
      bottom: 40px;
      position: absolute;
      right: 0;
  }