/* ==========================================================================
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 =============== */

@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,600');

@font-face {
  font-family: icomoon;
  src: url("//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Fonts/icomoon.eot?5qevn9#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Fonts/icomoon.ttf?5qevn9") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Fonts/icomoon.woff?5qevn9") format("woff");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 

/* ==========================================================================
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;
} 
:root {
  --swiper-theme-color: #007aff;
}
:root {
  --swiper-navigation-size: 44px;
}
body {
  color: #575756;
  background: #fff;
  font: 16px/1.2 Montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-family: Montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif'
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  counter-reset: ol-count;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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


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

/* Basic text */
p {
  margin: 0 0 1.2em;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: inherit;
  font-weight: 700;
  color: #01416d;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 45px;
  font-weight: 300;
}
h2 {
  font-size: 25px;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  font-weight: 300;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}



/* Anchor Links */
a {
  color: #149bd7;
  -webkit-transition: color .3s ease-in-out,background .3s ease-in-out;
  transition: color .3s ease-in-out,background .3s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Lists */
.body-container-wrapper ul, .body-container-wrapper ol {
  padding-left: 17px;
}
.body-container-wrapper .hs-menu-wrapper > ul {
  padding-left: 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul,
.widget-module ul {
  padding-left: 0;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li,
.widget-module ul li {
  list-style: none;
  background: url('//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Images/list-marker.png') no-repeat;
  background-position: 0 10px;
  background-size: 11px;
  padding-left: 33px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  position: relative;
  margin: 50px 0;
  padding-left: 120px;
}
blockquote:before {
  content: '';
  background-image: url('//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Images/Fill_1.png');
  width: 83px;
  height: 72px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote p {
  color: #149bd7;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =============== 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 {}

.custom-header-wrapper {
  width: 100%;
  font-size: 14px;
  z-index: 8;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100% !important;
}
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px 0 14px;
}
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
  content: none;
}
.custom-logo {
  width: auto !important;
  justify-self: flex-start;
  margin-right: auto;
}
.custom-header-wrapper .nav-opener {
  position: relative;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999;
  margin-left: 17px;
}
.custom-header-wrapper .nav-opener span, .custom-header-wrapper .nav-opener:after, .custom-header-wrapper .nav-opener:before {
  -webkit-transition: opacity .3s ease-in-out,background .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,background .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out,background .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out,background .3s ease-in-out,-webkit-transform .3s ease-in-out;
  background: rgba(35,31,32,.8);
  position: absolute;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #149bd7;
}
.custom-header-wrapper .nav-opener span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-header-wrapper .nav-opener:after, .custom-header-wrapper .nav-opener:before {
  content: "";
  top: 10px;
}
.custom-header-wrapper .nav-opener:before {
  top: 5px;
}
.custom-header-wrapper .nav-opener:after {
  top: auto;
  bottom: 5px;
}
.mobile-open .custom-header-wrapper .nav-opener span {
  opacity: 0;
}
.mobile-open .custom-header-wrapper .nav-opener:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-open .custom-header-wrapper .nav-opener:after {
  bottom: 42%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 13px;
  border-radius: 8px;
  letter-spacing: -.3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.btn-ghost {
  border: 1px solid #149bd7;
  color: #149bd7;
  font-weight: 500;
  -webkit-transition: color .3s ease-in-out,background .3s ease-in-out;
  transition: color .3s ease-in-out,background .3s ease-in-out;
}
.custom-header-wrapper .account-btn {
  min-width: 80px;
  padding: 6px 12px;
}
.btn:hover {
  text-decoration: none;
}
.btn-ghost:hover {
  color: #fff;
  background: #149bd7;
}
.custom-menu-primary .account-btn {
  padding: 10px 17px;
}
ul.lang-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .account-box ul.lang-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
}
.custom-menu-primary .account-box ul.lang-menu .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #149bd7;
  margin-right: 8px;
}
.custom-menu-primary .sub-menu {
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transition: opacity .5s easy-in;
  transition: opacity .5s easy-in;
}
.custom-menu-primary .account-box ul.lang-menu .sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.lang-open .custom-menu-primary .account-box ul.lang-menu .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .sub-menu .content {
  background: #fff;
  display: block;
}
.custom-menu-primary .sub-menu .content.search {
  width: auto;
  float: right;
}
.custom-menu-primary .account-box .sub-menu .search-box {
  display: block;
  float: right;
  clear: both;
}
.custom-menu-primary .account-box .sub-menu ul {
  display: block;
}
.custom-menu-primary .account-box .sub-menu ul li a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
.custom-menu-primary .account-box .sub-menu ul img {
  vertical-align: middle;
  margin-right: 22px;
}
.custom-menu-primary .account-box .sub-menu ul li a span {
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
  padding: 5px 0;
}
.custom-menu-primary .account-box .sub-menu ul li a.active span,
.custom-menu-primary .account-box .sub-menu ul li a:hover span {
  border-color: #149bd7;
}
.custom-menu-primary .account-box .sub-menu .container {
  display: block;
}
.custom-logo img {
  width: 72px;
}

.search-form button, .search-form input {
  border: none;
  border-radius: 8px;
  padding: 15px 10px 15px 15px;
  outline: 0;
}
.algolia-autocomplete .aa-hint, .algolia-autocomplete .aa-input {
  width: 100%;
}
.algolia-autocomplete .aa-hint {
  color: #999;
}
.search-form input[type=text] {
  width: 100%;
  color: #afafaf;
}
.search-form input[type=text]:focus {
  color: #231f20;
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  margin-top: 4px;
  margin-left: 8px;
  border: none!important;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.search-form button {
  cursor: pointer;
  background: 0 0;
  padding: 15px 15px 15px 0;
  color: #afafaf;
}
.search-form button i {
  font-size: 18px;
}
.icon-search:before {
  content: "";
}
.algolia-autocomplete {
  width: 100%;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid #bebebe;
  margin-bottom: 35px;
}
::placeholder{
  color: #999;
}

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

.body-container-wrapper {
  margin-top: 55px;
  position: relative;
}
.body-container-wrapper .page-center {
  max-width: 1100px !important;
}
.body-container {
  line-height: 2;
}
.content-wrapper {
  padding-top: 45px;
  padding-bottom: 35px;
}
.content-row {
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}
.banner-area {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.banner-area:after, .banner-area:before {
  content: ".";
  display: block;
  position: absolute;
  height: 300px;
  width: 3333px;
  bottom: -75px;
  background: #fff;
  z-index: 2;
}
.banner-area:before {
  left: 50%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.banner-area:after {
  right: 50%;
  background: #fff;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.banner-area .banner-content img {
  display: none;
}
.banner-area .banner-content {
  position: relative;
  z-index: 3;
  padding: 45px 0 25px;
  position: relative;
  padding-top: 45px;
}
.intro-box h1 {
  margin-bottom: 10px;
}
.financial .intro-wrap h1 {
  letter-spacing: -1.3px;
}

.intro-box .text-wrap {
  color: #149bd7;
  font-weight: 500;
  position: relative;
  max-width: 880px;
  z-index: 3;
  font-size: 17px;
  padding-left: 22px;
  line-height: 1.5;
  margin-top: 20px;
}
.financial .intro-wrap .description-box, .financial .intro-wrap .text-wrap {
  max-width: 445px;
  letter-spacing: -.3px;
}
.financial .intro-wrap .text-wrap {
  margin-bottom: 58px;
}
.intro-box .text-wrap:before {
  content: "";
  position: absolute;
  height: 95%;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  background: #149bd7;
}
.financial .intro-wrap .text-wrap:before {
  height: 93%;
}
.intro-box p {
  margin: 0;
}
.financial .intro-wrap .description-box {
  line-height: 1.8;
  letter-spacing: -1.1px;
}
.financial .intro-wrap .description-box p {
  margin-bottom: 1em;
}
.financial.no-image .intro-wrap h1,
.financial.no-image .intro-wrap .description-box,
.financial.no-image .intro-wrap .text-wrap {
  width: 100% !important;
  max-width: 100% !important;
}

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

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

.custom-footer-wrapper {
  background: #f6f9fc;
  border-top: 1px solid #e9eff4;
  padding: 53px 0;
}
.custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before,
.custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
  content: none;
}
.custom-footer-wrapper .col {
  margin-left: 0;
}
.custom-footer-wrapper .col-1 {
  display: none;
}
.custom-footer-wrapper .col-2 {
  margin-bottom: 33px;
  max-width: 85%;
  width: 100%;
}
.custom-footer-wrapper .col-3 {
  margin-bottom: 40px;
  padding-left: 4px;
}
.custom-footer-wrapper .col-4 {
  font-size: 13px;
}
.custom-footer-wrapper .col-1 img {
  max-width: 85px
}
.custom-footer-wrapper .col-2 .hs-menu-wrapper > ul > li {
  padding: 0 15px;
  margin-bottom: 3px;
}
.custom-footer-wrapper .col-2 .hs-menu-wrapper > ul > li > a {
  display: unset;
  color: #575756;
  font-size: 13px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
.custom-footer-wrapper .col-2 .hs-menu-wrapper > ul > li > a:hover {
  border-color: #149bd7;
  font-weight: 500;
  text-decoration: none;
}
.custom-footer-wrapper .col-2 .hs-menu-wrapper > ul {
  -webkit-columns: 3;
  columns: 3;
  margin: 0;
}
ul.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-box li {
  padding: 5px;
}
.social-box a {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #777;
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transition: background .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: background .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,background .3s ease-in-out;
  transition: transform .3s ease-in-out,background .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.social-box a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #353534;
}
.icon-twitter:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.footer-box .subscribe-box {
  margin-bottom: 40px;
}
.footer-box .copyright-box {
  color: #9b9b9b;
  padding-left: 7px;
}
.footer-box .subscribe-box span > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 18px;
  padding-left: 7px;
}
.footer-box .subscribe-box a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 13px;
  border-radius: 8px;
  letter-spacing: -.3px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  border: 1px solid #149bd7;
  color: #149bd7;
  font-weight: 500;
  -webkit-transition: color .3s ease-in-out,background .3s ease-in-out;
  transition: color .3s ease-in-out,background .3s ease-in-out;
  max-width: 345px;
  padding: 18px;
}
.footer-box .subscribe-box a:hover {
  text-decoration: none;
  color: #fff;
  background: #149bd7;
}
.footer-box .copyright-box .hs-menu-wrapper > span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}
.footer-box .copyright-box .hs-menu-wrapper > ul li {
  margin-bottom: 8px;
}
.footer-box .copyright-box .hs-menu-wrapper > ul li a {
  display: unset;
  color: #9b9b9b;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
.footer-box .copyright-box .hs-menu-wrapper > ul li a:hover {
  text-decoration: none;
  border-color: #149bd7;
  font-weight: 500;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  padding: 4px;
  font-size: 23px;
  background: #149bd7;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 100%;
  text-decoration: none;
}
#back-to-top:hover {
  background: #108ac0;
}

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


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-header-wrapper .custom-menu-primary {
  margin-left: 0;
  background: #fff;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper {  
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 54px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #149bd7;
  -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
  transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  cursor: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  background: 0 0;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before{
  background: #149bd7;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 20px 30px;
  width: 400px;
  top: 100%;
  left: -30px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
  font-size: 16px;
  color: #575756;
  width: 50%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #6ec4e0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #149bd7;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover ul ul {
  opacity: 1 !important;
  visibility: visible !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  line-height: 1.5;
  font-size: 12px;
  background: #fff;
  position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {
  margin: 0 0 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
  text-decoration: none;
  text-transform: none;
  color: #575756;
  padding: 0;
  -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
  transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  display: inline-block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
  color: #231f20;
  border-color: #149bd7;
}
.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:1024px) {

  .custom-menu-primary.mobile-menu .hs-menu-wrapper,
  .custom-menu-primary.mobile-menu .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-header-wrapper .mobile-menu {
    display: none !important;
  }

}

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

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

@media (max-width: 1023px){

  .custom-header-wrapper .custom-menu-primary {
    display: none !important;
  }
  /* Menu Reset */
  .mobile-menu,
  .mobile-menu .hs-menu-wrapper > ul, 
  .mobile-menu .hs-menu-wrapper > ul li,
  .mobile-menu .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;
    text-align: left;
  }

  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger{
    cursor: pointer; 
  }

  /* ===== 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: 16px !important; /* Button height */  
    padding: 0 !important;
    font-size: 14px;
    font-weight: 300;
    color: #6ec4e0;
  }
  .child-trigger i {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    float: right;
  }
  .icon-downwards-pointer:before {
    content: "";
  }

  /* ===== Mobile Menu Styles ===== */  

  /* Hide menu on mobile */
  .mobile-menu .hs-menu-wrapper {
    display: block;
  }
  /*   .mobile-menu .hs-menu-children-wrapper{
  display: none;
}   */

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

  /* Mobile Menu Styles */ 
  .mobile-menu .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .mobile-menu .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .mobile-menu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  body.mobile-open {
    overflow: hidden;
  }
  .custom-header-wrapper .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 69%;
    padding: 73px 22px 20px 38px;
    z-index: 99;
  }
  .mobile-open .custom-header-wrapper .mobile-menu {
    display: block;
    box-shadow: -2px 0 10px 0 rgba(35,31,32,.4);  
  }
  .mobile-open .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(35,31,32,.3);
    z-index: 5;
  }
  .mobile-menu .hs-menu-wrapper > ul li {}
  .mobile-menu .hs-menu-wrapper >  ul > li > a { 
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #149bd7;
    margin-bottom: 23px;
    width: auto;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a:before {
    content: none;
  }
  .mobile-menu .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .mobile-menu .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .mobile-menu .hs-menu-wrapper > ul ul li{}
  .mobile-menu .hs-menu-wrapper > ul > li > ul {
    display: block;
    padding-left: 10px;
    margin-bottom: 25px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #6ec4e0;
    margin-bottom: 10px;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
  }
  .mobile-menu .hs-menu-wrapper >  ul > li > .child-trigger {
    display: none !important;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul {
    -webkit-transition: right .3s ease-in-out !important;
    transition: right .3s ease-in-out !important;
    font-size: 12px;
    background: #fff;
    z-index: 8899 !important;
    position: fixed !important;
    top: 0 !important;
    left: auto !important;
    right: -100%;
    width: 69%;
    height: 100vh;
    padding: 60px 0 30px;
    overflow-y: auto;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > .child-open ~ ul {
    right: 0 !important;
  }

  .inner-menu-wrapper {
    padding: 36px 25px;
    padding-bottom: 76px;
    background: #fff;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul li {
    margin: 0 0 4px;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul li a {
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;
    text-transform: none;
    color: #575756;
    padding: 0;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    display: inline-block !important;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul li a:hover {
    color: #231f20;
    border-color: #149bd7;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul .back-menu {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #6ec4e0;
    margin-bottom: 10px;   
    font-weight: 500;
    text-transform: uppercase;
    color: #575756;
    background: #f6f9fc;
    padding: 12px 22px;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul .back-menu i {
    display: inline-block;
    float: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* Level 4 and Higher Menu List Styles */
  .mobile-menu .hs-menu-wrapper > ul ul ul ul li a{}


}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container-wrapper 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 {
  font: inherit;
  line-height: normal;
  border: 1px solid #999;
  width: 100%;
  max-width: 767px;
  display: block;
  border-radius: 8px;
  outline: 0;
  color: #231f20;
  padding: 12px 15px;
  font-size: 16px;
}

.body-container-wrapper 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 {
  border-color: #231f20;
}

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font: inherit;
  display: inline-block;
  white-space: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: -.3px;
  font-size: 14px;
  text-transform: uppercase;
  transition: background .3s ease-in-out;
  color: #fff;
  background: #149bd7;
  border: none;
  border-radius: 8px;
  padding: 20px 55px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #108ac0;
}

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


input[type="search"] {
  -webkit-appearance: none;
}
.hs-form-field > label, label.hs-form-booleancheckbox-display {
  display: block;
  margin-bottom: 5px;
}
.form-title {
  margin-top: 0;
  white-space: normal;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #01416d;
}
.subscribe-options label {
  display: block;
}
.hs-form-field, #hs-pwd-widget-password {
  margin-bottom: 26px;
}
.body-container-wrapper .hs-form  {
  margin-bottom: 40px;
}
ul.hs-error-msgs.inputs-list {
  color: #900;
  padding: 0;
  list-style-type: none;
}
.hs-input.invalid.error {
  border-color: #900;
}



/* =============== 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 {}

.search-page ul#hsresults {
  padding: 0;
  margin-top: 20px;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.tag > span {
  display: inline-block;
}
.hs-blog-listing .content-wrapper {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
ul.l_tinynav1 {
  display: none !important;
}
.blog-categories h3 {
  font: 16px/1.2 Montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif;
  position: relative;
  color: #149bd7;
}
.blog-categories .block > * {
  position: relative;
  margin-bottom: 10px;
  color: #149bd7;
}
.blog-categories .block > *:first-child {
  padding: 0;
}
select#tinynav1 {
  color: inherit;
  font: inherit;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 0;
}
.gutter {
  width: 34px;
}
.post-listing .post-item {
  padding-bottom: 40px;
  width: 100%;
}
.hs-featured-image-wrapper img {
  width: 100%;
}
.post-item .post-header {
  -webkit-transition: box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,transform .3s ease-in-out;
  transition: box-shadow .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.6;
  letter-spacing: -.025em;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 21px 2px rgba(35,31,32,.05);
}
.post-item .post-header:hover {
  box-shadow: 0 2px 21px 2px rgba(35,31,32,.15);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.post-item .post-header > a {
  transition: color .3s ease-in-out,background .3s ease-in-out;
  text-decoration: none;
  color: #575756;
  display: block;
}
.post-item .article-caption {
  padding: 20px 25px 23px;
}
.post-item .article-caption .tag {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.post-item h2 {
  margin: 0 0 .5em;
  font-family: inherit;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #01416d;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 13px;
  margin-bottom: 23px;
}
.post-item .article-caption p {
  margin-bottom: 3px;
}
.post-item .article-caption ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-item .article-caption ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 12px;
}
.post-item .article-caption i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  color: #7bcc0c;
}
.icon-calendar:before {
  content: "";
}
.blog-pagination {
  text-align: center;
  padding: 0 15px;
  margin-top: 53px;
}
.btn-bright-blue {
  color: #fff;
  background: #149bd7;
}
.btn-bright-blue:hover {
  background: #108ac0;
}
.post-banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #d7f0f7;
  width: 100%;
  height: 460px;
}
.latest-section, .subscribe-section {
  background: #149bd7;
  padding: 58px 0 42px;
}
.subscribe-section {
  padding: 65px 0;
}
.latest-section .page-center, .subscribe-section .page-center {
  max-width: 1104px !important;
}
.latest-section .text-box, .subscribe-section .text-box {
  max-width: 680px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.latest-section .text-box p, .subscribe-section .text-box p {
  margin-bottom: 38px;
}
.btn-white {
  font-weight: 500;
  color: #149bd7;
  background: #fff;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.latest-section .text-box .btn, .subscribe-section .text-box .btn {
  padding: 19px;
}
.btn-white:hover {
  background: #01416d;
  color: #fff;
}
.hs-blog-post .content-wrapper {
  max-width: 1170px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hs-blog-post .blog-content {
  background-image: url('//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Images/banner-content-bg.png');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -120px;
  padding: 52px 60px;
}

.hs-blog-post .blog-content {
  line-height: 1.2;
}
.intro-box .intro-wrap {
  position: relative;
  z-index: 3;
  padding: 45px 0 25px;
}
.blog-content .intro-box .intro-wrap {
  padding: 0 0 78px 0;
}
.blog-content .intro-box .intro-wrap .tags {
  padding-bottom: 25px;
}
.blog-content .intro-box .intro-wrap .tags span {
  font-size: 16px;
  color: #575756;
  font-weight: 300;
  display: inline-block;
  padding-left: 15px;
}
.blog-content .intro-box .intro-wrap .tags span.resource-type {
  font-weight: 500;
}
.blog-content .intro-box .intro-wrap .tags span:first-child {
  padding-left: 0;
}
.blog-content .intro-box .intro-wrap .tags span:before {
  content: "";
  border-left: 1px solid #575756;
  padding-right: 20px;
}
.blog-content .intro-box .intro-wrap .tags span:first-child:before {
  padding-right: 0;
  border: none;
}
.blog-content .social-box {
  margin-bottom: 40px;
  padding-left: 4px;
}
.blog-content .intro-box .intro-wrap .social-box {
  width: auto;
  padding-top: 15px;
}
.blog-content .intro-box .intro-wrap .social-box .social-list li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.icon-envelope:before {
  content: "";
}
.blog-content .intro-box .intro-wrap .intro-body .text-wrap {
  width: -webkit-calc(100% - 335px);
  width: -ms-calc(100% - 335px);
  width: -o-calc(100% - 335px);
  width: calc(100% - 335px);
  padding-top: 10px;
  margin-top: 50px;
}
.blog-content .intro-box .intro-wrap .intro-body .text-wrap p {
  line-height: 1.6;
}
.hs-blog-post .section.post-body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}
.hs-blog-post .blog-post-wrapper {
  margin-bottom: 45px;
  position: relative;
}
.hs-blog-post .blog-post-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.hs-blog-post .blog-left-col {
  width: -webkit-calc(100% - 335px);
  width: -ms-calc(100% - 335px);
  width: -o-calc(100% - 335px);
  width: calc(100% - 335px);
  padding-left: 15px;
  float: left;
}
.hs-blog-post .related-aside {
  width: 335px;
  float: right;
}
.hs-blog-post .related-aside .sticky-inner {
  padding: 34px 0 20px;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin-left: 45px;
}
.hs-blog-post .related-aside .sticky-inner h3 {
  font-size: 25px;
  color: #01416d;
  font-weight: 300;
  margin-bottom: 25px;
}
.resource-page-wrap .btn {
  margin: 30px 0 40px;
  padding: 12px 27px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .btn.btn-bright-blue {
  padding: 12px 27px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.individual-content img {
  display: block;
  margin-bottom: 40px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item img {
  width: 66px;
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content {
  float: left;
  width: 220px;
  padding-left: 20px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item.no-image .content {
  width: 100% !important;
  padding-left: 0;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content p {
  font-size: 13px;
  color: #149bd7;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content .tags {
  font-size: 12px;
  color: #575756;
}
.hs-blog-post .blog-content .related-aside .sticky-inner a {  
  margin: 10px 0 20px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content .tags span:before {
  content: "";
  border-left: 1px solid #575756;
  padding-right: 7px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content .tags span:first-child:before {
  padding-right: 0;
  border: none;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content .tags span {
  font-size: 12px;
  color: #575756;
  font-weight: 300;
  display: inline-block;
  padding-left: 4px;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content .tags span.related-type {
  font-weight: 800;
}
.hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content .tags span:first-child {
  padding-left: 0;
}
.hs-blog-post .blog-content .related-aside .sticky-inner:after {
  content: "";
  display: block;
  clear: both;
}
.comment-date {
  display: block;
  text-align: left;
}
.replying {
  padding-left: 0;
}
.post-footer div#comments-listing {
  line-height: 2;
}
.post-item.form-item .post-header {
  text-align: center;
  background: #f6f9fc url('//cdn2.hubspot.net/hubfs/6072523/CFCUnderwriting_November2019%20Theme/Images/box-bg.png') no-repeat;
  background-size: 100% auto;
}
.post-item.form-item .btn {
  padding: 20px 15px;
  margin-bottom: 25px;
}
.post-item.form-item .post-header h2 {
  color: #fff;
  border-bottom: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
}
.subscribe-section.no-content {
  padding: 0;
}

/* --- Popup Form ---- */

::placeholder { 
  opacity: 1;
  color: #231f20;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
} 
::-moz-placeholder {
  opacity: 1;
  color: #231f20;
} 
:-ms-input-placeholder {
  opacity: 1;
  color: #231f20;
}
.fancybox-container {
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.popup-open .fancybox-container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.popup-open {
  overflow: hidden;
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-bg {
  background: #5c5c5c;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current, 
.fancybox-slide--next, 
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.popup {
  position: relative;
  text-align: left;
  background: #fff;
  width: -webkit-calc(100vw - 20px);
  width: -ms-calc(100vw - 20px);
  width: -o-calc(100vw - 20px);
  width: calc(100vw - 20px);
}
.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
  display: inline-block;
}
.popup .close {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #e9eff4;
}
.popup .close:after, .popup .close:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 5px;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 2px;
  background: #fff;
}
.popup .close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .close:hover {
  background: #cecece;
}
.popup h2 {
  margin-bottom: 15px;
  padding-right: 30px;
  font-size: 25px;
}
.popup .hs-form-field > label {
  display: none;
}
.popup form select {
  width: 100%;
  padding: .4em .7em;
  outline: 0;
  color: #231f20;
  padding: 12px 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #999;
  height: 46px;
}
.popup form .hs-richtext.hs-main-font-element {
  overflow: hidden;
}
.popup form .hs-richtext.hs-main-font-element p {
  font: 16px/1.2 Montserrat,Arial,"Helvetica Neue",Helvetica,sans-serif;
  margin-top: 10px;
  display: block;
  float: left;
  width: 100%;
}
.popup form  .hs-fieldtype-booleancheckbox {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 3px;
}
.popup form  .hs-fieldtype-booleancheckbox ul {
  margin: 0;
}
.popup form  .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display {
  margin: 0;
}
.popup form input[type="checkbox"] {
  margin-right: 4px;
}
.popup form .hs-fieldtype-booleancheckbox.hs_cyber_fix {
  margin-bottom: 6px;
}
.popup form input[type="submit"] {
  width: 100%;
}
.fancybox-container .popup .hs-form {
  margin-bottom: 10px;
}
.fancybox-slide input[type="text"],
.fancybox-slide input[type="email"],
.fancybox-slide select {
  max-width: 100%;
}

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


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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    left: 5px !important;
  }
  
  
}


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

@media (max-width: 1023px) {


  .mobile-menu .account-btn {
    padding: 10px 17px;
  }
  .mobile-menu .account-box ul.lang-menu>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .mobile-menu .account-box ul.lang-menu .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #149bd7;
    margin-right: 8px;
  }
  .mobile-menu .sub-menu {
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-transition: opacity .5s easy-in;
    transition: opacity .5s easy-in;
  }
  .mobile-menu .account-box ul.lang-menu .sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .lang-open .mobile-menu .account-box ul.lang-menu.is-active .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .sub-menu .content {
    background: #fff;
    display: block;
  }
  .mobile-menu .sub-menu .content.search {
    width: auto;
    float: right;
  }
  .mobile-menu .account-box .sub-menu .search-box {
    display: block;
    float: right;
    clear: both;
  }
  .mobile-menu .account-box .sub-menu ul {
    display: block;
  }
  .search-form {
    margin: 0;
    padding: 0;
    border-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    border: 1px solid #bebebe;
    margin-bottom: 35px;
  }
  .algolia-autocomplete {
    width: 100%;
  }
  .mobile-menu .account-box ul.lang-menu>li a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .mobile-menu .account-box .sub-menu ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
  }
  .mobile-menu .account-box .sub-menu ul img {
    vertical-align: middle;
    margin-right: 22px;
  }
  .mobile-menu .account-box .sub-menu ul li a span {
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    padding: 5px 0;
  }
  .mobile-menu .account-box .sub-menu ul li a.active span, 
  .mobile-menu .account-box .sub-menu ul li a:hover span {
    border-color: #149bd7;
  }
  .blog-content .intro-box .intro-wrap .intro-body .text-wrap,
  .hs-blog-post .blog-left-col,
  .hs-blog-post .related-aside {
    width: 100%;
  }
  .hs-blog-post .related-aside .sticky-inner {
    margin: 50px 0 0 0;
  }
  .hs-blog-post .blog-content .related-aside .sticky-inner .related-item .content {
    width: -webkit-calc(100% - 70px);
     width: -ms-calc(100% - 70px);
     width: -o-calc(100% - 70px);
     width: calc(100% - 70px);
  }
  .related-item img {
    display: block;
  }
  .fancybox-slide::before {
    content: none;
  }

}


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

@media (max-width: 767px) {

  .social-box .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: fixed !important; 
  }
  .child-trigger i,
  .mobile-menu .hs-menu-wrapper > ul ul ul .back-menu i {
    width: auto;
  }
  .inner-menu-wrapper {
    padding: 60px 25px;
    padding-bottom: 76px;
  }
  .account-box img, .account-box span {
    width: auto;
    display: unset;
  }
  .mobile-menu .search-form button {
    width: auto;
    display: unset;
  }
  .search-form input[type=text] {
    width: -webkit-calc(100% - 33px);
    width: -ms-calc(100% - 33px);
    width: -o-calc(100% - 33px);
    width: calc(100% - 33px);
  }
  .mobile-menu .account-btn {
    width: auto;
  } 
  .banner-area {
    min-height: auto !important;
  }
  .banner-area.no-content img {
    display: block !important;
  }
  select#tinynav1 {
    width: 100%;
    border: 1px solid #6ec4e0;
    border-radius: 8px;
    padding: 20px;
    color: #149bd7;
  }
  .hs-blog-post .blog-content {
    background: 0 0;
    padding: 0;
    margin-top: 30px;
  }
  .post-banner-img {
    height: 150px;
    background-size: cover;
  }
  .blog-content .intro-box .intro-wrap {
    padding: 0 0 40px 0;
  }
  .blog-content .intro-box .intro-wrap .tags span {
    display: block;
    padding: 6px 0 0 0;
    font-size: 13px;
  }
  .blog-content .intro-box .intro-wrap .tags span:before {
    content: none;
  }
  blockquote:before {
    width: 50px;
    height: 43px;
  }
  blockquote {
    padding-left: 70px;
  }
  blockquote p {
    font-size: 18px;
  }
  
  
}  


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

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



