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


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

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


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


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

@import url('//fonts.googleapis.com/css?family=Montserrat%3A400%2C700%7CRoboto%3A100%2C300%2C400%2C700%7CMuli%3A300%2C+300italic%2C+regular%2C+italic%2C+%7CMuli%3Aitalic%2C+italic%2C+italic%2C+italic%2C+%7CMuli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i%7CLora:400,400i,700,700i&subset=latin%2Clatin-ext%2Clatin%2Clatin-ext');

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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; }


@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/f5-brands.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/f5-brands.ttf") format('ttf'),
    url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/f5-brands.eot");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome2";
  src: url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/f5-arrows-angles.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/f5-arrows-angles.ttf") format('ttf'),
    url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/f5-arrows-angles.eot");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "the_grid";
  src: url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/the_grid.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/the_grid.ttf") format('ttf'),
    url("//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/the_grid.eot");
  font-weight: 400;
  font-style: normal
}
/* ==========================================================================
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 {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  line-height: 1.8;
  font-style: normal;
  font-weight: 300;
  color: rgb(98,98,98);
  background-color: rgb(255,255,255);
  font-family: "Muli",sans-serif;
  overflow: hidden;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
}


/* Highlighted Text */

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}


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

/* Basic text */

p {
  margin: 0 0 1.5em;
}

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: 15px 0;
  text-rendering: optimizelegibility;
  font-family: "Muli",sans-serif;
  font-style: normal;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0em;
  text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

h1 {
  font-size: 2.25em;
  line-height: 1.2;
}

body:not(.blog) .body-container-wrapper h1{
  color: rgb(17,17,17);
  line-height: 1.4;
  font-size: 2em;
}

h2 {
  font-size: 1.875em;
  color: rgb(0,65,130);
  line-height: 1.4;
}

h3 {
  font-size: 1.5em;
  color: rgba(0,0,0,1);
  line-height: 1.4;
}

h4 {
  font-size: 28px;
  color: rgb(0,65,130);
  line-height: 1.4;
}

h5 {}

h6 {}

/* Anchor Links */

a {
  color: rgb(245,130,32);
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(255,185,35);
  outline: none;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

body, input, button, select, textarea {
  font-family: "Muli",sans-serif;
}
/* =============== Header =============== */

.header-container-wrapper {}

.header-container {}

.header-wrapper .row-fluid .page-center > div > div.row-fluid {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 100%;
  height: 6em;
  display: flex;
  font-size: 16px;
}

.header-wrapper .row-fluid .page-center > div > div.row-fluid:after,.header-wrapper .row-fluid .page-center > div > div.row-fluid:before {
  content: none;
}

.header-wrapper .custom-logo {
  width: auto;
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-start;
  flex: 0 0 auto;
  max-width: 100%;
}

.header-wrapper .custom-logo > div {
  height: inherit;
  width: auto;
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-start;
  flex: 0 0 auto;
  max-width: 100%;
}

.x-image img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.e973-3.x-image {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

.header-wrapper .header-nav-links-group {
  width: auto;
  margin-left: 0;
}

.header-wrapper .header-nav-links-group > div > div.row-fluid {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-end;
  flex: 0 1 auto;
  max-width: 700px;
}

.header-wrapper .custom-menu-trigger {
  display: none;
}

.header-wrapper .header-butons {
  width: auto;
  margin-left: 0;
}

.e973-7.x-anchor {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  transition-property: border-color,background-color,box-shadow,opacity,transform;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255,255,255);
  font-size: 1em;
  background-color: transparent;
}

.e973-7.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625em 1.25em 0.625em 1.25em;
}

.e973-7.x-anchor .x-anchor-text {
  margin: 5px;
}

.e973-7.x-anchor .x-anchor-text-primary {
  font-family: "Muli",sans-serif;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.25em;
  margin-right: calc(0.25em * -1);
  text-align: center;
  text-transform: uppercase;
  color: white;
}

[data-x-particle] {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  speak: none;
  z-index: 1;
}

[data-x-particle~=scale-x] {
  transform: scale3d(0,1,1);
}

[data-x-particle*=inside][data-x-particle*=c_c] {
  top: 50%;
  left: 50%;
}

[data-x-particle*=overlap], [data-x-particle*=inside][data-x-particle*=c_c] {
  transform: translate3d(-50%,-50%,0);
}

span.x-anchor-content {}

[data-x-particle*=overlap][data-x-particle~=scale-x], [data-x-particle*=inside][data-x-particle*=c_c][data-x-particle~=scale-x] {
  transform: translate3d(-50%,-50%,0) scale3d(0,1,1);
}

.e973-7.x-anchor .x-anchor-particle-primary {
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0.25);
  transform-origin: 50% 50%;
}

[data-x-particle] span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: currentColor;
}

.e973-7.x-anchor:hover {
  border-color: rgb(255,185,35);
  background-color: transparent;
}

.e973-7.x-anchor:hover .x-anchor-particle-primary {
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
  transition-delay: 0s;
  transition-duration: 0s,.3s;
  opacity: 1;
}

.custom-main-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 1 auto;
  margin: 0px 30px 0px 0px;
  font-size: 1em;
}

.header-wrapper .custom-main-menu {
  width: auto;
  margin-left: 0;
}

.custom-main-menu .hs-menu-wrapper > ul > li {
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 0 1 auto;
}
.custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor {
  flex: 0 1 auto;
  margin: 1.375em 0em 1.375em 0em;
  font-size: 1em;
  background-color: transparent;
}
.custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 1em 0px 1em;
}
.custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-text {
  margin: 5px;
}
.custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor .x-anchor-text-primary {
  font-family: "Muli",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.125em;
  margin-right: calc(0.125em * -1);
  text-align: center;
  text-transform: uppercase;
  color: rgb(255,255,255);
}
body:not(.no-banner) .custom-main-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-particle-primary {
  width: 100%;
  height: 100%;
  color: rgb(245,130,32);
  transform-origin: 50% 50%;
}
body:not(.no-banner) .custom-main-menu .hs-menu-wrapper > ul  li > .x-anchor:hover .x-anchor-particle-primary {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s,.3s;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
body:not(.no-banner) .custom-main-menu .hs-menu-wrapper > ul li > .x-anchor .x-anchor-particle-primary > span{
  background: rgb(245, 130, 32);
}
body.no-banner .custom-main-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-particle-primary {
  transform: scale3d(0,1,1);
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 2px;
  color: rgb(119,180,232);
  transform-origin: 50% 0%;
}
body.no-banner .custom-main-menu .hs-menu-wrapper > ul  li > .x-anchor:hover .x-anchor-particle-primary {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s,.3s;
  transform: scale3d(1,1,1);
}
.header-wrapper .header-nav-links-group {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-end;
  flex: 0 1 auto;
  max-width: 700px;
}
body.no-banner .custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor {
  margin: 0;
}
.no-banner .e973-7.x-anchor:hover {
  background-color: rgb(255,185,35);
}
.header-wrapper .header-nav-links-group > div > div.row-fluid {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  justify-content: flex-end;
  flex: 0 1 auto;
  max-width: 700px;
}

.header-wrapper .custom-main-menu {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 1 auto;
  font-size: 1em;
}

.x-anchor-sub-indicator {
  display: none;
}

.header-wrapper .header-nav-links-group > div > div.row-fluid:after,.header-wrapper .header-nav-links-group > div > div.row-fluid:before {
  content: none;
}

.header-wrapper .header-nav-links-group div {
  height: inherit;
}

.header-wrapper .header-nav-links-group div > span {
  height: inherit;
}

.custom-main-menu .hs-menu-wrapper > ul {
  height: inherit;
}

.custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor {
  display: inline-flex;
}

.custom-main-menu .hs-menu-wrapper > ul > li > .x-anchor {
  position: relative;
}

body:not(.no-banner) .custom-main-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-particle-primary {
  display: block;
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: .3s;
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  speak: none;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0) scale3d(0,1,1);
}
.custom-main-menu .hs-menu-wrapper > ul ul {
  top: 100%;
}

