/* ==========================================================================
   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'); */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}

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

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


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

/* Basic text */
p {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 20px 0;
} 
.lead {
    line-height: 1.4;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #336A98;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1,h2,h3 {
	margin-top: 20px;
  margin-bottom: 10px;
}

h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a { 
  text-decoration: none;
  color: #336A98;
}
a:hover, a:active, a:focus { 
  outline: 0;
  text-decoration: none;
  color: #0A466B;
}

/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul {
  	margin-top: 0;
    margin-bottom: 20px;
}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-inner-group {
  width: 100%;
  height: auto;
  background: #174169;
  background: -moz-linear-gradient(top, #336A98 0%, #0A466B 100%);
  background: -webkit-linear-gradient(top, #336A98 0%,#0A466B 100%);
  background: linear-gradient(to bottom, #336A98 0%,#0A466B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336A98', endColorstr='#0A466B ',GradientType=0);
  position: relative;
}

.custom-header-inner-group .page-center {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.custom-logo {
  max-width: 180px;
}

.custom-logo img {
  width: 100%;
  height: auto;
}

.custom-header-right-group {
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(100% - 220px) !important;
}

.custom-header-right-group ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-header-right-group ul li {
  display: inline-block;
}

.custom-search-icon {
  margin: 0 !important;
  width: 50px !important;
  float: right !important;
  padding-right: 20px;
  position: relative;
  top: 1px;
  z-index: 999;
  opacity: 0;
  z-index: -1;
}

.custom-header-social-icons img {
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 17px;
  opacity: 1 transition:opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  vertical-align: middle;
}

.custom-header-top-right-menu {
  width: auto !important;
  float: right !important;
  padding-right: 3px;
}

.custom-header-social-icons {
  width: auto !important;
  float: right !important;
  padding-right: 19px;
  margin: 0 !important;
}

.custom-header-top-right-menu ul {
  padding: 0;
  margin: -4px 0 0 !important;
  float: right !important;
  position: relative;
  display: block !IMPORTANT;
}

.custom-header-top-right-menu ul li {
  display: inline-block;
  float: none !important;
}

.custom-header-top-right-menu ul li a {
  color: #fff;
  padding: 10px 15px 8px;
  font-weight: bold;
  position: relative;
}

.custom-header-top-right-menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #ccc;
}

.custom-header-top-right-menu ul li a:hover:before, 
.custom-header-top-right-menu ul li a:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.custom-header-top-right-menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: #ccc;
}

.custom-header-top-right-menu ul li a:hover {
  color: #ccc;
}

.custom-header-right-group .custom-header-search {
  position: absolute;
  top: 0;
  right: 20px;
  width: 0%;
  min-width: 30px;
  max-width: 260px;
  height: 30px;
  overflow: hidden;
  z-index: 300;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.custom-header-search .hs-input {
  position: absolute;
  top: 0;
  right: 30px;
  border: none;
  outline: none;
  background: #fff;
  width: 200px;
  height: 30px;
  margin: 0;
  z-index: 10;
  padding: 0 0 0 10px;
  font-family: inherit;
  font-size: 14px;
  color: #333333;
  border-radius: 5px;
}

.custom-search-icon img {
  cursor: pointer;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.search-open .custom-header-right-group .custom-header-search {
  width: 100%;
}

.custom-search-icon img:hover,
.custom-header-social-icons ul li a:hover img {
  opacity: 0.75;
}

.custom-header-contact {
  width: auto !important;
  float: right !important;
  padding-right: 20px;
}

.custom-header-contact ul li:last-child {
  /*margin-top: 35px;*/
  margin-top: 23px;
  margin-right: 0;
}

.custom-header-contact ul li:last-child a {
  padding: 10px 45px;
  background: #CB6330;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #323232;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.custom-header-contact ul li:last-child a:hover {
  background: #336A98;
  border: solid 1px #333333;
  text-decoration: none;
}

.custom-header-contact ul li {
  color: #fff;
  font-size: 16px;
  float: left;
  padding-left: 15px;
  margin-top: 35px;
  font-weight: bold;
  margin-right: 1px;
}

.custom-header-contact ul li a {
  color: #fff;
}

.custom-header-inner-group:after {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
}

.custom-menu-group {
  margin-top: 12px;
  background: #333333;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
  z-index: 1000;
  position: relative;
}

.custom-header-search a.hs-button.primary {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0px;
  top: 1px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  border: 0;
  background: transparent;
  opacity: 0;
  z-index: -1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/search-icon.png);
}

.custom-header-search a.hs-button.primary:hover {
    opacity: 0.75;
}

span.search-icon img {
  z-index: 90;
  position: absolute;
  cursor: pointer;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  right: 0;
  top: 1px;
}

.custom-header-search .not-empty a.hs-button.primary {
    z-index: 90;
}

.custom-header-search .not-empty span.search-icon img {
    z-index: 11;
}


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

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

.body-container .page-center {
	padding-top: 40px;
  padding-bottom: 40px;
  
}

.banner-group .page-center {
  padding: 0 !important;
  max-width: 100% !important;
}

.banner-group {
  width: 100%;
  max-height: 400px;
  max-width: 984px;
  margin: 0 auto 0px;
}

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


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

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

.custom-footer-group {
  background: #333333;
  position: relative;
}

.custom-footer-group:before {
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
    width: 100%;
    height: 12px;
    -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
    position: relative;
    z-index: 9999;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
    top: -12px;
    position: absolute;
    padding-top: 12px;
}

.custom-footer-text {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align:center;
}

.custom-footer-text p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}	

.custom-footer-text p:last-of-type {
	margin-bottom: 20px;
}

.custom-footer-text h2 {
	margin: 0;
  line-height: inherit;
  font-size: inherit;
}

.custom-footer-text p a {
    color: #fff;
    text-decoration: none;
}

.custom-footer-text p:last-of-type a:hover {
    color: #336a98;
    text-decoration: underline;
}

.footer-container-wrapper {
    margin-top: 12px;
}

.custom-footer-text ul {
    padding: 0;
    list-style: none;
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 20px;
}

.custom-footer-text ul li:first-child a {
    margin-right: 20px;
    margin-left: -15px;
}

.custom-footer-text ul li a {
    width: 30px;
    height: 30px;
    opacity: 1;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin-left: 9px;
}

.custom-footer-text ul li a:hover {
    opacity: .75;
}

.custom-footer-text ul li {
    display: inline-block;
    width: 30px;
}




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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  padding-left: 1px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 0 0 0 1px;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  margin: 0;
  padding: 10px 9px;
  font-size: 14px;
  background: #333333;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  position:relative;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:before {
  background: #ccc;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  min-width: 16em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 14px;
  background: #ffffff;
  color: #333333 !important;
  line-height: 1.4em;
  border: 1px solid #ccc;
  display: block;
  margin: 0;
  padding: 10px 15px;
  font-weight: bold;
  white-space: normal !important;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
	color: #333333;
}

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

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


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 0.538em 0.625em 0.438em 0.625em;
    background: #0A466B;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    margin: 6px 5px 6px;
    z-index: 99;
  }
  

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 4px; /* Icon line height */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
    font-size: 0.8em;
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: -1px 0 0;
  }

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

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

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

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper ul{
    font-size: 0.875em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    line-height: 20px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 10px 10px 20px;
    color: #333333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background: #ffffff;
    color: #404041;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:before {
    display: none!important;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children >a:after {
    content: '►';
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children >a.sub-menu-open:after {
    content: '▼';
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover a {
    color: #333;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: transparent;
    min-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border: 0;
    background: transparent;
    line-height: 20px;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li.hs-item-has-children >a {
    margin-bottom: -1px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }
}


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

#comments-listing.no-comments {
   border: none;
}

.blog-pagination .previous-posts-link {
    display: block;
}

.blog-pagination .all-posts-link {
    display: block;
}

.blog-pagination .next-posts-link {
    display: block;
}

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

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.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;
  color: ;
  display: block;
  font-family: ;  
  font-size: ;  
  line-height: ;
  padding: 0;
}

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

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

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

/* -------------------- Ends ----------- */


/* Blog Post Styling */

.hs-blog-header {
    display: none !important;
}

.section.post-header h1 {
    font-size: 24px;
    margin-top: 0;
}

.section.post-body h6 {
    font-size: inherit;
    line-height: 1.4;
    color: inherit;
    margin: 0 0 20px;
    font-weight: normal;
}

body #comment-form h1 {
    font-size: 24px;
}

