/* ==========================================================================
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=Roboto:400italic,700italic,300,700,400');

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 737px){
  .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: 737px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

::-webkit-scrollbar-track {
	background-color: #ecede3;
	border-radius: 10px;
	border: 1px solid #d8d9cf;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #a3a499;
}

::-webkit-scrollbar {
	width: 10px;
	color: #a3a499;
}

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	overflow-x:hidden;
} 

body {
	background: #fff;
	color: #323230;
	padding: 0;
	margin: 0;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.375;
	position: relative;
	cursor: auto;
	overflow-x:hidden;
}

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

	max-width: 72.75rem;
}

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

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

/* Basic text */
p {
	font-family: inherit;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.375;
	margin:0 0 1rem;
	text-rendering: optimizeLegibility;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

em, i {
	font-style: italic;
	line-height: inherit;
}

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: "Roboto",Helvetica,Arial,sans-serif;
	line-height: 1.375;
	font-weight: 700;
	margin:0 0 0.75em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 2.625rem;
}
h2 {
	font-size: 1.625rem;
}
h3 {
	font-weight: 300;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1rem;
	color: #064676;
}
h6 {
	font-size: 1rem;
	color: #323230;
	font-weight: 400;
}

/* Anchor Links */
a { 
	color: #064676;
	text-decoration: none;
	line-height: inherit;
}

a, svg {
	transition: all .15s;
}

a:hover, a:focus { 
	color: #9ab7cc;
	text-decoration: underline;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
	border: solid #ccc;
	border-width: 1px 0 0;
	clear: both;
	margin: 1rem 0 .9375rem;
	height: 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 a {
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
}

.custom-header .page-center {
	padding-top: 0.75rem;
	position: relative;
}

.custom-logo {
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: left !important;
	width:100% !important;
	max-width:25%;
	margin-left:0 !important;
}

.custom-logo a {
	display: block;
	width: 288px;
	height: 77px;
}

.custom-logo a:hover {
	opacity: 0.8;
}

.custom-logo img {
	margin-top: 0.5rem;
}

.custom-header-right {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width:100% !important;
	max-width: 75%;
	float: right !important;
	margin-left:0 !important;
}

.custom-header-menu > div{
	text-align: right;
	margin: 0 -.5rem ;
}

.custom-header-menu .hs-menu-wrapper {
	float: right;
}

.custom-header-menu .hs-menu-wrapper > ul {
	line-height: 1.375;
	font-family: inherit;
	font-weight: 700;
	display: inline;
	font-size: 0;
	float: left;
}

.custom-header-menu .hs-menu-wrapper > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 0 0.75rem;
	float: none !important;
	width:auto;
}

.custom-header-menu .hs-menu-wrapper > ul > li > a {
	display: block;
	font-size: 1rem;
	padding: 0.5rem 1.15rem;
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
}

.custom-header-menu .hs-menu-wrapper > ul > li.active > a {
	text-decoration:underline;
}

.custom-header-menu .hs-menu-wrapper > ul > li:after {
	content: "";
	width: 1px;
	display: block;
	position: absolute;
	right: 0;
	z-index: 1;
	border-right: solid 1px #064676;
	top: 25%;
	height: 50%;
}

.custom-header-menu .hs-menu-wrapper > ul:nth-of-type(2) > li:last-of-type > a {
	padding-right: 0;
}

.custom-header-menu .hs-menu-wrapper > ul:nth-of-type(2) > li:last-of-type:after {
	border-color: #fff;
}

.custom-header-menu .hs-menu-wrapper > ul:nth-of-type(2) > li:nth-of-type(1) > a:after {
	content: "";
	width: 1rem;
	height: 1rem;
	position: relative;
	display: inline-block;
	background: url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-shop-cart.svg) no-repeat top right;
	vertical-align: middle;
	background-size: 0.925rem;
	margin-left: 0.25rem;
	transition: opacity .15s;
}

.custom-header-menu .hs-menu-wrapper > ul:nth-of-type(2) > li:nth-of-type(1) > a:hover:after {
	opacity: .385;
}

.custom-header-search > div {
	text-align: right;
	margin: 0 -.5rem;
	padding: 0.15rem 0 0.1rem;
}

.custom-header-search .global-search {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.85rem;
}

.custom-header-search .global-search button {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 700;
	margin: 0 0 .625rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-size: 1rem;
	text-transform: uppercase;
	min-height: 2.25em;
	line-height: 1.25;
	padding: 0.55em 0.85em 0.45em;
}

.custom-header-search .global-search button.secondary {
	border-color: #064676;
	color: #fff;
}

.custom-header-search .global-search .anchor {
	display: none;
	background: #064676 url('//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-search.svg') no-repeat center;
}

.custom-header-search .global-search .searchBox {
	position: relative;
	margin-left: 0.25rem;
}

.custom-header-search .global-search .searchBox label {
	font-size: 1rem;
	color: #323230;
	cursor: pointer;
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
}

.custom-header-search .global-search .searchBox input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: Arial,sans-serif;
	box-shadow: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	transition: background-color .15s,color .15s,border-color .15s;
	top: 0;
	right: 0;
	border: solid 1px #064676;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #064676;
	margin: 0;
	padding: 0.5rem 2.25rem 0.5rem 0.5rem;
	height: 2.3125rem;
	font-size: 1rem;
	outline:0;
}

.custom-header-search .global-search .searchBox input[type="text"]::placeholder {
	color: #064676;
}

.custom-header-search .global-search .searchBox input[type="text"]:focus {
	background: rgba(229,229,229,0.15);
}

.custom-header-search .global-search .searchBox input[type="submit"] {
	text-transform: uppercase;
	line-height: 1.25;
	-webkit-appearance: none;
	border-radius: 0;
	color: #fff;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 700;
	border: none;
	cursor: pointer;
	background: #064676 url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-search.svg) no-repeat center;
	position: absolute;
	z-index: 2;
	text-indent: -9999rem;
	min-height: 1.75rem;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	background-size: 0.95rem auto;
	width: 2rem;
	height: 100%;
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
}

.custom-header-search .global-search .searchBox input[type="submit"]:hover {
	background-color: #9ab7cc;
}

.custom-header-bottom {
	background: #064676;
}

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

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

.body-container .page-center {
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
}

/* =============== Banner Area =============== */

