/* ==========================================================================
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('https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i,800,800i&display=swap');

@font-face {
  font-family: "Neue Helvetica W01_n4";
  src: url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/a58359b2-ab6c-4eb7-a2ed-b567c68b3388.eot") format("eot");
}

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/a58359b2-ab6c-4eb7-a2ed-b567c68b3388.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/02963ef0-dbb8-4ec9-a06d-939c6f252739.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/aee958bd-461a-4843-929b-4127e918a85e.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/a5239550-7c80-4408-8598-671485ac7994.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/icons.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/icons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/icons.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5752934/SAM_Labs_May2019/fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

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

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

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

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

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

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

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

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

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

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

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

* {
  letter-spacing: 0.04em;
  opacity: 1;
  transition: 0.3s ease all;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
} 

body, input, textarea, button, select {
  font-size: 16px;
  line-height: 1.3;
  font-family: Nunito, "Arial", "Sans-Serif";
  color: #313131;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

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

html, body, p, div, ol, ul, li, span, a, .btn {
  font-family: "Nunito", "Arial", "Sans-Serif";
}

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

/* Basic text */
p {
  line-height: 1.415;
  margin: 0 0 15px 0;
}
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 {
  font-family: 'Nunito', "Arial", "Sans-Serif";
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: 'Nunito', "Arial", "Sans-Serif";
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: 'Nunito', "Arial", "Sans-Serif";
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.2;
}

h1 {
  font-weight: 700;
  font-size: 2.5em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.23em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 0.875em;
}

