@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */

/* ==========================================================================
Table of Contents:
0.5. CUSTOM CSS
1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIEST
========================================================================== */

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

/*========================================================================
 * Custom CSS
 ========================================================================= */

#CTA-bar{
  float: right;
  width: fit-content;
  margin-left: 0;
}

.call-icon p{
  margin: -10px 0;
}

.backstretch .hs-search-field {
  visibility: hidden;
}
.search-page .body-container .hs-search-field {
  visibility: hidden; 
}

.hs-search-field {
  width: 121px ;
  margin-right: 10px;
}



@media only screen and (max-width: 768px) {
  #CTA-bar{
    display: none;
  }
}

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

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

@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('//fonts.googleapis.com/css?family=Montserrat:300,400%7CRoboto:300,400&subset=latin');
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-bold-webfont.eot') format("embedded-opentype"),
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-bold-webfont.woff2?5c50a194') format("woff2"), 
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-bold-webfont.woff?5c50a194') format("woff"), 
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-bold-webfont.ttf?5c50a194') format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-regular-webfont.eot') format("embedded-opentype"),
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-regular-webfont.woff2?5c50a194') format("woff2"),
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-regular-webfont.woff?5c50a194') format("woff"), 
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/roboto-regular-webfont.ttf?5c50a194') format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 700;
  src: url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.eot?5c50a194#iefix') format("embedded-opentype"), 
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.woff2?5c50a194') format("woff2"),
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.woff') format("woff"), 
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.ttf?5c50a194') format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.eot?5c50a194#iefix') format("embedded-opentype"), 
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.woff2?5c50a194') format("woff2"),
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.woff') format("woff"),
    url('https://cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/montserrat-regular-webfont.ttf?5c50a194') format("truetype");
}
@font-face {
  font-family: 'IcoMoon';
  src: url('//cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/IcoMoon.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/IcoMoon.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Font/IcoMoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-size: 100%;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #686868;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 75rem;
  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 {
  margin: 1rem 0
} 
small {
  font-size: 0.875rem
}

strong {
  font-weight:bold;
}
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: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  margin: 0.75rem 0 1.5rem 0;
  text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.25rem
}

h2 {
  font-size: 1.9rem;
  color: #adadad;
}

h3 {
  font-size: 1.5rem
}

h4 {
  font-size: 1.15rem
}

h5 {
  font-size: 1rem
}

h6 {
  font-size: 0.85rem
}


/* Anchor Links */
a { 
  color: #de373b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
a:hover, a:focus {    color: #686868;}

/* Lists */
ul, ol, dl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul {
  margin-left: 1.5rem;
  padding: 0;
}
ol {
  padding-left: 1.5rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  height: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5rem 0;
  border-bottom: 1px solid rgba(104, 104, 104, 0.5);
}


/* =============== 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 {}
.header-group {
  margin-left: 0 !important;
}
.header-top-col {
  padding: calc(0.938rem + 0.625rem);
}
.header-top-col.col-1 {
  width: 40%;
}
.header-top-col.col-2 {
  width: 20%;
  margin-left: 0;
}
.header-top-col.col-3 {
  margin-left: 0;
  width: 20%;
}
.header-top-col.col-4 {
  width: 20%;
  margin-left: 0;
}
.header-top-col .hs-search-field input.hs-search-field__input {
  padding: 0.375rem 0.375rem;
  border: 1px solid rgba(104, 104, 104, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: black;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

a.flag {text-decoration:none;}
a.flag img {
  vertical-align: middle;
  padding: 0;
  margin: 0 -4px 0 0;
  border: 0;
  display: inline;
  height: 16px;
  opacity: .8;
}
a.flag:hover img {opacity:1;}
a.flag span {margin-right:5px;font-size:15px;vertical-align:middle;}
.platform-content .moduletable select {
  max-width: 100%;
  padding: 7px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 4px;
  line-height: 30px;
  border: 1px solid rgba(104, 104, 104, 0.5);
  color: #686868;
  background: #fff;
}
.contact-us, .footer-right-link {
  text-align: center;
}

.contact-us a.form_button, .footer-right-link a.form_button {
  /*margin-top: 10px;*/
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  background: #003B5C;
  color: white !important;
  border-radius: 0.2em;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  padding: 5px 0;
  transition: background 0.15s ease-out;
}

.contact-us a.form_button:hover, .footer-right-link a.form_button:hover {
  background: #006ca9;
}
.custom-logo {
  padding: 0 0.625rem 0.625rem;
}
.header-icon-link .ts-icons {
  margin-top: 0;
  padding-right: 9px;
}
.header-bottom-group {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1001 !important;
}
.is-sticky .custom-menu-primary .hs-menu-wrapper>ul ul {
  margin-top: 10px;
}
.is-sticky .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
  top: -10px;
}

.form_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  transition: all 0.5s;
}
.form_text {
  position: absolute;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background: white;
  padding: 2em;
  padding-right: 2em;
  border-radius: 1em;
  max-width: 465px;
  margin-right: calc(2em - 4px);
}
.form_close {
  color: #888;
  font-size: 2em;
  position: absolute;
  top: 0.15em;
  right: 0.5em;
}
.form-open .form_overlay {
  opacity: 1;
  visibility: visible;
}

.form_text .form_spacing h3 {
  margin: 0;
}
.form_text .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.form_text form textarea {
  min-height: 64px;
}
.form_text form .hs_message {
  margin-bottom: 11px;
}
.form_text form .hs_new_file_upload .hs-input {
  padding: 0;
  background: transparent;
  border: none;
}
.form_text form .actions {
  margin-top: 29px;
  margin-bottom: 0;
  padding: 17px 20px 8px 0px;
}
.form_close:hover {
  color: #de373b;
}
.contact-form form .hs-richtext a,
.form_text .hs-richtext a {
  color: rgb(0, 0, 238);;
  text-decoration: underline;
}
.contact-form form .hs-richtext a:active,
.form_text .hs-richtext a:active {
  color: -webkit-activelink;
}
.contact-form form .hs-richtext a,
.form_text .hs-richtext a {
  word-break: break-word;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  position: absolute;
  background: #fff;
  z-index: 99;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0
}
.hs-search-field__suggestions li a {
  padding: 5px 10px;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  padding: 5px 10px;
}
.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block
}
.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1);
  outline: 0
}
.fancybox-toolbar button.fancybox-button {
  background: transparent;
}
.fancybox-navigation button.fancybox-button {
  background: transparent;
}
body.home-layout .tsBreadcrumbs {
  display:none;
}
.tsBreadcrumbs {
  padding-left:5px;
}
@media screen and (min-width:1199px) {
  .tsBreadcrumbs {
    padding-left:15px;
  }
}
/* =============== Content =============== */

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

}
.body-container .page-center {
  padding: 0.938rem 0;
  padding-left: calc(0.938rem + 0.625rem);
  padding-right: 5px;
}

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


iframe, svg {
  max-width: 100%;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dedede;
}
tr, td, th {
  vertical-align: middle;
}
td {
  border: none;
  padding: 0.5rem;
}
table tr td img {
  max-width: 100%;
}

.ts-captions, .wf_caption {
  font-size: 80%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-style: italic;
}