.custom-banner-area {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.custom-banner-area .page-center {
	padding: 0;
	display: table;
	min-height: 400px;  
	height: 400px;
	width:100%;
}

.custom-banner-inner {
	width: 48%;
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	display: table-cell;
	vertical-align: middle;
}

.custom-banner-area h1 {
	text-transform: none;
	max-width: 650px;
	margin: 0;
	padding: 40px 0 0;
	padding-top: 130px;
	line-height: 1.15;
	font-size: 2.625rem;
	color: #fff;
}

.custom-banner-area h2 {
	text-transform: none;
	max-width: 650px;
	margin: 0;
	line-height: 1.35;
	font-weight: 300;
	font-size: 1.25rem;
	padding: 20px 0 40px;
	padding-bottom: 85px;
	color: #fff;
}

.custom-banner-spacer {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	display: table-cell;
	vertical-align: middle;
	width: 52%;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer  hr {
	border-color: #fff;
	margin: 1.5rem 0 2rem;
}

.custom-footer {
	background: #064676;
	margin: 1rem 0 0;
	border-top: solid 0.5rem #e5e5e5;
	padding: 1.5rem 0;
	text-align: left;
}

.custom-footer-bottom {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	text-align: center;
	font-size: 0;
	padding-bottom: 2px;
}

.custom-footer p {
	font-size: 0.8rem;
	color: #fff;
	display: inline-block;
	padding: 0 0.75rem;
	margin-bottom: 0.5rem;
}

.custom-footer-copyright,.custom-footer-links {
	width: auto !important;
	float: none !important;
	margin-left: 0 !important;
	display: inline-block !important;
	line-height: 0;
	vertical-align: middle;
}

.custom-footer-links .hs-menu-wrapper > ul {
	font-size: 1rem;
	margin-left: 1.3em;
	display: inline-block;
	padding: 0 0.75rem;
	margin-bottom: 0.5rem !important;
}


.custom-footer-links .hs-menu-wrapper > ul > li {
	font-size: 0.8rem;
	color: #fff;
	display: inline-block;
	padding: 0 0.75rem;
	line-height: 17px;
	width:auto !important;
}

.custom-footer-links .hs-menu-wrapper > ul > li > a {
	color: #fff;
	display: inline !important;
	line-height: inherit;
}

.custom-footer-links .hs-menu-wrapper > ul > li > a:hover,
.custom-footer-links .hs-menu-wrapper > ul > li > a:focus {
	color: #ccc;
}

.custom-footer-links .hs-menu-wrapper > ul > li:not(:first-of-type) {
	border-left: solid 1px #fff;
}

.custom-footer-bottom hr {
	margin-bottom: 2.2rem;
}

.custom-footer-text {
	padding-left: .9375rem;
	padding-right: .9375rem;
	text-align: left;
}

.custom-footer-text  span > span:not([class*=""]) {
	color: #fff;
	font-size: 0.725rem;
	text-transform: uppercase;
	margin-bottom: 0.25em;
	display: block;
}

.custom-footer-text p {
	font-size: 0.725rem;
	padding: 0;
}

.custom-footer-left,
.custom-footer-right {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: left;
	width: 50% !important;
	margin-left: 0 !important;
}

.custom-footer-left > div,
.custom-footer-right > div {
	margin: 0 -.5rem;
}

.custom-footer-menu ul {
	font-size: 1rem;
	line-height: 1.375;
	list-style: none;
	margin: 0;
	width:100%;
	padding:0;
}

.custom-footer-menu .hs-menu-wrapper > ul ul{
	position:static !important;
	opacity:1 !important;
	visibility:visible !important;
}

.custom-footer-menu.one .hs-menu-wrapper > ul > li {
	width: 33.3333333333%;
	position: relative;
	padding: 0 .5rem;
	float: left;
}

.custom-footer-menu.two {
	width: 66.6666666667% !important;
	position: relative;
	padding: 0 .5rem;
	float:left !important;
}

.custom-footer-menu.one .hs-menu-wrapper > ul > li:nth-of-type(2) {
	width: 66.6666666667%;
	float: right;
}

.custom-footer-menu.one .hs-menu-wrapper > ul > li:nth-of-type(2) > ul,
.custom-footer-menu.two .hs-menu-wrapper > ul > li > ul{
	column-count: 2;
}

.custom-footer-menu.one .hs-menu-wrapper > ul > li:nth-of-type(2) > ul > li, 
.custom-footer-menu.two .hs-menu-wrapper > ul > li > ul > li {
	display: inline-block;
	width: 100%;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
	display: block;
	text-decoration: underline;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0.5rem 0 1.05rem;
	color: #fff;
	width: 100%;
	font-size: 1rem;
	margin-top: 1.5rem;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
	color: #ccc;
}

.custom-footer a {
	font-size: 0.8rem;
	color: #fff;
}

.custom-footer a:hover,
.custom-footer a:focus{
	color: #ccc;
}


.custom-footer-menu ul li ul  li {
	font-size: 0.8rem;
	color: #fff;
	padding: 0.125rem 0;
	margin-bottom: 1rem;
	font-weight: 700;
}

.custom-footer-menu ul li ul  li a {
	white-space:normal !important;
}

.custom-footer-menu  ul li ul li > ul ,
.custom-footer-menu.contact ul > ul > li > ul{
	padding-top: 0.1rem;
}

.custom-footer-menu ul li ul li > ul > li {
	font-weight:400;
	margin-bottom: 0;
}

.custom-footer-menu.contact {
	width: 33.3333333333% !important;
	position: relative;    
	float: right !important;
	margin-left:0 !important;
	padding: 0 .5rem;
}

.custom-footer-menu.contact ul > a {
	display: block;
	text-decoration: underline;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0.5rem 0 1rem;
	color: #fff;
	width: 100%;
	margin-top: 1.5rem;
}

.custom-footer-menu.contact ul > ul > li {
	font-size: 0.8rem;
	color: #fff;
	padding: 0.125rem 0;
	margin-bottom: 1rem;
	font-weight: 700;
}


.custom-footer-menu.contact ul > ul > li > ul > li {
	margin-bottom: 0;
	font-weight: 400;
}

.custom-footer-menu.contact .social a {
	display: inline-block;
	text-decoration: none;
}

.custom-footer-menu.contact .social a:hover span {
	text-decoration:underline;
}

.custom-footer-menu.contact .social a span {
	font-size: 0.8rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding-top: 0.1em;
}

.custom-footer-menu.contact .social a .ico-svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.1rem;
	width: 1.5rem;
	height: 1.5rem;
}

.custom-footer-menu.contact .social a:hover .ico-svg path[fill="#007BB5"] {
	fill: #707070;
	transition: fill .15s;
}

.custom-footer-menu.contact .social a .ico-svg svg {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.custom-footer-menu.contact ul > ul > li.cards {
	margin-top: 2.9em;
	margin-bottom: 0.35em;
}

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


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


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

/* Parent List */
.custom-menu-primary {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: left;
	width: 100% !important;
}

.custom-menu-primary .hs-menu-wrapper {
	line-height:0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
	font-family: inherit;
	line-height: 1.375;
	list-style: none;
	font-size: 0;
	display:block;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	border-left: solid 1px #fff;
	font-size: 1.125rem;
	padding: 1.25rem 1.7rem;
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a {
	padding-right: 3rem;  
}

.custom-header-request {
	width: auto !important;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #73a534;
	z-index: 30;
	padding: 0.1rem 0.9375rem 0 1.75em;
	margin-left: 0 !important;
	float: none !important;
}


.custom-header-request .request-quote-after-block {
	position: absolute;
	height: 100%;
	top: 0;
	left: calc(100% - 2px);
	background: #73a534;
	width: 100vw;
}

.custom-header-bottom .page-center {
	position: relative;
}

.custom-header-request .quote-cap {
	height: 100%;
	top: 0;
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	width: 1.2rem;
	left: -1.15rem;
}

.custom-header-request .quote-cap:before {
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: block;
	background-color: #73a534;
	margin: -28.5px 0 0 1px;
	border: solid 1px #fff;
	margin-top: -18px;
}

.custom-header-request .req-quo {
	display: inline-block;
	line-height: 3.75rem;
	width: 199px;
	margin: 0 0.15rem 0 1.15rem;
}

.custom-header-request .get-quote {
	display: inline-block;
	line-height: 3.75rem;
	padding: 0 1.15rem;
}

.custom-header-request .get-quote > a {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-weight: 700;
	font-size: 1.375rem;
	padding-right: 0.9em;
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
}

.custom-header-request .get-quote > a:after {
	content: "";
	width: 1em;
	display: inline-block;
	background: url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-chevron-right.svg) no-repeat center right;
	background-size: auto 0.75em;
	position: absolute;
	top: 0;
	height: 95%;
	right: 0;
	transition: transform .225s ease;
}

.custom-header-request .get-quote > a:hover:after,
.custom-header-request .get-quote > a:focus:after{
	-ms-transform: translateX(0.2em);
	transform: translateX(0.2em)
}

.custom-header-request .req-quo .ico-svg {
	display: block;
	position: relative;
	width: 202px;
	height: 22px;
	top: 0.35rem;
}

.custom-header-request .req-quo .ico-svg svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	height: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
	border-left: solid 1px #9ab7cc;
	background-color: #9ab7cc;
	z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
	text-decoration:underline;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
	top: 100%;
	background-color: #9ab7cc;
	box-shadow: 1px 4px 6px rgba(50,50,48,0.15);
	width: 25.5rem;
	transition: visibility .225s ,opacity .225s,max-height .15s,padding .15s !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
	padding: 0.75rem 0 1rem 0;
	max-height: 25rem;
	opacity: 1;
	transition: visibility .225s ,opacity .225s,max-height .15s,padding .15s !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
	padding: 0 0.75rem 0 1.35rem;
	column-count: 2;
	position:relative !important;
	visibility:visible !important;
	opacity:1 !important;
	left:0 !important;
	display:none !important;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	background: rgba(229,229,229,0.4);
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #999;
	page-break-inside: avoid;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0.45em;
	float: none;
	font-size: 1rem;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
	text-decoration: none;  
	font-weight: 700;
	color: #064676;
	padding: 0;
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
	white-space:normal !important;
	display:inline !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li.active > a{
	text-decoration:underline;
}

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

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

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

	.mobile {
		display:none !important;
	}

}





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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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



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

.blog-pagination{
	display: block !important;
}
.blog-pagination .no-post{
	display: none;
}

.load-more,
.no-post{
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	margin: 0 0 .625rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	font-size: 1rem;
	border-color: #73a534;
	transition: background-color 300ms ease-out;
	text-transform: uppercase;
	min-height: 2.25em;
	line-height: 1.25;
	padding: 0.55em 0.85em 0.45em;
	display: block;
	width: 100%;
	background-color: #ccc;
	color: #064676;
	margin-bottom: 2rem;
	font-weight: 700;
}

.no-post {
	background-color:#064676;
	color:#fff;
	cursor: not-allowed;
}

.load-more:hover,
.load-more:focus{
	background-color: #e5e5e5;
	text-decoration: none;
	color: #064676;
}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


.hs-author-profile .hs-author-avatar {
	float: none;
	margin: 0 auto;
	max-width: 100px;
}
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.hs-author-avatar img {
	border-radius: 100px;
}

.blog .custom-banner-area h1,
.blog .custom-banner-area h2{
	color: #2970a6;
}

.custom-blog-menu {
	background: #e5e5e5;
}

.custom-blog-menu .blog-menu-inner {
	width: 100% !important;
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: left !important;
}

.custom-blog-menu .hs-menu-wrapper > ul {
	line-height: 1.375;
	font-size:0;
}

.custom-blog-menu .hs-menu-wrapper > ul > li {
	display: inline-block !important;
	float:none !important;
}

.custom-blog-menu .hs-menu-wrapper > ul > li > a {
	color: #064676;
	background: #e5e5e5;
	text-decoration: none;
	display: block;
	padding: 0.85rem 1.7rem;
	font-size: 1rem;
	margin-right: 2px;
	transition: color .15s,background .15s,border-color .15s,border-style .15s,opacity .15s;
}

.stuck .custom-blog-menu .hs-menu-wrapper > ul > li > a {
	padding: 0.45rem 1.7rem;
}

.custom-blog-menu .hs-menu-wrapper > ul > li > a:hover {
	background: #f5f5f5;
}

.custom-blog-menu .hs-menu-wrapper > ul > li.active > a {
	background: #f5f5f5;
	text-decoration:underline;
}

.blog .body-container .page-center {
	padding:0;
}

.blog-page-tools {
	font-family: Arial,sans-serif;
}


.blog-page-tools .page-center {
	padding-left:0;
	padding-right:0;
}
#breadcrumbs {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: left;
	width: 66.6666666667%;
	font-size: 0.75rem;
	padding-top: 1rem;
}