/* Anchor Links */
a, .text-link {
  color: #292929;
  text-decoration: none;
  outline: 0;
  background: transparent;
}
a:hover, a:focus {
  color: #ff7f50;
}
/* Lists */
ul, ol {
  margin: 0 0 10px 15px;
  padding: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {
  font-size: initial;
  margin-bottom: 0.25em;
}
.body-container .hs_cos_wrapper_type_rich_text ol:not([class]) {
  margin-left: 0;
  padding-left: 0;
  list-style: decimal;
}
.body-container .hs_cos_wrapper_type_rich_text ol:not([class]) li {
  list-styLe-type: none;
  counter-increment: step-counter;
  margin-bottom: 5px;
}
.body-container .hs_cos_wrapper_type_rich_text ol:not([class]) li:before {
  margin-right: 15px;
  content: counter(step-counter);
  background: #08d0c4;
  border-radius: 100%;
  color: white;
  font-size: 13px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 27px;
}

.body-container .hs_cos_wrapper_type_rich_text ul:not([class]) {
  list-style: disc;
  padding: 0;
  margin-left: 20px;
}
.body-container .hs_cos_wrapper_type_rich_text ul:not([class]) li {
  margin-bottom: 0.4em;
  font-family: "Nunito";
  line-height: 1.415;
  font-weight: normal;
  font-size: 15px;
}

.body-container .hs_cos_wrapper_type_rich_text h2 {
  color: #08d0c4;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  clear: both;
  margin: 30px 0;
}


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

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

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

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


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


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

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

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


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

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

.custom-header-wrapper {
  min-height: 80px !important;
}
.custom-header-wrapper .custom-header {
  position: relative;
  border-bottom: 1px solid #eee;
  min-height: 81px;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  will-change: transform;
  transition: transform 200ms linear;
  z-index: 9999;
  width: 100%;
}
.custom-header .page-center {
  max-width: 100% !important;
  padding: 19.5px 0 0 !important;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid:before, 
.custom-header .page-center > .row-fluid-wrapper > .row-fluid:after {
  content: none;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.custom-header .cm-logo {
  width: 200px;
  margin-right: 50px;
  padding-left: 50px;
  z-index: 500;
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 0;
}
.cm-logo a {
  display: block;
}
.cm-logo img {
  width: 177px !important;
  position: fixed;
  top: 0;
  will-change: transform;
  transition: transform 200ms linear;
}
.custom-header .custom-menu-primary {
  max-width: 90%;
  float: left;
  margin: 0;
  width: auto;
}
.custom-header .cm-header-right {
  display: inline-block;
  padding-right: 2%;
  margin-left: auto;
  width: auto;
  float: none;
  min-width: 100px;
  height: 75%;
  text-align: right;
}
.cm-header-right .header-icons {
  white-space: nowrap;
}
.cm-header-right a.demo-button {
  height: 35px;
  text-transform: uppercase;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
  font-family: 'Nunito',sans-serif;
  padding: 0 10px;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  margin-top: -5px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background-color: #ff7f50;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cm-header-right a.demo-button:hover {
  border-color: #ff7f50;
  color: #ff7f50;
  background: #fff;
}
.cm-header-right .search-wrapper {
  display: inline-block;
}
.cm-header-right a.cart-wrapper {
  height: 30px;
  position: relative;
  color: #292929;  
  z-index: 10;
}
.cm-header-right .icon-wrapper i {
  color: #08d0c4;
  font-size: 20px;
  padding: 0 10px;
}
.search-wrapper .header-icons i {
  line-height: 18px;
}
.search-wrapper .header-icons i:hover {
  color: #ff7f50;
}
.search-wrapper .header-icons i:before {
  display: inline;
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-header-right .search-wrapper .header-icons {
  padding-right: 2%;
  width: initial;
  height: 30px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  margin-right: 0;
  z-index: 10;
}
.search-wrapper .search-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 0;
  border-bottom: 1px solid #eee;
  min-height: initial;
  padding: 40px 4.5%;
  padding-top: 65px;
  padding-left: 4.5%;
  height: 150px;
}
.search-open .search-wrapper .search-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-dropdown .search-content {
  width: 100%;
  text-align: center;
  max-width: 1100px;
}
.search-dropdown .search-content form {
  position: relative;
  border-collapse: separate;
  width: 100%;
}
.search-dropdown .search-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.search-dropdown .search-grid-wrapper .grid__item {
  width: 100%;
  padding-left: 15px;
  vertical-align: top;
}
.search-dropdown .search-grid-wrapper .search-input-field {
  padding: 30px 20px;
  width: 66.666%;
  vertical-align: top;
  float: left;
  min-height: 1px;
}
.search-dropdown .search-grid-wrapper .search-input-submit {
  padding: 30px 20px;
  width: 33.333%;
  float: left;
}
.search-dropdown input {
  width: 100%;
  font-family: "Arial", san-serif;
  border: 1px solid gainsboro !important;
  text-align: left;
  color: black !important;
  border-radius: 10px !important;
  height: 37px;
  font-size: 16px;
  vertical-align: middle;
  margin: 0 !important;
  padding: 8px 10px !important;
  text-indent: 0 !important;
  max-width: 100% !important;
}

.search-dropdown .banner {
  width: 100%;
  border-radius: 10px;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}
.search-dropdown .banner .js-search-submit {
  transform: initial;
  width: 100%;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 37px;
  font-family: Nunito, sans-serif;
  margin: 0;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  padding: 6px 25px;
  background-color: #ff7f50;
  color: #ffffff;
}
.search-dropdown .banner .js-search-submit:focus {
  background-color: #ea9c00;
  color: #fff;
  outline: -webkit-focus-ring-color auto 5px;
}
.search-dropdown input::-webkit-placeholder {
  letter-spacing: 1px;
}
.search-dropdown input::-webkit-input-placeholder {
  letter-spacing: 1px;
}
.search-dropdown input::-moz-placeholder {
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #808080;
}

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

.body-container-wrapper {}
.body-container {}

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

/* Banner Styling */
.banner-area {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  background-color: #08d0c4;
}
.banner-area .page-center {
  position: relative;
  min-height: 440px;
}
.banner-content {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 120;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-area.top_space .banner-content {
  position: static;
  transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner-area h1 {
  font-size: 90px;
  margin-bottom: 0;
  color: #ffffff;
}
svg:not(:root) {
  overflow: hidden;
}

/* ======= Get A Demo ====== */

.custom-get-demo-row .main-content-col {
  text-align: center;
  font-size: 15px;
  padding-bottom: 40px;
}
.custom-get-demo-row .custom-get-demo-form {
  max-width: 500px !important;
  margin: 0 auto 40px !important;
  float: none !important;
  padding: 10px 18px 0 7px;
}
.custom-one-row1-wrap {
  padding: 51px 0 70px;
}
.custom-get-demo-form label {
  margin-bottom: 2px;
}
.custom-get-demo-form select {
  margin-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-get-demo-form ul.inputs-list.multi-container {
  margin: 0;
  text-transform: none;
  font-size: 12px;
}
.custom-get-demo-form ul.inputs-list.multi-container label {
  font-family: "Nunito";
  font-weight: 900;
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 3px;
  display: block;;
}
.custom-get-demo-form form.hs-form .hs-form-field ul.inputs-list li input {
  margin-left: 0;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.custom-get-demo-form .hs-richtext.hs-main-font-element p {
  font-size: 14px;
  margin-bottom: 7px;
  margin-top: -1px;
}
.custom-one-row1-wrap .page-center {
  max-width: none !important;
  width: 66.66% !important;
  margin: 0 !important;
  position: relative;
  left: 16.666%;
  padding-right: 0 !important;
}
.custom-one-row1-wrap .main-content-col h1 {
  margin-bottom: 40px;
  margin-top: 2.12em;
}
.custom-get-demo-group {
  background: #ff7f50;
  padding: 60px 0;
}
.custom-get-demo-group .page-center {
  max-width: 1130px !important;
  text-align: center;
}
.custom-get-demo-group h2 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 52px;
}
.custom-get-demo-group .page-center div {
  padding: 0 10px;
  display: inline-block;
}
.custom-get-demo {
  line-height: 32px !important;
  padding: 6px 20px 6px 25px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: Nunito !important;
}
.custom-get-demo:hover {
  color: #ff7f50!important;
  background: #fff!important;
}
.one-column-layout .custom-footer-menu .hs-menu-wrapper > ul ul li > a,
.steam-kit-layout .custom-footer-menu .hs-menu-wrapper > ul ul li > a{
  padding: 10px 15px 10px 0;
}

.steam-kit-layout.no-banner-page .body-container {
  padding-top: 0;
}
.steam-kit-layout .body-container .page-center {
  max-width: 1200px !important;
}
.custom-two-column-equal-content-wrap {
  padding: 61px 0 4px;
}
.custom-two-column-equal-content-wrap .custom-column {
  width: 50%;
  float: left;
}
.custom-two-column-equal-content-wrap .custom-column.right {
  padding-left: 50px;
}
.custom-two-column-equal-content-wrap .custom-column.right strong {
  font-size: 34px !important;
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
  font-weight: 700;
}
.custom-two-column-equal-content-wrap .custom-column.right span {
  font-size: 27px !important;
  font-style: italic;
}
.custom-two-column-equal-content-wrap span.green {
  font-style: normal !important;
  color: #00b050;
  padding-top: 20px !important;
  line-height: 60px;
  font-weight: 700;
}
.custom-two-column-equal-content-wrap span.cross {
  text-decoration: line-through;
}
.custom-two-column-equal-content-wrap .custom-column.right p {
  font-size: 26px;
  line-height: 1.415;
}
.custom-two-column-equal-content-wrap .custom-column.right img {
  width: 300px !important;
}
.custom-button-popup-wrap {
  padding: 60px 0;
}
a.custom-popup-btn {
  background: #08d0c4;
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 60px;
  border-radius: 10px;
  font-size: 24px;
  margin: auto;
  border: 3px solid #08d0c4;
  font-family: Nunito;
  line-height: 34px;
  cursor: pointer;
  margin: 0 auto;
  width: max-content;
}
a.custom-popup-btn:hover {
  background-color: #fff;
  color: #08d0c4;
}
.custom-popup-form-group {
  display: none;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: scroll;
}
.open-form .custom-popup-form-group {
  display: block;
}
.custom-popup-form-group .custom-popup-form-inner {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  width: 400px;
  margin: 20px auto 0;
  height: 600px;
  overflow: scroll;
  padding: 0 20px;
}
.custom-steam-row2 {
  padding-top: 60px;
}
.custom-steam-row2 h2 {
  font-size: 36px;
  color: #313131 !important;
  margin: 0 0 27px;
}
.custom-steam-row3 {
  padding: 60px 0;
}
.custom-steam-row3 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 48px;
  color: #08d0c4;
  font-weight: 700;
  margin: 0 0 36px;
}
.custom-steam-row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 21px;
  margin-bottom: 30px;
  line-height: 34px;
}
.custom-image-title-wrap {
  padding: 30px 0 64px;
}
.custom-image-title-wrap .custom-column-wrap {
  width: 25%;
  float: left;
  padding: 0 7px;
}
.custom-image-title-wrap .custom-column-wrap h2 {
  text-align: center;
  font-size: 28px;
  color: #08d0c4;
  margin: 0 0 21px;
}
.video-sectopn {
  padding: 60px 15px 60px;
}
.video-sectopn h2 {
  text-align: center;
  font-size: 48px;
  color: #08d0c4;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  margin: 0 0 36px;
}
.video-sectopn video {
  position: relative !important;
  top: 0px;
  right: 0px;
  left: 0;
  max-width: 800px !important;
  margin: 0px auto 0px !important;
  float: none !important;
  display: block !important;
}
.custom-awrads-group {
  padding: 60px 15px;
  max-width: 1130px;
  margin: 0 auto;
}
.custom-awrads-group h2 {
  text-align: center;
  margin-bottom: 21px;
}
.custom-awrads-group .custom-award-item {
  display: inline-block;
  margin: 0 5px;
}
.custom-awrads-group .custom-award-item img {
  width: 120px;
  margin-bottom: 4px;
}
.custom-awrads-group  .custom-awrads-wrap {
  text-align: center;
}
.custom-steam-row5 {
  background: rgb(28, 49, 136);
  padding: 60px 0;
}
.custom-testimonial-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
  display: block;
}
.custom-testimonial-slider .slick-slide img {
  display: block;
  width: 200px;
}
.custom-testimonial-slider .slick-slide:nth-child(3) img {
  width: 137px;
}
.custom-testimonial-slider .slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.custom-testimonial-slider .slick-slide-inner-wrapper {
  display: block !important;
}
.custom-testimonial-slider .caption.below {
  padding: 40px;
}
.custom-testimonial-slider .caption.below span {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.custom-testimonial-slider .caption.below h2 {
  color: #fff;
  font-size: 2.3em;
  display: block;
  font-family: Nunito !important;
  font-weight: normal !important;
  margin: 0 0 0.75em;
  line-height: 1.2;
}
.custom-testimonial-slider .caption.below p {
  color: #fff;
  font-size: 19px;
  margin: 0 0 40px;
}
.custom-testimonial-slider .slick-prev, 
.custom-testimonial-slider .slick-next {
  display: none !important;
}

.custom-testimonial-slider ul.slick-dots {
  margin: 0;
  position: absolute !important;
  border: 25px !important;
}
.custom-testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #fff;
  width: initial;
  height: initial;
}
.custom-testimonial-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: inherit;
  height: inherit;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  top: 0;
  left: 0;
  position: relative;
}
.custom-testimonial-slider .slick-dots li button:before {
  display: none;
}
.custom-testimonial-slider .slick-dots li button:hover, 
.custom-testimonial-slider .slick-dots li button:focus {
  outline: none;
  background: #fff;
}


body.open-form {
  overflow-y: hidden;
}

.indicates-required {
  text-align: right;
  font-size: 11px;
  margin: 0px -5px -2px 0;
  line-height: 20px;
}
.custom-popup-form-inner h3 {
  margin: 0 !important;
}
.custom-popup-form-inner label {
  font-size: 14px !important;
  margin-bottom: 0px;
  line-height: 24px;
  text-transform: uppercase !important;
}
.custom-popup-form-inner select {
  height: 40px;
  margin: 0 0 4px;
}
.custom-popup-form-inner .hs-input {
  min-height: 40px;
  border-radius: 0;
  margin-bottom: 4px;
  border: 1px solid #d6d6d6 !important;
}
span.asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.custom-popup-form-inner form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.custom-popup-form-inner .hs_lastname {
  padding-left: 3px !important;
}
.custom-popup-form-inner .hs_firstname {
  padding-right: 4px !important;
}
.custom-popup-form-inner input.hs-button.primary.large {
  background: #08d0c4;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 40px;
  line-height: 32px;
}
/* =============== Footer =============== */

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

.custom-footer {
  padding: 30px 0;
  background-color: #2e2e2e;
  color: #fff;
}
.custom-footer .page-center {
  max-width: 1130px !important;
}
.custom-footer .page-center > .row-fluid-wrapper {
  margin-left: -15px;
}
.custom-footer .cm-footer-col-left {
  width: 66.666%;
  padding-left: 15px;
}
.custom-footer .cm-footer-col-right {
  width: 33.333%;
  padding-left: 15px;
  margin-left: 0;
}
.cm-footer-col-left > .row-fluid-wrapper {
  margin-left: -15px;
}
.custom-footer .cm-footer-links {
  width: 25%;
  position: relative;
  margin: 0;
  padding-left: 15px;
  vertical-align: top;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  color: #292929;
  font-size: 12px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  display: block;
  margin: 0;
  width: 25%;
  padding-left: 15px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block !important;
}
.custom-footer a {
  color: #fff;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
  margin: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li > a {
  font-size: 14px;
  white-space: normal !important;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  padding-left: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li > a > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li > a > span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li > a > span:hover:before, 
.custom-footer-menu .hs-menu-wrapper > ul ul li > a > span:focus:before {
  right: 0;
}

.cm-footer-form h3.form-title {
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}
.custom-footer p {
  font-size: 14px;
  color: #fff;
}
.cm-footer-form .hs-form {
  margin-bottom: 20px;
}
.cm-footer-form .hs-form-field > label {
  display: none;
}
.cm-footer-form .hs-input {
  background: transparent;
  display: inline-block;
  border: none;
  border-bottom: 1px solid white;
  width: 65%;
  font-size: 16px;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 0;
  margin: 0;
  text-indent: 0;
  margin-bottom: 0px;
}
.cm-footer-form .hs-form-field {
  padding-bottom: 0;
  min-height: 0;
}
.cm-footer-form .submitted-message {
  margin-bottom: 20px;
}
.cm-footer-form .hs-input::-webkit-placeholder {
  color: white;
}
.cm-footer-form .hs-input::-webkit-input-placeholder {
  color: white;
}
.cm-footer-form .hs-input::-moz-placeholder {
  color: #fff;
}
.cm-footer-form .hs-input:-ms-input-placeholder {
  color: #fff;
}
.cm-footer-form .hs-input:-moz-placeholder {
  color: #fff;
}
.cm-footer-form input.hs-button.primary.large {
  border-radius: 6px;
  width: auto;
  margin: 0;
  line-height: 1.42;
  text-align: center;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-transform: capitalize;
  padding: 6px 25px;
  font-size: 18px;
  font-weight: 500;
  background-color: #ff7f50;
  color: #ffffff;
  font-family: "Nunito", "Arial", "Sans-Serif";
}
.cm-footer-form input.hs-button.primary.large:focus {
  background-color: #ea9c00;
  color: #fff;
  outline: -webkit-focus-ring-color auto 5px;
}
.cm-footer-form .hs-input.invalid.error {
  border: none;
  border-bottom: 1px solid white;
}
.cm-footer-form .hs-error-msgs label {
  display: block;
  color: #d02e2e;
  background-color: #ede6e6;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  border: 1px solid #d02e2e;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  text-align: center;
  line-height: 1.3;
}
.cm-footer-form .hs_error_rollup {
  margin-top: 0;
}

.footer-social-icons {
  display: block;
}
.footer-social-icons .social-icons {
  margin-left: 0;
  list-style: none;
}
.footer-social-icons li {
  display: inline-block;
  margin: 0px 0px 15px 15px;
  vertical-align: middle;
  color: #ffffff;
}
.footer-social-icons li a {
  color: #ffffff;
  font-size: 14px;
}
.footer-social-icons li a:hover {
  color: #e6e6e6;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  display: block;
  font-size: 12px;
  cursor: default;
  color: #292929;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-size: 15px;
  float: none !important;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 15px;
  font-weight: normal;
  color: #292929;
  position: relative;
  display: inline;
  line-height: 29px;
  z-index: 1000;
  white-space: normal;
  padding: 0 10px;
  font-family: 'Nunito',sans-serif;
  text-decoration: none;
}
.hvr-underline-from-left-dark {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  font-family: 'Nunito',sans-serif;
}
.hvr-underline-from-left-dark:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #08d0c4;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left-dark:hover:before,
.hvr-underline-from-left-dark:focus:before,
.hvr-underline-from-left-dark:active:before {
  right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #08d0c4;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  color: #292929;
  margin: 0;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  white-space: normal !important;
  font-family: 'Nunito',sans-serif;
  padding: 0 10px;
  display: block;
  text-decoration: none;
  color: #292929;
  transition: 0.2s ease all;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a > span {
  font-family: 'Nunito',sans-serif;  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #08d0c4;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:769px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
    overflow: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: static !Important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #eee;
    min-height: 300px;
    padding: 40px 4.5%;
    padding-left: 252px;
    padding-top: 65px;
    opacity: 1 !important;
    visibility: visible !important;
    display: none !important;
    top: 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li {
    width: 25%;
    padding-left: 15px;
    vertical-align: top;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.TeachingMaterials > ul > li {
    width: 25%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li:first-child > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul {
    min-height: 200px;
    padding-left: 237px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li:nth-child(n+2) > a {
    padding: 0;
    display: inline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li:nth-child(n+2) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li:nth-child(n+2) > a:focus {
    color: #ff7f50;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li:nth-child(n+2) > a > img {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul > li:nth-child(n+2) > a > span {
    white-space: normal;
    display: block;
    text-align: center;
    font-family: "Nunito";
    font-size: 15px;
    margin-top: 4px;
  }
  #mobile-search-exit,
  .cm-header-right .icon-wrapper svg {
    display: none;
  }

  .search-dropdown input#searchInput::-webkit-input-placeholder {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    color: #808080
  }
  .search-dropdown input#searchInput:-moz-placeholder {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    color: #808080
  }
  .search-dropdown input#searchInput::-moz-placeholder {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    color: #808080
  }
  .search-dropdown input#searchInput:-ms-input-placeholder {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    color: #808080
  }
  .custom-menu-primary.mobile-menu {
    display: none !important;
  }
  .header-hide .custom-header .cm-logo img,
  .header-hide .custom-header {
    transform: translateY(-150%);
  }
  .header-show .custom-header .cm-logo img,
  .header-show .custom-header {
    transform: translateY(0%);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a .hvr-underline-from-left-dark > span {
    font-family: 'Nunito',sans-serif;
  }
}

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

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

@media (max-width: 768px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1.3;
    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: 14px;
    left: 20px;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #292929;
    font-family: 'Nunito',sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
  }
  .mobile-trigger:hover{
    text-decoration: none;
    color: #08d0c4;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger span{
    font-family: 'Nunito',sans-serif;
    display: inline-block;
    font-size: 1.6em;
  }
  .mobile-trigger span.icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-hamburger:before {
    content: "\e601";
  }

  /* ===== 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);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{}

  /* Hide menu on mobile */
  .custom-menu-primary .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 .hs-menu-wrapper{
    width: 100%;
    position: fixed;
    top: 100vh;
    left: 0;
    right: 0;
    height: 100vh;
    border-top: 1px solid #fff;
    color: #292929;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    overflow: hidden;
    z-index: 999;
    padding-top: 77px;
    padding-bottom: 50px;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper{
    top: 0;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: calc(100vh - 130px);
    overflow: auto;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a .hvr-underline-from-left-dark > span {
    font-family: Nunito, sans-serif;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    margin-bottom: 0.25em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    color: #292929;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a > span {
    margin-bottom: 5px;
    font-size: 19.2px;
    line-height: 1.2;
    font-family: Nunito;
    font-weight: normal;
    text-align: center;  
    color: #292929;  
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a > span {
    padding-right: 65px;
    padding-left: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a > span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    line-height: 18px;
    content: "\f105";
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a > span:before {
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover > span > span,
  .custom-menu-primary .hs-menu-wrapper > ul li a:focus > span > span {
    opacity: 0.7;
    color: #292929;
  }  

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(.dl-back) {
    margin-bottom: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(.dl-back) a{
    display: block;
    padding: 5px 15px;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(.dl-back) a > span {
    font-family: Nunito, sans-serif !important;
  }

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

  .close-icon {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 55px;
    width: 100%;
    z-index: 999;
    text-align: left;
    font-size: 1.125em;
  }
  .close-icon .icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .close-icon .icon-x:before {
    content: "\e606";
  }
  .close-icon .icon {
    display: inline-block;
  }
  .close-icon button {
    background: none;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    position: relative;
    padding: 0 20px 0 10px;
    color: inherit;
    font-size: 1.4em;
    cursor: pointer;
    width: auto;
    height: 40px;
  }
}


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


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

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

/* Blog Listing */
body.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 */
h2.post-listing-simple,
.post-header h2 {}

h2.post-listing-simple a,
.post-header h2 a {}

h2.post-listing-simple a:hover,
.post-header h2 a:hover {}

span.filter-link-count {
  display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  padding: 10px 0;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {    
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing {
  margin-left: -15px;
  clear: both;
}
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 15px;
  padding-left: 15px;
  vertical-align: top;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n+1) {
  clear: left;
}

.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 {
  display:block;
  margin:15px 0;
}

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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

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

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

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

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border: 1px solid #000 !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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 .blog-sidebar > .row-fluid-wrapper {
  margin:0 0 30px;
}

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

.blog .content-wrapper {
  max-width: 1130px !important;
}
.hs-blog-listing .content-wrapper {
  padding-top: 81px;
  padding-bottom: 80px;
}
.blog-img {
  margin-bottom: 15px;
  display: block;
}
.blog-img img {
  width: 100%;
}

.blog-copy h2 {
  margin-bottom: 5px;
}
.blog-copy h6 {
  margin: 0 0 0.5em;
}
.blog-pagination {
  padding-top: 30px;
}

#id-pre-footer {
  background: #ff7f50;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
#id-pre-footer .wrapper.page-center {
  max-width: 1130px;
}
#id-pre-footer .text-center {
  text-align: center;
}
#id-pre-footer .display-inline {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}
#id-pre-footer h2 {
  margin-bottom: 0;
  line-height: 52px;
  margin: 0;
}
#id-pre-footer a.btn {
  border-radius: 50px;
  line-height: 32px;
  border: 2px solid #ffffff;
  color: #fff;
  background: rgba(0,0,0,0);
  font-family: Nunito;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-transform: capitalize;
  padding: 6px 25px;
  font-size: 18px;
  font-weight: 500;
}
#id-pre-footer a.btn:hover {
  border: 2px solid #ffffff;
  color: #ff7f50;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hs-blog-post .blog-content {
  padding: 50px 50px 0px 50px;
}
.hs-blog-post .blog-post-wrapper {
  padding-left: 15px;
}
.hs-blog-post .content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog .section-header h1 {
  margin-bottom: 30px;
  display: block;
}
.blog .section-header {
  padding-bottom: 15px;
}
.section.post-footer #comments-listing.no-comments {
  border: 0;
  margin-top: 0;
}
.section.post-footer .hs_error_rollup {
  margin-top: 0;
}
.section.post-footer .hs-form {
  margin-bottom: 0;
}


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

.hs-form {
  margin-bottom: 30px;
}
h3.form-title {
  font-size: 19.6px;
  margin-bottom: 15px;
}

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

/* Form Field */
.hs-form-field {
  padding-bottom: 3%;
  min-height: 50px;
  position: relative;
}

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

/* Labels and Legends */
label {
  display: block;
  margin-bottom: 3px;
}
.hs-form-field > label {
  cursor: pointer;
  font-weight: 800;
  text-transform: none;
  font-size: 15px;
}
span.hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 5px 8px 0;
  text-indent: 2%;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  max-width: 600px;
  color: black;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  border: 1px solid gainsboro;
  padding: 5px;
  min-width: 150px;
  text-indent: 0.01px;
  cursor: pointer;
  border-radius: 0;
  color: black;
}
select:focus {}

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

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

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

/* Error */
.hs-input.invalid.error {
  border: 2px solid #e85c41;
}
.hs-error-msgs {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.hs-error-msgs li {
  margin: 0;
}
.hs-error-msgs label {
  display: inline-block;
  margin: 2px 0 0 0;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
  line-height: normal;
}


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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  width: auto;
  clear: both;
  background-color: #ff7f50;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  min-height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 22px;
  text-align: center;
  vertical-align: top;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  border-color: #333;
  outline: transparent;
}


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

.landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form{
  width: 50%; 
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
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; }

/* Default Styling For Suggestion Box */
.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions li a {
  padding: 5px 10px;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  padding: 5px 10px;
}
.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1);
  outline: 0;
}

.subscription-template .subscribe-options label {
  margin: 0;
}
.lp-header .mobile-trigger {
  display: none !important;
}
.subscription-template #email-prefs-form .email-edit {
  padding: 8px 5px 8px 0 !important;
  font-size: 16px !important;
  line-height: 1.3;
}
.no-banner-page .body-container {
  padding-top: 20px;
}

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

.post-item .blog-img {
  height: 13.959vw;
  min-height: 184px;
  overflow: hidden;
  position: relative;
}
.post-item .blog-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hs-full-width-form-row1-group .main-content {
  margin: 0 auto 60px !important;
  max-width: 500px;
  display: block;
  float: none !important;
  padding: 45px 7px 0;
}
.hs-full-width-form-row1-group .main-content form .hs-form-checkbox label {
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
  font-weight: 900;
  padding: 3px 0;
  cursor:pointer;
}
.hs-full-width-form-row1-group .main-content form  ul.inputs-list {
  padding: 0;
  margin: 0;
}
.hs-full-width-form-row1-group .main-content form .hs-form-checkbox label .hs-input {
  margin-right: 10px;
}
.hs-full-width-form-row1-group .main-content form .hs-fieldtype-checkbox >label {
  letter-spacing: 0.04em;
  font-size: 14px;
}
.hs-full-width-form-row1-group .main-content form input[type=number]::-webkit-inner-spin-button, 
.hs-full-width-form-row1-group .main-content form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.hs-full-width-form-row1-group .main-content form select{
  height: 32px;
  background:none;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 768px) {
  #id-pre-footer h2 {
    position: relative;
    top: -3px;
  }
}

@media (min-width: 1260px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0 0.5vh;
  }  
}

