/* ==========================================================================
   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=Roboto:100,300,400,500,700&display=swap');

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-solid-900.eot") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-solid-900.woff2") format("woff2"), url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-solid-900.woff") format("woff"), url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-brands-400.eot") format("embedded-opentype"), url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-brands-400.woff2") format("woff2"), url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-brands-400.woff") format("woff"), url("//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

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

/* 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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  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.com/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.com/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 {
  line-height: 1.15;
}

body {
  background: #fff;
  color: #333;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4667;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1024px;
  margin: 0 auto;
}

/* Highlighted Text */




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

/* Basic text */
p {} 
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 {
  margin-top: 0;
  font-family: Roboto,sans-serif;
  font-weight: 300;
  line-height: 37px;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 37px;
  line-height: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a { 
  color: #0096ff; 
  text-decoration: none;
}
a:hover, a:focus { 
  color: #0a578d;
  text-decoration: none;
  outline: none;
}

/* 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 .row-fluid [class*="span"] {
  min-height: 0;
}

.no-banner .header-container-wrapper {
  min-height: 110px;
}


.header-container {}

.custom-header .page-center, .custom-header-scroll .page-center {
  max-width: 100% !important;
}

.custom-wrap {
  padding: 20px;
  position: relative;
  position: absolute;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}

.custom-logo {
  width: 174px !important;
  display: inline-block !important;
  position: relative;
  transition: all .25s ease;
  -webkit-animation: fade-in-from-left .55s ease 0s 1;
  animation: fade-in-from-left .55s ease 0s 1;
}

.custom-logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
}

.custom-wrap2 {
  display: flex;
}

.header-language-selector {
  right: -20px;
  top: -20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all .25s ease;
  -webkit-animation: fade-in-from-right .55s ease 0s 1;
  animation: fade-in-from-right .55s ease 0s 1;
}

.header-language-selector-inner {
  background: #0a578d;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-language-selector span {
  color: #fff;
}

.custom-header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  background: #0a578d;
  height: 70px;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  z-index: 99;
}

.scroll-header .custom-header-scroll { 
  opacity: 1;
  visibility: visible;
}


.custom-wrap3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.custom-logo-scroll {
  width: 174px !important;
  display: inline-block !important;
  position: relative;
  transition: all .25s ease;
  -webkit-animation: fade-in-from-left .55s ease 0s 1;
  animation: fade-in-from-left .55s ease 0s 1;
  padding: 2px 0 0;
  margin: 0 0 -10px 15px !important;
}

.custom-logo-scroll img:first-child {
  opacity: 0;
}

.custom-logo-scroll img:last-child {
/*   padding: 9px 20px; */
  position: absolute;
  top: 0;
  left: 0;
  transition: all .25s ease-in-out;
}

.scroll-header .custom-logo-scroll img:last-child {
  padding: 9px 20px;
}

.custom-wrap4 {
  display: flex;
}

.header-language-selector-scroll {
  position: relative;
  display: flex;
  top: 0;
  right: 0;
  align-items: center;
  align-self: baseline;
  justify-content: center;
  font-weight: 700;
  transition: all .25s ease;
  -webkit-animation: fade-in-from-right .55s ease 0s 1;
  animation: fade-in-from-right .55s ease 0s 1;
}

.header-language-selector-inner-scroll {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a578d;
  cursor: pointer;
}

.header-language-selector-scroll span {
  color: #fff;
}

@-webkit-keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-from-left {
  -webkit-animation-name: fade-in-from-left;
  animation-name: fade-in-from-left;
}  


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

.body-container-wrapper {}

body:not(.blog) .body-container .page-center {
  max-width: 1150px;
}


.banner-area {
  background: linear-gradient(0deg,#b4e0ff -28.38%,#fff 45.93%);
  height: 100vh;
  max-height: 767px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-container {
  margin: 70px 70px 55px;
  overflow: visible;
  display: flex;
  width: 100%;
}

.banner-text {
  flex: 1;
  align-self: center;
  margin: 70px;
}

.banner-title {
  font-size: 14px;
  line-height: normal;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #000;
}

.banner-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ff9700;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.banner-subtitle {
  font-size: 37px;
  line-height: 48px;
  width: 80%;
  margin-bottom: 1.5em;
  color: #000;
}

.hero-container__slider-content {
  margin-right: 5%;
  color: #000;
}

.banner-image {
  width: 55%;
  text-align: right;
  position: relative;
  -webkit-animation: fade-in .75s ease 0s 1;
  animation: fade-in .75s ease 0s 1;
}

.banner-image img {
  object-fit: cover;
  object-position: right top;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.has-right-rect:before {
  content: "";
  position: absolute;
  background: #0a578d;
  bottom: 0;
  right: 0;
  width: 40vw;
  max-width: 550px;
  height: 75vh;
  max-height: 570px;
  -webkit-animation: slide-in-from-right 1.35s ease 0s 1;
  animation: slide-in-from-right 1.35s ease 0s 1;
}


ul.banner-social {
  list-style: none;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 160px;
  margin: auto 0 auto 18px;
  padding: 0;
}

ul.banner-social li a {
  font-size: 16px;
  padding: 8px;
  margin: 0;
  display: block;
  position: relative;
  transition: all .25s ease;
  min-height: 40px;
  color: #0a578d;
}

ul.banner-social li a:before {
  content: "";
  position: absolute;
  background-color: #0096ff;
  display: inline-block;
  padding: 8px;
  opacity: .25;
  top: 5.33333px;
  left: 4px;
}

ul.banner-social li a:hover:before {
  background-color: #ffb64d;
}

ul.banner-social li a:hover {
  color: #ff9700;
  padding-top: 4px;
  padding-bottom: 12px;
}


.scroll-bottom {
  background: #273742;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 70px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.scroll-bottom a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 20px 25px 30px;
  cursor: pointer;
}

.scroll-bottom span {
  float: right;
}

.scroll-bottom svg {
  position: relative;
  top: 0;
  margin-bottom: 1.5em;
  -webkit-animation: move-top 1.5s ease-in-out infinite;
  animation: move-top 1.5s ease-in-out infinite;
}



.body-container .hs_cos_wrapper_type_rich_text ol, .body-container .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  padding: 0;
}

.body-container .hs_cos_wrapper_type_rich_text ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.body-container .hs_cos_wrapper_type_rich_text ol {
  margin-left: 1.25rem;
}

.body-container  .widget-module > ul {
  margin-left: 1.25rem;
  padding-left: 0;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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


.custom-footer > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  font-family: Roboto,sans-serif;
  width: 100%;
}

.custom-follow-us {
  width: 70px !important;
}

.custom-follow-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #0a578d;
  text-align: center;
  width: 70px;
  position: relative;
}

.custom-follow-us ul:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 5px;
  background: #0a578d;
  z-index: -1;
}