#breadcrumbs a,
#breadcrumbs span {
	padding: 0.425rem 0 0.425rem 0.425rem;
	font-weight: 400;
	position: relative;
}

#breadcrumbs a:first-child,
#breadcrumbs a:only-child{
	padding-left:0;
}

#breadcrumbs a:not(:last-of-type):after {
	content: "/";
	padding-left: 0.425rem;
	display: inline-block;
	color: #323230;
}

#share-print {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 33.3333333333%;
	text-align: right;
	float: right;
	font-weight: 700;
}


#share-print .with-icon {
	display: block;
	padding: 0.2em 0 0.2em 2em;
	margin-bottom: 0.1rem;
	position: relative;
	line-height: 1.2;
}

#share-print .action {
	position: relative;
	padding-left: 1.85em;
	display: inline-block;
	vertical-align: middle;
	margin: 0.675rem 0 0.5rem 1.25rem;
}


#share-print a {
	font-weight: 700;
}

#share-print .with-icon i {
	background-size: auto 1.75em;
	vertical-align: middle;
	margin-right: 0.35rem;
	transition: opacity .15s;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
}

#share-print .with-icon:hover i {
	opacity: .385;
}

#share-print .share-this .with-icon>.ico-svg svg {
	margin-top: 0.35rem;
}

.ico-svg svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	height: auto;
}

#share-print .with-icon > .ico-svg svg,
#share-print .with-icon>.ico-svg svg path {
	fill: #064676;
}

#share-print .share-this .share-this-popup {
	position: absolute;
	top: calc(100% - 0.25rem);
	left: .5rem;
	max-height: 0;
	overflow: hidden;
	z-index: 99;
	transition: max-height 0s .15s,padding 0s .15s;
}

#share-print .share-this .share-buttons {
	opacity: 0;
	position: relative;
	bottom: 0.25rem;
	width: 11.5rem;
	padding: 0.75rem 0.5rem 0.5rem;
	background: #e5e5e5;
	border-radius: 0.175rem;
	transition: opacity .15s,bottom .15s;
}

#share-print .share-this .share-buttons > a:hover {
	opacity: .8;
	text-decoration:none;
}

#share-print .share-this .share-buttons .ico-svg svg:hover {
	opacity: .8;
}

#share-print .share-this .share-buttons:before {
	content: "\A";
	border-style: solid;
	border-width: 0 0.5rem 0.75rem 0.5rem;
	border-color: transparent transparent #e5e5e5 transparent;
	position: absolute;
	top: -0.75rem;
	left: 1.75rem;
}

#share-print .share-this .share-buttons .ico-svg {
	display: inline-block;
	position: relative;
	width: 2rem;
	height: 2rem;
	margin: 0 3px;
}

#share-print .share-this .share-buttons .ico-svg svg {
	margin-top: 0;
	position: relative;
}

#share-print .share-this.open .share-this-popup {
	padding-top: 1rem;
	max-height: 10rem;
	transition: none;
}

#share-print .share-this.open .share-buttons {
	opacity: 1;
	bottom: 0;
}

.blog-body {
	padding: 1.5rem 0;
}

.news-events-inner {
	margin-bottom: 1.5rem;
	text-align: right;
	display: block;
}

.tinynav { 
	display: block; 
}
.news-events ul {
	display: none !important; 
}

.news-events .widget-module {
	display: inline-block;
	width: auto;
}

.news-events select {
	margin: 0 0 0 0.5rem;
	max-width: 8rem;
	margin-bottom: 0;
}

.news-events .block {
	display: inline-block;
}

.news-events .block h3 {
	display:none;
}

.news-events .SelectLabel {
	font-weight: 700;
	display: inline-block;
}

