<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navigation {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}


.dropdown2 a i.fa-angle-down {
    color: #dadada !Important;
    left: 2px;
    font-size: 12px;
    top: 0px;
}

#manufacturing-hm {
    color: gold !important;
    height: 32px;
    width: 115px;
    margin-right: 23px;
    position: relative;
    z-index: 9;
}

    #manufacturing-hm a {
        color: gold !important;
    }

    #manufacturing-hm:after,
    #manufacturing-hm:before {
        z-index: -1;
        position: absolute;
        top: 25px;
        left: 63%;
        margin-left: -25%;
        content: '';
        width: 0;
        height: 0;
        border-left: solid 25px transparent;
        border-right: solid 25px transparent;
    }


    #manufacturing-hm:after {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #585858;
    }

.bkg-submenu {
    background-color: #585858;
}

.hamburger {
    background-color: #585858;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 6px;
}

#MainBody &gt; div {
    padding-right: 0px;
}

    #MainBody &gt; div &gt; div.row {
        Display: inline;
    }

.burger:after, .burger:before {
    background-color: transparent;
    border-bottom: 9px solid #FFFFFF;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 8px;
    left: 15px;
    position: absolute;
    top: 0;
    transition: 0.4s ease;
    width: 1px;
}

.burger3:after, .burger3:before {
    background-color: transparent;
    border-bottom: 9px solid #FFFFFF;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 8px;
    left: 15px;
    position: absolute;
    top: 0;
    transition: 0.4s ease;
    width: 1px;
}

.burger4:after, .burger4:before {
    background-color: transparent;
    border-bottom: 9px solid #FFFFFF;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 8px;
    left: 15px;
    position: absolute;
    top: 0;
    transition: 0.4s ease;
    width: 1px;
}


.burger5:after, .burger5:before {
    background-color: transparent;
    border-bottom: 9px solid #FFFFFF;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 8px;
    left: 15px;
    position: absolute;
    top: 0;
    transition: 0.4s ease;
    width: 1px;
}

header.sec.sticky div.hamburger {
    width: 100%;
    opacity: .8;
}

@media (max-width: 767px) {
    header.sec.sticky div.hamburger {
        width: 100%;
        opacity: .8;
    }
}


.itemSubManu1 {
    text-align: left;
    margin-top: 10px;
    width: 100%;
    /*padding-top: 15px;*/
}


.itemSubManu2 {
    padding-left: 20px;
    text-align: left;
    padding-bottom: 15px;
    margin-top: 10px;
    width: 90%;
    /*padding-top: 15px;*/
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}

.itemSubManu3 {
    padding-left: 60px;
    text-align: left;
    padding-bottom: 15px;
}

.itemSubManu4 {
    padding-left: 60px;
    text-align: left;
    padding-bottom: 15px;
}

.itemSubManu5 {
    padding-left: 60px;
    text-align: left;
    padding-bottom: 15px;
}



.itemSubManu2 a:hover {
    border-bottom: 2px solid #fff;
}

.itemSubManu2 a {
    text-decoration: none !Important;
    color: #fff
}

.itemSubManu3 a {
    text-decoration: none !Important;
    color: #fff
}


.itemSubManu4 a {
    text-decoration: none !Important;
    color: #fff
}

.itemSubManu5 a {
    text-decoration: none !Important;
    color: #fff
}



.burger {
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    position: relative;
    text-align: left;
    transition: 0.4s ease;
    transform: rotate(0);
    width: 30px;
    float: right;
    margin-right: 15px;
}

.burger3 {
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-block;
    height: 20px;
    margin-top: 4px;
    position: relative;
    text-align: left;
    transition: 0.4s ease;
    transform: rotate(0);
    width: 30px;
    float: right;
    margin-right: 15px;
}

.burger4 {
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-block;
    height: 20px;
    margin-top: 4px;
    position: relative;
    text-align: left;
    transition: 0.4s ease;
    transform: rotate(0);
    width: 30px;
    float: right;
    margin-right: 15px;
}

.burger5 {
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-block;
    height: 20px;
    margin-top: 4px;
    position: relative;
    text-align: left;
    transition: 0.4s ease;
    transform: rotate(0);
    width: 30px;
    float: right;
    margin-right: 15px;
}

.burger::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.burger3::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.burger4::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.burger5::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.burger:before {
    transform: rotate(-135deg);
}


.burger3:before {
    transform: rotate(-135deg);
}

.burger4:before {
    transform: rotate(-135deg);
}

.burger5:before {
    transform: rotate(-135deg);
}





.burger:after {
    transform: rotate(135deg);
}

.burger3:after {
    transform: rotate(135deg);
}

.burger4:after {
    transform: rotate(135deg);
}

.burger5:after {
    transform: rotate(135deg);
}

.burger-check {
    display: none;
}

    .burger-check:checked ~ .itemSubManu1 &gt; .burger {
        transform: rotate(0);
        transform: translate(0, -6px);
    }

        .burger-check:checked ~ .itemSubManu1 &gt; .burger:before {
            transform: rotate(-45deg);
        }

        .burger-check:checked ~ .itemSubManu1 &gt; .burger:after {
            transform: rotate(45deg);
        }



