@font-face {
    font-family: HelveticaNeueLT-Thin;
    src: url('/fonts/HelveticaNeueLTStd-Th.otf'), url('/fonts/helveticaneueltstd-th-webfont.eot'), url('/fonts/helveticaneueltstd-th-webfont.svg'), url('/fonts/helveticaneueltstd-th-webfont.ttf'), url('/fonts/helveticaneueltstd-th-webfont.woff');
}

@font-face {
    font-family: Helvetica Neue Light;
    src: url('/fonts/HelveticaNeueLTStd-Lt-0.otf'), url('/fonts/2B37FC_0_0.eot'), url('/fonts/2B37FC_0_0.ttf'), url('/fonts/2B37FC_0_0.woff');
}

@font-face {
    font-family: Helvetica Neue;
    src: url('/fonts/HelveticaNeueLTStd-Bd0.otf'), url('/fonts/helveticaneueltstd-th-webfont.eot'), url('/fonts/helveticaneueltstd-th-webfont.svg'), url('/fonts/helveticaneueltstd-th-webfont.ttf'), url('/fonts/helveticaneueltstd-th-webfont.woff');
}

html {
    font-family: Helvetica, Arial, sans-serif;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-bar-font {
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nopad {
    padding: 0;
}

.nopad-left {
    padding-left: 0;
}

.nopad-right {
    padding-right: 0;
}

a {
    color: #0071be;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #0071be;
    text-decoration: underline;
    outline: 0;
}

.nm-p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
}

.nm-header-btn {
    color: #0071be;
    font-size: 15px;
    cursor: pointer;
}

.nm-header-btn:hover,
.nm-header-btn:focus {
    color: #10508a;
    text-decoration: none;
}

.nm-letter-space-1 {
    letter-spacing: 1px;
}

.nm-hr {
    margin-bottom: 40px;
    margin-top: 40px;
}

.nm-form label {
    font-size: 12px;
}

.nm-submit,
.nm-submit:focus {
    border: 1px solid #0071be;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #0071be;
    background-color: white;
    transition: all .3s ease-out;
}

.nm-submit:hover {
    background-color: #0071be;
    border-color: #0071be;
    color: white;
}

.nm-btn:hover {
    background-color: #666 !important;
    color: #fff;
}

.nm-btn,
.nm-btn:focus {
    background-color: #0071be !important;
    color: #fff;
    border: 0;
    height: 30px;
    font-size: 15px;
    line-height: 17px;
    padding: 0 15px;
    border-radius: 5px;
    transition: all .3s ease-out;
}

.btn-primary {
    border: 1px solid #0071be;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #0071be;
    background-color: transparent;
    transition: all .3s ease-out;
}

.btn-primary:hover {
    background-color: #0071be;
    color: white;
    border-color: #0071be;
}

.btn-primary-gray {
    border: 1px solid #0071be;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #0071be;
    background-color: transparent;
    transition: all .3s ease-out;
}

.btn-primary-gray:hover {
    background-color: #0071be;
    color: white;
}

.text-primary {
    color: #0071be;
}

.text-grey {
    color: #666;
}

h2.text-grey {
    margin-bottom: 20px;
}

.bannerLabel {
    margin-top: 20px;
}

.banner-img {
    margin: 0;
    display: block;
    width: 123px;
}

.banner-icon-margin {
    margin-top: calc(calc(75px - 23px)/2);
}

.nm-menu {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}

.hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.hidden-search {
    position: relative;
    margin-top: -40px;
    display: none;
}

.nav-search-font:focus {
    color: #23527c !important;
    text-decoration: none;
}

.nav-search-font:hover {
    color: #ccc !important;
    text-decoration: none !important;
}

.container-navbar {
    max-width: 1200px !important;
    display: flex;
    justify-content: center;
}

.modal-open {
    padding: 0 !important;
}

#mMiniCart {
    padding-right: 0 !important;
}

.search-dd {
    padding: 7px 12px;
}

.shadeBG-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.dropdown-mega-nordson {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin-top: -1px;
    border-radius: 0;
    border: none;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.3);
    font-family: helvetica;
}

@media(max-width: 375px) {
    .btn-toggle {
        margin: 0 auto;
        display: flex;
        margin-left: -10px;
    }
    .mobile-search-bar {
        width: 75% !important;
        margin-right: 5px;
    }
    .nopad-xs {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .cart-modal {
        width: 80%;
    }
}

@media (min-width: 991px) {
    .nopad-md-lg {
        padding: 0;
    }
    .cart-modal {
        width: 80%;
        max-width: 1200px;
    }
}

@media (max-width: 332px) {
    .hidden-ph {
        display: none;
    }
}

@media (max-width: 500px) {
    .navbar-collapse {
        width: 70% !important;
    }
    .img-content {
        width: 100%;
        max-height: 400px;
        margin: 20px auto;
    }
    .img-content > img {
        width: 100%;
        max-height: 400px;
    }
}

@media (min-width: 500px) {
    .img-content {
        width: 250px;
        height: 200px;
        padding-right: 0;
        float: right !important;
    }
    .img-content > img {
        width: 250px;
        height: 200px;
    }
}

@media(min-width: 992px) {
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #FFF !important;
        background-color: #666 !important;
    }
}

@media (min-width: 992px) and (max-width: 1079px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px !important;
    }
}

@media (min-width: 991px) {
    /*.nav-nordson {
        z-index: 1;
    }*/
    .navbar-default .navbar-nav > li > a {
        margin-top: -1px;
    }
    .navbar-form {
        border: none;
        margin-top: -41px;
        margin-bottom: 0;
        padding: 0;
        height: 40px;
        width: 100%;
        position: relative;
    }
    .hidden-nav-margin {
        padding-top: 2px;
    }
    .search-animate-right {
        box-shadow: none !important;
        animation: animateright 0.4s;
    }
    @keyframes animateright {
        from {
            left: 100vw;
        }
        to {
            left: 0;
        }
    }
    .desktop-search-bar {
        width: 90%;
        margin: 0 auto;
    }
    .search-button-group {
        width: 200px !important;
    }
    .nav-search-font {
        font-size: 24px;
        width: 4%;
        color: #FFF !important;
        margin-top: 4px;
    }
}

.nav-nordson {
    z-index: 2;
    min-height: 40px !important;
    height: 40px;
    margin: 0;
    background: #0071be;
    border-color: #0071be;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .45);
    color: #FFF;
}

.mobile-nav {
    height: 0 !important;
    margin: 0;
    min-height: 0;
    border: none;
}

