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

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

@font-face {
    font-family: 'Honeywell Sans Web';
    src:    url('HoneywellSansWeb-Light.eot');
    src:    url('HoneywellSansWeb-Light.eot?#iefix') format('embedded-opentype'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Light.woff') format('woff'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Light.woff2') format('woff2'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Honeywell Sans Web';
    src:    url('HoneywellSansWeb-Medium.eot');
    src:    url('HoneywellSansWeb-Medium.eot?#iefix') format('embedded-opentype'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Medium.woff') format('woff'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Medium.woff2') format('woff2'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Honeywell Sans Web';
    src:    url('HoneywellSansWeb-bold.eot');
    src:    url('HoneywellSansWeb-bold.eot?#iefix') format('embedded-opentype'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Bold.woff') format('woff'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Bold.woff2') format('woff2'),
            url('//6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/raw_assets/public/Scadafence%202023/font/HoneywellSansWeb-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

















































html {
  font-size: 16px;
  scroll-behavior: smooth;
  transition:0.5 all ease-in-out;
}

body {
  font-family: Honeywell Sans Web;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.75;
  letter-spacing: normal;
  margin:0;
  font-weight:normal;
  overflow-x:hidden;
  transition:0.5s all ease-in-out;
}

body .row-fluid .wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}

body .row-fluid .big-wrapper{
  max-width:1500px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}


script{
  display:none!important;
}

p {
  color:#7a7a7a;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #7a7a7a;
}

a:hover, a:focus {
  text-decoration: none;
}

.body-container-wrapper .form-container a {
  color: #02124d;
  text-decoration:underline;
  font-weight:500;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: Honeywell Sans Web;
  color: #02124d;
  word-break: break-word;
}

h1 {
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.4px;
}

h2 {
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: normal;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: normal;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.15px;
}

h5 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
}

h6{
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

.body-container-wrapper {
  background:#FFFFFF;
  overflow:hidden;
}

.body-container-wrapper ul{
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}

.no-list-style ul li{
  margin:0;
  padding:0;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.submitted-message{
  color:#7a7a7a;
}


blockquote{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.3px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #acacac;
  font-size: 14px;
}

body a.cta_button,
body .row-fluid .hs-button, body .row-fluid .hs-button1{
  background-color: #02124d;
  font-size: 17px;
  font-weight:bold; 
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding:14px 15.5px;
  border-radius:6px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-width:127px;
  box-sizing:border-box!important;
  text-transform:uppercase;
}

body a.cta_button:hover,
body .row-fluid .hs-button:hover, body .row-fluid .hs-button1:hover{
  background:;
  color:#FFFFFF;
}

body .container-fluid .row-fluid .hide-module{
  display:none;
}

.heading-paragraph p{
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
}

.heading-content p{
  font-size:20px;
  line-height: 1.2;
  letter-spacing: 0.15px;
  color: #7a7a7a;
}

.align-center {
  text-align:center;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.img-border img{
  border:10px solid #FFFFFF;
  border-radius:10px;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:;
  z-index: -1;
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
body .row-fluid .all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#FFFFFF;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}


body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }     
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }  

  .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,
  .row-reverse.row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  body .container-fluid .row-fluid .row-reverse .right-col {
    margin: 0;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

  .row-reverse .left-col {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

}

@media(max-width:1024px){

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }

}


@media(max-width: 767px){
  body .mobile-column-reverse>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:0%;
  }

}



/*========================================================
Typography Responsive Styling
========================================================*/

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

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  .heading-paragraph p{
    font-size:18px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote{
    font-size:30px;
  }

  .section-padding {
    padding: 80px 0;
  }

  body a.cta_button, body .container-fluid .row-fluid .hs-button{
    font-size: 15px;
    /*     padding: 15px 9px; */
    min-width:auto;
  }  

  body .row-fluid .cta-grp .light-blue-cta a.cta_button{
    font-size: 12px;
  }

}


@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 34px;
    letter-spacing:normal;
  }

  body .row-fluid .section-padding {
    padding: 60px 0;
  }

  h2 {
    font-size: 30px;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
    float:none;
    clear:both;
    box-sizing:border-box!important;
  }

  body .row-fluid .header-section a.cta_button{
    border-radius:0px;
  }

  blockquote{
    font-size:26px;
  }

  .heading-content p {
    font-size: 18px;
  }

  .heading-paragraph p{
    font-size:20px;
  }

}

@media(max-width:768px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input{
    width:100%!important;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:379px;
    width:100%;
    margin:35px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust > span{
    display:block;
    margin-right:0;
  }

}


/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   

}



/*==================================================
Five Col Adjust
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }

}




/*================================================================
form styling
==========================================================================*/


/*======= Placeholder Color ====*/


::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #acacac;
  font-family:Honeywell Sans Web
}