@media (max-height: 576px) {

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }



}


@media (min-width: 768px) {

  .custom-footer-wrapper {
    padding: 60px 0;
  }
  .custom-footer-wrapper .col-1 {
    display: block;
    width: 14%;
  }
  .custom-footer-wrapper .col-2 {
    width: 37%;
    max-width: 40.1%;
    margin-bottom: 0;
  }
  .custom-footer-wrapper .col-3 {
    padding: 0;
    margin-bottom: 0;
    width: 8.5%;
  }
  .custom-footer-wrapper .col-4 {
    width: 40.3%;
  }
  .custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .custom-footer-wrapper .col-2 .hs-menu-wrapper > ul > li {
    padding: 0 5px;
  }
  .custom-footer-wrapper .col-2 .hs-menu-wrapper > ul {
    -webkit-columns: 2;
    columns: 2;
    max-width: 350px;
  }
  .social-box li {
    padding: 4px;
  }
  .social-box li:first-child {
    padding-top: 0;
  }
  .search-form {
    min-width: 332px;
  }
  .banner-area .banner-content img {
    display: block;
    position: absolute;
    top: 13%;
    right: 0;
    width: 38%;
  }
  .banner-area .banner-content {
    padding-top: 100px;
  }
  .blog .banner-area .banner-content {
    padding-top: 45px;
  }
  .financial .intro-wrap h1 {
    width: 60%;
  }
  .financial .intro-wrap .text-wrap {
    margin-bottom: 35px;
  }
  .financial .intro-wrap .description-box {
    line-height: 2;
    letter-spacing: -.3px;
  }
  .blog-categories .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 68px;
  }
  .blog-categories .block > * {
    padding: 0 15px;
    margin-bottom: 0;
  }
  select#tinynav1 {
    width: 130px;
    font-size: 14px;
    border: none;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0;
  }
  .post-listing .post-item {
    width: -webkit-calc(50% - 17px);
    width: -ms-calc(50% - 17px);
    width: -o-calc(50% - 17px);
    width: calc(50% - 17px);
  }
  .post-item .post-header {
    line-height: 2em;
  }
  .post-item .article-caption {
    padding: 14px 25px 25px;
  }
  .post-item .article-caption .tag {
    margin-bottom: 17px;
  }
  .post-item h2 {
    line-height: 1.3;
    padding-bottom: 22px;
    margin-bottom: 20px;
  }
  .latest-section .text-box p, .subscribe-section .text-box p {
    margin-bottom: 20px;
  }
  .blog-content .social-box {
    padding: 0;
    margin-bottom: 0;
    width: 8.5%;
  }
  .post-item.form-item .post-header {
    min-height: 600px;
  }
  body:not(.blog) .banner-area:not(.no-image) {
    min-height: 517px;
  }
  .hs-blog-post.no-feature-image .blog-content {
    margin-top: 0;
    background: 0;
  }

}