.container-nordson {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.container-nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.white-background {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-header {
    max-height: 40px;
    height: 40px;
}

.footer {
    padding: 0;
    background: #e5e5e5;
    width: 100%;
    min-height: 60px;
}

.body-nordson {
    min-height: calc(100vh - 211px);
    background-color: #FFF;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.footerNav {
    width: 100%;
}

.footerNav ul {
    margin: 0 0;
    padding: 0;
    list-style-type: none;
}

.footerNav ul li {
    display: inline;
    margin: 0 25px 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 17px;
    color: #666;
    word-wrap: normal;
    white-space: nowrap;
}

.footerNav ul li a:link {
    padding: 0;
}

.gradient {
    overflow-x: hidden;
    background: -moz-linear-gradient(top, #7bb5dd 0%, #7bb5dd 16%, #fff 73%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7bb5dd), color-stop(16%, #7bb5dd), color-stop(73%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #7bb5dd 0%, #7bb5dd 16%, #fff 73%, #fff 100%);
    background: -ms-linear-gradient(top, #7bb5dd 0%, #7bb5dd 16%, #fff 73%, #fff 100%);
    background: linear-gradient(to bottom, #7bb5dd 0%, #7bb5dd 16%, #fff 73%, #fff 100%);
    min-height: calc(100vh - 211px);
}

.bannerLabel {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .938em;
    line-height: 16px;
    color: #666;
}

.news-row {
    margin: 0 0 20px 0;
}

.text-bold {
    font-weight: bold !important;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-orange {
    color: #ce5b25;
    font-size: 25px;
}

.text-orange-sm {
    color: #cc4700;
    font-size: 18px;
}

.text-orange-xs {
    color: #cc4700;
    font-size: 14px;
}

.nm-ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.nm-ul > li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
}

.sm-col-pad {
    padding: 10px;
}

/*********************
    LEFT NAV
*********************/

.left-menu {
    margin: 0;
    padding: 10px 0 0 10px;
    background-color: #d4cfc9;
    align-items: stretch;
    position: inherit;
}

.nm-left-menu {
    width: 100%;
}

.left-menu-cta {
    margin: 0;
    align-items: stretch;
    position: inherit;
}

.left-menu-container {
    display: flex;
}

.left-menu-short {
    margin: 0;
    height: 300px;
    padding: 10px 0 0 10px;
    background-color: #d4cfc9;
    position: inherit;
}

.list-unstyled {
    width: 100%;
    padding: 2px;
}

.left-menu-item {
    padding-bottom: 2px;
}

.white-hamburger {
    background-color: #FFF !important;
    width: 30px !important;
    height: 5px !important;
    border-radius: 3px !important;
}

.hamburger-margins {
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 0;
    border: 0;
    padding: 5px 10px;
}

.hamburger-margins:hover {
    background-color: #0071be !important;
}

.hamburger-margins:hover span {
    background-color: #CCC !important;
}

.hidden-nav-margin {
    margin-top: -40px;
}

@media(max-width: 991px) and (min-width: 769px) {
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        padding: 15px;
        color: #FFF;
        background-color: #666;
    }
    .navbar-collapse {
        width: 40%;
    }
    .left-menu {
        z-index: 5;
    }
}

@media(max-width:991px) {
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        padding-top: 11px;
        padding-bottom: 10px;
        margin-top: -1px;
        color: #FFF;
        background-color: #666;
        border: 0;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse {
        width: 60%;
    }
    .left-menu-cta {
        display: none;
    }
    .left-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    .nav-subheading {
        margin-left: 15px;
    }
    .nav-tabs > li {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs > li.active > a {
        background-color: #a9a194 !important;
        border: none !important;
        color: #FFF !important;
    }
    .nav-tabs > li.active {
        background-color: #a9a194 !important;
    }
    .nopad-sm {
        padding: 0;
    }
    .body {
        overflow-x: hidden;
    }
    .navbar-nav {
        background-color: #FFF;
        margin: 0;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus:hover {
        color: #0092f5 !important;
    }
    .navbar-default .navbar-nav > li > a {
        /*        border-bottom: solid 1px #ccc;*/
        color: #0071be;
    }
    .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-default .navbar-nav > li {
        border-bottom: solid 1px #eee;
        float: none !important;
    }
    .navbar-default .navbar-nav > li > a:focus {
        color: #0071be !important;
    }
    .dropdown-menu > li > a {
        color: #0071be !important;
        padding: 2px 15px !important;
    }
    .dropdown-menu > li > a:hover {
        color: #0071be !important;
        text-decoration: underline;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #CCC !important;
    }
    .navbar-collapse {
        left: 0;
        padding: 0;
        border-top-width: 0;
        top: 0;
        margin: 0 !important;
        position: fixed !important;
        z-index: 4;
        overflow-x: hidden;
        height: 100vh;
    }
    .navbar-header {
        width: 100%;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        z-index: 2;
    }
    .nm-menu {
        display: none;
        height: 100vh;
        overflow-y: auto;
    }
    .nm-left-menu {
        display: none;
        height: 100vh;
        background-color: #d3cfc9;
        overflow-y: auto;
        padding: 10px;
        width: 50%;
    }
    .mega-dropdown-menu > li > ul > li > a {
        color: #0071be;
    }
    .mega-dropdown-menu > li > ul > li > a:hover {
        text-decoration: underline;
    }
    .shadeBG-animate-opacity {
        animation: opac 0.8s;
    }
    .leftNav-animate-left {
        animation: animateleft 0.4s;
    }
    .search-animate-right {
        animation: animateright 0.4s;
    }
    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0;
        }
        to {
            left: 0;
            opacity: 1;
        }
    }
    @keyframes animateright {
        from {
            left: 100vw;
        }
        to {
            left: 0;
        }
    }
    @keyframes opac {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .nav-font {
        margin: 10px;
        font-size: 1.75em;
        margin-bottom: 0;
        margin-top: 6px;
        color: #FFF;
    }
    .nav-font:hover {
        color: #ccc;
        text-decoration: none;
    }
    .nav-search-font {
        margin: 12px 3px 0 2px;
        font-size: 1.75em;
        color: #FFF !important;
        margin-bottom: 0;
    }
    .hidden-nav-margin {
        margin-top: -44px;
    }
    .hidden-search {
        line-height: normal;
        position: relative;
        margin-top: -41px;
        margin-left: -1px;
        display: none;
        margin-right: -1px;
        z-index: 4;
    }
    .navbar-form {
        border: none;
        margin: 0;
        margin-top: 40px;
        padding: 0;
        height: 40px;
        width: 100%;
        position: relative;
    }
    .mobile-search-bar {
        width: 83%;
        margin-top: 7px;
        display: inline-table;
    }
    .search-button-group {
        width: 124px !important;
    }
    .left-menu {
        display: none;
    }
    .left-menu-cta {
        display: none;
    }
    .left-nav-callout {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-nav-margin {
        margin-top: -40px;
    }
    .navbar-form {
        margin-top: -40px;
    }
    .nm-left-menu {
        width: 70%;
    }
}

/*
h1,
.h1 {
    font-size: 36px;
    text-align: center;
    font-size: 5em;
    color: #404041;
}
*/

.divider {
    height: 1px;
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    background-color: #ce5b25;
}

.navbar-default .navbar-nav > li > a {
    width: 100%;
    font-weight: normal;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus:hover {
    color: #CCC;
}

.nav-subheading {
    margin-left: 10px;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}

.dropdown-header {
    padding: 0;
    font-size: 16px;
}

.mega-dropdown-menu {
    max-width: 1200px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #F5F5F5;
    z-index: 9999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #787878;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #787878;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #B4B4B4;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #BBBBBB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.head-link ul li {
    position: relative;
}

.head-link ul li ul {
    width: 100%;
}

.navbar-collapse {
    position: relative;
}

.dropdown-small {
    /* position: */
}

/******************************
        BREAD CRUMB STYLING
    ******************************/

.breadcrumb {
    background-color: transparent;
    font-weight: bold;
    font-size: 12px;
    margin: 20px 20px 40px 20px;
    padding: 0;
}

.breadcrumb-item > li > a {
    color: #0071be;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #737373;
    content: ">> ";
}

.breadcrumb > .active {
    color: #000;
}

/**********CAROUSEL************/

@media(min-width:768px) {
    .right.carousel-control {
        background-color: #7fb8de;
        background-image: none !important;
        text-shadow: none;
        width: 0;
        height: 33%;
        top: 33%;
        opacity: 0.7;
    }
    .left.carousel-control {
        background-color: #7fb8de;
        background-image: none !important;
        text-shadow: none;
        width: 0;
        height: 33%;
        top: 33%;
        opacity: 0.7;
    }
    .right > .glyphicon {
        top: 45%;
        right: 40%;
    }
    .left > .glyphicon {
        top: 45%;
        left: 40%;
    }
}

@media(max-width:767px) {
    .right.carousel-control {
        background-color: #7fb8de;
        background-image: none !important;
        text-shadow: none;
        width: 4%;
        height: 25%;
        top: 37.5%;
        opacity: 0.7;
    }
    .left.carousel-control {
        background-color: #7fb8de;
        background-image: none !important;
        text-shadow: none;
        width: 4%;
        height: 25%;
        top: 37.5%;
        opacity: 0.7;
    }
    .right > .glyphicon {
        top: 49%;
        right: 50%;
    }
    .left > .glyphicon {
        top: 49%;
        left: 50%;
    }
}

/*.carousel-indicators {
    z-index: 1;
    bottom: 0%;
    left: 50%;
    height: 19px;
}*/

.carousel-indicators {
    position: absolute;
    margin: auto;
    width: 100%;
    bottom: 20px;
    left: 0%;
    z-index: 1;
}

.carousel-indicators > span {
    width: 20px;
    height: 20px;
    border: 2px solid #eee;
    background-color: transparent;
    border-radius: 12px;
    margin: 0 2px;
    display: inline-block;
    cursor: pointer !important;
}

.carousel-indicators > .active {
    margin: 0 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #eee;
    background-color: #eee;
}

.carousel-caption {
    z-index: 1;
    top: 83%;
}

.right:hover {
    background-color: #cccccc;
}

.left:hover {
    background-color: #cccccc;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

/***************************/

/**************MARGINS AND PADDING*************/

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-neg-10 {
    margin-left: -10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-neg-45 {
    margin-right: -45px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-20-auto {
    margin: 20px auto;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-10 {
    margin: 10px;
}

.padding-5 {
    padding: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-border-right {
    border-right: 0;
}

/***************************/

.alert-nordson {
    color: #FFF;
    background-color: #0071be;
    border-color: #0168ad;
}

.white-text {
    color: #FFF;
}

.glyphicon-search-control {
    top: 0;
    height: 34px;
    margin: 0;
}

.btn-your-account {
    padding: 5px 40px 5px 40px;
    margin-right: 8px;
}

.btn-your-cart {
    padding: 5px 35px 5px 35px;
}

.table-middle {
    vertical-align: middle !important;
}

.nm-no-wrap {
    overflow: visible;
    white-space: nowrap;
}

.nm-accordian {
    margin-top: 0 !important;
    border-color: #ccc;
    border-radius: 0 !important;
}

.nm-accordian > div > div {
    margin: 0;
    padding: 20px;
}

.nm-accordian-header {
    color: #0071be;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.nm-accordian-header > a {
    text-decoration: none;
}

.nm-accordian-glyphicon {
    font-size: 12px;
}

.nm-table {
    font-size: 12px;
}

.nm-table > thead:first-child > tr:first-child > th {
    background-color: #a9a194;
    color: #FFF;
    border-bottom: 0;
}

.nm-table > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.nm-table > tbody > tr:nth-of-type(even) {
    background-color: #e5e5e5;
}

.nm-table > tbody > tr > td,
.nm-table > tbody > tr > th,
.nm-table > tfoot > tr > td,
.nm-table > tfoot > tr > th,
.nm-table > thead > tr > td,
.nm-table > thead > tr > th {
    border-color: transparent;
}

.nm-table > thead > tr > th {
    vertical-align: middle;
}

.table-fluid {
    width: 100% !important;
    margin-bottom: 0;
}

.flex-container {
    display: flex;
    min-height: calc(100vh - 211px);
}

.design-assistance {
    background-color: #a9a194;
    color: #FFF;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.design-assistance > h3 {
    font-size: 25px;
}

.design-assistance-links > p {
    font-size: 12px;
    color: #0071BE;
}

.dropdown-menu > li > a {
    color: #0071be;
    text-decoration: none;
}

.orange-box-75 {
    height: 75px;
    width: 75px;
    background-color: #f88e1e;
    float: left;
    margin-right: 10px;
}

.nm-h1 {
    color: #666;
    margin-bottom: 20px;
}

.nm-h1-20 {
    color: #666;
    margin-bottom: 20px;
}

.nm-h2 {
    color: #666;
    margin-bottom: 20px;
}

/**********VIDEOS************/

.videoWrapper {
    position: relative;
    padding-bottom: 56.15%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.social.x1 {
    font-size: 24px;
    color: #0071be;
}

.btn-nordson:focus {
    color: #0071be;
}

.btn-nordson {
    color: #0071be;
    background-color: transparent;
    border: 1px solid #0071be;
    transition: all .3s ease-out;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-nordson:hover {
    color: #ffffff;
    background-color: #0071be;
    border-color: #0071be;
}

.btn-nordson-shop:focus {
    color: #f78e1e;
}

.btn-nordson-shop {
    color: #f78e1e;
    background-color: transparent;
    border: 1px solid #f78e1e;
    transition: all .3s ease-out;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-nordson-shop:hover {
    color: #ffffff;
    background-color: #f78e1e;
    border-color: #f78e1e;
}

.material-panel-heading {
    padding: 1px;
    border-bottom: none;
}

.material-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.material-table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 6px;
    font-weight: normal;
    color: #cc4700;
}

.material-table {
    margin: 10px 0 0 0;
}

.width-220 {
    width: 220px !important;
}

.table-centered td {
    text-align: center;
}

.table-centered th {
    text-align: center;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    float: left;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-menu-item:Hover,
.ui-menu-item:Active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0071be;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
    z-index: 9999 !important;
}

.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

.input-group {
    z-index: 1;
}

.cart-img {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

.height-60 {
    height: 60px;
}

.max-width-425 {
    max-width: 425px;
}

/*********************************/

.left-nav-heading {
    font-size: 14px;
    margin: 0;
}

.left-nav-parent {
    /*cursor: pointer;*/
    padding: 5px 0 0 0;
}

/*.left-nav-parent:hover{
    background-color: rgba(0,0,0,.1);
}*/

.left-nav-glyph {
    cursor: pointer;
}

.left-nav-glyph:hover > .left-menu-glyph,
.left-nav-glyph:hover > .left-nav-heading > .left-menu-glyph {
    color: #cf4700 !important;
}

.left-nav-glyph > .glyphicon-chevron-down,
.left-nav-glyph > .left-nav-heading > .glyphicon-chevron-down {
    color: #CF4700 !important;
}

.left-nav-group-item {
    padding: 5px 0 0 0;
    /*2px 15px;*/
    background-color: #d4cfc9;
    border: none;
    padding-left: 0;
}

.left-nav-child-list {
    margin-left: 15px;
    border: none !important;
}

.left-menu-glyph {
    font-size: 12px;
    color: #FFF;
}

.left-nav-no-children {
    margin-left: 18px;
}

.no-underline,
.no-underline:hover {
    text-decoration: none !important;
}

.left-nav-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: helvetica !important;
}

.left-nav-group-item > a {
    font-family: helvetica !important;
}

.left-menu-active-link {
    color: #000;
}

/*
.no-child-margins {
    margin-left: 18px;
}*/

.margin-auto {
    margin: auto;
}

.x075 {
    font-size: 32px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.flex-center-both {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

/****************************/

.product-container {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(207, 207, 207, 1);
    box-shadow: 0px 1px 10px 0px rgba(207, 207, 207, 1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-container:Hover {
    box-shadow: 0px 13px 21px -2px rgba(0, 0, 0, 0.3);
}

.cell-box {
    padding: 10px 15px;
}

.family-btn {
    width: 100% !important;
}

.flex-center-btn {
    height: 50%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-btn {
    display: inline-block;
    width: 50%;
    height: 50px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    overflow: visible;
    background: #d4cfc9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.white-text-hover {
    color: #0071be !important;
    cursor: pointer;
}

flex-center-btn:hover > white-text-hover {
    color: #FFF !important;
}

.product-btn:hover > a {
    color: #FFF !important;
}

.product-btn:hover > i {
    color: #FFF !important;
}

.product-btn:nth-child(2) {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #eaeaea;
    float: right;
    /*margin-left: -1px;
    margin-bottom: 1px;*/
}

.product-btn:nth-child(1) {
    /*margin-left: 1px;
    margin-bottom: 1px;*/
}

.product-info {
    padding: 5px;
}

.product-info-table {
    padding: 0;
}

.image-box:hover > img {
    /*opacity: 0.4;*/
}

.image-box-family:hover > img {
    /*opacity: 0.4;*/
}

.image-box-family {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .product-page-label {
        top: 0px;
        left: 5px;
    }
    .image-box-family {
        display: block !important;
    }
}

.product-btn:hover {
    background-color: #0071be;
}

@media(max-width: 987px) {
    .product-page-label {
        top: 0;
        left: 10px;
        display: block !important;
    }
}

.product-division {
    margin: 0;
    border-top: 1px solid #d4cfc9;
}

.product-page-label {
    position: absolute;
    display: none;
}

.image-box:hover > .product-page-label {
    display: block;
}

.image-box-family:hover > .product-page-label {
    display: block;
}

.product-img-shop,
.product-family-shop {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-quick-view {
    width: 70%;
    max-width: 1000px;
}

.font-12 {
    font-size: 12px;
}

/*****************************
******************************
** MOBILE RESPONSIVE TABLES **
******************************
*****************************/

@media only screen and (max-width: 768px) {
    #table-header-scroll .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    #table-header-scroll * html .cf {
        zoom: 1;
    }
    #table-header-scroll *:first-child + html .cf {
        zoom: 1;
    }
    #table-header-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    #table-header-scroll th,
    #table-header-scroll td {
        margin: 0;
        vertical-align: top;
    }
    #table-header-scroll th {
        text-align: left;
    }
    #table-header-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }
    #table-header-scroll thead {
        display: block;
        float: left;
    }
    #table-header-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    #table-header-scroll thead tr {
        display: block;
    }
    #table-header-scroll th {
        display: block;
        text-align: right;
    }
    #table-header-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    #table-header-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    /* sort out borders */
    #table-header-scroll th {
        border-bottom: 0;
        border-left: 0;
        border-right: 1px solid #babcbf;
    }
    #table-header-scroll td {
        border-left: 0;
        border-right: 1px solid #ddd;
        border-bottom: 0;
        margin-right: -5px;
        text-align: center;
    }
    #table-header-scroll tbody tr {}
    #table-header-scroll th:last-child,
    #table-header-scroll td:last-child {
        border-bottom: 1px solid #babcbf;
    }
    /* Force table to not be like tables anymore */
    #table-header-column table,
    #table-header-column thead,
    #table-header-column tbody,
    #table-header-column th,
    #table-header-column td,
    #table-header-column tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #table-header-column thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #table-header-column tr {
        border: 1px solid #ccc;
    }
    #table-header-column td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
        white-space: normal;
        text-align: left;
    }
    #table-header-column td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 25px;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        height: 100%;
        text-align: right;
        color: #cc4700;
    }
    #table-header-column td:before {
        content: attr(data-title);
    }
    #table-header-scroll tr:nth-of-type(even) {
        background-color: #ddd;
    }
    /*************/
    #table-header-column-grid table,
    #table-header-column-grid thead,
    #table-header-column-grid tbody,
    #table-header-column-grid th,
    #table-header-column-grid td,
    #table-header-column-grid tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #table-header-column-grid thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #table-header-column-grid td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 45%;
        white-space: normal;
        text-align: left;
    }
    #table-header-column-grid td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 25px;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
        height: 100%;
        text-align: right;
        color: #cc4700;
    }
    #table-header-column-grid td:before {
        content: attr(data-title);
    }
}

.full-width {
    width: 100%;
}

.neg-margin-right-5 {
    margin-right: -5px;
}

form-margin-5 {
    margin-bottom: 5px !important;
}

/*World Map*/

/***************************/

.dropStyle {
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    color: #0071be
}

.orangeBorder {
    border: solid 1px #FE8900;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    color: #0071be
}

.orangeBorder2 {
    border: solid 2px #FE8900;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    color: #0071be
}

/*************/

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.bottom {
    top: 100%;
    left: 0;
    position: absolute;
}

.containerMap .image {
    opacity: 0.2;
}

.containerMap .middle {
    opacity: 1;
}

/******************************/

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #0071be;
    border-width: 10px;
    margin-left: 3px;
}

.close-shadeBG {
    position: absolute;
    z-index: 5;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    color: #FFF;
    display: none;
}

.csx,
.csy {
    background: #FFF;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.close-shadeBG:hover .csx,
.close-shadeBG:hover .csy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.csx.s1,
.csy.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.csy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.csy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.csx.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.csx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.csx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100 ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

/**************************************/

.load-bar {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
    z-index: 0;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
    z-index: 0;
}

.bar:nth-child(1) {
    background-color: #f16200;
    animation: loading 3s linear infinite;
}

.bar:nth-child(2) {
    background-color: #0071be;
    animation: loading 3s linear 1s infinite;
}

.bar:nth-child(3) {
    background-color: #d4cfc9;
    animation: loading 3s linear 2s infinite;
}

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }
    to {
        left: 0;
        width: 100%;
    }
}

