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


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

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


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


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

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

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

@font-face {
  font-family: "FontAwesome";
  src: url("//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Fonts/FontAwesome.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Fonts/FontAwesome.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Fonts/FontAwesome.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Fonts/FontAwesome.ttf") format("svg");
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  background: #fff;
  line-height: 20px;
  color: #333;
  overflow-x: hidden;
}

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

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


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

/* Basic text */
p {
  margin-top: 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 {
  margin: 10px 0;
  font-family: inherit;
  text-rendering: optimizelegibility;
  margin-top: 0;
  font-weight: normal;
  line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
  padding: 0;
  border: none;
  color: #C12389;
}
h2 {
  font-size: 1.6em;
  line-height: 1.2;
  color: #C12389;
}
h3 {
  font-size: 1.4em;
  line-height: 1.2;
  color: #C12389;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}

/* Anchor Links */
a { 
  color: #486FB2;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #C12389;
  text-decoration: underline;
  outline: 0;
}

/* Lists */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


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

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

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

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


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


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

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

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


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

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

#custom-header {
  z-index: 9;
  background-color: #486FB2;
  color: #fff;
  position: relative;
  padding-top: 1em;
  margin-bottom: 2rem;
}
#custom-top-header {
  margin-bottom: 6px;
}
#custom-header-left {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
#custom-header-middle {
  margin-left: 0;
  display: table-cell;
  vertical-align: top;
  width: auto;
}
#custom-header-right {
  margin-left: 0;
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
#custom-top-header > div > div {
  display: table;
}
#custom-top-header>div>div > div {
  float: none;
}
#custom-top-header > div > div:after, 
#custom-top-header > div > div:before {
  content: none;
}
.widget-span .custom-logo {
  width: 170px;
  padding: 0;
  margin-right: 2em;
}
.widget-span .custom-logo a {
  display: block;
  margin-top: -10px;
}
.widget-span .custom-logo img {
  display: inline-block;
  vertical-align: middle;
}
.l-header__currency {
  position: relative;
  float: right;
  margin-left: 1rem;
}
.l-header__currency > a {
  display: inline-block;
  color: inherit;
  padding: 0 0 0.5em;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  background: #486FB2;
}
.fa {
  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;
}
.l-header__currency a i {
  color: #fff;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all 0.2s;
}
.fa-angle-down:before {
  content: "\f107";
}
.l-header__mid .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  -ms-transform: translate(-50%, -1rem);
  transform: translate(-50%, -1rem);
  transition: all 0.2s;
  min-width: 100%;
  margin-top: 0;
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}
.l-header__mid .dropdown-menu li {
  line-height: 20px;
}
.l-header__mid .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
  text-decoration: none !important;
}
.l-header__account {
  position: relative;
  float: right;
}
.l-header__account:before {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  background-image: url(//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Images/user.png);
}
.l-header__account a {
  display: inline-block;
  color: inherit;
  padding: 0 0 0.5em;
  text-decoration: none !important;
}
.l-header__controls {
  position: relative;
  float: left;
}
.l-header__controls:before {
  font-family: "FontAwesome";
  content: "";
}
.l-header__controls a {
  display: inline-block;
  margin-right: 1rem;
  color: inherit;
}
.l-header__search {
  position: relative;
  clear: both;
  padding-top: 6px;
}
.search {
  display: table;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  color: #333;
  border: none;
  background: none;
}
.search__item {
  display: table-cell;
  vertical-align: top;
}
.search__input-wrapper {
  width: 100%;
}
.l-header__search .search__input {
  display: block;
  width: 100%;
  height: 2.5em;
  margin: 0;
  font-size: 1em;
  text-indent: 0.5em;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  border: 1px solid #818181;
  border-right: none;
  border-radius: 0.25em 0 0 0.25em;
  -webkit-appearance: none;
}
#custom-header-middle ::placeholder {
  color: #999;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0.625em 1em;
  font-weight: normal;
  background: #eee;
  color: #222;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  text-transform: none;
  text-shadow: none;
  font-size: 1rem;
}
.search__cta {
  box-shadow: none;
  padding: 0.625em 1em !important;
  line-height: 1.25;
  border: none !important;
  border-radius: 0 0.25em 0.25em 0;
  background: #C12389 !important;
  color: #fff;
}
.search__cta i {
  display: inline-block;
  font-size: 1em;
}
.fa-search:before {
  content: "\f002";
}
.custom-cart > div > span {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin-left: 2em;
  line-height: 1;
  background: #C12389;
  border-radius: 0.25em;
  color: #ffffff;
}
.custom-cart a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  cursor: pointer;
  font-weight: normal;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  text-transform: none;
  text-shadow: none;
  background: none;
  color: inherit;
  font-size: 1rem;
  padding: 1.3125rem 1rem;
  line-height: 20px;
}
.custom-cart a span {
  line-height: 1;
  font-size: 1rem;
  color: inherit;
}
.custom-cart a span:before {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: 0.5rem;
  background: url(//cdn2.hubspot.net/hubfs/4525592/ICPlus_April2019/Images/shopping-cart.png) no-repeat;
  background-size: contain;
  content: '';
}
.l-header__currency.open .dropdown-toggle i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.l-header__currency.open .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.custom-cart>div>span:hover {
  background: #ab1f7a;
}
.search__cta:hover {
  opacity: 0.8;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  font-weight: lighter;
  line-height: 1.5;
  padding-bottom: 48px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

#custom-footer {
  position: relative;
  z-index: 2;
  padding: 2em 0;
  background: #efefef;
  color: #333;
  padding-bottom: 0;
}
.custom-copyright p {
  font-weight: lighter;
  line-height: 1.5;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 1em 0;
  font-size: 0.8rem;
  background: #C12389;
  color: #ffffff;
}
.footer__title {
  font-weight: bold;
}
ul.unstyled {
  margin-left: 0;
  list-style: none;
  font-weight: lighter;
}
ul.unstyled > li {
  line-height: 20px;
}
#custom-footer a {
  color: inherit;
}
.footer__social {
  padding: 0;
  margin: 0.4rem 0 0;
  list-style-type: none;
  font-weight: lighter;
  text-align: left;
}
.footer__social li {
  line-height: 20px;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 2em;
  color: #C12389;
}
.fa-linkedin:before {
  content: "\f0e1";
}
ul.unstled.inline {
  margin-left: 0;
  list-style: none;
  font-weight: lighter;
}
ul.unstled.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 20px;
}
.footer__payments i {
  font-size: 2em;
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.custom-footer-address p {
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: lighter;
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone:before {
  content: "\f095";
}
strong {
  font-weight: bold;
}
.fa-envelope-o:before {
  content: "\f003";
}
.widget-span .custom-footer-map iframe {
  border: 0;
  width: 100%;
  height: 300px;
}
#custom-footer-newsletter {
  padding: 4em 0;
  text-align: center;
  background: -webkit-linear-gradient(right, #cb1487 0%, #3D73B8 100%);
  margin-top: 10px;
}
#custom-footer-newsletter h2 {
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
#custom-footer-newsletter p {
  font-weight: lighter;
  margin-bottom: 2em;
  color: #ffffff;
  line-height: 1.5;
}
#custom-footer-newsletter a {
  display: inline-block;
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.625em 1em;
  font-weight: normal;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  text-transform: none;
  text-shadow: none;
  background: #486FB2;
  color: #edf1f7;
  font-size: 1rem;
  text-decoration: none;
}
#custom-footer-newsletter a:hover, 
#custom-footer-newsletter a:focus {
  background-color: #4468a7;
  color: #edf1f7;
  outline: 0;
}