@media (max-width: 1300px) {
  h1 {
    font-size: 1.875em;
  }
  h2 {
    font-size: 1.625em;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.875em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    padding: 40px 19.5%;
  }
}

@media (max-width: 1300px) and (min-width: 1031px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul {
    padding-left: calc(19.5% + 15px);
  }
}

@media (max-width: 1222px) and (min-width: 769px)  {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .custom-steam-row3 {
    padding: 40px 0;
  }
  .custom-steam-row3 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 36px;
    margin: 0 0 10px;
  }
  .custom-steam-row3 .hs_cos_wrapper_type_rich_text p {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 30px;
  }
  .custom-image-title-wrap .custom-column-wrap {
    width: 50%;
    padding-bottom: 4px;
  }
  .custom-image-title-wrap .custom-column-wrap h2 {
    font-size: 24px;
    letter-spacing: 0px;
    margin: 15px 0px 5px;
  }
  .custom-image-title-wrap {
    padding: 30px 0 60px;
  }
  .custom-two-column-equal-content-wrap {
    padding: 41px 0 4px;
  }
  .custom-button-popup-wrap {
    padding: 40px 0 20px;
  }
  .video-sectopn video {
    max-width: 90% !important;
  }
}

@media (max-width: 1180px) and (min-width: 769px) {
  .footer-social-icons {
    text-align: center;
  }
}