body #comment-form {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#comment-form .hs-form-field {
    font-size: inherit;
}

#comment-form .hs-input {
    margin-bottom: 15px;
}

#comment-form .hs-input {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#comment-form ul.inputs-list label {
    display: block;
    margin: 0;
    font-weight: normal
}

#comment-form ul.inputs-list .hs-input {
    margin: 0;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    box-shadow: none;
}

#comment-form ul.inputs-list label span {
    vertical-align: text-bottom;
    padding-left: 5px;
}

#comment-form textarea {
    min-height: 174px;
}

#comment-form input.hs-button.primary {
    background: #336A98;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all .25s ease-out 0.1s;
    -moz-transition: all .25s ease-out 0.1s;
    -o-transition: all .25s ease-out 0.1s;
    transition: all .25s ease-out 0.1s;
    padding: 6px 12px;
  	margin: 0;
}

#comment-form input.hs-button.primary:hover {
    background: #fff;
    color: #336A98;
    border: 1px solid #336A98;
}

#comment-form .hs-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#comment-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}



/*  End  */

/* Blog List Styling */

.hs-blog-listing .hs-blog-header {
    display: block !important;
}

.custom-date {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.hs-blog-header h1 {
    font-size: 24px;
    margin-top: 0;
}

.post-item {
    border: 1px solid #333333;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
    position: relative;
}

.post-item:before {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}

.post-header h2 {
    font-size: 24px;
}

.blog-listing-wrapper .post-listing .post-item:last-child {
    margin-bottom: 0;
}

a.more-link:hover {
    text-decoration: underline;
}


/*  End  */


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container .hs_cos_wrapper_type_form,
#comment-form {
		background: #efefef;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 20px;
    max-width: 550px;
  	margin-bottom: 20px;
  	display: inline-block;
    width: 100%;
}