.widget-span .custom-signup-form {
  position: relative;
  max-height: 600px;
  padding: 15px;
  overflow-y: auto;
}
#custom-form-wrapper {
  position: fixed;
  left: 50%;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  display: block;
  visibility: hidden;
  top: -25%;
  -webkit-transition: all .3s linear,top .3s ease-out;
  -moz-transition: all .3s linear,top .3s ease-out;
  -o-transition: all .3s linear,top .3s ease-out;
  transition: all .3s linear,top .3s ease-out;
  z-index: 99;
}
#custom-form-wrapper .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
  color: #33475b;
}
#custom-form-wrapper .hs-form-field {
  margin-bottom: 18px;
}
#custom-form-wrapper input[type="text"], 
#custom-form-wrapper input[type="Email"], 
#custom-form-wrapper input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0;
}
#custom-form-wrapper input[type="text"]:focus, 
#custom-form-wrapper input[type="Email"]:focus, 
#custom-form-wrapper input[type="tel"]:focus{
  outline: none;
  border-color: rgba(82,168,236,0.8); 
  box-shadow: none;
}
#custom-form-wrapper .hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
}
#custom-form-wrapper ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px !important;
}
#custom-form-wrapper .inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
}
#custom-form-wrapper .hs-i_agree_to_receive_other_communications_from_ic_plus_.field.hs-form-field {
  margin-bottom: 8px !important;
}
#custom-form-wrapper .hs_i_agree_to_allow_ic_plus_to_store_and_process_my_personal_data_.field.hs-form-field {
  margin-bottom: 8px !important;
}
#custom-form-wrapper .hs-richtext p {
  margin: 0;
}
#custom-form-wrapper .hs-button.primary.large {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #e359ff;
  border-color: #e359ff;
  color: #ffffff;
  font-size: 12px;
  font-family: helvetica;
}
#custom-form-wrapper .hs-button.primary.large:hover {
  background: #e359ff;
  border-color: #e359ff;
  color: #ffffff;
}
.form-open #custom-form-wrapper {
  top: 10%;
  opacity: 1; 
  visibility: visible;
}
#custom-form-wrapper input.invalid.error {
  border-color: #c87872;
}
#custom-form-wrapper .hs-error-msgs label {
  margin-bottom: 4px;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  font-size: 13px;
  background: transparent;
  border: none;
}
#custom-form-wrapper ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 0 !important;
}
.form-overlay {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
}
.form-open .form-overlay {
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 89;
}
#custom-form-wrapper .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.widget-span .custom-menu-primary {
  position: relative;
  margin: 0;
  background: linear-gradient(to right, #486FB2, #C12389);
}
.widget-span .custom-menu-primary:after,
.widget-span .custom-menu-primary:before{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background: #fff;
  border: inherit;
  content: ''; 
}
.widget-span .custom-menu-primary:before{
  background: #486FB2;
  right: 100%;
  left: -100%; 
}
.widget-span .custom-menu-primary:after{
  background: #C12389;
  right: -100%;
  left: 100%; 
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: lighter;
}
.custom-menu-primary .hs-menu-wrapper>ul:after, 
.custom-menu-primary .hs-menu-wrapper>ul:before {
  content: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  line-height: 1;
  text-align: center;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 1rem;
  font-size: 1.05em;
  font-weight: lighter;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 1.25rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul ul {
  top: 100%;
  transition: all 0s 0.15s !important;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 7px 0px #dedede;
  min-width: 302px;
  padding-bottom: 1px;
  background: #fff;
  border-top: 1px solid #fff;
  padding: 0 0.9rem;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
  border-bottom: 1px solid #4a71b6;
  line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child{
  border-bottom: none; 
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  display: block;
  padding: 0.75em 1em;
  margin: -1px -0.9rem;
  color: #486FB2;
  font-size: 0.9rem;
  text-decoration: none !important;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  font-family: "FontAwesome";
  font-size: 1.5em;
  content: "";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > a{
  background: #C12389;
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul {
  top: auto !important;
  bottom: auto;
  left: 105.2% !important;
  overflow: auto;
  width: 500px;
  background: #486FB2;
  margin-top: -45px;
  padding: 1rem 1rem 1rem 0;
  font-weight: lighter;
  border: none;
  box-shadow: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding-left: 1rem;
  box-sizing: border-box;
  line-height: 20px;
  float: left;
  border: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li:nth-child(2n-1) {
  border-right: 1px solid #4164a0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
  color: #fff;
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul li:hover {
  background: #4164a0;
}
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  #custom-mobile-header,
  .custom-mobile-search{
    display: none !important; 
  }
}


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

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

@media (max-width: 767px){

  #custom-mobile-header {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    max-height: 100%;
    padding-top: 4em;
    overflow: visible;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    background-color: #486FB2;
  }
  #custom-mobile-header .page-center {
    padding: 0;
  }
  #custom-mobile-header-inner {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    min-height: 40px;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    color: #486FB2;
  }
  #mobile-profile, 
  .mobile-trigger, 
  #mobile-search, 
  #guest-cart-mobile{
    padding: 0.8rem 1rem;
    margin: 0;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    color: inherit;
  }
  .custom-mobile-icon #mobile-search {
    position: relative;
    float: right;
    background: none;
  }
  #mobile-search, 
  .mobile-trigger, 
  #guest-cart-mobile, 
  #mobile-account, 
  #mobile-phone {
    float: right;
    width: 20%;
    height: 1.5em !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 2em !important;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
  }
  #mobile-search i {
    display: none;
  }
  #mobile-search:after {
    font-family: "FontAwesome";
    content: "";
  }
  .mobile-trigger {
    float: left;
    display: block;
  }
  .mobile-trigger > .icon-bar {
    display: none;
  }
  .mobile-trigger:after {
    font-family: "FontAwesome";
    content: "";
  }
  #mobile-phone, #mobile-account {
    float: left;
  }
  .fa-user:before {
    content: "\f007";
  }
  #guest-cart-mobile {
    float: right;
    position: relative;
    color: #C12389;
    background: transparent;
  }
  #guest-cart-mobile:before {
    font-family: "FontAwesome";
    content: "";
  }
  .custom-mobile-icon .brand {
    display: block;
    font-weight: 200;
    margin: 0 0 0 -5px;
    text-shadow: none !important;
    color: inherit !important;
    margin-left: 0;
    font-size: 1rem;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    float: none;
    padding: 1em !important;
    line-height: 2 !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-color: #486FB2;
    clear: both;
    overflow: hidden;
    max-height: 64px;
  }
  .custom-mobile-icon .brand img {
    max-height: 100%;
    width: 147.19px;
    vertical-align: middle;
  }
  .custom-mobile-icon a{
    cursor: pointer;
    text-decoration: none;
  }
  .mobile-trigger:hover {
    background: #dedede;
    box-shadow: none;
    color: inherit;
  }
  .mobile-open .mobile-trigger:after {
    content: "";
  }
  #guest-cart-mobile:hover {
    background: #dedede;
    box-shadow: none;
  }
  .custom-mobile-icon #mobile-search:hover {
    background: #dedede;
    box-shadow: none;
  }
  #custom-mobile-header .row-fluid [class*="span"] {
    min-height: 0;
  }
  /* ===== 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: 42.3px !important; /* Button width */
    min-width: 42.3px !important;
    line-height: 53px;
    height: 53px !important; /* Button height */  
    padding: 0 !important;
    text-align: center;
  }
  .child-trigger:before{
    font-family: "FontAwesome";
    content: ""; 
  }
  .child-trigger.child-open:before{
    content: ""; 
  }               

  /* ===== Mobile Menu Styles ===== */  
  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    display: none;
  }
  .custom-mobile-menu .hs-menu-wrapper {
    display: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul {
    margin: 0 !important;
    font-weight: lighter;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
    line-height: 20px;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li > a {
    font-weight: normal;
    text-shadow: none ;
    color: inherit;
    padding: 1em;
    display: block;
    text-decoration: none;
    margin-bottom: 2px;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul {
    padding: 0 1em !important;
    margin: 0 !important;
    background: #eaeaea !important;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li {
    line-height: 20px;
    position: relative;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li a {
    font-weight: normal;
    text-shadow: none;
    color: inherit;
    padding: 1em;
    white-space: nowrap;
    line-height: 20px;
    display: block;
    text-decoration: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul ul li+li a {
    margin-bottom: 2px;
  }


}

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  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 .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
  border-bottom: 1px solid #ddd;
}
.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-width: 210px;
  height: auto;
  width: auto;
  display: 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 */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#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-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

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

.comment-date {
  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: table;
  margin-bottom: 4px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 30px;	
}

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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width:100%;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background: #ebebeb;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  min-height: 40px;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

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: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}

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

/* Separate Styles for Drop Downs */
select {}
select:focus {}

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

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

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

/* Error */
.hs-error-msgs label{
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  padding: 8px 35px 8px 14px;
  border: 1px solid #eed3d7;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  list-style: none;
}
.hs-form-required {
  color: red;
}
/* 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 15px 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 0.625em 1em;
  font-weight: normal;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  text-transform: none;
  text-shadow: none;
  font-size: 1rem;
  background: #C12389;
  color: #fff;
  width: auto;
  white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.8;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}


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

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

.form-title {
  font-size: 1.8em;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
  margin-bottom: 15px;
}



/*Form Background Styling*/

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .section.post-footer {
  display:block;
  padding: 19px;
  margin: 20px 0;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

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

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}

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

/* Back to top */

#back-to-top {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 88;
  background-color: #C12389;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border: 1px solid transparent;
}
#back-to-top i {
  line-height: 1.2em;
  color: white;
  font-size: 2em;
}
.fa-angle-up:before {
  content: "\f106";
}