.empty-cart-row {
    margin-top: -10px;
    padding: 10px;
    background-color: #0071be;
    color: #FFF;
}

.card-alert {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    margin-bottom: 20px;
}

.card {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.card > .panel-heading {
    background-color: #f5f5f5;
    border-radius: 0;
}

.card-content {
    background: #FFF none repeat scroll 0 0;
    padding: 30px 20px 10px 20px;
    background-color: #f5f5f5;
}

.card-img {
    background: #FFF none repeat scroll 0 0;
    background-color: #f5f5f5;
}

.card-text {
    padding: 10px;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border-radius: 0;
    border: none;
    color: #0071BE !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #0071BE;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 0 10px;
}

.clear-text {
    color: transparent;
}

.nav-tabs.nav-tabs-card > .active > a,
.nav-tabs.nav-tabs-card > .active > a:focus,
.nav-tabs.nav-tabs-card > .active > a:hover {
    border: none;
}

@media(max-width:991px) {
    .nav-tabs.nav-tabs-card > .active > a,
    .nav-tabs.nav-tabs-card > .active > a:focus,
    .nav-tabs.nav-tabs-card > .active > a:hover {
        margin-bottom: 0;
    }
    .nav-tabs-card > li.active {
        background-color: #CCC !important;
    }
    .nav-tabs-card > li.active > a {
        background-color: #CCC !important;
        border: none !important;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs > .active > a,
    .nav-tabs > .active > a:focus,
    .nav-tabs > .active > a:hover {
        margin-bottom: 0;
    }
    .nav-tabs > li.active {
        background-color: #CCC !important;
    }
    .nav-tabs > li.active > a {
        background-color: #CCC !important;
        border: none !important;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.btn-shadow {
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    transition: all .3s ease-out;
}

.btn-shadow:hover {
    /*box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.cursor-pointer {
    cursor: pointer;
}

.container-cart {
    max-width: 1200px;
}

.no-overflow-x {
    overflow-x: hidden;
}

.left-nav-cta {
    padding: 10px 0 0 10px;
    display: table;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: #d4cfc9;
}

.left-nav-callout {
    padding: 10px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

@media(min-width:768px) {
    .cta-container-stretch {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-justify-content: stretch;
        justify-content: stretch;
        height: 100%;
    }
}

@media(max-width:767px) {
    .cta-container-stretch {
        height: 100%;
        margin-bottom: 0;
    }
    .cta-container-stretch > div {
        margin-bottom: 20px;
    }
}

.cta-container-stretch > div > .call-to-action {
    padding: 35px;
    height: 100%;
}

.call-to-action {
    font-size: 14px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.6);*/
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
    color: #fff;
    text-align: center;
    transition: all 0.5s ease;
}

.call-to-action-bubble {
    font-size: 14px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3*/
    /*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.6);*/
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
    color: #fff;
    padding: 30px;
    text-align: center;
    transition: all 0.5s ease;
}

.call-to-action-line {
    font-size: 12px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.6);*/
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.5s ease;
}

.cta-red {
    background-color: #942b6a;
    border: 10px solid #942b6a;
}

.cta-purple {
    background-color: #400943;
    border: 10px solid #400943;
}

.cta-orange {
    background-color: #f88e1e;
    border: 10px solid #f88e1e;
}

.cta-blue {
    background-color: #00487a;
    border: 10px solid #00487a;
}

.cta-yellow {
    background-color: #fdb713;
    border: 10px solid #fdb713;
}

.cta-dark-green {
    background-color: #9cb227;
    border: 10px solid #9cb227;
}

.cta-light-green {
    background-color: #9bb327;
    border: 10px solid #9bb327;
}

.cta-grey {
    background-color: #939598;
    border: 10px solid #939598;
}

.btn-cta {
    padding: 10px 15px;
    margin: 25px 0 0 0;
    border: 1px solid #FFF;
    border-radius: 3px;
    text-transform: capitalize;
    transition: all .3s ease-out;
}

.btn-cta:focus {
    color: #FFF;
}

.btn-cta-grey:hover,
.btn-cta-grey:focus {
    background-color: #FFF;
    opacity: .9;
    color: #939598;
    text-decoration: none;
}

.btn-cta-yellow:hover,
.btn-cta-yellow:focus {
    background-color: #FFF;
    opacity: .9;
    color: #fdb713;
    text-decoration: none;
}

.btn-cta-dark-green:hover,
.btn-cta-green:focus {
    background-color: #FFF;
    opacity: .9;
    color: #9cb227;
    text-decoration: none;
}

.btn-cta-light-green:hover,
.btn-cta-green:focus {
    background-color: #FFF;
    opacity: .9;
    color: #9bb327;
    text-decoration: none;
}

.btn-cta-purple:hover,
.btn-cta-purple:focus {
    background-color: #FFF;
    opacity: .9;
    color: #400943;
    text-decoration: none;
}

.btn-cta-orange:hover,
.btn-cta-orange:focus {
    background-color: #FFF;
    opacity: .9;
    color: #f88e1e;
    text-decoration: none;
}

.btn-cta-blue:hover,
.btn-cta-blue:focus {
    background-color: #FFF;
    opacity: .9;
    color: #00487a;
    text-decoration: none;
}

.btn-cta-red:hover {
    background-color: #FFF;
    opacity: .9;
    color: #942b6a;
    text-decoration: none;
}

.left-nav-callout .call-to-action {
    padding: 35px 25px;
    box-shadow: none;
}

.cta-link {
    color: #FFF;
    display: inline-block;
}

.cta-link:hover {
    text-decoration: none;
}

.call-to-action b {
    line-height: 22px;
    font-weight: normal;
}

a.btn-cta.cta-link {
    font-weight: normal;
}

.row-strech {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

/**************************************/

.k-grid-header th.k-header {
    background-color: #EEE;
    border: none;
}

.k-grid {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0;
}

.k-grid-header .k-header > .k-link,
.k-header,
.k-treemap-title {
    color: #0071be;
}

.k-autocomplete,
.k-draghandle,
.k-dropdown-wrap,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-numeric-wrap,
.k-pager-wrap,
.k-panelbar .k-tabstrip-items .k-item,
.k-picker-wrap,
.k-progressbar,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-textbox,
.k-toolbar,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-image: none;
}

.k-grouping-header {
    border: none;
    background-color: #F5F5F5;
    border-radius: 0;
}

.k-grid .k-grouping-header {
    color: #cc4700;
}

.k-grid-header:first-child,
.k-grid-toolbar:first-child,
.k-grid > .k-grouping-header,
.k-scheduler > .k-scheduler-toolbar:first-child {
    border-radius: 0;
}

.k-grid-pager,
.k-scheduler-footer {
    border-radius: 0;
}

.k-gantt-toolbar .k-state-default,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grid-header-wrap,
.k-grouping-header .k-group-indicator,
.k-header,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-wrap .k-textbox {
    border: none;
}

.k-grouping-header .k-group-indicator {
    background-color: #cc4700;
}

.k-pager-wrap {
    color: #00568f;
    background-color: #FFF;
}

.k-pager-nav.k-pager-first {
    border-radius: 0;
}

.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 0;
    border: none;
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
    color: #fff;
    background-color: #00568f;
    border-color: #00568f;
}

.k-pager-wrap .k-link {
    color: #00568f;
}

.k-grid-header:first-child th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:last-child,
thead.k-grid-header th.k-header:first-child .k-rtl .k-grid-header:first-child th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:first-child,
thead.k-grid-header th.k-header:last-child {
    border-radius: 0;
    border: none;
    background-color: #eee;
}

.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child,
.k-resource.k-alt,
.k-separator {
    background-color: #FFF
}

.k-grid tr td {
    border: none;
    border-bottom: 1px solid #eee;
    /*   overflow-x: visible !important;
    white-space: normal !important;*/
}

.k-grid tr th {
    /*    overflow-x: visible !important;
    white-space: normal !important;*/
}

.k-grid tr:hover {
    background-color: #eee;
}

.k-pager-sizes > select {
    margin-right: 7px;
}

.k-grid td {
    padding: 5px 0;
}

.k-grid th {
    padding: 0;
}

.grid-header th.k-header {
    padding: .7em .3em .7em 1em;
}

.k-filter-row .k-dropdown-operator {
    right: 0;
}

.k-filtercell > span {
    padding: 0
}

.k-filtercell {
    padding: 0;
}

/*.k-filter-row th{
    padding: 0;
    border: none;
}*/

.k-tabstrip-wrapper .k-header {
    background-color: #FFF;
}

.k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

.k-grid-header th.k-header {
    padding: 10px 0;
}

.k-list > .k-state-selected.k-state-focused {
    color: #FFF;
}

.k-grid .k-detail-cell {
    padding: 0;
}

.table-detail {
    color: #000;
    text-align: center;
}

.k-master-row {
    cursor: pointer;
}

.table-condensed-extra > tbody > tr > td,
.table-condensed-extra > tbody > tr > th,
.table-condensed-extra > tfoot > tr > td,
.table-condensed-extra > tfoot > tr > th,
.table-condensed-extra > thead > tr > td,
.table-condensed-extra > thead > tr > th {
    padding: 0;
}

.k-state-selected .k-icon {
    color: #FFF;
}

.k-grid tr.k-state-selected {
    background-color: #0071be;
}

/*.k-filter-row th, .k-grid-header th.k-header{
    padding: 0;
    text-align: center;
    position: relative;
}*/

.sm-cart-img {
    max-height: 100px;
    max-width: 100px;
}

#design1 {
    float: right;
    margin-top: 5px;
}

#design2 {
    padding-left: 0px;
}