.custom-follow-us ul li a {
  padding: 19px 0;
  display: block;
  width: 100%;
  transition: background-color .25s ease;
}

.custom-follow-us ul li a:hover {
  background: #87acc7;
}

.custom-follow-us ul li a i {
  font-size: 20px;
  color: #fff;
}

.custom-follow-us ul li a:hover i {
  color: #0a578d;
}

.fa, .fab, .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";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.custom-wrap7 {
  display: flex;
  width: -webkit-calc(100% - 220px);
  width: -ms-calc(100% - 220px);
  width: -o-calc(100% - 220px);
  width: calc(100% - 220px);
  margin: 40px 110px 40px 40px;
  overflow: hidden;
}

.custom-footer-logo, .custom-headquarter, .custom-companies, .custom-services, .custom-footer-contact {
  width: 20% !important;
  margin-left: 0 !important;
}

.custom-footer-logo img {
  max-width: 60px;
  display: block;
  margin-left: 3em;
}

.custom-headquarter h3, .custom-companies h3, .custom-services h3 {
  color: #273742;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4667;
  margin: 0 0 1.5em;
}

.custom-headquarter p {
  color: #000;
  font-size: 14px;
  line-height: 1.4667;
  margin: 0 0 9px;
  text-decoration: none;
}

.custom-companies-links .hs-menu-wrapper ul > li > a, .custom-services  .hs-menu-wrapper ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 1.4667;
  margin: 0 0 9px;
  text-decoration: none;
  position: relative;
}

.custom-companies-links .hs-menu-wrapper ul > li > a:before, .custom-services  .hs-menu-wrapper ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #0a578d;
  transition: width .25s ease-in-out;
}

.custom-companies-links .hs-menu-wrapper ul > li > a:hover:before, .custom-services  .hs-menu-wrapper ul > li > a:hover:before {
  width: 100%;
}


.custom-footer-contact a {
  position: relative;
  display: inline-block;
  line-height: 1.4667;
  margin: 0 0 31px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.custom-footer-contact a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #0a578d;
  transition: width .25s ease-in-out;
}

.custom-footer-contact a:hover:before {
  width: 100%;
}

.custom-footer-contact a i {
  font-size: 20px;
  color: #0a578d;
  margin-right: 5px;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fab, .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;
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-user:before {
  content: "\f007";
}


.custom-wrap6 {
  width: 100%;
  background: #273742;
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
  order: 3;
}

.custom-copyright {
  width: auto !important;
}

.custom-copyright p {
  margin: 0;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.4667;
  color: #fff;
  display: inline-block;
  padding-top: 31px;
}

.custom-footer-bottom-links {
  margin-left: 0 !important;
  width: auto !important;
}

.custom-footer-bottom-links .hs-menu-wrapper ul {
  margin: 0 55px 0 0;
  padding: 0;
  display: flex;
}

.custom-footer-bottom-links .hs-menu-wrapper ul > li {
  float: none !important;
}

.custom-footer-bottom-links .hs-menu-wrapper ul > li > a {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.4667;
  color: #fff;
  display: inline-block;
  padding: 31px 20px 24px;
  text-decoration: none;
  position: relative;
}


.custom-footer-bottom-links .hs-menu-wrapper ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #ff9700;
  bottom: 15px;
  transition: width .25s ease-in-out;
}

.custom-footer-bottom-links .hs-menu-wrapper ul > li > a:hover:before {
  width: 100%;
}

.custom-back-to-top {
  position: relative;
  font-size: 14px;
  background: #ff9700;
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: right !important;
  width: 70px !important;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -70px;
  z-index: 11;
  overflow: hidden;
}

.custom-back-to-top a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 30px 25px;
}


.custom-back-to-top a span {
  display: inline-block;
  margin: 0;
  margin-bottom: 1em;
  margin-bottom: 18px;
}


.custom-back-to-top a svg {
  position: relative;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-animation: move-top 1.5s ease-in-out infinite;
  animation: move-top 1.5s ease-in-out infinite;
}


@-webkit-keyframes move-top {
  
  33% {
    top: 10px;
  }
  
  0% {
    top: 0;
  }
}

@keyframes move-top {
  
  33% {
    top: 10px;
  }

  0% {
    top: 0;
  }
}

.move-top {
  -webkit-animation-name: move-top;
  animation-name: move-top;
}  






