html {
    font-size: 16px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_gray-stripe.png') repeat center top;
}

.responsive-disable-scroll {
    height: 100%;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

ol li {
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 550px) {
    .site-logo {
        display: flex;
        justify-content: space-between;
    }

    #icon-id05191668658033999 {
        width: 100%;
        height: 15px;
    }
}

@media (max-width: 550px) {
    .site-logo img {
        width: 100%;
        height: 85%
    }
}


.red {
    color: red !important;
}

.blue {
    color: #007abf !important;
}

.dark-blue {
    color: #00598c !important;
}

.green {
    color: blue !important;
}

.orange {
    color: orange !important;
}

.gray {
    color: #9a9a9a !important;
}

.white {
    color: #fff !important;
}

.bg-blue {
    color: #fff;
    background-color: #007abf;
}

.bg-blue a, .bg-blue a:hover {
    color: white;
}

.bg-blue-gradient {
    color: #fff;
    background-color: #003959;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007abf), to(#003959));
    background-image: -webkit-linear-gradient(top, #007abf, #003959);
    background-image: linear-gradient(to bottom, #007abf, #003959);
}

.bg-blue-gradient a, .bg-blue-gradient a:hover {
    color: white;
}

.bg-gray {
    background-color: #f5f5f5; 
}

.bg-gray-stripe {
    color: #fff;
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_gray-stripe.png') repeat center top;
}

.bg-gray-stripe a, .bg-gray-stripe a:hover {
    color: white;
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    background-color: #fff;
}

.card {
    color: #007abf;
}

a.card, .card a {
    color: #007abf;
}

a:hover.card, .card a:hover {
    color: #00598c
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#top-bar {
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_gray-stripe.png') repeat center top;
    height: 36px;
}

#menu .navbar-toggler {
    display: none;
}

#topnav {
    line-height: 36px;
}

    #topnav ul {
        padding-left: 0px;
        /*margin-top: 13px;*/
    }

        #topnav ul li {
            list-style-type: none;
            display: inline-block;
        }

            #topnav ul li a {
                color: #fff;
                font-size: 11px;
                text-transform: uppercase;
                text-decoration: none;
                padding: 10px 10px 10px 24px;
            }

                #topnav ul li a i {
                    font-size: 14px;
                }

                #topnav ul li a:hover i {
                    color: #fff;
                }

        #topnav ul.dropdown-menu li a {
            color: #444;
            background-color: transparent;
        }

        #topnav ul li a:hover, #topnav ul li a:active {
            color: #f39a00;
        }

.global-locator {
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-region.png') no-repeat 10px 7px;
    background-position: left 4px;
    background-size: 20px;
}

.distributor-locator {
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-distributor.png') no-repeat 10px 7px;
    background-position: left 4px;
    background-size: 20px;
}

#topnav .login {
    background-color: #f39a00 !important;
    background-position: 10px 5px;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 10px 11px 40px !important;
    border-radius: 5px 5px 0 0;
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-login.png') no-repeat 10px 3px;
    background-size: 18px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

    #topnav .login:hover {
        color: #ffffff !important;
        background-color: #c07a00 !important;
        -webkit-transition: background-color 0.24s ease-in-out;
        transition: background-color 0.24s ease-in-out;
    }

#header {
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
    padding: 10px 0 0;
    border-bottom: solid 1px #bcbcbc;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
}

.logo-mobile {
    width: 100px;
    margin: 20px 20px 10px;
}

#mobile-nav-container {
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_gray-stripe.png') repeat center top;
    position: absolute;
    z-index: 99;
    height: 100%;
    display: none;
}

#mobilenav ul {
    padding-left: 0px;
}

#mobilenav li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 40px;
}

    #mobilenav li a:hover, #mobilenav li a:active {
        background-color: rgba(0, 0, 0, 0.5);
        color: #f39a00;
    }

#mainnav ul {
    padding-left: 0px;
    /*margin: 0px 20px 10px 20px;*/
}

    #mainnav ul li {
        list-style-type: none;
        display: block;
    }

        #mainnav ul li a {
            color: #444444;
            text-decoration: none;
            font-size: 14px;
            padding: 15px 17px 15px 12px;
            white-space: nowrap;
        }

            #mainnav ul li a:hover, #mainnav ul li a:active {
                color: #007abf;
            }

            #mainnav ul li a:after {
                content: '|';
                margin-left: 7px;
                margin-right: -15px;
                color: #000;
                display: inline-block;
                opacity: 0.2;
            }


.mobile-alt-lang,
.mobile-alt-nav,
.mobile-tertiary-nav {
    display: none !important;
}

@media only screen and (min-width: 100px) and (max-width:199.5px) {
    .mx-searchbox {
        padding-right: 40px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width:345px) {
    .mx-searchbox {
        padding-right: 110px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width:600.5px) {
    .mx-searchbox {
        padding-right: 310px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width:700.5px) {
    .mx-searchbox {
        padding-right: 390px !important;
    }
}

@media only screen and (min-width: 700px) and (max-width:766.5px) {
    .mx-searchbox {
        padding-right: 480px !important;
    }
}

@media only screen and (min-width: 766.5px) and (max-width:799.5px) {
    .mx-searchbox {
        padding-right: 350px !important;
    }

    .labelsearchmx {
        padding-right: 38px !important;
    }
}

@media only screen and (min-width: 800px) and (max-width:899.5px) {
    .mx-searchbox {
        padding-right: 386px !important;
    }

    .labelsearchmx {
        padding-right: 38px !important;
    }
}

@media only screen and (min-width: 900px) and (max-width:991.5px) {
    .mx-searchbox {
        padding-right: 480px !important;
    }

    .labelsearchmx {
        padding-right: 38px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1100px) {
    .mx-searchbox {
        padding-right: 50px !important;
    }
}

@media only screen and (min-width: 1101px) and (max-width:1200px) {
    .mx-searchbox {
        padding-right: 80px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width:1300px) {
    .mx-searchbox {
        padding-right: 120px !important;
    }
}

@media only screen and (min-width: 1301px) and (max-width:1400px) {
    .mx-searchbox {
        padding-right: 150px !important;
    }
}

@media only screen and (min-width: 1401px) and (max-width:1500px) {
    .mx-searchbox {
        padding-right: 190px !important;
    }
}

@media only screen and (min-width: 992px) {
    .main-navigation {
        display: block !important;
    }

    #mainnav > ul li:first-child a {
        padding-left: 0;
    }


    #mainnav ul.dropdown-menu li:first-child a {
        padding-left: 12px;
    }

    #main-navigation[style] {
        width: initial !important;
    }
}

@media only screen and (max-width: 991.5px) {

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block !important;
        position: absolute;
        z-index: 10000;
        left: 240px;
        top: -40px;
        margin-right: 0;
        border-color: rgba(198, 198, 198, 0.7);
        border-width: 1px;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
            height: 3px;
            display: none;
        }

        .navbar-toggle .icon-close {
            color: rgba(198, 198, 198, 0.7);
            display: block;
            font-size: 30px;
            line-height: 16px;
        }

        .navbar-toggle.collapsed {
            border-color: #077FBE;
            top: -5px;
            left: auto;
            right: 15px;
        }

    #menu .navbar-toggler {
        top: 12px;
        left: auto;
        right: 14px;
        position: absolute;
        padding: 9px 10px;
        outline: none;
        display: inline-block;
    }

        #menu .navbar-toggler:not(.collapsed) {
            /* left: 259px;*/
            z-index: 99999;
            position: fixed;
            top: 24px;
            margin-right: 15px;
        }

        #menu .navbar-toggler .icon-bar {
            display: none;
            width: 22px;
            height: 3px;
            background-color: #077FBE;
            border-radius: 1px;
        }

            #menu .navbar-toggler .icon-bar + .icon-bar {
                margin-top: 4px;
            }

        #menu .navbar-toggler.collapsed .icon-bar {
            display: block;
        }

        #menu .navbar-toggler .icon-close {
            color: #ffffff;
            font-size: 30px;
            line-height: 16px;
            display: block;
        }

        #menu .navbar-toggler.collapsed .icon-close {
            display: none;
        }

    #menu.navbar-light .navbar-toggler {
        border-color: #077FBE;
    }

        #menu.navbar-light .navbar-toggler:not(.collapsed) {
            border-color: #ffffff;
        }

    .navbar-toggle.collapsed .icon-bar {
        background-color: #077FBE;
        display: block;
    }

    .navbar-toggle.collapsed .icon-close {
        display: none;
    }


    .navbar-toggle:hover {
        border-color: #fff;
    }

        .navbar-toggle:hover .icon-close {
            color: #fff;
        }

    .navbar-toggle.collapsed:hover {
        border-color: #077FBE !important;
    }


    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                display: block;
            }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-collapse.collapse.show {
        display: block !important;
    }

    .collapse.show {
        display: block;
    }

    .main-navigation {
        display: none;
        position: absolute;
        z-index: 9999;
        top: 0 !important;
        /*left: -40px;*/
        /*width: 350px;*/
        width: 100%;
        min-height: 100%;
        min-width: 0;
        margin-top: 0 !important;
        -webkit-box-shadow: 10px 0 5px -2px rgba(51, 51, 51, 0.72);
        box-shadow: 10px 0 5px -2px rgba(51, 51, 51, 0.72);
        border-right: 1px solid gray;
        -webkit-transition: max-width 35ms ease-in-out;
        transition: max-width 35ms ease-in-out;
        -webkit-transition: width 35ms ease-in-out;
        transition: width 35ms ease-in-out;
    }

        .main-navigation.in {
            position: fixed;
            overflow-y: auto;
            max-height: 100%;
        }

        .main-navigation.show {
            position: fixed;
            overflow-y: auto;
            max-height: 100%;
        }

        .main-navigation.collapsing {
            /*-webkit-box-shadow: 10px 0 5px -2px rgba(51, 51, 51, 0.72);
            box-shadow: 10px 0 5px -2px rgba(51, 51, 51, 0.72);
            border-right: 1px solid gray;*/
        }

        .main-navigation.collapsed .site-mobile-logo {
            display: none;
        }

        .main-navigation .site-mobile-logo {
            margin-top: 45px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.25);
        }

        .main-navigation.in .site-mobile-logo {
            display: block;
        }

        .main-navigation.show .site-mobile-logo {
            display: block;
        }

        .main-navigation .navbar {
            background: none !important;
            background-color: transparent !important;
            margin-top: 0px;
        }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.25);
        margin: 0 0 20px;
    }

    .navbar-nav .dropdown-menu li a {
        font: 1em;
    }

    .mobile-alt-nav,
    .mobile-tertiary-nav {
        display: block !important;
    }
}

@media only screen and (max-width: 991.5px) {

    .navbar-nav .show .dropdown-menu {
        background: rgba(0, 0, 0, 0.25) !important;
        margin: 0 !important;
        width: 100%;
        border: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991.5px) {
    .main-navigation {
        max-width: 0 !important;
    }


        .main-navigation.collapsing {
            max-width: 350px !important;
        }

        .main-navigation.in {
            max-width: 350px !important;
        }

        .main-navigation.show {
            max-width: 350px !important;
        }
}


@media only screen and (max-width: 767px) {

    .navbar-toggle {
        top: -5px !important;
        left: auto;
        right: 15px;
    }

    .responsive-disable-scroll #main-content {
        display: none;
    }

    .responsive-disable-scroll footer,
    .responsive-disable-scroll .sub-footer {
        display: none;
    }
}



@media only screen and (max-width: 440px) {
    .hidden-mobile {
        display: none !important;
    }
}

.dropdown-menu {
    background: #f5f5f5;
    /*width: 250px;*/
    left: inherit !important;
}

    .dropdown-menu a:after {
        content: none !important;
    }

    .dropdown-menu li a {
        margin: 0;
        padding: 10px 0;
        -webkit-transition: width 200ms ease-in-out;
        transition: width 200ms ease-in-out;
        width: 100%;
        border-bottom: solid 1px rgba(232, 232, 232, 0.04);
    }

        .dropdown-menu li a:hover {
            background-color: #fff;
        }

    .dropdown-menu li:last-child a {
        border-bottom: none;
    }

#mainnav ul li:last-child a:after {
    content: none;
}

#mainnav .popout > a {
    background-image: url(//content2.smcetech.com/NewSMCUSAImage/images/menu-right-arrows.png);
    background-position: right 2px;
    background-repeat: no-repeat;
}

#mainnav .dropdown-menu > li > a {
    padding: 12px 30px 12px 12px;
}

#mainnav .popout-menu {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    /*left: 248px;*/
    left: 100%;
    width: 0px;
    background: #ffffff;
    margin: 0;
    padding: 0px;
    /*border: solid #e8e8e8;
    border-width: 0 0 0 1px;*/
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 0;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .5s;
    overflow: hidden;
    opacity: 0;
}

#mainnav .popout:hover .popout-menu {
    width: 500px;
    -webkit-transition: width .3s;
    transition: width .3s;
}