@media (min-width: 1024px) {

  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 36px;
  }
  .content-wrapper {
    padding-top: 95px;
  }
  .custom-footer-wrapper .col-1 {
    width: 19.3%;
  }
  .custom-footer-wrapper .col-3 {
    width: 10.3%;
  }
  .custom-footer-wrapper .col-4 {
    width: 30.3%;
  }
  .custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social-box a {
    width: 28px;
    height: 28px;
  }
  .footer-box .subscribe-box {
    margin-bottom: 73px;
  }
  .custom-header-wrapper {
    border-bottom: 1px solid #e9eff4;
  }
  .custom-header-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    min-height: 125px !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .custom-logo {
    margin-right: 65px;
  }
  .custom-header-wrapper .nav-opener {
    display: none;
  }
  .custom-header-wrapper .account-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 96px;
    padding: 12px 12px;
  }
  .custom-menu-primary .account-btn {
    display: none;
  }
  .custom-menu-primary .account-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-menu-primary .account-box ul.lang-menu > li {
    padding: 54px 20px;
  }
  .custom-menu-primary .account-box ul.lang-menu > li a {
    margin: 0;
  }
  .custom-menu-primary .sub-menu {
    position: absolute;
  }
  .custom-menu-primary .account-box ul.lang-menu .sub-menu {
    display: block;
  }
  .custom-menu-primary .sub-menu .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    width: 400px;
    margin-left: 298px;
  }
  .custom-menu-primary .account-box .sub-menu ul {
    margin-left: 37px;
    width: 133px;
    float: right;
  }
  .custom-menu-primary .account-box ul.lang-menu>li a {
    margin: 0;
  }
  .custom-header-wrapper:before {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }
  .lang-open .custom-header-wrapper:before,
  .custom-header-wrapper.menu-open:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 9999px;
    background: rgba(35,31,32,.3);
  }
  .custom-menu-primary .account-box .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1140px;
    margin: 0 auto;
  }
  .custom-logo img {
    width: 134px;
    min-width: 134px;
  }
  .body-container-wrapper {
    margin-top: 125px;
  }
  .banner-area .banner-content img {
    width: 100%;
    max-width: 518px;
  }
  .banner-area .banner-content {
    padding: 95px 0 25px;
  }
  .blog .banner-area .banner-content {
    padding-top: 95px;
  }
  .intro-box h1 {
    margin-bottom: 15px;
  }
  .intro-box .text-wrap {
    line-height: 1.7;
    padding-left: 25px;
    font-size: 23px;
    margin-top: 30px;
  }
  .post-listing .post-item {
    width: -webkit-calc(33.333% - 22.6666px);
    width: -ms-calc(33.333% - 22.6666px);
    width: -o-calc(33.333% - 22.6666px);
    width: calc(33.333% - 22.6666px);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .latest-section, .subscribe-section {
    padding: 65px 0 105px;
  }
  .blog-content .social-box {
    width: 10.3%;
  }
  .hs-blog-post .section.post-body {
    font-size: 16px;
    line-height: 2;
  }
  .hs-blog-post .related-aside {
    position: sticky;
    top: 125px;
    background: #fff;
  }

  .popup {
    width: 100%;
    max-width: 500px;
  }
  .popup h2 {
    margin-bottom: 27px;
  }
  body:not(.blog) .banner-area:not(.no-image) {
    min-height: 625px;
  }


}



@media (min-width: 1200px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 20px;
  }

}