@media (max-width: 1180px) and (min-width: 1031px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    padding-left: calc(19.5% + 35px);
  }
}

@media (max-width: 1180px) {
  .footer-social-icons li {
    margin: 1.5%;
  }
  /*.banner-area h1 {
  font-size: 75px;
}*/
}

@media (max-width: 1150px) and (min-width: 1031px) {
  .custom-header .custom-menu-primary {
    max-width: 54%;
  }
}

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

@media (max-width: 1030px) {
  .cm-footer-form input.hs-button.primary.large {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 8px;
  }
  .custom-header .cm-logo {
    width: 150px;
    padding-left: 15px;
    margin-right: 20px;
  }
  .cm-logo img {
    max-width: 150px;
  }
  .cm-header-right a.demo-button {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .cm-header-right .icon-wrapper i {
    padding: 0 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
  }
  .search-dropdown .search-content {
    padding: 0 15px;
  }
}

@media (max-width: 1030px) and (min-width: 769px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.Products > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    padding-left: 9.5%;
    padding-right: 9.5%;
  }
}

@media (max-width: 1030px) and (min-width: 998px) {
  .cm-footer-form input.hs-button.primary.large {
    position: absolute;
    left: 66.5%;
    top: 35px;
  }
  .cm-footer-form .hs-form {
    position: relative;
    margin-bottom: 24px;
  }
  .cm-footer-form .hs-input {
    margin-bottom: 0;
  }
  .cm-footer-form .hs-input.invalid.error {
    margin-bottom: 5px;
  }
}