.custom-main-menu .hs-menu-wrapper > ul ul li a {
  color: #fff;
  padding: 5px 0;
}

.custom-main-menu .hs-menu-wrapper > ul ul li .x-anchor-text {
  padding: 0 10px;
}

.header-wrapper .header-butons > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrapper .row-fluid .page-center {
  width: calc(100% - 64px);
}
/* =============== Content =============== */

.body-container-wrapper {}

.body-container {}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


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

.footer-container-wrapper {}

.footer-container {}

.footer-wrapper {
  position: relative;
}

.footer-wrapper {
  height: auto;
  padding: 32px 0em 32px 0em;
  font-size: 16px;
  background-color: rgb(0,65,130);
  z-index: 9998;
}

[class^=x-bg] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.x-bg {
  z-index: -1;
}

.e806-1 .x-bg,.footer-wrapper .x-bg {
  mix-blend-mode: multiply;
}

[class*=x-bg-layer-upper] {
  z-index: 2;
}

.footer-wrapper .row-fluid .page-center {
  width: calc(100% - 64px) !important;
}

.footer-wrapper .row-fluid .page-center > div > div.row-fluid {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 0 1 100%;
  height: auto;
  max-width: 1520px;
  display: flex;
}

.footer-wrapper .row-fluid .page-center > div > div.row-fluid:after,.footer-wrapper .row-fluid .page-center > div > div.row-fluid:before {
  content: none;
}

.footer-wrapper .row-fluid .page-center>div>div.row-fluid > div {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 48px 0;
  flex-direction: column;
  margin: 0px auto 48px auto;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  flex: 1 0 auto;
}

.footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-partner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-partner {
  margin: 0em;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: rgba(0,0,0,1);
  padding: 0em;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  background-color: transparent;
  margin-bottom: -14px;
}

.footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-partner span {
  display: block;
  width: 100%;
  color: #77B4E8;
  font-size: 13px;
  letter-spacing: .65px;
  text-align: center;
}

.footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-partner span a {
  color: #fff;
}

.x-text {
  min-width: 1px;
}
.e806-11 {
  width: 100%;
  display: block;
}
.e806-3.x-text, .e806-11.x-text {
  margin: 0em 0em 24px 0em;
  font-family: "Muli",sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255,255,255);
}
.e806-3.x-text, .e806-7.x-text, .e806-9.x-text, .e806-11.x-text, .e806-18.x-text {
  padding: 0em;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  background-color: transparent;
}
.e806-11 span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.x-anchor {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color,background-color,box-shadow,opacity,transform;
}
.x-anchor, .x-anchor-text-primary, .x-anchor-text-secondary, .x-anchor-sub-indicator {
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.e806-12.x-anchor, .e806-13.x-anchor, .e806-14.x-anchor, .e806-15.x-anchor, .e806-16.x-anchor {
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(119,180,232);
  font-size: 1em;
  background-color: rgba(255,255,255,0);
}
.e806-12.x-anchor, .e806-13.x-anchor, .e806-14.x-anchor, .e806-15.x-anchor {
  margin: 0em 20px 0em 0em;
}
.e806-10 .x-anchor-button {
  margin: 0 20px 20px 0;
}

.x-anchor-content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0,0,0);
}
.e806-12.x-anchor .x-anchor-content,
.e806-13.x-anchor .x-anchor-content, 
.e806-14.x-anchor .x-anchor-content,
.e806-15.x-anchor .x-anchor-content, 
.e806-16.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}
.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
  position: relative;
  transition-property: opacity,transform,color,background-color,text-shadow,box-shadow;
}
.x-graphic-icon {
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  text-align: center;
}
[data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [data-x-fa-pro-icon], [class*=x-icon-] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-x-icon-s] {
  font-family: "FontAwesome";
  font-weight: 900;
}
.e806-12.x-anchor .x-graphic-icon, 
.e806-13.x-anchor .x-graphic-icon, 
.e806-14.x-anchor .x-graphic-icon, 
.e806-15.x-anchor .x-graphic-icon,
.e806-16.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  color: rgb(119,180,232);
  background-color: transparent;
}

.x-graphic-icon:before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin: -.5em 0 0 -.5em !important;
  line-height: 1em !important;
  text-align: center !important;
}
[data-x-icon-o]:before, 
[data-x-icon-l]:before,
[data-x-icon-s]:before,
[data-x-icon-b]:before,
[data-x-icon]:before, 
[data-x-fa-pro-icon]:before,
[class*=x-icon-]:before {
  line-height: 1;
}

[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}

.e806-10.x-bar-container .x-anchor:hover {
  border-color: rgb(255,185,35);
  background-color: rgba(255,255,255,0);
}
.e806-10.x-bar-container .x-anchor:hover .x-graphic-icon {
  color: rgb(255,185,35);
  background-color: transparent;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .75px;
  margin-bottom: 10px;
}