h3.form-title {
    margin-top: 0;
}

/* Form Field */
.hs-form-field {
  font-size: 12px;
}

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

/* Labels and Legends */

.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	max-width: 100%;
  width: 100%;
  display: inline-block; 
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.428571429;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #333;
  background: #fff;
  border: 1px solid #333;
  padding: 2px;
  border-radius: 5px;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 100px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/arrow486.png) no-repeat scroll 96% center;
    border: 1px solid #333;
    color: #333;
    border-radius: 5px;
    padding: 2px 25px 2px 2px;
    width: 100%;
    max-width: 212px;
}
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{}

ul.hs-error-msgs.inputs-list {
    margin: -8px 0 8px;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

ul.hs-error-msgs.inputs-list label {
    color: #f00;
    font-size: 1em;
    display: block;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-bottom: 8px;
  display: inline-block;
  white-space: normal !important;
  background: #ffffff;
  color: #336A98;
  border: 2px solid #336A98;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  padding: 5px 20px;
  -webkit-transition: all .25s ease-out 0.1s;
  -moz-transition: all .25s ease-out 0.1s;
  -o-transition: all .25s ease-out 0.1s;
  transition: all .25s ease-out 0.1s;
  font-family: inherit;
  line-height: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #CB6330;
  color: #fffff3;
  border: 2px solid #336A98;
}

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


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

body.error-template .hs-input,
body.password-template input[type="password"] {
  display: block;
}

.checkbox-row span.fakelabel span {
  float: none;
}

.error-page .custom_error_message h1 {
    font-size: 3em;
}

#comment-form span.hs-form-required {
    padding-left: 4px;
}

.subscription-template .widget-type-email_subscriptions form#email-prefs-form {
    max-width: 100%;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/*  Side Menu Styling  */

.custom-side-menu .hs-menu-wrapper > ul li.batch-powder-booths-copy {
display: none !important;
}

.custom-side-menu ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #336A98;
}

.custom-side-menu ul li a:hover {
    background: #0A466B;
    color: #fff;
    text-decoration: none;
}

.custom-side-menu ul li ul {
    display: none;
}

.custom-side-menu ul li.active-branch ul li a {
    padding-left: 40px;
}

.custom-side-menu ul li.active-branch ul {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-side-menu ul li.active-branch ul li.active a,
.custom-side-menu ul > li.active > a{
    background-color: #336A98;
    color: #FFF;
    position: relative;
}

.custom-side-menu ul li.active-branch ul li.active a:after,
.custom-side-menu ul > li.active > a:after{
    content: "\25B6";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 10px;
}

.custom-left-sidebar-menu-group {
    margin-bottom: 20px;
}

.custom-side-menu .hs-menu-wrapper > ul li {
    display: none;
}

.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.spray-booths,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.large-equipment,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.ovens,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.air-replacement,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.custom-finishing-solutions,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.powder-booths {
  display: none;
}

.custom-side-menu .hs-menu-wrapper > ul li.active-branch, 
.custom-side-menu .hs-menu-wrapper > ul li.active-branch li,
.custom-side-menu .hs-menu-wrapper > ul li.spray-booths,
.custom-side-menu .hs-menu-wrapper > ul li.large-equipment,
.custom-side-menu .hs-menu-wrapper > ul li.ovens,
.custom-side-menu .hs-menu-wrapper > ul li.air-replacement,
.custom-side-menu .hs-menu-wrapper > ul li.custom-finishing-solutions,
.custom-side-menu .hs-menu-wrapper > ul li.powder-booths,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.spray-booths.active-branch,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.large-equipment.active-branch,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.ovens.active-branch,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.air-replacement.active-branch,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.custom-finishing-solutions.active-branch,
.gallery-layout .custom-side-menu .hs-menu-wrapper > ul li.powder-booths.active-branch {
    display: block;
}

.custom-side-menu ul li.active-branch ul li a {
    padding-right: 40px;
    white-space: normal !important;
}



/* End */

/* Bottom Pane Group */

.bottom-pane-group {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  background: #efefef;
  background-position: 50%;
  padding: 52px 0;
  position: relative;
  border-bottom: 20px solid #336A98;
  border-top: 20px solid #336A98;
}

.bottom-pane-group:after {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px -5px 8px -1px rgba(0,-0,0,0.4);
  -moz-box-shadow: 0px -5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px -5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
  bottom: 0;
}

.bottom-pane-group:before {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
  top: 0;
}

.bottom-pane-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-pane-group .section-header {
  text-align: center;
}

.bottom-pane-group .section-header h1 {
  color: #336A98;
  margin: 0 0 20px;
  font-size: 24px;
}

.bottom-pane-group ul {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  list-style: none;
}

.bottom-pane-group ul li {
  width: 50%;
  height: auto;
  float: left;
}

.bottom-pane-group ul li a {
  background: rgba(203,99,48,0);
  text-align: center;
  font-size: 16px;
  color: #336A98;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #336A98;
  -webkit-transition: all .25s ease-out 0.1s;
  -moz-transition: all .25s ease-out 0.1s;
  -o-transition: all .25s ease-out 0.1s;
  transition: all .25s ease-out 0.1s;
  width: 200px;
  margin: 0 auto;
  display: block;
}

.bottom-pane-group ul li a:hover {
  background: rgba(203,99,48,1);
  text-decoration: none;
  color: #fff;
}

/* End */

/*  Full Width Layout */

.full-width .main-content h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
}