:-moz-placeholder {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #acacac;
  font-family:Honeywell Sans Web
}

:-ms-input-placeholder{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #acacac;
  font-family:Honeywell Sans Web
}

select::-ms-expand {
  display: none;
}

body .row-fluid textarea.hs-input::placeholder {
  line-height: normal;
  
}

body .row-fluid .hs-button {
  font-family:Honeywell Sans Web;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 0.89;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #02124d;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  font-size: 18px;
  border:none;
  padding: 21px 43.48px;
  text-decoration: none;
  width:100%;
  text-transform:none;
}

.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  color: #ffffff;
}

.hs-button:active, .hs-button1:active {
  background-color: ;
  border-color: ;
}

.hs-form label{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}

.hs-richtext p {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: normal;
  color: #000000!important;
}

.form-container .hs-richtext p{
  color: #fff !important;
}

.form-container a{
  color: #fff !important;
}

.form-container .hs-input{
  border-radius: 4px !important;
  border: 1px solid #d0d0d0;
  padding: 6px 12px !important;
  font-weight: 700 !important;
  color: #404040 !important;
}
.form-container .hs-input::placeholder{
  font-weight: 700;
  color: #606060 !important;
}

.hs-error-msgs label {
  margin-top: 0;
  margin-bottom: 20px;
  color: #ff0000!important;
}

.hs-input{
  display:inline-block;
  width:100%;
  height:40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #acacac;
  font-family:Honeywell Sans Web;
  border-radius: 0px;
  border: none;
  background-color: #FFFFFF;
  padding:6px 18px!important;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}


/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  width: 10.4px;
  height: 10.4px;
  cursor:pointer;
  border: solid 0.5px #7a7a7a;
}

body .row-fluid .hs-form .field .input input[type="checkbox"]:checked {
  background-color:#02124d;
  border: 0;
  border-radius: 3px;
  padding: 0;
  position: relative;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  top: 5px;
  left: 5px;
  border: 2px solid #FFFFFF;
  border-top: 0;
  line-height: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
  position: relative;
  margin-right:5px;
}

body .row-fluid textarea.hs-input {
  height: 136px;
  resize: none;
  padding: 15px!important;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  top: -4px;
  margin-left: 0;
  left: 0px;
  padding: 0 !important;
  width: 22.8px;
  height: 22.8px;
  border: solid 1px rgba(11,54,148,0.15);
  margin-bottom: 5px;
  margin-right: 10px;
  border-radius: 3px;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

body .row-fluid form fieldset{
  max-width:100%;
}


/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}

input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}

.inputs-list label {
  display: block;
  float: none;
  width: auto;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #acacac;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
  font-size:11px;
}

body .row-fluid form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
}

body .row-fluid form fieldset.form-columns-2 .hs-form-field {
  width: 49.60%;
}