.custom-footer-menu .hs-menu-wrapper > ul ul {
  margin: 0;
  list-style: none;
  display: flex !important;
  flex-flow: row wrap;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li {
  width: 50%;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  color: #77B4E8;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: .78px;
}



.footer-address .x-text {
  margin: 0em;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: rgba(0,0,0,1);
  padding: 0em;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  background-color: transparent;
}


address {
  margin-bottom: 1.5em;
  font-style: normal;
}

.e806-7 address {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .78px;
  margin-bottom: 26px;
}

.e806-7 .location-title {
  display: block;
  color: #FFB923;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .84px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.e806-7 .location-phone {
  font-weight: bold;
  color: #fff;
}

.footer-sign-up-button p {
  margin: 0;
}

.e806-5.x-anchor {
  width: 100%;
  max-width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(119,180,232);
  font-size: 1em;
  background-color: transparent;
  box-shadow: 0em 0.15em 0em 0em transparent;
}
.e806-4.x-anchor {
  width: 100%;
  min-width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(119,180,232);
  border-radius: 4px;
  font-size: 13px;
  background-color: rgba(255,255,255,0);
}


.e806-4.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 32px 14px 32px;
}
.e806-4 .x-graphic {
  order: 2;
  height: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.e806-4.x-anchor .x-graphic {
  margin: 5px;
}
.e806-4.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 16px;
  color: rgb(255,185,35);
  background-color: transparent;
}
.x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}

.x-anchor-text-primary, .x-anchor-text-secondary {
  position: relative;
  display: block;
  transition-property: color,text-shadow;
  z-index: 3;
}


.e806-4.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-right: calc(0.025em * -1);
  text-transform: uppercase;
  color: rgb(248,248,248);
}

.e806-5.x-anchor .x-anchor-content {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 8px 32px 8px 32px;
}
.e806-5.x-anchor .x-graphic {
  margin: 5px;
}
.e806-5.x-anchor .x-anchor-text {
  margin: 5px;
}
.e806-5.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 15px;
  color: rgb(255,185,35);
  background-color: transparent;
}
.e806-5.x-anchor .x-anchor-text-primary {
  font-family: "Muli",sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255,255,255);
}

.footer-wrapper .row-fluid .page-center {
  max-width: 1520px;
}

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

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

.custom-footer-menu .hs-menu-wrapper>ul ul li a {
  display: inline-block !important;
  white-space: normal !important;
}

.e806-10.x-bar-container {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  flex: 0 1 auto;
}

.footer-sign-up-button [data-x-icon-s] {
  font-family: "FontAwesome2";
}

.footer-wrapper .row-fluid .page-center>div>div.row-fluid>div {
  margin-bottom: 36px;
}

.custom-footer-menu .hs-menu-wrapper>ul ul li {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: rgba(0,0,0,1);
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  font-style: normal;
  line-height: 1.4;
}

.e806-5.x-anchor:hover {
  border-color: rgb(119,180,232);
  background-color: transparent;
  box-shadow: 0em 0.15em 0em 0em transparent;
}
.e806-5.x-anchor:hover .x-anchor-text-primary {
  color: rgba(255,255,255,0.5);
}
.e806-5.x-anchor:hover .x-graphic-icon {
  color: rgba(255,185,35,0.8);
  background-color: transparent;
}
/* ==========================================================================
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:768px) {

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


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

/* Hide button on Desktop */

.mobile-trigger,
.child-trigger {
  display: none;
}

@media (max-width: 767px) {

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

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

  .mobile-trigger:hover {
    text-decoration: none;
    /* Removes link text underline on button */
  }



  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    /* Icon line width */
    height: 2px;
    /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    /* Icon color */
    display: inline-block;
  }

  .mobile-trigger i:before {
    top: -6px;
  }

  /* Position top line */
  .mobile-trigger i:after {
    top: 6px;
  }

  /* Position bottom line */
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #000
      /* Icon color */
  }


  /* ===== Mobile Menu Styles ===== */
  .custom-menu-primary.js-enabled {
    position: relative;
  }

  /* 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: #000;
    width: 100%;
    /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {}

  .custom-menu-primary .hs-menu-wrapper > ul li a {}

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {}

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

  .custom-menu-primary .hs-menu-wrapper > ul ul li {}

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {}
}


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

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

/* Blog Post and Listing Body Class */

.blog {}

/* Blog Post */

.hs-blog-post {}

/* Blog Listing */

.hs-blog-listing {}

/* Blog Columns Wrapper */

.blog .content-wrapper {}


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */

.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */

.blog-post-wrapper {}

/* Blog Title */

.hs-blog-header h1 {}

.hs-blog-header h1 a {}

/* Blog Post Title */

.post-header h2 {}

.post-header h2 a {}

/* Blog Author and Avatar */

#hubspot-author_data {}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

#hubspot-author_data a.author-link {}

#hubspot-author_data .hs-author-avatar {}

#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .post-item {}

.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {}

.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */

a.more-link {}

/* Blog Topics List */

#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */

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

/* Blog Commments */

#comments-listing {
  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: left;
  display: block;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

/* Pagination */

.blog-pagination {}

.blog-pagination a {}

.blog-pagination a.previous-posts-link {}

.blog-pagination a.all-posts-link {}

.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */

.hs-content-path-blog-all {}

div.post-listing-simple {}

div.post-listing-simple .post-item {}

h2.post-listing-simple {}

h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {}


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */

.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}

.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/

.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */

.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */

.hs-author-profile .hs-author-social-section {}

.hs-author-profile .hs-author-social-label {}

.hs-author-profile .hs-author-social-links {}

.hs-author-profile .hs-author-social-link {}

.hs-author-profile .hs-social-facebook {}

.hs-author-profile .hs-social-linkedin {}

.hs-author-profile .hs-social-twitter {}

.hs-author-profile .hs-social-google-plus {}



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

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

/* Form Field */

.hs-form-field {
  margin-bottom: 1.875em;
}

/* Descriptions */

.hs-field-desc {}

/* Labels and Legends */

label {}

.hs-form-field > label {
  display: inline-block;
  margin-bottom: 5px;
  color: #414141;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
  display: -moz-inline-stack;
  line-height: 1.3;
}

/* One Line Inputs */

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: 500px;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  font-size: 16px !important;
  line-height: normal;
  color: #555;
  height: 2.65em;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(178,178,178,1) !important;
  box-shadow: none !important;
  transition: all ease-in 200ms !important;
  letter-spacing: normal;
  font-family: inherit;
  padding: 0 .65em;
}

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 {
  background: none !important;
  border-color: rgba(119,180,232,1) !important;
  outline: 0;
}

/* 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"] {
  margin-top: 5px;
}

.hs-form-required {
  font-style: normal;
  color: #DD3C10;
}

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

.hs-error-msgs li {
  list-style: none;
}

.hs-error-msgs label {
  max-width: 500px;
  margin-top: .75em !important;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #b94a48;
  text-transform: uppercase;
  line-height: inherit;
  letter-spacing: normal;
}

.hs-input.invalid.error {}


/* Placeholder Text */

::-webkit-input-placeholder {
  color: #999;
}

/* Webkit Browsers */

:-moz-placeholder {
  color: #999;
}

/* Firefox 18- */

::-moz-placeholder {
  color: #999;
}

/* Firefox 19+ */