/* =============== Services =============== */
.services-wrapper h1 {
  margin: 0.75rem 0 1.5rem 0;
}
.services-icon-image-wrap {
  text-align: center;
  font-size: 0;
}
.ts-home-row p {
  margin: 1rem 0;
}
.ts-full-width {
  width: 100%;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.services-icon-image-wrap img {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
}



/* =============== Gallery =============== */
.hs_cos_gallery_slide.slick-slide {
  display: inline-block !important;
  float: left;
}
.eventgallery-thumbnails .hs_cos_gallery .hs_cos_gallery_thumbnails {
  display: none !important;
}
.eventgallery-imagelist .hs_cos_gallery_main {
  padding: 0;
}
.eventgallery-imagelist .hs_cos_gallery_main .slick-slide-inner-wrapper > a {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 4px;
  width: auto;
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 3px;
}
.eventgallery-imagelist .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  -webkit-transition: opacity 0.2s 1s ease-out;
  -moz-transition: opacity 0.2s 1s ease-out;
  -o-transition: opacity 0.2s 1s ease-out;
  -ms-transition: opacity 0.2s 1s ease-out;
  transition: opacity 0.2s 1s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 1;
  width: 100%;
}
.eventgallery-imagelist .hs_cos_gallery_main .hs_cos_gallery_slide {
  max-width: none !important;
  width: 33.33%;
  height: auto;
  text-align: left;
}
.eventgallery-imagelist .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  display: block;
}
.eventgallery-imagelist .hs_cos_gallery_main .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: white;
  z-index: 223;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: none !important;
}
.fancybox-caption__body {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 20px;
  color: #CCC;
  font-weight: bold;
}
.fancybox-caption__body strong {
  font-variant: normal;
  font-weight: normal;
  display: block;
  padding-top: 10px;
}
.fancybox-bg {
  background: #000 !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}


/* =============== Contact =============== */


.contact-layout .body-container {
  padding-top: 8px;
  padding-bottom: 0;
  margin-bottom: -1px;
}
.contact-layout .row-1-col {
  text-align: center;
}
.contact-layout .row-1-col h2 {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 200%;
  line-height: 1.5;
}
.contact-layout .row-1-col h2 em {
  font-size: 22.4px;
  font-family: 'times new roman', times;
  font-weight: normal;
}
.contact-layout .row-1-col p {
  font-size: 120%;
}
.contact-form form .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.contact-form form textarea {
  min-height: 64px;
}
.contact-form form .hs_message {
  margin-bottom: 11px;
}
.contact-form form .hs_new_file_upload input {
  padding: 0;
  background: transparent;
  border: none;
}
.contact-form form .actions {
  margin-top: 21px;
  margin-bottom: 18px;
  padding: 17px 20px 8px 0px;
}
.contact-form form .actions input.hs-button.primary.large {
  margin: 0;
}
.contact-layout .row-2-col {
  padding: calc(0.938rem + 0.625rem);
  background: rgba(0, 0, 0, 0.02);
  color: #121212;
}
.contact-layout .row-1-col,
.contact-layout .contact-form {
  padding: calc(0.938rem + 0.625rem);
  padding-top: 0;
  padding-bottom: 0;
}
.contact-layout .row-2-group .page-center {
  padding: 0;
}
.contact-layout .row-2-col h1 {
  margin-bottom: 0.4em !important;
}


.content-group-wrapper p {
  word-break: break-word;
}
.g-title {
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 1rem 0;
  position: relative;
}
blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  background: rgba(100, 100, 100, 0.1);
  padding: 5px 15px;
  border-radius: 35px 0;
  margin: 0 0 1.5rem;
}
blockquote p {
  font-weight: 600;
  color: #444;
  margin-bottom: 0;
  font-size: 1.1rem;
}
em {
  font-style: italic;
}
.testimonial-wrapper blockquote:first-of-type p.author-info {
  margin: 0.75rem 0 1.5rem 0;
}
.testimonial-wrapper blockquote:first-of-type {
  margin-top: 25px;
}
p.quote span {
  font-size: 90%;
  font-weight: 100;
  /*font-family: 'times new roman', times;*/
}
p.author-info {
  text-align: right;
  font-size: 90%;
  font-family: 'times new roman', times;
  font-style: italic;
}

.testomonial-content-inner-item {
  background: #878788;
  padding: 0.938rem;
  margin: 0.625rem;
  color: #fff;
}
.testomonial-content-inner-item a {
  color: #dae0e0;
}
.testomonial-content-inner-item a:hover {
  color: #fff;
}

.events-wrapper .events-page ul li {
  list-style-type: none;
}
.events-wrapper .events-page ul li a {
  padding: 20px;
  transition: all 0.2s ease-out;
  border-bottom: 0.5px #BF443E55 solid;
  background: -moz-linear-gradient(bottom, rgba(255, 235, 240, 0) 0%, rgba(224, 168, 169, 0.15) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 235, 240, 0) 0%, rgba(224, 168, 169, 0.15) 100%);
  background: linear-gradient(to top, rgba(255, 235, 240, 0) 0%, rgba(224, 168, 169, 0.15) 100%);
  display: block;
  color: black;
}
.events-wrapper .events-page ul li a:hover {
  background: #FAFAFA;
  transform: translateY(-4px);
  border-bottom-color: #00000055;
  color: black;
}
.event-date {
  display: inline-block;
  width: 5em;
}
.event-day {
  text-align: right;
  display: inline-block;
  width: 4em;
  margin-right: 25px;
}

.events-details-top-content {
  padding: 0px 50px 30px 50px;
}
.events-details-top-content h1 {
  text-align: center;
  margin-bottom: 1em;
}
.events-details-address a {
  background: #cacaca66;
  padding: 5px 20px;
  border-radius: 3px;
  text-decoration: none;
  color: red;
}
.events-details-address a:hover {
  background: #cacaca;
  color: red;
}

.events-details-map > .hs_cos_wrapper > .hs_cos_wrapper {
  display: block;
}