.inputs-list:first-child {
  padding-top: 8px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

body .row-fluid .hs-form .field .hs-input {
  color: #acacac;
  margin-bottom: 14px;
  margin-top: 5px;
  font-size:12px;
}

body .row-fluid form select {
  background: url('https://l.scadafence.com/hubfs/form-down-arrow.svg')no-repeat;
  background-position: 94%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-color:#FFFFFF;
  padding-right:50px!important;
  font-size:12px;
}

ul.no-list {
  list-style: none;
}

.hs-field-desc {
  color: #000000;
  margin: 0px 0px 6px;
  font-size: 14px;
}



.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width: 767px) {

  body .row-fluid form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }

  body .row-fluid .hs-form .field .hs-input {
    margin-bottom: 15px;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

form .file-upload-button-label {
  border: solid 1px #acacac;
  position: absolute;
  left: 11px;
  top: 7px;
  border-radius: 4px;
  padding: 0px 10px;
  color: #acacac;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  width: 75px;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  align-items: left;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 26px;
}

form .file-upload-file-name {
  height: 43px;
  color: #acacac;
  line-height: 26px;
  display: flex;
  border: solid 1px #acacac;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 8px;
  box-sizing:border-box;
  padding-left:120px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
}

@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
  }

}

/*=======================================================
SCADA Tabber Video Section STYLING
=======================================================*/     

.header-grp{
  position:absolute;
}

.header-grp img{
  padding:20px 0px;
  max-width:240px!important;
}

@media(min-width:1025px){

  .scadafence-tabber{
    padding:200px 0px 0px;
    margin-bottom:60px;
  }

}

.scadafence-tabber .scada-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.scadafence-tabber .scada-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.scadafence-tabber .two-col-adjust {
  max-width: 780.5px;
  margin: 0 auto;
  text-align: center;
  padding-left:13px;
}

.scadafence-tabber ul#filter-select li{
  border-radius: 4px;
  padding: 0px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #02124d;
  cursor: pointer;
}

.scadafence-tabber ul#filter-select{
  margin:0px;
}

.scadafence-tabber .tabber-content{
  display:none;
}

.scadafence-tabber .tabber-content.active{
  display:block!important;
}

.scadafence-tabber .tabber-section {
  margin-bottom: 80px;
}

.scadafence-tabber .tabber-content .video.Header {
  padding: 21.5px 26px;
}

.scadafence-form .form-container {
  background-color: #e1e9f1;
  padding: 39px 30px 39px 30px;
}

.scadafence-form .form-container .hs-richtext.hs-main-font-element {
  margin: 11px 0px 26px 0px;
}

body .row-fluid .scadafence-tabber .tabber-section .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0px;
}

@media(min-width:768px){

  .scadafence-tabber .tabber-section1 {
    display: none;
  }

}

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

  .scadafence-form .form-container {
    background-color: #e1e9f1;
    padding: 40px 18px 40px 25px;
  }

  .scadafence-tabber.section-padding{
    padding:160px 0px 0px;
  }

}

@media(max-width:767px){

  body .row-fluid .scadafence-tabber.section-padding{
    padding:120px 0px 0px;
  }

  .scadafence-tabber .tabber-section1 .mobile-tab-text {
    margin: 60px 0px 0px;
    list-style-type: none;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 600;
    color: #02124d;
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 3px 9px 0px #00000042;
    padding: 13.5px 45px;
    text-align: center;
    cursor:pointer;
    min-height:50px;
    box-sizing:border-box;
  }

  body .row-fluid .scadafence-tabber .tabber-section1 .two-col-adjust span>.hs_cos_wrapper{
    margin:0px;
    max-width:100%;
  }

  body .row-fluid .scadafence-tabber .tabber-section .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right:auto;
  }

  body .row-fluid .scadafence-tabber .tabber-section1 .two-col-adjust > span{
    box-shadow: 0px 3px 9px 0px #00000042;
  }

  .body-container-wrapper .scadafence-tabber ul {
    width: 100%;
    text-align: center;
    margin: 0px;
  }

  body .row-fluid .scadafence-tabber .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select li.active,
  body .row-fluid .scadafence-tabber .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select li:hover{
    color: #fff;
    background: #0071B3;
    border-radius: 0px;
  }

  body .row-fluid .scadafence-tabber .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select li {
    box-shadow: 0px 0px 1px 0px #00000042;
    border:none;
    border-radius:0px;
    background:#ffffff;
    cursor: pointer;
    font-size:16px;
  }

  .scadafence-tabber .tabber-section1 {
    margin-bottom: 60px;
  }

  body .row-fluid .scadafence-tabber .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select{
    display:none;
  }

  .scadafence-tabber .tabber-section1 .mobile-tab-text::before {
    content: "";
    top: 20px;
    right: 15px;
    background:url('https://l.scadafence.com/hubfs/down-arrow.svg')no-repeat;
    width:15px;
    height:15px;
    background-size:contain;
    background-position:center;
    position: absolute;
    font-size: 32px;
    cursor: pointer;
    transition:0.3s all ease-in-out;
  }

  .tabber-section1 .mobile-tab-text.down::before {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition:0.3s all ease-in-out;
  }

  .scadafence-tabber .tabber-section {
    display: none;
  }

  .scadafence-tabber .tabber-content .video.Header h3{
    font-size:16px;
  }

  .scadafence-form .form-container {
    background-color: #e1e9f1;
    padding: 40px 18px 40px 25px;
  }

  .scadafence-tabber .two-col-adjust{
    padding-left:0px;
  }

  .header-grp img{
    max-width:184px!important;
  }

}