/*****************Credit Cart**********************/

.credit-card {
    width: 400px;
    height: 250px;
    border-radius: 15px;
    margin: auto;
    padding: 15px;
    box-shadow: 0 25px 60px rgba(8, 40, 60, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-card-visa {
    background: -webkit-linear-gradient(45deg, #46525b, #21282d) no-repeat;
    background: linear-gradient(45deg, #46525b, #21282d) no-repeat;
    border: 1px outset #46525b;
    text-shadow: 1px 1px #46525b;
}

.credit-card-mastercard {
    background: -webkit-linear-gradient(45deg, #90a4ae, #607d8b) no-repeat;
    background: linear-gradient(45deg, #90a4ae, #607d8b) no-repeat;
    border: 1px outset #90a4ae;
    text-shadow: 1px 1px #90a4ae;
}

.credit-card-amex {
    background: -webkit-linear-gradient(45deg, #014763, #012036) no-repeat;
    background: linear-gradient(45deg, #014763, #012036) no-repeat;
    border: 1px outset #014763;
    text-shadow: 1px 1px #014763;
}

.credit-card-discover {
    background: -webkit-linear-gradient(45deg, #e37329, #903200) no-repeat;
    background: linear-gradient(45deg, #e37329, #903200) no-repeat;
    border: 1px outset #e37329;
    text-shadow: 1px 1px #e37329;
}

.credit-card .credit-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-card .credit-card-top .credit-card-logo {
    height: 25px;
}

.credit-card .credit-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-card .credit-card-bottom .slash {
    font-size: 24px;
    margin-left: -15px;
}

.label {
    display: block;
}

.credit-card-input {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 8px;
    opacity: .6;
    background-color: #304451;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

.credit-card-input.input-small {
    font-size: 18px;
}

.credit-card-input.input-2 {
    width: 40px;
}

.credit-card-input.input-3 {
    width: 50px;
}

.credit-card-input.input-4 {
    width: 83px;
}

.credit-card-input.input-6 {
    width: 175px;
}

.form-container-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.error {
    color: red;
    margin: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.credit-card- > input[type="number"] {
    -moz-appearance: textfield;
}

/********** Switch *************/

.switch label {
    cursor: pointer;
}

.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #004a7c;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 10px;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #0071be;
    left: 24px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch > [type="checkbox"]:not(:checked),
.switch > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.switch > input[type="checkbox"],
.switch > input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/************* Locations & Map ******************/

.location-block {
    border-bottom: 1px solid #0071be;
    padding-top: 20px;
    padding-bottom: 20px;
}

.country-header {
    text-align: center;
    background-color: #0071be;
    color: white;
}

#map {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shop-mobile-nav {
    position: inherit;
}

.nm-media-left {
    margin: -10px -10px -10px 0;
}

.nm-media-responsive > a > .ne-pics {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    /*
    background-color: #d4cfc9;
*/
}

#ne-pics {
    border: 5px solid #f5f5f5;
    display: table-cell;
}

.nm-media-responsive img {
    max-width: 140px;
    margin: 0 auto;
}

/*.row-min-height {
    height: 475px;
}*/

.ne-text-events {
    max-width: 500px;
    padding: 5px;
}

@media (min-width: 768px) {
    .ne-text-news {
        max-width: 500px;
        height: 220px;
        padding: 5px;
    }
}

.ne-text-news {
    max-width: 500px;
    padding: 5px;
}

@media (max-width: 499px) {
    .nm-media-responsive {
        display: inline;
    }
    .nm-media-responsive img {
        max-width: 100%;
        margin: 0 auto;
    }
    .nm-table-cell {
        display: inline;
    }
}

@media (min-width: 500px) {
    .nm-table-cell {
        display: table-cell;
        float: left;
    }
}

@media (max-width: 499px) {
    .nm-table-cell > .media {
        margin: 0 15px;
    }
    .news-page > div:nth-child(1) {
        margin-bottom: 0px;
    }
}

.panel-border > .list-group {
    margin-bottom: 0px;
}

.panel-resources {
    border: 0;
}

#accordion > div {
    margin-top: 0;
}

.panel-resources > .panel-title > .panel-heading {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #0171bd;
}

.panel-resources > .panel-title {
    color: #666;
}

.panel-resources > .panel-title:hover,
.panel-resources > .panel-title:focus {
    text-decoration: none;
}

/*.panel-body {
    border: 1px solid #ddd;
}*/

.resource-item > div > a {
    font-size: 18px;
}

.resource-item > div > p {
    margin: 3px;
    font-style: italic;
}

.resource-item {
    background-color: initial;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-width: 1px 1px !important;
}

.resources-glyphicon {
    font-size: 12px;
    top: 5px;
}

.resource-keyword {
    color: #666;
}

.glyphicons-resources {
    font-size: 20px;
    color: #d3cfc9;
}

a:hover > .glyphicons-resources {
    color: #ce5b25;
}

.glyphicons-resources-nda {
    font-family: inherit;
    line-height: 1.6;
    font-weight: bold;
    padding-right: 5px;
}

.resources-nda-download {
    font-size: 17px;
    text-decoration: none;
}

.resources-nda-download:hover {
    color: #cc4700;
    text-decoration: none;
}

.megadrop-sub {
    background-color: #EEE;
    display: block;
    width: auto;
    display: block;
    left: calc(100% - 1px);
    top: 0;
    margin-top: 0;
    border-radius: 0;
    border-left: 0;
    z-index: 1001;
    box-shadow: 7px 6px 12px rgba(0, 0, 0, .175);
}

.mega-drop {
    border-right: 0;
    border-radius: 0;
}

.mega-sidebyside {
    padding: 0;
    border-radius: 0;
    min-width: 100%;
}

.megadrop-sub > li > a {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}

.megadrop-sub {
    padding: 0;
}

li.dropdown-header:hover {
    background-color: #eee;
}

.megadrop-hover {
    padding: 10px;
    font-size: 16px;
    display: block;
}

.megadrop-sub > .nav-subheading {
    margin-left: 0;
    margin-top: 0px;
}

.dropdown-menu {
    font-family: helvetica;
    border: none;
}

.dropdown-menu > .nav-subheading > a {
    margin-left: 18px;
}

.megadrop-sub > .nav-subheading > a {
    margin-left: 0;
}

.dropdown,
.dropup {
    margin-top: -1px;
}

.megadrop-hover-left {
    text-align: left;
}

.megadrop-sub-left {
    height: 162px;
    left: -275px;
    border-right: 0;
    box-shadow: 0;
    box-shadow: -4px 6px 12px rgba(0, 0, 0, .175);
}

/*Checkout Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #0071be;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #f5f5f5;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #0071be;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*END Checkout Wizard*/

/*Contact Page*/

#formGroupRegion {
    display: none;
}

.fluid {
    display: none;
}

#MaterialType {
    display: none;
}

#NSDeviceSamples {
    display: none;
}

@media(max-width: 767px) {
    #NSDeviceSamples,
    #MaterialType {
        margin-left: 0px;
    }
}

.comment-section {
    min-height: 100px !important;
    width: 100% !important;
    overflow-x: hidden;
}

.radio-label {
    margin: 0 10px auto;
    vertical-align: sub;
}

.btn-radio {
    float: left;
}

.full-drop > label {
    padding-right: 20px;
}

@media(min-width: 768px) {
    .full-drop > div {
        padding-left: 10px;
        padding-right: 45px;
    }
}

@media(max-width: 767px) {
    #btn-submit {
        margin-left: 15px;
    }
}

.contact-form > .form-group > div > label {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-top: 0px;
}

@media (min-width: 768px) {
    #btn-contact {
        padding-left: 30px;
    }
}

@media (max-width: 400px) {
    .contact-form > .form-group {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/***********SEARCH LAYOUT****************/

.searchbox-transparent {
    transition: all .3s ease-out;
    color: #FFF !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    font-size: 18px;
}

.shadeBG-search {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.9);
}

.searchdrop-transparent {
    background-color: transparent;
    color: #FFF;
    border: none;
    border-bottom: 1px solid #FFF;
    height: 34.3px;
    border-radius: 0;
}

select#searchToggleDesktop:focus {
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    border-bottom-color: #66afe9 !important;
}

input#searchQuery::-webkit-input-placeholder {
    color: #FFF;
}

@media(min-width: 992px) {
    .radio-search {
        top: 31%;
        max-width: 1000px;
        margin: auto;
        color: #FFF;
        width: 100%;
    }
    .desktop-search-bar {
        top: 30%;
        max-width: 1000px;
        margin: auto;
        width: 100%;
    }
    .search-button-group {
        font-size: 22px;
        border-bottom: 1px solid #FFF;
    }
}

@media(max-width: 991px) {
    .radio-search {
        top: 16%;
        max-width: 1000px;
        width: 90%;
        margin: auto;
        color: #FFF;
    }
    .desktop-search-bar {
        top: 15%;
        max-width: 1000px;
        margin: auto;
        width: 90%;
    }
    .search-button-group {
        font-size: 14px;
        border-bottom: 1px solid #FFF;
    }
}

.search-button-group {
    width: 50px !important;
}

input#searchQuery:focus {
    border-bottom-color: #66afe9;
    border: none;
    border-bottom: 1px solid #66afe9;
    box-shadow: none;
}

.autocomplete-black {
    background-color: rgba(0, 0, 0, .9);
    color: #FFF !important;
    max-width: 1000px;
    max-height: 300px;
    overflow-y: scroll;
}

/**************END SEARCH LAYOUT**********************/

.transition {
    transition: all .3s ease-out;
}

.card > .alert {
    border-radius: 0;
}

.btn-nordson-cart {
    letter-spacing: .5px;
}

.popover {
    border-radius: 0;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    padding: 7.5px 10px;
}

.see-more-link {
    color: #0071be;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}

.card-btn {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.line-box {
    padding: 10px 15px;
}

@media(min-width:768px) {
    .line-box:nth-child(2n + 1) {
        clear: right;
    }
}

@media(max-width: 767px) {
    .line-box:nth-child(2n + 1) {
        clear: right;
    }
}

@media(max-width: 500px) {
    .line-box:nth-child(n + 1) {
        clear: both;
        width: 100%;
        text-align: center;
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

#plugin {
    z-index: 0;
}

.nm-tooltip-addon {
    padding: 3px 7px;
    font-size: 18px;
    color: #FFF;
    background-color: #0071be;
    border: 1px solid #0071be;
}

.popover-title {
    letter-spacing: .75px;
    color: #cc4700;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.hr-10-bottom {
    height: 1px;
    background-color: #EEEEEE;
    margin: 5px 0 10px 0;
}

@media (max-width: 767px) {
    .BMD-Spacing {
        margin-bottom: 10px;
    }
    .nm-left-100 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .leftNav-animate-left > .nm-left-menu {
        display: block;
        height: 100vh;
        top: 0;
        left: 0;
        overflow: auto;
    }
}

.no-click {
    top: 20%;
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 10;
    width: 100%;
}

.no-click:hover {
    cursor: default;
}

.shadeBG-search:hover {
    cursor: pointer;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-5 {
    padding-top: 5px;
}

/************ Sample and 3D Model Requests ************/

.fixed-position {
    position: fixed;
}

#mModelRequest {
    z-index: 1050;
}

#mSampleRequest {
    z-index: 1050;
}

#Samples_Requested {
    min-height: 75px;
    overflow-x: hidden;
}

#Application_Description {
    min-height: 75px;
    overflow-x: hidden;
}

#tbPartNos {
    min-height: 75px;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    #form3DModelRequest > .nopad-right {
        padding-left: 0px;
    }
}