.events-details-signup-form .hs-form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}
.events-details-signup-form .hs-form h3 {
  font-size: 16.38px;
  margin: 1em 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  color: #33475b;
}
.events-details-signup-form .hs-form .actions {
  text-align: right;
  margin-top: 18px;
  padding: 17px 20px 18px 0px;
}
.events-details-signup-form .hs-form input.hs-button.primary.large {
  margin: 0;
  font-size: 12px;
  font-family: helvetica;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.events-details-signup-form .hs-form .hs-form-field > label {
  font-family: helvetica;
  color: #33475b;
  font-size: 13px;
}
.events-details-signup-form .hs-form .hs-error-msgs label {
  font-family: helvetica;
  font-size: 13px;
  line-height: 18px;
}
.events-details-map {
  min-height: 200px !important;
}
.header-top-col .hs-search-field input.hs-search-field__input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.platform-content .moduletable select {
  cursor: pointer;
}




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

.home-gallery .hs_cos_gallery {
  display: none;
}
.home-gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide {
  margin: 0;
  display: block !important;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  margin: 0;
  display: block;
  height: 588px;
}
.home-gallery {
/*   background-image: url(//www.superiorjt.com/hubfs/Superior_February2019/Image/0001-1.jpg); */
  min-height: 588px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
  width: 100% !important;
  height: 588px;
  object-fit: cover;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .caption {
  background: transparent;
  padding: 0 62.8056px;
  bottom: auto;
  top: 34.6667px;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .caption h2 {
  background: #000000;
  background: RGBA(0,0,0,0.53);
  opacity: 1;
  padding: 5px 20px 5px 20px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0,0,0,1);
  border-radius: 0px;
  font-family: 'Montserrat','Arial';
  color: #ffffff;
  font-size: 47px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  display:inline-block;
  margin: 0;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper a[href*="/services/micro-welding"] + .caption {
  top: auto;
  bottom: 70px;
  padding: 0 77.3333px;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper a[href*="/services/micro-welding"] + .caption h1 {
  background: RGBA(255,255,255,0.67);
  opacity: 1;
  padding: 5px 20px 5px 20px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0,0,0,1);
  border-radius: 0px;
  font-family: 'Montserrat','Arial';
  color: #282828;
  font-size: 47px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  margin: 0;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption {
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.top {
  background: RGBA(255,255,255,0.67);
  opacity: 1;
  padding: 5px 20px 5px 20px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: RGBA(0,0,0,1);
  border-radius: 0px;
  font-family: 'Montserrat','Arial';
  color: #282828;
  font-size: 47px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  position: absolute;
  right: 42px;
  left: auto;
  top: 23.1667px;
  bottom: auto;
  width: auto;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.bottom {
  top: auto;
  bottom: 0;
}
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.bottom {
  top: auto;
  bottom: 30px;
  position: absolute;
  left: 23.8333px;
  background: RGBA(255,255,255,0.67);
  opacity: 1;
  padding: 5px 20px 5px 20px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: RGBA(0,0,0,1);
  border-radius: 0px;
  font-family: 'Montserrat','Arial';
  color: #282828;
  font-size: 39.1667px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}
.home-gallery .hs_cos_gallery_main .slick-list {
  max-height: none;
}
.home-gallery .hs_cos_gallery_main button.slick-next {
  background-image: url(//cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Image/download.svg);
  width: 32px;
  height: 32px;
  right: 15px;
}
.home-gallery .hs_cos_gallery_main button.slick-arrow:before {
  display: none;
}
.home-gallery .hs_cos_gallery_main button.slick-prev {
  width: 32px;
  height: 32px;
  left: 15px;
  z-index: 99;
  background-image: url(//cdn2.hubspot.net/hubfs/5195771/Superior_February2019/Image/left.svg);
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a[href$="/gallery/photo-gallery"] span.g-menu-parent-indicator{
  display:none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a[href$="/gallery/photo-gallery"] ~ ul{
  display:none !important;
}
.eventgallery-imagelist .hs_cos_gallery_main .slick-slide-inner-wrapper > a:hover {
  border-color: #08c;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* =============== Current News Website Page =============== */

.current-news-layout .blog-recent-post .hs-rss-item {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: 100% 100%;
  text-align: center;
  margin: 1em auto;
  display: inline-block;
  width: 100% !important;
}
.current-news-layout .blog-recent-post h2.hs-rss-title {
  margin: 0.75rem 0 1.5rem 0;
  font-size: 2.25rem;
  text-align: center;
}
.current-news-layout .blog-recent-post figure,
.blog .blog-content figure{
  margin: 1rem auto;
  display: block;
  max-width: 400px;
  width: 100%;
  font-size: 80%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-style: italic;
}
.current-news-layout .blog-recent-post figure img,
.blog .blog-content figure img {
  margin-left: auto;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  margin-right: auto;
}
.current-news-layout .blog-recent-post a.more-link {
  color: #333333;
}
.blog-recent-post .hs-rss-item-text a {
  word-break: break-word;
}

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

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

.footer-top-group  a:hover {
  color: #121212;
}
.back-to-top,
.custom-home-link {
  padding-left: calc(0.625rem + 0.938rem);
  padding-right: calc(0.625rem + 0.938rem);
}
.custom-home-link p {
  margin: 1rem 0;
}
.footer-top-group .page-center {
  background: rgba(0, 0, 0, 0.1);
  color: #121212;
}
.footer-right-link,
.footer-left {
  padding: calc(0.625rem + 0.938rem);
}
.footer-right-link h3, .footer-left h3 {
  text-rendering: optimizeLegibility;
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: relative;
  padding: 0.625rem 1rem;
  margin: -0.938rem -0.938rem 1.5rem -0.938rem;
  color: #fff;
  background: #de373b;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.split-cols ul {
  margin-left: 1.5rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-image hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid rgba(104, 104, 104, 0.5);
}
.footer-image p {
  margin: 0;
  background-color: white;
}
.footer-image p img {
  max-width: 16.666%;
  max-height: 100px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.ts-social {
  color: #de373b;
  font-size: 300%;
}
.footer-right-link p:last-child {
  margin: 0;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
.custom-menu-primary {
  /*margin-bottom: 70px;*/

}

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  padding: .625rem .625rem;
  margin-left: -33px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin: 0 0.5rem;
  float: none !important;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  font-weight: bold;
  font-size: 1em;
  font-style: normal;
  color: #303030;
  padding: 0.2345rem 0;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  cursor: pointer;
  font-family: FontAwesome, serif;
  text-align: right;
  width: 20px;
  padding: .25rem 0.89rem .25rem 0.619rem;
  height: 22px;
  content: "\f107";
  opacity: 0.75;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-top: 5px;
  background: #eee;
  border: 1px solid #050505;
  border-radius: 4px;
  width: 12rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid transparent;
  z-index: -1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li {
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
  margin: 0.3125rem 0.9375rem;
  padding: 0 0 0.2345rem 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
  display: block;
  position: relative;
  padding: 0.2345rem 0;
  white-space: normal !important;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  line-height: normal;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #232323;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
  color: #de373b;
  border-bottom: 2px solid #de373b;
}
.custom-menu-primary .hs-menu-wrapper>ul ul > li.hs-item-has-children > a {
  padding-right: 2rem;
  position: relative;
}
span.g-menu-parent-indicator {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: auto;
  text-align: center;
  position: absolute;
  right: 0.638rem;
  top: 0;
  margin-top: -0.65rem;
}
/*span.g-menu-parent-indicator:after {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome,serif;
  content: "\f105";
  opacity: 0.5;
  position: relative;
  top: 0.75rem;
  width: 1.25rem;
  padding: 0.25rem;
  height: 1.25rem;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.custom-active span.g-menu-parent-indicator:after {
  content: "\f00d";
}*/
.custom-menu-primary .hs-menu-wrapper>ul ul > li:hover ul {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul {
  margin-left: 10px;
  top: -7px !important;
  margin-top: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul ul ul:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -11px;
  right: -10px;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: -1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li > ul.hs-menu-children-wrapper {
  opacity: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.custom-active > ul.hs-menu-children-wrapper {
  opacity: 1 !important;
}
.events-details-page .events-details-signup-form .hs_error_rollup ul.hs-error-msgs.inputs-list label {
  line-height: 18px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
}



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li.hs-item-has-children:hover >ul {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li.hs-item-has-children >ul {
    display: none !important;
  }
  .custom-logo p {
    padding-right: 2px;
  }
}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 100px;
    left: auto;
    right: 4.5rem;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 2px solid #de373b;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 28px;
    margin-left: -15px;
    padding-left: 1px;
    z-index: 100001;
    color: #de373b;
  }
  .mobile-trigger:after {
    display: inline;
    position: absolute;
    font-size: 140%;
    font-weight: normal;
    content: "Menu";
    right: -65px;
    top: 0px;
    color: #de373b;
    bottom: -1em;
    text-transform: none;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #444;
  }
  .show-mobile-nav #site-wrapper:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
    -moz-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
    transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    position: fixed;
    z-index: 100000;
    opacity: 1;
  }
  /* Change button when menu is open */


  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28571429em;
    text-align: center;
  }
  .mobile-trigger i:after {
    content: "\f0c9";
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    right: 0.938rem;
    text-align: center;
    border: 1px solid #e25155;
    background: #db252a;
    border-radius: 0.1875rem;
    padding: 0.2rem;
    width: 32.38px;
    top: 50%;
    height: 32.38px;
    transform: translateY(-50%);
  }
  .child-trigger:after {
    display: inline-block;
    text-align: center;
    width: 1.5rem;
    line-height: normal;
    font-family: FontAwesome;
    content: "\f054";
    opacity: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

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

  /* Hide menu on mobile */


  /* Make child lists appear below parent items */
  /*   .custom-menu-primary ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
}
  */
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }



  /*CSS*/

  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen > li > a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    color: #fff;
    padding: 0.938rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper li.dl-back > a {
    color: #fff;
    padding: 0.938rem;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper li.dl-back > a:before {
    display: block;
    text-align: center;
    width: 1.28571em;
    font-family: FontAwesome;
    content: "\f053";
    opacity: 0.5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper li.dl-back > a > span {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper > li > a {
    color: #fff;
    padding: 0.938rem;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    font-size: 1rem;
    line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper > li.hs-item-has-children > a {
    padding-right: 50px;
  }
  span.g-menu-parent-indicator {
    display: none;
  }










}


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


.blog-listing-wrapper .post-listing .post-item:first-child {
  float: none;
  margin-left: 0;
  width: 100%;
}
.blog-listing-wrapper .post-listing .post-item {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: 100% 100%;
  text-align: center;
  margin: 1em auto;
  width: 48.93617021276595%;
  float: left;
  margin-left: 2.127659574468085%;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(2n+2) {
  clear: both;
  margin-left: 0;
}
.post-item .post-header h2.title {
  margin: 0.75rem 0 1.5rem 0;
  font-size: 2.25rem;
  text-align: center;
}
.post-item .post-header h2.title a {
  color: #686868;
}
.more-link-group.hide-read-more {
  display: none;
}
.blog-listing-wrapper .post-listing:after {
  content: "";
  display: table;
  clear: both;
}
.custom-list-item {
  margin-bottom: 20px;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
.custom-list-item .post-title {
  margin-bottom: -1px;
}
.custom-list-item .post-title:first-child a{
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}
.custom-list-item .post-title a {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #e6e6e6;
  color: #de373b;
  display: block;
}
.custom-list-item .post-title:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.custom-list-item .post-title a:hover {
  background-color: #d9d9d9;
  border-color: #ddd;
  color: #686868;
}

ul.blog-pagination {
  display: inline-block;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
  list-style: none;
}
ul.blog-pagination li.blog-pagination-center {
  display: inline;
}
ul.blog-pagination li > span,
ul.blog-pagination li a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background: #d9d9d9;
  border: 1px solid #bfbfbf;
  position: relative;
}
ul.blog-pagination li a.first-link,
ul.blog-pagination li > span.first-link {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
ul.blog-pagination li a:hover, ul.blog-pagination li > span:hover {
  background: #f2f2f2;
}

ul.blog-pagination li a.first-link:hover:before {
  content: "Start";
  position: absolute;
  top: -40px;
  bottom: auto;
  background: #000;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.8;
}
ul.blog-pagination li a.prev-link:hover:before {
  content: "Prev";
  position: absolute;
  top: -40px;
  bottom: auto;
  background: #000;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.8;
}
ul.blog-pagination li a.next-link:hover:before {
  content: "Next";
  position: absolute;
  top: -40px;
  bottom: auto;
  background: #000;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.8;
}
ul.blog-pagination li a.last-link:hover:before {
  content: "End";
  position: absolute;
  top: -40px;
  bottom: auto;
  background: #000;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.8;
}
ul.blog-pagination li a > span {
  position: relative;
}
ul.blog-pagination li a:hover > span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: auto;
  left: 50%;
  border-top-color: #000;
  border-width: 5px 5px 0;
  top: -13px;
  margin-left: -2px;
  opacity: 0.8;
}
.blog-pagination a {
  color: #de373b;
}
.more-link-group {
  margin: 1rem 0;
}
ul.blog-pagination li a.last-link, ul.blog-pagination li > span.last-link {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
a.more-link {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.more-link:hover{
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  background-color: #e6e6e6;
}
a.more-link:active{
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.more-link:focus{
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[class^="icon-"], [class*=" icon-"] {
  margin-right: .25em;
  line-height: 14px;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
  content: "\e006";
}
.red-button {
  display: inline-block;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  background: #de373b;
  color: #fff !important;
  font-size: 1rem;
  border: 2px solid transparent;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.5rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.red-button:hover,
.red-button:active,
.red-button:focus {
  background: #c22024;
  color: #fff !important;
}
ul.blog-pagination li a.active {
  cursor: text;
  color: #686868;
}

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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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

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

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


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

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

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

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

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

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

/* -------------- Default Code for Author Bio ------------ */

#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%;
}

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

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

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

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

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

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

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



 
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; padding:0; border:1px solid #de373b; cursor:pointer; font-size:0; min-width:auto;  width:40px; height:40px; line-height:0; outline:none; background:transparent; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#011E24; transition:all .6s ease; }
.slick-arrow:hover { background:#de373b; color:#fff; transition:all .6s ease; }
.slick-arrow:hover:before { color:#fff; transition:all .6s ease; }
.slick-prev { left:0; color:#de373b; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:24px; color:#de373b;  }
.slick-prev:before { content: "\f104"; left:-1px; position: relative; top: 3px; }
.slick-next { right:0;}
.slick-next:before { content: "\f105"; right: -2px; position: relative; top: 3px }


ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  min-width:auto; padding:0; border:0;width:15px; height:15px; border-radius:100%; font-size:0; text-indent:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#de373b; }



/*----*/
.row-fluid .photofilter_module { width:100%; float:left; padding-top: 50px; }
.row-fluid .photofilter_module .gallery_box { width:33.33%; float:left; }
.row-fluid .photofilter_module .gallery_box .gallery_img { width:calc(100% - 10px); position:relative; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; padding: 4px; position: relative; display: block; font-size: 0; line-height: 0; margin: 3px; }
.row-fluid .photofilter_module .gallery_box .gallery_img .gallery_link {  position:absolute; left:0; top:0; width:100%; height:100%; }
.row-fluid .photofilter_module .gallery_box .gallery_img:hover { border-color: #08c; box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

.row-fluid .filter_title { width:100%; float:left; background:#f2f2f2; font-size: 16px; line-height: 26px; padding:15px; color: #303030; margin-bottom: 6px; font-weight: 500; cursor:pointer; position:relative; }
.row-fluid .filter_title:after { position:absolute; content:"\f0d7"; font-family: 'FontAwesome'; right:15px; top:14px; transition:all .6s ease; }
.row-fluid .filter_title.active:after { transition:all .6s ease; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); top: 15px; }

.row-fluid .gallery_filter_option { width:100%; float:right; max-width:300px; position:relative; margin-bottom:0; }
.row-fluid .gallery_filter_option ul { width:100%; float:left; list-style:none; margin:0; padding:0; background:#f2f2f2; display:none; position:absolute; left:0; top:100%; z-index:99; }
.row-fluid .gallery_filter_option ul li { width:100%; float:left; }
.row-fluid .gallery_filter_option ul li a { width:100%; float:left; font-size: 14px; line-height: 26px; padding:10px 15px; color: #303030; border-bottom: 1px solid #ccc; font-weight: 500;  }
.row-fluid .gallery_filter_option ul li:last-child a { margin-bottom:0; border:none; }
.row-fluid .photofilter_module_cover { width:100%; float:left; margin-top:30px; }

/*----*/
.row-fluid .galery_sldier_module { width:100%; float:left; margin:40px 0; }
.row-fluid .galery_sldier_module .photosldier_img { width:100%; float:left; }
.row-fluid .galery_sldier_module .photosldier_item { width:33.33%; float:left; }
.row-fluid .galery_sldier_module .photosldier_item_img { width:calc(100% - 10px); float:left; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; display: block; font-size: 0; line-height: 0; margin: 3px; background-size:cover !important; height:300px; }

.row-fluid .galery_sldier_module .slick-prev { left:-80px; }
.row-fluid .galery_sldier_module .slick-next { right:-80px; }

.row-fluid .photofilter_top { width:100%; float:left; display: flex; align-items: flex-end;} 




/* ==========================================================================
6. FORMS                                        
========================================================================== */
.hs-input.invalid.error {
  border-color: #c87872;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs.inputs-list label {
  color: #f2545b;
}

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

/* Form Field */
.hs-form-field {
  margin-bottom: 18px;
}
.hs-form-required {
  color: red;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  font-family: helvetica;
  color: #33475b;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 8px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  max-width: 767px;
}

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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {color: black;} /* Firefox 18- */
::-moz-placeholder {
    color: black;

} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */
.header-top-col .hs-search-field input.hs-search-field__input:-moz-placeholder {color: black;} /* Firefox 18- */
.header-top-col .hs-search-field input.hs-search-field__input::-moz-placeholder {
    color: black;

}

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin: 10px 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  font-family: helvetica;
  background: #0044cc;
  border-color: #0044cc;
  color: #ffffff;
}

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


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

@-webkit-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8)
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8)
  }

  100% {
    opacity: 1
  }
}

@keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8)
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0)
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0)
  }

  100% {
    opacity: 1
  }
}

@keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0)
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes g-dropdown-bounce-in-left {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none
  }
}

@-moz-keyframes g-dropdown-bounce-in-left {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0)
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0)
  }

  75% {
    -moz-transform: translate3d(-10px, 0, 0)
  }

  90% {
    -moz-transform: translate3d(5px, 0, 0)
  }

  to {
    -moz-transform: none
  }
}

@keyframes g-dropdown-bounce-in-left {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    -o-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }
}

@-webkit-keyframes g-dropdown-bounce-in-down {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none
  }
}

@-moz-keyframes g-dropdown-bounce-in-down {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0)
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0)
  }

  75% {
    -moz-transform: translate3d(0, -10px, 0)
  }

  90% {
    -moz-transform: translate3d(0, 5px, 0)
  }

  to {
    -moz-transform: none
  }
}

@keyframes g-dropdown-bounce-in-down {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }
}

@-webkit-keyframes g-dropdown-bounce-in-right {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none
  }
}

@-moz-keyframes g-dropdown-bounce-in-right {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0)
  }

  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0)
  }

  75% {
    -moz-transform: translate3d(10px, 0, 0)
  }

  90% {
    -moz-transform: translate3d(-5px, 0, 0)
  }

  to {
    -moz-transform: none
  }
}

@keyframes g-dropdown-bounce-in-right {
  from,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
  }
}