/*=======================================================
SCADA Form Section STYLING
=======================================================*/     

.scadafence-form h2{
  font-weight:500;
}

.scadafence-form .form-heading {
  margin-bottom: 37px;
}

.scadafence-form .image-container {
  margin-top: 100px;
}

@media(min-width:1025px){

  .scadafence-form{
    padding:66px 0px 81px;
  }

}

@media(max-width:767px){

  .scadafence-form .heading-container {
    margin-bottom: 30px;
  }

  .scadafence-form .image-container {
    margin-top: 40px;
    text-align:center;
  }

}


/*=======================================================
SCADA Tabber Video Section STYLING
=======================================================*/     

@media(min-width:1025px){

  .tabber-2024-top-section {
    padding:100px 0px 100px;
  }

}

@media(max-width: 767px){
  .tabber-2024-top-section{
    padding: 120px 0px 60px;
  }
  .tabber-2024-top-section h2{
    font-size: 40px !important;
  }
  .equal-height-container{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .scadafence-tabber-v2 .equal-height-container h2{
    font-size: 30px !important;
  }
  .copyright{
    padding-top: 5px !important;
  }
}
.scadafence-tabber-v2{
  padding-bottom: 100px;
}

body .row-fluid .scadafence-tabber-v2 .two-col-adjust span>.hs_cos_wrapper{
  margin-top:20px;
}

.scadafence-tabber-v2 .scada-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.scadafence-tabber-v2 .scada-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.scadafence-tabber-v2 .two-col-adjust {
  max-width: 780.5px;
  margin: 0 auto;
  text-align: center;
  padding-left:13px;
}

.scadafence-tabber-v2 ul#filter-select li{
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #0071B3;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0071B3;
  TEXT-TRANSFORM: UPPERCASE;
}

.scadafence-tabber-v2 ul#filter-select{
  margin:0px;
}

.scadafence-tabber-v2 .tabber-content{
  display:none;
}

.scadafence-tabber-v2 .tabber-content.active{
  display:block!important;
}

.scadafence-tabber-v2 .tabber-section {
}

.scadafence-tabber-v2 .tabber-content .video.Header {
    margin-bottom: 20px;
}


body .row-fluid .scadafence-tabber-v2 .tabber-section .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right:0px;
}