/*****CUSTOMER SURVEY CSS*******/

.customersurvey-rating .col-xs-1 {
    width: 9.09% !important;
}

.customersurvey-formnumber {
    font-style: italic;
    text-align: right;
    padding-right: 15px;
}


.sub-btn {
    background-color: transparent;
    margin: 0;
    border-radius: 0 2px 2px 0;
    padding: 0;
}

.sub-btn:hover {
    background-color: #FFF;
    color: #bc3318;
    opacity: .9;
}

.sub-icon {
    font-size: 20px;
    padding: 0;
}

.cta-newsletter {
    padding: 30px 35px;
}

.circle-loader {
    margin-bottom: 1em;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #FFF;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    margin-top: -10px;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #FFF;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid #FFF;
    border-top: 3px solid #FFF;
    content: '';
    left: 1.75em;
    top: 3.5em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }
    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

@keyframes fail {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: .5em;
        width: .5em;
        opacity: 1;
    }
    40% {
        height: 1.5em;
        width: 1.5em;
        opacity: 1;
    }
    60% {
        height: 2.5em;
        width: 2.5em;
        opacity: 1;
    }
    100% {
        height: 3.5em;
        width: 3.5em;
        opacity: 1;
    }
}

.fail:before {
    opacity: 1;
    height: 3.5em;
    width: 3.5em;
    transform-origin: left top;
    border-top: 3px solid #FFF;
    content: '';
    left: 4.55em;
    top: 2em;
    position: absolute;
}