#mainnav .popout:hover + .popout:not(:hover) .popout-menu {
    border-left: 1px solid #e8e8e8 !important;
    width: 500px;
    opacity: 0;
    z-index: -1;
}

#mainnav .popout ~ .popout:hover .popout-menu {
    border-left: 1px solid #e8e8e8 !important;
    width: 500px;
    z-index: 100;
    min-width: 500px /*!important*/;
}

#mainnav .popout:hover .popout-menu,
#mainnav .popout-menu:hover {
    border-left: 1px solid #e8e8e8 !important;
    opacity: 1;
    width: 500px;
    z-index: 100;
}

#mainnav .popout-menu .content {
    opacity: 0;
    width: 500px;
    padding: 20px;
    border-top: 20px solid #fff;
    padding-top: 0;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
}

#mainnav .popout:hover .popout-menu .content {
    opacity: 1;
    -webkit-transition: opacity .1s 0s;
    transition: opacity .1s 0s;
}

#mainnav .popout-menu .content img.hero {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 0 0 5px 0;
}

#mainnav .popout-menu .content h3 {
    /*max-width: 210px;*/
    font-size: 1.4em;
    color: #007abf;
    white-space: normal;
    margin-bottom: 20px;
    white-space: nowrap;
}

#mainnav .popout-menu .content .subMenu li {
    max-width: 240px;
    white-space: normal;
    padding: 0px;
}

    #mainnav .popout-menu .content .subMenu li a {

        white-space: pre;
        white-space: pre-wrap;
        white-space: pre-line;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        white-space: -moz-pre-wrap;
        word-wrap: break-word;
        display: block;
        background: none !important;
        color: #444444;
        border: none;
        padding: 10px 0;
        -webkit-transition: padding 0.24s ease-in-out;
        transition: padding 0.24s ease-in-out;
    }

        #mainnav .popout-menu .content .subMenu li a + div {
            position: absolute;
            opacity: 0;
            z-index: -1;
            /*top: 140px;*/
            top: 210px;
            right: 0;
            width: 250px;
            height: 140px;
            background-color: #fff;
            background-position: center bottom;
            -webkit-transition: top 0.24s ease-in-out;
            transition: top 0.24s ease-in-out;
        }

        #mainnav .popout-menu .content .subMenu li a:hover + div {
            /*top: 20px;*/
            top: 90px;
            opacity: 1;
        }

    #mainnav .popout-menu .content .subMenu li:hover ~ li a + div {
        top: -140px;
        opacity: 0;
    }

    #mainnav .popout-menu .content .subMenu li.default div {
        position: absolute;
        /*top: 20px;*/
        top: 90px;
        right: 0;
        width: 250px;
        height: 140px;
        background: url(//content2.smcetech.com/NewSMCUSAImage/images/img-menu-temp.jpg) no-repeat center bottom;
        -webkit-transition: background 0.24s ease-in-out;
        transition: background 0.24s ease-in-out;
        margin-bottom: 10px;
    }

    #mainnav .popout-menu .content .subMenu li h4 {
        position: absolute;
        z-index: 100;
        opacity: 0;
        /*top: 160px;*/
        top: 210px;
        right: 0;
        width: 250px;
        height: auto;
        font-size: 1.25em;
        color: #007abf;
        background-color: #fff;
        display: block;
        padding-top: 10px;
        padding-bottom: 21px;
        text-align: center;
        margin-bottom: -30px;
    }

    #mainnav .popout-menu .content .subMenu li.default h4,
    #mainnav .popout-menu .content .subMenu li:hover h4 {
        opacity: 1;
    }

#mainnav .popout-menu .content .subMenu:hover li.default {
    opacity: 0;
}

#mainnav .popout-menu .content .subMenu li.default:hover {
    opacity: 1 !important;
}

#mainnav .popout-menu .content .subMenu li.active a,
#mainnav .popout-menu .content .subMenu li a:hover {
    color: #007abf;
    padding-left: 10px;
}

#mainnav .popout-menu .content .subMenu-additional {
    position: absolute;
    z-index: 500;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 250px;
    background: transparent;
    white-space: normal;
    padding: 20px;
}

    #mainnav .popout-menu .content .subMenu-additional div {
        position: absolute;
        top: 240px;
        right: 0;
        background-color: #f5f5f5;
        padding: 14px 20px 4px;
        border: solid #e8e8e8;
        border-width: 1px 0 1px 1px;
        width: 100%;
    }

        #mainnav .popout-menu .content .subMenu-additional div h5 {
            font-size: 1.25em;
            color: #007abf;
        }

        #mainnav .popout-menu .content .subMenu-additional div ul {
            margin: 0px;
        }

            #mainnav .popout-menu .content .subMenu-additional div ul li {
                font-size: 1em;
                margin: 14px 0;
            }

                #mainnav .popout-menu .content .subMenu-additional div ul li a {
                    font-size: 1em;
                    color: #000;
                    padding: 0;
                    border: none;
                }

                    #mainnav .popout-menu .content .subMenu-additional div ul li a:hover {
                        background-color: transparent;
                        color: #007abf !important;
                        padding-left: 10px;
                        transition: padding 0.24s ease-in-out;
                    }

#headnav ul {
    padding-left: 0px;
}

#headnav li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 40px;
}

    #headnav li a:hover, #headnav li a:active {
        color: #f39a00;
    }

#content {
    border-top: solid 5px #007abf;
    background: #f5f5f5;
    padding: 20px 0 40px;
}

.home-body #content {
    padding-top: 0;
}

@media only screen and (max-width: 440px) {

    .main-content {
        margin-bottom: 50px;
    }
}

.validation-summary-errors,
.field-validation-error {
    color: #AA0000;
    font-size: 14px;
}

@media only screen and (min-width: 960px) {
    #content .container {
        width: 92%;
    }

    #content .container {
        padding: 0px 0 0px;
    }
}

.main {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 30px 40px 40px 40px;
}

    .main p {
        font-size: 14px;
    }

    .main h1 {
        font-weight: bold;
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .main h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .main h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .main ul {
        list-style: disc;
    }

        .main ul li {
            font-size: 14px;
            white-space: normal;
        }

@media (max-width: 991.5px) {
    .main {
        margin-bottom: 30px;
    }

    .secondary {
        padding: 0px;
    }
}

@media only screen and (min-width: 960px) {

    .main {
        margin: 0;
        padding: 20px;
        border-top: solid 1px #e8e8e8;
        margin-bottom: 60px;
    }
}

.login-form {
    /*margin-top: 40px*/
}

    .login-form .rm {
        font-size: 16px;
        font-weight: bold;
    }

    .login-form .link-label {
        font-size: 1.2em;
    }

.profile-form {
    margin-top: 40px
}

    .profile-form .rm {
        font-size: 16px;
        font-weight: bold;
    }

.better-placeholder {
    position: relative;
    margin-bottom: 15px !important;
}

    .better-placeholder label {
        max-width: 110%;
        visibility: visible;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        color: #428bca;
        position: absolute;
        margin-top: 3px;
        margin-left: 12px;
        font-size: 14px;
        z-index: 100;
    }

    .better-placeholder input {
        font-weight: 400;
        letter-spacing: 1.1px;
        padding: 25px 12px 5px 12px !important;
        /*height: 46px !important;*/
        height: auto !important;
        margin-bottom: 0px;
        font-size: 15px;
        display: block;
        line-height: 1;
        color: #444444;
        border-radius: 4px;
        vertical-align: middle;
        box-shadow: none;
        border: solid 1px #bcbcbc;
        width: 100%;
        /*max-width: 600px;*/
        font-family: "proxima-nova", Arial, sans-serif;
        background-color: #ffffff;
        -webkit-transition: background-color 0.24s ease-in-out;
        transition: background-color 0.24s ease-in-out;
    }

    .better-placeholder textarea {
        padding-top: 15px;
    }

    .better-placeholder input.input-validation-error {
        /*margin-bottom: 2px;*/
        border-color: #ff0000;
    }

    .better-placeholder select {
        height: 46px;
        padding-top: 12px;
    }


.standard-button {
    background: #007abf;
    padding: 8px 13px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background 0.24s ease-in-out;
    transition: background 0.24s ease-in-out;
}

    .standard-button:hover {
        background: #00598c;
        -webkit-transition: background 0.24s ease-in-out;
        transition: background 0.24s ease-in-out;
    }

.submit-button {
    background: rgb(99, 169, 9) !important;
    border-color: darkseagreen;
}

#footnav ul {
    padding-left: 0px;
}

#footnav li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 10px 20px 10px 40px;
}

    #footnav li a:hover, #footnav li a:active {
        color: #f39a00;
    }

.navbar {
    display: block;
    width: 100%;
    min-height: 44px;
    height: auto;
    background: #ffffff;
    border-top: solid 2px #e8e8e8;
    margin-bottom: 0px;
    margin-top: 10px;
}

.search-field {
    margin-left: 0;
    margin-right: 0px;
}

#search {
    background: #e8e8e8;
    padding: 10px;
    border: solid 1px #bcbcbc;
    border-radius: 4px;
    overflow: hidden;
    margin: 5px auto;
    white-space: nowrap;
    width: 100%;
}

    #search .search-label {
        padding: 0.5rem 0 0 1rem;
        margin: 0;
        display: inline-block;
    }



@media only screen and (max-width: 1250.5px) {

    #search .search-label {
        width: 15% !important;
    }
}

@media only screen and (max-width: 991.5px) {

    #search .search-label {
        width: 10% !important;
    }
}

@media only screen and (max-width: 767px) {

    #search {
        background: none;
        padding: 0;
        border: none;
        border-radius: 0;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        #search .search-label {
            display: none;
        }

        #search .search-input {
            padding-left: 0;
            padding-right: 0;
        }
}

@media only screen and (max-width: 440px) {
}

.search-txt {
    font-size: 15px;
    margin-top: 8px;
}

#searchForm {
    position: relative;
}

.btn-search {
    /*position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;*/
    background-color: #007abf;
    /*border: solid 1px #00598c;
    border-radius: 0 4px 4px 0;*/
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

    .btn-search:hover, .btn-search:active {
        background-color: #00598c;
    }

    .btn-search i {
        color: #fff;
        font-size: 16px;
    }

#searchTerm {
    /*width: 100% !important;*/
    max-width: 100% !important;
    height: 40px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 50px;
}

.site-logo {
    margin-top: 10px;
    margin-bottom: -10px;
     min-height: 50px;
}

    .site-logo .slogan {
        color: #007abf;
        font-size: 14px;
        font-weight: bold;
    }


.site-mobile-logo {
    display: none;
}

    .site-mobile-logo img {
        padding-bottom: 10px;
    }

    .site-mobile-logo .slogan {
        color: #fff;
    }


@media only screen and (max-width: 767px) {
    .site-logo .slogan {
        display: none;
    }

    .site-mobile-logo .slogan {
        display: none;
    }
}


/*********************
  FEATURED STYLES
  *********************/

@media(min-width: 551px) {
    .featured {
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 400;
        background-color: #003959;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#007abf), to(#003959));
        background-image: -webkit-linear-gradient(top, #007abf, #003959);
        background-image: linear-gradient(to bottom, #007abf, #003959);
        /*min-height: 335px;*/
    }
    .mobile-banner{
        display:none;
    }
}

@media(max-width: 550px)
{
    .mobile-banner {
       
    }

    .featured {
        display:none;
    }
}

.container {
    width: 95%;
    max-width: 1540px;
}

#slider .container {
    width: 100%;
    max-width: 1540px;
}

.navbar-collapse {
    padding: 0px;
}

.featured .featured-banner {
    display: table;
}

    .featured .featured-banner .featured-text,
    .featured .featured-banner .featured-image {
        display: table-cell;
    }

    .featured .featured-banner .featured-text {
        width: 60%;
        vertical-align: top;
    }

    .featured .featured-banner .featured-image {
        width: 40%;
        vertical-align: middle;
    }

.featured h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

.featured p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.featured a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

    .featured a:hover {
        color: #f39a00;
    }


/*.featured .featured-image img {
    margin-top: 50%;
    margin-left: 2%;
}*/

.read-more::after {
    content: '❯';
    margin-left: 5px;
}

#slider {
    position: relative;
    /*background: #00598c url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_blue-stripe.png') repeat 0 0;
    padding: 20px;*/
    overflow: hidden;
    margin-bottom: 0px;
    border: none;
    /*border-left: 1px solid #000;
    border-right: 1px solid #000;*/
}

.featured #slider {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#slider h2 {
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0 !important;
    /*width: 50%;*/
}

/*.slides h2 {
            color: #fff;
            font-weight: bold;
            font-size: 40px;
            margin-top: 10px;
        }*/

.slides h2 span {
    color: #f39a00;
    font-size: 0.7em;
}

.flex-direction-nav a:before {
    color: rgba(0, 122, 191, 1);
}

.flex-direction-nav a {
    width: 45px;
    height: 45px;
}

.orange-bubble {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    /*padding: 16px 0;*/
    border-radius: 100px;
    background: #f39a00;
    position: absolute;
    right: 35%;
    bottom: 15%;
}

    .orange-bubble span {
        line-height: 50px;
        text-align: center;
        display: block;
        width: 50px;
    }