.scadafence-tabber-v2 .equal-height-container h2{
  font-weight:700;
  color: #404040;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

..form-heading h3{
  font-weight:500;
  color:#02124d;
}

.form-heading {
  margin-bottom: 25px;
}

.form-container {
  background: linear-gradient(180deg, #1D202C 0%, #464B5C 100%);
  padding: 39px 30px 39px 30px;
  box-shadow: 0 5px 18px 0 rgba(0,0,0,0.11);
}
.form-container .input{
  margin-bottom: 10px !important;   
}
.form-heading h3{
  color: #fff !important;
  font-size: 20px;
}
h3.form-heading{
  color: #fff !important;
  font-size: 20px;
}

.hs-button, .hs-button1{
  background-color: #0071B3 !important;
  font-weight: 500 !important;
}

.scadafence-tabber-v2 .hs-richtext.hs-main-font-element {
  margin: 11px 0px 26px 0px;
}

.scadafence-tabber-v2 .video-container {
  margin-top: 60px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 20px;
}

.scadafence-tabber-v2 .image-container {
  min-height: 260px;
  background: #fff;
  padding: 0px 10px;
  position: relative;
  margin: 0px 10px;
  border-radius:6px;
}

.tabber-award-slider .slider-header h3{
  color: #404040 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3 !important;
}

.slick-initialized .slick-slide:focus{
  outline:none;
}

.slider-header{
  margin-top:30px;
  margin-bottom:20px;
}

.scadafence-tabber-v2 .slider-container .slick-list.draggable{
  background:#ffffff;
  border-radius:6px;
}

@media(min-width:768px){

  .scadafence-tabber-v2 .tabber-section1 {
    display: none;
  }

  .scadafence-tabber-v2 .span7.left-col {
    padding-right: 30px;
  }

}

@media(min-width:1025px)and(max-width:2500px){

  .slider-header h3{
    color:#02124d;
  }

}

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

  body .row-fluid .scadafence-tabber-v2.section-padding{
    background-size:200%!important;
  }

}

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

  .scadafence-tabber-v2.section-padding{
    padding:160px 0px 80px;
  }

  .scadafence-tabber-v2 .form-container {
    background-color: #e1e9f1;
    padding: 40px 18px 40px 25px;
  }

  body .row-fluid .scadafence-tabber-v2.section-padding{
    background-size:cover!important;
  }

  body .row-fluid .scadafence-tabber-v2 .image-container {
    min-height: 203px;
  }

  .scadafence-tabber-v2 .span7.left-col {
    padding-right: 20px;
  }

}

@media(max-width:767px){

  body .row-fluid .scadafence-tabber-v2.section-padding{
    padding:120px 0px 60px;
    background-size:cover!important;
  }

  .scadafence-tabber-v2 .tabber-section1 .mobile-tab-text {
    margin: 60px 0px 0px;
    list-style-type: none;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 600;
    color: #02124d;
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 3px 9px 0px #00000042;
    padding: 13.5px 45px;
    text-align: center;
    cursor:pointer;
    min-height:50px;
    box-sizing:border-box;
  }

  body .row-fluid .scadafence-tabber-v2 .tabber-section1 .two-col-adjust span>.hs_cos_wrapper{
    margin:0px;
    max-width:100%;
  }

  body .row-fluid .scadafence-tabber-v2 .tabber-section .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right:auto;
  }

  body .row-fluid .scadafence-tabber-v2 .tabber-section1 .two-col-adjust > span{
    box-shadow: 0px 3px 9px 0px #00000042;
  }

  .body-container-wrapper .scadafence-tabber-v2 ul {
    width: 100%;
    text-align: center;
    margin: 0px;
  }

  body .row-fluid .scadafence-tabber-v2 .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select li.active,
  body .row-fluid .scadafence-tabber-v2 .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select li:hover{
    color: #fff;
    background: #0071B3;
    border-radius: 4px;
  }

  body .row-fluid .scadafence-tabber-v2 .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select li {
    border:1px solid #0071B3;
    border-radius:4px;
    background:#ffffff;
    cursor: pointer;
    font-size:18px;
    color:#02124d;
  }

  .scadafence-tabber-v2 .tabber-section1 {
    margin-bottom: 60px;
  }

  body .row-fluid .scadafence-tabber-v2 .tabber-section1 .two-col-adjust span>.hs_cos_wrapper ul#filter-select{
    display:none;
  }

  .scadafence-tabber-v2 .tabber-section1 .mobile-tab-text::before {
    content: "";
    top: 20px;
    right: 15px;
    background:url('https://l.scadafence.com/hubfs/down-arrow.svg')no-repeat;
    width:15px;
    height:15px;
    background-size:contain;
    background-position:center;
    position: absolute;
    font-size: 32px;
    cursor: pointer;
    transition:0.3s all ease-in-out;
  }

  .scadafence-tabber-v2 .tabber-section1 .mobile-tab-text.down::before {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition:0.3s all ease-in-out;
  }

  .scadafence-tabber-v2 .tabber-section {
    display: none;
  }


  .scadafence-tabber-v2 .two-col-adjust{
    padding-left:0px;
  }

  .scadafence-tabber-v2 .heading-container {
    margin-bottom: 30px;
  }

  .scadafence-tabber-v2 .form-container {
    background-color: #e1e9f1;
    padding: 40px 18px 40px 25px;
    margin-top:50px;
  }

  body .row-fluid .scadafence-tabber-v2 .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }  

  body .row-fluid .scadafence-tabber-v2 .image-container {
    min-height: 180px;
  }

}