.full-width .main-content blockquote {
  width: 50%;
  float: left;
  padding: 20px;
  background: #ededed;
  margin: 0 20px 20px 0;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.4);
  position: relative;
  border: 1px solid #333;
}

.full-width .main-content blockquote p img {
  float: left;
  margin: 0 20px 0 0;
}

.full-width .main-content blockquote p {
  width: 100%;
  height: auto;
  color: #336A98;
  font-size: 18px;
}

.full-width .main-content blockquote:after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(237, 237, 237, 1) 40%, rgba(237, 237, 237, 1) 60%, rgba(51, 51, 51, 1) 100%) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 10px;
  position: absolute;
  width: 100%;
}

.full-width .two-col-with-left-img-group .custom-col1 {
  padding-right: 20px;
}

.full-width .two-col-with-left-img-group .content {
  float: left;
  width: 50%;
  height: auto;
}

.full-width .two-col-with-left-img-group .content img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
}

.full-width .two-col-with-left-img-group .custom-col1 a:hover {
  text-decoration: underline;
}

/*  End  */

/* Contact Page */

.gm-style div {
    margin-top: 0 !important;
}

.wpgmza_infowindow_title {
    font-weight: bold;
}

.wpgmza_markerbox h1, 
.wpgmza_markerbox h2,
.wpgmza_markerbox h3, 
.wpgmza_markerbox h4, 
.wpgmza_markerbox h5, 
.wpgmza_markerbox h6, 
.wpgmza_markerbox h7, 
.wpgmza_markerbox h8, 
.wpgmza_markerbox strong, 
.wpgmza_markerbox p, 
.wpgmza_markerbox br {
    margin: 2px;
    padding: 1px;
    color: #000 !important;
}

.map-pad {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}

.scrollFix {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.35;
}

.wpgmza_markerbox a {
    color: #1982D1 !important;
}

.contact-page .body-container .page-center {
    padding-top: 20px;
}

.gm-style .gm-style-iw {
    display: inline-flex;
}

.contact-page .main-content h6 {
    font-size: inherit;
    line-height: 1.4;
    color: inherit;
    margin: 0 0 20px;
    font-weight: normal;
}

.contact-page .right-col {
    width: 50% !important;
    margin: 0 !important;
    padding-left: 20px !important;
}

.contact-page .left-col {
    width: 50% !important;
    padding-right: 20px;
}

.contact-page .left-col p i {
    padding-left: 4px;
}

.contact-page .left-col form span.hs-form-required {
    display: none;
}

.contact-page .right-col .hs_cos_wrapper_type_linked_image img {
    margin-left: 10px;
    float: right;
}

.contact-page .left-col .hs_cos_wrapper_type_form {
    margin: 0;
}


/*  End  */

/* Two Column Left With Menu */

.custom-left-sidebar-menu-group {
  border: 1px solid #336A98;
}

.left-sidebar-title h3 {
    color: #fff;
    padding: 20px 10px 20px 10px;
    margin: 0;
    background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/sb-booth-background.jpg);
    background-position: 50% 50%;
    position: relative;
}

.left-sidebar-title h3:after {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
    -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
    z-index: 9999;
}

.two-col-menu .main-content {
  width: 67% !important;
  float: right !important;
  padding-left: 40px;
  position: relative;
  margin: 0 !important;
}

.two-col-menu .sidebar.left {
  width: 33% !important;
  float: left !important;
  margin: 0 !important;
}

.two-col-menu .main-content h6 {
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
  margin: 0 0 20px;
  font-weight: normal;
}