.orange-btn {
    background-color: #f39a00;
    padding: 14px 20px 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px !important;
    display: inline-block;
    margin: 15px auto;
}

    .orange-btn:hover {
        color: #fff !important;
        background-color: #c07a00;
    }

    .orange-btn::after {
        content: '❯';
        margin-left: 15px;
        font-weight: 100;
    }


@media only screen and (max-width: 1199.5px) {

    .featured .container .promo {
        display: none !important;
    }

    .featured .container .banner {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991.5px) {

    .featured .container {
        width: 100%;
    }

    /*. {
        max-height: 500px;
        min-height: 334px;
    }*/

    .flexslider .img-responsive {
        max-width: 275px;
    }

    .slides h2 span {
        font-size: 22px;
    }

    .slides h2 {
        font-size: 26px;
    }

    .featured a {
        font-size: 13px !important;
    }

    #slider .orange-bubble {
        /*right: 35%;*/
        bottom: 10%;
    }
}

@media only screen and (max-width: 768.5px) {

    #slider .container h2 {
        font-size: 2.5em;
        line-height: 1;
        margin-bottom: 20px;
        padding-top: 0 !important;
    }

    /*#slider img {
        float: right;
        width: 220px;
    }*/

    .featured .container .container-content .flexslider .slides img {
        width: 170px;
    }

    #slider .orange-btn {
        font-size: 1em;
        padding: 14px 40px 12px 20px;
    }

    #slider .orange-bubble {
        bottom: 15%;
    }
}

@media only screen and (max-width: 677.5px) {

    .featured .featured-banner {
        display: block;
    }

        .featured .featured-banner .featured-text,
        .featured .featured-banner .featured-image {
            display: inline-block;
        }

        .featured .featured-banner .featured-text {
            width: 100%;
            vertical-align: top;
        }

        .featured .featured-banner .featured-image {
            width: 40%;
            float: right;
            margin-top: -14%;
        }
}

@media only screen and (max-width: 599.5px) {

    .featured,
    .flexslider {
        min-height: 180px;
    }
        .featured #slider {
            padding-left: 40px;
            padding-right: 40px;
        }

        .featured .container {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

        #slider .orange-bubble {
            right: 75%;
            bottom: 0%;
        }

        #slider p {
            display: none;
        }
}

@media only screen and (max-width: 440px) {

    .featured,
    /*.flexslider {
        min-height: 150px;
    }*/
    #slider .orange-btn {
        padding-right: 20px;
    }

        .featured .container .container-row {
            margin-left: 0;
            margin-right: 0;
        }

        .featured .container .container-content {
            padding-left: 0;
            padding-right: 0;
        }

            .featured .container .container-content .flexslider .slides img {
                width: 150px;
                /*float: right;*/
                /*margin-top: -45px;*/
            }

    #slider {
        padding-left: 20px;
        padding-right: 20px;
    }

        #slider h2 span {
            font-size: 0.7em;
            color: #f39a00;
        }

        #slider h2 {
            color: #ffffff;
            margin-bottom: 10px;
        }

        #slider .orange-bubble {
            /*right: 35%;*/
        }

    .flexslider .flex-direction-nav .flex-next,
    .flexslider .flex-direction-nav .flex-prev {
        width: 36px;
        height: 36px;
    }

        .flexslider .flex-direction-nav .flex-next:before,
        .flexslider .flex-direction-nav .flex-prev:before {
            /*margin-top: 25%;*/
            font-size: 25px !important;
        }

    .featured-image img {
        margin-left: 0%;
        /*margin-bottom: 5%;*/
    }

    .featured .featured-banner .featured-image {
        margin-top: -25%;
    }
}



.featured blue-icon-btn:first-child {
    margin-top: 0px;
}

/**
    Adding new hero carousel
*/
.hero-carousel-banner {
    /*max-width: 1540px;*/
    margin: auto;
}

    .hero-carousel-banner .flex-control-nav {
        bottom: 3%;
    }

/*********************************
* Home page: Tabs:
**********************************/
.home-tabs {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 40px;
}

    .home-tabs .tab-callouts {
        display: table;
    }

        .home-tabs .tab-callouts h2 {
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .home-tabs .tab-callouts .tab {
            float: none;
            display: table-cell;
            vertical-align: top;
            width: 33.3333%;
            padding-right: 20px;
            padding-left: 20px;
        }

            .home-tabs .tab-callouts .tab a {
                display: list-item;
                list-style-type: none;
            }

                .home-tabs .tab-callouts .tab a.read-more {
                    width: inherit;
                }

    .home-tabs .home-sidebar {
        margin-top: 20px;
    }


    .home-tabs .tab:first-child {
        border: 1px solid #e8e8e8;
    }

    .home-tabs .tab {
        border-top: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }

.fluid-height {
    display: table;
}

    .fluid-height .fluid-col {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

.tab {
    background: #fff;
}

    .tab h2 {
        color: #007abf;
        font-size: 22px;
        font-weight: bold;
    }

    .tab h3 {
        color: #444444;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .tab h4 {
        color: #007abf;
        font-size: 16px;
        font-weight: bold;
    }

    .tab p {
        color: #444444;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .tab small {
        font-size: 12px;
    }

    .tab .read-more {
        color: #007abf;
        font-size: 14px;
        margin-bottom: 30px;
        display: block;
    }

        .tab .read-more:hover {
            color: #00598c;
        }

.blue-icon-btn:first-child {
    margin-top: 0px;
}

.blue-icon-btn {
    background: #007abf;
    background-color: #007abf;
    display: inline-block;
    width: 100%;
    max-width: 340px;
    height: 40px;
    margin: 10px 0;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px 0px 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}

    .blue-icon-btn:hover, .blue-icon-btn:active {
        background: #00598c;
        color: #fff;
    }

    .blue-icon-btn i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 28px;
        padding: 6px;
        background: #00598c;
        border-radius: 4px 0 0 4px;
    }

.home-tabs .promo {
    display: none;
}

    .home-tabs .promo h3 {
        font-weight: bold;
        font-size: 28px;
    }

    .home-tabs .promo .read-more {
        font-size: 14px;
    }

.home-tabs .home-sidebar .home-sidebar-button {
    background: #007abf;
    background-color: #007abf;
    display: inline-block;
    width: 100%;
    /*float: left;*/
    /*width: 100%;*/
    /*max-width: 340px;*/
    height: 40px;
    margin: 10px 0;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px 0px 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}

    .home-tabs .home-sidebar .home-sidebar-button:hover,
    .home-tabs .home-sidebar .home-sidebar-button:active {
        background: #00598c;
        color: #fff;
    }

    .home-tabs .home-sidebar .home-sidebar-button i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 28px;
        padding: 6px;
        background: #00598c;
        border-radius: 4px 0 0 4px;
    }



@media (max-width: 1199.5px) {

    .home-tabs .promo {
        display: block !important;
        padding-top: 17px;
    }

    .home-tabs .tab-callouts {
        padding-right: 0;
    }

    .home-tabs .home-sidebar {
        margin-top: 5px;
        order: 1;
    }
}

@media only screen and (max-width: 1023.5px) {

    .home-tabs .promo {
        display: block;
    }

    .tab-callouts {
        margin-top: 30px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991.5px) {

    .home-tabs .promo {
        padding-left: 0;
        padding-right: 0;
    }

        .home-tabs .promo h3 {
            margin-top: 5px;
            margin-bottom: 20px;
        }

        .home-tabs .promo p {
            margin-bottom: 20px;
        }

    .home-tabs .home-sidebar .home-sidebar-button {
        width: 49.5%;
    }

    .home-tabs .tab-callouts {
        padding-left: 0;
        /*margin-left: -6%;
        width: 115%;*/
    }

    .home-tabs .home-sidebar {
        margin-top: 15px;
    }
}

@media (max-width: 991.5px) {

    .home-tabs.tab-callouts {
        display: block;
    }
}



@media only screen and (min-width: 769.5px) {
    .home-tabs .tab-callouts .tab h2 a {
        pointer-events: none;
    }

    .home-tabs .tab .content.collapse {
        display: block;
    }
}

@media only screen and (max-width: 768.5px) {

    .home-tabs .container {
        width: 100%;
    }

    .home-tabs .promo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-tabs .tab-callouts {
        margin-top: 30px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        order: 2;
    }

    .home-tabs .home-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }



    .home-tabs .tab-callouts .tab {
        display: block;
        width: 100%;
    }

    .home-tabs .tab:first-child {
        border-top: 1px solid #e8e8e8 !important;
    }

    .home-tabs .tab {
        border: none !important;
        border-bottom: 1px solid #e8e8e8 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .home-tabs .tab h2 {
            font-size: 1.15em;
            margin: 0;
            padding: 14px 5% 14px 16%;
            outline: none;
            cursor: pointer;
            padding: 14px 3% 14px 5%;
            position: relative;
        }


            .home-tabs .tab h2 a {
                color: #000;
                text-decoration: none;
            }

            .home-tabs .tab h2 a {
                display: block;
                color: #007abf;
                padding-left: 30px;
                text-decoration: none;
            }

                .home-tabs .tab h2 a.collapsed {
                    color: #000;
                }

                .home-tabs .tab h2 a:before {
                    content: '>';
                    transform: scale(1.2,1.0) rotate(-90deg);
                    -ms-transform: scale(1.2,1.0) rotate(-90deg); /* IE 9 */
                    -webkit-transform: scale(1.2,1.0) rotate(-90deg);
                    margin-top: 15px;
                    margin-left: 30px;
                    font-weight: normal !important;
                    top: 0px;
                    left: 0px;
                    position: absolute;
                }

                .home-tabs .tab h2 a.collapsed:before {
                    transform: scale(1.2,1.0) rotate(90deg);
                    -ms-transform: scale(1.2,1.0) rotate(90deg); /* IE 9 */
                    -webkit-transform: scale(1.2,1.0) rotate(90deg);
                }


        .home-tabs .tab .content.collapse {
            /*display: block;*/
        }

        .home-tabs .tab .content {
            padding-left: 20px;
            padding-right: 20px;
        }
}

@media only screen and (max-width: 650.5px) {

    .home-tabs .home-sidebar .home-sidebar-button {
        width: 100%;
    }

    .home-tabs .tab-callouts {
        width: 100%;
        margin-left: 0px;
    }
}