@media(max-width:500px){

  body .row-fluid .scadafence-tabber-v2 .image-container {
    min-height: 131px;
  }

}

@media(max-width:400px){

  body .row-fluid .scadafence-tabber-v2 .image-container {
    min-height: 165px;
  }

}

/*=======================================================
SCADA Slider Section STYLING
=======================================================*/     

.scadafence-tabber-v2 ul.slick-dots {
  display: flex;
  max-width: 290px;
  margin: 0px auto;
}

.scadafence-tabber-v2 .slick-dots li button{
  color: #e1e9f1;
  border-radius: 50%;
  border: 1px solid  #02124D;
  background: #e1e9f1;
  width: 13px;
  height: 13px;
  font-size: 0px;
  outline: 0;
  cursor: pointer;
  padding:0px;
}

.scadafence-tabber-v2 .slick-dots li.slick-active button {
  background: #02124D;
  color: #02124D;
}

.scadafence-tabber-v2 .slick-dots li{
  margin-left: 6px;

}

@media (max-width: 1024px){

  .scadafence-tabber-v2 ul.slick-dots {
    margin-top:30px;
  }

  .scadafence-tabber-v2 .slick-dots li.slick-active  {
    border: solid 6px rgba(255,255,255,.36);
    margin-top: -6px;
  }

  .scadafence-tabber-v2 .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;    
    background-color: #fff;
    padding: 0;
    border: solid 1px #fff;
  }  

  .scadafence-tabber-v2 .slick-dots li{
    font-size:0px;
    border-radius:50%;
  }

  .scadafence-tabber-v2 .slick-dots li.slick-active button {
    background: #fff;
    color: #fff;
  }

}


