/* ==========================================================================
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('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Lato:400,300,700,900');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,200,300,400,500,600,700,800,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@font-face {
  font-family:ETmodules;
  src: url("//cdn2.hubspot.net/hubfs/4335336/Janus_International_Group_April2018/fonts/ETmodules_v2_4.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/4335336/Janus_International_Group_April2018/fonts/ETmodules_v2_4.ttf") format('truetype'),
    url("//cdn2.hubspot.net/hubfs/4335336/Janus_International_Group_April2018/fonts/ETmodules_v2_4.eot");
  font-weight: normal;
  font-style: normal;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.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: 1200px) {
    .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: #f8f8f8;
  color: #454545;
  font-size: 15px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}
body, input, textarea, select {
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

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

/* ==========================================================================
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 {
  padding-bottom: 1em;
  margin:0px;
} 
p:last-of-type {
  padding-bottom: 0;
}
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}
p, ul, ol, dl, blockquote, td {
  font-weight: 300 ;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
  padding-bottom: 10px;
  color: #071d49;
  font-weight: 500;
  line-height: 1em;
  margin:0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px
}
h3 {
  font-size: 24px ;
  margin-bottom: 1.75%;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a { color: #7774b6;
  text-decoration: none;
}
a:hover, a:focus { text-decoration: none;}

/* Lists */

ul{
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
}
ol{
  padding: 0 0 23px 1em;
}
ul, ol {
  margin-top: 1.75%;
  margin-bottom: 1.75%;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  background-color: rgba(0, 0, 0, 0) ;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) ;
  border-top: 0 ;
  border-right: 0 ;
  border-bottom: 0 ;
  border-left: 0 ;
  color: rgba(0, 0, 0, 0) ;
  height: 1px;
}


/* =============== 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-group {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100% !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 23px;
  z-index: 99999;
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
  position: fixed;
}

.custom-header-top {
  background-color: #071d49;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}

.custom-header-top .page-center {
  padding-top: 9px;
  font-weight: 600;
  line-height: 2.5em;
}
.custom-header-top .custom-top-link {
  float: right;
  margin-left: 10px !important;
  width: auto !important;
}

.custom-top-link .hs_cos_wrapper_type_rich_text > ul {
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  display: block;
  font-weight: 300 !important;
  list-style: none;
  margin: 0px;
  padding: 8px;
  line-height: 1;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li {
  position: relative;
  text-align: right;
  margin-right: 14px;
  display: inline-block;
  word-wrap: break-word;
}

.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li > a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding-bottom: 0.75em;
  font-size: 12px;
  line-height: 30px;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li >ul{
  margin:0px;
  list-style:none;
  width: 220px;
  background-color: #071d49;
  visibility: hidden;
  z-index: 999999;
  opacity: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  padding: 12px 0;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li:hover >ul{
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li:first-child >a {
  padding-right: 20px;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li:first-child >a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ETmodules";
  font-size: 16px;
  font-weight: 800;
  content: "3";
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li >ul li {
  margin: 0;
  padding: 0 24px;
  display: block;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li >ul li a {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 1em;
  font-size: 12px;
  line-height: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  font-weight: 700;
}
.custom-top-link .hs_cos_wrapper_type_rich_text > ul > li:last-child {
  margin-right: 0px;
}
.custom-header-top .custom-google-search {
  border-right: 1px solid #405f71;
  float: right !important;
  margin-right: 10px;
  margin-left: 0px !important;
  width: auto !important;
}
.custom-header-top .custom-google-search form.hs-form {
  margin-right: 11px;
}
.custom-header-top .custom-google-search form.hs-form input[type="text"] {
  border: 0px;
  margin: 0px;
  padding: 7px 15px;
  width: 140px !important;
  color: #4e4e4e;
  background-color: #fff;
  -webkit-appearance: none;
  box-shadow: none !important;
  border-radius: 0px;
  font-size: 11.3px;
  line-height: normal;
  display: inline-block;
  outline:none;
}
.custom-header-top .custom-google-search form.hs-form a.hs-button.primary {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  padding: 1px 6px;
  margin: 0em;
  font: 400 13.3333px Arial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  background: none !important;
  box-shadow: none;
  outline: none;
  align-items: flex-start;
  text-align: center;
  font-size: 0px;
  padding-left:6px;
}
.custom-header-top .custom-google-search form.hs-form a.hs-button.primary:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  text-indent: 0 !important;
  font-size: 14px;
}
.custom-header-top .custom-google-search form.hs-form .input {
  line-height: 1;
  padding-top: 2px;
}
.custom-header-top .custom-header-info {
  width: auto !important;
}
.custom-header-top .custom-header-info p {
  margin: 0px;
  color: #fff;
  padding-bottom: 9px;
  font-size: 12px;
  line-height: 2.5em;   
  font-weight: 600 !important;
}
.custom-header-top .custom-header-info p span {
  margin-right: 13px;
  position: relative;
}
.custom-header-top .custom-header-info p span:before {
  margin-right: 5px;
  margin-left: 15px;
  top: 0;
  content: "\e090";
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.custom-header-top .custom-header-info p a {
  color: #fff !important;
}
.custom-logo {
  padding: 13px 0px 12px 3px;
}
.custom-logo img {
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 49.8%;
  width: 168.58px;
  image-rendering: -webkit-optimize-contrast;
}


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

.body-container-wrapper {
  padding-top: 132px !important;
  margin-top: -1px;
}
.body-container {}

.body-container-wrapper {}
.body-container {}
.custom-banner-section {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-color: #002a41

}
.custom-banner-section .page-center {
  padding: 0px !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.custom-banner-section .header-content-container {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
}
.custom-banner-section .header-content {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.custom-banner-section .header-content h1 {
  color: #fff;
}
hr.whitehr {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1), rgba(0, 0, 0, 0)) !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  color: rgba(0, 0, 0, 0) !important;
  height: 1px;
}
.custom-banner-section .header-content p {
  padding-bottom: 0px;
  line-height: 1.7;
}
.custom-banner-section .header-content span {
  display: block;
}


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


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

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

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

.custom-footer-group .page-center{}
.footer-container-wrapper .custom-js-import {
  min-height: 0;
}
.custom-footer-bottom {
  background-color: #72808a;
  padding: 15px 0 5px;
}
.custom-copyright p {
  color: #c9c9c9;
  font-size: 12px;
  margin: 0px;
  text-align: center;
  font-weight: 300;
  padding-bottom: 10px;
}
.custom-footer-top h3 {
  color: #959ca1;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 18px;
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 0px;
}
.custom-footer-top .span4 {
  width: 24.875%;
  margin-bottom: 5.5%;
  margin-right: 5.5%;
  margin-left: 0px !important;
}

.custom-footer-top .span4:last-child {
  margin-right: 0px !important;
}

.custom-footer-top .span4:first-child {
  padding-right: 15px;
  padding-left: 15px;
  width: 33.3333%;
  margin-right: 8%;
}
.custom-footer-form form{
  padding-bottom: 107px;
}
.custom-footer-form form .hs-form-field > label {
  display: none;
}
.custom-footer-form form  .input {
  padding: 5px;
  padding-right: 2px;
}
.custom-footer-form form .input input {
  width: 100%!important;
  margin: 0!important;
  box-shadow: none!important;
  font-size: 1em;
  line-height: 1.2142em;
  padding: .67861429em 1em;
  font-size: 14px;
  background: #FFF;
  border: 1px solid rgba(34,36,38,.15);
  color: rgba(0,0,0,.87);
  border-radius: .28571429rem;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color .1s ease,border-color .1s ease;
  transition: color .1s ease,border-color .1s ease;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.custom-footer-form form .input input:focus {
  color: rgba(0,0,0,.95);
  border-color: #85B7D9;
  border-radius: .28571429rem;
  background: #FFF;
  box-shadow: 0 0 0 0 rgba(34,36,38,.35) inset;
  outline: none;
}
.custom-footer-form form .input input::-webkit-input-placeholder {
  color: rgba(191,191,191,.87);
}
.custom-footer-form form .input input:hover::-webkit-input-placeholder {
  color: rgba(115,115,115,.87);
}
.custom-footer-form form input.hs-button.primary.large {
  border-radius: 30px !important;
  background: rgba(34,34,34, 1);
  border: 1px solid #959ca1 !important;
  color: #959ca1;
  font-weight: bold;
  /* font: inherit; */
  font-size: 16.8px;
  margin: 0px;
  text-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 .25em 0 0;
  padding: .78571429em 1.5em;
  text-transform: none;
  text-shadow: none;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: auto;
}
.custom-footer-form form ul.hs-error-msgs.inputs-list li label {
  white-space: normal;
  background: #FFF!important;
  border: 1px solid #E0B4B4!important;
  color: #9F3A38!important;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  vertical-align: baseline;
  padding: .5833em .833em;
  text-transform: none;
  font-weight: 700;
  border-radius: .28571429rem;
  margin-left: 5px !important;
}
.custom-footer-form form .actions {
  padding: 5px;
}
.custom-footer-form form .hs-form-field {
  margin-bottom: 0px;
}
.custom-footer-form form input.hs-button.primary.large:hover {
  background: rgba(0,0,0,0.2);
  color: #fff;
}
.custom-footer-menu .hs-menu-flow-vertical > ul {
  font-weight: 300;
}
.custom-footer-menu .hs-menu-flow-vertical > ul > li {
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
}
.custom-footer-menu .hs-menu-flow-vertical > ul > li:last-child {
  margin-bottom: 0px;
}
.custom-footer-menu .hs-menu-flow-vertical > ul > li > a {
  color: #959ca1;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
}
.custom-footer-menu .hs-menu-flow-vertical > ul > li > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  float: right;
}
.custom-footer-menu,
.custom-footer-contact{
  margin-bottom: 26.348%;
}
.custom-footer-menu .hs-menu-flow-vertical > ul > li > a:hover {
  color: #7774B6;
  text-decoration: none;
}
.social-links {
  font-size: 0;
  list-style:none;
  list-style: outside none none;
  margin-top: 2px;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 300
}
.social-links li {
  position: relative;
  margin: 0 7px 5px 0 !important;
  font-size: 14px;
  display: inline-block;
}
.social-links li a{
  color: #959ca1;
  border: 1px solid #e7e7e7;
  text-decoration: none;
  border-radius: 100%;
  background-color: transparent;
  border-color: #777777;
  position: relative;
  transition: color 0.4s ease 0s;
  z-index: 1;
  font-size: 14px;
  display: block;
  height: 40px;
  text-align: center;
  width: 40px;
}
.social-links li a i {
  line-height: 40px;
}
.social-links.animated-effect-1 li a:after {
  background-color: #7482bf;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(1.4);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, background-color 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.social-links.animated-effect-1 li a:hover{
  color: #fff;
}
.social-links.animated-effect-1 li a:hover:after{
  opacity: 1;
  transform: scale(1);
  transition: transform 0s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s;
}
.social-links.animated-effect-1 li.facebook a:hover{
  border-color: #3b5998;
}
.social-links.animated-effect-1 li.facebook a:hover:after{
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.social-links.animated-effect-1 li.twitter a:hover{
  border-color: #55acee;
}
.social-links.animated-effect-1 li.twitter a:hover:after{
  background-color: #55acee;
  border-color: #55acee;
  color: #fff;
}
.social-links.animated-effect-1 li.linkedin a:hover{
  border-color: #0976b4;
}

.social-links.animated-effect-1 li.linkedin a:hover:after{
  background-color: #0976b4;
  border-color: #0976b4;
  color: #fff;
}
.social-links.animated-effect-1 li.googleplus a:hover{
  border-color: #dd4b39;
}
.social-links.animated-effect-1 li.googleplus a:hover:after{
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.social-links.animated-effect-1 li.youtube a:hover{
  border-color: #b31217;
}
.social-links.animated-effect-1 li.youtube a:hover:after{
  background-color: #b31217;
  border-color: #b31217;
  color: #fff;
}
.custom-footer-contact ul {
  font-weight: 300;
  list-style: outside none none;
  padding: 0;
  margin: 0px;
}

.custom-footer-contact ul li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 14px;
  padding: 5px 0;
  color: #959ca1;
  line-height:25px;
}

.custom-footer-contact ul li i {
  color: #7774B6;
  min-width: 25px;
  text-align: center;
}

.custom-footer-contact ul li  span {
  padding-left: 30px;
}

.custom-footer-contact ul li:last-child {
  margin-bottom: 0px;
}
.custom-footer-contact ul {
  font-weight: 300;
  list-style: outside none none;
  padding: 0;
  margin: 0px;
}
.custom-footer-contact ul li {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 14px;
  padding: 5px 0;
  color: #959ca1;
}
.custom-footer-contact ul li i {
  color: #7774B6;
  min-width: 25px;
  text-align: center;
}
.custom-footer-contact ul li  span {
  padding-left: 30px;
}
.custom-footer-contact ul li:last-child {
  margin-bottom: 0px;
}
.custom-footer-info p {
  margin-bottom: 11.64%;
  margin-top: 0px;
  padding-bottom: 8px;
}
.custom-footer-info span {
  color: #959ca1;
  font-size: 14px;
}
.custom-footer-info blockquote {
  border-left: medium none;
  display: inline-block;
  font-size: 16px;
  margin: 20px auto;
  padding: 10px 25px;
  position: relative;
  font-weight: 300;
}
.custom-footer-info blockquote:after {
  color: #cdcdcd;
  content: "“";
  font-family: "PT Serif",serif;
  font-size: 36px;
  height: 25px;
  left: 0;
  line-height: 36px;
  position: absolute;
  top: 12px;
  width: 25px;
}
.custom-footer-top .page-center > .row-fluid-wrapper {
  padding: 6% 0 0;
}
.custom-header-top .custom-google-search form.hs-form a.hs-button.primary:hover {
  color: #7E7BBA;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float: right;
  padding: 31px 0 0 0;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  padding-right: 12px;
  font-size: 14px;
  float: none !important;
  line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding-bottom: 35px;
  padding-right: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #454545;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ETmodules";
  font-size: 16px;
  font-weight: 800;
  content: "3";
}

/* 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:1201px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 28px;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 24px;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    width: 240px;
    border-top: 3px solid #7774b6;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
    position: relative;
    line-height: 2em;
    border-bottom: 1px solid #f6f6f6;
    padding: 3px 0px 3px 0px;
    word-wrap: break-word;
    width: 100% !important;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-transform: capitalize;
    width: 240px;
    padding: 6px 20px;
    white-space: normal !important;
    text-decoration: none;
    font-weight: normal;
    color: #454545;
    display: block !important;
    position: relative;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
    top: 6px;
    right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li ul.hs-menu-children-wrapper {
    top: -23px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #7774b6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
    color: #7774b6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.active-branch > a{
    color: #7774b6;
  }


}
@media screen and (min-width:981px) {}

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

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

@media (max-width: 1200px){

  /* 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: -48px;
    right: 6px;
    width: auto;
    height: auto;
    font-size: 16px;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

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

  /* 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: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #7774b6; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */


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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100%!important;
    height: 35px !important;
    padding: 0 !important;
    z-index: 22;
    color: #454545;
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    padding: 25px 5px 25px 5px;
    border-top: 3px solid #7774b6;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .child-trigger:hover + a,
  .child-trigger:hover{
    opacity: 0.7;
  }
  .child-trigger:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 16px;
    content: '7';
    top: 13px;
    right: 10px;
  }
  .child-trigger.child-open:after {
    content: '6';
  }
  .custom-menu-primary .hs-menu-wrapper >  ul > li > a{
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 6px 3%;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display:block;
    font-size: 14px;
    line-height:23px;
    color: #454545;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li.hs-item-has-children > a{
    font-weight: bold;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f013";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    font-weight: 300;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    display:none;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    background-color: transparent;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 6px 3%;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0;
    font-weight: 300;
    font-size: 14px;
    padding: 4px 1%;
  }


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


