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


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

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


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


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

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

/* @import url('//fonts.googleapis.com/css?family=Jura:400,700'); */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: wf_819ee7f8880b4fdf90dff7ed8;
  src: url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/wf_819ee7f8880b4fdf90dff7ed8.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/wf_819ee7f8880b4fdf90dff7ed8.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/wf_819ee7f8880b4fdf90dff7ed8.ttf") format("ttf");
}

@font-face{
  font-family:"Proxima-N-W01-Reg";
  src:url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
  src:url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/Font/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
}

@font-face {
  font-family: "Jura";
  src: local("Jura Regular"), local("Jura-Regular"), url("//fonts.gstatic.com/s/jura/v10/z7NbdRfiaC4VXcRJUQ.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Jura";
  src: local("Jura Bold"), local("Jura-Bold"), url("//fonts.gstatic.com/s/jura/v10/z7NUdRfiaC4VVX9sRCti0Q.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* ==========================================================================
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: #fff;
  color: #000000;
  font-family: jura,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 20px;
}

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

/* Highlighted Text */

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  color: #414141;
  font-style: normal;
  line-height: 1.4em;
  margin: 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h1 {
  font-size: 35px;
  color: #999997;
}
h4 {  
  font-size: 28px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 22px;
}

/* Anchor Links */
a { 
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus { }

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

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

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


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

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

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

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


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


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

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

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


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

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


.twp-header {
  padding-top: 34px;
}

.twp-header .twp-logo {
  width: auto !important;
}

.twp-header .twp-right-content {
  width: auto !important;
  float: right;
  margin-left: 0;
  text-align: center;
  position: relative;
  top: -14px;
}

.twp-header .twp-logo h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  text-align: center;
  padding-top: 15px;
  line-height: 1.1;
  color: rgb(65, 65, 65);
}

.twp-header-top .page-center {
  padding-left: 9px;
  padding-right: 67px;
}

.cta_button {
  min-width: 164px;
  text-align: center;
  display: block;
  font: normal normal 700 15px/1.4em jura,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  margin: calc(-1 * 0px) 0px 0;
  position: relative;
  white-space: nowrap;
  background-color: rgba(218, 41, 28, 1);
  padding: 10px 5px 9px 5px;
  line-height: 1.3;
  text-decoration: none;
}

.twp-right-content a {
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-size: 24px;
  font-weight: bold;
  color: rgb(65, 65, 65);
  text-decoration: none;
}

.twp-right-content a.cta_button {
  font: normal normal 700 15px/1.4em jura,sans-serif;
  color: #FFFFFF;
}

.twp-header .twp-right-content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.twp-header .twp-right-content p:last-child {
  margin-top: 13px;
}

.twp-header .twp-header-bottom {
  background-color: rgba(0, 0, 0, 1);
}

.twp-header-top {
  padding-bottom: 10px;
}

body.mac .twp-header-top {
  padding-bottom: 12px;
}


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

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

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


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

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


.twp-footer {
  background-color: rgba(0, 0, 0, 1);
  padding-bottom: 34px;
  padding-top: 31px;
}

ul.social-share {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 8px;
}

ul.social-share li {
  margin-right: 5px;
  display: inline-block;
}

ul.social-share li a {}

ul.social-share li a img {
  max-width: 39px;
  max-height: 39px;
  object-fit: cover;
}

.twp-footer .page-center {
  padding-left: 58px;
  padding-right: 80px;
}

.twp-footer .twp-footer-left-content-group {
  width: auto;
}

.twp-footer .twp-footer-right-content-group {
  width: 64%!important;
  margin-left: 0;
  float: right;
}

.twp-footer-right-form form {
  margin: 0;
  position: relative;
  padding-left: 0px;
  margin-left: -1px;
}

.twp-footer-right-form form .hs_submit {
  position: absolute;
  right: -2px;
  top: 41px;
}

.twp-footer-right-form form label {
  display: inline;
  line-height: 0;
  font: normal normal normal 15px/18px jura,sans-serif;
  color: rgba(255,255,255,1);
}

.twp-footer-right-form form label span.hs-form-required {
  display: none;
}

.twp-footer-right-form form .hs-richtext {
  color: rgba(255,255,255,1);
  font: normal normal normal 17px/21px jura,sans-serif;
}

.twp-footer-right-content p {
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-bottom: 9px;
  margin-top: 0;
}

.twp-footer-right-content p a {
  text-decoration: none;
  color: #FFFFFF;
}

.twp-footer-right-form form .hs_submit input.hs-button.primary.large {
  padding: 9px 24px;
  border-style: solid;
  -webkit-appearance: none;
  white-space: nowrap;
  line-height: 1.2;
  margin: 0;
}

.twp-footer-right-form form input[type="email"] {
  background-color: rgba(232,230,230,1);
  color: rgba(0,0,0,1);
  font: normal normal normal 15px/18px jura,sans-serif;
  padding: 9px 8px 8px;
  border: 0;
  line-height: 19px;
}

.twp-footer-right-form form .hs-form-field {
  margin: 0 0 4px 0;
}

.twp-footer-right-form form ul.inputs-list {
  margin: 0;
}

.twp-footer-right-form form ul.inputs-list input[type="checkbox"] {
  margin: 0;
  min-width: 20px;
  min-height: 20px;
  background-color: rgba(232,230,230,1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 9px;
}

.twp-footer-right-form form ul.inputs-list label {
  display: block;
}

.twp-footer-right-form form ul.inputs-list label span {
  vertical-align: top;
  position: relative;
  top: 1px;
}

.twp-footer-right-form form .hs-richtext p {
  margin-bottom: 20px;
}

.twp-footer-right-content {
}

.twp-footer .twp-footer-left-content-group a.cta_button {
  line-height: 21px;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100% !important;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
  float: none !important;
  display: inline-block;
  padding-left: 52.5px;
  padding-right: 52.5px;
  font: normal normal 700 20px/1.4em jura,sans-serif;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 42px;
  display: inline-block;
  transition: color 0.4s ease 0s;
  padding-top: 4px;
  padding-bottom: 5px;
}

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

.custom-menu-primary .hs-menu-wrapper>ul ul {
  left: 50% !important;
  transform: translateX(-48.5%);
  padding-top: 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 1);
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */

@media (max-width:1024px) and (min-width:768px) {

  .custom-menu-primary .hs-menu-wrapper > ul li {
    padding-left: 30px;
    padding-right: 30px;
  }

}

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

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

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

}


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

@media (max-width: 767px){

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

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

  .mobile-trigger{;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 1);
    border: solid 1px transparent;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 23px;
    right: 14px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

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


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

  .custom-menu-primary{
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* 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 .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .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{
    width: auto;
    display: list-item
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 20px;
    text-align: right;
    font: normal normal 700 18px/1.4em wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper {
    position: fixed;
    top: 0;
    height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .mobile-trigger {
    z-index: 12;
  }

  .mobile-open .mobile-trigger{
    border: 0;
  }

  .mobile-open .mobile-trigger .style-jr9m8imd_line1 {
    -webkit-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-1;
    animation-name: style-jr9m8imd_tiny-menu-open-squeeze-1;
  }

  .mobile-open .mobile-trigger .style-jr9m8imd_line2 {
    -webkit-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-2;
    animation-name: style-jr9m8imd_tiny-menu-open-squeeze-2;
  }

  .mobile-open .mobile-trigger .style-jr9m8imd_line3 {
    -webkit-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-3;
    animation-name: style-jr9m8imd_tiny-menu-open-squeeze-3;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 2px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children .style-jr9m8imd_header {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children .style-jr9m8imd_header > .child-trigger {
    width: auto;
    display: inline;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > .style-jr9m8imd_header > a {
    padding-left: 0;
  }

  .child-trigger:after {
    content: '\ff0b';
    color: #FFFFFF;
    padding: 10px 16px 10px 20px;
    position: relative;
    display: inline-block;
  }

  .child-trigger.child-open:after{
    content: "\ff0d";
  }

  .custom-menu-primary .hs-menu-wrapper {
    z-index: 2;
    font: normal normal 700 18px/1.4em wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    transform: none;
    font-size: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px 20px;
    text-align: right;
    line-height: 25.2px;
    font-size: 16.2px !important;
  }

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


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


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

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

/* Blog Listing */
body.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 */
h2.post-listing-simple,
.post-header h2 {}

h2.post-listing-simple a,
.post-header h2 a {}

h2.post-listing-simple a:hover,
.post-header h2 a:hover {}

span.filter-link-count {
  display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  padding: 10px 0;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {    
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
}
.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 {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

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

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

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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 .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

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


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

/* Form Field */
.hs-form-field {
  margin: 0px 0px 8px 0;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: inline-block;
  margin-bottom: 5px;
}

/* 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 {
  border-radius: 0;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box !important;
  color: #414141;
  border-style: solid;
  border-color: rgba(65, 65, 65, 0.55);
  padding: 3px;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  padding-left: 12px;
  line-height: 34px;
  max-width: 700px;
  display: block;
}

#email-prefs-form .email-edit{
  max-width: 700px !important;
}

.nu .body-container-wrapper form {
  max-width:750px !important;
}

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

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: rgba(0,0,0,1);
  font: normal normal normal 15px/18px jura,sans-serif;

} /* Webkit Browsers */
:-moz-placeholder {
  color: rgba(0,0,0,1);
  font: normal normal normal 15px/18px jura,sans-serif;

} /* Firefox 18- */
::-moz-placeholder {
  color: rgba(0,0,0,1);
  font: normal normal normal 15px/18px jura,sans-serif;

} /* Firefox 19+ */
:-ms-input-placeholder {
  color: rgba(0,0,0,1);
  font: normal normal normal 15px/18px jura,sans-serif;

} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  min-width: 142px;
  background-color: rgba(218, 41, 28, 1);
  border: 0;
  font: normal normal 700 15px/1.4em jura,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  margin: 0;
  position: relative;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  outline: 0;
}

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

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


h3.form-title {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  color: #DA291C;
}

form {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


.twp-header .twp-logo img {
  object-position: 50% 50%;
  width: 380px;
  height: 96px;
  object-fit: cover;
}

body.mac .twp-header .twp-right-content {
  top: -12px;
}

.three-col-image {}

.three-col-image .col1,.three-col-image .col2,.three-col-image .col3 {
  float: left;
  margin-right: 8px;
}

.three-col-image .page-center .col-group:after {
  content: "";
  display: block;
  clear: both;
}

.three-col-image .col3 {
  margin-right: 0;
}

.three-col-image .col2 {
  margin-right: 7px;
}

.about-row2 .about-row2-left-content {
  width: calc(50% - 3px);
  background: #DA291C;
  padding: 32px 30px 30px 33px;
  font-family: jura,sans-serif;
}

.about-row2 {
  margin-top: 7px;
  color: #fff;
}

.about-row2 .about-row2-right-content {
  width: calc(50% - 5px);
  margin-left: 8px;
  background: #000000;
  padding: 32px 30px 30px 31px;
  color: rgb(255, 255, 255);
  font-family: jura,sans-serif;
  height: 100%;
}

.about-row2 * {
  color: #fff;
}

h5 {}

.about-row2 h1, .about-row2 h2, .about-row2 h3, .about-row2 h4,.about-row2 h5, .about-row2 h6 {
  margin-top: 0;
  font-family: jura,sans-serif;
  font-weight: 700;
  margin-bottom: 13px;
}

.about-row2 p {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
}

.about-row2 ul {
  margin-top: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  letter-spacing: normal;
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  font-family: jura,sans-serif;
  line-height: 1.15;
  margin-bottom: 17px;
}

.about-row2 ul p {
  font-size: 15px;
  line-height: 1.15;
}

.twp-image-group.isotope {
  padding-top: 48px;
}

.twp-image-group {
  padding-top: 61px;
}

.twp-image-group .page-center {
  max-width: 820px !important;
}

.twp-image-group .top-content h1 {
  text-align: center;
  font-size: 55px;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
  color: #414141;
}

.twp-image-group.isotope .image-group .image-item {
  display: inline-block;
  vertical-align: middle;
}

.twp-image-group .bottom-content {
  padding-top: 35px;
}

.twp-image-group.isotope .image-group .image-item {
  margin-left: 10px;
  margin-right: 10px;
}

.twp-image-group.isotope .image-group {
  text-align: center;
}

.twp-image-group:not(.isotope) .image-item {
  padding: 0 10px;
  width: 32.33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}

.twp-image-group:not(.isotope) .image-item h6 {
  font-size: 12px;
  font-family: jura,sans-serif;
  line-height: 1.25;
  font-weight: 400;
}

.twp-image-group:not(.isotope) .image-group.clearfix {
  text-align: center;
}

.twp-image-group:not(.isotope) .image-item .image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes style-jr9m8imd_tiny-menu-open-squeeze-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    -ms-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    -ms-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@keyframes style-jr9m8imd_tiny-menu-open-squeeze-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    -ms-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    -ms-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@-webkit-keyframes style-jr9m8imd_tiny-menu-open-squeeze-1-reverse {
  100% {
    -webkit-transform: translateY(0.5px);
    -ms-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    -ms-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@keyframes style-jr9m8imd_tiny-menu-open-squeeze-1-reverse {
  100% {
    -webkit-transform: translateY(0.5px);
    -ms-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    -ms-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@-webkit-keyframes style-jr9m8imd_tiny-menu-open-squeeze-2 {
  0% {
    -webkit-transform: translateY(16.5px);
    -ms-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    -ms-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@keyframes style-jr9m8imd_tiny-menu-open-squeeze-2 {
  0% {
    -webkit-transform: translateY(16.5px);
    -ms-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    -ms-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@-webkit-keyframes style-jr9m8imd_tiny-menu-open-squeeze-2-reverse {
  100% {
    -webkit-transform: translateY(16.5px);
    -ms-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    -ms-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@keyframes style-jr9m8imd_tiny-menu-open-squeeze-2-reverse {
  100% {
    -webkit-transform: translateY(16.5px);
    -ms-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    -ms-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@-webkit-keyframes style-jr9m8imd_tiny-menu-open-squeeze-3 {
  0% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotateX(90deg);
    -ms-transform: translateY(8.5px) rotateX(90deg);
    transform: translateY(8.5px) rotateX(90deg);
  }
}

@keyframes style-jr9m8imd_tiny-menu-open-squeeze-3 {
  0% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotateX(90deg);
    -ms-transform: translateY(8.5px) rotateX(90deg);
    transform: translateY(8.5px) rotateX(90deg);
  }
}

@-webkit-keyframes style-jr9m8imd_tiny-menu-open-squeeze-3-reverse {
  100% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
}

@keyframes style-jr9m8imd_tiny-menu-open-squeeze-3-reverse {
  100% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px);
    -ms-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
}
.gallery_wrapper.center-mode {}

.gallery_wrapper.center-mode .slick-slide-inner-wrapper {
  padding: 5px;
}

.gallery_wrapper.center-mode .slick-slide-inner-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}

.twp-footer-right-form form input[type="email"] {
  max-width: 66%;
}

.content-with-form *:not(option) {
  color: #fff;
}

.content-with-form {
  padding: 53px 0 54px;
  background-size: cover;
}

.content-with-form .left-content {
  width: 50%;
  float: left;
  padding-top: 22px;
}

.content-with-form .right-content {
  width: calc(50% - 34px);
  float: right;
  padding-top: 26px;
  position: relative;
}

.content-with-form .inner:after {
  content: "";
  display: block;
  clear: both;
}

.content-with-form h1 {
  font: normal normal normal 60px/1.4em proxima-n-w01-reg,sans-serif;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  margin: 0;
  line-height: 1.1;
}

.content-with-form h1 a {
  text-decoration: none;
  font-weight: bold;
  font-size: 58px;
  display: block;
}

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

.content-with-form .hs-form-field {}

.content-with-form .hs-form-field > label {
  display: inherit;
}

.content-with-form .form-heading {
  font: normal normal normal 25px/1.4em proxima-n-w01-reg,sans-serif;
  font-size: 30px;
  color: #DA291C;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  line-height: 1.3;
}

.content-with-form .form {}

.content-with-form .form form {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 319px;
}

.content-with-form .form h3.form-title {
  margin: 0;
}

.content-with-form .right-content:after {
  content: "";
  height: 100%;
  background: #fff;
  width: 3px;
  position: absolute;
  left: -20px;
  display: block;
  top: 0;
}

.content-with-form .right-content .right-content-inner {
  padding: 00px 50px 49px 46px;
}

.content-with-form .left-content-inner {
  padding: 00px 30px 50px 34px;
}

.content-with-form .form form ::-webkit-input-placeholder {
  color: #999997;
  font:inherit;
} /* Webkit Browsers */
.content-with-form .form form :-moz-placeholder {
  color: #999997;
  font:inherit;

} /* Firefox 18- */
.content-with-form .form form ::-moz-placeholder {
  color: #999997;
  font: inherit;

} /* Firefox 19+ */
.content-with-form .form form :-ms-input-placeholder {
  color: #999997;
  font:inherit;

} /* IE10 */

.content-with-form .hs-input {
  color: #414141;
}

.content-with-form select.hs-input {
  color: #999997;
}

.content-with-form .hs-fieldtype-select:after {
  content: "";
  background: url('//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/image/downarrow.png');
  display: block;
  position: absolute;
  right: 16px;
  top: 5px;
  width: 29px;
  height: 29px;
}

.content-with-form .hs-fieldtype-select {
  position: relative;
}

.content-with-form textarea.hs-input {
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 11.250px;
  line-height: 1.4;
  color: #414141;
  min-height: 133px;
  display: block;
  margin-bottom: 9px;
}

.content-with-form input.hs-button.primary.large {
  margin-top: 13px;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 9px;
}

.content-with-form .hours {
  padding-top: 79px;
}

.content-with-form .hours .text {}

.content-with-form .hours .text h3 {
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234, wf_819ee7f8880b4fdf90dff7ed8, orig_eurostile;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.15;
  margin: 0;
}

.content-with-form .hours .text p.days {
}

.content-with-form .hours .text p {
  font-size: 30px;
  margin: 0;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234, wf_819ee7f8880b4fdf90dff7ed8, orig_eurostile;
}

.twp-map {
  background-color: rgba(218, 41, 28, 1);
  padding-top: 8px;
  padding-bottom: 34px;
}

.twp-map * {
  color: #fff;
}

.twp-map .twp-top h1 {
  font: normal normal normal 60px/1.4em proxima-n-w01-reg,sans-serif;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  padding-top: 4px;
  padding-bottom: 5px;
}

.twp-map .twp-top p {
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-size: 25px;
  margin: 0;
}

.twp-map .twp-top {
  text-align: center;
}

.twp-map .map {
  width: 570px;
  height: 350px;
  margin: auto;
}

.twp-map .twp-bottom {
  margin-top: 30px;
}

.cta_button{
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.cta_button:hover {
  background-color: rgba(0, 0, 0, 1);
  border-color: transparent;
}
.twp-footer form {
  -webkit-font-smoothing: antialiased;
}

.about-row2 p {
  line-height: 1.2;
}

.content-with-form .right-content:only-child {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
}

.content-with-form .right-content:only-child:after {
  content: none;
}

.content-with-form .right-content:only-child form {
  max-width: 412px;
}

.content-with-form .right-content:last-child .right-content-inner {
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 41px;
}

.content-with-form .right-content:only-child .form-heading {
  margin-bottom: 33px;
  font-weight: bold;
}

.content-with-form .right-content:only-child form .hs-form-field {
  margin: 0px 0px 10px 0;
}

.content-with-form .right-content:only-child textarea.hs-input {
  min-height: 126px;
}

.heading-with-bg-wrapper {
  position: relative;
  overflow: hidden;
}

.heading-with-bg-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-attachment: fixed;
  z-index: -1;
  background-repeat: repeat;
}

.heading-with-bg-wrapper .top .red {
  background-color: rgba(218, 41, 28, 1);
  padding-top: 23px;
  padding-bottom: 35px;
  text-align: center;
}

.heading-with-bg-wrapper .top * {
  color: #fff;
}

.heading-with-bg-wrapper .top {}

.heading-with-bg-wrapper .top .red h1.heading {
  font: normal normal normal 60px/1.4em proxima-n-w01-reg,sans-serif;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}

.heading-with-bg-wrapper .top .red p {
  margin: 0;
  font-size: 35px;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  line-height: 1.1;
  margin-top: 10px;
}

.heading-with-bg-wrapper .top .decription {padding-top: 65px;padding-bottom: 62px;}

.heading-with-bg-wrapper .top .decription p {
  margin: 0;
  font-family: jura,sans-serif;
  font-size: 25px;
  line-height: 1.17;
}

.heading-with-bg-wrapper .top .decription .page-center {
  padding-left: 60px;
  padding-right: 60px;
}

.heading-with-bg-wrapper .bottom {
  overflow: hidden;
}

.heading-with-bg-wrapper .bottom .item {
  margin-bottom: 36px;
  position: relative;
}

.heading-with-bg-wrapper .bottom .item .image-group {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.8);
  min-height: 321px;
}

.heading-with-bg-wrapper .bottom .item .image-group-inner {}

.heading-with-bg-wrapper .bottom .item img {
  z-index: -1;
  position: relative;
}



.heading-with-bg-wrapper .bottom .item .content-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translatex(-50%);
  left: 50%;
  width: 100%;
  text-align: center;
}

.heading-with-bg-wrapper .bottom .item .content-wrapper-inner {}

.heading-with-bg-wrapper .bottom .item .heading {
  font: normal normal normal 60px/1.4em proxima-n-w01-reg,sans-serif;
  color: #414141;
  color: rgb(0, 0, 0);
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234, wf_819ee7f8880b4fdf90dff7ed8, orig_eurostile;
  font-weight: 700;
}

.heading-with-bg-wrapper .bottom .item .image-group-inner:after {
  content: "";
  display: block;
  clear: both;
}

.heading-with-bg-wrapper .bottom .item img + img {
  margin-left: -6px;
}

.heading-with-bg-wrapper .background-image {
  background-color: rgba(0, 0, 0, 0.8392156862745098);
}

.gallery_wrapper button.slick-arrow:before {
  content: none;
}

.gallery_wrapper button.slick-arrow svg {
  fill: #fff;
  opacity: 0.9;
}

.gallery_wrapper button.slick-arrow:hover svg {
  opacity: 1;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail {
  padding-top: 39px;
}

.products-wrapper {}

.products-wrapper .top {
  background-color: rgb(218, 41, 28);
  padding-top: 32px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.products-wrapper .top * {
  color: #fff;
  font-family: jura,sans-serif;
}

.products-wrapper .top p {
  margin-top: 0;
  font-size: 18px;
  font-family: jura,sans-serif;
  margin-bottom: 20px;
}

.products-wrapper .top .page-center {
  max-width: 877px;
}

.products-wrapper .top p:last-child {
  margin-bottom: 0;
}

.products-wrapper .bottom {
  padding-top: 38px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 26px;
}

.products-wrapper .bottom .item {
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.products-wrapper .item-image {
  max-height: 160px; 
  overflow: hidden;
}

.products-wrapper .bottom .item-wrapper-inner.three .item {
  width: 33.333%;
}

.products-wrapper .bottom .item-wrapper-inner:after {
  content: "";
  display: block;
  clear: both;
}

.products-wrapper .bottom .item-wrapper-inner.three {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
}

.products-wrapper .bottom .item a {
  text-align: center;
}

.products-wrapper .bottom .item h2 {
  color: #000000;
  font-family: jura,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.products-wrapper .bottom .item-wrapper-inner {
  margin-bottom: 52px;
}

.products-wrapper .bottom .item-wrapper-inner.four .item {
  width: 25%;
}

.products-wrapper .bottom .four .item h2 {
  margin-top: 7px;
}

.products-wrapper .bottom .item-wrapper-inner:last-child {
  margin-bottom: 0;
}

div#QUICK_ACTION_BARactionsContainer {
  display: none;
}

.footer-container-wrapper .widget-span {
  min-height: 0;
}

.body-container-wrapper .hs_cos_wrapper_type_section_header .section-header {
  padding-top: 23px;
  padding-bottom: 31px;
  max-width: 980px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.body-container-wrapper .hs_cos_wrapper_type_section_header {
  background-color: rgb(218, 41, 28);
  display: block;
}

.body-container-wrapper .hs_cos_wrapper_type_section_header .section-header h1 {
  font-size: 55px;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.body-container-wrapper .hs_cos_wrapper_type_section_header .section-header p.secondary-header {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 32px;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
}

.full-width-content-wrapper {
  padding: 36px 0 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.full-width-content-wrapper.bg-image p {
  color: #fff;
}

.full-width-content-wrapper p {
  font-size: 25px;
  font-family: jura,sans-serif;
  margin-top: 0;
  margin-bottom: 37px;
}

.full-width-content-wrapper .page-center {
  max-width: 818px !important;
}



.full-width-content-wrapper .cta_button {
  padding-left: 17px;
  padding-right: 18px;
  padding-top: 12px;
}

.full-width-content-wrapper p:last-child {
  margin-bottom: 0;
}

.heading-with-image-wrapper {
}

.heading-with-image-wrapper .heading-with-image-item.two {
}

.heading-with-image-wrapper .heading-with-image-item .top {
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
  padding-top: 15px;
  padding-bottom: 13px;
}

.heading-with-image-wrapper-inner {
}

.heading-with-image-wrapper .heading-with-image-item .top h1 {
  margin: 0;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.heading-with-image-wrapper .heading-with-image-item .image-item,
.heading-with-image-wrapper .heading-with-image-item .hs_cos_gallery_slide.slick-slide{
  display: inline-block;
  padding-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  float: none;
}

.heading-with-image-wrapper .heading-with-image-item.two .image-item,
.heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide{
  vertical-align: middle;
}

.heading-with-image-wrapper .heading-with-image-item.two .image-item,
.heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide{
  width: 49%;
}

.heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide{
  width: 49% !important;
  height: auto;
}

.heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide > div{
  position: static;
}

.heading-with-image-wrapper .heading-with-image-item.three .image-item,
.heading-with-image-wrapper .heading-with-image-item.three .hs_cos_gallery_slide.slick-slide {
  width: 32.333%;
}

.heading-with-image-wrapper .heading-with-image-item .image-group:after {
  clear: both;
  content: "";
  display: block;
}

.heading-with-image-wrapper .heading-with-image-item.two .image-item img,
.heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide img{
  display: block;
  margin: 0 auto;
  vertical-align: top;
  max-width: 330px;
  max-height: 356px;
}

.heading-with-image-wrapper .page-center {
  max-width: 960px !important;
}

.heading-with-image-wrapper .heading-with-image-item {
  text-align: center;
  padding-bottom: 60px;
}

body .vbox-container img.figlio {max-height: calc( 100vh - 100px);}

body .vbox-container {
  overflow-y: auto;
}

body .vbox-container img.figlio {max-height: calc( 100vh - 100px);}

body .vbox-container {
  overflow-y: auto;
}

body .vbox-close {
  top: 21px;
  right: 34px;
  font-size: 57px;
  background: transparent !important;
  height: auto;
}

body .vbox-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

.hs-home .twp-home-row1 {
  background-image: url('//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/image/bec07d_00511dd170fd47e0ae84c6e878ec5ad9_mv2_d_6000_3130_s_4_2-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 28px;
}

.twp-home-row1 .simple-menu ul {
  text-align: center;
}

.twp-home-row1 .simple-menu ul li {
  margin-bottom: 48px;
}

.twp-home-row1 .simple-menu ul li a {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: normal normal 700 15px/1.4em jura,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  min-width: 158px;
  line-height: 1.35;
  padding-top: 11px;
  padding-bottom: 9px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.twp-home-row1 .simple-menu ul li a:hover{
  background-color: rgba(218, 41, 28, 1);
}

.hs-home .twp-home-row1 .twp-home-row1-col1, .hs-home .twp-home-row1 .twp-home-row1-col3 {
  width: 17% !important;
  margin: 0;
  padding-top: 29px;
}

.hs-home .twp-home-row1 .twp-home-row1-col3 {
  float: right;
}

.hs-home .twp-home-row1 {}

.hs-home .twp-home-row1 .page-center {
  padding-left: 20px;
  padding-right: 25px;
}

.twp-home-row1 .simple-menu ul li:nth-child(2n+2) {
  margin-bottom: 51px;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery {
  width: 66%;
  margin-left: 0;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main ul.slick-dots {
  display: none !important;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  height: 70px;
  background: url(//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/image/arrows_white_new3.png) no-repeat;
  width: 45px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  z-index: 13;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow:before {
  content: none;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main:hover .slick-arrow {
  opacity: 0.4;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow.slick-prev {
  left: 50px;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow.slick-next {
  right: 40px;
  background-position: 100% 0;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main:hover .slick-arrow:hover {
  opacity: 1;
}

.hs-home .twp-home-row2 {
  background-color: rgba(218, 41, 28, 1);
  text-align: center;
  padding-top: 29px;
  padding-bottom: 39px;
}

.twp-home-row2 * {
  color: #fff;
}

.twp-home-row2 p {
  margin-top: 9px;
  line-height: 1.15;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-size: 18px;
}

.twp-home-row2 .twp-home-row2-col1, .twp-home-row2 .twp-home-row2-col2, .twp-home-row2 .twp-home-row2-col3 {
  margin: 0 !important;
  width: 33.3333%;
  position: relative;
  padding-top: 5px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
}

.twp-home-row2 .twp-home-row2-col2:after {
  content:"";
  height: 100%;
  position: absolute;
  right: 0;
  width: 3px;
  background: #ffffff;
  top: 0;
}

.twp-home-row2 .twp-home-row2-col2:before {
  content:"";
  height: 100%;
  position: absolute;
  left: 0;
  width: 3px;
  background: #ffffff;
  top: 0;
}

.twp-home-row2 h2 {
  font-weight: 400;
  margin: 0;
}

body .vbox-container img.figlio {max-height: calc( 100vh - 100px);}

body .vbox-container {
  overflow-y: auto;
}

body .vbox-close {
  top: 21px;
  right: 34px;
  font-size: 57px;
  background: transparent !important;
  height: auto;
}

body .vbox-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

.hs-home .twp-home-row1 {
  background-image: url('//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/image/bec07d_00511dd170fd47e0ae84c6e878ec5ad9_mv2_d_6000_3130_s_4_2-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 28px;
}

.twp-home-row1 .simple-menu ul {
  text-align: center;
}

.twp-home-row1 .simple-menu ul li {
  margin-bottom: 48px;
}

.twp-home-row1 .simple-menu ul li a {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: normal normal 700 15px/1.4em jura,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  min-width: 158px;
  line-height: 1.35;
  padding-top: 11px;
  padding-bottom: 9px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.hs-home .twp-home-row1 .twp-home-row1-col1, .hs-home .twp-home-row1 .twp-home-row1-col3 {
  width: 17% !important;
  margin: 0;
  padding-top: 29px;
}

.hs-home .twp-home-row1 .twp-home-row1-col3 {
  float: right;
}

.hs-home .twp-home-row1 {}

.hs-home .twp-home-row1 .page-center {
  padding-left: 20px;
  padding-right: 25px;
}

.twp-home-row1 .simple-menu ul li:nth-child(2n+2) {
  margin-bottom: 51px;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery {
  width: 66%;
  margin-left: 0;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main {
  overflow: hidden;
  margin: 0;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main ul.slick-dots {
  display: none !important;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  height: 70px;
  background: url(//cdn2.hubspot.net/hubfs/4769182/Schantz_Mfg_March2019%20Theme/image/arrows_white_new3.png) no-repeat;
  width: 45px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  z-index: 13;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow:before {
  content: none;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main:hover .slick-arrow {
  opacity: 0.4;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow.slick-prev {
  left: 50px;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow.slick-next {
  right: 40px;
  background-position: 100% 0;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main:hover .slick-arrow:hover {
  opacity: 1;
}

.hs-home .twp-home-row2 {
  background-color: rgba(218, 41, 28, 1);
  text-align: center;
  padding-top: 29px;
  padding-bottom: 39px;
}

.twp-home-row2 * {
  color: #fff;
}

.twp-home-row2 p {
  margin-top: 9px;
  line-height: 1.15;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-size: 18px;
}

.twp-home-row2 .twp-home-row2-col1, .twp-home-row2 .twp-home-row2-col2, .twp-home-row2 .twp-home-row2-col3 {
  margin: 0 !important;
  width: 33.3333%;
  position: relative;
  padding-top: 5px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 8px;
}

.twp-home-row2 .twp-home-row2-col2:after {
  content:"";
  height: 100%;
  position: absolute;
  right: 0;
  width: 3px;
  background: #ffffff;
  top: 0;
}

.twp-home-row2 .twp-home-row2-col2:before {
  content:"";
  height: 100%;
  position: absolute;
  left: 0;
  width: 3px;
  background: #ffffff;
  top: 0;
}

.twp-home-row2 h2 {
  font-weight: 400;
  margin: 0;
}

.twp-video-wrapper {
  padding-top: 59px;
  padding-bottom: 75px;
}

.twp-video-wrapper .heading {
  padding-bottom: 33px;
}

.twp-video-wrapper .page-center {
  max-width: 726px !important;
}

.twp-video-wrapper .heading h1 {
  font-weight: normal;
  color: rgba(65,65,65,1);
  margin: 0;
  line-height: 1.2;
}

.twp-video-wrapper .video-wrapper {}

.twp-video-wrapper .video-iframe-group {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.twp-video-wrapper .video-inner-wrapper {
  position: relative;
}

.twp-video-wrapper .video-inner-wrapper .video-content-group {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.twp-video-wrapper .video-inner-wrapper .video-content-group img.video-poster {
}

.twp-video-wrapper .video-inner-wrapper .video-content-group .position {
  top: 50%;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translateX(-50%) translatey(-50%);
  z-index: 2;
}

.twp-video-wrapper .video-inner-wrapper .video-content-group .position h1 {
  color: #fff;
  margin: 0;
  font-family: proxima-n-w01-reg, sans-serif, ruble, "Helvetica Neue", ruble, Helvetica, Arial, sans-serif;
  font-size:  38px;
  font-weight: normal;
  line-height: 1.32;
}

.twp-video-wrapper .video-inner-wrapper .video-content-group:after {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.twp-video-wrapper .video-inner-wrapper .video-content-group .position .svg {
  margin-top: 15px;
}

.twp-video-wrapper .video-inner-wrapper .video-content-group .position .svg svg {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 54px;
  height: 54px;
}

.custom-section-header-gallery .hs_cos_gallery_main {
  margin-bottom: 5px;
}

.custom-section-header-gallery .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
  background: #fff;
}

.custom-section-header-gallery .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

div#QUICK_ACTION_BARactionsContainer {
  display: none;
}

.footer-container-wrapper .widget-span {
  min-height: 0;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main,
.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_thumbnails {
  padding: 0;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main .slick-arrow {
  width: 100px;
  height: 100px;
  margin-top: 0;
  transform: translatey(-50%);
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_thumbnails .slick-current>div:after {
  -webkit-box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec;
  box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec;
  content: "";
  z-index: 999;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: hsla(0,0%,100%,.6);
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_thumbnails .slick-current>div:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: inherit;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_slide > div img {
  vertical-align: middle;
  max-height: 340px;
}

.custom-full-with-content-group .header-group {
  background-color: #DA291C;
}

.custom-full-with-content-group .content-group p {
  margin-top: 0;
  line-height: 1.17;
  margin-bottom: 22px;
}


.custom-full-with-content-group .full-width-content-area {
  margin-bottom: 15px;
}

.custom-full-with-content-group .full-width-content-area:last-child {
  margin-bottom:0;
}

.custom-full-with-content-group .content-group {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.custom-full-with-content-group .header-group h1 {
  font-size: 30px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  color: #FFFFFF;
}

.custom-full-with-content-group .header-group .page-center {
  padding-top: 5px;
  padding-bottom: 5px;
}


.custom-full-with-content-group .content-inner-group {
  padding:40px;
  position:relative;
}

.custom-full-with-content-group .content-inner-group .content {
  position:relative;
  z-index:99;
}

.custom-full-with-content-group .content-inner-group:after {
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  width:100%;
  height:100%;
  background-color:#fff;
  opacity:0.9;
}

.custom-full-with-content-group .content-group table {
  width:100%;
}

.custom-full-with-content-group .content-group table p {
  margin:0;
  color: #000;
  font-size: 16px;
}

.custom-full-with-content-group .content-group table tr td {
  padding-bottom: 20px;
}

.custom-full-with-content-group .content-group table a {
  color: #000;
  text-decoration: underline;
}

.custom-section-header-gallery .heading_wrapper {
  background-color: rgba(218, 41, 28, 1);
  text-align: center;
}
.custom-section-header-gallery .heading_wrapper .hs-heading {
  color: #FFFFFF;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  font-weight: bold;
  font-size: 60px;
  padding: 14px 0 13px;
  line-height: normal;
}
.custom-section-header-gallery .content_wrapper {

  background-position: center;
  background-size: cover;
  /*   margin-bottom: 10px; */
}
.custom-section-header-gallery .content_wrapper .sub_heading_wrapper {
  text-align: center;
  padding: 24px 0 10px;
}
.custom-section-header-gallery .content_wrapper .sub_heading_wrapper .hs-sub-heading {
  font-size: 35px;
  font-family: wfont_bec07d_819ee7f8880b4fdf90dff7ed82d7c234,wf_819ee7f8880b4fdf90dff7ed8,orig_eurostile;
  color: #FFFFFF;
}
.custom-section-header-gallery .hs_cos_gallery_main {
  margin: 0;
}
.two-col-content-with-bg {
  background-size: cover;
  background-position: center;
}
.two-col-content-with-bg .col-wrapper {
  background-color: rgba(255,255,255,0.9);
}
.two-col-content-with-bg .col-wrapper .col-group {
  float: left;
  width: 50%;
  padding: 0 22px 0 40px;
}
.two-col-content-with-bg .col-wrapper .col-group.left-col {
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.two-col-content-with-bg .col-wrapper .col-group.left-col p {
  margin: 0;
}
.two-col-content-with-bg .col-wrapper .col-group.right-col {
  padding-top: 45px;
  padding-bottom: 45px;
}
.two-col-content-with-bg .col-wrapper .col-group.right-col h3 {
  font-size: 25px;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 22px;
  font-weight: 700;
  font-family: jura,sans-serif;
  color: #000000;
}
.two-col-content-with-bg .col-wrapper .col-group.right-col ul {
  color: rgb(0, 0, 0);
  font-family: jura,sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-left: 1.3em;
  margin-left: 0.5em;
  line-height: normal;
  letter-spacing: normal;
}
.two-col-content-with-bg .col-wrapper .col-group.right-col .inner-sec {
  position: relative;
}
.two-col-content-with-bg .col-wrapper .col-group.right-col .inner-sec:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 27px);
  position: absolute;
  top: -14px;
  left: -39px;
  background-color: rgba(218, 41, 28, 1);
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_slide > div {
  max-width: 450px;
  max-height: 340px;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main .slick-arrow {
  z-index: 12;
}

.nu .body-container-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-section-header-three-col-image .gallery_wrapper-inner:after {
  content: "";
  display: block;
  clear: both;
}

.custom-section-header-three-col-image .col {
  float: left;
  width: 33.333%;
  padding-left: 40px;
  padding-right: 40px;
}

ul.hs-error-msgs.inputs-list,
ul.hs-error-msgs.inputs-list label{
  list-style: none;
  padding: 0;
  color: #e60a0a;
}

.twp-footer-right-form form ul.inputs-list input[type="checkbox"]:checked:after {
  content: "\2713";
  font-size: 15px;
  line-height: 15px;
  color: rgba(0,0,0,1);
  position: absolute;
  left: 4px;
}

.content-with-form input.hs-button.primary.large:hover {
  background-color: rgba(190, 229, 251, 1);
}

.content-with-form input.hs-button.primary.large {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}


.hs-home.mobile-open .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow,
.mobile-open #QUICK_ACTION_BARactionsContainer {
  z-index: -1 !important;
}

.content-with-form input.hs-button.primary.large:hover {
  background-color: rgba(190, 229, 251, 1);
}

.content-with-form input.hs-button.primary.large {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.submitted-message {
  font: normal normal normal 15px/1.4em proxima-n-w01-reg,sans-serif;
  color: #C7C7C7;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main .slick-arrow.slick-disabled {
  display: none !important;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_thumbnails .slick-slide {
  cursor: pointer;
  padding:0 ;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main >div>div>div>div {
  padding-bottom: 20px;
}

.mobile-open .custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main .slick-arrow {
  z-index: -12;
}

.hs-home .twp-home-row1 .page-center > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hs-home .twp-home-row1 .page-center > div > div:after,
.hs-home .twp-home-row1 .page-center > div > div:before {
  display: none;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main img {
  width: 100%;
}

.hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main .slick-slide {
  padding-left: 1px;
  padding-right: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .custom-menu-primary .hs-menu-wrapper > ul li {
    padding-left: 50px;
    padding-right: 50px;
  }

  .video-wrapper {
    overflow: hidden;
  }

}

.vex-content .hs_cos_gallery_lightbox_container .slick-list, .hs_cos_gallery_lightbox .slick-list {
  height: 100%;
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.vex-content .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
  display: block;
  height: 100%;
  max-height: 100vh;
  width: 100% !important;
}

.vex-content .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper img {
  height: 100%;
  max-height: 100vh;
}

.vex-content .hs_cos_gallery_lightbox {
  margin: 0;
}

.heading-with-image-wrapper .heading-with-image-item .hs_cos_gallery_thumbnails {
  display: none;
}

.heading-with-image-wrapper .heading-with-image-item.three .hs_cos_gallery_main {
  padding-left: 0;
  padding-right: 0;
}

.heading-with-image-wrapper .heading-with-image-item.three .hs_cos_gallery_main .hs_cos_gallery_slide.slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

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


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

@media (max-width: 1027px) {

  .nu .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .three-col-image {
    margin-top: 30px;
  }
  
  .products-wrapper .item-image {
    max-height: 140px; 
    overflow: hidden;
  }

  .three-col-image .col1, .three-col-image .col2, .three-col-image .col3 {
    width: 100% !important;
    margin: 0 auto 30px !important;
    display: block !important;
    float: none !important;
    text-align: center;
  }

  .twp-footer-right-form form input[type="email"] {
    max-width: calc(100% - 185px);
  }

  .products-wrapper .bottom .item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-home .twp-home-row1 .twp-home-row1-col1, .hs-home .twp-home-row1 .twp-home-row1-col3 {
    width: 25% !important;
  }

  .hs-home .twp-home-row1 .twp-home-row1-image-gallery {
    width: 50% !important;
  }

  .custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_main,
  .custom-section-header-gallery .content_wrapper .gallery_wrapper.thumbnail .hs_cos_gallery_thumbnails {
    padding: 0 30px;
  }

  .custom-section-header-gallery .hs_cos_gallery_main button.slick-next.slick-arrow {
    right: 20px;
  }

  .custom-section-header-gallery .hs_cos_gallery_main button.slick-prev.slick-arrow {
    left: 20px;
    z-index: 12;
  }

  .twp-home-row2 h2{
    font-size: 35px;
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .custom-menu-primary .hs-menu-wrapper > ul li {
      padding-left: 25px;
      padding-right: 25px;
    }

  }

}


@media (max-width: 900px) {
  .products-wrapper .item-image {
    max-height: 120px; 
    overflow: hidden;
  }
}



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

@media (max-width: 767px) {
  .products-wrapper .item-image {
    max-height: none; 
    overflow: visible;
  }
  .twp-header .twp-logo {
    width: 100% !important;
  }

  .twp-header .twp-logo img {
    width: 218px;
    position: relative;
    left: 5px;
    height: 55px;
    object-fit: cover
  }

  .twp-header .twp-logo a {
    display: block;
  }

  .twp-header {
    padding-top: 20px;
  }

  .twp-header .twp-logo h1 {
    font-size: 17px;
    padding-top: 12px;
    font-weight: 700;
  }

  .twp-header-top .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .twp-header .twp-right-content {
    width: 100% !important;
    top: 0;
    padding-top: 6px;
  }

  .twp-right-content a {
    font-size: 22px;
  }

  .twp-header .twp-right-content p {
    margin-top: 10px;
  }

  .twp-right-content a.cta_button {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .twp-header .twp-right-content p:last-child {
    margin-top: 9px;
  }

  .twp-header .twp-header-bottom {
    background: transparent;
  }

  .twp-header-top {
    padding-bottom: 29px;
  }

  .twp-header .widget-span {
    min-height: 0 !important;
  }

  .style-jr9m8imd_icon {
    width: 20px;
    overflow: visible;
    stroke-width: 2px;
    stroke: rgba(255, 255, 255, 1);
    height: 17.5px;
    padding-top: 0.5px;
    stroke-linecap: flat;
    stroke: rgba(255, 255, 255, 1);
    -webkit-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    -ms-transition-property: stroke;
    transition-property: stroke;
  }

  .style-jr9m8imd_animating-line {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    -ms-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    -ms-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }

  .style-jr9m8imd_line1 {
    -webkit-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-1-reverse;
    -ms-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jr9m8imd_tiny-menu-open-squeeze-1-reverse;
  }

  .style-jr9m8imd_line2 {
    -webkit-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-2-reverse;
    -ms-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jr9m8imd_tiny-menu-open-squeeze-2-reverse;
  }

  .style-jr9m8imd_line3 {
    -webkit-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-3-reverse;
    -ms-animation-name: style-jr9m8imd_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jr9m8imd_tiny-menu-open-squeeze-3-reverse;
  }
  .twp-image-group .image-item {
    display: block !important;
    width: 100% !important;
    margin: 0 0 50px 0 !important;
    padding-left:10px;
    padding-right:10px;
  }

  .about-row2 .about-row2-left-content,.about-row2 .about-row2-right-content {
    width: 100% !important;
    margin-left: 0;
  }

  ul.social-share {
    text-align: center;
    margin-bottom: 11px;
  }

  .twp-footer-left-content {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    left: 0;
    text-align: center;
  }

  .twp-footer {
    position: relative;
    padding-bottom: 79px;
    padding-left: 31px;
    padding-right: 30px;
    padding-top: 22px;
  }

  .twp-footer .twp-footer-left-content-group a.cta_button {
    width: 100% !important;
    font: normal normal 700 15px/1.4em jura,sans-serif;
    padding-top: 11px;
    padding-bottom: 10px;
    box-sizing: border-box !important;
  }

  .twp-footer > div {
    position: relative;
    padding-bottom: 56px;
  }

  .twp-footer-right-form form .hs_submit {
    position: relative;
    right: 0;
    top: 0;
    padding-top: 4px;
  }

  .twp-footer .page-center {
    padding-left: 0;
    padding-right: 0;
  }

  .twp-footer .twp-footer-right-content-group {
    width: 100% !important;
  }

  .twp-footer-right-form form input[type="email"] {
    max-width: 100% !important;
    margin-bottom: 6px;
    padding: 8px;
  }

  .twp-footer-right-form form .hs_submit input.hs-button.primary.large {
    width: 100%;
  }

  .twp-footer-right-content p {
    font-size: 13px;
  }

  .twp-footer-right-content {
    margin-left: -15px !important;
    margin-right: -15px !important;
    text-align: center;
  }

  .twp-footer-right-form form .hs-richtext p {
    margin-top: 3px;
  }

  ul.social-share li a img {
    max-width: 35px;
    max-height: 35px;
  }

  ul.social-share li {
    margin-right: 10px;
  }

  ul.social-share li:last-child {
    margin-right: 0;
  }

  .twp-map .map {
    width: 100% !important;
    height: 238px;
  }

  .content-with-form .left-content {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    float: none;
    background-size: contain;
    background-position: center;
  }

  .content-with-form .right-content {
    width: 100%;
    float: none;
    padding-top: 20px;
  }

  .content-with-form h1 {
    font-size: 29px;
    line-height: 1.12;
  }

  .content-with-form h1 a {
    font-size: 28px;
  }

  .content-with-form {
    padding: 0px 0 10px;
    background: none !important;
  }

  .content-with-form .left-content-inner {
    padding: 00px 20px 16px 20px;
  }

  .content-with-form .hours {
    padding-top: 9px;
  }

  .content-with-form .hours .text h3 {
    font-size: 23px;
  }

  .content-with-form .hours .text p {
    font-size: 21px;
    line-height: 1.1;
  }

  .content-with-form .inner:after {
  }

  .content-with-form .right-content .right-content-inner {
    padding: 00px 30px 16px 30px;
  }

  .content-with-form .form-heading {
    font-size: 21px;
    margin-bottom: 7px;
  }

  .content-with-form .hs-form-field > label {
    margin: 0;
  }

  .content-with-form .hs-form-field {
    margin: 0px 0px 10px 0;
  }

  .content-with-form input.hs-button.primary.large {
    font-size: 14px;
    min-width: 120px;
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .twp-map .twp-top h1 {
    text-align: center;
    font-size: 31px;
    padding-bottom: 6px;
  }

  .twp-map {
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 21px;
  }

  .twp-map .twp-top p {
    font-size: 19px;
    line-height: 1.15;
  }

  .twp-map .twp-bottom {
    margin-top: 20px;
  }

  .twp-image-group .top-content h1 {
    font-size: 27px;
  }

  .content-with-form .form form{
    max-width:100% !important;
  }

  .content-with-form .right-content:only-child {
    padding-top: 31px;
  }

  .content-with-form .right-content:last-child .right-content-inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }

  .content-with-form .right-content:only-child .form-heading {
    margin-bottom: 17px;
  }

  .content-with-form.no-left-content {
    padding-bottom: 0;
  }

  .heading-with-bg-wrapper .top .red h1.heading {
    font-size: 28px;
    line-height: 1.12;
  }

  .heading-with-bg-wrapper .top .red p {
    font-size: 22px;
    line-height: 1.15;
  }

  .heading-with-bg-wrapper .top .red {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .heading-with-bg-wrapper .top .decription {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .heading-with-bg-wrapper .top .decription p {
    font-size: 12px;
    line-height: 1.25;
  }

  .heading-with-bg-wrapper .top .decription .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-with-bg-wrapper .bottom .item .image-group-inner img + img {
    display: none;
  }

  .heading-with-bg-wrapper .bottom .item .heading {
    font-size: 28px;
    line-height: 1.12;
  }

  .heading-with-bg-wrapper .bottom .item .image-group {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 0;
    background: transparent;
  }

  .heading-with-bg-wrapper .bottom .item .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-with-bg-wrapper .bottom .item {margin-bottom: 30px;}

  .heading-with-bg-wrapper .bottom {
    background-color: rgba(250, 250, 250, 0.8);
    padding-top: 1px;
  }

  div#QUICK_ACTION_BARactionsContainer {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    left: 0;
    z-index:121212;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  }

  .style-jr9lzolfactionsContainer a[data-quick-action="action"] {
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 10%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
    box-sizing: border-box;
    text-decoration: none;
  }

  .style-jr9lzolfactionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 21px;
    flex-basis: 21px;
    margin-top: 2px;
  }

  .style-jr9lzolfactionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] svg {
    height: 30px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .style-jr9lzolfactionsContainer a[data-quick-action="action"] div[data-quick-action="text"] {
    font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.2px;
    -webkit-flex-basis: 20.5px;
    flex-basis: 20.5px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0 5px;
  }

  .style-jr9lzolfactionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 26.5px;
    flex-basis: 26.5px;
    margin-top: 2px;
  }

  .products-wrapper .top {
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .products-wrapper .top p {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .products-wrapper .bottom .item {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .products-wrapper .bottom .item h2 {
    font-size: 15px;
  }

  .products-wrapper .bottom {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .products-wrapper .bottom .item-wrapper-inner {
    margin-bottom: 0;
  }

  .heading-with-image-wrapper .heading-with-image-item .top h1 {
    font-size: 27px;
  }

  .heading-with-image-wrapper .heading-with-image-item .top {
    padding-top: 21px;
    padding-bottom: 20px;
  }

  .heading-with-image-wrapper .heading-with-image-item.two .image-item img,
  .heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide img{
    width: 100%;
  }

  .heading-with-image-wrapper .heading-with-image-item.two .image-item,
  .heading-with-image-wrapper .heading-with-image-item.two .hs_cos_gallery_slide.slick-slide {
    width: 100% !important;
  }

  .heading-with-image-wrapper .heading-with-image-item.three .image-item,
  .heading-with-image-wrapper .heading-with-image-item.three .hs_cos_gallery_slide.slick-slide {
    width: 100%;
    padding-top: 15px;
  }

  /*   .heading-with-image-wrapper .heading-with-image-item.three .image-item img,
  .heading-with-image-wrapper .heading-with-image-item.three .hs_cos_gallery_slide.slick-slide img{
  width: auto !important;
} */

  .full-width-content-wrapper .cta_button {
    font-size: 10px;
    white-space: normal !important;
    padding-top: 15px;
    margin-top: 0 !important;
    padding-bottom: 14px;
    margin-bottom: 0 !important;
  }

  .full-width-content-wrapper {
    padding: 13px 15px 19px;
  }

  .full-width-content-wrapper p {
    font-size: 14px;
    margin-bottom: 11px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_section_header .section-header h1 {
    font-size: 26px;
  }

  .body-container-wrapper .hs_cos_wrapper_type_section_header .section-header p.secondary-header {
    display: none;
  }

  .body-container-wrapper .hs_cos_wrapper_type_section_header .section-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .twp-video-wrapper .heading h1 {
    font-size: 23px;
    line-height: 1.1;
  }

  .twp-video-wrapper .heading {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 10px;
  }

  .twp-video-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group .position h1 {
    font-size: 18px;
    text-decoration: underline;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group {
  }

  .twp-video-wrapper .video-iframe-group {
    z-index: -1;
  }

  .twp-video-wrapper .video-iframe-group .video-iframe-group-inner {
    position: relative;
    padding-bottom: 56.25%;
  }

  .twp-video-wrapper .video-iframe-group .video-iframe-group-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group .position {
    color: #fff;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group .position .svg svg {
    height: 22px;
    width: 22px;
  }


  .hs-home .twp-home-row1 .twp-home-row1-col1, .hs-home .twp-home-row1 .twp-home-row1-col3 {
    display: none;
  }

  .hs-home .twp-home-row1 .twp-home-row1-image-gallery {
    width: 100% !important;
  }

  .hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow {
    opacity: 1 !important;
  }

  .hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow.slick-next {
    right: 10px;
  }

  .hs-home .twp-home-row1 .twp-home-row1-image-gallery .slick-arrow.slick-prev {
    left: 20px;
  }

  .hs-home .twp-home-row1 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .hs-home .twp-home-row1 .twp-home-row1-image-gallery .hs_cos_gallery_main img {
  }

  .hs-home .twp-home-row1 .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .twp-home-row2 .twp-home-row2-col1, .twp-home-row2 .twp-home-row2-col2, .twp-home-row2 .twp-home-row2-col3 {
    width: 100%;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .hs-home .twp-home-row2 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .twp-home-row2 h2 {
    font-size: 30px;
  }

  .twp-home-row2 p {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .twp-home-row2 .twp-home-row2-col2:before,.twp-home-row2 .twp-home-row2-col2:after {
    content: none;
  }

  .twp-video-wrapper .heading h1 {
    font-size: 23px;
    line-height: 1.1;
  }

  .twp-video-wrapper .heading {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 10px;
  }

  .twp-video-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group .position h1 {
    font-size: 18px;
    text-decoration: underline;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group {
  }

  .twp-video-wrapper .video-iframe-group {
    z-index: -1;
  }

  .twp-video-wrapper .video-iframe-group .video-iframe-group-inner {
    position: relative;
    padding-bottom: 56.25%;
  }

  .twp-video-wrapper .video-iframe-group .video-iframe-group-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group .position {
    color: #fff;
  }

  .twp-video-wrapper .video-inner-wrapper .video-content-group .position .svg svg {
    height: 22px;
    width: 22px;
  }

  .heading-with-image-wrapper .heading-with-image-item .image-item img,
  .heading-with-image-wrapper .heading-with-image-item .hs_cos_gallery_slide.slick-slide img{
    max-width: 300px !important;
    width: 100% !important;
  }

  .three-col-image {
    margin-top: 0;
  }

  .about-row2 p {
    color: rgb(255, 255, 255);
    font-family: jura,sans-serif;
    font-size: 12px;
    line-height: 1.3;
  }

  .about-row2 h5 {
    color: rgb(255, 255, 255);
    font-family: jura,sans-serif;
    font-weight: 700;
    font-size: 17px;
  }

  .about-row2 .about-row2-left-content {
    padding: 17px 18px 15px 21px;
  }

  .about-row2 h1, .about-row2 h2, .about-row2 h3, .about-row2 h4, .about-row2 h5, .about-row2 h6 {
    margin-bottom: 9px;
  }

  .about-row2 .about-row2-right-content h5 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .about-row2 .about-row2-right-content {
    padding: 15px 18px 15px 21px;
  }

  .about-row2 .about-row2-right-content p {
    font-size: 17px;
  }

  .about-row2 .about-row2-right-content ul p {
    font-size: 14px;
  }

  .custom-full-with-content-group .content-group table tr td {
    padding-bottom: 20px;
    display: block;
  }

  .custom-section-header-gallery .heading_wrapper .hs-heading {
    font-size: 28px !important;
    padding: 21px 20px 20px;
  }
  .custom-section-header-gallery .content_wrapper .sub_heading_wrapper .hs-sub-heading {
    font-size: 22px;
  }
  .custom-section-header-gallery .content_wrapper .sub_heading_wrapper {
    text-align: center;
    padding: 16px 20px 16px;
  }
  .custom-section-header-gallery .content_wrapper {
    min-height: 214px;
    margin: 0;
  }
  .two-col-content-with-bg .col-wrapper .col-group {
    float: none;
    width: 100%;
  }
  .two-col-content-with-bg .col-wrapper .col-group.left-col {
    font-size: 14px;
    padding: 15px 20px 20px;
  }
  .two-col-content-with-bg .col-wrapper .col-group.right-col {
    padding: 0 20px 23px;
  }
  .two-col-content-with-bg .col-wrapper .col-group.right-col .inner-sec:before{
    display:none;
  }
  .two-col-content-with-bg .col-wrapper .col-group.right-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .two-col-content-with-bg .col-wrapper .col-group.right-col ul {
    font-size: 14px;
  }

  .twp-footer.no-navigation {
    padding-bottom: 20px;
  }

  .twp-footer.no-navigation > div {
    padding-bottom: 0;
  }

  .custom-section-header-three-col-image .col {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .custom-section-header-three-col-image .col img {
    max-width: 400px;
    width: 100% !important;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .custom-menu-primary .hs-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
    transition: all 0.5s ease;
  }

  body.blog .body-container-wrapper img[style*="float"] {
    float: none !important;
    display: block;
    margin: 0 auto !important;
  }


  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: left !important;
  }

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) > span {
    vertical-align: top !important;
  }

  .twp-map .map div#map-aux {
    width: 100% !important;
    height: 100% !important;
  }

  .twp-map .iframe div#map_canvas {
    height: 238px!important;
  }

  .twp-map .map {
    margin-bottom: 40px;
  }

}  


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

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