@media (min-width: 2800px){

  .scadafence-tabber-v2 ul.slick-dots {
    margin-top:10px;
  }

  .scadafence-tabber-v2 .slick-dots li.slick-active  {
    border: solid 6px rgba(255,255,255,.36);
    margin-top: -6px;
  }

  .scadafence-tabber-v2 .slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;    
    background-color: #fff;
    padding: 0;
    border: solid 1px #fff;
  }  

  .scadafence-tabber-v2 .slick-dots li{
    font-size:0px;
    border-radius:50%;
  }

  .scadafence-tabber-v2 .slick-dots li.slick-active button {
    background: #fff;
    color: #fff;
  }  

}
/*=======================================================
SCADA FOOTER 2024
=======================================================*/     
.footer-grp{
  background:linear-gradient(180deg, #1D202C 0%, #464B5C 100%) !important;
  padding: 32px 0;
}

.footer-grp .social-icon-cm ul {
    text-align: right;
}
.footer-grp ul {
    margin: 0;
    padding: 0;
}
.footer-grp .social-icon-cm li {
    padding: 0 5px;
}
.footer-grp ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1.17;
    list-style: none;
}
.footer-grp li span {
    padding: 0px 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
body .container-fluid .row-fluid .footer-grp ul li a {
    margin: 0;
    padding: 0;
}
.no-margin p {
    margin: 0;
    font-size: 12px;
    line-height: 1.17;
}

.copyright{
  padding-top: 13px;
  padding-bottom: 13px;
}

@media(max-width: 767px){
  .footer-grp .social-icon-cm ul, .footer-grp .left-grp {
    text-align: center;
  }  
  .no-margin {
    margin-top: 14px;
  }
  .footer-grp li span {
    display: none;
  }
  .footer-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

/*=======================================================
SCADA OT Services 2024
=======================================================*/     

#filter-select{
  list-style: none !important;
  padding: 0 !important;
}

.services-top-banner{
  background: linear-gradient(180deg, #1D202C 0%, #464B5C 100%);
}

.services-top-banner .banner-section{
      padding-top: 100px;
    padding-bottom: 100px;
}

.services-top-banner h1{
  font-weight: 300 !important;
  font-family: 'Honeywell Sans Web' !important;
  font-size: 48px !important;
  line-height: 1.15 !important;
}

.services-top-banner .left-col p{
  font-size: 16px;
  color: #B2B8CC !important;
}

.services-top-banner .banner-section .left-col .inner-div{
  max-width: unset !important;
}
.three-column-element h3{
  margin-bottom:13px;
}
.three-column-hexagon{
  position: absolute;
}

.hexagon-number{
  position: relative;
  margin-bottom: 30px !important;
  left: 17px;
  top: 7px;
  color: #fff  !important;
  font-size: 18px  !important;
  font-weight: 700 !important;
  font-family:'Honeywell Sans Web' !important;
}

.column-section.sec-1:before{
  background: unset !important;
}

.office-location{
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(29, 32, 44, 0.1) 0.2%, rgba(70, 75, 92, 0.00) 99.8%);
  margin-bottom: 30px !important;
  color: #404040 !important;
}
.office-location h4{
  margin-bottom: 12px !important;
}
.office-location p{
    color: #404040 !important;
  font-size: 16px !important;

}
@media(max-width: 767px){
  .services-top-banner h1{
    font-size:34px !important;
  }
  h2{
    text-align: left !important;
  }
}
@media (min-width: 768px){
.form-section.sec-1, .column-section.sec-3, .column-section.sec-2 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

/*=======================================================
SCADA OT Remote 2024
=======================================================*/     

.ot-remote-top-banner .banner-section{
      padding-top: 150px;
    padding-bottom: 150px;
  background-position: center !important;
}

.ot-remote-top-banner h1{
  font-weight: 300 !important;
  font-family: 'Honeywell Sans Web' !important;
  font-size: 48px !important;
  line-height: 1.15 !important;
  color: #fff;
}

.ot-remote-top-banner .left-col p{
  font-size: 16px;
  color: #B2B8CC !important;
}


.ot-remote-top-banner .banner-section .left-col .inner-div{
  max-width: unset !important;
}

.sec-1, .sec-2{
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-title{
  color: #fff !important;
  text-align: left !important;
}

.ot-remote-2024 p{
  font-size: 16px;
}
  
.ot-remote-2024 .body-container-wrapper li{
  font-size: 16px; 
}


@media(max-width:767px){
  .ot-remote-top-banner .banner-section{
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
  .ot-remote-top-banner h1{
    font-size: 34px !important;
  }
}

/*=======================================================
SCADA Blog 2024
=======================================================*/  

.blog-banner{
  background: url('https://6931155.fs1.hubspotusercontent-na1.net/hubfs/6931155/blog-banner-bkg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.blog-banner h1{
  font-weight: 300;
}

.blog-banner .wrapper{
  max-width: 800px !important;
}

.hd_group{
  background-color: #fff !important;
}

.hd_height{
  min-height: 100px !important;
}

.blog-banner .hs-search-field__input{
  max-width: unset !important;
}

.blog-banner .search-field-input-container .hs-search-field{
  max-width: unset !important;
}
.blog-content{
  padding-top: 50px;
  padding-bottom: 50px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a, nav.lang_menu>ul>li>a{
  color: #303030 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a{ 
  color:#fff !important;
}

.post-box .innerWrap{
  background: none !important;
}
.post-box .title h4{
  font-family: 'Honeywell Sans Web' !important;
  color: #404040 !important;
}
.post-box .rmore a{
  color: #0071b3;
  text-transform: uppercase;
  text-decoration: none;
}

.innerWrap .date{
  color: #404040 !important;
  font-weight: 700 !important;
}

.blog-content{
  margin-bottom: 100px !important;
}

a.next-posts-link {
    color: #0071b3;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #0071b3;
    border-radius: 4px;
    max-width: 160px;
    text-align: center;
}

.footer_top{
  background-color: #272931 !important;
  padding-top: 70px !important;
}
.ft_bottom{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1D1D1D;
  border: 0;
}
.ft_bottom ul{
  margin-bottom: 0 !important;
}

.ft_menu{
  max-width: 100% !important;
}
.footer_top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  text-overflow: unset;
  max-width: unset;
  padding-left: 0;
    padding-right: 0;
}
.ft_menu .hs-menu-wrapper>ul>li>a{
  text-transform: uppercase;
  color: #fff;
}
.ft_menu .hs-menu-wrapper>ul ul li a{
  font-weight: 300;
}
.ft_menu .hs-menu-wrapper>ul>li:first-of-type>ul>li:last-of-type>a {
    background-color: unset;
    font-size: 14px;
    padding: unset;
    margin-top: unset;
    text-decoration: unset;
    transition: unset;
}
.ft_menu .hs-menu-wrapper>ul>li:first-of-type>ul>li:last-of-type>a:hover{
  background-color: unset !important;
  text-decoration: underline !important;
}

.section-1:before{
  background: linear-gradient(180deg, #1D202C 0%, #464B5C 100%) !important;
}
.section-1 h1{
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.15 !important; 
  letter-spacing: -0.56px;
}
.section-1 h1 span{
  font-weight: 300 !important;
}

.section-1 .form-container{
  padding: 20px 0px;
  background-color: #F7F9FB !important;
  border-radius: 0 !important;
  background: unset;
}

.section-1 .right-col .form-container h3{
    font-weight: 700 !important;
    color: #404040 !important;
    margin-bottom: 20px;
    text-align: center !important;
}

.section-1 .right-col .form-container .hs-input{
  font-family: "Honeywell Sans Web" !important;
}

.section-1 .right-col .form-container .hs-richtext p, .section-1 .right-col .form-container .hs-richtext a{
  color: #404040 !important;
}

.body-container-wrapper a{
  color: unset !important;
  text-decoration: underline !important;
}

.row-fluid form .field>label{
  font-family: "Honeywell Sans Web" !important;
}

.row-fluid form input:focus,.row-fluid form select:focus,.row-fluid form textarea:focus {
    outline: inherit !important;
    border: 1px solid #d0d0d0 !important;
}

.heading-module{
  padding-top: 60px;
}
.heading-module h2{
  font-weight: 300 !important;
}
.hexagon-title{
  display:flex;
  margin-right: 60px;
}
.two-col-inner h3{
  padding-left: 50px;
  font-size: 24px;
  position: relative;
    padding-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 10px;
}
body{
  font-family: 'Honeywell Sans Web' !important;
}
.number-item p{
  font-size: 16px !important;
}
.number-item .hexagon-number{
  font-size: 20px !important;
  top:9px;
  left:17px;
}
@media(max-width:767px){.number-item .hexagon-number{top:12px !important;}}
.table-container tr.heading {
  border-radius: 4px ;
  background: #0071B3!important;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}
.table-container tr.heading th, .table-container tr td{
  color: #fff !important;
}
.banner-section .left-col h1{
  color: #fff !important;
  font-weight: 300;
}