@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Oxygen:300,400,700');

body {
    -webkit-font-smoothing: antialiased;
    background-color: white;
    color: #343434;
    font-family: "Myriad Pro";
    font-size: 1em;
    line-height: 1.5;
    margin: 0;
}

@media (max-height: 46em) and (min-width: 60em) {
    body {
        font-size: .875em;
    }
}

@media (max-height: 40em) and (min-width: 60em) {
    body {
        font-size: .75em;
    }
}

@font-face {
    font-family: 'Myriad Pro';
    src: url("/ImgCustom/1002/MyriadPro-Regular.woff2") format("woff2"), url("/ImgCustom/1002/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url("/ImgCustom/1002/MyriadPro-Bold.woff2") format("woff2"), url("/ImgCustom/1002/MyriadPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url("/ImgCustom/1002/MyriadPro-Semibold.woff2") format("woff2"), url("/ImgCustom/1002/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/*==========================*/
@font-face {
    font-family: 'Myriad Pro';
    src: url("https://cart.stage.thomasnet-navigator.com/assets/6/wbbottle/ImgCustom/1002/MyriadPro-Regular.woff2") format("woff2"), url("https://cart.stage.thomasnet-navigator.com/assets/6/wbbottle/ImgCustom/1002/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url("https://cart.stage.thomasnet-navigator.com/assets/6/wbbottle/ImgCustom/1002/MyriadPro-Bold.woff2") format("woff2"), url("https://cart.stage.thomasnet-navigator.com/assets/6/wbbottle/ImgCustom/1002/MyriadPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url("https://cart.stage.thomasnet-navigator.com/assets/6/wbbottle/ImgCustom/1002/MyriadPro-Semibold.woff2") format("woff2"), url("https://cart.stage.thomasnet-navigator.com/assets/6/wbbottle/ImgCustom/1002/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/*==========================*/


.search-module input[type="text"] {
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0;
    border: 1px solid #a1a1a1;
    box-shadow: none;
    font-family: "Oxygen";
    font-size: 0.875em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    box-sizing: border-box;
    width: 100%;
    heigth: 32.2px !important;
}

.search-module input[type="text"]:hover {
    border-color: #888787;
}

.search-module input[type="text"]:focus {
    border-color: #111e6c;
    box-shadow: none;
    outline: none;
}

input[type="text"] {
    height: 32.2px !important;
}

a.search-link.search-exit {
    margin-top: -3px;
}

.site-nav,
#hs_menu_wrapper_primary_nav {
    background-color: #ffffff;
    font-family: "Oxygen";
    font-weight: 700;
}

@media (min-width: 60em) {

    .site-nav,
    #hs_menu_wrapper_primary_nav {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
    }
}

.sn-level-1,
.sn-level-2,
.sn-level-3 {
    list-style: none;
}

.sn-level-1,
#hs_menu_wrapper_primary_nav>ul {
    margin: 0;
    padding: 0 0 0em 0;
    box-sizing: border-box;
}

@media (min-width: 60em) {

    .sn-level-1,
    #hs_menu_wrapper_primary_nav>ul {
        height: 3.0625em;
        padding: 0;
    }
}

.sn-li-l1,
.hs-menu-depth-1 {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    background-color: #ffffff;
    position: relative;
}

.sn-li-l1 span,
.hs-menu-depth-1 span {
    font-size: 0.9375em;
}

.sn-li-l1>a,
.hs-menu-depth-1>a {
    display: block;
    height: 3.0625em;
    line-height: 3.0625em;
    color: #313597;
    text-decoration: none;
    padding: 0 1em 0 3.6875em;
    box-sizing: border-box;
    position: relative;
}

.sn-li-l1>a:after,
.hs-menu-depth-1>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.sn-li-l1>a:visited,
.hs-menu-depth-1>a:visited {
    color: #313597;
}

.sn-li-l1>a:hover,
.hs-menu-depth-1>a:hover {
    color: #313597;
}

.sn-li-l1.has-subnav .m-subnav-arrow,
.sn-li-l1.menu-item-has-children .m-subnav-arrow,
.sn-li-l1.hs-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.has-subnav .m-subnav-arrow,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    display: none;
    padding-right: 0em;
    background-image: url(ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.sn-li-l1.has-subnav .m-subnav-arrow.active,
.sn-li-l1.menu-item-has-children .m-subnav-arrow.active,
.sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
.hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
.hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
    transform: rotate(180deg);
}

@media (min-width: 60em) {

    .sn-li-l1.has-subnav .m-subnav-arrow,
    .sn-li-l1.menu-item-has-children .m-subnav-arrow,
    .sn-li-l1.hs-item-has-children .m-subnav-arrow,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none;
    }
}