/* ==========================================================================
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, h2.post-listing-simple {}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

/* 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 {
  margin-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

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

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

.comment-body {
  border-bottom: medium none;
  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;
}

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

#comment-form {
  margin: 15px 0;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.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 {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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

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

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

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

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

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}
.post-header h2.entry-title {
  margin-top: 30px;
}
.post-header h2.entry-title a {
  color: inherit;
}
body.blog {
  background: #fff;
}
p.post-meta {
  color: #666;
  font-size: 15px;
  margin-bottom: 6px;
}
.hs-blog-listing .post-body p {
  font-size: 15px;
  color: #666;
}
.hs-blog-listing .blog-content {
  width: 73.625%;
  margin-right: 5.5%;
}

.hs-blog-listing .blog-sidebar {
  width: 20.875%;
  margin-left: 0px !important;
}
.custom-recent-post h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.custom-recent-post ul {
  padding: 0;
  line-height: inherit;
  list-style: none;
  margin: 0px;
}
.custom-recent-post ul li {
  margin-bottom: 0.5em;
}

.custom-recent-post ul li a {
  color: #666;
}
.custom-recent-post ul li a:hover {
  color: #7774b6;
}
.blog-pagination a.next-posts-link {
  float: right;
}
.blog-pagination a.previous-posts-link {
  float: left;
}

.hs-blog-post .custom-section {
  padding: 0px;
}
.hs-blog-post .custom-section .page-center {
  padding-top: 58px;
}

.csm-no-nav .custom-header-top {
  min-height: 48px !important;
}

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


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

/* Form Field */
.hs-form-field {
  margin-bottom:10px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 5px;
}
.hs-form-required {
  font-weight: 500;
  padding-left: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  color: #777777;
  padding: 11px 10px;
  position: relative;
  vertical-align: inherit;
  border: 1px solid #e1e1e1;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  margin: 0;
  max-width: 100%;
  font-size: 11.3333px;
  line-height: normal;
  width:100% !IMPORTANT;
  outline:none;
}

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: #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
}

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