.vid-size {
  width: 100%;
  height: auto;
  max-width: 400px;
  padding-bottom: 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-col-menu .left-bottom-col .hs_cos_wrapper_type_module {
  width: 30.3%;
  height: auto;
  float: none;
  margin-right: 3%;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}

.two-col-menu .left-bottom-col {
  text-align: center;
}

.two-col-menu .left-bottom-col .custom-one-col-image-group img {
  width: 100%;
  height: auto;
  padding: 5px;
}

.two-col-menu .left-bottom-col .custom-one-col-image-group h4 {
  font-size: inherit;
  line-height: 1.428571429;
  margin: 0;
}

.two-col-menu .left-bottom-col .hs_cos_wrapper_type_module:nth-child(3n) {
  margin-right: 0;
}

.two-col-menu .main-content .pdf-wrap {
  width: auto;
  height: auto;
  float: left;
  margin-right: 20px;
}

.two-col-menu .main-content .pdf-wrap span {
  width: 75px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 6px;
}

.two-col-menu .main-content .pdf-wrap span img {
  border: 1px solid #ccc;
  vertical-align: middle;
}

.two-col-menu .main-content .pdf-wrap h5 {
  position: relative;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: inherit;
  font-weight: normal;
}

.two-col-menu .main-content .pdf-wrap h5 a {
  color: #ffffff;
  padding: 7px 10px 6px 26px;
  background: #CB6330;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #323232;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

.two-col-menu .main-content .pdf-wrap h5 a:before {
  content: '';
  background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/arrows.png);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
}

.two-col-menu .main-content .pdf-wrap h5 a:hover {
  background: #336A98;
  border: solid 1px #333333;
  text-decoration: none;
  color: #ffffff;
}

.two-col-menu .main-content .hs_cos_gallery {
  background: #000000;
  position: relative;
  margin-right: 10px;
  padding-top: 12px;
}

.two-col-menu .main-content .hs_cos_gallery:before {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
  top: 0;
  padding-top: 12px;
}

.two-col-menu .main-content .hs_cos_gallery .slick-slider {
  padding: 0;
  margin: 0;
}

.two-col-menu .main-content .hs_cos_gallery .slick-slide {
  margin: 0 !important;
}

.two-col-menu .main-content .hs_cos_gallery .slick-slider{
  height: 366px;
  margin-bottom: 5px;
  position: relative;
}

.two-col-menu .main-content .hs_cos_gallery ul.slick-dots {
  position: absolute;
  bottom: 7px;
  margin: 0 auto;
  width: calc(100% - 120px);
  float: none !important;
  left: 0;
  right: 0;
}

.two-col-menu .main-content .hs_cos_gallery ul.slick-dots li button {
  display: none !important;
}

.two-col-menu .main-content .hs_cos_gallery ul.slick-dots li {
  width: 10px;
  height: 10px;
  background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/light-skin-1.png) no-repeat;
  margin: 2.5px;
  background-position: -34px -117px;
}

.two-col-menu .main-content .hs_cos_gallery .slick-list.draggable {
  max-height: 100% !important;
}