.blog-sidebar h3 {
  font-size: 1.8em;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
  margin-bottom: 15px;
}
ul.hs-blog-social-share-list {
  line-height: normal;
}
.custom-page-title {
  position: relative;
  margin-bottom: 1em;
}
.custom-page-title h1 {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.custom-lp-footer {
  background: transparent !important;
}
.section.post-footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 8px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 1200px){
  .widget-span .custom-footer-policy {
    width: 23.076923076923077%;
  }
  .widget-span .custom-footer-address {
    width: 23.076923076923077%;
    margin-left: 2.564102564102564%;
  }
  .widget-span .custom-footer-map {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
  } 
}

@media (max-width: 1199px) and (min-width: 980px){
  .widget-span .custom-footer-policy {
    width: 23.404255319148934%;
  }
  .widget-span .custom-footer-address {
    width: 23.404255319148934%;
    margin-left: 2.127659574468085%;
  }
  .widget-span .custom-footer-map {
    width: 48.93617021276595%;
    margin-left: 2.127659574468085%;
  }
}

@media (max-width: 1220px){
  .container-fluid .row-fluid .page-center{
    padding: 0 1em;
  }
}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1050px){
  .custom-menu-primary .hs-menu-wrapper>ul ul ul{
    width: 400px;  
  }
}
@media (max-width: 850px){
  .custom-menu-primary .hs-menu-wrapper>ul ul ul{
    width: 350px;  
  }
}
@media (max-width: 800px){
  .custom-menu-primary .hs-menu-wrapper>ul ul ul{
    width: 300px;  
  }
}

