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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300,300italic);
@import url('//fonts.googleapis.com/css?family=Roboto Condensed:300,|Roboto:900,,400');
@import url('//fonts.googleapis.com/css?family=PT+Sans');
/* 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;
} 

body {
  background: #252525;
  color: #1D2541;
  font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  line-height: 1.7em;
}

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

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

::selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}

/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/








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

/* Basic text */
p {
  margin: 0 0 15px 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
  color: #1D2541;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 260%;
  line-height: inherit;
}
h2 {
  font-size: 200%;
  line-height: inherit;
}
h3 {
  font-size: 175%;
  line-height: inherit;
}
h4 {
  font-size: 150%;
  line-height: inherit;
}
h5 {
  font-size: 12pt;
  line-height: 1.2em;
}
h6 {
  font-size: 11pt;
  line-height: 1.2em;
}

/* Anchor Links */
a { 
  color: #314071;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  text-decoration:none;
}
a:hover, a:focus { color: #ccc; }

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

.body-container-wrapper ol, 
.body-container-wrapper ul {
  padding: 0 0 0 15px;
  margin: 10px 0;
}

.body-container-wrapper ul li, 
.body-container-wrapper ol li {
  padding: 0;
  line-height: 1.7em;
  margin: 0;
}

.body-container-wrapper ul li a {
  line-height: 1.2em;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
}


/* =============== 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-wrapper .page-center.top {
  position:relative;
  z-index:99999;
  background-color:#fff;
}

.header-container-wrapper .page-center {
  max-width:960px !important;
}
.header-container {}

.custom-header-group {   
  background-color: #ffffff;
}


.custom-menu-group {
  background-color: #942332;
  background: #942332 -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 26%, rgba(0,0,0,0) 84%, rgba(0,0,0,0.4) 100%);
  background: #942332 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(26%,rgba(255,255,255,0)), color-stop(84%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
  background: #942332 -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 26%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.4) 100%);
  background: #942332 -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 26%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.4) 100%);
  background: #942332 -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 26%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.4) 100%);
  background: #942332 linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 26%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#66000000',GradientType=0 );
}


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

.body-container-wrapper {
  background-color: #314071;
  background: #314071 -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 12%, rgba(0,0,0,0.6) 100%);
  background: #314071 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(12%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
  background: #314071 -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 100%);
  background: #314071 -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 100%);
  background: #314071 -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
  border-top: 6px solid #314071;
}
.body-container {
  background-image: url(//cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/main-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top:15px;
  padding-bottom:15px;
}

body:not(.blog) .body-container .page-center {
  background:#fff;
  padding:15px;
  border-radius: 5px;
}

.content-wrapper {}
/*.main-content {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #1D2541;
padding: 15px;
margin-top:15px;
margin-bottom:15px;
}

.sidebar {
background-color:#fff;
padding:15px;
margin-top:15px;
margin-bottom:15px;
}*/


.blog .body-container {
  padding-top:0;
  padding-bottom:0;
}

.blog-content {
  background-color: #fff;
  border: medium none;
  border-radius: 5px;
  color: #1D2541;
  padding: 15px;
  margin-top:15px;
  margin-bottom:15px;
}

.sidebar{}
.sidebar.right{}
.sidebar.left{}


.sidebar dl,
.blog-sidebar dl {
  background: -webkit-linear-gradient(top, #222D4F, #141A2E);
  background: -moz-linear-gradient(top, #222D4F, #141A2E);
  background: -ms-linear-gradient(top, #222D4F, #141A2E);
  background: -o-linear-gradient(top, #222D4F, #141A2E);
  background: linear-gradient(top, #222D4F, #141A2E);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, 0.2);
  margin:0;
}


.sidebar dl dt, .blog-sidebar dl dt {
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 7px 15px 7px 15px;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}


.sidebar dl dt a, .blog-sidebar dl dt a {
  font-family: 'Roboto Condensed',Arial, Helvetica;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: none;
  line-height: normal;
}

.sidebar dl dt:hover, .blog-sidebar dl dt:hover {
  background-color: rgba(218, 230, 233, 0.40);
}

.body-container .page-center {
  background: transparent !important;
  padding: 0px !important;
  border-radius: 0 !important;
  max-width: 960px !important;
  padding: 0px 10px !important;
}
body:not(.blog) .body-container .page-center .main-content,
.sidebar  {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

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

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


.custom-footer-group {    
  background-color: #942332;
  color: #ddd;
}

.custom-footer-copyright {
  text-align:center;
  line-height:1.1;
  color: #999;
}

.custom-footer-copyright span {
  font-size: 8pt;
}

.custom-footer-copyright span strong {
  color:#fff;
}

.custom-footer-copyright p {
  margin-bottom: 14px;
  font-size: 12px;
}

.custom-footer-copyright p a {
  color: #ffffff;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  font-weight:bold;
}

.custom-footer-group .page-center {
  margin-top: 15px !important;
  margin-bottom:15px !important;
  padding: 15px;
}

.custom-footer-top-title .title {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 15px 0;
  color: #aaa;
}

.custom-footer-group h3 {
  color: #d1d0ce;
  line-height: 1.2em;
  margin:0;
  font-size: 12pt;
  margin-bottom:2px;
}


.custom-footer-three-column-group table {
  width: 100%;
  line-height: 1.52;
  margin-top: 27px;
}



.custom-footer-group blockquote {
  margin:32px 0px 33px !important;
  line-height: 1.2;
}

.custom-footer-three-column-group {
  max-width: 790px;
}

.custom-footer-three-column-group p {
  line-height: 1.2;
  margin:0;
}

.custom-footer-three-column-group p,
.custom-footer-three-column-group a,
.custom-footer-three-column-group  {
  color: #d1d0ce;
}

.custom-footer-three-column-group p.address-group {
  font-weight:bold;
}

.custom-footer-three-column-group p .some-space {
  margin-top:4px;
  display:block;
}

.custom-footer-group blockquote .some-space {
  margin-top:14px;
  display:block;
}

.custom-footer-group .custom-footer-three-column-group em {
  font-size: 13px;
  margin-top: 6px;
  display: inline-block;
  letter-spacing:0.1px;
  line-height: 1;
}


.custom-footer-group .custom-footer-three-column-group .custom-column2  em {
  margin-top:5px;
}

.custom-footer-group .custom-footer-three-column-group .custom-column1 p:last-child em {
  margin:2px 0 0;
}


.custom-footer-group .custom-footer-three-column-group .custom-column2 {
  margin-left: 1%;
}

.custom-footer-group .custom-footer-three-column-group .custom-column3 {
  margin-left: 0.5%;
}

.custom-footer-group .custom-footer-three-column-group .custom-column2 table tr td em {
  margin-top:0;
}
.csm-home-page .main-content {
  background-color: transparent !important;
}
@-moz-document url-prefix() {
  .custom-footer-group .custom-footer-three-column-group em {
    letter-spacing:0;
  }
}


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


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


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

/* Child List */

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

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }



  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    position: relative;
    line-height: 1em;
    display: block;
    z-index: 5;
    margin-top: 8px;
    margin-right:10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 2px;
    padding: 0;
    transition: background-color 0.2s linear;
    border-radius: 8px 8px 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    background-color: #314071;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    font-size: 1.1em;
    z-index: 100;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    min-height: 42px;
    line-height: 37px;
    text-decoration:none;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    display: block;
    outline: none;
    width: auto;
    padding: 0 14px;
    border-radius: 5px;
    color: #fff;
    transition: background 0.2s linear;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 37px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span{
    padding-right: 22px;
  }



  .custom-menu-primary .hs-menu-wrapper {
    float:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a span .daddyicon {
    background-image: url(//cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/list-arrows-light.png);
    width: 8px;
    height: 7px;
    position: absolute;
    right: 7px;
    top: 15px;
    padding: 0;
    background-position: 0 -356px;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    border-radius: 5px;
    transition: background 0.2s linear;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a span.daddyicon {
    background-image: url(//cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/list-arrows-light.png);
    background-position: 95% -87px;
    background-repeat: no-repeat;
    padding: 7px;
    display: block;
    width: auto;
    border-radius: 5px;
    transition:0s !important;
    position: absolute;
    right: 12px;
    top: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background: #314071;
    border: 1px solid #222;
    box-shadow: 0 2px 3px rgba(0,0,0,0.6);
    padding: 10px 0;
    border-radius: 3px;
    margin-top: -58px;
    min-width: 184px;
    transition: .3s !important;
    height: 0;
    border-top:0;
    margin-left: -2px;
    margin-right: 0;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul ul { 
    background: #314071;
    border: 1px solid #222;
    box-shadow: 0 2px 3px rgba(0,0,0,0.6);
    padding: 10px 0;
    border-radius: 3px;
    min-width: 180px;
    width:0;
    min-width:0;
    max-width:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:hover > ul {
    width:180px;
    min-width: 180px;
    max-width: 100%;
    transition: .3s !important;
  } 

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    margin-top:0;
    height:auto;
  }

  .hs-blog-post .body-container-wrapper {
    overflow-y: hidden;
  }



  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    display: block;
    background-position: 6px 17px;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    margin:0 5px 0 0;
    text-transform: uppercase;
    font-weight: bold ;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 3px 5px 3px;
    height: auto;
    display: block;
    font-size: 1em;
    line-height: 100%;
    font-weight: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; 
    white-space:normal !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li a > span {
    padding: 7px;
    display: block;
    width: auto;
    border-radius: 5px;
    transition: background 0.2s linear;
    font-size:13px;
    line-height:1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a > span,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a > span,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover > span {
    background-color: #fff;
    color: #000;
  }

  .custom-footer-three-column-group .custom-column1.column {
    padding-left:3px;
  }



  .blog .body-container-wrapper {
    overflow-y: hidden;
  }

}



.mobile-icon {
  display: none;    /* Hide button on Desktop */
  cursor: pointer;  /* Mouse pointer type on hover */
  position: fixed;
  height: 50px;
  width: 50px;
  font-size: 50px;
  z-index:999999;
  background: rgba(0, 0, 0, 0.5);
  top:0;
  left:0;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 29px;
  left: -2px;
}

.mobile-icon  span {
  width: 30px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color:#eeeeee;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display:block;

}

.mobile-icon span.first {
  margin-top: -15px !important;
  margin-bottom: 4px;
}

.mobile-icon  span.third {
  margin-top:4px;
} 



/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 27px 20px 10px;
  float: right;
  position: relative;
  height: 25px;
  width: 25px !important;
}


/* Menu Styles on Mobile Devices
========================================================================== */  

@media (min-width: 768px) {
  .custom-menu-group .page-center {
    max-width: 1140px !important;
  }
  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    justify-content: space-around;
    margin-right: 0;
  }

}

@media (min-width: 768px) and  (max-width: 820px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    font-size: 1em;
}
}

@media (max-width: 767px) {

  body, html {
    height: 100%;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  body{
    overflow-x: hidden;
  }
  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{}

  /* Provide spacing for the menu ul  clear: both;*/
  .custom-menu-primary .hs-menu-flow-horizontal > ul {

  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    width: 300px !important; 
    z-index: 1000;
    top: 0;
    left:-100% !important;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: -webkit-linear-gradient(top, #222D4F, #141A2E);
    background: -moz-linear-gradient(top, #222D4F, #141A2E);
    background: -ms-linear-gradient(top, #222D4F, #141A2E);
    background: -o-linear-gradient(top, #222D4F, #141A2E);
    background: linear-gradient(top, #222D4F, #141A2E);
    z-index: -1;
  }


  .show-mobile-nav .custom-menu-primary {
    left: 0 !important;
    overflow-y: auto;
    height: 100vh !important;
    overflow-x:hidden;
    z-index: 9999999;
  }

  .mobile-icon {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .show-mobile-nav .mobile-icon {
    left:300px;
  }

  #site-wrapper:after {
    -webkit-transition:0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transition:  0.5s ease 0s;
    transition:  0.5s ease 0s;
    content: "";
    width: 100%;
    height: 100%;
    background: red;
    z-index: 9;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(68, 68, 68);
    opacity:0;
    z-index: 99999;
    visibility: hidden;


  }

  .show-mobile-nav #site-wrapper:after {
    opacity: 0.2;
    z-index: 99999;
    visibility: visible;
  }

  .show-mobile-nav .mobile-icon span.second {
    opacity:0;
  } 

  .show-mobile-nav .mobile-icon span.first {
    -o-transform: rotateZ(45deg) translate3d(.11em, .11em, 0);
    -ms-transform: rotate(45deg) translate(.11em, .11em);
    -moz-transform: rotateZ(45deg) translate3d(.11em, .11em, 0);
    -webkit-transform: rotateZ(45deg) translate3d(.11em, .11em, 0);
    transform: rotateZ(45deg) translate3d(.11em, .11em, 0);
  }

  .show-mobile-nav .mobile-icon  span.third {
    -o-transform: rotateZ(-45deg) translate3d(.11em, -.11em, 0);
    -ms-transform: rotate(-45deg) translate(.11em, -.11em);
    -moz-transform: rotateZ(-45deg) translate3d(.11em, -.11em, 0);
    -webkit-transform: rotateZ(-45deg) translate3d(.11em, -.11em, 0);
    transform: rotateZ(-45deg) translate3d(.11em, -.11em, 0);
  } 

  /* Set Link Colors */


  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul li {
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul li a {
    font-family: 'Roboto Condensed',Arial, Helvetica;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    padding: 7px 15px 7px 15px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a {
    padding-left:25px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a {
    padding-left:35px;
  }

  .custom-menu-primary .hs-menu-flow-horizontal > ul li.active-branch > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul li.active > a,
  .custom-menu-primary .hs-menu-flow-horizontal > ul li a:hover {
    background-color: rgba(218, 230, 233, 0.40);
  }


}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
  display:table;
  width:100%;
}


.post-header.post h2, 
.post-header h2 a {
  margin: 0px 0px 15px 0px;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #323232;
  text-decoration: none;
}

.hs-blog-header {
  margin-bottom:30px;
}
.blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
  margin: 15px 0;
  padding: 15px;
  display:block;
}


.hs-blog-header h1 {
  margin: 0 0 5px 0;
  font-size: 45px;
  line-height: 45px;
  font-weight: normal;
  color: #323232;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #1D2541;
  border-bottom: 1px solid #1D2541;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-header-group{
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
}

/* 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 {
  padding: 30px 0 0;
  border-top: 1px solid #E1E1E2;
  margin-top:30px;
}

.blog-listing-wrapper .post-listing .post-item:first-child {
  padding-top:0;
  margin-top:0;
  border-top:0;
}

div.pos-date {
  height: 34px;
  width: 34px;
  margin-right: 10px;
  color: #ffffff;
  background: #333435;
  float: left;
}
div.pos-date span.month {
  margin: 3px 3px 0px 3px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ffffff;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.pos-date span.day, div.pos-date span.month {
  display: block;
  text-align: center;
}
div.pos-date span.day {
  margin-top: 1px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
}

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

.blog-post-wrapper .post-body a:hover {
  text-decoration:underline;
}

/* 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;
  margin: 0px 15px 12px 0px;
  float: left;
}

/* Read More Link */
a.more-link {
  display:block;
  margin: 22px 0px 0px 0px;
  position:relative;
  color: #314071;
  font-weight:bold;
}

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

a.more-link:after {
  content: " »";
  font-size: 14px;
}

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

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

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

.no-comments {
  border: 0 none !important;
  margin: 0 !important;
}

.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 {
  text-align:center;
}
.blog-pagination a {
  font-weight: bold;
  margin: 0 1px;
  color:#314071;
  opacity:1;
}

.blog-pagination a:hover {
  color: #ccc;
  opacity:1;
}
.blog-pagination a.active {
  font-weight:normal;
  margin:0 3px;
  color: #1D2541;
}

.blog-pagination a.active:after {
  content: "]";
  width: 1px;
  height: 100%;
  display: inline-block;
}

.blog-pagination a.active:before {
  content: "[";
  width: 1px;
  height: 100%;
  display: inline-block;
  margin-right:3px;
}
.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 Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.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 {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  max-width:500px;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition:border linear 0.2s, box-shadow linear 0.2s;
  -o-transition:border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition:border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition:border linear 0.2s, box-shadow linear 0.2s;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -o-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -ms-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

/* Error */
.hs-error-msgs label {
  color:red;
}

.hs_error_rollup ul {
  list-style:none !important;
  padding-left:0 !important;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  -o-text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  -ms-text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  -moz-text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
  font-weight: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition:background-position 0.1s linear;
  -o-transition:background-position 0.1s linear;
  -ms-transition:background-position 0.1s linear;
  -webkit-transition:background-position 0.1s linear;
  -moz-transition:background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


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

.child-trigger {
  display:none;
}
.divheight .csm-main-content {
  /*height: 250px;*/
}
.divheight .custom-main-tabber-inner {
  /*height: 800px;*/
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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

/* =========================== Two Column Right Start=============================== */
.csm-two-column-right-page .body-container .page-center {
  background: transparent !important;
  padding: 0px !important;
  border-radius: 0 !important;
  max-width:960px !important
}
.csm-two-column-right-page .body-container .main-content {
  background-color: #fff;
  border: medium none;
  border-radius: 5px;
  color: #1D2541;
  padding: 15px;
  margin: 0px 10px 15px;
  width: 73%;
}
.csm-two-column-right-page.new-lay .body-container .main-content{
  width: 70%;
}
.csm-two-column-right-page .body-container .main-content p {
  font-size: 12px;
  line-height: 1.2em;
}
.csm-two-column-right-page .body-container .custom-right-sidebar {
  margin-left: 10px;
  margin-right: 10px;
  width: 22.7%;
  padding: 15px;
  padding-right: 13px;
}
.csm-two-column-right-page.new-lay .body-container .custom-right-sidebar {
  width: 25.7%;
  padding-top:0;
}
.custom-sidebar-menu .hs-menu-flow-horizontal > ul {
  display: block;
}

.custom-sidebar-menu .hs-menu-flow-horizontal > ul a {
  max-width: 100% !important;
}
.custom-sidebar-menu {
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  background: #222D4F;
  background: -webkit-linear-gradient(top, #222D4F, #141A2E);
  background: -moz-linear-gradient(top, #222D4F, #141A2E);
  background: -ms-linear-gradient(top, #222D4F, #141A2E);
  background: -o-linear-gradient(top, #222D4F, #141A2E);
  background: linear-gradient(top, #222D4F, #141A2E);
}
.custom-sidebar-menu .hs-menu-flow-horizontal > ul {
  padding: 0px;
}
.custom-sidebar-menu .hs-menu-flow-horizontal > ul >li {
  display: block;
  float: none !important;
}
.custom-sidebar-menu .hs-menu-flow-horizontal > ul >li >a {
  font-family: 'Roboto Condensed',Arial, Helvetica;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-shadow: none;
  line-height: normal;
  padding: 7px 15px 7px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: block;
}
.custom-sidebar-menu .hs-menu-flow-horizontal > ul >li >a:hover {
  background-color: rgba(218, 230, 233, 0.40);
}
.custom-right-content .hs_cos_wrapper_type_custom_widget {
  margin-right: -10px;
}
.csm-contact-page iframe {
  border: none;
}
.custom-right-content .hs_cos_wrapper_type_rich_text {
  margin: 15px 0px;
  margin-right: -12px;
  display: block;
  text-align:center;
}
p.csm-red-btn {
  text-align: center;
  padding: 30px 0px 0px;
}
p.csm-red-btn a {
  color: rgb(255, 255, 255);
  background-color: rgb(148, 35, 50);
  border: rgb(255, 255, 255);
  border-radius: 3px;
  margin: 2px 0px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  display: inline-block;
  height: 26px;
  line-height: 28px;
  padding: 0 18px;
  cursor: pointer;
  text-indent: 0!important;
  width: auto;
}
.csm-two-column-right-page .body-container .row-number-1 .page-center {
  position: relative;
}
.csm-two-column-right-page .body-container .row-number-1 .page-center:after {
  content: "";
  position: absolute;
  height: calc(100% + 30px);
  width: 1px;
  top: -15px;
  border-right: 1px solid #37383e;
  right: 24.8%;
}
.csm-two-column-right-page.new-lay .body-container .row-number-1 .page-center:after{
  display:none;
}
.csm-need-assistance a:hover img {
  content: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/Hurley_Helphover.png) !important;
}
img[align="left"] {
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
}
.csm-two-column-right-page .body-container .main-content a {
  font-weight: bold;
}
img[align="right"] {
  margin-bottom: 5px;
  margin-left: 15px;
  float: right;
  margin-top: 5px;
}

/*=======================Tabber=========================*/
.csm-gray-outer-wrapper {
  border-radius: 10px;
  padding: 10px;
  background: rgb(102,102,102);
  background: -moz-linear-gradient(left, rgba(102,102,102,1) 0%, rgba(204,204,204,1) 40%, rgba(204,204,204,1) 60%, rgba(102,102,102,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,102,102,1)), color-stop(40%,rgba(204,204,204,1)), color-stop(60%,rgba(204,204,204,1)), color-stop(100%,rgba(102,102,102,1)));
  background: -webkit-linear-gradient(left, rgba(102,102,102,1) 0%,rgba(204,204,204,1) 40%,rgba(204,204,204,1) 60%,rgba(102,102,102,1) 100%);
  background: -o-linear-gradient(left, rgba(102,102,102,1) 0%,rgba(204,204,204,1) 40%,rgba(204,204,204,1) 60%,rgba(102,102,102,1) 100%);
  background: -ms-linear-gradient(left, rgba(102,102,102,1) 0%,rgba(204,204,204,1) 40%,rgba(204,204,204,1) 60%,rgba(102,102,102,1) 100%);
  background: linear-gradient(to right, rgba(102,102,102,1) 0%,rgba(204,204,204,1) 40%,rgba(204,204,204,1) 60%,rgba(102,102,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 );
}
.csm-gray-outer-wrapper > div {
  background: #fff;
  border-radius: 10px;
}
.csm-gray-outer-wrapper img {
  border-radius: 10px;
}
.csm-gray-outer-wrapper.left {
  width: 33%;
}
.csm-gray-outer-wrapper.right {
  margin-left: 2%;
  width: 64.8%;
}
.csm-gray-outer-wrapper.right p {
  margin: 0;
  color: #074984;
  padding: 10px;
}





/*tabber*/
.custom-main-tabber-wrapper {
  border-radius: 5px;
  background-color: rgba(228, 234, 238, 1);
  padding: 5px 5px 5px 5px;
  border: none;
  margin-top:20px;
}
.custom-main-tabber-inner {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.csm-main-image {
  text-align: center;
}
.csm-main-content {
  padding: 0px 15px 77px;
  margin-bottom: 10px;
  overflow-y: auto;
}
.button_red {
  text-align: center;
}
.button_red a {
  border-radius: 3px;
  background: #942332 !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.4) inset;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  padding: 5px 10px !important;
  margin: 0 auto !important;
  color: #fff !important;
  text-align: center !important;
  display: inline-block;
  font-family: 'PT Sans',Arial, Helvetica;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal !important;
  font-style: normal;
  text-decoration: none;
  text-shadow: 0 1px 1px #000000;
  margin-left: 10px !important;
}
.button_red a:first-child {
  margin-left: 0px !important;
}
.csm-tabber {
  position: relative;
  display: block !important;
}
.tabber-list-wrap {
  display: block !important;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  height: 106px;
  overflow-x: auto;
  margin: 0 auto !important;
}
.csm-tabber ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  position: absolute;
  z-index: 6;
  left:0px;
  right:0px;
  margin:0 auto;
}
.csm-tabber ul li {
  display: inline;
  margin: 1px 1px 0px 0px;
  padding: 0%;
  cursor: pointer;
}
.csm-tabber ul li img {
  max-width: 122px;
}
.custom-main-tabber {
  background: -moz-linear-gradient(top, #474747, #474747);
  background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#474747));
  background: -webkit-linear-gradient(top, #474747,#474747);
  background: -o-linear-gradient(top, #474747,#474747);
  background: -ms-linear-gradient(top, #474747,#474747);
  background: linear-gradient(top, #474747,#474747);
  width: 100% !important;
  height: 35px;
  border: 1px solid #373737;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.40) inset;
  position: absolute;
  z-index: 51;
  bottom: 0px;
}
/*ARROWS*/
.main_thumb_arrow {
  position: absolute;
  width: 12%;
  height: 100%;
  max-width: 36px;
  background-color: rgba(240,240,240,0.6);
  cursor: pointer;
  z-index: 13;
  opacity: .8;
  top:0px;
  border-right: 1px solid rgba(255,255,255,0.6);
}
.main_thumb_arrow:hover{
  opacity: .95;
}
.main_thumb_arrow.left {
  right: 0px;
}
.main_thumb_arrow.right {
  left: 0px;
}
.main_thumb_left_arrow_child {
  width: 100%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/right_arrow.png) no-repeat center center;

}
.main_thumb_right_arrow_child {
  width: 100%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/left_arrow.png) no-repeat center center;
}
.custom-main-tabber{
  display:block !important;
}
.custom-main-tabber .arrow_left,
.custom-main-tabber .arrow_right{
  content:"";
  width: 22px;
  height: 22px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
  margin: 5px; 
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  float:left;
  cursor: pointer;
  z-index:3;
}

.custom-main-tabber .arrow_left{
  background: url('//cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/arrow-right.png') no-repeat center center;
  float:right;
  background-color: #474747;
  background-color: rgba(71, 71, 71, 1);
  position: relative;  
  z-index:3;

}

.custom-main-tabber .arrow_left:active,
.custom-main-tabber .arrow_right:active{
  background-position: 51% 51%;
  box-shadow: 2px 2px 5px rgba(0,0,0, 0.2) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: background 150ms ease-out;
  -moz-transition: background 150ms ease-out;
  -ms-transition: background 150ms ease-out;
  -o-transition: background 150ms ease-out;
  transition: background 150ms ease-out;    
}
.custom-main-tabber .arrow_right{
  background: url('//cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/arrow-left.png') no-repeat center center;
  background-color: #474747;
  background-color: rgba(71, 71, 71, 1);
  position: relative;
  z-index: 100;
  z-index:3;
  pointer-events: none;
}
.custom-main-tabber.click .arrow_right {
  pointer-events: all;
}
.custom-main-tabber ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  left: 30px;
  width: 90%;
  -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;;
}
.custom-main-tabber ul li {
  float: left;
  white-space:nowrap;
  cursor: pointer;
  -webkit-transition: background 400ms ease-out, color 400ms ease-out;
  -moz-transition: background 400ms ease-out, color 400ms ease-out;
  -ms-transition: background 400ms ease-out, color 400ms ease-out;
  -o-transition: background 400ms ease-out, color 400ms ease-out;
  transition: background 400ms ease-out, color 400ms ease-out;
  margin: 5px 4px 5px 4px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 1px rgba(255, 255, 255, 0.1);
  line-height: 22px;
  font-family: 'Open Sans';
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 1px #000000;
  padding: 0px 10px;
  -webkit-font-smoothing: antialiased;
}
.custom-main-tabber ul li:hover,
.custom-main-tabber ul li.active{
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #104f88 url('//www.hurleyengineering.com//modules/mod_smartslider/cache/138/3a148dd963c400880a92c9b0c9e0fb62.png') repeat-x;
  background: -moz-linear-gradient(top,  #297dc9,  #104f88);
  background: -webkit-gradient(linear, left top,  left bottom, from(#297dc9), to(#104f88));
  background: -webkit-linear-gradient(top, #297dc9,#104f88);
  background: -o-linear-gradient(top, #297dc9,#104f88);
  background: -ms-linear-gradient(top, #297dc9,#104f88);
  background: linear-gradient(top, #297dc9,#104f88);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.4) inset;
  border-radius: 3px 3px 3px 3px;
}
.csm-tabber-group {
  right: -100%;
  position: absolute;
  width: 100%;
  top: 0px;
  transition: right 250ms ease;
  visibility: hidden;
  opacity: 0;
  margin-bottom:40px;
}
.csm-tabber-group.main-section {
  right: 0;
  transition: right 250ms ease;
  visibility: visible;
  opacity: 1;
}
.custom-main-tabber ul.slide_left {
  right: 0;
  left:auto;
  transition: all .2s ease;
  background: #474747;
}
.custom-main-tabber ul.slide_right {
  left: 30px !important;
  transition: all .2s ease;
}

.custom-main-tabber:before {
  content: "";
  width: 30px;
  height: 34px;
  display: block;
  position: absolute;
  background: #474747;
  z-index: 2;
  left: -1px;
}
.custom-main-tabber:after {
  content: "";
  width: 30px;
  height: 34px;
  display: block;
  position: absolute;
  background: #474747;
  z-index: 2;
  right: -1px;
}
.csm-main-content .content p {
  padding: 0px 0px 15px;
  margin: 0px;
}
.csm-main-content .content p + p {
  padding-top: 15px;
}
.hs-custom-tabber-group {
  border-radius: 5px;
  background-color: #282828;
  background-color: rgba(40, 40, 40, 1);
  height: 371px;
  padding: 5px 5px 5px 5px;
  border: none;
  max-width: 612px;
  margin: 20px auto 0px;
}
.hs-custom-tabber-inner {
  max-width: 602px;
  height: 361px;
  border-radius: 3px;
  border: 1px solid rgb(40, 40, 40);
  overflow: hidden;
  position: relative;
}
.hs-custom-tabber-inner.custom-main-tabber-inner .custom-main-tabber {
  bottom: auto;
  top: 0px;
}
.hs-custom-tabber-inner.custom-main-tabber-inner .csm-tabber-group{
  top:60px;
}
.onlybackground {
  height: 300px;
  background-size: contain; /* added by HS SUPPORT 7/19 */
  background-repeat: no-repeat;
  background-position: center; 
}
.hs-custom-tabber-inner .custom-main-tabber ul li span.numbering {
  float: left;
  font-family: 'Open Sans';
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0px 1px #000000;
  margin-right: 0px;
  text-align: center;
  background: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/f9763bed9933354b574097cafa0de0e7.png) no-repeat center center;
  display: block;
  height: 22px;
  width: 19px;
  line-height: 22px;
}

.hs-custom-tabber-inner .custom-main-tabber ul li span.title {
  font-family: 'Open Sans';
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 1px #000000;
  margin: 0px 8px;
}

.hs-custom-tabber-inner .custom-main-tabber ul li:hover span.numbering, .custom-main-tabber ul li.active span.numbering {
  background: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/7ba6997b04b69cd5e275e248b3fefb3c.png) no-repeat center center;
}

.hs-custom-tabber-inner .custom-main-tabber ul li:hover, .hs-custom-tabber-inner .custom-main-tabber ul li.active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #0d70cb url(http://hurleyengineering.com//modules/mod_smartslider/cache/189/1f58a32….png) repeat-x;
  background: -moz-linear-gradient(top, #309dff, #0d70cb);
  background: -webkit-gradient(linear, left top, left bottom, from(#309dff), to(#0d70cb));
  background: -webkit-linear-gradient(top, #309dff,#0d70cb);
  background: -o-linear-gradient(top, #309dff,#0d70cb);
  background: -ms-linear-gradient(top, #309dff,#0d70cb);
  background: linear-gradient(top, #309dff,#0d70cb);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(255, 255, 255, 0.4) inset;
  border-radius: 3px 3px 3px 3px;
}


.csm-one-col-with-background {
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  max-width: 237px;
  margin: 0 auto !important;
}

.custombox2 {
  border: 1px solid #fff;
  padding: 0 5px;
}

.custombox2 h5 {
  text-transform: uppercase;
  font-size: 100%;
  color: #fff;
}

.custombox2 p {
  margin: 15px 0px;
  text-align: center;
}










/* =========================== Two Column Right End =============================== */


/* =========================== Home Page=============================== */

.csm-home-page.csm-two-column-right-page .body-container .main-content{
  background-color: transparent;
  padding-top: 0px;
}
.csm-home-gallery .hs_cos_gallery_main {
  padding: 0px;
  margin-left: -5px;
  margin-right: -7px;
}
.csm-home-gallery .hs_cos_gallery_main ul.slick-dots {
  top: -38px;
  margin: 0px;
}
.csm-home-gallery .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 19px;
}
.csm-home-gallery .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 11px;
  width: 11px !important;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border: 2px solid #de2929;
  border-radius: 50%;
  background: #de2929;
}
.csm-home-gallery .slick-dots li button:before {
  position: absolute;
  top: 3px;
  left: -1.2px;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px !important;
  line-height: 7px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.csm-home-gallery .slick-dots li button:hover:before {
  opacity: 0;
}
.csm-home-gallery slick-dots li.slick-active button:hover:before{
  opacity: 1;
}
.csm-home-gallery .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.csm-home-gallery .hs_cos_gallery_main button.slick-arrow:before {
  display: none !important;
}
.csm-home-gallery .hs_cos_gallery_main button.slick-arrow {
  position: absolute;
  display: block;
  width: 29px;
  height: 31px;
  background-repeat: no-repeat;
  border: 0;
  z-index: -1;
}
.csm-home-gallery .hs_cos_gallery_main:hover button.slick-arrow{
  z-index: 30;
}

.csm-home-gallery .hs_cos_gallery_main button.slick-next.slick-arrow {
  background-image: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/right.png);
  top: 81.80597%;
  right: 6.9117647058824%;
}
.csm-home-gallery .hs_cos_gallery_main button.slick-next.slick-arrow:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/right_hover.png);
}

.csm-home-gallery .hs_cos_gallery_main button.slick-arrow.slick-prev {
  background-image: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/left.png);
  top: 81.80597%;
  left: 6.9117647058824%;
}
.csm-home-gallery .hs_cos_gallery_main button.slick-arrow.slick-prev:hover{
  background-image: url(https://cdn2.hubspot.net/hubfs/4260356/HurleyEngineering_March2018/Images/left_hover.png);
}
.custom-home-row-3 {
  margin: 0px -15px !important;
  float: none !important;
  width: auto !important;
  border-top: 1px solid #fff;
  margin-top: 15px !important;
  padding-top: 15px;
}
.csm-home-bottom-content,
.custom-bottom-group{
  margin: 0px -15px !important;
  float: none !important;
  width: auto !important;
}
.csm-home-bottom-content{
  padding-top: 70px;
}
.custom-home-row-3 .custom-row3-left {
  width: 60%;
}
.custom-home-row-3 .custom-row3-right {
  width: 40%;
  margin-left: 0px !important;
}
.custom-bottom-group {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 15px !important;
}
.custom-bottom-right {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  background: rgb(201,10,54);
  background: -moz-linear-gradient(top, rgba(201,10,54,1) 0%, rgba(5,0,1,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,10,54,1)), color-stop(100%,rgba(5,0,1,1)));
  background: -webkit-linear-gradient(top, rgba(201,10,54,1) 0%,rgba(5,0,1,1) 100%);
  background: -o-linear-gradient(top, rgba(201,10,54,1) 0%,rgba(5,0,1,1) 100%);
  background: -ms-linear-gradient(top, rgba(201,10,54,1) 0%,rgba(5,0,1,1) 100%);
  background: linear-gradient(to bottom, rgba(201,10,54,1) 0%,rgba(5,0,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90a36', endColorstr='#050001',GradientType=0 );
}
.custom-bottom-right .hs_cos_wrapper_type_rich_text {
  border: 1px solid #fff;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  display: block;
}
.custom-bottom-right .hs_cos_wrapper_type_rich_text h3 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0px;
  line-height: 1.4em;
}
.custom-bottom-right .hs_cos_wrapper_type_rich_text p a {
  color: #fff;
}

.custom-right-content * {
  color: #fff;
}

.custom-header-group img {
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
  display: block;
}

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

.no-nav.custom-header-group {
  padding-bottom:10px;
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1130px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    right:0 !important;
    left:auto !important;
  }
  iframe {
    width: 100% !important;
    max-width: 640px;
  }
  table {
    margin-left: 0px !important;
  }

}


@media (max-width: 1024px) {
  .custom-header-logo {
    padding:0 10px;
  }

  .blog .body-container-wrapper {
    padding-left:10px;
    padding-right:10px;
  }

  .blog .blog-sidebar {
    padding:0;
  }
  .csm-two-column-right-page .body-container .custom-right-sidebar{
    width: 23%;
    margin-left: 0;
    margin-right: 0;

  }
  .csm-two-column-right-page.new-lay .body-container .custom-right-sidebar{
    width:26%;
  }
  .csm-home-gallery .hs_cos_gallery_main button.slick-arrow{
    top: auto !important;
    bottom: 37px;
  }
}



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

@media (max-width: 767px) {

  .custom-footer-group .custom-footer-three-column-group .custom-column2 {
    margin-left:0 !important;
    padding-top:32px;
  }
  .custom-header-group {
    padding-bottom:10px;
    padding-top:15px;
  }

  .custom-menu-group {
    background-color:transparent;
  }

  .custom-footer-three-column-group table {
    max-width: 420px;
  }

  .body-container .widget-type-form,.landing-page.one-column .body-container .hs_cos_wrapper_type_form , 
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search, 
  .body-container .widget-type-password_prompt.custom_error_message, 
  .body-container .widget-type-email_simple_subscription {
    display:block;
    margin-bottom:25px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden !important;
    opacity: 1 !important;
    position: absolute !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper.active {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .child-trigger {
    display:block;
  }

  .child-trigger {
    display: block;
    height: auto;
    width: 25px;
    position: absolute;
    background: transparent;
    right: 0;
    top: 6px;
    color: #fff;
    font-size:13px;
    cursor:pointer;
    text-align:center;
  }

  .child-trigger:after {
    content:"+";
  }

  .child-trigger.child-open:after {
    content: "-";
    font-size: 20px;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height:1;
  }

  .blog .blog-sidebar {
    margin-bottom:20px;
  }


  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% !important;
  }

  .blog .blog-sidebar {
    border-left:0 none;
  }

  .blog-sidebar .hs_cos_wrapper.hs_cos_wrapper_widget {
    padding-left:0;
    padding-right:0;
  }
  .csm-two-column-right-page .body-container .row-number-1 .page-center:after{
    display:none !important;
  }
  .csm-two-column-right-page .body-container .custom-right-sidebar,
  .csm-two-column-right-page .body-container .main-content,
  .csm-two-column-right-page.new-lay .body-container .custom-right-sidebar,
  .csm-two-column-right-page.new-lay .body-container .main-content{
    width: 100%;
    margin-left:0;
    margin-right:0; 
  }
  .csm-two-column-right-page .body-container .page-center,
  .body-container .page-center{
    padding:0px 15px !important;
  }

  .csm-two-column-right-page .body-container .custom-right-sidebar{
    padding-left:0;
    padding-right:0;
  }
  .custom-right-content .hs_cos_wrapper_type_rich_text {
    margin-right: 0;
    text-align: center;

  }
  .custom-home-row-3 .custom-row3-left {
    width:100%;
  }
  .custom-home-row-3 .custom-row3-right {
    width: 100%;
    margin-left: 0px !important;
  }
  .csm-gray-outer-wrapper.left {
    width: 100%;
  }
  .csm-gray-outer-wrapper.right {
    margin-left: 0%;
    width: 100%;
    margin-top:10px
  }
  .csm-home-gallery .hs_cos_gallery_main button.slick-arrow{
    top: auto !important;
    bottom: 37px;
  }
  .button_red a {
    margin-left: 0px !important;
    margin-bottom:10px !important;
  }

  .custom-header-group img {
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
    display: block;
  }
}  


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

@media (max-width: 479px) {
  .mobile-icon {
    height: 37px;
    width: 45px;
  }

  .mobile-icon span.first {
    margin-top: -21px !important;
    margin-bottom: 4px;
  }
  img[align="left"] {
    margin-right: 0px;
    margin-bottom:10px;
    float: none !important;
    display:block;
  }
  img[align="right"] {
    margin-bottom: 10px;
    margin-left: 0px;
    float: none !important;
    margin-top: 10px;
    display:block;
  }
  .csm-home-gallery .hs_cos_gallery_main ul.slick-dots{
    display:none !important;
  }
  .csm-home-gallery .hs_cos_gallery_main button.slick-arrow{
    bottom: 2%;
  }
  .hs-blog-header h1{
    font-size: 28px;
    line-height: 35px;
  }
  iframe {
    height: auto;
  }

}

@media (max-width: 390px) {
  .show-mobile-nav .custom-menu-primary {
    max-width: 80vw;
  }

  .show-mobile-nav .mobile-icon {
    left:80vw;
  }
}