.sn-li-l1.has-subnav>a span,
.sn-li-l1.menu-item-has-children>a span,
.sn-li-l1.hs-item-has-children>a span,
.hs-menu-depth-1.has-subnav>a span,
.hs-menu-depth-1.menu-item-has-children>a span,
.hs-menu-depth-1.hs-item-has-children>a span {
    padding-right: 0em;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block;
}

.sn-li-l1.has-subnav>a.active span,
.sn-li-l1.menu-item-has-children>a.active span,
.sn-li-l1.hs-item-has-children>a.active span,
.hs-menu-depth-1.has-subnav>a.active span,
.hs-menu-depth-1.menu-item-has-children>a.active span,
.hs-menu-depth-1.hs-item-has-children>a.active span {
    transform: rotate(180deg);
}

.sn-li-l1:hover,
.hs-menu-depth-1:hover {
    background-color: none;
}

@media (min-width: 60em) {

    .sn-li-l1,
    .hs-menu-depth-1 {
        height: 4.1875em;
        float: left;
        border-bottom: 0;
        border-right: none;
        text-align: center;
        margin: 0 0.1875em 0 2.375em;
        cursor: pointer;
    }

    .sn-li-l1 span,
    .hs-menu-depth-1 span {
        font-size: 0.9375em;
    }

    .sn-li-l1>a,
    .hs-menu-depth-1>a {
        padding: 0.5em 0 0;
        box-sizing: border-box;
        color: #313597;
        height: 4.1875em;
        line-height: 3.0625em;
    }

    .sn-li-l1>a:hover,
    .hs-menu-depth-1>a:hover {
        color: #d3d3d3;
    }

    .sn-li-l1:hover>a,
    .hs-menu-depth-1:hover>a {
        color: #d3d3d3;
        text-decoration: underline;
    }

    .sn-li-l1:hover .sn-level-2,
    .sn-li-l1:hover .hs-menu-children-wrapper,
    .hs-menu-depth-1:hover .sn-level-2,
    .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block;
    }

    .sn-li-l1.has-subnav>a span,
    .sn-li-l1.menu-item-has-children>a span,
    .sn-li-l1.hs-item-has-children>a span,
    .hs-menu-depth-1.has-subnav>a span,
    .hs-menu-depth-1.menu-item-has-children>a span,
    .hs-menu-depth-1.hs-item-has-children>a span {
        display: inline;
    }

    .sn-li-l1.has-subnav>a.active span,
    .sn-li-l1.menu-item-has-children>a.active span,
    .sn-li-l1.hs-item-has-children>a.active span,
    .hs-menu-depth-1.has-subnav>a.active span,
    .hs-menu-depth-1.menu-item-has-children>a.active span,
    .hs-menu-depth-1.hs-item-has-children>a.active span {
        background-image: url(ico-arrow-down.svg);
    }

    .sn-li-l1:hover,
    .hs-menu-depth-1:hover {
        background-color: none;
    }
}

@media (min-width: 80em) {

    .sn-li-l1>a,
    .hs-menu-depth-1>a {
        color: #313597;
    }

    .sn-li-l1>a:hover,
    .hs-menu-depth-1>a:hover {
        color: #d3d3d3;
    }

    .sn-li-l1:hover,
    .hs-menu-depth-1:hover {
        background-color: none;
    }
}

.sn-level-2,
.hs-menu-children-wrapper {
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
}

.sn-level-2.active,
.hs-menu-children-wrapper.active {
    display: block;
}

@media (min-width: 60em) {

    .sn-level-2,
    .hs-menu-children-wrapper {
        position: absolute;
        z-index: 100;
        width: 15.625em;
        padding: 0 0 0.625em;
        box-sizing: border-box;
        background-color: #313597;
    }

    .sn-level-2.active,
    .hs-menu-children-wrapper.active {
        display: none;
    }
}

.sn-li-l2,
.sn-li-l3,
.hs-menu-depth-2 {
    position: relative;
    background-color: #ebebeb;
}

.sn-li-l2>a,
.sn-li-l3>a,
.hs-menu-depth-2>a {
    padding: 0 1em 0.3125em 5.625em;
    box-sizing: border-box;
    color: #313597;
    border-top: 1px solid #c8c8c8;
    display: block;
    text-decoration: none;
    line-height: 2.75em;
}

.sn-li-l2>a span,
.sn-li-l3>a span,
.hs-menu-depth-2>a span {
    font-size: 0.9375em;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle;
}

.sn-li-l2:last-child>a,
.sn-li-l3:last-child>a,
.hs-menu-depth-2:last-child>a {
    border-bottom: 0;
}

.sn-li-l2:hover,
.sn-li-l3:hover,
.hs-menu-depth-2:hover {
    background-color: #ebebeb;
}