.burger-check3:checked ~ .itemSubManu2 &gt; .burger3 {
    transform: rotate(0);
    transform: translate(0, -6px);
}

    .burger-check3:checked ~ .itemSubManu2 &gt; .burger3:before {
        transform: rotate(-45deg);
    }

    .burger-check3:checked ~ .itemSubManu2 &gt; .burger3:after {
        transform: rotate(45deg);
    }



.burger-check4:checked ~ .itemSubManu2 &gt; .burger4 {
    transform: rotate(0);
    transform: translate(0, -6px);
}

    .burger-check4:checked ~ .itemSubManu2 &gt; .burger4:before {
        transform: rotate(-45deg);
    }

    .burger-check4:checked ~ .itemSubManu2 &gt; .burger4:after {
        transform: rotate(45deg);
    }

.burger-check5:checked ~ .itemSubManu2 &gt; .burger5 {
    transform: rotate(0);
    transform: translate(0, -6px);
}

    .burger-check5:checked ~ .itemSubManu2 &gt; .burger5:before {
        transform: rotate(-45deg);
    }

    .burger-check5:checked ~ .itemSubManu2 &gt; .burger5:after {
        transform: rotate(45deg);
    }




.caret-dropdown.active {
    transform: rotate(0);
    transform: translate(0, -6px);
}

    .caret-dropdown.active:before {
        transform: rotate(-45deg);
    }

    .caret-dropdown.active:after {
        transform: rotate(45deg);
    }







.navigation {
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}

.burger-check:checked ~ .navigation {
    max-height: 500px;
    transition: max-height 0.5s ease-in-out;
}

.yesipad {
    display: none
}

@media (max-width: 1199px) {

    .yesipad {
        display: block
    }
}

.dropdown2:hover .itemSubManu a {
    color: #000 !Important;
    background-color: #fff;
}




.manutab::before {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    top: 8px;
    left: 10px;
}


header {
    width: 100%;
    z-index: 1;
    transition: all 0.4s ease;
}



    header.sec.sticky {
        z-index: 999;
        top: 0px;
        position: fixed;
    }



.submanutab {
    position: relative;
    color: #fff;
    font-weight: bold;
    top: 4px;
}





.headermenubtns a {
    z-index: 99999999;
    position: relative;
}

.itemSubManu a {
    text-decoration: none !Important;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px;
    padding-bottom: 9px;
}

}



@media (max-width: 1199px) {
    .submanutab {
        margin-bottom: 0px;
        padding-left: 30px;
        margin-bottom: -30px !Important;
        height: 310px !important;
        border-top: 1px solid #000;
    }

    header.sec {
        height: 0 !important;
    }
}







#lowerheader {
    position: relative;
    z-index: 9 !important;
}



header.sec {
    background-color: #585858 !important;
    color: #fff;
    text-align: left;
    position: relative;
    height: 34px;
    z-index: 999;
    margin-top: -7px;
    top: -1px;
    margin-bottom: -10px;
}

.videoc {
    text-align: center;
    z-index: 9999;
    position: relative;
    color: #fff;
    top: -170px;
    margin: auto;
    width: 70px;
}






header.sec.sticky {
    z-index: 999;
    top: 0px;
    position: fixed;
    width: 100%;
}

.subhead {
    text-align: center;
    margin-bottom: -32px;
    padding-top: 8px;
}

    .subhead a {
        color: #dadada;
        padding-right: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
    }


div.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
    height: 0px;
}







#careersTable {
    overflow: scroll;
    display: inline-block;
    height: 250px;
    width: 700px;
    margin: auto;
    margin-bottom: 30px;
    border: 1px solid #dadada;
    padding: 20px;
}










@media (max-width: 560px) {

    header.sec &gt; div {
        backdrop-filter: saturate(180%) blur(20px);
        display: block;
    }
}





#productCompareToolbar {
    border: none !important;
    z-index: 99;
    position: relative;
}



/*DROPDOWN*/



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown2:hover {
    box-shadow: none;
    background-color: transparent;
}

.dropdown2:hover {
    box-shadow: none;
    background-color: transparent;
}

.dropdown-content a {
    /*color: black;*/
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 20px 16px;
    text-decoration: none;
    display: block;
}




    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

.abutton-dropdown:hover div a {
    color: #fff;
}





/*CHECKBOX HACK*/

input[type=checkbox] {
    display: none;
}

label {
    -webkit-appearance: push-button;
    -moz-appearance: button;
    display: inline-block;
    margin: 60px 0 10px 0;
    cursor: pointer;
}

/* Default State */
div.itemSubManu3 {
    color: white;
    display: none;
}

/* Toggled State */
.burger-check3:checked ~ div.itemSubManu3 {
    display: block;
}



/* Default State */
div.itemSubManu4 {
    color: white;
    display: none;
}

/* Toggled State */
.burger-check4:checked ~ div.itemSubManu4 {
    display: block;
}

/* Default State */
div.itemSubManu5 {
    color: white;
    display: none;
}

/* Toggled State */
.burger-check5:checked ~ div.itemSubManu5 {
    display: block;
}


@media (max-width: 1199px) {
    .asphericTop {
        Margin-top: 37px !important
    }
}

@media (max-width: 1199px) {
    .noipad {
        display: none !important;
    }
}

</pre></body></html>