.news-events .SelectLabel:after {
	content: ":";
	display: inline-block;
}

.blog .blog-sidebar {
	width: 33.3333333333% !important;
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: left !important;
}

.blog .blog-content {
	width: 66.6666666667% !important;
	margin-left: 0 !important;
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	float: right !important;
}

.post-listing {
	display: block;
	clear: both;
	padding-top: 0.25rem;
}

.blog-listing-wrapper .post-listing .post-item {
	position: relative;
	padding-top: 0.75rem;
	margin-bottom: 1.25rem;
}

.blog-listing-wrapper .post-listing .post-item a {
	font-weight: 700;
}

.blog-listing-wrapper .post-listing .post-item .title {
	font-size: 1.15rem;
	display: block;
	line-height: 1.25;
	margin-bottom: 0.25em;
}

.blog-listing-wrapper .post-listing .post-item .summary {
	margin-bottom: 0.35em;
}

.post-item .meta {
	color: #707070;
	font-weight: 300;
	margin-right: 0.5em;
}

.post-item .meta:after {
	content: "-";
	margin-left: 0.5em;
}

.custom-blog-about .hs_cos_wrapper_type_rich_text > div {
	margin-bottom: 1.5rem;
}


.custom-blog-about .hs_cos_wrapper_type_rich_text > div > span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	padding-top: 0.25rem;
	font-weight: 700;
	font-size: 1rem;
}

.custom-blog-about .hs_cos_wrapper_type_rich_text > div > p {
	line-height: 23.11px;
}


.blog .body-container a {
	font-weight:700;
}

.hs-blog-post .custom-banner-area {
	min-height: 160px;
	border-bottom: solid 1px #ccc;
}

.hs-blog-post .custom-banner-area h1 {
	padding: 40px 0 0;
}

.hs-blog-post .custom-banner-area .page-center {
	display: block;
	height: auto;
	min-height: auto;
}

.hs-blog-post .custom-banner-area h2 {
	padding: 10px 0 30px;
	padding-bottom: 40px;
}

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


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

.body-container .custom_error_message h3,
.body-container .widget-type-form h3,
.body-container .widget-type-blog_subscribe h3,
.body-container .widget-type-google_search h3 ,
.body-container .widget-type-password_prompt.custom_error_message h3 ,
.body-container .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container .widget-type-blog_comments h3,
.body-container .hs-search-field__bar h3 {
	font-family: inherit;
	line-height: 1.375;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
	color: #323230;
}

.hs_error_rollup {
	display:none !important;
}

.body-container .hs-error-msgs {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-style: normal;
	color: red;
	font-weight: 700;
	margin: -0.75rem 0 0.75rem;
	font-size: 0.875rem;
	line-height: 1.2;
	display: block;
	padding:0;
} 

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label ,
.body-container .hs-form-field > label ,
.hs-form-booleancheckbox-display  {
	font-size: 1rem;
	color: #323230;
	cursor: pointer;
	display: block;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
}

.hs-form-booleancheckbox-display {
	font-weight: 300;
	font-size: 0.925rem;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea {
	display:block;
	width:100%;
	max-width:500px;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
	font-family: Arial,sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #064676;
	box-shadow: none;
	color: #064676;
	font-size: 1rem;
	margin: 0 0 1rem 0;
	padding: .5rem;
	height: 2.4375rem;
	box-sizing: border-box;
	transition: all .15s linear;
}

.hs-blog-post .widget-type-blog_comments input, .hs-blog-post .widget-type-blog_comments textarea {
	max-width: 100% !important;
}

.body-container input[type="text"]::placeholder,
.body-container input[type="password"]::placeholder, 
.body-container input[type="datetime"]::placeholder, 
.body-container input[type="datetime-local"]::placeholder, 
.body-container input[type="date"]::placeholder, 
.body-container input[type="month"]::placeholder, 
.body-container input[type="time"]::placeholder, 
.body-container input[type="week"]::placeholder, 
.body-container input[type="number"]::placeholder, 
.body-container input[type="email"]::placeholder, 
.body-container input[type="url"]::placeholder, 
.body-container input[type="search"]::placeholder, 
.body-container input[type="tel"]::placeholder, 
.body-container input[type="color"]::placeholder,
.body-container input[type="file"]::placeholder,
.body-container textarea::placeholder,
.body-container select ::placeholder{
	color: #064676;
	opacity:1;		
}


.body-container input[type="text"]:hover,
.body-container input[type="password"]:hover, 
.body-container input[type="datetime"]:hover, 
.body-container input[type="datetime-local"]:hover, 
.body-container input[type="date"]:hover, 
.body-container input[type="month"]:hover,
.body-container input[type="time"]:hover, 
.body-container input[type="week"]:hover, 
.body-container input[type="number"]:hover, 
.body-container input[type="email"]:hover, 
.body-container input[type="url"]:hover, 
.body-container input[type="search"]:hover, 
.body-container input[type="tel"]:hover, 
.body-container input[type="color"]:hover,
.body-container input[type="file"]:hover,
.body-container textarea:hover,
.body-container select:hover {}

.body-container select {
	-webkit-appearance: none;
	background-color: #fff;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #064676;
	padding: .5rem;
	color: #064676;
	line-height: normal;
	border-radius: 0;
	height: 2.4375rem;
	font-family: Arial,sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	cursor: pointer;
	background-image: url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-select-arrow.gif);
	background-size: auto 201%;
	background-position: right top;
	padding-right: 3em;
	-moz-appearance: none;
	width: 100%;
	max-width:500px;
}

.body-container select:hover,
.body-container select:focus{
	background-color: rgba(154,183,204,0.05);
	border-color: #2970a6;
	background-position: right bottom;
}

.body-container .news-events select {
	margin: 0 .75rem 0 0.5rem;
	max-width: 8rem;
	margin-bottom: 0;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus {
	background: rgba(154,183,204,0.2);
	border-color: #2970a6;
	outline: none;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	white-space:normal !important;
	display:inline-block;
	margin:15px 0;
	text-transform: uppercase;
	min-height: 2.25em;
	line-height: 1.25;
	padding: 0.55em 0.85em 0.45em;
	border-radius: 0; 
	color: #fff ;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: all .15s;
	font-size: 1rem;
	margin-bottom: 2rem;
	background-color: #064676;
}

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

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
	background-color: #9ab7cc;
}


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


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

.subscribe-options label {
	margin:0;
}

.hs-recaptcha {
	margin-top:10px;
}

/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.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;
	text-align: left;
}

blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: none;
}

blockquote, blockquote p {
	line-height: 1.375;
	color: #323230;
}