@media (min-width: 60em) {

    .sn-li-l2,
    .sn-li-l3,
    .hs-menu-depth-2 {
        position: relative;
        background-color: #313892;
    }

    .sn-li-l2>a,
    .sn-li-l3>a,
    .hs-menu-depth-2>a {
        padding: 0.625em 0.5em 0.625em;
        box-sizing: border-box;
        line-height: 2.1875em;
        border-top: none;
        border-bottom: 1px solid #ffffff;
        border-right: none;
        color: #ffffff;
        font-weight: 400;
    }

    .sn-li-l2>a span,
    .sn-li-l3>a span,
    .hs-menu-depth-2>a span {
        font-size: 1.125em;
    }

    .sn-li-l2:hover,
    .sn-li-l3:hover,
    .hs-menu-depth-2:hover {
        background-color: #d3d3d3;
    }

    .sn-li-l2:hover .sn-level-3,
    .sn-li-l3:hover .sn-level-3,
    .hs-menu-depth-2:hover .sn-level-3 {
        display: block;
        margin: -1.5625em;
        padding: 1.5625em;
        box-sizing: border-box;
    }
}

@media (min-width: 80em) {

    .sn-li-l2,
    .sn-li-l3,
    .hs-menu-depth-2 {
        background-color: #313892;
    }

    .sn-li-l2:hover,
    .sn-li-l3:hover,
    .hs-menu-depth-2:hover {
        background-color: #d3d3d3;
    }
}

.sn-level-3 {
    padding: 0;
    margin: 0;
    padding-top: 1px;
    display: none;
    position: relative;
}

.sn-level-3.active {
    display: block;
}

@media (min-width: 60em) {
    .sn-level-3 {
        position: absolute;
        min-width: 15.625em;
        top: 0;
        left: 100%;
    }

    .sn-level-3.active {
        display: none;
    }
}


/*=============== Layouts  ===============*/
.page-intro {
    background-repeat: no-repeat;
    margin-top: 2px;
    position: relative;
    background-size: cover;
}