@media only screen and (max-width: 440px) {

    .home-tabs .promo h3 {
        font-size: 1.25em;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .home-tabs .promo p {
        font-size: 1.05em;
        margin-bottom: 20px;
    }

    .home-tabs .promo .read-more {
        font-size: 1em;
    }
}

.better-form .contour legend {
    font-weight: bold;
    border-bottom: none;
    font-size: 18px;
}

.better-form .contour label {
    color: #007abf;
    font-size: 14px;
}

.better-form .contour .text, .better-form .contour textarea {
    max-width: none !important;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    max-height: 125px;
}

.better-form .contour select {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    height: 35px;
}

.better-form .contour .contourIndicator {
    display: none;
}

.better-form .contour .btn {
    background-color: #007abf;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

    .better-form .contour .btn:hover {
        background-color: #00598c;
    }

.left-nav {
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    border: solid 1px #e8e8e8;
}

    .left-nav h2 {
        margin-bottom: 10px;
        margin-top: 0px;
        padding: 20px 20px 0;
        font-weight: bold;
        font-size: 25px;
    }

    .left-nav ul {
        padding-left: 0px;
    }

        .left-nav ul li {
            list-style-type: none;
            border-top: solid 1px #e8e8e8;
        }

            .left-nav ul li a {
                display: block;
                color: #444444;
                padding: 10px 20px;
                text-decoration: none;
                font-size: 15px;
            }

                .left-nav ul li a:hover {
                    color: #007abf;
                }

.text-danger {
    color: #444;
}

.breadcrumbs {
    padding-left: 0px;
    margin-bottom: 30px;
}

    .breadcrumbs li {
        list-style-type: none;
        display: inline-block;
        font-size: 14px;
    }

        .breadcrumbs li a {
            text-decoration: none;
            margin-right: 5px;
        }

        .breadcrumbs li::after {
            content: "❯";
            margin-right: 5px;
        }

        .breadcrumbs li:last-child::after {
            content: none;
        }

        .breadcrumbs li a .fa {
            margin-right: 5px;
            font-size: 20px;
        }

.newsroom h2 {
    font-size: 22px;
}

.newsroom a {
    text-decoration: none;
}

.newsroom .post-date {
    color: #777777;
    margin-bottom: 15px;
    font-size: 13px;
}

.article h1 {
    font-size: 22px;
}

.new-item-content {
    word-wrap: normal;
    line-break: auto;
}

.accordion {
    list-style: none;
    padding: 0;
    list-style: none;
}

    .accordion .inner {
        padding-left: 15px;
        overflow: hidden;
        display: none;
    }

.inner a:hover {
    background: #f5f5f5;
    display: block;
}

.accordion li {
    margin: 5px 0;
    list-style-type: none;
}

    .accordion li a.toggle {
        width: 100%;
        display: block;
        color: #007abf;
        padding: 5px;
        transition: background .24s ease;
        -webkit-transition: background .24s ease;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }

        .accordion li a.toggle:focus {
            outline: thin dotted;
        }

        .accordion li a.toggle:hover {
            background: #f5f5f5;
        }

.footer {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
}

.sub-footer {
    padding: 20px 0;
    background: url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_gray-stripe.png') repeat center top;
    font-size: 13px;
}

    .sub-footer ul {
        padding-left: 0px;
    }

        .sub-footer ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .sub-footer ul li:last-child {
                display: inline-block;
                margin-right: 0px;
            }

    .sub-footer a {
        color: #fff;
        text-decoration: none;
    }

        .sub-footer a:hover {
            color: #f39a00;
        }

.copyright {
    color: #fff;
}

    .copyright span {
        margin-right: 20px;
    }

.social-links {
    display: flex;
    justify-content: space-evenly;
    padding-left: 0px;
    margin-bottom: 20px;
}

    .social-links li {
        display: inline-block;
        margin-right: 10px;
    }

        .social-links li:last-child {
            margin-right: 0px;
        }

    .social-links a {
        background-color: #bcbcbc;
        height: 36px;
        width: 36px;
        display: block;
        position: relative;
        border-radius: 4px;
    }

    .social-links i {
        font-size: 20px;
        color: #fff;
        position: absolute;
        left: 25%;
        top: 25%;
    }

.social-links-round a {
    border-radius: 20px;
    border: solid 2px #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px;
    display: inline-block;
    text-align: center;
    background-color: #bcbcbc;
    background: radial-gradient(circle at center, #ddd, #bbb)
}

.social-links-round i {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.linkedin:hover {
    background: inherit;
    background-color: #3371b7;
    /*background: radial-gradient(circle at center, rgba(255,255,255,0.01), #3371b7)*/
}

.facebook:hover {
    background: inherit;
    background-color: #3e5b98;
    /*background: radial-gradient(circle at center, rgba(255,255,255,0.01), #3e5b98)*/
}

.twitter:hover {
    background: inherit;
    background-color: #4da7de;
    /*background: radial-gradient(circle at center, rgba(255,255,255,0.01), #4da7de)*/
}

.youtube:hover {
    background: inherit;
    background-color: #e02a20;
    /*background: radial-gradient(circle at center, rgba(255,255,255,0.01), #e02a20)*/
}

.instagram:hover {
    background: inherit;
    background-color: #F26227;
}

.social-two {
    display: flex;
    justify-content: space-evenly;
}

@media(max-width:550px) {
    .social-two img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}


.recent-news .read-more {
    font-size: 16px;
}

.recent-news h2 {
    margin-bottom: 30px;
}

.recent-news h4 a {
    font-weight: bold;
}

.recent-news .post-date {
    color: #777777;
    font-size: 14px;
}

.post h2 a {
    font-size: 22px;
}

.post .post-date {
    color: #777777;
    font-size: 13px;
}

.post a {
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.navbar {
    border: none;
    margin-top: 0px;
}

.main-navigation {
    margin-top: 10px;
    background: #fff;
}

.overview {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin: 10px auto;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    min-height: 250px;
}

    .overview:hover {
        border-color: #007abf;
    }

    .overview .summary {
        -webkit-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
        position: relative;
        max-height: 45px;
        overflow: hidden;
    }

        .overview .summary.active {
            -webkit-transition: max-height 1s ease-in-out;
            transition: max-height 1s ease-in-out;
            max-height: 1100px;
        }

        .overview .summary ul li {
            height: auto;
            overflow: visible;
            margin-left: -20px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .overview .less {
        display: none;
    }

    .overview .more, .overview .less {
        font-size: 14px;
    }

@media only screen and (min-width: 768px) {

    .overview p:first-of-type {
        /*height: 40px;*/
        margin-bottom: 20px;
    }
}

.np-media i {
    font-size: 20px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 15px;
}

.np-media .fa-file-pdf-o, .np-media .fa-file-pdf {
    color: #ff4848;
}

.np-media .fa-file-video-o, .np-media .fa-file-video {
    color: #333;
}

.np-post-date {
    color: #777;
    font-size: 13px !important;
    margin-bottom: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.main table {
    max-width: 100%;
    width: 100%;
    border-right: solid 1px #e8e8e8;
}

    .main table th {
        background: #007abf;
        text-align: left;
        color: #ffffff;
    }

    .main table th, .main table td {
        font-size: 14px;
        line-height: 1.5;
        padding: 8px;
        border: solid #e8e8e8;
        border-width: 1px 0 2px 1px;
    }

.event-table {
}

.social-two a {
    padding-right: 5px;
}

    .social-two a:first-child {
        margin-right: 0px !important;
    }





.img-center {
    margin: 0px auto;
    display: block;
}

.main-btn {
    background-color: #007abf;
    color: #fff;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
}

    .main-btn:hover {
        color: #fff;
        background-color: #00598c;
    }

    .main-btn:active, .main-btn:focus {
        color: #fff;
        text-decoration: none;
    }

.match-height h3 {
    height: 40px;
}

.overview-title {
    font-size: 18px !important;
    text-align: center;
}

.mb-25 {
    margin-bottom: 25px;
}

#return-btn {
    float: right;
    margin-bottom: 15px;
    margin-top: -48px;
}

.blue-btn {
    background-color: #007abf;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    text-decoration: none;
}

    .blue-btn::after {
        content: '❯';
        margin-left: 15px;
        font-weight: 100;
    }

    .blue-btn:hover {
        color: #fff;
        background-color: #00598c;
        text-decoration: none;
    }

    .blue-btn:focus {
        color: #fff;
        text-decoration: none;
    }

.cancel-btn {
    background-color: #f2f2f2;
    color: #3C2A2A;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 4px;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
    text-decoration: none;
}

    .cancel-btn:hover {
        background-color: #b8b6b6;
        text-decoration: none;
    }

    .cancel-btn:focus {
        color: #fff;
        text-decoration: none;
    }

.delete-btn {
    padding: 5px !important;
}

    .delete-btn::after {
        content: '' !important;
        margin-left: 0px !important;
    }

#map-navigation {
    margin-bottom: 20px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 16px;
    height: 16px;
    z-index: 90;
}

#world-map {
    height: 460px;
    margin-bottom: 30px;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    position: relative;
}

svg:not(:root) {
    overflow: hidden;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #444444;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
    line-height: 16px;
    text-align: center;
    font-size: 15px;
}

.jvectormap-zoomin {
    margin-top: 15px;
    top: 0;
}

.jvectormap-zoomout {
    margin-top: 30px;
    top: 5px;
}

.product-img-center {
    display: block !important;
    text-align: center;
    align-content: center;
    align-items: center;
}

#search-region {
    display: none;
}

#divLoading {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

    #divLoading img {
        display: block;
        width: 64px;
        margin: 200px auto 0;
        position: absolute;
        left: 50%;
        top: 25%;
    }

.lp-fix {
    min-height: 240px;
}

    .lp-fix p {
        color: #777777;
    }

.right-sb p {
    font-size: 14px;
}

    .right-sb p img {
        max-width: 100%;
        height: auto !important;
    }

.right-sb-header {
    margin-top: 0px;
    margin-bottom: 15px;
}

.right-sb-links {
    display: flex;
}

.right-sb .blue-btn {
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
}

.right-sb .fa {
    font-size: 20px;
    width: 15px;
    margin-right: 10px;
}

.right-sb .fa-file-pdf-o, .right-sb .fa-file-pdf {
    color: #ff4848;
}

.right-sb .fa-file-powerpoint-o, .right-sb .fa-file-powerpoint {
    color: #f39a00;
}

.gallery-grid .container {
    width: 100%;
}

.gallery-grid img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 10px
}

.gallery-grid h1 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    padding: 5px;
}

.gallery-grid .row .col-md-6:nth-child(2n) {
    padding-right: 0px
}

.gallery-grid .row .col-md-6:nth-child(2n + 1) {
    padding-left: 0px
}

@media (max-width: 991.5px) {
    .gallery-grid .row .col-md-6:nth-child(2n) {
        padding-right: 15px
    }

    .gallery-grid .row .col-md-6:nth-child(2n + 1) {
        padding-left: 15px
    }
}

.environmental_iframe_div iframe {
    width: 100%;
    min-height: 578px;
}

/*********************
BUTTON DEFAULTS
*********************/
.orange-btn, .blue-btn, .icon-btn, input[type="submit"] {
    display: inline-block;
    /*background: url(//content2.smcetech.com/NewSMCUSAImage/images/icon-right-arrow.png) no-repeat right center; */
    width: auto;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 11px 15px 9px 10px;
    border: none;
    border-radius: 4px;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

    .orange-btn.disabled, .blue-btn.disabled, .icon-btn.disabled, input[type="submit"].disabled {
        background-color: lightgray !important;
        color: gray !important;
        cursor: default;
        cursor: not-allowed;
    }

.orange-btn {
    background-color: #f39a00;
}

    .orange-btn:hover, .orange-btn:active {
        background-color: #c07a00;
    }

.icon-btn {
    position: relative;
    background-image: none;
    padding: 13px 10px 12px 50px;
}

    .icon-btn i {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        border-radius: 4px 0 0 4px;
    }

.button {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 14px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    color: #444444;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: none;
    border: solid 1px #bcbcbc;
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

.button {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAIAAAADnC86AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDEzNDY4OUIzMkIwMTFFNEJBQ0ZBRjUwREY0MzMyMjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDEzNDY4OUMzMkIwMTFFNEJBQ0ZBRjUwREY0MzMyMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQjRCRTA5QTMyQTgxMUU0QkFDRkFGNTBERjQzMzIyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MTM0Njg5QTMyQjAxMUU0QkFDRkFGNTBERjQzMzIyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prdicz4AAADQSURBVHja7NYxCoMwFAZgDV1zAlcP4AVyggwZHRWEnMHVSY9gNtdsLjrpcQQnwclNfNClQws1tBbK/4YMf+B9eRBC/HmeOefe5cW8HxVgwIABAwYM2BFO09Ra+3SL8iRJ3m91OwVnWRbH8bquWuvH3BhTFMWrM30AFkL0fa+UWpYlz/N7WJZlXdeUR1H0LZiKug/DIKUku6oq4tu2HccxDMNTfXy3z940TWTv+84Y67ouCIKLbjVJTdNs20arg+o+MR4QwIABAwYM+B/gQ4ABAMa8RxBCaA6hAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin-bottom: 20px;
    padding: 0 40px 0 10px;
}

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    height: 30px;
    line-height: 1;
    padding: 0 10px;
    /*margin-bottom: 14px;*/
    font-size: 1em;
    color: #444444;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: none;
    border: solid 1px #bcbcbc;
    width: 100%;
    /*max-width: 600px;*/
    font-family: "proxima-nova", Arial, sans-serif;
    background-color: #ffffff;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

    input[type="text"]:focus, input[type="text"]:active,
    input[type="password"]:focus,
    input[type="password"]:active,
    input[type="datetime"]:focus,
    input[type="datetime"]:active,
    input[type="datetime-local"]:focus,
    input[type="datetime-local"]:active,
    input[type="date"]:focus,
    input[type="date"]:active,
    input[type="month"]:focus,
    input[type="month"]:active,
    input[type="time"]:focus,
    input[type="time"]:active,
    input[type="week"]:focus,
    input[type="week"]:active,
    input[type="number"]:focus,
    input[type="number"]:active,
    input[type="email"]:focus,
    input[type="email"]:active,
    input[type="url"]:focus,
    input[type="url"]:active,
    input[type="search"]:focus,
    input[type="search"]:active,
    input[type="tel"]:focus,
    input[type="tel"]:active,
    input[type="color"]:focus,
    input[type="color"]:active,
    select:focus,
    select:active,
    textarea:focus,
    textarea:active,
    .field:focus,
    .field:active {
        background-color: #ffffff;
        border-color: #007abf;
    }

textarea {
    width: 100% !important;
    height: 120px !important;
    line-height: 1.5em !important;
}

select {
    /*-webkit-appearance: none;*/
    /* 1 */
    /*-moz-appearance: none;*/
    background-color: #ffffff;
    /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAIAAAADnC86AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDEzNDY4OUIzMkIwMTFFNEJBQ0ZBRjUwREY0MzMyMjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDEzNDY4OUMzMkIwMTFFNEJBQ0ZBRjUwREY0MzMyMjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQjRCRTA5QTMyQTgxMUU0QkFDRkFGNTBERjQzMzIyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MTM0Njg5QTMyQjAxMUU0QkFDRkFGNTBERjQzMzIyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prdicz4AAADQSURBVHja7NYxCoMwFAZgDV1zAlcP4AVyggwZHRWEnMHVSY9gNtdsLjrpcQQnwclNfNClQws1tBbK/4YMf+B9eRBC/HmeOefe5cW8HxVgwIABAwYM2BFO09Ra+3SL8iRJ3m91OwVnWRbH8bquWuvH3BhTFMWrM30AFkL0fa+UWpYlz/N7WJZlXdeUR1H0LZiKug/DIKUku6oq4tu2HccxDMNTfXy3z940TWTv+84Y67ouCIKLbjVJTdNs20arg+o+MR4QwIABAwYM+B/gQ4ABAMa8RxBCaA6hAAAAAElFTkSuQmCC");*/
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    font-weight: 400;
}

label {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
}

input[type="submit"] {
    background: #007abf;
    font-size: 0.9em;
    padding: 11px 10px 9px 10px;
    border: none;
}

    input[type="submit"]:hover, input[type="submit"]:active {
        background-color: #00598c;
    }

input[type="radio"] {
    margin-right: 5px;
}

legend {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

/*********************
MODAL
*********************/

.cancel {
    padding-bottom: 3px;
}

.modal-title {
    padding-bottom: 0px !important;
    margin-bottom: 5px;
    margin-top: 0px;
    text-align: left;
}

.modal-header {
    background-color: #007abf !important;
    color: #fff !important;
    display: block;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .modal-header .close {
        color: #fff;
        opacity: 1;
    }

input.blue-btn {
    border: none;
    outline: none;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
}

#searchResults {
}

.searchResult {
    font-weight: 400;
}

    .searchResult:hover {
        font-weight: 700;
    }

    .searchResult + .searchResult {
        border-top: solid 1px #eee;
    }

    .searchResult a {
        font-size: 14px;
    }

        .searchResult a:hover {
            font-size: 15px;
            /*color: #004784;*/
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .searchResult img {
        padding: 1px;
        margin-right: 15px;
        height: auto;
        vertical-align: middle;
    }

    .searchResult span {
        /* white-space: nowrap;*/
    }


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}



/*********************
SIDE NAV MENU
*********************/

#sidebar-nav {
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    border: solid 1px #e8e8e8;
    -webkit-transition: background 0.24s ease-in-out;
    transition: background 0.24s ease-in-out;
}

    #sidebar-nav + hr {
        margin-top: 30px;
    }

    #sidebar-nav h2 {
        text-rendering: optimizelegibility;
        font-family: "proxima-nova", Arial, sans-serif;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
        font-size: 1.4em;
        margin-bottom: 10px;
        padding: 20px 20px 0;
    }

    #sidebar-nav > ul {
        padding: 0;
        list-style-type: none;
        margin: 0;
    }

    #sidebar-nav ul li {
        font-size: 0.9em;
        border-top: solid 1px #e8e8e8;
        cursor: pointer;
    }

    #sidebar-nav > ul > li.dropdown > a {
        background: url(//content2.smcetech.com/NewSMCUSAImage/images/icon-vert-arrows.png) no-repeat 20px -54px;
        padding: 10px 20px 10px 40px;
        -webkit-transition: color 0.24s ease-in-out;
        transition: color 0.24s ease-in-out;
    }

        #sidebar-nav > ul > li.dropdown > a:hover {
            color: #007abf;
        }

    #sidebar-nav > ul > li.dropdown.active > a {
        background: url(//content2.smcetech.com/NewSMCUSAImage/images/icon-vert-arrows.png) no-repeat 20px -54px;
        background-position: 20px -4px;
        color: #007abf;
    }

    #sidebar-nav ul li a {
        display: block;
        color: #444444;
        padding: 10px 20px;
    }

    #sidebar-nav ul ul {
        /*display: none;*/
        margin: 0 0 0 20px;
        padding: 10px 0 0 20px;
        border: none;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    #sidebar-nav ul li.dropdown.active ul {
        /*display: block;*/
        max-height: 800px;
        margin-bottom: 20px;
    }

    #sidebar-nav ul ul li {
        list-style: disc;
        font-size: 0.9em;
        padding: 0;
        border: none;
    }

        #sidebar-nav ul ul li a {
            background: none;
            padding: 5px 0;
            -webkit-transition: margin 0.24s ease-in-out;
            transition: margin 0.24s ease-in-out;
        }

            #sidebar-nav ul ul li a:hover, #sidebar-nav ul ul li a:active {
                color: #007abf;
                background-color: transparent;
                margin-left: 10px;
            }

        #sidebar-nav ul ul li.active-category a {
            color: #007abf;
        }