:-ms-input-placeholder {
  color: #999;
}

/* IE10 */

.hs_error_rollup .hs-error-msgs label{
  color: #b94a48;
  max-width:500px;
  margin-bottom: 1.5em;
  font-size: 14px;
  text-align: left;
  padding: 12px;
  background: rgba(185,74,72,.05);
  border: 1px solid rgba(185,74,72,.5);
  font-weight: 700;
  text-transform:none;
}

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

#comment-form .hs-form-field > label {}

#comment-form label {
  margin: 8px 0 5px;
  line-height: 18.2333px;
}

/* Inputs */

#comment-form input[type="text"],
#comment-form input[type="email"] {
  border-radius: 0;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #abadb3;
  line-height: 16px;
  width: 300px;
}

#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus {
  border: 1px solid #abadb3;
}

#comment-form input[type="text"]:hover,
#comment-form input[type="email"]:hover {
  border: 1px solid #7EB4EA;
}

#comment-form textarea {
  border-radius: 0;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #abadb3;
  width: 300px;
}

#comment-form textarea:focus {
  border: 1px solid #abadb3;
}

#comment-form textarea:hover {
  border: 1px solid #7EB4EA;
}

#comment-form input[type="submit"] {
  border: 1px solid #acacac;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
  background-repeat: repeat-x;
  border-radius: 0;
  line-height: 16px;
  font-size: 13.33px;
  color: #000;
  padding: 1px 7px;
}

#comment-form input[type="submit"]:hover {
  border: 1px solid #7eb4ea;
  background-color: #e4f0fc;
  background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecf4fc), to(#dcecfc));
  background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc);
  background-repeat: repeat-x;
}


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

/* Label */

#hs_form_target_blog_subscription .hs-form-field > label {}

#hs_form_target_blog_subscription label {}

/* Inputs */

#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

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

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

/* Label */

.widget-type-google_search label {}

/* Input */

.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


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

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  white-space: normal;
  text-align: center;
  transition: all .15s linear;
  margin: 24px 0;
  padding: 12px 24px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  color: white;
  border: none;
  border-radius: 0;
  background-color: rgb(245,130,32);
  display:inline-block;
  position: relative;
  cursor: pointer;
  transition-property: border-color,background-color,box-shadow,opacity,transform;
  font-family: "Muli",sans-serif;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: rgb(255,185,35);
}

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

/* =============== 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                                      
========================================================================== */
.post-header h2 a {
  color: inherit;
}

.section.post-footer textarea {
  min-height: 100px;
}

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

.section.post-footer form:before {
  content: "Leave A Reply";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #202020;
  margin: 20px 0;
}

.e806-3.x-text > :first-child, .e806-7.x-text > :first-child, .e806-9.x-text > :first-child, .e806-11.x-text > :first-child, .e806-18.x-text > :first-child {
  margin-top: 0;
}
[data-x-icon-o], [data-x-icon-l],
[data-x-icon-s], [data-x-icon-b], 
[data-x-icon], [data-x-fa-pro-icon], 
[class*=x-icon-] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-x-icon-s] {
  font-family: "FontAwesome";
  font-weight: 900;
}
[tabindex="-1"] {
  outline: 0 !important;
}
.x-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: visibility 0s linear .525s,opacity .5s cubic-bezier(.4,0,.2,1) 0s;
  pointer-events: none;
  z-index: 9999;
  overflow-y:auto !important;
}
.ps {
  overflow: hidden;
  overflow-anchor: none;
  touch-action: auto;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
}
.e806-5.x-modal {
  font-size: 16px;
}

.x-modal-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.e806-5.x-modal .x-modal-bg {
  background-color: rgba(0,39,77,0.86);
}

.x-modal-close {
  display: block;
  position: fixed;
  width: 1em;
  height: 1em;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transform: scale(0);
  transition-duration: .5s;
  transition-property: color,opacity,transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  z-index: 3;
}
.x-modal-close-top {
  top: 0;
}

.x-modal-close-right {
  right: 0;
}

.e806-5.x-modal .x-modal-close {
  width: calc(1em * 2);
  height: calc(1em * 2);
  font-size: 1.5em;
  color: rgb(119,180,232);
  outline:0;
  cursor:pointer;
}
.x-modal-close span {
  display: block;
}

.e806-5.x-modal .x-modal-close:hover, .e806-5.x-modal .x-modal-close:focus {
  color: rgb(255,185,35);
}

.x-modal-content-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.x-modal-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.e806-5.x-modal .x-modal-content-inner {
  padding: calc(1.5em * 2);
}

.x-modal-content {
  width: 100%;
  margin: 0 auto;
  transform: translate3d(0,-15px,0);
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.e806-5.x-modal .x-modal-content {
  max-width: 32em;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.25);
}

.e806-5.x-modal .x-modal-content {
  border-radius: 4px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.e806-5.x-modal .x-modal-content h2, .e806-5.x-modal .x-modal-content p {
  padding: 0 32px;
}
.e806-5.x-modal .x-modal-content h2{
  margin: 1.25em 0 .2em;
  text-rendering: optimizelegibility;
  line-height: 1.2;
  font-family: "Muli",sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2em;
  color: rgb(0,65,130);
  letter-spacing: -0.035em;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.e806-5.x-modal .gform_wrapper, .e806-5.x-modal .gform_confirmation_wrapper {
  padding: 0 32px 16px 32px;
}
.x-modal.x-active {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s cubic-bezier(.4,0,.2,1) 0s;
  pointer-events: auto;
}
.x-modal.x-active .x-modal-close {
  opacity: 1;
  transform: scale(1);
}

.x-modal.x-active .x-modal-content {
  transform: translate3d(0,0,0);
}

div#gform_wrapper_3 h3 {display: none;}

div#gform_wrapper_3 .actions {
  text-align: left;
}

div#gform_wrapper_3 span.hs-form-required {
  display: none;
}

div#gform_wrapper_3 input[type="checkbox"] {
  font-family: "Muli",sans-serif;
  font-size: 16px !important;
  margin: .425em 0;
  line-height: normal;
  cursor: pointer;
  margin-top: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

div#gform_wrapper_3 input[type="checkbox"] + span {
  max-width: 85%;
  white-space: normal;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 .5em;
  font-weight: 700;
}

.e806-16.x-anchor .x-graphic {
  margin: 2px 2px 0px 0px;
}