blockquote {
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.custom-header-wrapper {
	left: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	z-index: 1000;
	height: auto;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.custom-header {
	background-color:#fff;
}



.custom-header-wrapper.stuck {
	position: fixed;
}

.custom-header-height {
	min-height: 181px !important;
}

.lp.custom-header-height {
	min-height: 120px !important;
}

.blog .custom-header-height {
	min-height: 230.17px !important;
}

.stuck .custom-logo a {
	margin-top: 0.15rem;
	width: 144px;
	height: 39px;
	transition: none;
}

.stuck .custom-logo img {
	margin-top: 0;
}

.stuck .custom-header .page-center {
	padding-top: 0.45rem;
	padding-bottom: 0.35rem;
}

.stuck .custom-header-menu {
	padding-top: 0.45rem;
	padding-right: 3rem;
}

.stuck .custom-header-menu > div {
	margin: 0;
}

.stuck .custom-header-search {
	position: relative;
	padding: 0;
	margin: 0;
	height: 0;
}

.stuck .custom-header-search .global-search {
	position: absolute;
	display: block;
	top: -2.3rem;
	right: 0;
	margin-bottom: 0.65rem;
}

.stuck .custom-header-search .global-search button.secondary {
	display: block;
	margin-bottom: 0;
	transition: background .15s;
	min-height: 2rem;
	height: 2rem;
	width: 2rem;
	background-size: 1rem auto;
}

.custom-header-search .has-modal .modal.drop-down {
	text-align: left;
	max-height: 0;
	height: auto;
	overflow: hidden;
	position: absolute;
	z-index: 30;
	top: 100%;
	right: 0;
	background: #9ab7cc;
	border-bottom: solid 1px #064676;
	padding: 0 1rem;
	opacity: 0;
	transition: opacity .1125s,max-height .1125s,padding .1125s;
	color: #064676;
	top: 2.25rem;
	min-width: 24rem;
	padding-top: 0.65rem;
}

.stuck .custom-header-search .global-search .sticky-search {
	top: 2.25rem;
	min-width: 24rem;
	padding-top: 0.65rem;
}

.stuck .custom-header-menu .hs-menu-wrapper > ul > li {
	margin:0;
}

.stuck .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	padding: 0.6rem 1.7rem;
}

.stuck .custom-header-request .quote-cap:before {
	margin-top: -28.5px;
}

.stuck .custom-header-request .req-quo {
	line-height: 0.925;
}

.stuck .custom-header-request .get-quote {
	padding-top: 0.6rem;
	line-height: 0.925;
}

.stuck .custom-header-search .has-modal.open button.secondary {
	background-color: #9ab7cc;
	height: 2rem;
	outline:0;
}

.stuck .custom-header-search .has-modal.open button.secondary:before {
	content: "";
	display: block;
	background: #9ab7cc;
	position: absolute;
	z-index: 1;
	left: -1px;
	width: 1px;
	height: 100%;
	top: 0;
}

.stuck .custom-header-search .has-modal.open .sticky-search {
	max-height: 99rem;
	opacity: 1;
	padding: 0.35rem 1rem;
	transition: opacity .225s,max-height .15s,padding .15s;
	padding-top: 0.65rem;
	top: 2rem;
	z-index: 99;
}

.custom-header-search .has-modal .searchBox input[type="text"] {
	width: 15.5rem;
	padding: 0.25rem 0.5rem;
	height: 2rem;
	color: #064676;
	border: solid 1px #064676;
	margin-bottom: 0.75rem;
	margin-right: 0.55rem;
	background-color: #fff;
}

.custom-header-search .has-modal .searchBox input[type="text"]:focus {
	background-color: rgba(255,255,255,0.8);
}

.stuck .custom-header-search .global-search .modal.drop-down input {
	display: inline-block;
}

.custom-header-search .global-search.has-modal .searchBox input[type="submit"] {
	text-transform: uppercase;
	min-height: 2.25em;
	line-height: 1.25;
	padding: 0.55em 0.85em 0.45em;
	-webkit-appearance: none;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: 700;
	border-radius: 0;
	background-color: #064676;
	background-image: url('//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-chevron-right.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 1em;
	padding-right: 2.4em;
	margin-top: 0.5rem;
	position: relative;
	font-size: 0.865rem;
	border: none;
	border-top: solid 1px #064676;
	border-right: solid 0.85em #064676;
	transition: background .15s,border .15s;
	text-indent: unset;
	margin-left: -1px;
}

.custom-header-search .global-search.has-modal .searchBox input[type="submit"]:hover {
	background-color: #707070;
	border-color: #707070;
}

@keyframes fadeInDown {
	from {
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0;
		transition: opacity .3s,transform .375s;
	}
	to {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		transition: opacity .3s,transform .375s;
	}
}

@keyframes fadeInUp {
	from {
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 1;
		transition: opacity .225s,transform .3s;
	}
	to {
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		transition: opacity .375s,transform 0s;
	}
}

/* .custom-header-wrapper[data-smooth="0"]:not(.stuck) {
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
transition: opacity .375s,transform 0s;
}  

.custom-header-wrapper[data-smooth="1"]:not(.stuck) {
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
transition: opacity .3s,transform .375s;
}

.custom-header-wrapper[data-smooth="1"].stuck {
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
transition: opacity .3s,transform .375s;
}

.custom-header-wrapper[data-smooth="0"].stuck {
-ms-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 1;
transition: opacity .225s,transform .3s;
} */

.stuck .custom-header-wrapper {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	animation: fadeInDown 0.3s ease-out forwards;
	background: #ffffff;
}

.custom-blog-menu {
	display:none !important;
}

.blog .custom-blog-menu {
	display:block !important;
}

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


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

@media (max-width:1184px) {

	.custom-header-height {
		min-height:152.23px !important;
	}

	.lp.custom-header-height {
		min-height: 95px !important;
	}

	.blog .custom-header-height {
		min-height: 195.17px !important;
	}

	.custom-logo a {
		width: 220px;
		height: 59px;
	}

	.custom-logo img {
		margin-top: 0.325rem;
	}

	.custom-header-menu .hs-menu-wrapper > ul > li {
		margin: 0 0 0.45rem;
	}

	.custom-header-menu .hs-menu-wrapper > ul > li:after {
		height: 60%;
		top:20%;
	}

	.stuck .custom-header-menu {
		padding-top: 0.5rem;
		padding-right: 2.5rem;
	}

	.stuck .custom-header-menu .hs-menu-wrapper > ul > li {
		margin: 0 0 0.45rem;
	}


	.custom-header-menu .hs-menu-wrapper > ul > li > a {
		padding: 0.35em calc(0.75em + 2px) 0.35em 0.75em;
		font-size: 0.9rem;
	}

	.custom-header-search .global-search {
		vertical-align: top;
		margin-bottom: 1.25rem;
	}



	.custom-header-search .global-search .searchBox input[type="text"] {
		top: 0;
		right: 0;
		height: 1.75rem;
		border: solid 1px #064676;
		position: relative;
		z-index: 1;
		background: #fff;
		padding: 0.25rem 1.75rem 0.25rem 0.25rem;
		font-size: 0.8rem;
		color: #064676;
		margin: 0;
	}

	.custom-header-search .global-search .searchBox input[type="text"]::placeholder {
		color: #064676;
	}

	.custom-header-search .global-search .searchBox input[type="submit"] {
		position: absolute;
		z-index: 2;
		background-size: 0.75rem auto;
		text-indent: -9999rem;
		width: 1.5rem;
		min-height: 1.75rem;
		margin: 0;
		padding: 0;
		top: 0;
		right: 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 0.95rem;
		padding: 1rem;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a {
		padding-right: 1.5rem;
	}

	.custom-header-request {
		padding: 0.1rem 0.5rem 0 0;
	}

	.custom-header-request .quote-cap:before {
		margin-top: -24px;
	}

	.custom-header-request .get-quote {line-height: 3rem;padding: 0 0.15rem 0 1rem;}

	.custom-header-request .req-quo {
		width: 180px;
		padding: 0;
		margin: 0 0.15rem 0 1.15rem;
	}

	.custom-header-request .req-quo .ico-svg {
		width: 182px;
		height: 20px;
		top: 0.325rem;
	}

	.custom-header-request .req-quo .ico-svg svg {}

	.custom-header-request .get-quote > a {
		font-size: 1.275rem;
		padding-right: 0.85em;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
		padding: 0 0.75rem;
	}

	.stuck .custom-header .page-center {
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}

	.stuck .custom-header-search .global-search {
		right: -0.15rem;
		top: -2.5rem;
	}

	.stuck .custom-header-search .global-search button.secondary {
		background-size: 1.1rem auto;
	}

	.stuck .custom-header-search .has-modal.open .sticky-search {}

	.stuck .custom-header-search .global-search .searchBox input[type="text"] {
		padding: 0.25rem 0.5rem;
		height: 2rem;
		margin-right: 0.5rem;
		transition: background .15s;
		margin-bottom: 0.75rem;
	}

	.custom-header-search .global-search.has-modal .searchBox input[type="submit"] {
		margin-left: 0;
	}

	.stuck .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 0.5rem 1rem;
	}

	.stuck .custom-header-request .quote-cap:before {
		margin-top: -32px;
	}

	.stuck .custom-header-request .req-quo ,
	.stuck .custom-header-request .get-quote {
		line-height: 0.725;
	}

	.custom-footer-menu.one .hs-menu-wrapper > ul > li:nth-of-type(2) > ul > li, 
	.custom-footer-menu.two .hs-menu-wrapper > ul > li > ul > li {
		display: inline-block;
		width: 100%;
	}

	.custom-footer-left, .custom-footer-right {
		width: 100% !important;
	}

	.custom-footer-menu.contact .social a .ico-svg {
		width: 1.75rem;
		height: 1.75rem;
	}

	.custom-footer-menu.contact ul > ul > li.cards {
		padding: 0.190rem 0 .150rem;
	}

	.custom-footer-right .custom-footer-menu .hs-menu-wrapper > ul > li > a,.custom-footer-menu.contact ul > a {
		margin-top: 1.05rem;
	}
	.custom-banner-area .page-center {
		height: auto;
		min-height: auto;
	}

	.custom-banner-inner {
		width: 58.3333333333%;
		display: inline-block;
	}

	.custom-banner-spacer {
		width: 40%;
		display: inline-block;
	}

	.custom-banner-area h1 {
		font-size: 2.25rem;
		line-height: 1.15;
		padding-top: 50px;
	}

	.custom-banner-area h2 {
		padding: 20px 0 40px;
	}

	.custom-blog-menu .hs-menu-wrapper > ul > li > a {
		padding: 0.75rem 1rem;
		font-size: 0.9rem;
		margin-right: 1px;
	}

	.stuck .custom-blog-menu .hs-menu-wrapper > ul > li > a {
		padding: 0.35rem 1rem;
	}

	.custom-footer-menu.contact .social a:hover span{
		text-decoration:none;
	}
	.custom-footer-menu.contact .social a:hover .ico-svg path[fill="#007BB5"] {
		fill: rgb(0, 123, 181);
		transition: fill .15s;
	}

}

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

@media (max-width:934px) {
	.custom-header-height {
		min-height:167.97px !important;
	}

	.lp.custom-header-height {
		min-height: 80px !important;
	}

	.blog .custom-header-height {
		min-height: 204.17px !important;
	}

	.custom-header-menu .hs-menu-wrapper > ul {
		float: none;
	}

	.custom-header-menu .hs-menu-wrapper > ul > li {
		margin:0;
	}

	.custom-header-menu .hs-menu-wrapper > ul > li > a {
		font-size: 0.9rem;
		padding: 0.25em calc(0.75em + 2px) 0.25em 0.75em;
	}

	.custom-header-menu .hs-menu-wrapper > ul:nth-of-type(1) > li:last-of-type > a {
		padding-right: 0;
	}

	.custom-header-menu .hs-menu-wrapper > ul:nth-of-type(1) > li:last-of-type:after {
		border-color:#fff;
	}

	.custom-header-search>div {
		text-align: right;
		margin: 0 -.5rem;
		padding: 0.75rem 0 0.1rem;
	}

	.custom-logo a {
		width: 200px;
		height: 53px;
	}

	.custom-logo img {
		margin: 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 0.75rem 0.6rem;
		font-size: 0.85rem;
	}

	.custom-header-request .quote-cap {
		width: 0.8rem;
		left: -0.75rem;
	}

	.custom-header-request .quote-cap:before {
		margin: -28.5px 0 0 1px;
	}

	.custom-header-request .req-quo {
		display:none !important;
	}

	.custom-header-request .get-quote {
		line-height: 1rem;
		padding: 0.8rem 0 0 0.8rem;
	}

	.custom-header-request .get-quote > a {
		font-size: 1.25rem;
		padding-right: 0.65em;
	}

	.custom-header-request .get-quote > a:after {
		right: -0.25em;
		top: 1px;
	}

	.custom-header-request {
		padding: 0 0.9375rem 0 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
		width: 20rem;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
		font-size: 0.8rem;
	}

	.stuck .custom-header .page-center {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.stuck .custom-header-menu {
		margin: 0;
		position: relative;
		padding-top: 0;
	}

	.stuck .custom-header-menu .hs-menu-wrapper > ul > li {
		margin: 0;
	}

	.stuck .custom-header-menu .hs-menu-wrapper > ul > li > a {
		padding-top: 0.15em;
		padding-bottom: 0em;
	}

	.stuck .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 0.5rem 0.6rem;
	}


	.stuck .custom-header-search .global-search {
		right: -0.25rem;
	}

	.stuck .custom-header-search .global-search button.secondary {
		background-size: 1.2rem auto;
		margin-bottom: 0;
		width: 2.25rem;
		height: 2.25rem;
		transition: background .15s;
	}

	.stuck .custom-header-menu .hs-menu-wrapper {
		line-height: 0;
	}

	.stuck .custom-header-request .get-quote {
		line-height:1rem;
	}

	.stuck .custom-header-search .has-modal.open .sticky-search {
		top:2.5rem;
	}

	.stuck .custom-header-search .has-modal.open button.secondary {
		height: 2.5rem;
	}

	.custom-header-search .global-search.has-modal .searchBox input[type="submit"] {
		padding-right: 2.35em;
	}

	.custom-blog-menu .hs-menu-wrapper > ul > li > a {
		padding: 0.6rem 0.55rem;
		font-size: 0.8rem;
		margin-right: 1px;
	}

	.stuck .custom-blog-menu .hs-menu-wrapper > ul > li > a {
		padding: 0.35rem 0.55rem;
	}

}


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

@media (max-width: 767px) {
	.body-container input[type="text"],
	.body-container input[type="password"], 
	.body-container input[type="datetime"], 
	.body-container input[type="datetime-local"], 
	.body-container input[type="date"], 
	.body-container input[type="month"], 
	.body-container input[type="time"], 
	.body-container input[type="week"], 
	.body-container input[type="number"], 
	.body-container input[type="email"], 
	.body-container input[type="url"], 
	.body-container input[type="search"], 
	.body-container input[type="tel"], 
	.body-container input[type="color"],
	.body-container input[type="file"],
	.body-container textarea,
	.body-container select {
		max-width:100%;
	}

	.post-body p img {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
		height: 300px;
		object-fit: contain;
	}

	.blog .blog-sidebar {
		width: 100% !important;
	}

	.blog .blog-content {
		width: 100% !important;
	}

	#share-print {
		display:none !important;
	}

	#breadcrumbs {
		width: 100%;
		font-size: 0.85rem;
	}

	#breadcrumbs a, #breadcrumbs span {
		padding: 0.35rem;
		display: none;
		color: #064676;;
	}

	#breadcrumbs a:only-of-type, 
	#breadcrumbs a:last-of-type{
		display: block;
		padding-left: 0;
		font-weight: 700;
	}

	#breadcrumbs span:only-of-type, 
	#breadcrumbs span:last-of-type{
		display: inline-block;
		font-weight:700;
	}

	#breadcrumbs a:hover span:only-of-type, 
	#breadcrumbs a:hover span:last-of-type {
		text-decoration:underline;
		transition: all .15s;
	}

	#breadcrumbs a:last-of-type:before {
		content: "";
		width: 0.75em;
		height: 1em;
		margin-right: 0.25em;
		display: inline-block;
		vertical-align: middle;
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		background: url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/js/ico-chevron-bg-blue.svg) no-repeat bottom right;
		background-size: auto 0.85em;
	}

	.custom-blog-about .hs_cos_wrapper_type_rich_text > div > span {
		font-size: 0.925rem;
	}

	.custom-blog-about .hs_cos_wrapper_type_rich_text > div > p {
		font-size: 0.875rem;
	}

	.news-events-inner {
		padding-top:1rem;
	}

	.custom-footer-links .hs-menu-wrapper > ul {
		font-size:0;
	}


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

	.blog .custom-blog-menu {
		display:none !important;
	}

}  

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

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