.fail.draw:before {
    animation-duration: 300ms;
    animation-timing-function: ease;
    animation-name: fail;
    transform: scaleX(-1) rotate(45deg);
}

.fail.draw:after {
    animation-duration: 300ms;
    animation-timing-function: ease;
    animation-name: fail;
    transform: scaleX(-1) rotate(135deg);
}

.fail:after {
    opacity: 1;
    height: 3.5em;
    width: 3.5em;
    transform-origin: left top;
    border-top: 3px solid #FFF;
    content: '';
    left: 2.05em;
    top: 2.2em;
    position: absolute;
}

.distributor-label {
    font-weight: bold;
    margin-left: 15px;
}

.switch > label.text-orange-sm {
    font-family: "HelveticaNeueLT-Thin", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.switch label input[type=checkbox]:disabled {
    cursor: not-allowed;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.disabled {
    cursor: not-allowed !important;
}

#recaptcha {
    width: 304px;
    margin: 0 auto;
}

a#CybotCookiebotDialogBodyLevelButtonAccept {
    color: #0071be !important;
    background-color: transparent !important;
    border: 1px solid #0071be !important;
    transition: all .3s ease-out !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
}

a#CybotCookiebotDialogBodyLevelButtonAccept:hover{
    color: #ffffff !important;
    background-color: #0071be !important;
    border-color: #0071be !important;
}

h2#CybotCookiebotDialogBodyContentTitle {
    color: #0071be !important;
    font-size:14px !important;
}

div#CybotCookiebotDialog {
    box-shadow: none !important;
    background-color: #e5e5e5 !important;
}

a#CybotCookiebotDialogBodyLevelDetailsButton {
    color: #0071be !important;
    font-size:11px !important;
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked+label {
    color: #0071be !important;
    font-size:11px !important;
}

div#CybotCookiebotDialogBodyContent{
    font-size:11px !important;
}
.banner-nordson {
    font-family: "Helvetica Neue";
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    margin: 25px 0 0 0;
    background-color: #00a1e4;
    text-align: center;
    cursor:pointer;
}