/***  Banner ***/
.e819-1.x-section {
  height: auto;
  width: 100vw;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:rgb(0,65,130);
}
.header-wrapper > div {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header-container-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

.x-column {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  text-align: left;
}
.x-column.x-2-3 {
  width: 65.33332%;
}

.x-text-headline {
  position: relative;
}

.e819-4.x-text {
  margin: 0em 0em 2rem 0em;
  font-size: 1em;
}

.x-text-content {
  display: -webkit-flex;
  display: flex;
}

.x-text-content-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
}
.x-text-content-text, .x-text-content-text-primary, .x-text-content-text-subheadline {
  display: block;
}
.e819-4.x-text .x-text-content-text-primary{
  margin: 0 calc(0em * -1) 0 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0em;
  text-transform: none;
  color: rgb(255,255,255);
}
.x-text-content-text-subheadline {
  display: block;
}
.e819-4.x-text .x-text-content-text-subheadline {
  margin: 2.25em calc(0em * -1) 0 0;
  font-family: "Muli",sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}
.e819-4.x-text .x-text-content-text-subheadline{
  color: rgb(255,255,255);
}

.body-container-wrapper .row-fluid .page-center {
  padding: 2em 0px 2rem 0px;
}

/*** Blog ***/
.hs-blog-listing .e819-4.x-text .x-text-content-text-subheadline {
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  font-family: "Muli",sans-serif;
  font-weight: 300;
}

.hs-blog-listing .x-column.x-2-3 {
  width: 58.4%;
}

.hs-blog-listing .e819-1.x-section {
  background-repeat: no-repeat;
  background-position: bottom right;
}

.flex-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e818-11.x-section {
  padding: 45px 0px 45px 0px;
  background-color: rgba(213,213,213,0.25);
}

.hs-blog-listing .x-column.x-2-3.flex-method {
  width: 65.33332%;
}

.x-column.x-1-3 {
  width: 30.66666%;
}

.x-column.last, .x-column:last-of-type {
  margin-right: 0;
}

.e818-16.x-column {
  justify-content: center;
  align-items: center;
}

.x-image {
  line-height: 1;
  vertical-align: middle;
}

.e818-14 {
  display: inline-block;
}

.e818-14.x-image {
  width: 80px;
  max-width: 80px;
  margin: 0px 32px 0px 0px;
  background-color: transparent;
}
img.fa.fa-tags {
  max-width: 27.5px;
  height: 27px;
}
.e818-15.x-text .x-text-content-text-primary {
  font-size: 1.25em;
  font-weight: 700;
  color: rgb(0,65,130);
  margin:0;
}

.hs-blog-listing .x-column.x-2-3.flex-method {
  justify-content: center;
  align-items: center;
}

.e818-17.x-anchor {
  font-size: 1em;
  background-color: rgb(245,130,32);
}

.e818-17.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.625em 1.25em 0.625em 1.25em;
}

.e818-17.x-anchor .x-anchor-text {
  margin: 5px;
}

.e818-17.x-anchor .x-anchor-text-primary {
  font-family: inherit;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.25em;
  margin-right: calc(0.25em * -1);
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.e818-17.x-anchor .x-anchor-particle-primary {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0) scale3d(0,1,1);
  width: 100%;
  height: 100%;
  color: rgba(255,255,255,0.25);
  transform-origin: 50% 50%;
}