@media (max-width: 1000px){
  #custom-top-header {
    margin-bottom: 2px;
  } 
}


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

@media (max-width: 767px) {
  .hs-search-field__bar {
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .body-container {
    font-weight: normal;
  }
  #custom-footer p{
    font-weight: normal;
  }        
  #custom-footer-newsletter a {
    display: block;
    box-sizing: border-box;
  }
  #custom-footer-newsletter p {
    font-weight: normal;
  }
  #custom-header{
    display: none !important; 
  }
  .fixed .custom-mobile-icon .brand {
    margin-top: -4em;
  }
  .fixed #custom-mobile-header {
    padding: 0;
  }
  .header-container-wrapper {
    min-height: 112px;
  }
  .body-container-wrapper {
    padding: 16px 0 40px;
  }
  #custom-form-wrapper{
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0; 
  }
  .form-open #custom-form-wrapper{
    top: 20px;
  }
  #custom-form-wrapper .hs-form,
  #custom-form-wrapper .actions{
    margin-bottom: 0px; 
  }
  #back-to-top{
    display: none !important; 
  }
  .custom-lp-header #mobile-search, 
  .custom-lp-header .mobile-trigger, 
  .custom-lp-header #guest-cart-mobile, 
  .custom-lp-header #mobile-account, 
  .custom-lp-header #mobile-phone {
    display: none !important;
  }
  .custom-lp .header-container-wrapper {
    min-height: 64px;
  }
  .mobileside {
    background: #fff;
    color: inherit;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    padding: 4.25rem 1rem 1rem;
    padding-top: 8em;
    margin-bottom: 2em;
    left: 0px;
    z-index: 5;
    transform: translate(-750px);
    transition: all .5s;
  }
  .search-open .mobileside{
    transform: translate(0); 
  }
  .mobile-sidebar .search__input {
    display: block ;
    width: 100%;
    height: 2.5em;
    margin: 0 ;
    font-size: 1em ;
    text-indent: 0.5em ;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #333;
    border: 1px solid #818181 !important;
    border-right: none;
    border-radius: 0.25em 0 0 0.25em;
    -webkit-appearance: none;
  }
  .mobile-sidebar .search__input:focus{
    border 
  }
  .mobile-sidebar .search__input::placeholder {
    color: #999;
  }
  .mobile-sidebar .search__cta:hover {
    opacity: 0.8;
  }
  .mobile-sidebar .sidebar__search {
    margin-bottom: 1em;
  }
  .mobile-sidebar #full-search-filters {
    margin-bottom: 1rem;
  }
  .mobile-sidebar .ws-filter {
    padding: 1rem 0;
    margin-bottom: -1px;
    border-top: 1px solid #486FB2;
    border-bottom: 1px solid #486FB2;
  }
  .mobile-sidebar .ws-filter__title {
    color: #C12389;
    margin-bottom: 0;
    font-size: 1em !important;
  }
  .mobile-sidebar .ws-filter__title:before {
    float: right;
    font-family: "FontAwesome";
    content: "";
    transition: all 0.2s;
    cursor: pointer;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-search-menu .hs-menu-wrapper > ul {
    font-weight: lighter;
    padding: 0;
    margin: 0;
  }
  .custom-search-menu .hs-menu-wrapper > ul > li {
    line-height: 20px;
  }
  .custom-search-menu .hs-menu-wrapper > ul > li:first-child {
    margin-top: 0.5em;
  }
  .custom-search-menu .hs-menu-wrapper > ul > li > a {
    color: #000000;
    padding: 0.5em 0;
    display: block;
    overflow: hidden;
  }
  .custom-search-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #C12389;
  }
  .search-open #mobile-search:after {
    content: "";
  }
  .search-open #mobile-search:after{
    content: "";
  }
  body.search-open {
    overflow: hidden;
  }
}  


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

@media (max-width: 479px) {
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden;
  }
}

@media (max-width: 350px){
  #custom-footer-newsletter h2 {
    font-size: 2.2em;
  } 
}