/* ==========================================================================
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: 1280px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
  }
  


  .custom-menu-primary {
    /*     display: flex !important; */
    margin-left: 0 !important;
    width: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    -webkit-animation: fade-in-from-top 1.35s ease 0s 1;
    animation: fade-in-from-top 1.35s ease 0s 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    padding: 2px 18px 1em;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    font-size: 10px;
    padding: 0 0 0 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #ff9700;
    bottom: 5px;
    transition: width .25s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
    width: 80%;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    transition: all .25s ease !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 15px 50px 15px 25px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:before, .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ff9700;
    top: 0;
    height: 0;
    transition: all .25s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:before {
    width: 4px;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover:before {
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:after {
    content: "\f054";
    width: 0;
    height: 100%;
    right: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    padding: 0 0 0 5px;
    transition: all .25s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover:after {
    width: 20px;
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary.scroll {
    display: flex;
    align-items: center;
    visibility: visible;
    margin-right: 1em;
  }

  .custom-menu-primary.scroll .hs-menu-wrapper > ul > li > a {
    padding-top: 15px;
    color: #fff;
  }

  .custom-header-mobile {
    display: none !important;
  }
}


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

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

@media (max-width: 1279px){

  /* 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;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    background: #0a578d;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }

  .mobile-trigger span {
    display: block;
    height: 2px;
    width: 20px;
    margin: 0 auto 4px;
    background: #fff;
    transition: all .25s ease-in-out;
  }

  .mobile-trigger span:nth-child(odd) {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  .mobile-trigger span:nth-child(2n) {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  
  .mobile-trigger:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }


  .mobile-open .mobile-trigger span {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }

  .mobile-open .mobile-trigger span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger span:nth-child(2n) {
    visibility: hidden;
    opacity: 0;
  }

  .mobile-open .mobile-trigger span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }



  /* ===== 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }

  .child-trigger:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    font-size: 10px;
    padding: 0 0 0 5px;
    font-size: 20px;
    padding-left: 20px;
  }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    min-height: 0 !important;
  }

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

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

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

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

  /* Level 1 and Higher Menu List Styles */



  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }


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

.hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .hs_cos_wrapper_type_form,.hs_cos_wrapper_type_password_prompt, #email-prefs-form,#comment-form, .hs-search-field,.section.post-footer form  {
  background-color: #273742;
  display: inline-block;
  padding: 30px 30px;
  width: 100%;
  max-width: 767px;
  margin-bottom: 30px;
  color: #fff;
}

.subscription-template-form  #email-prefs-form{
  background-color: transparent;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  color: inherit;
}

.form-title {
  font-family: Roboto,sans-serif;
  font-size: 37px;
  font-weight: 100;
  line-height: 48px;
  color: #e2e2e2;
}

.form-title:empty{
  display:none;
}

.hs_recaptcha {
  margin: 15px 0;
}

.body-container .hs-form{
  margin-bottom: 20px;
}

/* Form Field */
.hs-form-field {
  margin: 0 0 20px;
}

.hs-form-required{
  color: red;
  color: #fff;
}


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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  max-width: 100%;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  margin-bottom: ;
}