@media (max-width: 737px){

	.desktop {
		display:none !important;
	}

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

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

	.flex-btn {
		display:block;
		position: absolute;
		border-radius: 3px;
		transition: all 0.3s ease;
		cursor: pointer;
		top: 0;
		right: auto;
		left: -4px;
		width: 42px;
		height: 36px;
		background: #064676;
		z-index: 2000;
	}

	.flex-btn>a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.flex-btn span {
		height: 3px;
		overflow: hidden;
		text-indent: -9999px;
		display: block;
		margin: 0 auto 3px;
		clear: both;
		transition: all 0.2s ease 0.35s;
		position: absolute;
		background-color: #fff;
		width: 22px;
		left: 11px;
	}

	.flex-btn span.one {
		top: 9px;
	}

	.flex-btn span.two {
		top: 16px;
	}

	.flex-btn span.three {
		top: 23px;
	}

	.mobile-open .flex-btn span {
		width: 25px;
	}

	.mobile-open .flex-btn span.one {
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-open .flex-btn span.one,
	.mobile-open .flex-btn span.three {
		top: 17px;
	}

	.mobile-open .flex-btn span.two {
		opacity: 0;
	}

	.mobile-open .flex-btn span.three {
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


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


	.custom-mobile-menu {
		position: fixed;
		top: 0;
		padding: 0;
		margin: 0;
		z-index: 2;
		transition: left 0.3s ease;
		height: 100vh;
		right: auto;
		width: 80% !important;
		left: -80%;
		overflow-x:hidden !important;
		overflow-y:auto !important;
	}

	.mobile-open .custom-mobile-menu  {
		left:0;
	}

	.custom-mobile-menu > .row-fluid-wrapper {
		width: 100%;
		height: 100%;
	}

	.custom-mobile-menu > div > .row-fluid {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0;
		overflow: hidden;
		background: #064676;
	}

	.custom-menu-inner > div{
		left: 0;
		top: 0;
		width: 100% !important;
		height: 100%;
		padding: 0;
	}

	.custom-menu-inner > div > .row-fluid {
		height:100%;
	}

	.mobile-open .custom-menu-inner > div{
	}

	.custom-menu-inner {
		transition: all 0.3s ease;
		height:100%;
	}


	.custom-menu-inner-wrapper {
		padding: 0.75rem 4.5% 0.75rem 0.75rem;
		height:100%;
	}

	.custom-menu-inner-wrapper > div {
		position:relative;
	}

	.custom-menu-inner .menu-one .hs-menu-wrapper > ul {
		transition: all 0.3s ease;
	}


	.custom-menu-inner .menu-one .hs-menu-wrapper > 

	.custom-header-group,
	#site-wrapper {
		position:relative;
		left: 0;
		transition: all 0.3s ease;
	}

	.mobile-open .custom-header-group,
	.mobile-open #site-wrapper {
		left:80%;
	}

	.mobile-open #site-wrapper{
		overflow:hidden !important ;
	}

	.mobile-open{
		overflow:hidden !important ;
	}


	.animate-menu ul li {
		border-bottom: 1px solid #fff;
		font-size: 0.875rem;
	}



	.animate-menu ul li:not(.dl-back) a{
		color: #fff;
		text-transform: uppercase;
		padding: 0.75rem 0.5rem;
	}

	.animate-menu ul li:not(.dl-back).active a {
		font-weight:700;
		text-decoration:underline;
	}

	.animate-menu ul li:not(.dl-back) a:hover {
		color: #fff;
		background-color: rgba(154,183,204,0.6);
		text-decoration:none;
	}

	.animate-menu ul.mega-menu > li:first-of-type > a {
		font-size: 1rem;
		font-weight: 700;
		text-decoration: none;
	}

	.animate-menu ul.hs-menu-children-wrapper  li:nth-of-type(2) a {
		font-size: 1rem;
		font-weight: 700;
		text-decoration: none;
	}

	.animate-menu ul li.hs-item-has-children  a {
		background: url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-chevron-right.svg) 97% 50% no-repeat;
		background-size: auto 1em;
	}


	.animate-menu ul li.hs-item-has-children a:hover {
		color: #fff;
		background-color: rgba(154,183,204,0.6);
		text-decoration:none;
	}
	.animate-menu {
		position:static;
		overflow: hidden;
		display:block !important;
	} 
	.animate-menu > ul
	{
		position:absolute;
		top:0px;
		width:100%;
		left:-103%;
		transition: all 0.25s  ease;
	}

	.animate-menu > ul.hs-menu-children-wrapper {
		height: 100vh;
		background: #2970a6;
		width: 100%;
		z-index: 2;
		margin: -0.75rem -4.5% -0.75rem -0.75rem;
		padding: 0.75rem 4.5% 0.75rem 0.75rem;
	}

	.animate-menu > ul.hs-menu-children-wrapper.active-panel,
	.animate-menu > ul.hs-menu-children-wrapper.submenu-open{
		width: calc(97.5% + 4.5% + 0.76rem);
	}

	.animate-menu > ul.hs-menu-children-wrapper[data-level*="3"].active-panel,
	.animate-menu > ul.hs-menu-children-wrapper[data-level*="3"].submenu-open{
		background: #75a3c5;
		width: calc(95% + 4.5% + 0.76rem);
		z-index: 3;
	}

	.animate-menu ul.active-panel {
		left:0;
	}

	.animate-menu > ul.submenu-open {
		left: 0%;
	}



	.animate-menu ul li.dl-back {
		padding: 0.75rem 0.5rem 0.5rem;
		text-transform: uppercase;
		font-size: 0.875rem;
		border-bottom:0;
	}

	.animate-menu ul li.dl-back > a {
		color: #fff;
		font-size: inherit;
		font-weight: inherit;
		text-decoration: none;
		padding: 0;
		display: inline !important;
		text-align: left;
	}

	.animate-menu ul li.dl-back > a:hover {
		text-decoration: underline;
	}

	.animate-menu ul li.dl-back > a:before{
		content: "";
		width: 0.75em;
		height: 1em;
		padding-right: 0.35em;
		line-height: 1;
		display: inline-block;
		background: url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-chevron-right.svg) right top no-repeat;
		background-size: auto 0.75em;
		-ms-transform: rotate(-180deg);
		transform:   rotate(-180deg);
	}

	.overlay{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		visibility: hidden;
		background: transparent;
		opacity: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 2;
		width: 100%;
		height: 100vh;
	}
	.mobile-open .overlay {
		opacity: 1;
		left: 80%;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		visibility: visible;
	}

	.mobile-search ul {
		font-size: 1rem;
		line-height: 1.375;
		display: block;
		clear: both;
		padding: 0;
		margin: 0;
		transition: all 0.3s ease;
	}

	.mobile-search ul li {
		font-size: 0.875rem;
		line-height: 0;
	}

	.mobile-search ul .searchBox {
		position: relative;
		z-index: 1;
	}

	.mobile-search ul .searchBox input[type="text"] {
		-webkit-appearance: none;
		border-radius: 0;
		top: 0;
		margin: 0;
		font-family: Arial,sans-serif;
		color: #064676;
		display: block;
		padding: .5rem;
		height: 2.4375rem;
		width: 100%;
		box-sizing: border-box;
		transition: all .15s linear;
		border: none;
		background-color: #fff;
		position: relative;
		z-index: 1;
		box-shadow: none;
		font-size: 17px;
	}

	.mobile-search ul .searchBox input[type="submit"] {
		text-transform: uppercase;
		min-height: 2.25em;
		line-height: 1.25;
		padding: 0.55em 0.85em 0.45em;
		-webkit-appearance: none;
		border-radius: 0;
		color: #fff;
		font-family: "Roboto",Helvetica,Arial,sans-serif;
		font-weight: 700;
		cursor: pointer;
		transition: all .15s;
		top: 0;
		margin: 0;
		border: none;
		position: absolute;
		background: #fff url(//cdn2.hubspot.net/hubfs/5909870/CurbellPlastics_July2019%20/Images/ico-search-bg-blue.svg) center no-repeat;
		background-size: 1.5rem;
		text-indent: -9999em;
		right: 0;
		z-index: 2;
		width: 2.325rem;
		height: 100%;
	}

	.mobile-search ul .searchBox input[type="submit"]:hover,.mobile-search ul .searchBox input[type="submit"]:focus {
		background-color: rgba(154,183,204,0.6);
		outline: none;
	}

	.mobile-search ul .searchBox input[type="text"]:hover,.mobile-search ul .searchBox input[type="text"]:focus {
		background-color: rgba(255,255,255,0.9);
		outline: 0;
	}

	.custom-mobile-menu .menu-two .hs-menu-wrapper {
		padding-top: 1rem;
	}

	.custom-mobile-menu .menu-two .hs-menu-wrapper > ul {
		transition: all 0.3s ease;
	}

	.custom-mobile-menu .menu-two .hs-menu-wrapper > ul > li {
		font-size: 0.875rem;
	}

	.custom-mobile-menu .menu-two .hs-menu-wrapper > ul > li > a {
		color: #fff;
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
		padding: 0.35rem 0.5rem;
	}

	.custom-mobile-menu .menu-two .hs-menu-wrapper > ul > li > a:hover {
		color: #ccc;
	}

}