#sidebar-nav-sub {
}

    #sidebar-nav-sub ul {
        margin: 0 0 0 -20px;
        padding: 10px 0 0 20px;
        border: none;
    }

        #sidebar-nav-sub ul li {
            list-style: none;
            font-size: 0.9em;
            padding: 0;
            margin-bottom: 20px;
        }

            #sidebar-nav-sub ul li a {
                position: relative;
                background-image: none;
                display: block;
                width: auto;
                font-family: "proxima-nova", Arial, sans-serif;
                font-size: 1em;
                font-weight: 600;
                line-height: 1;
                text-transform: uppercase;
                color: #ffffff;
                padding: 13px 10px 13px 50px;
                border: none;
                border-radius: 4px;
                -webkit-transition: background-color 0.24s ease-in-out;
                transition: background-color 0.24s ease-in-out;
            }

                #sidebar-nav-sub ul li a.blue {
                    background-color: #007abf;
                    color: #fff !important;
                }

                    #sidebar-nav-sub ul li a.blue:hover {
                        background-color: #00598c;
                    }

                #sidebar-nav-sub ul li a i {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 40px;
                    height: 40px;
                    border-radius: 4px 0 0 4px;
                }

                    #sidebar-nav-sub ul li a i.distributor {
                        background: #00598c url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-distributor.png') no-repeat center center;
                        background-size: 24px;
                    }

                    #sidebar-nav-sub ul li a i.etools {
                        background: #00598c url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-etools.png') no-repeat center center;
                        background-size: 24px;
                    }

                    #sidebar-nav-sub ul li a i.contact {
                        background: #00598c url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-contact.png') no-repeat center center;
                        background-size: 24px;
                    }

.categories .category-item {
    padding: 20px 20px 10px;
    margin: 0 1% 20px;
    border: solid 1px #e8e8e8;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}

    .categories .category-item:hover {
        border-color: #007abf;
    }

    /*.categories .category-item.expandable {
    min-height: 360px;
}*/

    .categories .category-item > a {
        text-align: center;
        display: block;
    }

        .categories .category-item > a > img {
            height: 140px;
        }

    .categories .category-item.expandable .cat-content {
        max-height: 150px;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .categories .category-item.expandable.active .cat-content {
        max-height: 800px;
        padding-bottom: 20px;
    }

    .categories .category-item .cat-content h3 {
        /*white-space: nowrap;*/
        font-size: 1.2em;
    }

    .categories .category-item .cat-content p {
        text-align: justify;
    }

    .categories .category-item.expandable .cat-content-show-more::after {
        content: '\f055';
        font-family: FontAwesome;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 75px 0 0 0;
        color: #007abf;
        font-size: 25px;
        background-image: linear-gradient(to bottom, transparent, #fff);
    }

    .categories .category-item.expandable.active .cat-content-show-more::after {
        content: '\f056';
        background-image: none;
    }

    .categories .category-item.expandable .cat-content-show-more:hover:after {
        cursor: pointer;
        color: #00598c;
    }

    .core-product-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 50px;
        max-height: 160px;
        overflow: hidden;
    }

        .core-product-wrapper.core-product-wrapper--left {
            right: auto;
            left: 0;
        }

    .core-products-padding {
        padding-left: 65px;
        padding-right: 65px;
    }

/*********************
PRODUCTS
*********************/

.products .categories .category-item.expandable {
    min-height: 360px;
}

#productTabs .cat-block, #catTabs .cat-block {
    margin: 0;
}

#productTabs .product-block, #productTabs .cat-block,
#catTabs .product-block, #catTabs .cat-block {
    margin: 0 -6%;
    border-top: solid 1px #e8e8e8;
}

@media only screen and (min-width: 768px) {
    #productTabs, #catTabs {
        margin: 20px -3% 0;
        border-bottom: none;
    }

    #catTabs {
        margin: 0;
    }

        #productTabs .product-block, #productTabs .cat-block,
        #catTabs .product-block, #catTabs .cat-block {
            margin: 0;
            padding: 0;
        }

        #catTabs h3 {
            float: left;
            width: 50%;
        }
}

@media only screen and (min-width: 991.5px) {

    #catTabs {
        border: none;
    }

        #catTabs .cat-block:nth-of-type(4n+1) {
            clear: left;
        }

        #catTabs .cat-block {
            position: relative;
            float: left;
            width: 24%;
            margin: 0 .5% 20px .5%;
            padding: 10px;
            border: solid 1px #e8e8e8;
            overflow: visible;
        }

            #catTabs .cat-block h3 {
                float: none;
                width: 100%;
                font-size: 1em;
            }

                #catTabs .cat-block h3 a.accordion-link {
                    display: none;
                }

            #catTabs .cat-block ul.cat-list {
                opacity: 0;
                float: none;
                position: absolute;
                top: 0;
                left: -1px;
                right: -1px;
                z-index: 200;
                background-color: #ffffff;
                width: auto;
                overflow-x: hidden;
                overflow-y: hidden;
                height: 0px;
                padding: 10px;
                border: solid 1px #007abf;
                box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
            }

            #catTabs .cat-block:hover ul.cat-list {
                opacity: 1;
                display: block;
                height: auto;
                z-index: 500;
                -webkit-animation: catlistmove 0.18s ease-in-out forwards;
                animation: catlistmove 0.18s ease-in-out forwards;
            }

            #catTabs .cat-block ul.cat-list:before,
            #catTabs .cat-block ul.cat-list:hover:before {
                opacity: 1;
                display: block;
                height: auto;
            }

    @-webkit-keyframes catlistmove {
        0% {
            height: 0px;
        }

        50% {
            height: 80px;
        }

        80% {
            height: 350px;
        }

        100% {
            height: auto;
        }
    }

    @keyframes catlistmove {
        0% {
            height: 0px;
        }

        50% {
            height: 80px;
        }

        80% {
            height: 350px;
        }

        100% {
            height: auto;
        }
    }

    #catTabs .cat-block ul.cat-list .cat-list-container {
        position: relative;
        border-top: 10px solid #fff;
        margin-top: -10px;
    }

    #catTabs ul.cat-list {
        list-style: none;
        margin: 0 0 20px;
    }

        #catTabs ul.cat-list .rollover {
            width: 300px;
            height: 150px;
            background-size: 300px;
            background-position-x: center;
            background-position-y: bottom;
            display: block;
            margin-bottom: 15px;
            -webkit-transition: background 0.24s ease-in-out;
            transition: background 0.24s ease-in-out;
            background: no-repeat center bottom;
        }


    #catTabs .cat-block ul.cat-list:hover .rollover {
        opacity: 0;
        width: 100%;
        position: relative;
    }

        #catTabs .cat-block ul.cat-list:hover .rollover .helper {
            position: absolute;
            left: 0;
            bottom: -50px;
            display: block;
            width: 110%;
            height: 100%;
            margin-top: -10px;
            margin-left: -10px;
        }

    #catTabs .cat-block ul.cat-list .rollover:hover {
        opacity: 1;
    }

    #catTabs .cat-block ul.cat-list img,
    #catTabs .cat-block ul.cat-list h3 {
        display: block;
    }

    #catTabs .cat-block ul.cat-list h3 {
        background-color: #fff;
        padding-top: 5px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    #catTabs .cat-image {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #catTabs .cat-block ul.cat-list li {
        background-color: #ffffff;
        font-size: 0.8em;
    }

    #catTabs .cat-block ul.cat-list li {
        background-color: #ffffff;
        font-size: 0.8em;
    }

    #catTabs ul.cat-list li {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
        border-bottom: solid 1px #e8e8e8;
    }

        #catTabs ul.cat-list li a {
            display: block;
            background: url(//content2.smcetech.com/NewSMCUSAImage/images/icon-right-arrow-blue.png) no-repeat right center;
            padding: 10px 15px 10px 0;
        }

    #catTabs .cat-block ul.cat-list li a {
        -webkit-transition: padding 0.24s ease-in-out;
        transition: padding 0.24s ease-in-out;
    }

        #catTabs .cat-block ul.cat-list li a:hover,
        #catTabs .cat-block ul.cat-list li a:active {
            padding-left: 10px;
        }

        #catTabs .cat-block ul.cat-list li a + div {
            position: absolute;
            z-index: -1;
            top: 120px;
            left: 0;
            width: 100%;
            height: 150px;
            background-color: #fff;
            background-size: 300px;
            background-position-x: center;
            background-position-y: bottom;
            background-repeat: no-repeat;
            opacity: 0;
            transition: opacity 0.07s ease-in-out;
            -webkit-transition: opacity 0.07s ease-in-out;
            transition: top 0.12s ease-in-out;
            -webkit-transition: top 0.12s ease-in-out;
        }

    #catTabs .cat-block ul.cat-list li:hover ~ li a + div {
        opacity: 0;
        top: -120px;
    }

    #catTabs .cat-block ul.cat-list li a:hover + div {
        opacity: 1;
        top: 10px;
    }
}