/* 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 {
  width: 100%;
  max-width: 767px;
  display: block;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  font-family: Roboto,sans-serif;
  font-size: 15px;
  font-weight: 100;
  padding: 5px 4px;
  line-height: 1.15;
}

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 {
  outline: none;
  border:  ;
  -moz-box-shadow: ;
  -webkit-box-shadow: ;
  box-shadow: ;
}

.hs-input.invalid.error{
  border: ;
  -webkit-box-shadow: ;
  -moz-box-shadow: ;
  box-shadow: ;
}

/* 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 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.hs-error-msgs label {
  color: #f00;
  font-size: 12px;
  color: #fff;
  background-color: #a42e2e;
  font-weight: 300;
  letter-spacing: normal;
  padding: 7px 10px 5px;
  display: block;
  max-width: 767px;
  width: 100%;
}

/* 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"], #hs-pwd-widget-password {
  margin: 0 0 20px;
}
.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;
  display: inline-block;
  white-space: normal;  
  text-align: center;
  padding: 7px 15px 4px;
  font-family: Roboto,sans-serif;
  font-size: 1em;
  font-weight: 100;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  line-height: 1.15;
}

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

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


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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}

input[type="search"]::-webkit-search-cancel-button { 
  display:none; 
}

input[type="search"] {
  -webkit-appearance: none;
}

.subscribe-options label {
  display: block;
  margin-left: 0;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}


.inpage-editor-active-field, .inpage-editor-highlight-field {
  z-index: 2;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 0 10px !important;
  padding: 0 0 !important;
}

.replying {
  padding-left: 0 !important;
}

.custom-blog-post-form {
  padding: 0 60px 0 60px;

  overflow: hidden;
}


.custom-blog-post-form .hs_cos_wrapper_type_form {
  background-color: #273742;
  display: block;
  padding: 100px 210px 90px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}

.custom-blog-post-form .cb__dotted-bg {
  background-image: url(//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/images/dots.svg);
  background-size: 7% 24%;
  background-position: -25px -26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 60px 100px;
}

.custom-blog-post-form div#hs_form_target_module_1558365002402152 {
  background-color: #273742;
  position: relative;
  z-index: 2;
  margin: 16px 0;
  max-width: 100%;
}

.custom-blog-post-form form {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.custom-blog-post-form form > div {
  width: 80%;
}

.custom-blog-post-form form .hs-submit {
  width: 20%;
  margin: 10px 0 0;
  padding: 16px 0 10px;

  position: absolute;
  top: 0;
  right: 0;
}

.custom-blog-post-form .hs-richtext {
  width: 50%;
  margin: 0 !important;
  padding-right: 16px;
  float: left;
}

.custom-blog-post-form h3 {
  font-family: Roboto,sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 37px;
  color: #fff;
}


.custom-blog-post-form .hs-email {
  margin: 0;
  float: right;
  width: 50%;
  padding: 0 15px 0 0!important;
  margin-top: 16px;

  margin-top: 28px;
}

.custom-blog-post-form .hs_error_rollup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}

.custom-blog-post-form .hs_error_rollup > ul > li > label {
  max-width: 767px;
  margin: 0 auto;
}

.custom-blog-post-form .hs_error_rollup > ul {
  margin: 0;
}

.custom-blog-post-form input::-webkit-input-placeholder { 
  color: #e2e2e2;
}

.custom-blog-post-form .hs-form-field > label {
  display: none !important;
}


.gutter {
  width: 45px;
}

.blog-listing-wrapper .post-listing .post-item {
  width: -webkit-calc(33.3333% - 30px);
  width: -ms-calc(33.3333% - 30px);
  width: -o-calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
}

.blog-listing-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

#comments-listing {
  border-bottom: none;
  margin-bottom: 30px;
  margin-top: 30px;
}

@-webkit-keyframes inside-out {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }

  20% {
    -webkit-transform: translateX(-12px) translateY(30%);
    transform: translateX(-12px) translateY(30%)
  }

  to {
    -webkit-transform: translateX(-20px) translateY(50%);
    transform: translateX(-20px) translateY(50%)
  }
}

@keyframes inside-out {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
  }

  20% {
    -webkit-transform: translateX(-12px) translateY(30%);
    transform: translateX(-12px) translateY(30%)
  }

  to {
    -webkit-transform: translateX(-20px) translateY(50%);
    transform: translateX(-20px) translateY(50%)
  }
}

@-webkit-keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-from-left {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@-webkit-keyframes fade-in-from-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fade-in-from-right {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@-webkit-keyframes fade-in-from-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-from-bottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes fade-in-from-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-from-top {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}


@-webkit-keyframes move-top {
  33% {
    top: 10px
  }

  0% {
    top: 0
  }
}

@keyframes move-top {
  33% {
    top: 10px
  }

  0% {
    top: 0
  }
}



.hero-container {
  background: linear-gradient(0deg,#b4e0ff -28.38%,#fff 45.93%);
  height: 100vh;
  max-height: 767px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container__slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.hero-default .hero-container__slider {
  margin: 70px 70px 55px;
  overflow: visible;
}

.is-centered-cell {
  margin: 70px;
}

.hero-container__slider-text {
  flex: 1;
  align-self: center;
}

.cb__subtitle {
  font-size: 14px;
  line-height: normal;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #000;
}

.cb__subtitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ff9700;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.cb__slider-title {
  font-size: 37px;
  line-height: 48px;
  width: 80%;
  color: #000;
}

.hero-default .cb__slider-title {
  margin-bottom: 1.5em;
}

.hero-default .hero-container__slider-content {
  margin-right: 5%;
}

.has-right-rect:before {
  content: "";
  position: absolute;
  background: #0a578d;
  bottom: 0;
  right: 0;
  width: 40vw;
  max-width: 550px;
  height: 75vh;
  max-height: 570px;
  -webkit-animation: slide-in-from-right 1.35s ease 0s 1;
  animation: slide-in-from-right 1.35s ease 0s 1;
}

.hero-container__poster {
  width: 55%;
  text-align: right;
  position: relative;
  -webkit-animation: fade-in .75s ease 0s 1;
  animation: fade-in .75s ease 0s 1;
}

.wp-post-image {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.hero-container__poster img {
  object-fit: cover;
  object-position: right top;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.is-list-none {
  list-style: none;
}

.is-paddingless {
  padding: 0;
}

.main-header.is-toggled .main-header__socials, .main-header__socials {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 160px;
  margin: auto 0 auto 18px;
}

.helper-scroll {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 70px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.scroll--bottom {
  background: #273742;
  position: absolute;
  bottom: 0;
  left: 0;
}

.helper-scroll a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 30px 25px;
}

.helper-scroll a:hover{
  color: #fff;
}

.scroll--bottom a {
  padding: 20px 25px 30px;
}

.scroll--bottom span {
  float: right;
}

.cba-step {
  -webkit-animation: move-top 1.5s ease-in-out infinite;
  animation: move-top 1.5s ease-in-out infinite;
}

.helper-scroll svg {
  position: relative;
  top: 0;
}

.scroll--bottom svg {
  margin-bottom: 1.5em;
}

.main-header.is-toggled .main-header__socials li, .main-header__socials li {
  opacity: 0;
}

.main-header.is-toggled .main-header__socials li:nth-child(2), .main-header__socials li:nth-child(2) {
  -webkit-animation: fade-in-from-left .5s ease;
  animation: fade-in-from-left .5s ease;
  -webkit-animation-delay: .11111s;
  animation-delay: .11111s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main-header.is-toggled .main-header__socials li:first-child, .main-header__socials li:first-child {
  -webkit-animation: fade-in-from-left .5s ease;
  animation: fade-in-from-left .5s ease;
  -webkit-animation-delay: .05556s;
  animation-delay: .05556s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main-header.is-toggled .main-header__socials li:nth-child(3), .main-header__socials li:nth-child(3) {
  -webkit-animation: fade-in-from-left .5s ease;
  animation: fade-in-from-left .5s ease;
  -webkit-animation-delay: .16667s;
  animation-delay: .16667s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main-header.is-toggled .main-header__socials li:nth-child(4), .main-header__socials li:nth-child(4) {
  -webkit-animation: fade-in-from-left .5s ease;
  animation: fade-in-from-left .5s ease;
  -webkit-animation-delay: .22222s;
  animation-delay: .22222s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main-header.is-toggled .main-header__socials a, .main-header__socials a {
  font-size: 16px;
  padding: 8px;
  margin: 0;
  display: block;
  position: relative;
  transition: all .25s ease;
  min-height: 40px;
}

.main-header.is-toggled .main-header__socials.is-inversed a, .main-header__socials.is-inversed a {
  color: #0a578d;
}

.main-header.is-toggled .main-header__socials a:before, .main-header__socials a:before {
  content: "";
  position: absolute;
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  opacity: .25;
  top: 5.33333px;
  left: 4px;
}

.main-header.is-toggled .main-header__socials.is-inversed a:before, .main-header__socials.is-inversed a:before {
  background-color: #0096ff;
}

.main-header.is-toggled .main-header__socials.is-inversed a:hover, .main-header__socials.is-inversed a:hover {
  color: #ff9700;
}

.main-header.is-toggled .main-header__socials a:hover, .main-header__socials a:hover {
  padding-top: 4px;
  padding-bottom: 12px;
}

.main-header.is-toggled .main-header__socials.is-inversed a, .main-header__socials.is-inversed a {
  color: #0a578d;
}

.main-header.is-toggled .main-header__socials.is-inversed a:hover, .main-header__socials.is-inversed a:hover {
  color: #ff9700;
}

.cb__deep-link {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 5px 1em;
  transition: all .25s ease-in-out;
  display: inline-block;
}

.hero-container .cb__deep-link {
  margin-top: 2em;
}

.cb__deep-link:hover {
  background: #273742;
  color: #fff;
}

.cb__deep-link i {
  margin-left: 9px;
}

.fa-arrow-right:before {
  content: "\f061";
}

.filter-top {
  margin: 2em 0;

  margin-left: -17.5px !important;
  margin-right: -17.5px !important;
  margin-bottom: 70px;
}
.filter-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 75%;
  margin: auto;
  margin-bottom: -10px;
}

.posts-list .filter-btns {
  margin-bottom: -10px;
}

.is-td-none {
  text-decoration: none;
}

.filter-btn {
  padding: 9px 15px 5px;
  color: #4d4d4d;
  display: block;
  margin: 0 10px 20px;
  min-width: 140px;
  text-align: center;
  box-shadow: inset 1px 1px 0 #4d4d4d, inset -1px -1px 0 #4d4d4d;
}

.filter-btn:hover{
  color: #4d4d4d;
}

.filter-btns > li.active > .filter-btn {
  color: #0a578d;
  font-weight: 700;
  box-shadow: inset 2px 2px 0 #0a578d, inset -2px -2px 0 #0a578d;
}

.blog .content-wrapper {
  max-width: unset !important;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-top: 3em;
}

.post-item {
  margin-bottom: 8em;
}

.post-item .wp-post-image {
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
  position: relative;
  top: 0;
  left: 0;
  transition: all .25s ease;
  width: 100%;
}

.cb__cta {
  background: #273742;
  text-decoration: none;
}

.cba-inside-out {
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  -webkit-transform: translateX(-20px) translateY(50%);
  transform: translateX(-20px) translateY(50%);
  -webkit-animation: inside-out .5s ease;
  animation: inside-out .5s ease;
}

.attached-posts .cb__cta {
  background: #273742;
  padding: 25px 50px 30px 30px;
  width: 75%;
  position: absolute;
  bottom: 0;
}

.cb__cta:after, .cb__cta:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #ff9700;
  top: 0;
  height: 0;
  transition: all .25s ease-in-out;
}

.cb__cta:before {
  width: 4px;
  left: 0;
}

.cb__cta:after {
  width: 0;
  height: 100%;
  right: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/5523320/Schaetzl_May2019_Theme/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.post-time {
  color: #87acc7;
  display: block;
  margin-bottom: 6px;
}

.cb__cta__subtitle, .cb__cta__title {
  color: #fff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}

.cb__cta__subtitle {
  font-weight: 100;
}

.post-item .cb__cta {
  background: #273742;
  padding: 25px 50px 30px 30px;
  width: 75%;
  position: absolute;
  bottom: 0;
}

.attached-posts__item .cb__cta__subtitle {
  text-transform: none;
  overflow: hidden;
}

.post-item a {
  text-decoration: none;
}

.attached-posts__item .cb__cta {
  padding: 18px 40px 20px 30px;
  width: 90%;
}

.blog-pagination a {
  display: inline-block;
  margin: 0 10px;
}

.blog-pagination {
  display: block;
  text-align: center;
}

.hero-single {
  height: 90vh;
  margin-bottom: 10vh;
  overflow: visible;
}

.hero-single .hero-container__slider {
  margin-bottom: 0;
}

.hero-single .hero-container__poster {
  padding: 0 0 0 60px;
  top: 2em;
  width: 59%;
  -webkit-animation: fade-in .75s ease 0s 1;
  animation: fade-in .75s ease 0s 1;
}

.hero-single .hero-container__poster img {
  object-position: center;
}

.hero-single .hero-container__slider-text {
  width: 38%;
  align-self: flex-end;
  margin: 0 1em 5.5em 3.5em;
}

.blog-inner {
  padding-top: 2em;
}

.blog-inner .blog-content {
  width: 62% !important;
  padding: 0 40px 0 60px;
  margin: 0 !important;
  float: left !important;
}

.blog-inner .blog-sidebar {
  width: 38% !important;
  padding: 0 60px 0 50px;
  margin: 0 !important;
}

.cb-widget-recent-posts {
  margin: 2em 0 0;
}

.cb-widget-recent-posts li a {
  display: flex;
  max-height: 100px;
  margin-bottom: 50px;
  text-decoration: none;
  color: #273742;
}

.cb-widget-recent-posts li a .post-widget-img {
  width: 40%;
}

.cb-widget-recent-posts li a .post-widget-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cb-widget-recent-posts li a .post-widget-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 20px;
  width: 60%;
  transition: padding .25s ease-in-out;
}

.is-fw-bold {
  font-weight: 700;
}

.is-text-dark-blue {
  color: #273742;
}

.cb-widget-recent-posts li a .post-date {
  color: #273742;
}

.cb-widget-recent-posts li a:focus .post-widget-info, .cb-widget-recent-posts li a:hover .post-widget-info {
  padding-left: 25px;
}


.blog-listing-wrapper .post-listing .post-item:hover .wp-post-image {
  top: 10px;
  left: -7px;
}

.blog-listing-wrapper .post-listing .post-item:hover .cb__cta {
  -webkit-transform: translateX(-17px) translateY(40%);
  transform: translateX(-17px) translateY(40%);
}


.blog-listing-wrapper .post-listing .post-item:hover .cb__cta:before {
  width: 4px;
  left: 0;
  height: 100%;
}

.blog-listing-wrapper .post-listing .post-item:hover .cb__cta:after {
  width: 30px;
}


.blog.hs-blog-post .content-wrapper {
  padding-top: 0;
}

.section.post-footer form h3 {
  color: #fff;
}

.blog .main-header.is-toggled .main-header__socials.is-inversed a:hover:before, .blog .main-header__socials.is-inversed a:hover:before {
  background-color: #ffb64d;
}

.custom-blog-post-form form .hs_checkbox_label.hs-form-field {
  margin: 0;
}

.custom-blog-post-form form label {
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  max-width: 100%;
  white-space: normal;
  font-weight: 300;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
}

.custom-blog-post-form form.hs-form .hs-form-field ul.inputs-list li input {
  background-color: #4d4d4d;
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid #fff;
  margin: auto;
  padding: 0;
  float: left;
  margin-right: 16px;
  position: relative;
  top: 6px;
}

.custom-blog-post-form form label a {
  text-decoration: underline;
  color: #fff;
}

.custom-blog-post-form form.hs-form .hs-form-field ul.inputs-list li input:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #4d4d4d;
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 1px solid #fff;
  cursor: pointer
}

.custom-blog-post-form form.hs-form .hs-form-field ul.inputs-list li input:checked:before {
  background-color: #ff9700;
}

.custom-blog-post-form form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  width: -webkit-calc(100% + 16px);
  width: -ms-calc(100% + 16px);
  width: -o-calc(100% + 16px);
  width: calc(100% + 16px);
  margin: 6px 0;
  margin-top: 20px;
  margin-top: 0;
  margin-bottom: 13px
}

.custom-blog-post-form .hs_checkbox_label.hs-form-field ul {
  margin-top: 20px !important;
}

.custom-email-unsubscribe-page form#email-prefs-form h3 {
  color: #fff;
}

.subscription-template-form .hs-button.primary, .subscription-template-form input[type="submit"] {
  border: 1px solid #333;
  color: #333;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-time {
  color: #fff;
}


h2.post-listing-simple {
  font-size: 16px;
  font-weight: 100;
  color: #273742;
}

h2.post-listing-simple a {
  color: #273742;
}

div.post-listing-simple .post-item {
  margin-bottom: 1em;
}

.hs-blog-post .hero-default .cb__slider-title {
  margin-bottom: 1.5em;
  color: #000;
}

.hs-blog-post .body-container-wrapper {
  color: #4d4d4d;
}

.blog-post-wrapper .post-body p {
  line-height: 1.65em;
  color: #4d4d4d;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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


@media (max-width: 1279px) {

  .landing-page:not(.thank-you) .header-language-selector {
    display: none !important;
  }


  .mobile-open .custom-header-mobile.scroll {
    display: none !important;
  }


  .child-trigger:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    font-size: 10px;
    padding: 0 0 0 5px;
    font-size: 20px;
    padding-left: 20px;
  }

  .mobile-open .custom-header {
    position: fixed;
    background-color: #0a578d;
    z-index: 999;
    height: 100vh;
    position: fixed;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 300;
    line-height: 61px;
    display: unset;
  }  

  .header-language-selector {
    right: 75px;
    top: 1px;
    position: absolute;
  }

  .header-language-selector-inner {
    background: transparent;
  }

  .header-language-selector span {
    font-weight: 700;
    color: #000;
  }

  .header-language-selector-inner-scroll {
    display: none !important;
  }
  
  
  
  
  

  /* Mobile Menu  */

  .custom-header-mobile.scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    background: #0a578d;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
    z-index: 99;
  }

  .scroll-header .custom-header-mobile.scroll {
    opacity: 1;
    visibility: visible;
  }


  .custom-header-mobile.scroll .custom-logo-scroll {
    width: 174px !important;
    display: inline-block !important;
    position: relative;
    transition: all .25s ease;
    -webkit-animation: fade-in-from-left .55s ease 0s 1;
    animation: fade-in-from-left .55s ease 0s 1;
    padding: 2px 0 0;
    margin: 0 0 -10px 15px !important;
  }

  .custom-logo-scroll img:last-child {
    /* padding: 9px 20px; */
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
  }
  
  .scroll-header .custom-logo-scroll img:last-child {
    padding: 9px 20px;
  }

  .custom-header-mobile ul.main-header__socials {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 160px;
    margin: auto 0 auto 18px;
    list-style: none;
    padding: 0;
  }

  .custom-header-mobile ul.main-header__socials li a {
    font-size: 16px;
    padding: 8px;
    margin: 0;
    display: block;
    position: relative;
    transition: all .25s ease;
    min-height: 40px;
    color: #fff;
  }
  
  .custom-header-mobile ul.main-header__socials li a:before {
    content: "";
    position: absolute;
    background-color: #fff;
    display: inline-block;
    padding: 8px;
    opacity: .25;
    top: 5.33333px;
    left: 4px;
  }
  
  .custom-header-mobile ul.main-header__socials li a:hover {
    padding-top: 4px;
    padding-bottom: 12px;
  }



  ul.mobile-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-transform: uppercase;
  }
  
  ul.mobile-bottom-menu li {
    display: inline-block;
    margin-right: 30px;
  }

  ul.mobile-bottom-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }

  .child-trigger {
    display: none !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: "\f078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    display: inline-block;
    font-size: 10px;
    padding: 0 0 0 5px;
    font-size: 20px;
    padding-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    font-size: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: inline-block;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px 0 0;
    color: #fff;
    text-decoration: none;
    display: unset !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    font-weight: 700;
  }

  .custom-mobile-menu-wrapper {
    height: -webkit-calc(100vh - 194px);
    height: -ms-calc(100vh - 194px);
    height: -o-calc(100vh - 194px);
    height: calc(100vh - 194px);
    overflow-y: auto;
    display: none !important;
  }

  .custom-mobile-menu-wrapper > div {
    max-height: 100%;
  }

  .mobile-open .custom-mobile-menu-wrapper {
    display: flex !important;
  }


  .mobile-poster {
    width: 55%;
    text-align: right;
    padding: 0 5em;
    align-self: center;
  }

  .custom-mobile-trigger {
    margin-left: 0 !important;
    width: 70px !important;
  }


  .custom-header-mobile {
    width: 100% !important;
    transition: background-color .25s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }

  .mobile-open .custom-header-mobile {
    background-color: #0a578d;
    z-index: 999;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .custom-header-mobile .page-center {
    max-width: 100% !important;
  }
  
  .custom-header, .custom-header-scroll {
    display: none !important;
  }

.custom-logo-mobile {
  width: 174px !important;
  display: inline-block !important;
  margin-left: 0 !important;
  position: relative;
  transition: all .25s ease;
  -webkit-animation: fade-in-from-left .55s ease 0s 1;
  animation: fade-in-from-left .55s ease 0s 1;
}

.custom-logo-mobile img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
  }

  .mobile-open .custom-logo-mobile img:last-child {
    opacity: 1;
    visibility: visible;
  }

  .mobile-open .header-language-selector-inner {
    background: transparent;
    opacity: 0;
  }


  .custom-mob-wrap {
    padding: 20px;
    padding: 20px 20px 26px 20px;
    position: relative;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.custom-menu-primary.js-enabled .hs-menu-wrapper {
  display: block;
}
  .custom-menu-primary {
    align-self: center;
    width: 45% !important;
  }
}