@media (max-width:737px) {
	.custom-header .page-center {
		padding-bottom: 0.5rem;
		border-bottom: solid 1px #064676;
	}

	.stuck .custom-header .page-center {
		padding-top: 0.75rem;
		padding-bottom: 0.5rem;
	}

	.custom-header .page-center > div {
		position:relative;
	}

	.custom-logo {
		float: left;
		padding: 0 0 0 3.15rem;
	}

	.custom-logo a {
		display: block;
		width: 138px;
		height: auto;
	}

	.stuck .custom-logo a {
		margin-top: 0;
		width: 138px;
		height: auto;
		transition: none;
	}

	.mobile .cart-items {
		float: right;
		position: relative;
		padding: 0.75rem 0.6rem 0 0;
		right: 4.5rem;
		z-index: 1;
	}

	.mobile .cart-items .ico-svg {
		width: 1.4375rem;
		height: 1.3125rem;
		display: block;
	}

	.mobile .ico-svg svg {
		display: block;
		max-width: 100%;
		max-height: 100%;
		height: auto;
		height: auto;
	}

	.mobile .get-quote {
		width: 63px;
		height: 36px;
		display: block;
		border-radius: 3px;
		background: #73a534;
		position: absolute;
		top: 0;
		right: -4px;
	}

	.mobile .get-quote a {
		color: #fff;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		font-size: 0.75rem;
		line-height: 1.2;
		text-align: center;
		padding: 0.35em 0.25em 0 0;
	}

	.custom-header-bottom {
		padding: 0.75rem 0.5rem;
		text-align: center;
		overflow: hidden;
		transition: all .15s;
		max-height: 46px;
	}

	.custom-header-bottom .slogan-phone {
		margin: 0 auto;
		display: inline-block;
	}

	.custom-header-bottom .slogan-phone .ico-svg, 
	.custom-header-bottom .slogan-phone a {
		display: inline-block;
	}

	.custom-header-bottom .slogan-phone .ico-svg {
		vertical-align: middle;
		width: 162px;
		height: 18px;
	}

	.custom-header-bottom .ico-svg svg {
		display: block;
		max-width: 100%;
		max-height: 100%;
		height: auto;
		height: auto;
	}

	.custom-header-bottom .slogan-phone .ico-svg svg path {
		fill: #fff;
	}

	.custom-header-bottom .slogan-phone a {
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		font-size: 0.95rem;
		margin-left: 0.35rem;
	}

	.custom-header-group {
		position: fixed;
		z-index: 1000;
		width: 100% !important;
		height: 106px;
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;
		transition: all 0.3s ease;
		left: 0;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
	}

	.custom-header-height {
		min-height: 106px !important;
	}

	.blog .custom-header-height {
		min-height: 106px !important;
	}

	.lp.custom-header-height {
		min-height: 58px !important;
	}

	.custom-header-fixed .custom-header-bottom {
		padding: 0 0.5rem;
		max-height: 0;
	}

	.custom-logo a:hover {
		opacity:1;
	}

	.custom-footer-menu:not(.contact) {
		display:none !important;
	}

	.custom-footer-links .hs-menu-wrapper > ul > li > a {
		font-size:0.7rem;
	}

	.custom-footer-copyright, 
	.custom-footer-links {
		width:100% !important;
		text-align:center;
	}

	.custom-footer-links .hs-menu-wrapper > ul {
		margin: 0;
		width: 100%;
		padding: 0;
		margin-bottom:1rem !important;
	}

	.custom-footer-links .hs-menu-wrapper > ul > li {
		padding: 0 0.5rem;
		height: 17px;
	}

	.custom-footer p {
		width: 100%;
		padding: 0;
		margin-bottom: 0.45rem;
	}

	.custom-footer-bottom hr {
		margin-bottom: 2rem;
		margin-top: 1.3rem;
	}

	.custom-footer-menu.contact {
		width: 100% !important;
		text-align: center;
	}

	.custom-footer {
		padding:1rem 0;
	}

	.custom-footer-menu.contact ul > a {
		margin: 0.46rem 0 1rem;
	}

	.custom-banner-area {
		background-image: none !important;
		background-color: #2970a6;
	}

	.custom-banner-inner {
		width: 100%;
	}

	.custom-banner-spacer {
		display: none;
	}

	.custom-banner-area h1 {
		padding: 40px 0 0;
		font-size: 1.85rem;
		line-height: 1.2;
	}

	.custom-banner-area h2 {
		font-size: 1.1rem;
		padding: 10px 0 20px;
	}

	.blog .custom-banner-area {
		background-color:transparent;
	}

	.hs-blog-post .custom-banner-area {
		min-height:auto;
	}

	.hs-blog-post .custom-banner-area h2 {
		padding-bottom:20px;
	}

}


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

@media (max-width: 479px) {
	.hs-recaptcha {
		overflow:auto !important;
	}

}

@media (max-width:341px) {
	.custom-footer-links .hs-menu-wrapper > ul > li:nth-of-type(3) {
		margin-top: 5px;
	}
}

@media (max-width:737px) and (max-height:500px){
	.custom-menu-inner-wrapper {
		overflow-y:auto;
	}
}