/* Separate Styles for Drop Downs */
select {
  height:37px;
}
select:focus {}

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  background: rgba(0, 42, 65, 1) linear-gradient(to bottom, #002A41 100%, #002A41 100%) repeat scroll 0 0;
  border: 1px solid #002A41;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  padding: 7px 31px;
  text-shadow: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  vertical-align: inherit;
  text-align: center;
  margin-bottom: 10px;
  outline:none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: rgba(119, 116, 182, 1) linear-gradient(to bottom, #7774B6 100%, #7774B6 100%) repeat scroll 0 0;
  border: 1px solid #7774B6;
  color: #ffffff;
}

.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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{}


.body-container ul li{}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #ff0000;
}

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

.hs-error-msgs.inputs-list{
  margin: 0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
}
input.hs-input.error{
}

input.hs-input.error:focus{
}
.hs_error_rollup .hs-error-msgs.inputs-list{
  padding:0px;
  list-style: none;
}
.subscription-template .subscribe-options {
  overflow: visible;
}
.csm-mobile{
  display:none !important;
}
/* Styles that do not fit into any of the available sections above can go here. */


.custom-two-column-left-image .csm-col {
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.custom-two-column-left-image .csm-left {
  width: 29.666%;
  margin-right: 5.5%;
}
.custom-two-column-left-image .csm-left > div {
  margin-bottom: 1.75%;
}
.custom-two-column-left-image .csm-right {
  width: 64.833%;
}
.csm-full-width-page .custom-row1 {
  margin-bottom: 11px;
}
.csm-two-col-left-heading .csm-col {
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.csm-two-col-left-heading .csm-left {
  margin-right: 5.5%;
  width: 20.875%;
}

.csm-two-col-left-heading .csm-right {
  width: 73.625%;
}

.csm-two-col-left-heading .csm-col > div {
  margin-bottom: 1.75%;
}

.csm-two-col-left-heading .csm-right h3 a {
  color: inherit;
}
.csm-two-col-left-heading .csm-right p:last-of-type {
  padding-bottom: 0px;
}
a.small-button.smallpurple {
  font-weight: bold !important;
  font-size: 12px;
  color: #653e9a;
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 26px;
  margin: 15px 5px 8px 0;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 1) linear-gradient(to bottom, #ffffff 100%, #ffffff 100%) repeat scroll 0 0;
  border: 1px solid #e2e2e2;
}
a.small-button.smallpurple:hover {
  color: #563386;
}
.custom-full-width-with-background a {
  color: inherit;
}
.custom-two-column-left-image .csm-right p:last-of-type,
.custom-two-column-left-image .csm-right div > :last-child{
  padding-bottom: 0;
}
.list-icons li, .list li {
  padding: 5px 0;
}
.custom-three-col-top-image .csm-col {
  width: 29.666%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.custom-three-col-top-image .custom-col3.csm-col {
  margin-right: 0px;
}
.custom-three-col-top-image .custom-col-content {
  font-size: 13px;
  line-height: 1.5em;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 1.75%;
}
.custom-three-col-top-image .csm-col-image {
  margin-bottom: 30px;
  text-align: center;
}
.custom-three-col-top-image  .csm-col-container {
  min-height: 360px;
  padding: 40px;
}
.custom-three-col-top-image .csm-col-container h3 a {
  color: inherit;
}
.custom-three-col-top-image .csm-col-container p {
  line-height: 1.5em;
  padding-bottom: 0;
}
.custom-two-col-button .csm-col {
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.custom-two-col-button .csm-col.custom-col4 {
  margin-right: 0px;
}
.custom-two-col-button .csm-col > div {
  font-size: 18px;
  margin-bottom: 1.75%;
}
.csm-gallery-item {
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}

.csm-gallery-item:last-child {
  margin-right: 0;
}

.csm-gallery-image {
  margin-bottom: 10px !important;
  margin-left: 0;
  position: relative;
}

.csm-gallery-image span.et_overlay.et_pb_inline_icon {
  background-color: rgba(0,0,0,0.5);
  border: none;
}
.et_overlay {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.csm-gallery-image:hover span.et_overlay.et_pb_inline_icon {
  z-index: 3;
  opacity: 1;
}
.csm-gallery-image span.et_overlay.et_pb_inline_icon:before {
  content: attr(data-icon);
  color: #fff;
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -14px 0 0 -14px;
  font-size: 32px;
  content: "\e050";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.csm-gallery-image:hover span.et_overlay.et_pb_inline_icon:before {
  top: 50%;
}
.hs-product-gallery .custom-row1 p {
  font-size: 18px;
}
body.csm-securguard-page {
  background: #fff;
}
.csm-door-replacement-program-page .custom-section2,
.csm-guidelines--page .custom-section2{
  background-color: #ffffff;
}
.custom-three-column-equal .custom-col {
  width: 29.666%;
  margin-right: 5.5%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.custom-three-column-equal .custom-col > div {
  margin-bottom: 1.75%;
}

.custom-three-column-equal .custom-col:last-child {
  margin-right: 0px;
}

.csm-guidelines--page .custom-row1 hr,
.csm-door-replacement-program-page .custom-row1 hr{
  margin-bottom: 16px;
}
.csm-two-col-equal .csm-col {
  width: 47.25%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.csm-two-col-equal .custom-col1 {
  margin-right: 5.5%;
}
.csm-case-studies-page .custom-section1 {
  background-color: #ffffff;
}
ul.articleslist li {
  list-style-type: none;
  margin-bottom: 25px;
}
ul.articleslist li a {
  color: #454545;
  font-size: 18px;
}
.csm-full-header .page-center.main-content {
  padding-bottom: 23px;
  padding-top: 58px;
}
.csm-full-header  h1.entry-title.main_title {
  margin-bottom: 20px;
}
.csm-full-header .left-area {
  padding-right: 5.5%;
  width: 79.125%;
}
.csm-full-header .page-center.main-content:before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
  right: 20.875%;
}
.csm-full-header {
  background: #fff;
}
.csm-thanks-page .custom-section.custom-section1 {
  background: #fff;
}

.custom-section-header {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  margin-bottom: 1.75%;
}
.custom-advanced-video-group .custom-advanced-video-item {
  width: 47.25%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
}
.custom-advanced-video-group .custom-advanced-video-item:nth-child(odd) {
  margin-right: 5.5%;
}
.custom-advanced-video-group .custom-advanced-video-item > div {
  margin-bottom: 1.75%;
}
.custom-advanced-video-group {
  background: #fff;
}
.csm_video_box {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 0;
}

.csm_video_box .fluid-width-video-wrapper {
  padding-top: 56.2963%;
  width: 100%;
  position: relative;
  display: block;
}
.fluid-width-video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.csm_video_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.custm-video {
  position: relative;
}
.csm_video_overlay_hover {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.et_pb_video_play {
  margin-top: -3rem;
  margin-left: -3rem;
  font-size: 6rem;
  line-height: 6rem;
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  color: #fff;
}
a.et_pb_video_play:before {
  font-family: "ETmodules";
  content: "\49";
}
.csm_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.6);
}
.csm-securguardapp-page .custom-section2,
.csm-securguardapp-page .custom-section3{
  background-color: #222222;
  color: #ffffff !important;
}
.csm-securguardapp-page .custom-section2 h2,
.csm-securguardapp-page .custom-section3 h2{
  color: #ffffff !important;
}
.page-center.csm-content-wrapper .span4 {
  width: 29.666%;
  float: left;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-right: 5.5%;
  margin-left: 0px !important;
}
.page-center.csm-content-wrapper .span4:last-child {
  margin-right: 0px;
}
.csm-two-column-left-icon {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

.custom-two-column-left-wrapper {
  margin-bottom: 1.75%;
  padding-bottom: 20px;
}

.custom-two-column-left-wrapper .csm_main_blurb_image {
  display: table-cell;
  width: 32px;
}

.custom-two-column-left-wrapper .csm_blurb_container {
  padding-left: 15px;
  display: table-cell;
  vertical-align: top;
}
.csm_main_blurb_image span.csm-icon.et-pb-icon-circle {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  opacity: 1;
  padding: 8px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  font-size: 16px;
  color: #2cb2d3;
  background-color: #ffffff;
}
.csm_blurb_container h4 {
  color: #fff;
  padding-bottom: 5px;
}
.page-center.csm-content-wrapper .span4 .hs_cos_wrapper_type_module:last-child .custom-two-column-left-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.custom-one-col-content {
  margin-bottom: 1.75%;
}
.custom-one-col-content ul {
  padding-bottom: 0;
}
.custom-accordion-item{
  background-color: #72808a;
  margin-bottom: 1.75%;
  padding: 20px;
  border: 1px solid #d9d9d9;
}
.csm_toggle_title{
  position: relative;
  padding: 0 50px 0 0;
  cursor: pointer;
  color: #ffffff
}
.csm_toggle_title:before{
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  color: #ccc;
  font-size: 16px;
  content: "\e050";
}
.csm_toggle_content{
  margin-top: 20px;
  word-wrap: break-word;  
  color: #454545;	
  font-size: 15px;
}
.custom-about-section1 {
  background-color: #ffffff;
  text-align: center;
}

.custom-about-section1 h2 {
  margin-bottom: 1.75%;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.custom-about-section1 hr {
  margin-bottom: 38px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}

.custom-about-section1 p {
  font-size: 18px;
  margin-bottom: 1.75%;
}

.custom-full-width-with-background {
  background-color: #050e0d;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-full-width-with-background .cum-content {
  margin-bottom: 1.75%;
  font-size: 18px;
  text-align: center;
}

.custom-full-width-with-background h2 {
  color: #fff;
  text-transform: uppercase;
}

.custom-full-width-with-background hr {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
  margin-bottom: 38px;
}

.custom-full-width-with-background h3 {
  color: #fff;
}
.custom-about-section3 {
  background: #fff;
}


.custom-about-section3-row1 h2 {
  text-align: center;
  margin-bottom: 1.75%;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.custom-about-section3-row1 hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 38px;
}

.custom-about-section3-row1 p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.75%;
}

.custom-about-section3 span.csm-icon.et-pb-icon-circle {
  color: #ffffff;
  background-color: #7774b6;
}

.custom-about-section3 h4 {
  color: #333333;
}
.custom-about-section3 .page-center.csm-content-wrapper .span4 .hs_cos_wrapper_type_module:last-child .custom-two-column-left-wrapper {
  margin-bottom: 1.75%; 
  padding-bottom: 20px; 
}
.custom-about-section4-row1 {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 40px;
}
.custom-about-section4-row1 h2 {
  margin-bottom: 1.75%;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0px;
}.custom-accordion-item.accordion-open {
  background: #fff;
}
.custom-accordion-item.accordion-open h5.csm_toggle_title {
  color: #333333;
}
.custom-accordion-item.accordion-open h5.csm_toggle_title:before {
  display: none;
}
.custom-about-section4-row1 hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 38px;
}
.custom-accordion-item.accordion-open {
  background: #fff;
}
.custom-accordion-item.accordion-open h5.csm_toggle_title {
  color: #333333;
}
.custom-accordion-item.accordion-open h5.csm_toggle_title:before {
  display: none;
}
.custom-about-section .custom-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.affiliations .custom-section.hs-tab-sec.hs-tab-sec2 {
  background: transparent;
}
.social-links {
  padding-bottom: 0px;
}
a#back-to-top {
  box-sizing: border-box;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  position: fixed;
  z-index: 99999;
  right: -40px;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

a#back-to-top:before {
  content: "2";
}

a#back-to-top.top-visible {
  right: 0px;
}
.custom-securguard-section2 {
  background-color: #222222;
  color: #fff;
}

.custom-securguard-section2 h2 {
  text-align: center;
  color: #fff;
}

.custom-securguard-section2 p {
  text-align: center;
  margin-bottom: 1.75%;
}
.custom-securguard-section2 .csm_blurb_container p {
  text-align: left;
  margin-bottom: 0px;
}
.custom-securguard-section2 .custom-two-column-left-wrapper {
  padding-bottom: 0px;
}
.custom-securguard-section2 .csm_main_blurb_image span.csm-icon.et-pb-icon-circle {
  color: ##00adee;
  background-color: #ffffff;
}
.banner-with-image img {
  width: 100%;
}

body.csm-video-page {
  background: #fff;
}

/* style1 */

.hs-products-menu-bg {
  background-color: #6274b6;
  margin-bottom: 1.75%;
  text-align: center;
  color: #fff;
}

.hs-products-menu-bg .page-center {
  padding: 0 !important;
}

.hs-products-menu .hs-menu-wrapper>ul {
  display: block;
  padding: 28px 0 0;
  line-height: 1.7em;
}

.hs-products-menu .hs-menu-wrapper>ul>li {
  padding-left: 24px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  float: none !important;
  border-bottom: 3px solid transparent;
}

.hs-products-menu .hs-menu-wrapper>ul>li.active-branch {
  border-bottom: 3px solid #000000;
  font-weight: 700;
}

.hs-products-menu .hs-menu-wrapper>ul>li>a {
  color: #fff;
  padding-bottom: 29px;
  word-wrap: break-word;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hs-products-menu .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hs-products-menu .hs-menu-wrapper>ul ul {
  display: none !important;
}

.hs-storage-products-section1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-products-section1-content .hs_cos_wrapper_type_rich_text > h2 {
  margin-bottom: 1.75%;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}

.hs-products-section1-content hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 38px;
  margin-top: 0;
}

.hs-products-section1-content{
  font-size: 18px;
}

.hs-products-section1-content ul {
  padding-bottom: 1em;
}

.hs-products-section1-content p:last-of-type {
  padding-bottom: 0;
}

.hs-order-kits .page-center {
  width: 100% !important;
  display: flex;
}

.custom-three-col-top-image.hs-order-kits .csm-col {
  display: flex;
}

.hs-order-kits {
  padding-top: 27px;
}

.hs-order-kits .csm-col-image img {
  height: 212px;
  width: auto;
}

.hs-order-kits .csm-col-container {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 1px;
}

.hs-order-kits .csm-col-container h4 {
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.custom-three-col-top-image.hs-order-kits  .csm-col-image {
  margin-bottom: 38px;
}

.hs-order-kits .csm-col-container ul {
  font-size: 15px;
  margin: 0;
  padding-bottom: 23px;
}

.hs-order-kits .csm-col-container p {
  font-size: 15px;
  line-height: 1.7em;
}


.hs-order-kits .small-button.smallblue {
  color: #2b63a8;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 26px;
  box-shadow: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  margin: 15px 5px 8px 0;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 1) linear-gradient(to bottom, #ffffff 100%, #ffffff 100%) repeat scroll 0 0;
  border: 1px solid #e2e2e2;
}

.hs-order-kits .small-button.smallblue:hover {
  color: #23528c;
}

.custom-three-col-top-image.hs-order-kits .custom-col-content {
  padding-bottom: 1.75%;
  margin-bottom: 0;
}

.hs-order-kits-form-title {
  text-align: center;
}

.hs-order-kits-form-title hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 38px;
}

.hs-order-kits-form-title p {
  margin-bottom: 1.75%;
}

.hs-order-kits-form .hs-richtext .ninja-forms-required-items{
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 0 !important;
}

.hs-order-kits-form .hs-richtext .ninja-forms-req-symbol {
  color: #ff0000;
}

.ninja-forms-field {
  padding-bottom: 30px !important;
}

.hs-order-kits-form .hs-form-field > label {
  display: inline-block;
  width: 120px;
  font-weight: 300;
  margin-bottom: 5px;
}

.hs-order-kits-form .input {
  width: 80%;
  display: inline-block;
  margin-left: 11px;
}

.hs-order-kits-form .hs-form-required {
  font-weight: 500;
  padding-left: 4px;
}

.hs-order-kits-form .hs-input {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  color: #777777;
  padding: 11px 10px;
  position: relative;
  vertical-align: inherit;
  border: 1px solid #e1e1e1;
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
  margin: 0;
  max-width: 100%;
  font-size: 11.45px;
  line-height: normal;
  width:  100% !important;
}
.hs-order-kits-form .hs-input:focus::-webkit-input-placeholder { color:transparent; }
.hs-order-kits-form .hs-input:focus {
  border-color: #999999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  outline: 0px;
}

.hs-order-kits-form .hs-form-field {
  margin-bottom: 10px;
}

.hs-order-kits-form .hs-error-msgs {
  padding-left: 131px !important;
}

.hs-order-kits-form .hs-richtext hr {
  margin: 15px 0 25px;
}

.hs-order-kits-form .hs_how_many_kits_would_you_like_to_purchase_.hs-form-field > label {
  width: 100%;
  display: block;
}

.hs-order-kits-form .hs_how_many_kits_would_you_like_to_purchase_ .input,
.hs-order-kits-form .hs-form-field.hs_accessories_height .input,
.hs-order-kits-form .hs-form-field.hs_accessories_width .input,
.hs-order-kits-form .hs-form-field.hs_accessories_length .input,
.hs-order-kits-form .hs-form-field.hs_how_many_indoor_door_kit_would_you_like_to_purchase_ .input,
.hs-order-kits-form .hs-form-field.hs_how_many_outdoor_kits_would_you_like_to_purchase_ .input,
.hs-order-kits-form .hs-form-field.hs_outdoor_kit_height .input,
.hs-order-kits-form .hs-form-field.hs_outdoor_kit_width .input,
.hs-order-kits-form .hs-form-field.hs_outdoor_kit_length .input,
.hs-order-kits-form .hs-form-field.hs_outdoor_height .input,
.hs-order-kits-form .hs-form-field.hs_outdoor_width .input,
.hs-order-kits-form .hs-form-field.hs_outdoor_length .input{
  margin-left: 0;
  width: 100%;
}

.hs-order-kits-form select.hs-input {
  height: 40px;
}

.hs-order-kits-form .hs-form-field.hs_accessories > label,
.hs-order-kits-form .hs-form-field.hs_accessories_height > label,
.hs-order-kits-form .hs-form-field.hs_accessories_width > label,
.hs-order-kits-form .hs-form-field.hs_accessories_length > label,
.hs-order-kits-form .hs-form-field.hs_how_many_indoor_door_kit_would_you_like_to_purchase_ > label,
.hs-order-kits-form .hs-form-field.hs_how_many_outdoor_kits_would_you_like_to_purchase_ > label,
.hs-order-kits-form .hs-form-field.hs_outdoor_kit_height > label,
.hs-order-kits-form .hs-form-field.hs_outdoor_kit_width > label,
.hs-order-kits-form .hs-form-field.hs_outdoor_kit_length > label,
.hs-order-kits-form .hs-form-field.hs_outdoor_height > label,
.hs-order-kits-form .hs-form-field.hs_outdoor_width > label,
.hs-order-kits-form .hs-form-field.hs_outdoor_length > label{
  display: block;
  width: auto;
}

.hs-order-kits-form .hs-form-field.hs_accessories .input {
  margin: 0;
}

.hs-order-kits-form .hs-form-field.hs_accessories ul.input-list {
  margin: 0;
}

.hs-order-kits-form input[type="checkbox"] {
  margin: 3px 12px 3px 4px;
  display: inline-block;
  width:  auto !important;
}

.hs-order-kits-form .hs-form-field ul.inputs-list {
  margin: 0 !important;
}

.hs-order-kits-form .hs-form-field ul.inputs-list li {
  margin-bottom: 9px;
}

.hs-order-kits-form .hs_accessories.hs-form-field {
  margin-bottom: 0;
}

.hs-order-kits-form .hs-richtext p {
  padding-bottom: 20px;
}

.hs-order-kits-form textarea.hs-input {
  min-height: 200px;
}

.hs-order-kits-form .hs_error_rollup .hs-error-msgs {
  padding-left: 0 !important;
  padding-bottom: 15px !important;
}

.hs-location-section1 {
  background: #fff;
  padding-top: 50px;
}

.hs-location-page .body-container {
  background: #fff;
}


.qm-container-inner, .doing-stage, .result-test-stage { z-index: 9; margin: 24px 0 48px 0; }
.mapify-popOver strong{
  font-weight: 400; font-size:24px;
  line-height: 1em; display: block;
  margin-bottom: 10px; color: #000;
}
.mapify-popOver{ color: #999; font-size: 14px; height: 130px; }
.mapify-popOver-content{
  position: relative; top:50%;
  transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.mapify-popOver.customPopOver{ background: #09f; }

/* Custom hovering style */
.mapify-hover{ fill:rgba(0,0,0,0); stroke: #fff; stroke-width: 0; }
.customHover{ fill:#09f; stroke: #fff; stroke-width: 0; }


.hs-location-section2-flexi hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 38px;
}

.hs-location-wrapper {
  padding: 27px 0 0;
}

.hs-location-inner-col p {
  position: relative;
  padding-left: 19px;
  padding-bottom: 5px;
}

.hs-location-inner-col p i {
  position: absolute;
  left: 0;
  top: 4px;
}

.hs-location-col {
  width: 20.875%;
  margin-right: 5.5%;
  float: left;
}

.hs-location-col:nth-child(4n) {
  margin-right: 0;
}

.hs-location-inner-col p.title {
  padding-left: 0;
}

.hs-location-section2 {
  padding-bottom: 27px;
}

.hs-location-inner-col h4 b {
  font-style: italic;
}

.hs-location-col.highlighted .hs-location-inner-col {
  background-color: rgba(149,156,162,0.3);
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.hs-location-col.highlighted .hs-location-inner-col p{
  padding-bottom:0px;
}
.hs-smartunit-page  .body-container {
  background: #ffff;
}

.hs-smartunit-section1-flexi *:last-child {
  padding: 0;
}

.hs-smartunit-section1-flexi h2 {
  margin-bottom: 1.75%;
}

.full-width-content .page-center {
  padding: 0 !important;
}

.full-width-content {
  padding: 50px 0;
}

.full-width-content .header-content {
  margin-right: 6%;
  padding: 10px;
  padding-left: 0;
}

.full-width-content .header-content p {
  padding: 0;
}

/* styl1 end */
/* --------------------------Tabber Group-------------------------- */

.hs-tabber-inner-wrap {
  border: 1px solid #d9d9d9;
  margin-bottom: 1.75%;
}

.hs-tabber-inner-wrap>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #72808A;
  border-bottom: 1px solid #d9d9d9;
}

.hs-tabber-inner-wrap>ul>li {
  display: block;
  float: left;
  position: relative;
  z-index: 11;
  max-width: 100%;
  height: 100%;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px !important;
  text-align: center;
  line-height: 2em;
}

.hs-tabber-inner-wrap>ul>li.active {
  background-color: #fff;
}
.hs-tabber-inner-wrap>ul>li:last-child {
  border-right: 0;
}
.hs-tabber-inner-wrap>ul>li>a {
  display: table-cell;
  padding: 4px 30px 4px;
  color: #666;
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  line-height: 2em !important;
}

.hs-tabber-inner-wrap>ul:after {
  content: '';
  display: block;
  clear: both;
}

.hs-tabber-inner-wrap>ul>li.active>a {
  color: #333;
}

.hs-tabs-wrapper {
  background: #fff;
  padding-top: 34px;
}

.hs-tabs-wrapper .hs-tabs {
  padding: 24px 30px;
  word-wrap: break-word;
  line-height: 2em;
  display: none;
}
ul.hs-list-icons {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin: 0;
  margin-top: 1.75%;
  margin-bottom: 1.75%;
}
.hs-tabs ul.hs-list-icons {
  margin: 0;
}
ul.hs-list-icons li {
  padding: 5px 0;
}
ul.hs-affiliationslist {
  margin: 15px 0;
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: none;
}

ul.hs-affiliationslist li {
  list-style-type: none;
  margin-bottom: 7px;
  padding: 0;
}
.hs-tabber-inner-wrap>ul:after {
  display: block;
  visibility: visible;
  position: relative;
  z-index: 9;
  top: -1px;
  border-top: 1px solid #d9d9d9;
  content: "";
}
.hs-tab-sec2 {
  background:  #fff;
}
.hs-bottom-pane.custom-section {
  padding-top:0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.hs-tabs table {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
  text-align: left;
}
.hs-tabs table tr th {
  border-top: 1px solid #eee;
  padding: 6px 24px;
  color: #555;
  font-weight: bold;
}
.hs-tabs table tr td {
  line-height: 1.3em;
  border-top: 1px solid #eee;
  padding: 6px 24px;
}
.hs-table-wrapper {
  max-width:  100%;
  overflow-x: auto;
}

.hs-table-wrapper>table {
  min-width: 500px;
}
.hs-dl-horizontal {
  margin: 0 0 1.5em 0;
  font-weight: 300 !important;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
.hs-section-header-top .hs-img-title>h3 {
  padding: 0;
}

.hs-full-width.custom-section .hs-text {
  margin-bottom: 1.75% !important;
}

.hs-full-width.custom-section hr {
  margin-bottom: 1.75% !important;
}
.hs-tabber-wrapper .page-center>h2 {
  padding:  0;
  margin-bottom: 1.75% !important;
}
.hs-full-width.custom-section h3+p {
  padding-bottom: 25px;
  margin-bottom: 1.75%;
}
.hs-tabs-wrapper .hs-tabs ul.hs-affiliationslist {
  margin: 15px 0;
}
/********** Home **********/


.hs-home-section1 h2 {
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 1.75%;
}
.hs-home-section1 hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 37px;
  margin-top: 0;
}
.hs-home-section1 {
  font-size: 18px;
  background: #fff;
}

.hs-home-section1  p {
  margin-bottom: 1.75%;
}
.hs-home-page .one-col-with-bg.et_pb_section {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
  background-color: rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.one-col-with-bg.et_pb_section .span3.columns {
  width: 20.875%;
  margin-right: 5.5%;
  margin-left: 0;
  color:#fff;
}

.one-col-with-bg.et_pb_section .span3.columns:last-child {
  margin-right: 0;
}

.one-col-with-bg.et_pb_section .columns {
  text-align: center;
}

.one-col-with-bg.et_pb_section .columns .image {
  margin-bottom: 25px;
}
.one-col-with-bg.et_pb_section .columns h3 {
  color: #fff;
  padding-bottom: 0;
}
.one-col-with-bg.et_pb_section .columns p {
  margin-bottom: 25px;
}

a.hs-transparent-btn {
  color: #ffffff;
  display: inline-block;
  padding-right: 2em;
  padding-left: 0.7em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 25px;
  margin-bottom: 1.75%;
  font-weight: 500;
  line-height: 1.7em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
a.hs-transparent-btn:hover {
  padding: 0.3em 2em 0.3em 1em;
  color: #333333;
  background: #ffffff;
  border: 1px solid #fff;
}
a.hs-transparent-btn:after {
  content: '9';
  font-size: 16px;
  font-family: "ETmodules";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 4px;
  opacity: 1;
  line-height: 1.7em;
}
.one-col-with-bg .hr-space {
  margin: 10px 0 18px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
  height: 1px;
}

.hs-home-page .one-col-with-bg.et_pb_section .row2 .columns {
  width: 47.25%;
  margin: 0 auto;
  float: none;
}
.one-col-with-bg .row2 .hr-space {
  margin: 15px 0 16px;
  background-color: #fff;
  background-image: none;
  height: 1px;
}

.three-col-equal-with-content .inner-wrapper > div {
  text-align: center;
  padding: 25px;
  margin-left: 0;
}
.three-col-equal-with-content .inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dark-blue {
  background-color: #002a41;
  color: #fff;
}
.dark-blue h3{
  color: #fff;
}
.three-col-equal-with-content .inner-wrapper > div p {
  margin-bottom: 1.75%;
  font-size: 18px;
}
.hs-home-section3.et_pb_section {
  background-color: #ffffff;
}
.hs-home-section3 .hs-section3-row3 .three-col-equal-with-content .inner-wrapper > div{
  padding:0;
  text-align:center;
}
.hs-home-section3 .hs-section3-row3 .three-col-equal-with-content h4{
  text-transform:uppercase;
  padding-bottom: 25px;
}
.hs-home-section3-row2 .page-center {
  padding-bottom: 0 !important;
}
.hs-home-section3-row2 .page-center > div {
  margin-bottom: 1.75%;
}

.hs-full-width-section1.et_pb_section {
  background-color: #ffffff;
}
.hs-full-width-section1 .hs-section1-form-wrapper {
  padding-top: 40px;
}

.hs-full-width-section1 .hs-section1-form-wrapper .hs-form-field > label {
  display: block;
  width: 100%;
}
.hs-full-width-section1 .hs-section1-form-wrapper input.hs-button.primary.large {
  margin-bottom: 1.75%;
}
.hs-full-width-section1 .hs-section1-form-wrapper .hs-form-required{
  display:none;
}
.hs-contact-section1 {
  padding: 50px 0;
}
.hs-contact-section1 .hs-section1-form-wrapper h3 {
  font-size: 28px;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 37px;
}
.hs-contact-section1 .hs-section1-form-wrapper h3:after {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field > label {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
  width: 100px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}

.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input {
  width: 300px;
  float: left;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input select.hs-input{
  padding: 0.2em 22px 0.2em 0.3em;
  background: #fff url(https://cdn2.hubspot.net/hubfs/4335336/Janus_International_Group_April2018/images/arrow-down-bk.png) center right no-repeat;
  text-indent: 0.01px;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field {
  float: left;
  width: 100%;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input .hs-input {
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 0.2em 0.3em;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-size:13.333px;
  height:auto !important;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input .hs-input:focus{
  outline:none;
  border: 1px solid #8C0005 !important;
}
.hs-contact-section1 .hs-section1-form-wrapper form .hs-richtext {
  padding-bottom: 13px;
}

.hs-contact-section1 .hs-section1-form-wrapper  ul.hs-error-msgs.inputs-list {
  float: left;
  width: 100%;
  padding-left: 100px !important;
}
.hs-contact-section1 .hs-section1-form-wrapper input.hs-button.primary.large {
  color: #fff;
  border: 1px solid #a3bee2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #779dd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#779dd5), to(#5186cb));
  background-image: -webkit-linear-gradient(top, #779dd5, #5186cb);
  background-image: -moz-linear-gradient(top, #779dd5, #5186cb);
  background-image: linear-gradient(to bottom, #779dd5, #5186cb);
  padding: 0.4em 1em;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: normal;
}
.hs-contact-section1 .hs-section1-form-wrapper input.hs-button.primary.large:hover {
  border: 1px solid #45638c;
}
.hs-contact-right-col h3 {
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 7px;
}

.hs-contact-right-col h3:after {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .invalid.error {
  border: 1px solid #8C0005 !important;
}
.hs-contact-section1 .hs-section1-form-wrapper .actions {
  clear: both;
  padding-left: 100px;
}
.hs-contact-right-col p i {
  padding-right: 5px;
}

.hs-contact-right-col p  span.addpadleft {
  padding-left: 20px;
}
.hs-contact-right-col .social-links {
  margin: 20px 0;
  padding-bottom: 23px;
}

.hs-contact-right-col .custom-footer-social.followus {
  margin-top: 1.75%;
}
.hs-contact-right-col .custom-footer-social.followus  .social-links li a{
  height: 30px;
  width: 30px;
  color: #cdcdcd;
  border: 1px solid #e7e7e7;
}
.hs-contact-right-col .custom-footer-social.followus  .social-links li a:hover{
  color:#fff;
}
.hs-contact-right-col .custom-footer-social.followus  .social-links li a i {
  line-height: 30px;
}
.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field > label {
  display: block;
  float: none;
  width:100%;
}
.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field > label {
  display: block;
  float: none;
}
.hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 13px;
  line-height: 1.2em;
  max-width: 17em;
  padding: 0.4em 0.6em !important;
  text-shadow: #901100 0 -1px 0;
  float: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
}
.hs_error_rollup {
  margin-bottom: 10px !important;
}
.hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list {
  position: static;
  z-index: 99;
  color: #bf0000;
  padding-left: 0px !important;
  right: -121px;
  bottom: -34px;
}
.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list {
  right: -81px;
}
.csm-contact--page .hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list {
  padding-left: 100px !important;
}
.hs-contact-section1 .hs-section1-form-wrapper .hs-form-field {
  position: relative;
}
.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input input[type="checkbox"] {
  width: 15px;
  min-height: 15px !important;
  line-height: 1.2em;
  font-size: 1em;
  opacity: 0;
  padding: 0px !important;
  margin: 0px;
}

.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -1.5em;
  line-height: 1em;
  background-color: #fff;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #aeb0b6;
  border-radius: 2px;
  top: 5px;
}

.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input input[type="checkbox"] + span {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  margin-left: 4px;
}

.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field li.hs-form-checkbox {
  position: relative;
  line-height: 1.5;
}

.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input input[type="checkbox"]:checked + span:before {
  content: "\2713 ";
  text-align: center;
  color: #000;
}

.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper input.hs-button.primary.large {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3b5ca0;
  border-color: #2d477b #2d477b #263c68;
  background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}


.csm-request-quote-page .hs-contact-section1 .hs-section1-form-wrapper input.hs-button.primary.large:hover {
  background: #5677b9;
  border-color: #2d477b #2d477b #263c68;
  background-image: -webkit-linear-gradient(to bottom, #3b5ca0, #5677b9 49%, #3b5ca0);
  background-image: -moz-linear-gradient(to bottom, #3b5ca0, #5677b9 49%, #3b5ca0);
  background-image: -o-linear-gradient(to bottom, #3b5ca0, #5677b9 49%, #3b5ca0);
  background-image: linear-gradient(to bottom, #3b5ca0, #5677b9 49%, #3b5ca0);
}
.csm-popup-form-group.hs-contact-section1 {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  padding-right: 0px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50px;
  z-index: 99999;
  outline: 0;
}

.custom-popup-form.hs-section1-form-wrapper {
  width: 600px !important;
  margin: 0px auto !important;
  position: relative;
  float: none !important;
}

.custom-popup-form.hs-section1-form-wrapper > div {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.custom-popup-form.hs-section1-form-wrapper > div h3 {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4286px;
  padding: 15px 15px 15px 15px;
  background-color: #7482bf;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.42857143;
  margin-bottom: 0px;
}

.custom-popup-form.hs-section1-form-wrapper > div h3:after {
  display: none;
}

.custom-popup-form.hs-section1-form-wrapper > div form {
  position: relative;
  padding: 15px;
  padding-left: 25px;
}
button.close {
  border-radius: 20px;
  color: #fff;
  float: right;
  font-size: 16px;
  height: 40px;
  line-height: 1;
  opacity: 1;
  padding: 0;
  position: relative;
  right: 20px;
  top: 10px;
  width: 40px;
  z-index: 10;
  margin-top: -2px;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
}

button.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-backdrop.fade.in {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
body.popup-open {
  overflow: hidden;
}
.csm-securguardapp-page .custom-section1 {
  background: #fff;
}
.csm-full-width-page .csm-right.csm-col ul {
  padding-bottom: 15px;
}
.industrial.operators .custom-two-column-left-image .csm-left > div img {
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}
.hs-tabs-wrapper .hs-tabs ul {
  margin: 0px;
}
td.tdicon {
  width: 100px;
}
.csm-gallery-content {
  text-align: center;
}
.csm-404-page .custom_error_message{
  padding:150px 0px;
  text-align:center;
}
.csm-404-page .custom_error_message hr {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0.9) 70%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  margin-bottom: 38px;
}
.csm-404-page .custom_error_message h2 {
  margin-bottom: 1.75%;
  padding-bottom: 0px;
}
.csm-lp-page .body-container-wrapper {
  padding-top: 131px !important;
}
.error-template a.hs-button.primary {
  margin-top: 20px;
}
form.hs-form fieldset.form-columns-3 .hs-form-field:last-child {
  padding-right: 10px;
}
.body-container-wrapper .widget-type-google_search .hs-button.primary {
  margin-top: 10px;
}
.password-template input.hs-button.primary.large {
  margin-top: 10px;
}
.password-template .custom_error_message p {
  padding-bottom: 10px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 981px) {
  .body-container .page-center{
    padding: 2% 0
  }
  .csm-404-page .custom-section{
    padding:0px;
  }
  .custom-section{
    padding: 50px 0;
  }
  .fixed .custom-logo {
    padding: 11px 0px 10px 3px;
  }
  .fixed .custom-header-group {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  }
  .csm-full-width-page .custom-section1.custom-section {
    padding-bottom: 0px;
  }
  .csm-full-width-page .custom-section2.custom-section {
    padding-top: 0px;
  }
  .csm-guidelines--page .custom-section1.custom-section {
    padding-bottom: 0px;
  }
  .csm-guidelines--page .custom-row-section1.custom-section {
    padding-top: 0px;
  }
  .csm-thanks-page .custom-section.custom-section1 {
    padding: 0px;
  }
  .csm-video-page .custom-section {
    padding: 0px;
  }
  .custom-about-section3-row1.custom-section {
    padding-bottom: 0px ;
  }
  .custom-about-section3-row2.custom-section {
    padding-top: 0px;
  }
  .hs-location-col {
    padding: 2% 0;
  }

  .hs-location-section1 .page-center {
    width: 89% !important;
    max-width: 89% !important;
  }

  .hs-smartunit-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-home-page .et_pb_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hs-home-page .one-col-with-bg.et_pb_section{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .three-col-equal-with-content .inner-wrapper > div {
    width: 29.666%;
    margin-right: 5.5%;
    margin-left: 0;
  }

  .three-col-equal-with-content .inner-wrapper > div:last-child {
    margin-right: 0;
  }
  .hs-full-width-with-form .body-container-wrapper .container-fluid .row-fluid .page-center {
    width: 89%;
    max-width: 89%;
  }
  .hs-blog-post .custom-section .page-center:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 20.875% !important;
  }
}
@media (min-width: 1201px) {
  .fixed .custom-logo img {
    width: 41.4%;
    width: 140.14px;
  }

}
@media (min-width: 1350px) {
  .body-container .page-center{
    padding: 27px 0
  }
  .hs-location-col {
    padding: 27px 0;
  }

}

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

@media (max-width: 1200px) {
  .body-container-wrapper {
    padding-top: 139px !important;
    margin-top: -1px;
  }
  .custom-logo {
    width: 100% !important;
  }
  .custom-logo img{
    width: 182.16px;
  }
  .fixed .custom-logo img {
    width: 168.16px;
  }
  .fixed .custom-logo {
    padding: 13px 0px 10px 3px;
  }
  .csm-desktop{
    display: none !important;
  }
  .csm-mobile{
    display: block !important;
  }

  .custom-header-bottom {
    min-height: 80px !important;
  }
  .hs-products-menu .hs-menu-wrapper>ul>li {
    width: auto;
  }

}
@media (min-width: 981px) and (max-width: 1200px) {
  @media (max-height: 500px) {
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
      height: calc(100vh - 131px) !important;
      overflow-y: auto !important;
    }
  }

}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 980px) {
  .hs-contact-page .hs-contact-section1 .hs-section1-form-wrapper h3 {
    padding-bottom: 0px;
    margin-bottom: 1.75% !important;
  }
  .hs-blog-listing .blog-content,
  .hs-blog-post .blog-content {
    width: 100%;
    margin-right: 0%;
    margin-bottom:30px;
  }
  .hs-order-kits-form .input {
    width: 76%
  }
  .hs-blog-listing .blog-sidebar {
    width: 100%;
  }
  .one-col-with-bg .hr-space{
    display:none;
  }
  .body-container-wrapper {
    padding-top: 127px !important;
    margin-top: -1px;
  }
  .body-container .page-center{
    padding: 30px 0;
  }
  .custom-section{
    padding: 50px 0;
  }
  .custom-footer-top .span4:nth-child(n) {
    width: 46.25% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }
  .custom-footer-top .page-center > .row-fluid-wrapper {
    padding: 8% 0 0;
  }
  .custom-footer-top .span4:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .custom-footer-top .span4:nth-child(2n) {
    margin-right: 0 !important;
  }
  .custom-footer-menu, .custom-footer-contact {
    margin-bottom: 16.21%;
  }
  .custom-footer-form form {
    padding-bottom: 170px;
  }
  .custom-footer-info p {
    margin-bottom: 16.21%;
  }
  .fixed .custom-logo img,
  .custom-logo img{
    width: 123.52px;
  }
  .fixed .custom-logo,
  .custom-logo {
    padding: 19px 0px 15px 4px;
  }
  .custom-header-top .custom-top-link {
    display: none;
  }
  .mobile-trigger{
    top: -47px;
  }
  .custom-header-group{
    position: absolute;
    z-index: 999;
  }

  .custom-two-column-left-image .csm-col,
  .csm-two-col-left-heading .csm-col{
    width: 100% !important;
    margin-right:0px !important;
  }
  .custom-two-column-left-image .csm-left,
  .csm-two-col-left-heading .csm-left{
    text-align: center;
    margin-bottom: 30px;
  }
  .custom-three-col-top-image .csm-col {
    width: 100%;
    margin-bottom: calc(30px + 1.75% );
    background:#fff;
  }

  .custom-three-col-top-image .csm-col-image {
    margin-top: 20px;
  }

  .custom-three-col-top-image .csm-col-container {
    min-height: 160px !important;
    padding: 20px;
  }

  .custom-three-col-top-image .csm-col-container h3 {
    font-size: 18px;
  }

  .custom-three-col-top-image .custom-col-content {
    margin-bottom: 0;
  }
  .custom-two-col-button .csm-col {
    width: 47.25% !important;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .custom-two-col-button .csm-col:nth-child(even) {
    margin-right: 0;
  }

  .custom-two-col-button .csm-col.custom-col4, .custom-two-col-button .csm-col.custom-col3 {
    margin-bottom: 0px;
  }
  .csm-gallery-item {
    width: 47.25% !important;
    margin-right: 5.5%;
    margin-bottom: 30px;
    text-align: center;
  }
  .csm-gallery-item:nth-child(even) {
    margin-right: 0px;
  }

  .csm-gallery-item:nth-child(n+2) {
    margin-bottom: 0px;
  }
  .custom-three-column-equal .custom-col {
    width: 100%;
    margin-right: 0%;
    margin-bottom:30px;
  }
  .csm-two-col-equal .csm-col {
    width:100%;
    margin-bottom:30px;
  }

  .csm-two-col-equal .custom-col1 {
    margin-right: 0;
  } 
  .csm-full-header .page-center.main-content:before{
    display:none;
  }
  .csm-full-header .page-center.main-content {

  }
  .csm-full-header h1.entry-title.main_title {
    margin-bottom: 0;
  }
  .custom-advanced-video-group .custom-advanced-video-item:nth-child(odd) {
    margin-right: 0%;
  }
  .custom-advanced-video-group .custom-advanced-video-item,
  .page-center.csm-content-wrapper .span4{
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .custom-two-column-left-wrapper {
    padding-bottom: 0;
  }
  .custom-full-width-with-background hr,
  .custom-about-section1 hr,
  .custom-about-section3-row1 hr,
  .custom-about-section4-row1 hr{
    display:none;
  }
  .custom-about-section .custom-section{
    padding:50px 0px;
  }
  .custom-about-section3 .custom-two-column-left-wrapper {
    padding-bottom: 20px;
  }
  .hs-products-section1-content img {
    float: none !important;
    margin: 0 !important;
    display: block;
    margin:8px auto !important
  }

  .hs-products-section1-content hr {
    display: none;
  }

  .menu-trigger {
    display: block;
    position: relative;
    padding-bottom: 24px;
  }

  .menu-trigger:after {
    position: relative;
    top: 26px;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
  }

  .hs-products-menu .hs-menu-wrapper {
    display: none;
    position: absolute;
    top: 81px;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 99;
  }

  .hs-products-menu-bg {
    min-height: 81px !important;
  }

  .hs-products-menu .hs-menu-wrapper>ul {
    border-top: 3px solid #7774b6;
    padding: 5%;
  }

  .hs-products-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
    padding: 0;
    border: none;
  }

  .hs-products-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #454545;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 26px;
  }

  .hs-products-menu .hs-menu-wrapper>ul>li>a:hover {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.03);
    color: #454545;
  }

  .hs-order-kits {
    padding-top: 80px;
  }

  .hs-order-kits .page-center {
    display: block;
  }

  .custom-three-col-top-image.hs-order-kits .csm-col {
    display: block;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .custom-three-col-top-image.hs-order-kits .custom-col-content {
    border: none;
    padding-bottom: 0;
  }

  .custom-three-col-top-image.hs-order-kits .csm-col-image {
    text-align: center;
  }

  .hs-order-kits .csm-col-image img {
    display: block;
    margin: 0 auto !important;
  }

  .hs-order-kits .csm-col-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hs-location-section1 .page-center {
    width: 80% !important;
    max-width: 1080px !important;
  }

  .hs-location-section1 {
    padding-bottom: 50px;
  }

  .hs-location-section2 {
    padding: 50px 0;
  }

  .hs-location-section2-flexi hr {
    display: none;
  }

  .hs-location-section2-flexi h2 {
    margin-bottom: 30px;
  }

  .hs-location-wrapper {
    padding-top: 60px;
  }

  .hs-location-col {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }

  .hs-location-col:nth-child(2n) {
    margin-right: 0;
  }

  .hs-smartunit-section1 {
    padding: 50px 0;
  }
  .hs-full-width-section1.et_pb_section,
  .hs-home-page .et_pb_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hs-home-section1 hr{
    display:none;
  }
  .one-col-with-bg.et_pb_section .span3.columns{
    width: 47.25%;
    margin-bottom: 30px;
  }
  .one-col-with-bg.et_pb_section .span3.columns:nth-child(2n) {
    margin-right: 0;
  }
  .hs-home-page .one-col-with-bg.et_pb_section .row2 .columns {
    width: 100%;
    margin: 0 auto 30px;
  }
  .three-col-equal-with-content .inner-wrapper{
    display:block;
  }
  .three-col-equal-with-content .inner-wrapper > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs-home-page .hs-home-section3.et_pb_section {
    padding: 100px 0;
  }
  .hs-home-section3 .hs-section3-row3 .three-col-equal-with-content .inner-wrapper > div img {
    margin-bottom: 1.75%;
  }
  .hs-home-section3 .hs-section3-row3 .three-col-equal-with-content .inner-wrapper > div:last-child {
    margin-bottom: 0;
  }
  .one-col-with-bg.et_pb_section .span3.columns:last-child {
    margin-bottom: 0;
  }
  .hs-contact-section1 .page-center > div > div > div {
    width: 100% !important;
    margin: 0 0 30px;
  }
  .hs-contact-section1 .page-center > div > div > div:last-child {
    margin-bottom: 0;
  }
  .hs-contact-right-col h3,
  .hs-contact-section1 .hs-section1-form-wrapper h3{
    margin-bottom: 0;
  }
  .hs-contact-right-col h3:after,
  .hs-contact-section1 .hs-section1-form-wrapper h3:after{
    display:none;
  }
  .csm-door-replacement-program-page .custom-two-column-left-image .csm-left {
    text-align: left;
  }
  .csm-404-page .custom_error_message hr {
    display:none;
  }

}

@media (max-width: 767px) {
  .hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list{
    right: 0;
  }
  p.post-meta {
    font-size: 14px;
  }
  .hs-blog-listing .post-body p {
    font-size: 14px;
  }
  .body-container-wrapper {
    padding-top: 158px !important;
    margin-top: -1px;
  }
  .custom-popup-form.hs-section1-form-wrapper {
    position: relative;
    width: auto !important;
    margin: 10px !important;
  }
  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%;
  }  
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .landing-page.one-column .body-container form {
    width: 100%;
  }
  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form #content{
    width: 100%;
  } 
  .custom-footer-top .span4:nth-child(n) {
    margin-bottom: 9.5% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .custom-footer-top .page-center > .row-fluid-wrapper {
    padding: 10% 0;
  }

  .custom-footer-form form {
    padding-bottom: 107px;
  }

  .custom-footer-top .span4:last-child {
    margin-bottom: 0px !important;
  }

  .custom-footer-menu, .custom-footer-contact,.custom-footer-info p  {
    margin-bottom: 9.5% !important;
  }
  .custom-header-top .custom-header-info p {
    text-align: center;
  }
  .custom-header-top .page-center{
    padding-bottom: 1px;
  }
  .custom-banner-section .header-content p {
    font-size: 14px;
    line-height: 1.7;
  }
  .hs-tabber-inner-wrap>ul>li>a {
    display: block !important;
  }
  .hs-tabs-wrapper p {
    font-size: 14px;
    line-height: 2;
  }

  .hs-tabs-wrapper p a {
    display: inline-block;
  }
  body {
    font-size: 14px;
  }

  .hs-order-kits-form .hs-form-field > label {
    width: 100%;
    display: block;
  }

  .hs-order-kits-form .input {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .hs-order-kits-form .hs-error-msgs {
    padding-left: 0 !important;
  }

  .hs-order-kits-form .hs-form-field {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .hs-location-col {
    width: 100%;
    margin-right: 0;
  }

  .full-width-content .header-content {
    margin: 20px 2%;
  }
  .hs-tabber-inner-wrap>ul>li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
  }
  .one-col-with-bg.et_pb_section .span3.columns {
    width: 100%;
  }
  .three-col-equal-with-content .inner-wrapper > div p {
    line-height: 23.8px;
  }
  .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field > label{
    width:100% !important;
    float:none !important;
  }
  .hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list{
    float: none;
    width: 100%;
    padding-left: 0 !important;
  }
  .hs-contact-section1 .hs-section1-form-wrapper .actions{
    padding-left:0;
  }
  .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input {
    width: 100% !important;
    float: none;
  }
  .csm_toggle_content{
    font-size: 14px;
  }
  .csm-contact--page .hs-contact-section1 .hs-section1-form-wrapper ul.hs-error-msgs.inputs-list {
    padding-left: 0px !important;
  }
  .custom-header-top .custom-google-search {
    width: 179px !important;
    margin: -3px auto 3px !important;
    float: none !important;
    border-right: 0 !important;
  }
  .hs-table-wrapper>table {
    min-width: 100%;
  }
  .hs-table-wrapper th, .hs-table-wrapper td {
    display: block;
  }
  .custom-header-top .custom-google-search form.hs-form a.hs-button.primary {
    padding-left: 5px;
  }
}  

@media (max-width: 500px){
  .custom-header-top .custom-google-search {
    float: none !important;
    margin: 0 auto !important;
    padding-bottom: 15px !important;
    width: 225px !important;
  }
  .body-container-wrapper {
    padding-top: 173px !important;
    margin-top: -1px;
  }
  h1 {
    word-wrap: break-word;
  }
}
/* =============== Landscape phones and smaller devices =============== */
@media(max-width:480px){
  .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input .hs-input{
    width: 100%;
    height: 1.5em;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }
  .checkbox-row span.fakelabel span {
    float: none;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow: auto;
    overflow-y: hidden;
  }
  .custom-footer-top .page-center > .row-fluid-wrapper {
    padding: 12% 0;
  }
  .custom-footer-top .span4:nth-child(n) {
    margin-bottom: 11.5% !important;
  }
  .custom-copyright p{
    line-height: 23.8px;
  }
  .custom-footer-menu .hs-menu-flow-vertical > ul > li > a {
    line-height: 23.8px;
  }
  .custom-two-col-button .csm-col {
    width: 100% !important;
    margin-right: 0%;
    margin: 0 0 30px 0 !important;
  }
  .custom-two-col-button .csm-col.custom-col4 {
    margin-bottom: 0px !important;
  }
  .csm-gallery-item {
    width: 100% !important;
    margin-right: 0%;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .csm-gallery-item:last-child{
    margin-bottom: 0px !important;
  }
  .hs-order-kits .csm-col-image img {
    height: auto;
  }
  .hs-contact-section1 .hs-section1-form-wrapper .hs-form-field .input .hs-input{
    width: 100%;
    height: 1.5em;
    font-size: 18px;
  }
  .hs-tabs-wrapper .hs-tabs .hs-text > p a {
    font-size: 11px;
  }

  @media (min-width:767px) {
        .hs-responsive-embed-iframe iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
            height: 300px;
          	width: 600px;
          	padding-left: 180px;
          	padding-right 0px;
      }
}

}
@media (max-width: 360px) {
  .custom-banner-section .header-content {
    width: 100%;
  }
  #submitbutton {
    white-space: normal;
  }
}