@media (max-width: 1023px) {
  h2 {
    font-size: 1.25em;
  }

}
@media (max-width: 991px) {
  .custom-two-column-equal-content-wrap .custom-column.right strong br {
    display: none;
  }
  .custom-two-column-equal-content-wrap .custom-column {
    width: 100%;
    float: left;
  }
  .custom-button-popup-wrap {
    padding: 40px 0;
  }
  .custom-steam-row2 {
    padding-top: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .custom-steam-row2 h2 {
    font-size: 25px;
    color: #313131 !important;
    margin: 0 0 0.75em;
  }
  .body-container .hs_cos_wrapper_type_rich_text ul:not([class]) li {
    margin-bottom: 10px;
    font-family: "Nunito";
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    padding-left: 12px;
    position: relative;
  }
  .body-container .hs_cos_wrapper_type_rich_text ul:not([class]) {
    margin: 0 0 15px 20px;
  }
  .body-container .hs_cos_wrapper_type_rich_text ul:not([class]) li:before {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -30px;
  }
  .custom-steam-row3 {
    padding: 40px 0;
  }
  .custom-steam-row3 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 36px;
    margin: 0 0 10px;
  }
  .custom-steam-row3 .hs_cos_wrapper_type_rich_text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 30px;
  }
  .custom-image-title-wrap .custom-column-wrap {
    width: 50%;
    float: left;
    padding: 0 7px;
  }
  .custom-image-title-wrap .custom-column-wrap h2 {
    font-size: 24px;
    letter-spacing: 0px;
    margin: 15px 0px 5px;
  }
}
@media (max-width: 970px) {
  .custom-header .custom-menu-primary {
    max-width: 60%;
  }
}