.two-col-menu .main-content .hs_cos_gallery ul.slick-dots li.slick-active {
  background-position: -34px -84px;
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .slick-slide-inner-wrapper {
 /* max-width: 180px !important;*/
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails {
  height: auto !important
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails .slick-list.draggable {
  margin: 0;
  height: auto !important;
  padding: 0 !important;
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide {
  padding: 0 !important;
  height: 80px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-current {
  opacity: 1;
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails {
  position: initial;
}

.two-col-menu .main-content .hs_cos_gallery .slick-prev:before, .two-col-menu .main-content .hs_cos_gallery .slick-next:before {
  display: none;
}

.two-col-menu .main-content .hs_cos_gallery .slick-prev,
.two-col-menu .main-content .hs_cos_gallery .slick-next {
  width: 30px;
  background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -60px;
  position: absolute;
  z-index: 110;
}

.two-col-menu .main-content .hs_cos_gallery .slick-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}

.two-col-menu .sidebar.left form span.hs-form-required {
  display: none !important;
}

.two-col-menu .main-content .hs_cos_gallery .slick-list.draggable,
.two-col-menu .main-content .hs_cos_gallery .slick-track,
.two-col-menu .main-content .hs_cos_gallery .slick-slider .slick-slide-inner-wrapper,
.two-col-menu .main-content .hs_cos_gallery .slick-slide img {
  height: 100% !important;
  object-fit: contain;
}

.two-col-menu .main-content .two-col-with-right-img-group .right-content {
  float: left;
  width: 13%;
  height: auto;
  padding-left: 10px;
  margin: 0 !important;
}

.two-col-menu .main-content .two-col-with-right-img-group .left-content {
  float: left;
  width: 87%;
  height: auto;
}

.two-col-menu .main-content .two-col-with-right-img-group {
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}

.two-col-menu .main-content .hs_cos_gallery .slick-slider .slick-slide-inner-wrapper img {
  width: auto;
}

.two-col-menu .main-content .hs_cos_gallery .hs_cos_gallery_thumbnails .slick-list.draggable .slick-track .slick-slide-inner-wrapper img {
  width: 100%;
  object-fit: cover;
  padding-left: 5px;
  padding-right: 5px;
  height: auto !important;
}

p.clear {
  clear: both;
  margin: 0;
  height: 0;
}

.custom-one-col-image-group a:hover h4 {
  color: #0a466b;
}

/*  End  */

/* Home Page */

.slick-slider {
  cursor: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/grab.png), move;
}

.home-page .hs_cos_gallery {
  position: relative;
  background: #fff;
}

.home-page .hs_cos_gallery:after {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
  bottom: -12px;
  padding-top: 12px;
}

.home-page .hs_cos_gallery .slick-slider {
  padding: 0;
  margin: 0;
}

.home-page .hs_cos_gallery .slick-slide {
  margin: 0 !important;
}

.home-page .hs_cos_gallery .slick-slider{
  height: 480px;
  position: relative;
}

.home-page .hs_cos_gallery ul.slick-dots {
  position: absolute;
  bottom: 7px;
  margin: 0 auto;
  width: 100%;
  float: none !important;
  left: 0;
  right: 0;
}

.home-page .hs_cos_gallery ul.slick-dots li button {
  display: none !important;
}

.home-page .hs_cos_gallery ul.slick-dots li {
  width: 10px;
  height: 10px;
  background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/light-skin-1.png) no-repeat;
  margin: 2.5px;
  background-position: -34px -117px;
}

.home-page .hs_cos_gallery .slick-list.draggable {
  max-height: 100% !important;
}

.home-page .hs_cos_gallery ul.slick-dots li.slick-active {
  background-position: -34px -84px;
}

.home-page .hs_cos_gallery .slick-prev:before, 
.home-page .hs_cos_gallery .slick-next:before {
  display: none;
}

.home-page .hs_cos_gallery .slick-prev,
.home-page .hs_cos_gallery .slick-next {
  width: 30px;
  background: url(//cdn2.hubspot.net/hubfs/4252220/RohnerSprayBooths-March2018/Images/light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -39px;
  position: absolute;
  z-index: 110;
}

.home-page .hs_cos_gallery .slick-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}

.home-page .hs_cos_gallery .slick-slide img {
  width: 100% !important;
}

.home-page .hs_cos_gallery .slick-slide-inner-wrapper {
  width: 100%;
}

.home-page .hs_cos_gallery .slick-slide img {
  margin-top: -24.67vw;
}

.home-page .hs_cos_gallery .slick-slide:first-child img {
  margin-top: -15.37vw;
}

.home-page .hs_cos_gallery .slick-slide:last-child img {
  margin-top: -4.47vw;
}

.home-page .custom-row1-group .page-center {
  padding-top: 52px;
  padding-bottom: 20px;
}

.home-page .custom-row1-group .custom-row1-col1 .hs_cos_wrapper_type_module {
  width: 31%;
  margin-right: 3%;
  float: left;
}

.home-page .custom-row1-group .custom-row1-col1 .hs_cos_wrapper_type_module:nth-child(3n) {
  margin: 0;
}

.home-page .custom-row1-group .custom-one-col-with-bg-group {
  background-position: 50%;
  height: auto;
  border: 1px solid #333333;
  position: relative;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  margin-bottom: 20px;
  padding: 50px 0;
  display: block;
}

.home-page .custom-row1-group .custom-one-col-with-bg-group a {
  display: block;
  text-align: center;
}

.home-page .custom-row1-group .custom-one-col-with-bg-group span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: rgba(51,106,152,0.8);
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  min-width: 200px !important;
  margin: 0 auto;
  -webkit-transition: all .25s ease-out 0.1s;
  -moz-transition: all .25s ease-out 0.1s;
  -o-transition: all .25s ease-out 0.1s;
  transition: all .25s ease-out 0.1s;
  display: inline-block;
}

.home-page .custom-row1-group .custom-one-col-with-bg-group span:hover {
  background: rgba(51,106,152,1);
}

.home-page .custom-row1-group .custom-one-col-with-bg-group:after {
  content: "";
  height: 10px;
  width: 100%;
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  position: absolute;
  bottom: 0;
}

.home-page .custom-row1-group h6 {
  margin: 0 0 20px;
  font-size: inherit;
  line-height: 1.4;
  color: inherit;
  font-weight: normal;
}

.home-page .custom-row2-group {
  padding: 52px 0 40px;
  border-top: 20px solid #336A98;
  position: relative;
}

.home-page .custom-row2-group:before {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
  top: 0;
}

.home-page .custom-row2-group:before {
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(40%, rgba(237,237,237,1)), color-stop(60%, rgba(237,237,237,1)), color-stop(100%, rgba(51,51,51,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(237,237,237,1) 40%, rgba(237,237,237,1) 60%, rgba(51,51,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
  width: 100%;
  height: 12px;
  -webkit-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 9999;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  position: absolute;
  top: 0;
}

.home-page .custom-row2-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.home-page .custom-row2-group .hs_cos_wrapper_type_module {
  width: 33%;
  height: auto;
  float: left;
  position: relative;
  padding: 3%;
  border-left: 1px solid #333333;
  text-align: center;
}

.home-page .custom-one-col-with-icon-group .image-group {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
}

a.btm-btn {
  padding: 10px 20px;
  color: #CB6330;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #CB6330;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  display: block;
  -webkit-transition: all .25s ease-out 0.1s;
  -moz-transition: all .25s ease-out 0.1s;
  -o-transition: all .25s ease-out 0.1s;
  transition: all .25s ease-out 0.1s;
}

a.btm-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #CB6330;
}

.home-page .custom-row2-group .hs_cos_wrapper_type_module:nth-child(3n) {
  border-right: 1px solid #333333;
}


/*  End  */


/*  	Quote Layout   */

.quote-page .main-content h3 {
  margin-top: 0;
}

.quote-page .main-content h6 {
  margin: 0 0 20px;
  font-size: inherit;
  line-height: 1.4;
  font-weight: normal;
  color: inherit;
}



/*  End  */

/*  Tabber Form Styling  */

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

ul.tabs li.active {
  background: #efefef;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #333;
}

ul.tabs li {
  display: inline-block;
  zoom: 1;
  background: #fff;
  border: solid 1px #333;
  border-bottom: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

ul.tabs li.active a {
  font-weight: bold;
}

ul.tabs li a {
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
}

.tabber-content-group {
  background: #ededed;
  border: solid #333 1px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}

.tabber-content-group h3.form-title {
  display: none;
}

.tabber-content-group > div > span#hs_cos_wrapper_ {
  background: #efefef;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  padding: 20px 20px 10px 20px;
  width: 100%;
  margin: 0;
  border: 0;
  max-width: 100%;
}

.tabber-content-group form fieldset {
  clear: both;
}

.tabber-content-group form fieldset.form-columns-2 .hs-form-field:first-child {
  padding: 0 10px 0 0;
}

.tabber-content-group form fieldset.form-columns-2 .hs-form-field {
  float: left;
  width: 23.9% !important;
  padding: 0 0px 0 10px;
}

.tabber-content-group form fieldset.form-columns-1 .hs-form-field {
  width: 49%;
}

.tabber-content-group form hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin: 8px 0;
}

.tabber-content-group form h4 {
  margin: 8px 0;
  display: inline-block;
  width: 100%;
}

.tabber-content-group form fieldset.form-columns-2 .hs_firstname {
  padding-left: 0;
  padding-right: 10px;
}

.tabber-content-group form span.hs-form-required {
  display: none;
}

.tabber-content-group form .hs_message.hs-form-field > label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: #336A98;
  margin: 8px 0;
  display: inline-block;
  width: 100%;
}

/*  End  */
	

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


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


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

@media (min-width: 768px){
  @-moz-document url-prefix() {
    .custom-menu-group .page-center {
      padding: 0 6px !important;
    }
  }
}

@media(max-width: 1600px) {
	.home-page .hs_cos_gallery .slick-slide img {
    margin-top: -11vh;
    height: 100%;
    object-fit: cover;
  }

  .home-page .hs_cos_gallery .slick-slide:last-child img, 
  .home-page .hs_cos_gallery .slick-slide:first-child img {
    margin-top: 0;
    height: 51.1vw;
  }
}

@media (max-width: 1041px) and (min-width: 768px) {
  .custom-menu-group .page-center {
    padding: 0 !important;
	}
  
   @-moz-document url-prefix() {    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    	padding: 10px 12px;
    }
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      text-align: center;
    	padding-left: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 6px;
    font-size: 12px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
  	float: none !important;
    display: inline-block;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    min-width: 11em;
	}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    text-align: left;
	}
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 12px;
  }
  
}