.page-intro:after {
    content: "";
    position: absolute;
    background-image: url(hero-gradient.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-intro .inner-wrap,
.page-intro .inner-wrap-wide {
    padding-bottom: 3.5em;
    padding-top: 4.1875em;
}

.page-intro span {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    color: #ffffff;
    display: inline-block;
    font-family: "MyriadPro-Bold";
    font-size: 27px;
    line-height: 1.25;
    margin: 0 0 0 -12px;
    padding: 16px 0 27px 30px;
    box-sizing: border-box;
    width: 80%;
    position: relative;
    z-index: 1;
}

@media (min-width: 60em) {
    .page-intro span {
        width: 43%;
    }
}

.page-intro p {
    margin: .5em 0 0 0;
}

.site-nav-container {
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 1000;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.site-nav-container.active {
    right: 0;
}

@media (min-width: 60em) {
    .site-nav-container {
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        background-color: transparent;
        clear: right;
        float: right;
    }
}

@media (min-width: 80em) {
    .site-nav-container {
        margin: 1.9375em 0 0;
    }
}

.site-nav-container-screen {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.site-nav-container-screen.active {
    display: block;
}

@media (min-width: 60em) {
    .site-nav-container-screen {
        display: none !important;
    }
}

.close-menu {
  clear: both;
  color: #313597;
  display: inline-block;
  font-family: "Oxygen";
  font-size: 1.0625em;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.1666666667em 2.3888888889em 0.3333333333em 0;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .close-menu:hover {
    color: #313597; }
  .close-menu:after {
    background-color: transparent;
    background-image: url("ico-exit.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: 9px;
    width: 1em;
    height: 1em; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.search-module-mobile {
  display: block; }
  @media (min-width: 60em) {
    .search-module-mobile {
      display: none; } }
  .search-module-mobile .search-submit {
    width: 22px;
    height: 22px;
    border: 0;
    padding: 0 !important;
    background: url(ico-search-mobile.svg) no-repeat center center !important;
    background-size: contain !important;
    transform: none !important;
    border: 0 !important;
    background-color: transparent; }
  .search-module-mobile .inner-wrap, .search-module-mobile .inner-wrap-narrow, .search-module-mobile .inner-wrap-wide, .search-module-mobile .inner-wrap-fullwidth {
    padding-top: 0 !important; }
    .search-module-mobile .search-form{
       margin: 0;
    }
    .search-module-mobile .search-text{
           border-color: #888787;
               border-radius: 0;
               text-transform: uppercase;
    }
/*.close-menu {
    clear: both;
    color: #313597;
    display: inline-block;
    font-family: "Oxygen";
    font-size: 1.0625em;
    font-weight: 700;
    margin: 0 auto;
    padding: 0.1666666667em 2.3888888889em 0.3333333333em 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.close-menu:hover {
    color: #313597;
}

.close-menu:after {
    background-color: transparent;
    background-image: url("close.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.9444444444em 2.1111111111em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: -3px;
    width: 1.9444444444em;
}

@media (min-width: 60em) {
    .close-menu {
        display: none;
    }
}*/

.snc-header {
    border-bottom: 1px solid #d9d9d9;
    padding: 1.5em 0 1.3125em;
    box-sizing: border-box;
    text-align: center;
}

@media (min-width: 60em) {
    .snc-header {
        padding: 0;
        display: none;
    }
}

.our-company>a:after {
    background-image: url(our-company.png);
    width: 2.1875em;
    height: 1.9375em;
    background-size: 2.1875em 1.9375em;
    top: 0.625em;
    left: 1em;
}

@media (min-width: 60em) {
    .our-company>a:after {
        left: 0;
        top: -0.125em;
        margin: 0 auto;
        right: 0;
    }
}

.products>a:after {
    background-image: url("our-products.png");
    width: 2.1875em;
    height: 1.9375em;
    background-size: 2.1875em 1.9375em;
    left: 1.375em;
    top: 0.8125em;
}

@media (min-width: 60em) {
    .products>a:after {
        left: 0;
        top: 0.125em;
        margin: 0 auto;
        right: 0;
    }
}

.capabilities>a:after {
    background-image: url("capabilities.png");
    width: 2.1875em;
    height: 1.9375em;
    background-size: 2.1875em 1.9375em;
    left: 1.1875em;
    top: 0.9375em;
}

@media (min-width: 60em) {
    .capabilities>a:after {
        left: 0;
        top: 0;
        margin: 0 auto;
        right: 0;
    }
}

.industries-served>a:after {
    background-image: url("industries-served.png");
    width: 2.1875em;
    height: 1.9375em;
    background-size: 2.1875em 1.9375em;
    left: 1.375em;
    top: 1em;
}

@media (min-width: 60em) {
    .industries-served>a:after {
        left: 0;
        top: 0.125em;
        margin: 0 auto;
        right: 0;
    }
}

.technical-library>a:after {
    background-image: url("technical-library.png");
    width: 2.1875em;
    height: 1.9375em;
    background-size: 2.1875em 1.9375em;
    left: 1.375em;
    top: 0.9375em;
}

@media (min-width: 60em) {
    .technical-library>a:after {
        left: 0;
        top: 0.125em;
        margin: 0 auto;
        right: 0;
    }
}

.contact-us>a:after {
    background-image: url("contact-us.png");
    width: 2.1875em;
    height: 1.9375em;
    background-size: 2.1875em 1.9375em;
    left: 1.125em;
    top: 0.8125em;
}

@media (min-width: 60em) {
    .contact-us>a:after {
        left: 0;
        top: 0;
        margin: 0 auto;
        right: 0;
    }
}

.site-content>.inner-wrap-narrow {
    padding-bottom: 4.5em;
}

.inner-wrap,
.inner-wrap-narrow {
    max-width: 74.125em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em 1.5em 1em;
    box-sizing: border-box;
}

.inner-wrap::after,
.inner-wrap-narrow::after {
    clear: both;
    content: "";
    display: table;
}

.inner-wrap>*:first-child,
.inner-wrap-narrow>*:first-child {
    margin-top: 0;
}

.inner-wrap>*:last-child .inner-wrap-narrow>*:last-child {
    margin-bottom: 0;
}

@media (min-width: 40em) {

    .inner-wrap,
    .inner-wrap-narrow {
        padding: 2.5em 1.5em 2.5em 1.5em;
        box-sizing: border-box;
    }
}

.inner-wrap-narrow {
    max-width: 73.375em;
}

/*   end defaults   */
.site-wrap {
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.site-wrap.nav-active{
    overflow: initial !important;
}
/*=============== Site Header ===============*/
@media (min-width: 60em) {
    .site-header {
        height: 8.4375em;
    }
}

.sh-sticky-wrap {
    text-align: right;
}

.sh-sticky-wrap .inner-wrap,
.sh-sticky-wrap .inner-wrap-narrow {
    padding-top: 0.5625em;
    padding-bottom: 0.536em;
}

@media (min-width: 60em) {
    .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        background-color: white;
        z-index: 100;
        border-bottom: 1px solid #000000;
    }

    .sh-sticky-wrap.stuck .sh-utility-nav {
        visibility: hidden;
        height: 0;
    }

    .sh-sticky-wrap.stuck .site-logo {
        width: 25%;
        margin-top: 0.875em !important;
    }

    .sh-sticky-wrap .inner-wrap,
    .sh-sticky-wrap .inner-wrap-narrow {
        padding-top: 0.4375em;
        padding-bottom: 0;
    }
}

.site-logo {
    float: left;
    max-width: 11.5625em;
    width: 100%;
    margin-left: -0.125em;
    position: relative;
    z-index: 2;
    transition: width 0.2s ease-in-out 0s;
}

.site-logo img {
    max-width: 100%;
}

@media (min-width: 60em) {
    .site-logo {
        max-width: 19.1875em;
        margin: 1.25em 0 0 -0.4375em !important;
        width: 18%;
    }
}

@media (min-width: 80em) {
    .site-logo {
        width: 100%;
        margin: 1.8125em 0 0 -0.4375em !important;
    }
}

@media (max-height: 46em) and (min-width: 60em) {
    .site-logo {
        width: 30%;
    }
}

@media (max-height: 40em) and (min-width: 60em) {
    .site-logo {
        width: 30%;
    }
}

.sh-utility-nav {
    overflow: hidden;
    position: relative;
    float: right;
    width: 6.25em;
}

.sh-utility-nav:after {
    background-color: #cccccc;
    content: "";
    height: 95%;
    left: 27%;
    position: absolute;
    top: 0;
    width: 1px;
}

.sh-utility-nav:before {
    background-color: #cccccc;
    content: "";
    height: 95%;
    position: absolute;
    right: 29%;
    top: 0;
    width: 1px;
}

@media (min-width: 40em) {
    .sh-utility-nav {
        width: 10em;
    }
}

@media (min-width: 60em) {
    .sh-utility-nav {
        width: auto;
        margin-bottom: 1.25em;
        height: 1.9375em;
        transition: height 0.2s ease-in-out 0s;
    }

    .sh-utility-nav:after {
        display: none;
    }

    .sh-utility-nav:before {
        display: none;
    }
}

.sh-utility-nav .search-form {
    display: none;
}

@media (min-width: 60em) {
    .sh-utility-nav .search-form {
        display: inline-block;
        margin: 0.125em 0.3125em 0 0;
        vertical-align: top;
    }

    .sh-utility-nav .search-form .search-text {
        background-color: #ebebeb;
        border: 1px solid #313597;
        border-radius: 2px;
        color: #a6a6a6;
        font-family: "Myriad Pro";
        font-size: 1.125em;
        height: 1.6em;
        margin: 0;
        padding: 0 0.3888888889em;
        box-sizing: border-box;
        text-transform: uppercase;
        width: 13.8888888889em;
    }
}

.sh-utility-nav .search-form .search-cell1 {
    padding: 0;
}

.sh-utility-nav .search-form input::placeholder {
    color: #a6a6a6;
    opacity: 1;
}

@media (min-width: 80em) {
    .sh-utility-nav {
        margin: 0;
    }
}

.sh-icons {
    display: block;
    background-color: #313597;
    text-align: center;
}

.sh-ico-search,
.sh-ico-menu {
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-top: 1.2em;
    width: 2em;
    margin-left: 1em;
    text-align: center;
    text-decoration: none;
}

.sh-ph {
    background-image: url("call.svg");
    background-repeat: no-repeat;
    background-size: 1.375em 1.4375em;
    display: inline-block;
    height: 1.4375em;
    margin: 0.4375em 0.625em 0 0;
    vertical-align: top;
    width: 1.4375em;
}

@media (min-width: 40em) {
    .sh-ph {
        margin: 0.4375em 2.625em 0 0;
    }
}

@media (min-width: 60em) {
    .sh-ph {
        background-image: none;
        height: auto;
        margin: 0 1.6875em 0 0;
        width: auto;
    }
}

.sh-ph-no {
    display: none;
}

@media (min-width: 60em) {
    .sh-ph-no {
        display: inline-block;
        vertical-align: top;
        color: #313597;
        font-size: 1.5em;
        line-height: 1.25em;
        font-family: MyriadPro-Semibold;
    }
}

.sh-ico-search {
    background-image: url("search_icon.svg");
    background-size: 1.4375em auto;
    height: 1.5625em;
    margin: 0.5em 0.0625em 0 0;
    padding: 0;
    width: 1.4375em;
}

@media (min-width: 60em) {
    .sh-ico-search {
        display: none;
    }
}

.sh-ico-menu {
    background-image: url("hamburge-menu.svg");
    background-position: right center;
    background-size: 2.3125em 2.3125em;
    margin: 0.375em 0 0.25em;
    padding: 0;
    text-align: right;
    width: auto;
}

.sh-ico-menu span {
    font-size: 1.125em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 2.7777777778em;
    font-family: "Oxygen";
    font-weight: 700;
    padding: 0 2.2777777778em 0 0;
    box-sizing: border-box;
}

@media (min-width: 60em) {
    .sh-ico-menu {
        display: none;
    }
}

/*=============== Site Intro ===============*/
.site-intro {
    text-align: center;
    position: relative;
}

.si-slider.flexslider .slides>li {
    min-height: 22.0625em;
    font-size: 1em;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 60em) {
    .si-slider.flexslider .slides>li {
        background-position: center 0;
        background-size: cover;
        min-height: 26.625em;
    }

    .si-slider.flexslider .slides>li:after {
        content: "";
        position: absolute;
        background-image: url(hero-gradient.png);
        background-repeat: no-repeat;
        background-position: right top;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.si-slider .flex-control-nav {
    bottom: 1.375em;
    z-index: 4;
}

.si-slider .flex-control-nav li {
    margin: 0 0.25em 0 0.25em;
    font-size: 1em;
}

@media (min-width: 60em) {
    .si-slider .flex-control-nav {
        z-index: 47;
        height: 3.75em;
        right: 0.875em;
        text-align: center;
        top: 46.7%;
        transform: translateY(-50%);
        width: 0.625em;
    }

    .si-slider .flex-control-nav li {
        margin: 0 0 0.5em;
        float: left;
    }
}

.si-slider .flex-control-paging li a {
    width: 0.5625em;
    height: 0.5625em;
    border-radius: 50%;
    border: 1px solid #313597;
    background-color: transparent;
    box-shadow: none;
    position: relative;
}

.si-slider .flex-control-paging li a:hover {
    background: #313597;
    border: 1px solid #313597;
}

.si-slider .flex-control-paging li a.flex-active {
    background: #313597;
    border: 1px solid #313597;
}

.si-heading-wrap {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.si-heading-wrap .inner-wrap,
.si-heading-wrap .inner-wrap-narrow {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 60em) {
    .si-heading-wrap {
        bottom: 2.3125em;
        left: 9px;
        position: absolute;
        right: 0;
        text-align: left;
        top: auto;
        transform: none;
        width: 100%;
        z-index: 10;
    }
}

.si-heading {
    color: #ffffff;
    font-size: 1.625em;
    font-weight: 500;
    line-height: 1.4615384615em;
    text-transform: uppercase;
}

.si-heading span {
    color: #ebebeb;
    display: block;
    font-size: 0.7692307692em;
    line-height: 1.5em;
    margin-bottom: 0.4em;
    font-family: "Myriad Pro";
    text-transform: initial;
}

@media (min-width: 60em) {
    .si-heading {
        font-size: 2.25em;
        line-height: 0.8333333333em;
        margin: 0 0 0.6666666667em;
    }

    .si-heading span {
        margin-bottom: 0.25em;
        font-size: 0.5555555556em;
        line-height: 1.5em;
    }
}

.si-btn {
    font-size: 1.0625em;
    line-height: 1.2352941176em;
    margin: 0 0.2941176471em 0.9411764706em;
    padding: 0.7058823529em 1.1764705882em 0.8823529412em 1.0588235294em;
    box-sizing: border-box;
}

@media (min-width: 60em) {
    .si-btn {
        margin: 0 0.7647058824em 0 0;
        padding: 0.7647058824em 1.0588235294em;
        box-sizing: border-box;
    }

    .si-btn:nth-child(2) {
        margin: 0;
        padding: 0.7647058824em 1em;
        box-sizing: border-box;
    }
}

/*=============== Site Footer ===============*/
.site-footer {
    text-align: center;
    position: relative;
    margin-bottom: -24px;
}

.body-padding footer {
    padding: 0;
}

.sf-social-icon {
    background-color: #313597;
    border-radius: 50%;
    height: 5em;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -2.5625em;
    width: 5.0625em;
}

.sf-social-icon img {
    display: block;
    margin: 1em 1.0625em 0;
    text-align: center;
    width: 3em;
}

.sf-social-icon:hover {
    background-color: #7d7d7d;
}

.sf-top {
    background-color: #ebebeb;
}

.sf-top .inner-wrap,
.sf-top .inner-wrap-narrow {
    padding-top: 4.657em;
    padding-bottom: 2.25em;
}

.sf-links-top {
    margin-bottom: 0.9375em;
    padding: 0;
}

.sf-links-top li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.625em;
}

.sf-links-top li a {
    color: #313597;
    font-size: 1.25em;
    line-height: 1.5em;
    font-family: "Myriad Pro";
    text-decoration: none;
}

@media (min-width: 40em) {
    .sf-links-top li a:hover {
        text-decoration: underline;
        color: #d3d3d3;
    }
}

@media (min-width: 60em) {
    .sf-links-top {
        margin: 0;
        padding: 0;
    }

    .sf-links-top li {
        margin: 0 0.8375em 0.9375em;
    }
}

.sf-links-bottom {
    margin-bottom: 2.6875em;
    margin-top: 0;
    padding: 0;
}

.sf-links-bottom li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0.1875em 0.5em;
    box-sizing: border-box;
}

.sf-links-bottom li:after {
    background-color: #313597;
    content: "";
    height: 97%;
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
}

.sf-links-bottom li:last-child:after {
    display: none;
}

.sf-links-bottom li a {
    text-decoration: none;
    color: #313597;
    font-weight: 300;
    font-family: "Oxygen";
    font-size: 0.9375em;
}

@media (min-width: 40em) {
    .sf-links-bottom li a:hover {
        text-decoration: underline;
        color: #d3d3d3;
    }
}

@media (min-width: 60em) {
    .sf-links-bottom li {
        padding: 0.1875em 0.75em;
        box-sizing: border-box;
    }
}

.sf-address {
    font-style: normal;
    color: #313597;
    line-height: 24px;
}

.sf-address span {
    display: block;
}

@media (min-width: 60em) {
    .sf-address span {
        display: inline-block;
        margin: 0 1.625em 0 0;
        vertical-align: top;
        position: relative;
    }

    .sf-address span:after {
        content: "|";
        position: absolute;
        right: -0.875em;
        top: 0;
    }
}

.sf-bottom {
    background-color: #d3d3d3;
}

.sf-bottom .inner-wrap,
.sf-bottom .inner-wrap-narrow {
    padding-bottom: 1.3125em;
    padding-top: 1.5em;
}

.sf-bottom p {
    color: #909090;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}

.sf-bottom p span {
    display: block;
}

.sf-bottom a {
    color: #909090;
    text-decoration: none;
}

.sf-bottom a:hover {
    text-decoration: underline;
}

@media (min-width: 60em) {
    .sf-bottom p {
        color: #909090;
    }

    .sf-bottom p span {
        margin: 0 0 0 0.375em;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .sf-bottom p span:after {
        content: "|";
        left: -0.4375em;
        position: absolute;
        top: -0.0625em;
    }
}

/*=============== Search ===============*/
.search-table {
    display: table;
    width: 100%;
    float: right;
    padding: 0;
}

.search-row {
    display: table-row;
    width: 100%;
}

.search-cell1 {
    display: table-cell;
    padding-right: 0.4375em;
    box-sizing: border-box;
}

.search-cell2 {
    display: table-cell;
    width: 2.1875em;
    border: 0;
    vertical-align: middle;
}

.search-text {
    font-size: .8em;
    width: 100%;
    height: 2.3em;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.search-submit {
    width: 100% !important;
    height: 2.3em;
    border: 0;
    float: right;
    background: url(ico-search.svg) no-repeat center center !important;
    cursor: pointer;
}

@media (min-width: 40em) {
    .site-search {
        width: 100%;
    }

    .search-text {
        height: 2.3em;
    }

    .search-submit {
        height: 2.3em;
    }
}

.search-module {
    background-color: #111e6c;
    height: 5.9em;
    margin-top: -6em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-module.active {
    margin-top: 0;
}

.search-module .inner-wrap,
.search-module .inner-wrap-narrow {
    padding: 0.3em 1.5em 1em;
    box-sizing: border-box;
}

.search-exit {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    top: 0;
    right: 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a.tn-badge__link {
    padding-top: 20px;
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
}

/* GDD 002 css */
.gdd-002-b.catTitle-rfq {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 1px 1px 20px 1px #dfdfdf;
}

.gdd-002-b.catTitle-rfq h4 {
    margin: 5px auto;
    font-family: "owswold bold";
    font-size: 20px;
    color: #0F151C;
    line-height: 37px;
    margin: 0 !important;
}

.gdd-002-b #plp-product-title {
    width: 82% !important;
}

.gdd-002-b #plp-rfi {
    margin-top: 5px;
    display: block;
    margin: 0 auto;
    width: 50%;
}

.gdd-002-b .inner-wrap-narrow {
    padding: 0.8em 1em 0.8em 1em;
}

@media(max-width:430px) {
    .gdd-002-b #plp-rfi {
        float: none;
        clear: both;
    }

    .gdd-002-b #plp-product-title {
        width: 100% !important;
    }
}

/* footer ul */
ul {
    margin: 0;
}
/*** GDD Header ****/

@media (min-width: 60em) {
  .site-header.gdd-003-b {
    height: 6.4375em; } }

@media (min-width: 80em) {
  .site-header.gdd-003-b {
    height: 8.4375em; } }

@media (min-width: 60em) {
  .site-header.gdd-003-b .sn-li-l1 {
    margin: 0 0 0 1em; } }

@media (min-width: 80em) {
  .site-header.gdd-003-b .sn-li-l1 {
    margin: 0 0 0 0.625em; } }

@media (min-width: 60em) {
  .site-header.gdd-003-b .sn-li-l1 > a {
    line-height: 3.125em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    height: 3.75em; } }

@media (min-width: 80em) {
  .site-header.gdd-003-b .sn-li-l1 > a {
    padding-left: 1.3125em;
    padding-right: 1.3125em;
    padding-top: 2.125em;
    height: 5.5625em; } }

@media (min-width: 60em) {
  .site-header.gdd-003-b .sn-li-l1 > a:after {
    top: 0em !important; } }

@media (min-width: 80em) {
  .site-header.gdd-003-b .sn-li-l1 > a:after {
    top: 1.625em !important; } }

@media (min-width: 60em) {
  .site-header.gdd-003-b .sn-li-l1.contact-us > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #313597; }
    .site-header.gdd-003-b .sn-li-l1.contact-us > a:after {
      background-image: url(contact-us-white.png); } }

.site-header.gdd-003-b .site-logo {
  max-width: 10.5625em; }
  @media (min-width: 60em) {
    .site-header.gdd-003-b .site-logo {
      max-width: 10.1875em; } }
  @media (min-width: 80em) {
    .site-header.gdd-003-b .site-logo {
      max-width: 16.1875em; } }

@media (min-width: 60em) {
  .site-header.gdd-003-b .site-nav-container {
    margin: 0.4375em 0 0; } }

@media (min-width: 60em) {
  .site-header.gdd-003-b .sh-sticky-wrap.stuck .sn-li-l1 > a {
    padding-top: 0.625em;
    height: 4.25em; }
    .site-header.gdd-003-b .sh-sticky-wrap.stuck .sn-li-l1 > a:after {
      top: 0.1875em !important; } }

.site-header.gdd-003-b .sh-sticky-wrap .inner-wrap, .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap-narrow, .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap-wide, .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap-fullwidth {
  padding-top: 0.96875em;
  padding-bottom: 0.96875em; }
  @media (min-width: 60em) {
    .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap, .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap-narrow, .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap-wide, .site-header.gdd-003-b .sh-sticky-wrap .inner-wrap-fullwidth {
      padding-top: 0.5625em;
      padding-bottom: 0em; } }

.site-header.gdd-003-b .sh-utility-nav {
  width: auto; }
  @media (min-width: 60em) {
    .site-header.gdd-003-b .sh-utility-nav {
      margin-bottom: 0em; } }
  .site-header.gdd-003-b .sh-utility-nav:before, .site-header.gdd-003-b .sh-utility-nav:after {
    content: none; }
  .site-header.gdd-003-b .sh-utility-nav .sh-phone-gdd, .site-header.gdd-003-b .sh-utility-nav .sh-menu-gdd {
    color: #323197;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.01px;
    position: relative; }
  .site-header.gdd-003-b .sh-utility-nav .sh-menu-gdd:before {
    background-image: url(sh-menu.svg);
    background-repeat: no-repeat;
    background-size: 22px 24px;
    display: inline-block;
    height: 24px;
    width: 22px;
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%); }
  .site-header.gdd-003-b .sh-utility-nav .sh-phone-gdd:before {
    background-image: url(sh-phone.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    transform: translateX(-50%); }
  .site-header.gdd-003-b .sh-utility-nav .sh-ph-gdd, .site-header.gdd-003-b .sh-utility-nav .sh-ico-menu-gdd {
    text-decoration: none;
    display: inline-block;
    margin-top: 1.375em;
    padding-right: 0.625em; }

.site-header.gdd-003-b .sh-utility-nav-mobile {
  display: block; }
  @media (min-width: 60em) {
    .site-header.gdd-003-b .sh-utility-nav-mobile {
      display: none; } }

.site-header.gdd-003-b .sh-utility-nav-desk {
  display: none; }
  @media (min-width: 60em) {
    .site-header.gdd-003-b .sh-utility-nav-desk {
      display: block; } }
    .site-header.gdd-003-b{
      display: block;
    }

    .no-link > a{
cursor:default;
}

em.yearfooter {
    font-style: normal;
}


#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
}
.cn-position-bottom {
    bottom: 0;
}
#cookie-notice .cookie-notice-container {
    display: block;
}
.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.cn-buttons-container, .cn-text-container {
    display: inline-block;
}
.cn-text-container {
    margin: 0 0 6px;
}
.cn-buttons-container, .cn-text-container {
    display: inline-block;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}
.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -10px 0 0;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    border: none;
    outline: 0;
    background: 0 0;
    box-shadow: none;
    cursor: pointer;
}
.cn-close-icon:after, .cn-close-icon:before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: grey;
}
.cn-close-icon:before {
    transform: rotate(45deg);
}
.cn-close-icon:after {
    transform: rotate(-45deg);
}
.cn-close-icon:after, .cn-close-icon:before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: grey;
}