@media (max-width: 1280px) {   
  
  .landing-page:not(.thank-you) .custom-back-to-top {
    min-height: 188.17px;
  }

  .banner-area.no-banner-image .banner-image, .banner-area.no-banner-image .has-right-rect {
    display: none !important;
  }

  .banner-area.no-banner-image {
    min-height: auto;
    padding: 7em 0 10em;
    max-height: 646px;
  }

  .hs-blog-post .hero-single.hero-container.without-post-image {
    height: 314px;
  }

  .footer-container-wrapper {
    position: relative;
  }

  .custom-back-to-top {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }

  .hero-container__slider-text {
    flex: none;
  }
  .hero-container__slider {
    flex-wrap: wrap;
    margin: 0;
  }
  .blog .content-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hero-single.hero-container {
    height: auto;
    margin-bottom: 3vh;
    overflow: visible;
    min-height: unset;
    max-height: unset;
    padding-bottom: 1em;
  }
  .hero-default .hero-container__slider {
    justify-content: center;
  }
  .hero-single .hero-container__slider {
    margin: 0;
  }
  .hero-single .hero-container__poster {
    width: 80%;
    padding: 0;
    max-height: 60vh;
    top: auto;
    margin-bottom: 3em;
  }
  .hero-single .hero-container__slider-text {
    width: 80%;
    margin: 0 auto;
  }
  .main-header__socials {
    bottom: auto;
    top: 7em;
    height: 160px;
    margin: 20px;
  }

  
  
  
  
  .scroll-bottom a {
    padding: 30px 25px;
  }

  .filter-top {
    margin-bottom: 35px;
  }

  .blog .hero-container {
    min-height: 1112px;
    padding: 7em 0 10em;
    max-height: 1112px;
  }

  .blog .hero-container__slider-text {
    width: 95%;
    margin: 0 auto 3em;
    flex: none;
  }

  .blog .hero-default .cb__slider-title {
    margin-bottom: .5em;
  }

  .blog .hero-container__poster {
    width: 60%;
  }

  body:not(.blog) .body-container .page-center {
    max-width: 90%;
  }

  ul.banner-social {
    bottom: auto;
    top: 7em;
    height: 160px;
    margin: 20px;
  }

  .banner-area {
    min-height: 1112px;
    padding: 7em 0 10em;
    max-height: 1112px;
  }
  
  .banner-container {
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner-text {
    flex: none;
    align-self: center;
    width: 95%;
    margin: 0 auto 3em;
  }

  .banner-subtitle {
    width: 100%;
    margin-bottom: .5em;
  }

  .banner-image {
    width: 60%;
  }

  .custom-footer-logo {
    width: 15% !important;
  }

  .custom-footer-contact {
    width: 25% !important;
  }

  .custom-follow-us {
    width: 100% !important;
    display: flex;
    justify-content: center;
    order: 2;
  }

  .custom-follow-us ul {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
  }

  .custom-follow-us ul li a {
    padding: 20px;
  }

  .custom-wrap6 {
    justify-content: center;
  }

  .custom-wrap7 {
    order: 1;
    width: 100%;
    margin: 60px 60px 40px 40px;
  }

  .custom-copyright {
    display: none !important;
  }


  .hs-blog-post .hero-single .hero-container__poster {
    width: 80%;
    padding: 0;
    max-height: 60vh;
    top: auto;
    margin-bottom: 3em;
  }

  .hero-single.hero-container {
    height: auto;
    margin-bottom: 3vh;
    overflow: visible;
    min-height: unset;
    max-height: unset;
    padding-bottom: 1em;
  }

  .hero-single .hero-container__slider-text {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {

  .custom-blog-post-form .hs_cos_wrapper_type_form {
    padding: 13% 23% 7% 19%;
  }

  .custom-blog-post-form .cb__dotted-bg {
    margin: 50px 65px;
    background-size: 13% 13%;
    background-position: 0 0;
  }

  .blog-inner .blog-sidebar {
    padding: 0 0 0 20px;
  }
  
  .blog.hs-blog-listing .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  
  
  .filter-btns {
    margin-bottom: 0;
  }

  .filter-top {
    margin-bottom: 17.5px;
  }

  .filter-btn {
    min-width: 20px;
  }

  .cb__cta__subtitle, .cb__cta__title {
    font-size: 16px;
  }

  .hs-blog-listing .blog-section {
    padding: 17.5px;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: -webkit-calc(50% - 22.5px);
    width: -ms-calc(50% - 22.5px);
    width: -o-calc(50% - 22.5px);
    width: calc(50% - 22.5px);
  }

  .blog .hero-container__poster {
    width: 100%;
  }

  .banner-image {
    width: 100%;
  }

  .custom-footer-logo {
    width: 20% !important;
  }

  .custom-footer-logo img {
    margin-left: 1em;
  }

  .custom-headquarter, .custom-companies, .custom-services {
    width: 25% !important;
  }

  .custom-footer-contact {
    display: none !important;
  }

  .custom-footer-bottom-links .hs-menu-wrapper ul {
    flex-direction: column;
    margin: 20px 0 !important;
  }

  .custom-footer-bottom-links .hs-menu-wrapper ul > li > a {
    display: block;
    text-align: center;
    padding: 0 10px 20px;
  }


  .blog.hs-blog-post .content-wrapper {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}


@media (max-width: 768px) {

  .custom-blog-post-form h3 {
    margin-bottom: 0;
  }

  .custom-blog-post-form form .hs_checkbox_label.hs-form-field {
    width: 80%;
  }

  .custom-blog-post-form form > div {
    width: 100%;
  }

  .custom-blog-post-form .hs_cos_wrapper_type_form {
    padding: 13% 14% 8% 18%;
  }

  .custom-blog-post-form form .hs-submit {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
    text-align: center;
  }
}

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

@media (max-width: 767px) {

  .blog .blog-sidebar {
    display: inline-block;
  }

  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }


  .content-wrapper .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }

  .custom-footer-bottom {
    width: 100% !important;
  }
}  


@media (max-width: 667px) {

  .landing-page:not(.thank-you) .custom-back-to-top {
    min-height: auto;
  }

  .custom-blog-post-form form.hs-form .hs-form-field ul.inputs-list {
    margin-top: 12px;
  }

  .custom-blog-post-form form.hs-form .hs-form-field ul.inputs-list li input {
    display: block;
    float: none;
    margin-right: 16px;
    position: relative;
    top: 6px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
  }

  .custom-blog-post-form .hs-richtext, .custom-blog-post-form .hs-email {
    width: 100%;
  }

  .custom-blog-post-form .hs_cos_wrapper_type_form {
    padding: 25% 23% 7% 19%;
  }

  .custom-blog-post-form .cb__dotted-bg {
    margin: 20px;
    background-size: 17% 11%;
    background-position: 0 0;
  }

  .custom-blog-post-form {
    padding: 0;
  }

  .post-item:hover img {
    top: 10px;
    left: -7px;
  }
  .post-item:hover .cb__cta {
    -webkit-transform: translateX(-17px) translateY(40%);
    transform: translateX(-17px) translateY(40%);
  }
  .post-item:hover .cb__cta:before {
    height: 100%;
  }
  .post-item:hover .cb__cta:after {
    width: 30px;
  }
  .post-item:hover .post-time {
    color: #fff;
  }

  

  .blog-inner .blog-content {
    width: 100% !important;
    padding: 0 10px;
    float: none !important;
  }
  
  .blog-inner .blog-sidebar {
    width: 100% !important;
    padding: 0 10px;
    float: none !important;
  }
  
  .blog .content-wrapper {
    padding-top: 0;
  }
  
  .hero-default .hero-container__slider {
    padding: 20px;
    margin: 0;
  }
  
  .hero-container__slider-text {
    padding: 0 1em;
  }
  
  .main-header .cb__cta__image, .main-header__socials {
    display: none;
  }
  
  
  

  .custom-back-to-top {
    position: relative;
    right: auto;
    bottom: auto;
    width: 40px !important;
  }

  .custom-back-to-top a {
    padding: 30px 25px;
  }

  .custom-back-to-top a span {
    display: none !important;
  }

  .scroll-bottom {
    right: 0;
    left: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    font-size: inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 0 16.5px 0 0;
  }

  .custom-menu-primary {
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 18px;
    line-height: 2.5em;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    line-height: 1.5em;
  }

  .mobile-poster, .custom-header-mobile ul.main-header__socials {
    display: none !important;
  }

  .post-item {
    margin-bottom: 3em;
  }

  .post-item .cb__cta {
    width: 100%;
    position: relative;
    bottom: 0;
  }

  .attached-posts__item .cb__cta {
    -webkit-transform: unset;
    transform: unset;
    -webkit-animation: unset;
    animation: unset;
  }

  .blog-listing-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .filter-btns {
    max-width: 100%;
  }

  .filter-top ul li {
    width: 100%;
  }

  .scroll--bottom {
    right: 0;
    left: auto;
  }

  .blog .hero-container {
    max-height: unset;
    height: auto;
  }

  .banner-area {
    max-height: unset;
    padding: 20em 0 10em;
    height: auto;
  }

  .banner-container {
    margin: 0;
    padding: 20px;
  }

  .banner-text {
    padding: 0 1em;
  }

  ul.banner-social, span.has-right-rect, .has-right-rect:before {
    display: none !important;
  }

  .custom-wrap7 {
    margin: 20px;
  }

  .custom-footer-logo, .custom-headquarter {
    width: 50% !important;
  }

  .custom-companies, .custom-services {
    display: none !important;
  }
}

@media (max-width: 666px) {

  .blog-listing-wrapper .post-listing .post-item:hover .post-time {
    color: #87acc7;
  }

  .post-item:hover .post-time {
    color: #87acc7;
  }

  .post-item .cb__cta:hover:before {
    height: 100%;
    width: 4px;
    left: 0;
  }

  .post-item .cb__cta:hover:after {
    width: 30px;
  }

  .blog-listing-wrapper .post-listing .post-item:hover .cb__cta {
    -webkit-transform: unset;
    transform: unset;
  }

  .blog-listing-wrapper .post-listing .post-item:hover .wp-post-image {
    top: 0;
    left: 0;
  }

  .blog-listing-wrapper .post-listing .post-item:hover .cb__cta:before {
    height: 0;
  }

  .post-item:hover .cb__cta:after {
    width: 0;
  }

  .post-item .cb__cta:hover:before {
    height: 100% !important;
    width: 0;
    left: 0;
  }

  .blog-listing-wrapper .post-listing .post-item:hover .cb__cta:after {
    width: 0;
  }

  .cb__cta:hover:before {
    height: 100% !important;
    width: 4px;
    left: 0;
  }

 .cb__cta:hover:after {
    width: 30px !important;
  }
}


@media (max-width: 641px) {

  .custom-blog-post-form form .hs-button.primary, .custom-blog-post-form form input[type="submit"] {
    line-height: 2;
    min-height: 2rem;
    width: 100%;
  }
}

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

@media (max-width: 480px) {

  .hero-container {
    padding: 6em 0;
  }

  .custom-menu-primary {
    padding: 0 0 0 95px;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 0;
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-bottom: 10px;
  }

  .custom-mob-wrap {
    padding: 5px 20px 11px 20px;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }

  .filter-btns {
    max-width: 100%;
    margin-bottom: -10px;
    margin-top: 50px;
    max-width: 95%;
    flex-direction: row;
  }

  .filter-top ul li {
    width: auto;
  }

  .filter-btn {
    min-width: 20px;
  }

  .blog .hero-container {
    padding: 6em 0;
    min-height: 100vh;
  }

  .banner-area {
    padding: 6em 0;
    min-height: 100vh;
  }

  .custom-wrap {
    padding: 5px 20px;
  }

  .header-language-selector {
    display: none !important;
  }


  .hero-single.hero-container {
    height: auto;
    margin-bottom: 3vh;
    overflow: visible;
    min-height: unset;
    max-height: unset;
    padding-bottom: 1em;
  }
}


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