@media (max-width: 960px) { 
  .home-page .hs_cos_gallery .slick-slide:last-child img, 
  .home-page .hs_cos_gallery .slick-slide:first-child img {
    margin-top: 0;
    height: 61.1vw;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 5px;
  }
}

@media (max-width: 1000px) {
  
  .two-col-menu .main-content .hs_cos_gallery .slick-slider {
      height: 33vw;
  }
  
  .section.post-header h1 {
    font-size: 24px;
    margin-top: 3px;
  }
  
  .quote-page .main-content h3 {
    margin-top: 3px;
  }
  
}


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

@media (max-width: 767px) {
	.custom-menu-primary.desktop {
    display: none !important;
	}
  
  .custom-header-right-group {
    display: none !important;
	}
  
  .custom-logo {
    max-width: 180px;
    float: none !important;
    margin: 0 auto !important;
  }
  
  .custom-menu-group {
    background: #333333;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding: 10px 0;
  }
  
  .custom-mobile-header-bottom-link a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .custom-menu-group {
    position: inherit;
	}
  .bottom-pane-group ul li:first-child {
    margin-bottom: 20px;
  }

  .bottom-pane-group ul li {
    width: 100%;
    height: auto;
    float: none;
  }
  
  .body-container .widget-type-form, 
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search, 
  .body-container .hs_cos_wrapper_type_password_prompt, 
  .body-container #email-prefs-form, 
  .body-container .hs_cos_wrapper_type_form, 
  #comment-form {
   max-width: 100% !important 
  }  
  
  .full-width .body-container .main-content {
    padding-top: 40px;
  }
  
  .full-width .main-content blockquote {
    width: 100%;
    float: none;
    display: inline-block;
  }
  
  .full-width .two-col-with-left-img-group .custom-col1 {
    padding-right: 0;
  }

  .full-width .two-col-with-left-img-group .content {
    float: none;
    width: 100%;
    height: auto;
  }
  
  .full-width .two-col-with-left-img-group .content img {	
    margin-bottom: 20px;
	}  

  .two-col-menu .main-content {
    width: 100% !important;
    float: left !important;
    padding-left: 0;
  }

  .two-col-menu .main-content h3 {
    margin-top: 0;
  }
  
  .two-col-menu .sidebar.left {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    display: none !important;
	}
  
  .contact-page .left-col {
    width: 100% !important;
    padding-right: 0;
  }
  
  .contact-page .right-col {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0px !important;
    padding-top: 20px;
  }
  
  .contact-page .body-container .page-center {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  
  .contact-page .right-col .hs_cos_wrapper_type_linked_image img {
    margin: 0 auto;
    float: none;
    display: block;
  }
  
  .two-col-menu .main-content .hs_cos_gallery {
  	margin-right: 0;
  }
  
  .two-col-menu .main-content .hs_cos_gallery .slick-slider {
    height: 55.5vw;
  }
  
  .two-col-menu .main-content .hs_cos_gallery .slick-slider .slick-slide-inner-wrapper {
    /*max-width: calc(100% - 23%) !important;*/
  }

  .two-col-menu .main-content .two-col-with-right-img-group .right-content {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0px;
    margin: 0 0 20px !important;
    text-align: center;
  }

  .two-col-menu .main-content .two-col-with-right-img-group .left-content {
    float: none;
    width: 100%;
    height: auto;
  }

  .two-col-menu .main-content .two-col-with-right-img-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
  }
  
  .two-col-menu .main-content .pdf-wrap {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  
  .two-col-menu .main-content .pdf-wrap span {
    width: 75px;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
    margin-right: auto;
	}
  
  .two-col-menu .main-content .pdf-wrap h5 {
    margin: 0 0 15px;
    width: auto !important;
    display: inline-block;
  }
  
  .two-col-menu .left-bottom-col .custom-one-col-image-group img {
    width: auto;
    height: auto;
    padding: 0;
  }
  
  .two-col-menu .left-bottom-col .hs_cos_wrapper_type_module {
    width: 100%;
    height: auto;
    float: none;
    display: inline-block;
    margin: 0 auto 20px;
  }
  
  .two-col-menu .left-bottom-col .custom-one-col-image-group h4 {
    margin: 10px 0 0;
  }
  
  .home-page .hs_cos_gallery .slick-slider {
    height: 58.6vw;
    position: relative;
  }
  
  .home-page .custom-row1-group .custom-row1-col1 .hs_cos_wrapper_type_module {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  
  .home-page .custom-row1-group .custom-one-col-with-bg-group {
    background-position: 50%;
    background-size: 100%;
    margin-bottom: 40px;
  }
  
  .home-page .custom-row2-group .hs_cos_wrapper_type_module {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    padding: 5% 3%;
    border-left: 0px solid #333333;
    border-top: 1px solid #333333;
  }
  
  .home-page .custom-row2-group .hs_cos_wrapper_type_module:nth-child(3n) {
    border-right: 0px solid #333333;
    border-bottom: 1px solid #333333;
  }
  
  a.btm-btn {
    width: 200px;
    margin: 0 auto;
  }
  
  .home-page .custom-one-col-with-icon-group .image-group {
    margin: 0 auto 10px;
  }

  .home-page .hs_cos_gallery .slick-slide img {
    margin-top: -26px;
  }
  
	.home-page .hs_cos_gallery .slick-slide:first-child img,
  .home-page .hs_cos_gallery .slick-slide:last-child img {
    margin-top: 0;
  }	
	  
 	.blog .body-container .page-center {
    padding-top: 77px;
  }
  
  .blog.hs-blog-listing .body-container .page-center {
    padding-top: 80px;
  }

  .section.post-body img {
    display: block;
    margin: 0 auto;
  }
  
  .quote-page .body-container .page-center {
    padding-top: 77px;
  }

  .tabber-content-group form fieldset.form-columns-2 .hs-form-field:first-child {
    padding: 0;
  }

  .tabber-content-group form fieldset.form-columns-2 .hs-form-field {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  
  .tabber-content-group form hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    margin: 8px 0 0;
  }
  
  .tabber-content-group form fieldset.form-columns-2 .hs_firstname {
    padding-left: 0;
    padding-right: 0;
  }
  
  .tabber-content-group form fieldset.form-columns-1 .hs-form-field {
    width: 100%;
    padding: 0;
  }
  
  form select {
    max-width: 100%;
  }
  
  .custom-header-group {
    width: 100%;
    height: auto;
    background: #174169;
    background: -moz-linear-gradient(top, #336A98 0%, #0A466B 100%);
    background: -webkit-linear-gradient(top, #336A98 0%,#0A466B 100%);
    background: linear-gradient(to bottom, #336A98 0%,#0A466B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336A98', endColorstr='#0A466B ',GradientType=0);
  }
  
  .custom-header-inner-group {
    background: transparent;
  }

  input[type="text"], 
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"],
  input[type="color"], 
  input[type="file"], 
  textarea, 
  select {
    max-width: 100%;
    width: 100% !important;
  }
  
  .error-page .body-container .page-center {
    padding-top: 80px;
  }
  
  .custom-footer-text ul li {
    vertical-align: bottom;
    height: 30px;
  }
  
  @-moz-document url-prefix() {  
    .custom-footer-text ul li:first-child a {
      margin-left: -7px;
    }
  }
  

}  


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

@media (max-width: 479px) {
  .two-col-menu .main-content .hs_cos_gallery .slick-arrow,
  .two-col-menu .main-content .hs_cos_gallery ul.slick-dots,
  .home-page .hs_cos_gallery .slick-arrow ,
  .home-page .hs_cos_gallery ul.slick-dots {
      display: none !important;
  }
  
  .full-width .main-content blockquote p img {
    float: none;
    margin: 0 auto 10px;
    display: block;
  }
}