.e818-17.x-anchor:hover .x-anchor-particle-primary {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s,.3s;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.blog-body .e818-9.x-text {
  max-width: 960px;
  margin: 0em auto 4em auto;
  padding: 0em 0px 0em 0px;
  font-size: 16px;
}

.blog-body .e818-9.x-text .x-text-content-text-primary {
  margin: 0 calc(0em * -1) 0 0;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.blog-body .e818-9.x-text .x-text-content-text-primary {
  font-size: 40px;
  text-align: center;
  color: rgb(17,17,17);
  font-weight: 800;
  line-height: 1.4;
}

.hs-blog-listing .body-container-wrapper .row-fluid .page-center {
  padding: 4em 0px 4em 0px;
  background-color: transparent;
}
.blog-body .e818-9.x-text .x-text-content-text-subheadline {
  margin: .75em calc(0em * -1) 0 0;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: rgb(98,98,98);
}
.blog-body .e818-9.x-text .x-text-content-text-subheadline {
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.tg-grid-area-top2 {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.tg-grid-area-top2 {
  padding: 12px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tg-filters-holder{
  vertical-align: top;
}
.tg-filters-holder {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  opacity: .5;
  pointer-events: none;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 1;
  pointer-events: auto;
}
.tg-filters-holder {
  display: flex;
}
.tg-grid-area-top2>div:first-child {
  margin-left: 0;
}

.tg-nav-font, .tg-nav-font[class^=tg-icon-] {
  font-size: 13px;
  line-height: 30px;
}
.tg-filter {
  vertical-align: top;
}
.tg-filter {
  position: relative;
  display: none;
  margin: 0;
  cursor: pointer;
}
.tg-filter:not(.tg-dropdown-item){
  -webkit-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -moz-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -ms-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -o-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
}
.tg-filter.tg-show-filter {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.tg-nav-color{
  color: #999999;
  -webkit-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -moz-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -ms-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -o-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
}
.tg-filter.tg-filter-active span {
  font-weight: bold;
  color: #004182;
}
.tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover {
  color: rgb(245,130,32);
}
.tg-dropdown-holder{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 5;
  cursor: pointer;
  min-width: 90px;
  margin: 0 5px 5px 0;
  padding: 0 24px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #DDDDDD
}
.tg-filters-holder>div:last-child {
  margin-right: 0;
}
.tg-dropdown-holder {
  padding: 8px 12px;
}
.tg-dropdown-holder, .tg-dropdown-title, .tg-dropdown-value {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tg-nav-font, .tg-nav-font[class^=tg-icon-] {
  font-size: 14px;
  font-weight: 600
}
.tg-icon-dropdown-open:before, .tg-left-arrow i:before, .tg-right-arrow i:before, .tg-search-clear:before, .tg-search-icon:before, .tg-sorter-order i {
  font-family: the_grid;
}
.tg-icon-dropdown-open:before {
  content: "\e60a";
  vertical-align: top;
  font-style:normal;
}

.tg-icon-dropdown-open {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
[class*=" tg-icon-"], [class^=tg-icon-] {
  font-family: the_grid;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tg-filter-name {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.tg-grid-area-top2>div:last-child {
  margin-right: 0;
}

.no-touch .tg-dropdown-list, .tg-dropdown-list {
  position: absolute;
  display: block;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 0;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  opacity: 0;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;
  -moz-transition: -moz-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;
  -ms-transition: -ms-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;
  -o-transition: -o-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;
  transition: transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;
}

.tg-dropdown-item,
.tg-dropdown-item .tg-filter-name{
  color: #777777;
  -webkit-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -moz-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -ms-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  -o-transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
  transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
}
.tg-dropdown-item{
  background: #ffffff;
}
.tg-dropdown-item, .tg-dropdown-item.tg-filter.tg-show-filter {
  display: block;
  list-style: none;
  padding: 10px 24px;
  margin: 0;
  height: auto;
  font-size: 13px;
  line-height: 14px;
  cursor: pointer;
  text-align: left;
  border: none;
  font-weight: 400;
  border-top: 1px solid rgba(175,175,175,.16)!important;
}
.tg-dropdown-item .tg-filter-name {
  padding: 0;
}
.tg-dropdown-holder:hover > ul {
  opacity: 1;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
  max-height: 1000px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;
  -moz-transition: -moz-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;
  -ms-transition: -ms-transform .3s ease,opacity .3s ease,max-height 0q step-end,max-width 0s step-end,top 0s step-end;
  -o-transition: -o-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;
  transition: transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;
}
.tg-dropdown-item:hover .tg-filter-name{
  color: #444444;
}
.tg-dropdown-item:hover,
.tg-dropdown-item.tg-filter-active{
  color: #444444;
  background: #f5f6fa;
}
.tg-dropdown-item.tg-filter-active a{
  color: #444444 !important;
  font-weight: 400 !important;
}
.tg-item {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}

.tg-layout-masonry .tg-item-inner, img.tg-item-image {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  background-color: #ffffff;
}
.tg-grid-area-top2>div:first-child {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tg-layout-masonry .tg-item-audio-poster, .tg-layout-masonry .tg-item-media-holder {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  outline: transparent solid 1px;
}
.tg-item-media-holder {
  overflow: hidden;
  z-index: 2;
  height: 260px !important;
  object-fit: cover;
}
.tg-item-media-inner:not(.no-media-poster) {
  overflow: hidden;
  outline: transparent solid 1px;
}
.tg-layout-masonry .tg-item-media-inner {
  position: relative;
}
.tg-item-media-inner {
  height: 100%;
}
.tg-item .tg-dark div,
.tg-item .tg-dark a,
.tg-item .tg-dark h4 a{
  color: #444444;
  fill: #444444;
  stroke: #444444;
  border-color: #444444;
}
img.tg-item-image {
  margin: 0;
  outline: transparent solid 1px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tg-item-media-content,
.tg-element-absolute{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.tg-item-media-holder>div:not(.tg-item-media-inner){
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

div.tg-item-media-content {
  overflow: hidden;
  text-align: center;
}
.tg-item-overlay {
  outline: transparent solid 1px;
  vertical-align: middle;
}
.tg-item-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease !important;
  -moz-transition: all 400ms ease !important;
  -ms-transition: all 400ms ease !important;
  transition: all 400ms ease !important;
}
.tg-item-overlay {
  background-color: rgba(17,17,17,0.61);
}
[class*="tg-element-"]{
  vertical-align: middle;
}
.tg-element-6 {
  position: absolute;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff !important;
  font-weight: 400;
  font-family: Muli !important;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  border-color: rgba(255,255,255,0.5) !important;
  display: block;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 8px;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 4px !important;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
}
.tg-item-media-holder:hover .tg-item-overlay,
.tg-item-media-holder.no-img .tg-item-overlay{
  opacity: 1;
  visibility: visible;
}
.tg-item-content-holder {
  line-height: normal;
}
.tg-item-content-holder[data-position="bottom"] {
  border-color: #f2f2f2;
  position: relative;
  min-height: 1px;
  display: block;
  z-index: 3;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 4px 4px 1px rgba(40,40,40,0.05);
  -moz-box-shadow: 0 4px 4px 1px rgba(40,40,40,0.05);
  box-shadow: 0 4px 4px 1px rgba(40,40,40,0.05);
}
.tg-item-content-holder {
  background-color: #ffffff;
}
.tg-item-content-holder {
  text-align: left;
}
.tg-element-1 {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #77b4e8 !important;
  font-weight: 400;
  font-family: Muli;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.7px;
  display: inline-block;
  padding: 24px 16px 16px;
}
.tg-item .tg-dark span{
  color: #999999;
  fill: #999999;
  stroke: #999999;
  border-color: #999999;
}
.tg-element-3 {
  position: relative;
  font-size: 24px;
  line-height: 31px;
  color: #111111 !important;
  font-weight: 400;
  font-family: Muli;
  font-style: normal;
  text-transform: none;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0 16px 16px;
}
.tg-element-3 {
  font-weight: 700 !important;
}
.tg-item .tg-dark p, .tg-item .tg-dark ol, .tg-item .tg-dark ul, .tg-item .tg-dark li {
  color: #777777;
  fill: #777777;
  stroke: #777777;
  border-color: #777777;
}
.tg-element-5 {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  color: #b2b2b2;
  font-weight: 400;
  font-family: Muli !important;
  text-align: left;
  border-color: #e3e3e3 !important;
  display: block;
  margin: 0 16px 16px;
  padding: 0 0 16px;
  border-width: 0 0 1px;
  border-style: solid;
}

.tg-element-7 {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #111111 !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left !important;
  background-size: initial;
  background-repeat: no-repeat;
  background-position-x: 16px;
  background-position-y: 2px;
  display: inline-block;
  padding: 0 16px 24px 38px;
  background-image: url(//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/fonts/user.svg);
}
.tg-element-7 {
  background-size: 15px;
  background-position-x: 16px;
  background-position-y: 0;
}
[class*="tg-element-"] *:not(del) {
  margin: 0;
  padding: 0;
  color: inherit !important;
  text-align: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.tg-element-8 {
  position: relative;
  font-size: 13px;
  line-height: 14px;
  color: #111111 !important;
  font-weight: 400;
  font-family: Muli !important;
  display: inline-block;
  float: right;
  padding: 0 16px 24px;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tg-item .tg-element-8 i {
  position: relative;
  display: inline-block;
  padding: 0 1px;
  float: left;
  color: #77b4e8 !important;
  font-size: 15px;
  line-height: initial;
  margin: 0 6px 0 0;
}
.tg-icon-comment:before {
  content: "\e615";
}

.post-item.tg-item {
  width: calc(100% / 3 - 32px);
  max-width:448px;
}

.hs-blog-post .blog-section {
  max-width: 960px;
  margin: 0 auto;
}

.entry-header, .entry-content {
  font-size: 1rem;
}

.hs-blog-post .blog-section .entry-header {
  padding-bottom: 2em;
  margin-bottom: 1;
  border-bottom: 1px solid rgba(220,220,220);
}

.hs-blog-post .blog-section .entry-title {
  position: relative;
  margin: 0;
  margin-bottom: .5em;
  font-size: 24px;
  line-height: 1.3;
}
.no-banner .body-container-wrapper {
  margin: 2.75em auto;
}

.no-banner .header-wrapper > div {
  position: relative;
}

.no-banner .e973-7.x-anchor {
  font-size: 1em;
  background-color: rgb(245,130,32);
  border: 0;
}
.no-banner .header-wrapper .custom-logo {
  margin: 0em 0em 0em 0.5em;
}
.no-banner .custom-main-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-text-primary {
  color: rgb(178,178,178);
}

.no-banner .custom-main-menu .hs-menu-wrapper > ul li > .x-anchor:hover .x-anchor-text-primary {
  color: rgb(0,65,130);
}

.no-banner-image{
  display:none !important;
}
.no-banner .custom-logo img{
  display:none;
}
.no-banner .no-banner-image{
  display:block !important;
}

.no-banner .body-container-wrapper .row-fluid .page-center {
  padding: 0;
}
.tg-filter.tg-filter-active a {
  font-weight: bold;
  color: #004182;
}

.hs-blog-post .blog-section .entry-title {
  letter-spacing: -0.035em;
  font-family: "Muli",sans-serif;
  font-style: normal;
  font-weight: 800;
  color: rgb(0,65,130);
}

.p-meta {
  margin: 8px 0 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}
.p-meta>span {
  display: inline-block;
}
.p-meta>span:not(:last-child):after {
  content: "/";
  padding: 0 .45em;
}
.entry-featured {
  position: relative;
  margin-top: 25px;
  border: 2px solid #e5e5e5;
  padding: 6px;
  background-color: #fff;
}
.entry-thumb {
  display: block;
  position: relative;
  background-color: #16a085;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: rgb(245,130,32);
}
.entry-thumb img {
  min-width: 100%;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
}
.hs-blog-post .blog-section .entry-content {
  margin-top: 25px;
}
.entry-footer {
  margin-top: 1.5em;
  padding: 1em 1.25em;
  line-height: 1.4;
  background-color: #f9f9f9;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.entry-footer>p {
  margin: 0;
}

.section.post-footer {
  max-width: 960px;
  margin: 0 auto;
}
.tg-item {
  margin-bottom: 30px !important;
}

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

body:not(.mobile-open) .e973-5.x-anchor-toggle:hover > span {
  animation-name: x-scale-up;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.4,0,.2,1);
}

#hs-pwd-widget-password {
  height: 2.65em !important;
}

.tg-element-6 {
  margin-right: 20px;
}

.section.post-body {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-transform: none;
  color: rgb(98,98,98);
}

.custom-main-menu .hs-menu-wrapper > ul ul li a {
  font-weight: 600;
  text-transform: uppercase;
}
h2.post-listing-simple {
  font-size: 24px;
  line-height: 31px;
  color: #111111 !important;
}

h2.post-listing-simple a {
  color: #111111 !important;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 320px){
  html {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1200 - 320)));
  }
}
@media(min-width:768px){
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid > div {
    order: 1;
    width: 40%;
  }
  .p-meta {
    font-size: 16px;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.custom-footer-menu {
    border-left: 1px solid #77B4E8;
    order: 3 !important;
    flex: 0 1 auto !important;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-social-links {
    order: 0 !important;
    flex: 0 1 auto;
    float: none;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-address {
    width: 55%;
    order: 1;
    padding: 16px 0;
  }
  .e806-7 address {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .hs-blog-post .blog-section .entry-title {
    font-size: 50px;
  }
}
@media(min-width:980px){
  .mobile-menu-wrapper.mobile{
    display:none !important;
  }
  .blog-body .e818-9.x-text-headline .x-text-content .x-text-content-text h2 {
    font-size: 64px;
    line-height: 1.3;
  }
  .e818-15.x-text {
    font-size: 1.5rem;
  }
  body:not(.blog) .body-container-wrapper h1{
    font-size: 64px;
    line-height: 1.3;
  }
  h1{
    font-size: 80px;
    line-height: 1.125;
  }
  .e806-1 .x-bg-layer-upper-image,.footer-wrapper .x-bg-layer-upper-image {
    background-image: url(//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/images/footer-angle-bg-desktop.svg) !important;
  }
  .e819-1.x-section {
    padding: 12em 0 8em;
    background-repeat: no-repeat;
  }
  .e819-1 .x-bg-layer-lower-color {
    display: none;
  }
  .e819-4.x-text .x-text-content-text-primary {
    font-size: 80px;
    line-height: 1.125;
  }
  .e819-4.x-text .x-text-content-text-subheadline {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1200px){
  html {
    font-size: 18px;
  }
  h4{
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
  }
  .x-hide-xl {
    display: none !important;
  }
}

@media(min-width:1440px){
  .footer-wrapper .row-fluid .page-center > div > div.row-fluid{
    flex-wrap: nowrap !important;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid > div{
    width: auto;
    padding: 16px 32px;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-address {
    order: 2;
    width: auto;
    padding: 16px 32px;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-sign-up-button:before {
    content: "";
    height: 143px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #77B4E8;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-sign-up-button:after {
    content: "";
    height: 143px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #77B4E8;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1441px) {
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-social-links {
    order: 0;
    width: 60%;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.custom-footer-menu {
    width: 45%;
    padding: 16px 32px;
    border-left: 1px solid #77B4E8;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul {
    width: 83%;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-social-links {
    margin: 0px 0px 40px 0px;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid > div.footer-sign-up-button {
    margin: 0px auto 48px auto;
  }
}

@media(max-width:1199px){
  .e818-12.x-container {
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  a#newsletter-signup {
    display: none;
  }
  .e818-12.x-container .x-column {
    margin: 0;
    width: 100%;
  }
  body:not(.blog) .body-container-wrapper h1{
    font-size: 60px;
  }
  .e818-12.x-container .x-column .x-image {
    display: block;
    width: 64px;
    margin: 0 auto 32px;
  }

  .e818-12.x-container .x-column .x-text {
    display: block;
    width: 100%;
    margin-bottom: 32px;
  }

  .hs-blog-listing .x-column.x-2-3.flex-method {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 979px) and (min-width: 768px){
  .x-hide-md {
    display: none !important;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-partner{
    margin-bottom: -15px;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div {
    margin-bottom: 37px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul {
    width: 100%;
  }
}

@media(max-width:979px){

  /* ===== 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;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .e818-15.x-text {
    margin: 0em;
    padding: 0rem 2rem 0rem 2rem;
  }
  .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);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul li > .x-anchor {
    display: inline-block;
    vertical-align: middle;
  }
  .child-trigger {
    vertical-align: middle;
    display: inline-block !important;
    border: 0;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul li > .x-anchor {
    width: auto;
    display: inline-block !important;
    white-space: normal;
  }
  .header-wrapper .custom-main-menu {
    display: none;
  }
  .header-wrapper .custom-main-menu {
    display: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul li {
    width: 100%;
  }
  .e819-1.x-section {
    padding: 128px 0px 64px 0px;
    background-color: rgb(119,180,232);
    margin: 0em;
  }
  .hs-blog-listing .e819-1.x-section{
    background-image: url(//cdn2.hubspot.net/hubfs/5184501/TheKarcherGroup_May2019/images/TKG_Insights_Sm.jpg) !important;
    background-position: center;
    background-size: cover;
  }
  .e819-1.x-section .x-bg {
    top: 0;
  }

  .e819-1.x-section {
    position: relative;
  }

  [class*=x-bg-layer-lower] {
    z-index: 1;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child > .x-anchor {
    display: flex !important;
  }
  .e819-4.x-text .x-text-content-text-subheadline {
    line-height: 1.6;
  }
  .e819-1.x-section .x-bg {
    z-index: 0;
  }
  .header-wrapper .custom-menu-trigger ,.header-wrapper .custom-menu-trigger > div {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    justify-content: flex-end;
    flex: 0 1 auto;
  }

  .e973-5.x-anchor-toggle {
    width: 3.5em;
    height: 3.5em;
    border-radius: 0;
    font-size: 1em;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    justify-content: flex-end;
    flex: 0 1 auto;
  }
  .e973-5.x-anchor-toggle .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  [data-x-single-anim] {
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4,0,.2,1);
  }
  .x-graphic-icon, .x-graphic-image, .x-graphic-toggle {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
  }
  .mobile-menu-wrapper.mobile {
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: visibility 0s linear .525s;
    pointer-events: none;
    z-index: 9999;
    font-size: 16px;
  }

  .mobile-open .mobile-menu-wrapper.mobile {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }
  .custom-mobile-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100% !important;
    transition: transform .5s cubic-bezier(.4,0,.2,1);
    z-index: 2;
    right: 0;
    transform: translate3d(115%,0,0);
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    max-width: 100%;
    padding: calc(1.5em * 2);
    background-color: rgb(0,65,130);
    box-shadow: 0em 0.5em 3em 0em rgba(0,0,0,0.25);
    min-height: 501px !important;
  }
  .mobile-open .custom-mobile-menu {
    transform: translate3d(0,0,0);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul {
    margin: 0px;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: inherit;
    text-align: center;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child > .x-anchor {
    white-space: nowrap;
  }
  .custom-mobile-menu div {
    height: 100%;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul  li > .x-anchor {
    margin: 8px 0em 8px 0em;
    font-size: 1em;
    background-color: transparent;
    box-shadow: inset 0em 0em 0em 0em transparent;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-text-primary {
    font-family: "Muli",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.125em;
    margin-right: calc(0.125em * -1);
    text-align: center;
    text-transform: uppercase;
    color: rgb(218,225,232);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul  li > .x-anchor .x-anchor-particle-primary {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) scale3d(0,1,1);
    width: 100%;
    height: 100%;
    color: rgba(255,255,255,0.05);
    transform-origin: 0% 50%;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul li > .x-anchor:hover .x-anchor-particle-primary {
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0s,.3s;
    transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    display: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul li > .x-anchor .x-anchor-text-primary svg path {
    fill: #77B4E8;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul li > .x-anchor .x-anchor-text-primary svg {
    height: 1em;
    display: inline-block;
    font-size: 2em;
    width: .875em;
    vertical-align: middle;
    margin-right: 10px;
  }
  .mobile-open .mobile-menu-wrapper.mobile .custom-menu-trigger {
    opacity: 1;
    transform: scale(1);
  }
  .mobile-menu-wrapper.mobile .custom-menu-trigger {
    display: block;
    position: fixed;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: .3s,.5s,.5s;
    transition-property: color,opacity,transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 3;
    font-size: 1.5em;
    color: rgba(255,255,255,0.25);
    left: auto;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
  }
  .mobile-menu-wrapper.mobile .custom-menu-trigger a.e973-5.x-anchor.x-anchor-toggle {
    height: 50px;
    width: 50px;
  }

  .hs-blog-listing .e819-4.x-text .x-text-content-text-primary {
    font-size: 2.25em;
    line-height: 1.5;
    text-align: left;
    color: rgb(255,255,255);
  }

  .hs-blog-listing .e819-4.x-text .x-text-content-text-subheadline {
    font-weight: 300;
    line-height: 1.8;
  }
}

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

@media (max-width: 767px) {

  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,
  .hs_error_rollup .hs-error-msgs label{
    max-width: 100%;
  }
  .post-item.tg-item {
    width: 50%;
    width: calc(100% / 2 - 32px);
    max-width: 333px;
  }
  .no-banner .body-container-wrapper {
    margin: 2em auto;
  }
  .hs-blog-post span#hs_cos_wrapper_post_body img {
    margin: 15px auto !important;
    float: none !important;
    width: auto !important;
    display: block;
  }

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }

  .hs-form-field {
    width: 100% !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    width: auto;
    max-width: 100%;
    max-height: none;
    margin: 15px auto !important;
  }

  .hs-error-msgs label {
    max-width: 100%;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.custom-footer-menu {
    border: 0;
  }
  .x-hide-sm {
    display: none !important;
  }
  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.custom-footer-menu {
    padding: 0;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-partner {
    margin-bottom: -15px;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.footer-social-links {
    margin: 0px 0px 37px 0px;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div.custom-footer-menu,.footer-wrapper .row-fluid .page-center>div>div.row-fluid>div {
    margin: 0px 0px 40px 0px;
  }

  .footer-wrapper .row-fluid .page-center>div>div.row-fluid>div {
    margin: 0px 0px 14px 0px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul {
    width: 66%;
  }
  .e819-3.x-column.x-sm.x-2-3 {
    width: 100%;
    margin: 0;
    padding-right: 15px;
  }
  .tg-grid-area-top2 {
    flex-flow: column;
  }
  .tg-filters-holder {
    margin: 1.25em 0;
  }
  .tg-nav-font {
    font-size: 20px;
  }
  .tg-nav-font, .tg-nav-font[class^=tg-icon-] {
    font-size: 20px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs-author-profile .hs-author-avatar {
    margin: 0 0 15px;
    float: none;
  }
  body.subscription-template .body-container-wrapper h1 {
    font-size: 37px;
    line-height: 1;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul {
    width: auto;
  }
  .e806-5 .x-modal-content-inner {
    padding: 0 !important;
  }
  div#gform_wrapper_3 .actions input {
    margin: 0 0 2.5em;
    line-height: 2;
    min-height: 2rem;
    margin-top: 30px;
  }
  .post-item.tg-item {
    width: 100%;
    max-width:100%;
  }
  body:not(.blog) .body-container-wrapper h1{
    font-size:50px;
  }
}



@keyframes x-scale-up {
  33% {
    opacity: 0;
    transform: none
  }

  34% {
    opacity: 0;
    transform: scale3d(0,0,1)
  }

  100% {
    opacity: 1;
    transform: scale3d(1,1,1)
  }
}