@media only screen and (max-width: 991.5px) {

    #catTabs {
        margin: 0;
    }

        #catTabs .cat-block ul.cat-list {
            width: 50%;
            clear: both;
            margin-left: 50%;
            padding-left: 0px
        }

        #catTabs .cat-block .cat-image {
            display: none;
        }

        #catTabs .cat-block li {
            font-size: 0.9em;
            display: block;
            clear: both;
            margin-left: 0;
            border-bottom: solid 1px #e8e8e8;
        }

            #catTabs .cat-block li:last-child {
                border-bottom: none;
            }

        #catTabs ul.cat-list li a {
            display: block;
            background: url(//content2.smcetech.com/NewSMCUSAImage/images/icon-right-arrow-blue.png) no-repeat right center;
            padding: 10px 15px 10px 0;
        }

        #catTabs .cat-block ul.cat-list.in .cat-list-image {
            display: block;
            position: absolute;
            margin-left: 40px;
            left: 0;
        }

        #catTabs .cat-block ul.cat-list.show .cat-list-image {
            display: block;
            position: absolute;
            margin-left: 40px;
            left: 0;
        }

        #catTabs .cat-block h3 {
            float: none;
            width: 100%;
            background-position: 3% -50px;
            position: relative;
            margin-top: 15px;
        }

            #catTabs .cat-block h3 a.normal-link {
                display: none;
            }

            #catTabs .cat-block h3 a.accordion-link {
                display: block;
                color: #007abf;
                padding-left: 40px;
                text-decoration: none;
            }

            #catTabs .cat-block h3 .accordion-link.collapsed {
                color: #000;
            }

            #catTabs .cat-block h3 a.accordion-link:before {
                content: '>';
                transform: scale(1.2,1.0) rotate(-90deg);
                -ms-transform: scale(1.2,1.0) rotate(-90deg); /* IE 9 */
                -webkit-transform: scale(1.2,1.0) rotate(-90deg);
                margin-left: 10px;
                font-weight: normal !important;
                top: 0px;
                left: 0px;
                position: absolute;
            }

            #catTabs .cat-block h3 .accordion-link.collapsed:before {
                transform: scale(1.2,1.0) rotate(90deg);
                -ms-transform: scale(1.2,1.0) rotate(90deg); /* IE 9 */
                -webkit-transform: scale(1.2,1.0) rotate(90deg);
            }

        #catTabs .cat-block .cat-list.in .rollover {
            margin-top: -10px;
            margin-left: -45px;
            padding-left: 0px;
            float: left;
            width: 50%;
        }

        #catTabs .cat-block .cat-list.show .rollover {
            margin-top: -10px;
            margin-left: -45px;
            padding-left: 0px;
            float: left;
            width: 50%;
        }
}

@media only screen and (min-width: 850.5px) and (max-width: 991.5px) {

    #catTabs .cat-block ul.cat-list {
        width: 55%;
        margin-left: 45%;
    }

    #catTabs .cat-block .cat-list .rollover {
        width: 45%;
    }
}

@media only screen and (max-width: 768.5px) {

    #catTabs {
        margin: 0;
    }

        #catTabs .cat-block ul.cat-list {
            margin-left: 0;
            width: 100%;
        }

        #catTabs .cat-block h3 a.accordion-link {
            padding-left: 25px !important;
        }

            #catTabs .cat-block h3 a.accordion-link:before {
                margin-left: 0px !important;
            }

        #catTabs .cat-block ul.cat-list.in .cat-list-image {
            display: block;
            position: inherit;
        }

        #catTabs .cat-block ul.cat-list.show .cat-list-image {
            display: block;
            position: inherit;
        }

        #catTabs .cat-block ul.cat-list.in .rollover {
            width: 100%;
        }

        #catTabs .cat-block ul.cat-list.show .rollover {
            width: 100%;
        }

        #catTabs .cat-block {
            margin: 0;
            padding: 0;
        }
}

.e-trust-row {
    max-width: 600px;
    display: block;
    padding: 15px 0;
}

.e-trust {
    float: right;
    margin-top: -20px;
}

/**************************************
Help and Support
***************************************/

@media only screen and (min-width: 768px) {

    .support .categories .category-item.expandable .cat-content-show-more::after {
        margin: 0 auto;
        margin: 0;
        padding: 5px 0 0 0;
        /*background-image: linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,1));*/
    }

    .support .categories .category-item {
        text-align: center;
        padding: 10px 20px 10px;
    }

        .support .categories .category-item.expandable {
            min-height: 160px;
        }

            .support .categories .category-item.expandable .cat-content {
                max-height: 3.5em;
                -webkit-transition: all 1s ease-in-out !important;
                transition: all 1s ease-in-out !important;
                text-align: left;
            }

                .support .categories .category-item.expandable .cat-content .overview-title {
                    text-align: left;
                }

            .support .categories .category-item.expandable.active .cat-content {
                /*max-height: 12em;*/
                max-height: fit-content;
                padding-bottom: 20px;
            }

        .support .categories .category-item .cat-content p {
            text-align: left;
            margin-bottom: 5px;
            font-size: 0.9em;
        }

    .support .categories .overview .overview-title {
        text-align: left;
    }

    .support .categories .summary img {
        width: 100px;
        height: 110px;
    }
}

.support .support-table {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .support .support-table .title {
        background-color: #0074bf;
        border-bottom: 1px solid #000;
        color: #fff;
        font-weight: bold;
    }

    .support .support-table .support-table-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .support .support-table .support-table-row .title-caption {
            font-weight: bold;
            padding-bottom: 10px;
        }

        .support .support-table .support-table-row div:nth-child(odd) {
            border-right: 1px solid #000;
        }

/*.support .support-table .row:nth-child(even) {
    border-right:1px solid #000;
}*/

.support .instruction-table {
    display: block;
    width: 100%;
    float: left;
    border: solid 1px #e8e8e8;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .support .instruction-table .title {
        background-color: #007abf;
        border-bottom: 1px solid #e8e8e8;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .support .instruction-table .instruction-table-row {
        display: block;
        width: 100%;
    }

        .support .instruction-table .instruction-table-row div {
            border-right: solid 1px #e8e8e8;
            padding-top: 10px;
            padding-bottom: 5px;
            font-size: 0.94em;
        }

            .support .instruction-table .instruction-table-row div a i {
                margin-right: 5px;
            }

        .support .instruction-table .instruction-table-row:first-child div {
            padding-top: 10px !important;
        }

        .support .instruction-table .instruction-table-row:last-child div {
            padding-bottom: 20px;
        }

.reset-buttons .btn {
    color: #fff !important;
    font-size: 18px;
}

.reset-buttons .btn-continue {
    background: #63a909 !important;
    border-color: darkseagreen;
}

    .reset-buttons .btn-continue:hover {
        background: #307600 !important;
    }

.reset-buttons .btn-cancel {
    background: #00598c !important;
    border-color: darkseagreen;
}

.login-buttons .btn-cancel:hover {
    background: #002659 !important;
}

.login-buttons .btn {
    color: #fff !important;
    font-size: 18px;
}

.login-buttons .btn-continue {
    background: #63a909 !important;
    border-color: darkseagreen;
}

    .login-buttons .btn-continue:hover {
        background: #307600 !important;
    }

.login-buttons .btn-cancel {
    background: #00598c !important;
    border-color: darkseagreen;
}

    .login-buttons .btn-cancel:hover {
        background: #002659 !important;
    }

.login-buttons .btn-employee {
    background: #007abf !important;
    border-color: #007abf;
    display: none;
}

    .login-buttons .btn-employee:hover {
        background: #00598c !important;
    }


#content .register-steps {
    list-style: none;
    margin: 0 0 20px;
    color: #a8a8a8;
}

    #content .register-steps li {
        display: inline-block;
        font-size: 0.8em;
        margin: 0;
    }

        #content .register-steps li.active {
            color: #007abf;
        }

        #content .register-steps li img {
            margin: 0 5px;
        }

.register-buttons .btn {
    margin-top: 30px;
    color: #fff !important;
    font-size: 18px;
}

.register-buttons .btn-back {
    background: #f39a00 !important;
    border-color: darkseagreen;
}

    .register-buttons .btn-back:hover {
        background: #c06700 !important;
    }

.register-buttons .btn-continue {
    background: #63a909 !important;
    border-color: darkseagreen;
}

    .register-buttons .btn-continue:hover {
        background: #307600 !important;
    }

.register-buttons .btn-cancel {
    background: #00598c !important;
    border-color: darkseagreen;
}

    .register-buttons .btn-cancel:hover {
        background: #002659 !important;
    }

.register-form .step {
    display: none;
}

    .register-form .step.active {
        display: block;
    }

.register-form .field-notef {
    /*margin-top: -10px;*/
    display: block;
}

.field-note {
    font-size: 12px;
    font-weight: 400;
}


@media (max-width: 991.5px) {
    #header {
        border-bottom: 1px solid #000;
    }

    .main-navigation, .navbar-header, .navbar-collapse {
        background: url('https://content2.smcetech.com/NewSMCUSAImage/images/bg_gray-stripe.png') repeat center top;
    }

    #mainnav ul li a {
        color: #fff;
    }

        #mainnav ul li a:hover {
            color: #f39a00;
            background-color: rgba(0, 0, 0, 0.5);
        }

        #mainnav ul li a:after {
            content: none;
        }

    ul.nav li.dropdown:hover .dropdown-menu {
        display: none;
    }

    ul.nav li.dropdown:active .dropdown-menu {
        display: block;
    }

    .popout:hover .popout-menu {
        display: none !important;
    }

    #mainnav .popout > a {
        background: none;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #f39a00 !important;
    }

    .mobile-alt-nav li a, .mobile-tertiary-nav li a {
        display: block;
    }

    .mobile-alt-nav {
        border-top: 1px solid #fff;
    }

        .mobile-alt-nav li {
            margin-left: 15px;
            /*padding: 15px 17px 15px 12px;*/
        }

            .mobile-alt-nav li a {
                padding-left: 30px !important;
            }

    .login-mobile {
        background: url('https://content2.smcetech.com/NewSMCUSAImage/images/icon-login.png') no-repeat 10px 3px;
        background-position: left 11px;
        background-size: 18px;
    }

    .mobile-alt-nav li a:hover {
        background-color: transparent !important;
    }

    .mobile-alt-nav li a:focus {
        background-color: transparent !important;
    }

    .mobile-tertiary-nav {
        border-top: 1px solid #fff;
    }

        .mobile-tertiary-nav li a:hover, .mobile-tertiary-nav li a:focus {
            background-color: transparent !important;
        }

    a#return-btn {
        font-size: 12px;
        margin-top: 0px;
        float: none;
    }
}

@media (max-width: 767.5px) {

    .distributor-sidebar {
        margin-top: 80px;
    }
}

#assember-container iframe {
    overflow-y: scroll;
    margin: 10px 0;
    width: 350%;
    height: 850px;
    border: 1px solid white;
    background-color: white;
}

.expandable {
    min-height: 430px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    overflow: hidden;
    position: relative;
}

    .expandable .concat-content {
        max-height: 150px;
        transition: all 1s;
        position: absolute;
        margin-right: 21px;
    }

    .expandable.active .concat-content {
        max-height: 800px !important;
        padding-bottom: 20px;
        position: inherit;
    }

    .expandable .concat-content-show-more:after {
        content: '\f055';
        font-family: FontAwesome;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 75px 0 0 0;
        color: #007abf;
        font-size: 25px;
        background-image: linear-gradient(to bottom, transparent, #fff);
    }

    .expandable.active .concat-content-show-more:after {
        content: '\f056';
        background-image: none;
    }

.maintenance-table {
    border: 1px solid #e8e8e8;
    /*padding: 20px;*/
}

    .maintenance-table .row {
        border-bottom: 1px solid #e8e8e8;
        margin-left: 0px;
        margin-right: 0px;
        /*margin-bottom: 15px;*/
    }

        .maintenance-table .row:last-child {
            border-bottom: none;
            margin-bottom: 0px;
        }

    .maintenance-table a {
        display: inline-block;
    }

.m-header {
    margin-bottom: 10px;
}

.leftBorder {
    border-left: .5px solid #e8e8e8;
    height: auto;
}

.rightBorder {
    border-right: .5px solid #e8e8e8;
    height: auto;
}

.tablePadding {
    padding: 30px 40px;
}

.blue-btn a {
    color: #fff;
}

.category-sub-seciton {
    display: none;
}

.msg-error {
    color: #ff0000;
}

.msg-success {
    color: #3f6f01;
}

.contacdt-form legend {
    font-weight: 700;
    margin-bottom: 10px;
}

.category-item {
    float: none;
    display: inline-block;
    width: 98%;
    margin: 0 1% 20px;
    padding: 10px;
    border: solid 1px #e8e8e8;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

    .category-item:hover {
        color: #444444;
        border-color: #007abf;
    }

.fp-img {
    margin: auto;
    width: 100px;
    height: 110px;
}

.sub h4 {
    display: table-cell;
    height: 52px;
    font-size: 1.1em;
    padding-bottom: 10px;
    vertical-align: middle;
    font-weight: 600;
}

/* third lvl nav adjustments */

.pw-fix {
    min-width: 315px !important;
    width: auto !important;
}

.cw-fix {
    width: auto !important;
}

    .cw-fix li {
        max-width: 300px !important;
    }

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.row.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 768px) {
    .col-sm-1.nopadding, .col-sm-10.nopadding, .col-sm-11.nopadding,
    .col-sm-12.nopadding, .col-sm-2.nopadding, .col-sm-3.nopadding,
    .col-sm-4.nopadding, .col-sm-5.nopadding, .col-sm-6.nopadding, .col-sm-7.nopadding, .col-sm-8.nopadding, .col-sm-9 {
        float: left;
    }
}

.tab-callouts .img-responsive {
    margin: 0px auto;
    max-width: 360px;
    width: 100%;
}

#siteNotification {
    position: relative;
    width: 100%;
    padding: 10px 10%;
    text-align: center;
    font-weight: 700;
    background-color: #f39a00;
    color: white;
    display: none;
}

    #siteNotification button {
        position: absolute;
        right: 10px;
        top: 10px;
    }