@media (max-width: 930px) {
  .custom-header .custom-menu-primary {
    max-width: 52%;
  }
}

@media (max-width: 770px) {
  #id-pre-footer h2 {
    margin-bottom: 1em;
  }
  .custom-testimonial-slider .slick-slide img {
    width: 139px;
  }
}

@media (max-width: 768px) {
  /* Page Center */
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .cm-footer-col-left > .row-fluid-wrapper {
    margin-left: 0;
  }
  .custom-footer .cm-footer-links {
    margin-bottom: 20px;
    padding-left: 0px;
    width: 50%;
    float: left;
  }
  .custom-footer .cm-footer-col-left {
    width: 100%;
  }
  .custom-footer .cm-footer-col-right {
    width: 100%;
    text-align: center;
  }
  .cm-footer-links .hs-menu-wrapper > ul > li > a {
    padding-left: 15px;
  }
  .footer-social-icons li {
    margin: 0 5px 15px 0;
    vertical-align: middle;
  }
  .footer-social-icons li:last-child {
    display: none;
  }
  .cm-footer-form input.hs-button.primary.large {
    width: 70%;
    min-width: 205px;
  }
  .cm-footer-form .hs-input,
  .cm-footer-links .hs-menu-wrapper > ul,
  .custom-footer .cm-footer-col-left {
    margin-bottom: 20px;
  }
  .banner-area {
    background-position: center center;
  }
  .banner-area .page-center {
    min-height: 180px;
  }
  .banner-area h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  .custom-header-wrapper {
    min-height: 60px !important;
  }
  .custom-header .cm-logo,
  .custom-header-wrapper .custom-header {
    min-height: 60px;
    border: none;
  }
  .cm-header-right .icon-wrapper svg {
    display: inherit;
  }
  .custom-header .cm-header-right {
    padding-right: 15px;
  }
  .cm-header-right .header-icons {
    margin-top: -3px;
    margin-right: 17px;
  }
  .cm-header-right .icon-wrapper i,
  .cm-header-right a.demo-button {
    display: none;
  }
  .custom-header .page-center {
    padding-top: 0 !important;
  }
  .cm-header-right .search-wrapper .header-icons {
    margin-top: 0;
    height: auto;
  }
  .cm-header-right a.cart-wrapper {
    margin: 0 -2px 0 6px;
  }
  .custom-header .cm-logo {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0 auto;
    margin-left: auto !important;
    float: none;
    min-height: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    margin-top: -7px;
  }
  .cm-logo a {
    display: inline-block;
  }
  .cm-logo img {
    max-height: 70px;
    max-width: 160px;
    padding-top: 5px;
    width: auto !important;
    position: static;
  }
  .custom-header-wrapper .custom-header {
    height: 60px;
  }
  .search-wrapper .search-dropdown {
    position: fixed;
    right: 0;
    width: 100%;
    margin-top: 5%;
    margin-right: 5%;
    text-align: right;
    z-index: 102;
    top: 100vh;
    height: 100vh;
    display: block;
  }
  .search-open .search-wrapper .search-dropdown {
    height: 100vh;
    text-align: center;
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    z-index: 99999;
    padding: 0;
    top: 0;
  }
  #mobile-search-exit {
    position: absolute;
    top: 18px;
    left: 15px;
    cursor: pointer;
    z-index: 30;
    padding: 15px;
  }
  #mobile-search-exit.icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-x:before {
    content: "\e606";
  }
  .search-dropdown .search-content {
    max-width: 92%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .search-dropdown .search-grid-wrapper .grid__item {
    padding: 0;
    width: 100%;
    float: none;
  }
  .search-dropdown input#searchInput {
    margin: 0 auto;
    border: initial;
    border-bottom: 1px solid #040404;
    background-color: transparent;
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0;
    text-align: center;
    font-family: Nunito;
  }
  .search-open {
    overflow: hidden;
  }
  .search-dropdown .banner .js-search-submit {
    width: 205px;
  }
  .custom-header .custom-menu-primary {
    max-width: 100%;
    float: none;
  }

  .custom-menu-primary.desktop-menu {
    display: none !important;
  }
  /* Dl Back */
  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(100%,0);
    padding: 0;
    top: 55px;
    box-shadow: none;
    background: #fff;
    transition: all 0.25s ease !important;
    display: block !important;
    width: 100%;
    height: 110%;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .custom-menu-primary .hs-menu-wrapper .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:0px;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children {
    position: static !important;
  }
  .mobile-menu-hr {
    margin: 15px 15px 5px;
    border-top: initial;
    border: 1px solid #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    color: #292929;
    line-height: 1.2;
    font-family: Nunito;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back > a {
    opacity: 1 !important;
    text-align: center;
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back > a > span {
    font-family: "Nunito";
    display: inline;
    width: auto;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.dl-back > a > span > span {
    position: absolute;
    left: 15px;
    line-height: 16px;
    font-size: 28px;
    width: auto;
  }
  .mobile-open {
    overflow: hidden;
  }
  #id-pre-footer h2 {
    line-height: 1.615;
  }
  #id-pre-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    min-height: 0;
  }
  .hs-blog-listing .content-wrapper {
    padding-bottom: 40px;
  }
  .hs-blog-post .blog-content {
    padding: 0;
  }
  .hs-blog-post .blog-post-wrapper {
    padding-left: 0;
  }
  .hs-blog-post .content-wrapper {
    padding-top: 45px;
  }
  .blog .section-header {
    padding-bottom: 0;
  }
  .search-dropdown input {
    text-align: center;
    border: 0 !important;
    border-bottom: 1px solid #040404 !important;
    border-radius: 0 !important;
    font-family: Nunito;
    width: 400px;
    margin: 0 auto 20px !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 768px) {
  .custom-header .cm-header-right {
    margin-top: 16px;
  }
}

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

@media (max-width: 767px) {
  /* 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: 100%;
  }
  .landing-page.one-column .body-container form,
  .error-template .body-container form,
  .password-template .body-container form, 
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%; 
  }
  .subscription-template #email-prefs-form .email-edit {
    max-width: 100% !important;
  }
  .body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 30px;
  }
  #recaptcha_area, #recaptcha_table{
    max-width: 100% !important;
    overflow-x: scroll !important;
    width: 318px !important;
  }
  .subscription-template .checkbox-row span.fakelabel span {
    font-weight: normal;
    font-size: 12px;
    float: none;
  }
  .post-item h2 {
    font-size: 16px;
  }
  .cm-footer-links .hs-menu-wrapper > ul > li > a > span {
    width: auto;
  }
  #id-pre-footer a.btn {
    width: 205px;
  }
  .section.post-body img[style*="float"] {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
  .blog .section-header h1 {
    font-size: 18px;
  }
  .post-item .blog-img {
    min-height: 0;
    height: 22.859vw;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 50%;
    padding-left: 15px;
    float: left !important;
    margin-bottom: 40px;
  }
  .custom-one-row1-wrap .page-center {
    max-width: none !important;
    width: 100% !important;
    left: 0;
    padding-right: 15px !important;
  }
  .custom-get-demo-group h2 {
    line-height: 38px;
    margin-bottom: 24px;
  }
  .custom-two-column-equal-content-wrap {
    padding: 0 0 4px;
  }
  .custom-image-title-wrap .custom-column-wrap {
    width: 100%;
    float: none;
    padding: 0 7px;
    text-align: center;
  }
  .custom-image-title-wrap .custom-column-wrap h2 br {
    display: none;
  }
  .video-sectopn h2 {
    text-align: center;
    font-size: 16px;
    margin: 0 0 12px;
  }
  .video-sectopn video {
    max-width: 90% !important;
  }
  .custom-testimonial-slider .caption.below h2 {
    color: #fff;
    font-size: 1.25em;
  }
  .custom-testimonial-slider .slick-slide img {
    display: block;
    width: 150px;
  }
  .custom-testimonial-slider .caption.below {
    padding: 15px 30px;
  }

  a.custom-popup-btn {
    display: block;
    width:auto;
  }
  .custom-footer {
    padding: 30px 0 50px;
  }
  .custom-header-wrapper .custom-header {
    position: fixed;
  }
  .custom-footer-menu .hs-menu-wrapper > ul ul li > a > span {
    width: auto !important;
  }
  .custom-get-demo-row .custom-get-demo-form {
    padding: 10px 20px 0 0px;
  }
  .custom-image-title-wrap {
    padding: 30px 0 20px;
  }
  .custom-get-demo-group {
    padding: 40px 0;
  }
  .custom-get-demo {
    width: 155px !important;
  }
  .custom-get-demo-row .main-content-col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-full-width-form-row1-group .main-content {
    padding: 0px ;
  }
  .hs-full-width-form-page .content-wrapper {
    padding-top: 25px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-footer-menu .hs-menu-wrapper > ul:before,
  .custom-footer-menu .hs-menu-wrapper > ul:after {
    display: none;
  }
}  
@media (max-width: 639px){
  .custom-two-column-equal-content-wrap .custom-column.right p {
    font-size: 16px;
  }
  .custom-two-column-equal-content-wrap .custom-column.right span {
    font-size: 21px !important;
    font-style: italic;
  }

}

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

@media (max-width: 480px){
  .section.post-footer .hs_recaptcha .grecaptcha-badge {
    max-width: 100%;
    overflow: auto;
  }
  .footer-social-icons li {
    margin-left: 5px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float: none;
  }
  .post-item .blog-img {
    height: 63.559vw;
  }
  .custom-two-column-equal-content-wrap .custom-column.right {
    padding-left: 20px;
  }
  .custom-two-column-equal-content-wrap .custom-column.right strong {
    font-size: 26px !important;
  }
  a.custom-popup-btn {
    padding: 20px 10px;
  }
  .custom-steam-row2 h2 {
    font-size: 19px;
    line-height: 36px;
  }
  .custom-steam-row3 .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 26px;
  }
  .custom-awrads-group .custom-award-item img {
    width: 80px;
  }
  .custom-popup-form-group .custom-popup-form-inner {
    width: 400px;
    padding: 0 20px;
    width: 310px;
  }
  .custom-popup-form-inner .hs-input {
    width: 100% !important;
  }
  .custom-popup-form-inner .hs_firstname {
    padding: 0px !important;
  }
  .custom-steam-row3 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 30px;
  }


}

@media (max-width: 360px){
  .cm-header-right .header-icons {
    margin-right: 0;
  }
}