.error-page .custom_error_message {
  margin: 0.625rem 0;
  padding: 5.628rem 0.625rem;
  text-align: center;
}
.error-page .custom_error_message h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-family: "montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  width: 90%;
  margin: 0 auto;
}
.error-page .bottom-error_message {
  padding: calc(0.938rem + 0.625rem);
  text-align: center;
  background: #121212;
  color: #fff;
  border-radius: 0 0 4px 4px;
}
.error-page .bottom-error_message > .hs_cos_wrapper {
  padding: 5rem;
}
.error-page .bottom-error_message > .hs_cos_wrapper {
  padding: 5rem;
}
.error-page .bottom-error_message > .hs_cos_wrapper > .hs_cos_wrapper_type_rich_text {
  padding: 0 2%;
  display: block;
}
.error-page .bottom-error_message h2 {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
  text-rendering: optimizeLegibility;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
.error-page .bottom-error_message h2 a:hover {
  opacity: 0.75;
}
.error-page .bottom-error_message h2 a {
  color: #fff;
}
.error-page .bottom-error_message p {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
.error-page .bottom-error_message h6 {
  margin: 0;
}
.error-page .bottom-error_message a.button.blue-button {
  display: inline-block;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  background: #01a3d1;
  color: #fff !important;
  font-size: 1rem;
  border: 2px solid transparent;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1.5rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 2rem;
  margin: 1rem 0 0.75rem 0;
}
.error-page .bottom-error_message a.button.blue-button:hover {
  background: #017b9e;
  color: #fff !important;
}


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

.checkbox-row span.fakelabel span {
  float: none;
}
.error-content {
  padding: 0.938rem;
  background: #017494;
  border-radius: 4px 4px 0 0;
  color: #fff;
  position: relative;
}
.error-content div.hs_cos_wrapper {
  padding: 5rem;
}
.error-content h3 {
  padding-top: 1rem;
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
  text-rendering: optimizeLegibility;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
.error-content h6 {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: bold;
  margin: 0;
}
.error-content {
  text-align: center;
}
.header-top-col .hs-search-field input.hs-search-field__input::placeholder {
  color: #999b9c;
  opacity:1;
}

.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h1 a, 
.home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 a {
  font-size: 1.75em;
  text-decoration: none;
  color: inherit;
}
.fancybox-caption__body span {
  display: block;
  padding-top: 10px;
  font-weight: normal;
}

.search-page .hs-search-results__listing li {
  padding: 10px 0;
}
.search-page .hs-search-results__listing {
  list-style: decimal;
  padding-left: 20px;
}
.header-top-col .hs-search-field input.hs-search-field__input:hover {
  border-color: #de373b;
}

/* articles blog 2019 */
.row-fluid .articles-main { padding: 60px 0; }
.row-fluid .articles-main .listing-show { padding: 0 0 60px 0; }
.articles-blog { float: left; width: 100%; }
.row-fluid .articles-blog .blog-listing-wrapper .post-listing .post-item { float: left; width: 50%; margin: 0; padding: 0 15px 50px; background: transparent; border: none; }
.row-fluid  .post-item-wrap .post-body.clearfix { border-radius: 10px; overflow: hidden;margin: 0 0 15px 0; }
.row-fluid  .post-item-wrap .post-body.clearfix .hs-featured-image-wrapper { width: 100%; float: left;  }
.row-fluid  .post-item-wrap .post-body.clearfix .hs-featured-image-wrapper a.hs-featured-image-link { display: block; width: 100%; }
.row-fluid  .post-item-wrap .post-body.clearfix .hs-featured-image-wrapper a.hs-featured-image-link img { margin: 0; max-width: 100%; height: 250px; width: 100%; float: left; object-fit: cover; object-position: top; max-height: inherit; transition: all 0.5s;}
.row-fluid .post-item-wrap .post-body.clearfix .hs-featured-image-wrapper a.hs-featured-image-link img:hover {transform: scale(1.1);}
.post-item-wrap .post-header h2 a:hover .post-item-wrap .post-body.clearfix .hs-featured-image-wrapper a.hs-featured-image-link img {transform: scale(1.1);}
.post-item-wrap .post-header { text-align: left; }
.post-item-wrap .post-header h2 a { font-size: 24px; line-height: normal; float:left; width:100%; color: #686868; }
.post-item-wrap .post-header h2{margin: 0; }
.post-item-wrap .post-header h2 a:hover, .post-item-wrap .hubspot-editable a:hover{    color: #de373b;}
.post-item-wrap .hubspot-editable {margin: 10px 0;}
.post-item-wrap .hubspot-editable a{ color: #686868; }
.post-item-wrap .body-text { padding: 0 0 20px; }
.row-fluid .post-item-wrap  a.more-link { display: inline-block; text-shadow: none; border: 1px solid #BA0020; border-radius: 0; padding: 5px 20px; color: #BA0020; position: relative; font-weight: 600; }
.row-fluid .post-item-wrap a.more-link:hover { border-color: #006ca9; color: #fff; background: #006ca9; }
.row-fluid .articles-blog .blog-section { width: auto; margin: 0 -15px; }
.row-fluid .popular-post-wrapper  a { color: #686868; }
.row-fluid .popular-post-wrapper  a:hover { color: #de373b; }
.row-fluid .popular-post-wrapper { padding: 10px 15px 15px; border: 1px solid #686868; border-radius: 10px; margin: 25px 0; }
.row-fluid .popular-post-wrapper h2 { font-size: 24px; line-height: 36px; margin: 0 0 15px 0; }
.popular-posts { float: left; width: 100%; padding: 0 0 20px 0; }
.popular-posts:last-child { padding-bottom: 0; }
.articles-form { border: 1px solid #686868; padding: 10px 15px 20px; border-radius: 10px; }
.row-fluid .articles-form h3 { margin: 0 0 15px 0; }
.row-fluid .articles-form .hs-form-required { color: #686868; }
.row-fluid .articles-form form .hs-error-msgs { display: block !important; }
.row-fluid  ul.hs-error-msgs.inputs-list label { margin: 5px 0; display: block; }
.row-fluid  .submitted-message { padding: 5px 0 0 0; }
.row-fluid .actions input.hs-button.primary { display: inline-block !important; text-shadow: none; border: 1px solid #BA0020; border-radius: 0; padding: 9px 20px !important; color: #BA0020; position: relative; font-weight: 600; background: #f5f5f5; margin: 0 !important; }
.row-fluid .actions input.hs-button.primary:hover { border-color: #006ca9; color: #fff; background: #006ca9; }
.row-fluid .articles-blog .show-more.button-1.text-center a {display: inline-block;text-shadow: none;border: 1px solid #BA0020;border-radius: 0;padding: 5px 20px;color: #BA0020;position: relative;font-weight: 600;font-size: 14px;background-color: #f5f5f5;}
.row-fluid .articles-blog .show-more.button-1.text-center a:hover {border-color: #006ca9;color: #fff;background: #006ca9;}
.row-fluid .articles-blog .show-more.button-1.text-center {margin: 20px 0 0 0;}

.main-dropdown { float: left; width: 100%; }
.main-dropdown >  span { display: inline-block; border: 1px solid #686868; width: 100%; padding: 12px 15px 10px; margin: 0; font-weight: 600; font-size: 18px; border-radius: 10px; position: relative; cursor: pointer; transition: all 1s ease;}
.main-dropdown > span:before { content: '\f107'; position: absolute; right: 15px; font-family: fontawesome; font-size: 22px; top: 50%; transform: translateY(-50%); }
/* .main-dropdown.rotate > span.rotate:before { content: '\f106'; } */
.main-dropdown > span.rotate:before {content: '\f106';}
.main-dropdown span.rotate {border-radius: 10px 10px 0 0;}
.filter-dropdown { padding: 15px 0; }
.filter-dropdown:last-child{padding-top: 0; }
.filter-dropdown ul { margin: 0; padding: 15px;}
.filter-dropdown ul.option-set.sort-by.clearfix li, .filter-dropdown ul.option-set.sort-by.clearfix li label{padding-bottom: 5px;}
.filter-dropdown ul.option-set.sort-by.clearfix li a {color: #686868;}
.filter-dropdown li label {display: inline-block;padding: 0 0 5px 30px;font-size: 16px;color: #686868;    width: 100%; cursor: pointer; }
.filter-dropdown li label:hover{color: #de373b; }
.filter-dropdown li{position:relative}
.row-fluid .filter-dropdown  input[type="checkbox"]{position:absolute;opacity:0;width:20px;height:20px;left:-2px;top:5px;margin:0;}
.row-fluid .filter-dropdown  input[type="checkbox"]+span{position:relative;display:block}
.row-fluid .filter-dropdown  input[type="checkbox"]+span:before{position: absolute;left: -30px;top: 3px;content: '';width: 15px;height: 15px;border: 1px solid #686868;color: #000;background: #fff;}
.row-fluid .filter-dropdown  input[type="checkbox"]+span:after{  text-align: center;opacity: 0;visibility: hidden;color: #686868;
position: absolute;left:-29px;top: 6px;content: '\f00c';font-size: 14px;font-family: 'FontAwesome';width: 0;line-height: 9px;height: 0;}
.row-fluid .filter-dropdown  input[type="checkbox"]:checked+span:after{opacity:1;visibility:visible}

.filter-dropdown ul.option-set.sort-by.clearfix li a:hover{    color: #de373b;}
.filter-dropdown li { list-style: none; }
.filter-dropdownwrap span.option-title{font-size: 18px;width: 100%;display: inline-block;padding: 0 15px 10px 15px;border-bottom: 1px solid #686868; font-weight: 600; }
.main-dropdowm-wrapper { float: left; display: none; width: 100%;     border: 1px solid #686868;border-top: 0;border-radius: 0 0 10px 10px;}
.articles-blog-post-page h1 { font-size: 35px; margin: 0 0 30px 0; line-height: 45px; text-align: center; }
.row-fluid .hubspot-editable a { color: #686868; }
.row-fluid .hubspot-editable a:hover { color: #de373b; }
.hs-blog-post .row-fluid .articles-left-section { float: left; width: 100%; }
.row-fluid .articles-blog-post-page img { max-width: 800px; height: 300px; width: 100%; object-fit: cover; object-position: top; float: none; margin: 0; }
.post-page-image { float: left; width: 100%; text-align: center; }
.hubspot-editable { margin: 25px 0 10px 0; float: left; width: 100%; }
.row-fluid .articles-blog-post-page .section.post-body { float: left; width: 100%; }
.row-fluid .section.post-body h3 { font-size: 20px; line-height: 30px; }
.row-fluid .articles-blog-post-page #comments-listing { margin-top: 43px; }
.row-fluid .articles-blog-post-page .section.post-body p { margin: 0 0 25px 0; }
.row-fluid .articles-blog-post-page   h3 { margin: 0 0 25px 0; }
.row-fluid .articles-blog-post-page .section.post-body p:last-child { margin-bottom: 0; }
.row-fluid .articles-main .section.post-footer h3 { margin: 0 0 25px 0; }
.row-fluid .articles-main .section.post-footer form { max-width: 800px; margin: 0 auto; }
.row-fluid .articles-main .section.post-footer form input, .row-fluid .articles-main .section.post-footer form  textarea { max-width: 100%; }
.row-fluid .articles-main .section.post-footer form  textarea { min-height: 150px; }
.row-fluid .articles-main .section.post-footer form .hs-form-required { color: #686868 }
.row-fluid .articles-main .section.post-footer form .hs-error-msgs { display: block !important; }
.row-fluid .iframe-wrapper { text-align: center; }


.row-fluid .instagram-section ul {margin: 0;}
.row-fluid .instagram-section ul li { list-style: none; float: left; width: 50%; padding: 10px;}
.row-fluid .instagram-section div#pics { width: auto; margin: 15px -10px;}
.row-fluid .instagram-section ul li a{ display: inline-block; }
.row-fluid .instagram-section ul li a img { width: 100%; height: 150px; object-fit: cover;}
/* .row-fluid .footer-section { margin: 30px 0 0 0;} */

/* .isotope-wrapper > div > div:last-child a.more-link {
    margin-bottom: 50px;
} */

.row-fluid .instagram-section {margin: 25px 0;    border: 1px solid #686868; padding: 10px 15px 15px; border-radius: 10px;}
.row-fluid .instagram-section h3 {margin: 0;}


.row-fluid .articles-blog-post-page img{max-width: 100%;}

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


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

@media only screen and (min-width: 720px){
  .footer-container .split-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-rule: 1px outset rgba(104, 104, 104, 0.5);
    -moz-column-rule: 1px outset rgba(104, 104, 104, 0.5);
    column-rule: 1px outset rgba(104, 104, 104, 0.5);
    column-gap: 30px;
  }
  
}


@media only screen and (min-width: 768px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #de373b;
  }
  .header-top-col .hs-search-field {
    margin-top: 12px;
    margin-bottom: -35px;
  }
  .ts-translate-align {
    margin-top: -11px;
    margin-bottom: -35px;
  }
  .header-top-group .custom-logo {
    display:none !important;
  }
  .ts-home-row {
    background-color: #444;
    color: #ea0;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    margin-top: 50px;
  }
  .ts-home-row:hover {
    background-color: #de373b;
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .ts-cell {
    display: table-cell;
    float: none;
    width: 50%;
    height: 100%;
    vertical-align: top;
  }
  .ts-cell-text {
    padding: 0 3em;
  }
  .ts-cell.without-image {
    width: 100%;
  }
  .ts-home-row h1, 
  .ts-home-row h2 {
    text-align: center;
  }
  .ts-gs-dim .ts-img-dim {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .ts-cell a {
    color: #ea0;
  }
  .ts-cell a:hover {
    color: white;
  }
  .ts-home-row:hover .ts-img-dim {
    opacity: 1;
    filter: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .split-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-rule: 1px outset rgba(104, 104, 104, 0.5);
    -moz-column-rule: 1px outset rgba(104, 104, 104, 0.5);
    column-rule: 1px outset rgba(104, 104, 104, 0.5);
    column-gap: 30px;
  }
  .split-cols blockquote {
    margin-top: -1em;
    margin-bottom: 3em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #de373b;
    border-bottom: 5px solid #de373b;
    margin-bottom: -5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch > a {
    color: #de373b;
    border-bottom: 2px solid #de373b;
  }

}

@media(max-width:1199px){
  .row-fluid .instagram-section ul li a img{height: 120px;}  
}
@media(max-width:991px){
  .row-fluid .articles-right-section > div:last-child{width: 100%; }
  .row-fluid .instagram-section ul li{    width: 16.66%;}
}


@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
  .container-fluid .row-fluid .page-center{
    max-width: 60rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: -31px;
  }
}
@media only all and (max-width: 1199px) {
  .home-gallery{
      min-height: 468px !important;
  }
  
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img,
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper{
    height: 468px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper a[href*="/services/micro-welding"] + .caption h1 {
    font-size: 37.4px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.bottom {
    font-size: 31.1667px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .caption h2,
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.top {
    font-size: 37.4px;
  }
  
}
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
  .container-fluid .row-fluid .page-center{
    max-width: 48rem;
  }
  .row-fluid .instagram-section ul li a img{    height: 100px;}
  .row-fluid .instagram-section ul li{padding: 5px; }
  .row-fluid .instagram-section div#pics{margin: 15px -5px;}

}
@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
  .container-fluid .row-fluid .page-center{
    max-width: 30rem;
  }
  
  .error-page .page-center {
    padding: 0;
  }
}

@media (max-width: 1200px){
  .body-container .page-center {
    padding: 0.938rem;
  }
}

@media (max-width: 1200px) and (min-width:960px){
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    padding-left: 0px;
    padding-right: 3px;
    width: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 0.9em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 7px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin: 0;
  }
  .header-icon-link .ts-icons {
    margin-left: -70px;
  }
  .header-icon-link .ts-icons img {
    margin: 0 3px !important;
  }



}

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

@media (max-width: 959px) {
  .custom-logo {
    width: 100% !important;
    float: none !IMPORTANT;
  }
  .header-bottom-right {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: 0;
  }
   .home-gallery{
      min-height: 372px !important;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img, 
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    height: 372px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper a[href*="/services/micro-welding"] + .caption h1,
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .caption h2, 
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.top {
    font-size: 29.72px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.bottom {
    font-size: 24.7667px;
  }
  .header-top-col.col-1 {
    width: 30%;
  }
  .header-top-col.col-3 {
    width: 30%;
  }


}
@media (max-width: 959px) and (min-width:768px){
  span.wf_caption {
    max-width: 340px !important;
  }
}
@media (max-width: 780px) and (min-width:768px){
  .split-cols td {
    padding: 0.5rem 0.2rem;
  }
  
}

@media (max-width: 1400px) and (min-width:992px){  

  .row-fluid .galery_sldier_module .slick-prev { left: -60px; }    
  .row-fluid .galery_sldier_module .slick-next { right: -60px; }    

   .row-fluid .galery_sldier_module .page-center { max-width: 65rem; }
  
}

@media (max-width: 1240px) and (min-width:992px){ 

  .row-fluid .galery_sldier_module .photosldier_item_img { height:230px; }
  
  
}

@media(max-width: 991px)
  {
    .row-fluid .articles-left-section {float:left; width: 100%;margin: 0;}   
    .articles-blog{max-width: 700px;margin: 0 auto;float: none;}
    .main-dropdown{max-width: 400px;margin: 0 auto 50px;float: none; position: relative;}
    .main-dropdowm-wrapper{position: absolute; top: 100%; left: 0; right: 0; z-index: 1; background: #f5f5f5;}
    .row-fluid .articles-right-section {    margin: 70px 0 0; float: left; width: 100%;}
    .row-fluid .articles-right-section > div:first-child {display: none;}
    .row-fluid .articles-right-section > div { float: left; width: 50%; padding: 0 15px;} 
    .row-fluid .popular-post-wrapper{margin: 0;}
    .row-fluid .articles-main .listing-show{padding: 0 0 30px 0;}
/*      .row-fluid .articles-form {position: relative;}
    .row-fluid .articles-form form{position: absolute; height: 100%; width: 100%; left: 0; top: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 15px;}  */
}


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

@media (max-width: 767px) {
   
  
  .row-fluid .photofilter_top { display:block; }
  .photofilter_richtext { width:100%; margin-bottom:20px; text-align:center; }
  .photofilter_richtext p { margin:5px 0; }
  .photofilter_richtext h1 { margin-bottom:10px; }
  .row-fluid .gallery_filter_option { float:none; margin:0 auto; display:flex; }
  .row-fluid .photofilter_module .gallery_box { width:100%;} 
  .row-fluid .photofilter_module { padding-top:30px; }
  
  .header-bottom-right .custom-menu-primary {
    display: none !important;
  }
  .show-mobile-nav .custom-menu-primary.visible-phone {
    display: block !important;
  }
  .custom-menu-primary.visible-phone {
    display: none !important;
  }
  .header-bottom-group .custom-logo {
    display:none !important;
  }
  .header-top-group .custom-logo {
    padding: calc(0.938rem + 0.625rem);
    padding-bottom: 0.938rem;
  }
  .header-top-group .custom-logo > .hs_cos_wrapper {
    padding-top: 1rem;
  }
  .header-top-col {
    display: none !important;
  }
  .header-top-col.col-3,
  .header-top-col.col-1,
  .header-top-col.col-4{
    padding-top: 3px;
    width: 100%;
  }
  .header-top-col.col-2 {
    display: block !important;
    padding-top: 3px;
    width: 100%;
  }
  .header-icon-link {
    display: none !important;
  }
  .show-mobile-nav .overlay {
    display:block;
  }
  .overlay {
    position: fixed;
    top: 0;
    width: calc(100% - 12rem);
    height: 100%;
    display:none;
    right: 0;
    z-index: 999;
  }
  #site-wrapper {
    transform: translate3d(0, 0px, 0px);
    transition:transform 300ms ease 0s;
    transition: -webkit-transform 300ms ease 0s;
    position: relative;
    z-index: 99;
    background: #fff;
  }
  .show-mobile-nav #site-wrapper {
    transform: translate3d(192px, 0px, 0px);
    transition:transform 300ms ease 0s;
    transition: -webkit-transform 300ms ease 0s;
  }
  div#site-wrapper-group {
    position: relative;
    overflow: hidden;
  }
  .custom-menu-primary.mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    background: #9d0000;
    width: 12rem;
    color: #fff;
    z-index:999;
    right: inherit;
    display: block;
    transition: left 300ms ease 0s;
  }
  .show-mobile-nav .custom-menu-primary.mobile-menu {
    transition: left 300ms ease 0s;
  }
  .back-to-top, .custom-home-link {
    width: 50% !IMPORTANT;
    float: left !important;
    margin: 0 !important;
  }
  .custom-copyright {
    padding-bottom: 89px;
    padding-top: 18px;
  }
  .back-to-top p {
    margin-bottom: 0;
    padding-top: 8px;
  }
  .footer-bottom-group {
    padding-top: 17px;
  }
  .footer-right-link, .footer-left {
    margin-bottom: 0;
  }
  .eventgallery-imagelist .hs_cos_gallery_main .hs_cos_gallery_slide {
    width: 100% !important;
    float: none !IMPORTANT;
  }
  .contact-layout .body-container {
    padding-top: 0;
  }
  .contact-layout .body-container .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-layout .row-1-col{
    padding-left: 0;
    padding-right: 0;
  }
  .contact-layout .contact-form{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .contact-form form .hs-form-field {
    width: 100% !important;
    float: none !IMPORTANT;
  }
  .contact-layout .row-2-group .page-center {
    padding: 0;
  }
  .contact-layout .row-2-col h1 {
    margin-bottom: 0.4em !important;
  }
  .home-gallery{
    min-height: 240px !important;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img,
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    height: 240px;
  }
  .home-gallery .hs_cos_gallery_main button.slick-next,
  .home-gallery .hs_cos_gallery_main button.slick-prev{
    width: 22.39px;
    height: 22.39px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .caption {
    background: transparent;
    padding: 0 13.5333px;
    bottom: auto;
    top: 11.4px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper a[href*="/services/micro-welding"] + .caption h1, 
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .caption h2,
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.top {
    font-size: 19.2px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper a[href*="/services/micro-welding"] + .caption {
    top: auto;
    bottom: 20px;
    padding: 0 19.8px;
  }
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper img[title*="Aerospace Applications"] + .caption h2.bottom {
    font-size: 16px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    display: inline-block;
  }
  .pull-right {
    float: none;
    text-align: right;
  }
  span[style*="float"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .content-group-wrapper p[style*="float"] {
    width: 100% !important;
  }
  .content-group-wrapper p[style*="float"],
  .content-group-wrapper img[style*="float"] {
    float: none !important;
    margin-right: 0 !important;
    display: block;
  }
  .testimonial-wrapper blockquote:first-of-type {
    margin-top: 10px;
  }
  .events-wrapper .events-page ul {
    margin-left: 0;
  }
  .events-details-top-content {
    padding-left: 0;
    padding-right: 0;
  }
  .events-details-address {
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
  }
  .events-details-map > .hs_cos_wrapper > .hs_cos_wrapper > iframe {
    min-height: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover,
  .custom-menu-primary .hs-menu-wrapper > ul:not([class*="item-2-"]) > li.active,
  .custom-menu-primary .hs-menu-wrapper > ul:not([class*="item-2-"]) > li.active-branch {
    background: #cb2126;
  }
  .blog-post-wrapper .post-body img {
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #sticky-wrapper {
    height: auto !important;
    position: relative;
  }
  .header-bottom-group {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.item-2-5 > li.hs-menu-item > a {
    line-height: 1rem;
    padding: 0.938rem;
    margin: 4px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.item-2 > li.hs-menu-item > a {
    line-height: 1rem;
    padding-top: calc(0.938rem + 4px);
    padding-bottom: calc(0.938rem + 4px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    background: #d82428;
  }
  .child-trigger:hover {
    background: #cb2126;
  }
  
  .row-fluid .articles-main .section.post-footer form fieldset > div {
    width: 100%;
    padding: 0;
}
    
/*   .articles-blog, .main-dropdown{max-width: 400px;} */
   .row-fluid .articles-main{max-width:450px; margin: 0 auto !important; float: none;} 
  .row-fluid .articles-right-section > div{width: 100%; margin: 15px 0; padding:0; }
  .row-fluid .articles-section{}
  .row-fluid .articles-right-section > div:last-child{    margin: 0;}
  .row-fluid .instagram-section ul li{width: 33.33%; }
  .row-fluid .instagram-section ul li a img{height: 120px; }
  .row-fluid .instagram-section{margin:0; }
  .row-fluid .articles-right-section > div:nth-child(4){margin:0; }
  
  .main-content p img { width: 100% !important; float: left !important; margin: 10px 0px 25px !important; max-height: 400px; object-fit: contain;}
  .main-content h2 img { width: 100% !important; float: left !important; margin: 10px 0px 25px !important; max-height: 400px; object-fit: contain;}
  
/*   13-06-2019  */
  .body-container .galery_sldier_module .page-center { padding:  0 0.938rem; }
  .row-fluid .galery_sldier_module {  margin: 0 0 20px; }
  .row-fluid .galery_sldier_module ul.slick-dots { padding: 0; }
  
}  


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

@media (max-width: 479px) {
  .events-wrapper .events-page ul li a > div {
    width: 100%;
    display: block;
    text-align: left;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .custom-copyright div.hs_cos_wrapper {
    padding: 0.469rem 0.938rem 0 0.938rem;
  }
  .custom-copyright div.hs_cos_wrapper p {
    margin-bottom: 0;
  }
  .custom-home-link {
    padding-right: 0;
  }
  .back-to-top {
    padding-left: 0;
  }
  .custom-copyright div.hs_cos_wrapper p {
    margin: 9px 0 0;
  }
  .blog-recent-post .hs-rss-item-text table {
    width: 100% !important;
  }
  .blog-listing-wrapper .post-listing .post-item table {
    width: 100% !important;
  }
  .blog-post-wrapper .post-body table {
    width: 100% !important;
  }
  .form_text .hs-richtext a {
    word-break: break-word;
    font-size: 12px;
  }
  .contact-form form  .hs-form-field .hs-input , 
  .form_text .hs-form-field .hs-input {
    width: 100% !important;
  }
  .error-page .page-center {
    padding: 0;
  }
 
  .error-page .bottom-error_message > .hs_cos_wrapper {
    padding: 5rem 2rem;
  }
  .error-content div.hs_cos_wrapper {
    padding: 5rem 2rem;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .row-fluid .articles-main{    padding: 30px 0;}
  .row-fluid .articles-blog .blog-listing-wrapper .post-listing .post-item{padding: 0 15px 30px;}
  .row-fluid .articles-right-section{    margin: 40px 0 0;}
  .articles-blog-post-page h1{margin: 0 0 20px 0;}
  .row-fluid .instagram-section ul li{    width: 50%;padding: 5px;}
  .row-fluid .instagram-section ul li a img{height: 140px;}
  .row-fluid .instagram-section div#pics{    margin: 15px -5px;}
}
@media (max-width: 379px) {
  .contact-layout .row-1-col p a {
    font-size: 90%;
  }
  .contact-layout .contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:768px) {
  .header-address{
    position: static;
    text-align: center;
    padding: 10px;
  }
  
  .header-phone{
    position: static;
    text-align: center;
    padding: 10px;
  }
  
  .header-spacing{
    display: none !important;
  }
  
  .navigation{
    display: none !important;
  }
  
  .header-slider{
    max-width: 100% !important;
    padding: 0 !important;
    margin-left: 0;
  }
}

/* ==========================================================================
0.5. CUSTOM CSS
========================================================================== */

.header-address{
  position: absolute;
  top: 10px;
  left: 10%;
  width: fit-content;
}

.header-phone{
  position: absolute;
  width: fit-content;
  top: 10px;
  right: 2.5%;
  text-align: right;
}

.header-spacing{
  height: 2.5vw;
}

.header-slider{
  max-width: calc(100% - 50px) !important;
  padding: 0px !important;
  margin-left: var(--size) !important;
}

.hs-responsive-embed-iframe{
  max-width: 1000px;
  max-height: 560px;
  width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
}

@media only screen and (max-width: 959px) {
  .header-slider{
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  
  .header-phone{
    display: none !important;
  }
  
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h1 a, 
  .home-gallery .hs_cos_gallery_main .hs_cos_gallery_slide .slick-slide-inner-wrapper .caption h2 a {
    font-size: 0.6em;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width:960px) and (max-width:1199px) {
  .header-slider{
    margin-left: var(--size1) !important;
  }
}


/* Blog 2019 Css */

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; z-index:0; }
.row-fluid .bg-img { display:none; }

.row-fluid .blog-main { padding:60px 0 60px; float:left; width:100%; }     
.row-fluid .post-raw { margin-top:60px;  font-size: 19px; color:#464646; float:left; width:100%; } 
body .row-fluid .post-raw h3 { float:left; width:100%; }
.row-fluid .post-raw h2 {  color:#686868; float:left; width:100%; margin-bottom: 40px; }
.row-fluid .post-raw h3 , .row-fluid .post-raw h3 a {  margin:-5px 0 7px 0; color:#686868; float:left; width:auto; }       
.row-fluid .post-raw h3 a:hover , .row-fluid .post-date a:hover { color:#BA0020; } 
.row-fluid .post-date { display: flex; align-items: center; color:#555555; margin:10px 0 10px; width:100%; justify-content: space-between; font-size:16px; }   
.row-fluid .post-date a { color:#686868; display:inline-block; margin-right:10px; } 
.row-fluid .post-date p { margin:0; } 
.row-fluid .post-date .boxed-label { pointer-events: none; min-width: 110px; display:inline-block; background:#BA0020; padding:5px 10px; color:#fff; margin:0; cursor:pointer; text-align:center; line-height:normal; } 
.row-fluid .post-raw .post-img-height { overflow:hidden; border-radius: 5px; float:left; width:100%;  -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;   }
.row-fluid .post-raw .bgimg-main { float:left; width:100%; height:250px; position:relative; overflow:hidden; }      
.row-fluid .main-css { float:left; width:100%; } 
.row-fluid .post-raw .post-img-height:hover .bgimg-main { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.row-fluid .post-raw .more-link { display:inline-block; text-shadow:none; border:1px solid #BA0020; border-radius:0; padding: 5px 20px; color:#BA0020; position:relative; margin-top:20px; font-weight:600; }
.row-fluid .post-date .boxed-label:hover , .row-fluid .post-raw .more-link:hover , .row-fluid .blog-pagination-raw .all-posts-link:hover , .row-fluid .more-out:hover { color:#fff; background: #006ca9; }
.row-fluid .post-raw .more-link:hover , .row-fluid .more-out:hover  { border-color:#006ca9; }  
.text-center { text-align:center; } 
.text-right { text-align:right; }
.row-fluid .blog-pagination-raw .all-posts-link { display:none; text-transform:uppercase; background: #BA0020; padding: 5px 20px; color: #fff; margin: 60px 0 40px; cursor: pointer; }
.hs-blog-post .row-fluid .listing-show , .hs-blog-listing .post-form-show { display:none !important; }  
.row-fluid .post-inner-section h1 { text-align:center; padding-bottom:20px; }
.row-fluid .post-left { float:left; width:35%; padding-right:50px; }
.row-fluid .post-right { float:left; width:65%; font-size:16px; }
.row-fluid .post-full-raw { margin-top:50px; }
.hs-blog-post .row-fluid .post-left strong { padding-left:30px; float:left; margin:18px 0; width:100%; } 
.row-fluid .post-raw:hover .bgimg-main:after { top:0; }         
.row-fluid .more-out { display: inline-block; line-height:normal; text-align:center; text-shadow: none; border: 1px solid #BA0020; border-radius: 0; padding: 5px 10px; color: #BA0020; position: relative; margin-top: 15px; font-weight: 600; }
.post-form-show { text-align:left;width: 590px !important; margin: 0 auto; max-width: 100%; float: none !important; display: inline-block !important; }
.post-form-show h3 { font-size: 16.38px; margin: 1em 0; line-height: 24px; color: #33475b; float:left; width:100%; padding-top:40px; }
.post-form-show form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }
.post-form-show form .form-columns-1 .input , form .form-columns-2 .input  { margin-right:0 !important; }
.post-form-show form .form-columns-1 .input textarea , form .form-columns-1 .input input , form .form-columns-1 .input select  { width:100% !important; }
.post-form-show form .form-columns-1 .input input { float:left; width:100% !important;  max-width: 100%; }
.post-form-show form .actions { float:left; width:100%; text-align:right; font-size: 12px; }  
.post-form-show form .actions input { font-size:12px; }  

.post-form-show form .form-columns-2 { width:100%; }
.post-form-show form .form-columns-2 .input input { width:100% !important; }
.post-form-show form .hs-fieldtype-booleancheckbox .input input  { width:auto !important; height:auto !important; }  
.post-form-show form .form-columns-2 .hs-form-field:first-child { padding-right:10px !important; padding-left:0 !important;  }
.post-form-show form .form-columns-2 .hs-form-field:last-child { padding-left:10px !important; padding-right:0 !important; }
.post-form-show form .form-columns-2 .hs-form-field { width: 50% !important; }
.post-form-show form .form-columns-1 .hs-form-field { padding-right:0 !important; }
.post-form-show form .hs_recaptcha { float:left; width:100%; }
 
.post-form-show form .hs-form-required , form .hs-error-msgs  { display:none !important; }
.row-fluid .post-inner-section img { margin:0 20px 20px 20px !important; } 

.hs-blog-listing .row-fluid .post-right .post-date { float:left; width:100%; display:block; margin:0; } 
.hs-blog-listing .row-fluid .post-right .post-date > div > div { float:left; width:auto; margin:13px 10px 13px 0; display:none; }  

.hs-blog-listing .row-fluid .post-right .post-date > div > div.post--city , .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--state , .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--date , .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--state { display:block; }    
.row-fluid .topic-label  { float:right; width:auto; padding-left:10px; } 

/* 05-06-2019 */
.row-fluid .blg_list .load-more { width: 100%; float: left; text-align: center; }
.row-fluid .blg_list .load-more a.load { display: inline-block; text-shadow: none; border: 1px solid #BA0020; border-radius: 0; padding: 5px 20px; color: #BA0020; position: relative; margin-top: 20px; font-weight: 600; margin-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; background-color: #f5f5f5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.row-fluid .blg_list .load-more a.load:hover { color: #fff; background: #006ca9; border-color: #006ca9; }

@media (max-width: 992px) and (min-width:768px){  
  
  .row-fluid .blog-main { padding:20px 0; } 
  .row-fluid .post-left { padding-right: 30px; width:40%; }
  .row-fluid .post-right {  width:60%; }
  .hs-blog-post .row-fluid .post-left strong { padding-left: 20px; }
  .post-form-show h3 { padding-top: 30px; }
  .row-fluid .post-date .boxed-label { min-width:initial; }
  .row-fluid .post-raw h2 { font-size: 30px; margin-bottom: 35px; }
  .listing-show h1 { font-size: 30px; } 
  
  .hs-blog-listing .row-fluid .post-right .post-date { display:block; }
  .hs-blog-listing .row-fluid .post-right .post-date > div { float:left; width:100%; padding:0; }
  
/*   .row-fluid .articles-right-section{width: 100%;max-width: 767px;margin: 0 auto;float: none;} */
  
}

@media (min-width: 1240px) { 
  
  .hs-blog-listing .row-fluid .post-left { width: 30%; } 
  .hs-blog-listing .row-fluid .post-right { width: 70%;}
  .row-fluid .post-raw .bgimg-main { height: 250px; }
  
}

@media (min-width: 768px) { 
  
  .hs-blog-listing .row-fluid .post-right .post-date {  align-items:center; }
  .row-fluid .post-date .boxed-label { margin: 10px 0 10px 0; }    
  
}

@media (max-width: 767px) and (min-width:30px){  
  
  .row-fluid .blog-main { padding:20px 0; }  
  .row-fluid .post-left , .row-fluid .post-right { width:100%; padding:10px 0; }     
  .row-fluid .listing-show { text-align:center; }
  .row-fluid .listing-show h1 { line-height:normal; font-size:28px; }
  .row-fluid .post-raw { margin-top: 30px; text-align:center; } 
  .hs-blog-listing .row-fluid .post-left { margin-bottom:20px; }    
  .row-fluid .post-date { flex-direction: column; } 
  .row-fluid .post-date .boxed-label {     margin: 4px 2px; }
  .row-fluid .post-raw h3 , .row-fluid .post-inner-section h1 { width:100%; font-size:24px; }   
  .row-fluid .post-raw h3 a { float:none; }  
  .row-fluid .post-raw .more-link { margin-top: 10px; } 
  .row-fluid .blog-pagination-raw .all-posts-link { margin: 50px 0 10px; } 
  .row-fluid .post-raw .bgimg-main { height: 260px; } 
  .row-fluid .post-inner-section { text-align:center; } 
  .hs-blog-post .row-fluid .post-left strong { padding:0; } 
  .post-form-show h3 {  padding-top: 20px; text-align:center } 
   body .post-form-show form .form-columns-2 .hs-form-field , .post-form-show form .form-columns-2 .hs-form-field:first-child , .post-form-show form .form-columns-2 .hs-form-field:last-child{ margin:0px 0 0 0 !important; width:100% !important; padding:0 !important;  }  
  .post-form-show form .form-columns-2 { margin:0; }
  .post-form-show form .input input { margin:0 0 10px 0; }  
  .post-form-show form .actions { text-align:center } 
  .row-fluid .post-inner-section img { margin:15px 0 !important; float: none !important; }
  .row-fluid .post-inner-section h1 { padding-bottom: 10px; }
  .hs-blog-listing .row-fluid .post-right .post-date { text-align:center; width:100%; }
  .hs-blog-listing .row-fluid .post-right .post-date > div { width:100%; padding:0px 0 10px 0; }
  body .row-fluid .post-raw h3 { text-align:center; }
  .hs-blog-listing .row-fluid .post-right .post-date > div > div { margin:5px 10px; float:none;  width:auto; }
  .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--city, .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--state, .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--date, .hs-blog-listing .row-fluid .post-right .post-date > div > div.post--state { display:inline-block; }
  .row-fluid .post-raw h2 { font-size: 24px; margin-bottom: 25px; }
  
}

.row-fluid #map_canvas { height: 264px !important; width: 570px !important; max-width: 100% !important; float: right !important;max-width:100%; }
.row-fluid .post-inner-section #map_canvas img { margin:0 !important; }