#lstResults {
    margin: 20px 0px;
    list-style: none;
}

    #lstResults .crnResult {
        padding: 5px 10px;
        margin-bottom: 5px;
        background-color: lightgray;
    }


/*###################
	BOM
	###################*/

.BOMTable {
    display: table !important;
}

.BOM {
    font-size: 24px;
}

.modal-title.BOM {
    text-align: left;
    line-height: 0;
}

.modal-content.BOM {
    align-content: center;
}

.modal-dialog.BOM {
    align-content: center;
}

.boM_Level {
    text-align: center;
    display: table-cell !important;
}

.itemNumber {
    text-align: left;
    padding-left: 5px;
    display: table-cell !important;
}

.itemDescription {
    text-align: left;
    display: table-cell !important;
}

.qtyPerAssembly {
    text-align: center;
    display: table-cell !important;
}

.uom {
    text-align: center;
    display: none !important;
}

.itemAvailability {
    text-align: center;
    display: table-cell !important;
}

.BOM.empty, .BOM.error {
    text-align: center;
}

.BOM.requestQuote, .BOM.viewBOM {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #337ab7;
}

    .BOM.requestQuote .BOM.viewBOM:hover {
        color: #0056b3;
    }

.BOM_Row {
    display: table-row !important;
}


/*###################
	  Spinner aka Loader
	###################*/

.loader {
    margin: 5px 0px;
    border: 16px solid silver;
    border-radius: 50%;
    border-top: 16px solid rgb(0, 122, 191);
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*###################
	  END Spinner aka Loader
	###################*/
/*###################
	  Visibility class
	###################*/
.smc-hidden {
    visibility: hidden;
    display: none;
}

/*###################
	  End Visibility Class
	###################*/

/*###################
	  close button class
	###################*/
.mlm-close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

/*###################
	  close button  Class
	###################*/

table.mlm {
    width: 98%;
    height: 99%;
}

    table.mlm tbody {
        height: 100%;
    }

.mlm tr.body {
    width: 100%;
    display: inline-flex;
    background-color: white;
}

.half {
    width: 50%
}

.some-space {
    padding: 3px 3px 3px 3px;
}

.border-black {
    border: solid black 1px;
    border-radius: 3px 3px 3px 3px;
}

.border-gray {
    border: 1px solid #e8e8e8; 
}

.mlm-page-header {
    color: purple;
    font-size: large;
}

.mlm tr.body:nth-child(even) {
    background-color: grey;
    color: white;
}

.mlm tr.body.body:hover {
    background-color: mediumpurple;
    color: white;
}

.mlm td {
    width: 100%;
}

.modal-dialog.mlm {
    z-index: 111 !important;
}

.smc-modal-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: black;
    opacity: .7;
}

.smc-modal-dialog {
    z-index: 1001;
    height: 50%;
    width: 50%;
    position: fixed;
    left: 25%;
    top: 25%;
    background-color: white;
    opacity: 1;
    color: black;
    border: solid gray 1px;
    border-radius: 3px 3px 3px 3px;
    transform: translate(-50px,-50px);
    padding: 3px 3px 3px 3px;
}

.smc-modal-content {
    height: 100%;
    width: 100%;
}

.fix-content {
    align-items: center;
}

.smc-modal-header {
    height: 40px;
    background-color: #675e7a;
    color: white;
    font-size: medium;
    text-align: center;
    align-content: center;
    vertical-align: central;
    border-radius: 3px 3px 3px 3px;
}

    .smc-modal-header.content {
        padding-top: 3px;
    }

.smc-modal-subheader {
    padding: 3px 3px 3px 3px;
}

.smc-modal-body {
    height: calc(100% - 85px);
    overflow-y: scroll;
}

.smc-modal-footer {
}


.mlm-left {
    float: left !important;
}

.mlm-right {
    float: right !important;
}

.distributor-website {
    width: max-content;
}
/*--- BEGIN 5 COLUMN ---
Added because Bootstrap 3 does not support it
You can remove this in Bootstrap 4 and simply use .row and .col
*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*
--- END 5 COLUMN ---
*/


/*
--- BEGIN Mexico Home Buttons ---
*/
.home-bottom-button {
    background: #007abf;
    background-color: #007abf;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px 0px 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .home-bottom-button:hover,
    .home-bottom-button:active {
        background: #00598c;
        color: #fff;
    }

    .home-bottom-button i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 28px;
        padding: 6px;
        background: #00598c;
        border-radius: 4px 0 0 4px;
        min-width: 2.75rem;
        text-align: center;
    }

/*
--- END Mexico Home Buttons ---
*/

/*
--- BEGIN BOOTSTRAP 4 CSS ---
	Copied from Bootstrap 4.3 css.
	DELETE this section if the project upgrades from Bootstrap 3 to Bootstrap 4.
*/

/*.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}*/

.footerTabs .home-bottom-button {
    background-color: #B3B3B3;
}

    .footerTabs .home-bottom-button i, .footerTabs .home-bottom-button:hover, .footerTabs .home-bottom-button:active, .footerTabs .home-bottom-button:focus {
        background-color: #A8A8A8;
        color: #ffffff;
    }

.footerTabs .details {
    margin-top: 25px;
}

    .footerTabs .details .hd {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .footerTabs .details .description {
        font-size: 14px;
        margin-bottom: 25px;
    }

.toolList {
    padding-top: 20px;
}

    .toolList ul {
        display: flex;
        width: 100%;
        list-style-type: none;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        position: relative;
        padding-top: 5px;
    }

        .toolList ul:after {
            content: "";
            width: 1px;
            height: 100%;
            position: absolute;
            left: 50%;
            background-color: #eeeeee;
            top: 0;
        }

        .toolList ul li {
            width: calc(50% - 20px);
            position: relative;
        }

            .toolList ul li:nth-child(2n-1) {
                margin-right: 40px;
            }

            .toolList ul li .toolName {
                padding-left: 30px;
                font-size: 14px;
                line-height: 17px;
                margin-bottom: 12px;
            }

            .toolList ul li .fa {
                position: absolute;
                left: 0;
                max-width: 20px;
                max-height: 20px;
                top: 0px;
            }

            .toolList ul li a {
                color: #006FC3;
            }

                .toolList ul li a:hover {
                    color: #009DE4;
                }


@media(max-width : 1199px) {
    .toolList ul {
        display: block;
    }

        .toolList ul:after {
            content: none;
        }

        .toolList ul li {
            width: 100%;
        }

            .toolList ul li:nth-child(2n-1) {
                margin-right: 0;
            }
}

@media(max-width : 768px) {
    .toolList {
        padding: 20px;
    }
}



.products-grid {
    padding: 5% 0;
    background-color: #f0f0f0;
    border-bottom: solid 5px #1a81de;
}

    .products-grid .card {
        background-color: #ffffff;
        border: solid 2px #1a81de;
        padding: 8px;
        font-weight: bold;
        border-radius: 10px;
        margin: 0 0 20px 0;
    }

        .products-grid .card img {
            display: inline-block;
            /*width: 25%;*/
            margin: 0 20px 0 0;
            max-height: 140px;
            /*width: auto;*/
            width: 100px;
            height: 100px;
            object-fit: contain;
        }

    .products-grid .card-body {
        display: inline-block;
        /*width: 75%;*/
        min-height: 86px;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }

        .products-grid .card-body p {
            color: #1a81de !important;
        }

@media(max-width: 991px) {
    .products-grid .card-body {
        min-height: 0;
    }

    .products-grid .left-item {
        float: left;
        width: 25%;
    }

    .products-grid .right-item {
        min-height: 86px;
        display: flex;
        align-items: center;
        width: 75%;
    }
}

.products-featured {
    padding: 2.5% 0;
    background-color: #ffffff;
}

@media (max-width:1440px) and (min-width:992px) {
    .products-grid .card img {
        width: 100px !important;
        height: 70px !important;
    }
}

.subnav-categories {
    background-color: #f0f0f0 !important;
    padding: 3rem !important;
}

.home-bottom-button {
    background: #007abf;
    background-color: #007abf;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #fff;
    border-radius: 4px;
    padding: 0px 10px 0px 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .home-bottom-button i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 28px;
        padding: 6px;
        background: #00598c;
        border-radius: 4px 0 0 4px;
        min-width: 2.75rem;
        text-align: center;
    }

.video-single {
    background-color: #1a81de;
    color: #ffffff;
    padding: 5% 0;
}

    .video-single .align-middle p {
        margin: 25% 0;
    }

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

@media(max-width: 991px) {
    .video-single .align-middle p {
        margin: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    /*.embed-responsive-16by9 {
        padding-bottom: 300px;
    }*/
}

#midBarBanner .carousel-indicators {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 9px 10px 5px;
    background-color: #1a81de;
}

    #midBarBanner .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

        #midBarBanner .carousel-indicators li.active {
            margin: 1px 5px 1px 1px;
        }

#midBarBanner .item img {
    width: 100%;
}


@media only screen and (min-width: 992px) and (max-width: 1112px) {
    #sidebar-nav-sub ul li a.blue {
        background-color: #007abf;
        color: #fff !important;
        margin-left: -29px;
    }
}



.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.fc-blue {
    color: #006FC3;
}

.map_leftPanel {
    height: 350px;
    overflow-y: auto;
}

    .map_leftPanel .wpsl_store_location {
        padding-right: 10px;
        border-bottom: 1px dotted #ccc;
        font-size: 14px;
        line-height: 1.7em;
        color: #5b5b5b;
    }

        .map_leftPanel .wpsl_store_location .hd a {
            color: #006FC3;
            font-size: 14px;
            font-weight: bold;
        }

        .map_leftPanel .wpsl_store_location p {
            margin: 0 0 20px 0;
        }

            .map_leftPanel .wpsl_store_location p > span {
                display: block;

            }

.wpsl-location-address-details {
    max-width: 216px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .map_details {
        display: flex;
        width: 100%;
    }

    .site-logo{
        min-height:80px;
    }

   
}

/*
--- END BOOTSTRAP 4 CSS ---
*/
.caret {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 2px !important;
    vertical-align: middle !important;
    border-top: 4px dashed !important;
    border-top: 4px solid\9 !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 9px !important;
        height: 10px !important;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
        margin-right: 8px !important;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

@media (max-width: 991.5px) and (min-width: 768px) {
    .industrypage-sidebar {
        display: none;
    }
}

@media (max-width: 991.5px) and (min-width: 768px) {
    .industrypage-sidebar-item {
        order: 2;
    }

    .help-page {
        order: 2;
    }

    .smc-video-page {
        order: 2;
    }

    .search-result-order {
        order: 2;
    }

    .application-bucket-page {
        order: 2;
    }

    .application-container-page {
        order: 2;
    }

    .safety-app-item-page {
        order: 2;
    }

    .app-item-page {
        order: 2;
    }

    .e-tool-bucket-page {
        order: 2;
    }

    .instruction-manual-bucket-page {
        order: 2;
    }

    .maintaince-bucket-page {
        order: 2;
    }

    .training-page {
        order: 2;
    }

    .generic-page {
        order: 2;
    }

    .about-page {
        order: 2;
    }

    .gallery-page {
        order: 2;
    }

    .newproductcontainer-page {
        order: 2;
    }

    .event-container-page {
        order: 2;
    }

    .new-items {
        order: 2;
    }

    .news-product-item {
        order: 2;
    }

    .contact-page {
        order: 2;
    }

    .atex-product {
        order: 2;
    }

    .knowledgebase-category {
        order: 2;
    }

    .product-sidebar {
        order: 2;
    }
}

.input-group-btn #searchBtn {
    z-index: 2;
    margin-left: -2px;
    margin-bottom: -14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 33px;
    width: 40px;
}

.input-group-btn .btn-search i {
    vertical-align: top !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hidden-xsd-none {
        display: none !important;
    }

    .collapse.show {
        display: block;
    }
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #00598c;
}

.recent-news h4 {
    font-size: 18px;
}

@media only screen and (max-width: 991.5px) {
    .wpsl-opening-hours table {
        min-width: -webkit-fill-available !important;
    }
}

.mapfilter-area span { 
    font-size: 14px;
}

@media only screen and (max-width: 575.5px) {
    .locationlistdiv {
        order: -1;
    }
}

@media only screen and (min-width: 767.5px) and (max-width: 991.5px) {
    #menu .navbar-toggler:not(.collapsed) {
        left: 280px;
        z-index: 99999;
        position: fixed;
        top: 24px;
        float: right;
    }
}

@media only screen and (max-width: 991.5px) {

    .new-item-content img {
        width: 100% !important;
    }
}

#return-mx-btn {
    float: right;
    margin-bottom: 15px;
    margin-top: -48px;
}

.full-width-model-row {
    width: 100%;
    display:flex;
    justify-content:space-between;
    padding: 0% 0% 2% 2%;
}

.model-content-width {
    width: auto
}

.model-row-title {
    margin-top: 14px;
    line-height: 0;
}

.btn-model-pop {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 525px) {
    .model-image-row {
        width: 237px;
    }
}
/*.navbar-nav .show {
    color: #555;
    background-color: #e7e7e7 !important;
}*/

.grecaptcha-badge {
    visibility: hidden !important;
}

/**
    Featured Content Component
*/

.featured-content .featured-content-inner {
    display: flex;
    flex-direction: column;
}

.featured-content .featured-content-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-content .item-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.featured-content h2, .featured-content h3 {
    font-weight: bold;
}

.featured-content:not(.bg-blue):not(.bg-blue-gradient):not(.bg-grey-stripe) h2 {
    color: #007abf;
}

.featured-content .read-more {
    font-size: 1.2rem;
    font-weight: bold;
}

.featured-content:not(.bg-blue):not(.bg-blue-gradient):not(.bg-grey-stripe) .read-more {
    color: #007abf;
}

.featured-content .card {
    border-color: transparent;
}

.featured-content .card .item-title {
    color: #007abf;
    text-align: center;
}

.featured-content .featured-content-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*.featured-content.featured-content--video .featured-content-item {
    min-height: 315px;
}*/

@media (min-width: 768px) {
    .featured-content.featured-content--full-width .featured-content-inner {
        flex-direction: row;
    }

    .featured-content.featured-content--full-width.featured-content--right .featured-content-inner {
        flex-direction: row-reverse;
    }

    .featured-content.featured-content--full-width .featured-content-description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 3rem;
        width: 70%;
    }

    .featured-content.featured-content--full-width.featured-content--video .featured-content-description {
        width: 60%;
    }

    .featured-content.featured-content--full-width .featured-content-item {
        width: 30%;
    }

    .featured-content.featured-content--full-width.featured-content--video .featured-content-item {
        width: 40%;
    }

    .featured-content.featured-content--full-width.featured-content--right .featured-content-description {
        padding-left: 0;
        padding-right: 3rem;
    }
}

/**
    Image Teaser
*/

.image-teaser .image-teaser-stripe {
    background-color: #007abf;
}

.image-teaser .image-teaser-inner > h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.image-teaser .image-teaser-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-teaser .card .item-title {
    color: #007abf;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 576px) {
    .image-teaser .image-teaser-stripe {
        background: linear-gradient(to bottom, transparent 0 36%, #007abf 36% 66%, transparent 66%);
    }

    .image-teaser .image-teaser-inner {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 25px;
    }

    .image-teaser .image-teaser-inner > h2 {
        text-align: left;
        width: 25%;
    }

    .image-teaser .image-teaser-item-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        gap: 25px;
        width: 75%;
    }

    .image-teaser .image-teaser-item {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .image-teaser .image-teaser-item {
        width: auto;
    }
}

/**
    Icon teaser
*/
.icon-teaser:not(.bg-blue):not(.bg-blue-gradient):not(.bg-grey-stripe) h2 {
    color: #007abf;
}

.icon-teaser .icon-teaser-item-wrapper {
    gap: 16px 20px;
}

.icon-teaser .icon-teaser-item {
    color: #2f2f2f;
    width: 175px;
    min-height: 170px;
    align-self: stretch;
}

.icon-teaser .icon-teaser-item .card-img-top {
    font-size: 5rem;
}

.icon-teaser .icon-teaser-item .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .icon-teaser .icon-teaser-item-wrapper {
        gap: 16px 40px;
    }
}

@media (min-width: 992px) {
    .icon-teaser .icon-teaser-item-wrapper {
        gap: 16px 50px;
    }
}

/**
    Product Overview
*/
.product-overview:not(.bg-blue):not(.bg-blue-gradient):not(.bg-grey-stripe) h2 {
    color: #007abf;
}

/**
    Recent News Home
*/
.recent-news.recent-news--home .news-link {
    font-size: 1.2rem;
    font-weight: bold;
}

.recent-news.recent-news--home .read-more {
    font-size: 1.2rem;
    font-weight: bold;
}

/**
    Search
*/
.search-wrapper {
    position: relative;
}

    .search-wrapper .breadcrumbs-wrapper .breadcrumbs {
        margin-bottom: 0;
    }

    .search-wrapper .breadcrumbs-wrapper .sort-wrapper label {
        width: 100px;
    }

    .search-wrapper .breadcrumbs-wrapper .sort-wrapper input {
        width: 130px;
    }

    .search-wrapper .search-results-wrapper {
        background-color: #fafafa;
    }

        .search-wrapper .search-results-wrapper #search-results ul.results {
            list-style: none;
            padding-left: 0;
        }

            .search-wrapper .search-results-wrapper #search-results ul.results li {
                background-color: #fff;
            }

                .search-wrapper .search-results-wrapper #search-results ul.results li .highlight {
                    font-weight: bold;
                }

                .search-wrapper .search-results-wrapper #search-results ul.results li .blue-btn {
                    position: relative;
                    font-size: 0.925rem;
                }

                    .search-wrapper .search-results-wrapper #search-results ul.results li .blue-btn::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        width: 35px;
                        background-color: #00598c;
                        border-top-left-radius: 4px;
                        border-bottom-left-radius: 4px;
                    }

                    .search-wrapper .search-results-wrapper #search-results ul.results li .blue-btn i {
                        z-index: 999;
                        position: relative;
                    }

                .search-wrapper .search-results-wrapper #search-results ul.results li i.fa.display-3 {
                    font-size: 4.5rem;
                    font-weight: 300;
                    line-height: 1.2;
                }

        .search-wrapper .search-results-wrapper #search-paging .btn {
            padding: 0.125rem 0.375rem;
        }

    .search-wrapper .search-filters-wrapper #search-filters #mobile-filter-toggle ul {
        display: none;
    }

    .search-wrapper .search-filters-wrapper #search-filters .filter-option {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

        .search-wrapper .search-filters-wrapper #search-filters .filter-option .filter-values {
            height: 100%;
            overflow-y: scroll;
        }

            .search-wrapper .search-filters-wrapper #search-filters .filter-option .filter-values label {
                font-weight: normal;
            }

@media (min-width: 992px) {
    .search-wrapper .search-filters-wrapper #search-filters .filter-option {
        display: block;
        position: static;
    }

        .search-wrapper .search-filters-wrapper #search-filters .filter-option .filter-values {
            max-height: 342px;
            overflow-y: auto;
        }
}

.search-wrapper .search-filters-applied-wrapper #search-filters-applied .applied-filters {
    gap: 10px;
}

    .search-wrapper .search-filters-applied-wrapper #search-filters-applied .applied-filters button.applied-filter {
        background-color: #e8e8e8;
    }

        .search-wrapper .search-filters-applied-wrapper #search-filters-applied .applied-filters button.applied-filter:hover {
            background-color: #dcdcdc;
            border-color: #dcdcdc;
        }

.search-wrapper #search-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 98;
}

    .search-wrapper #search-loader.active {
        display: block;
    }

        .search-wrapper #search-loader.active::after {
            content: '';
            position: fixed;
            top: 40%;
            left: 50%;
            border: 12px solid #eaeaea;
            border-top: 12px solid #3498db;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            animation: spin 1.5s linear infinite;
        }

.search-wrapper #load-more {
    position: relative;
    padding-top: 4rem;
}

    .search-wrapper #load-more.active::after {
        content: '';
        position: absolute;
        top: 18%;
        left: 50%;
        border: 8px solid #eaeaea;
        border-top: 8px solid #3498db;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1.5s linear infinite;
    }
 
/**
    Autocomplete
*/
.autocomplete {
    display: none;
    outline: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    top: 85%;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: auto;
}

    .autocomplete .suggestions .autocomplete-title, .autocomplete .resources .autocomplete-title {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0.5rem 1.25rem;
        margin-top: 0.75rem;
        margin-bottom: 0;
    }

    .autocomplete .suggestions ul, .autocomplete .resources ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0.75rem;
    }

        .autocomplete .suggestions ul li.suggestion, .autocomplete .resources ul li.suggestion, .autocomplete .suggestions ul li.resource, .autocomplete .resources ul li.resource, .autocomplete .suggestions ul a.resource, .autocomplete .resources ul a.resource {
            position: relative;
            padding: 0.5rem 1.25rem;
            cursor: pointer;
        }

        .autocomplete .suggestions ul li.suggestion, .autocomplete .resources ul li.suggestion {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .autocomplete .suggestions ul li.suggestion:hover .suggestion-value, .autocomplete .resources ul li.suggestion:hover .suggestion-value {
                text-decoration: underline;
            }

            .autocomplete .suggestions ul li.suggestion .stock-number, .autocomplete .resources ul li.suggestion .stock-number {
                color: green;
                font-weight: 700;
            }

            .autocomplete .suggestions ul li.suggestion .stock-disclaimer, .autocomplete .resources ul li.suggestion .stock-disclaimer {
                font-size: 14px;
            }

        .autocomplete .suggestions ul li.resource:hover, .autocomplete .resources ul li.resource:hover, .autocomplete .suggestions ul a.resource:hover, .autocomplete .resources ul a.resource:hover {
            text-decoration: underline;
        }

        .autocomplete .suggestions ul li.suggestion.active, .autocomplete .resources ul li.suggestion.active {
            background-color: #eaeaea;
        }

            .autocomplete .suggestions ul li.suggestion.active::before, .autocomplete .resources ul li.suggestion.active::before, .autocomplete .suggestions ul li.suggestion.active::after, .autocomplete .resources ul li.suggestion.active::after {
                content: '';
                position: absolute;
                width: 28px;
                height: 50%;
                left: 100%;
            }

            .autocomplete .suggestions ul li.suggestion.active::before, .autocomplete .resources ul li.suggestion.active::before {
                top: 0px;
                background: linear-gradient(to right top, #eaeaea 50%, rgba(0, 0, 0, 0) 50%);
            }

            .autocomplete .suggestions ul li.suggestion.active::after, .autocomplete .resources ul li.suggestion.active::after {
                top: 50%;
                background: linear-gradient(to right bottom, #eaeaea 50%, rgba(0, 0, 0, 0) 50%);
            }

    .autocomplete .matches {
        margin-bottom: 0.75rem;
    }

        .autocomplete .matches .autocomplete-title {
            font-weight: bold;
            text-transform: uppercase;
            padding: 0.5rem 1.25rem;
            margin-top: 0.75rem;
            margin-bottom: 0;
        }

        .autocomplete .matches .match-groups .match-items {
            display: none;
            flex-wrap: wrap;
        }

            .autocomplete .matches .match-groups .match-items.active {
                display: flex;
            }

            .autocomplete .matches .match-groups .match-items .match-item {
                padding: 0.5rem 1.25rem;
                width: 50%;
                text-align: center;
            }

                .autocomplete .matches .match-groups .match-items .match-item img, .autocomplete .matches .match-groups .match-items .match-item i {
                    padding: 1rem;
                    margin-bottom: 0.5rem;
                }

                .autocomplete .matches .match-groups .match-items .match-item p {
                    margin-bottom: 0;
                }

@media (min-width: 1200px) {
    .autocomplete .matches .match-groups .match-items .match-item {
        width: 33%;
    }
}

.autocomplete .highlight {
    font-weight: bold;
}

.autocomplete #autocomplete-loader, .autocomplete #match-loader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 98;
}

    .autocomplete #autocomplete-loader.active, .autocomplete #match-loader.active {
        display: block;
    }

        .autocomplete #autocomplete-loader.active::after, .autocomplete #match-loader.active::after {
            content: '';
            position: absolute;
            top: 40%;
            left: 48%;
            border: 10px solid #eaeaea;
            border-top: 10px solid #3498db;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1.5s linear infinite;
        }

@media (min-width: 768px) {
    .autocomplete {
        max-width: 70%;
    }
}

/*.project-info .project-detail-header {
    background: #007abf;
}

.project-info .project-detail-header h1 {
    color: #fff;
}*/ 