﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    /*font-size: calc(1em + 1vw);*/
    font-size: 16px;
    font-family: Arial, sans-serif;
    word-spacing: normal;
    height: 100%;
}

/* header styles */
.header-topwrapper {
    max-height: 4em;
    background-color: #303030;
    padding: .09em;
}

    .header-topwrapper img {
        /*
    max-height: 1.6em;
    margin-right: .5em;
    margin-left: .5em;
        */
    }

.header-bottomwrapper {
    /*max-height:4em;*/
    /*light*/
    /*border-bottom: 7px solid #006caa;*/
    width: 100%;
    padding: 5px 0px;
}

    .header-bottomwrapper img {
        /*max-height:2.6em;*/
        /*max-width:90px;*/
        /*max-width: 280px;*/
        max-width: 75%;
        margin: auto;
    }

.header-banner {
    /*light
    background-color: #006caa;*/
    padding: 0px 0px;
    color: white;
    max-height: 50px;
}

/*
.header-banner .welcome {
    display:none;
}
*/

#middlelinks .welcome {
    display: none;
}

.header-banner a {
    color: white;
}

/*.header-banner a.status {*/
#middlelinks a.status {
    display: none;
}

.header-banner a:hover {
    color: silver;
}

.toplogos {
    display: none;
}

.mobilephone {
    display: block;
}

    .mobilephone a {
        color: white;
        text-decoration: none;
    }

#logo {
    /*width: 29%;*/
    width: 100%;
    float: left;
}

.mobilelogo {
    display: block;
    margin-left: 1vw;
}

.desktoplogo {
    display: none;
    margin-left: 1em;
}

.subnav, .translate {
    display: none;
    color: white;
    font-size: 0px; /* removing weird spacing from ul */
}

#contactus {
    width: 50%;
    float: left;
    text-align: center;
}

.contact {
    /*padding-top: 8px;*/
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#mainnav,*/ .phone {
    display: none;
}

.translate {
    text-align: right;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

/* hamburger menu */
#mobilemenu {
    display: block;
}

.hammenu {
    cursor: pointer;
    float: right;
    /*width: 15%;*/
    width: 45px;
    padding: 12px 3px;
    margin-right: 8px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    /*background-color: #333;*/
    margin: 3px 0;
    transition: 0.4s;
    float: right;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -5px);
    transform: rotate(45deg) translate(-9px, -5px);
}

/* end of hamburger menu */

/* end of header styles */

/* main content styles */
main {
    position: relative;
}

    main .content {
        padding: 5px 5px 50px 5px;
    }
        /* not is to make sure not to apply formatting to bootstrap 5 tabs */
        main .content li:not(.nav-item) {
            margin-bottom: 1em;
            font-size: 90%;
        }

        main .content ul li ul {
            margin-top: 1em;
        }

        main .content .contentwrapper {
            width: 100%;
            margin: 0;
        }

            main .content .contentwrapper iframe {
                width: 100%;
            }

    main a {
        text-decoration: none;
        word-wrap: break-word;
    }

        main a:hover {
            text-decoration: underline;
        }

        main a:focus {
            /*color:#0D83C6;*/
            border: solid 1px #0D83C6;
        }

.landingbanner {
    color: #303030;
    background-image: url('../media/design/front_banner.webp');
    /*background-size:cover;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position-y: -25%;*/
    min-height: 200px;
}

    .landingbanner h1 {
        position: absolute;
        padding: 0 0;
        color: white;
        padding: 0px 0px;
        width: 100%;
        margin: 0 0;
    }

    .landingbanner .text {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }

    .landingbanner .top {
        color: white;
        font-weight: bold;
        /*font-size: 250%;*/
        font-size: 315%;
    }

    .landingbanner .bottom {
        color: white;
        font-weight: bold;
        font-size: 150%;
    }

.landingvideo {
    position: relative;
    /*height: 170vh;*/
    min-height: 77vh;
    background-color: black;
    overflow: hidden;
    background-position: center 250px !important;
    z-index: 1;
    padding-bottom: 30em;
    padding-top: 4em;
}

    .landingvideo .content {
        position: relative;
        top: 0;
        left: 0;
        z-index: 150;
        text-align: left;
        width: 100%;
        color: white;
        padding-top: 0px;
        padding-bottom: 0px;
        background: transparent;
    }

        .landingvideo .content h1 {
            /*position: absolute;*/
            padding: 0 0;
            color: white;
            padding: 0px 0px;
            width: 100%;
            margin: 0 0;
            font-size: 50px;
        }

    .landingvideo .wrapper {
        background: url("/media/design/footer_img.png");
        width: 100%;
        position: absolute;
        bottom: 0;
        /*background-color: #707070;
                opacity: .7;*/
        height: auto;
    }

    .landingvideo .squared {
        float: left;
        /*padding: 40px 0px;*/
        width: 50%;
        color: white;
        margin-bottom: 2em;
    }

        .landingvideo .squared a {
            color: white;
            transition: all;
            text-decoration: none;
            font-size: 80%;
        }

        .landingvideo .squared img {
            width: 55px;
            height: 55px;
        }

        .landingvideo .squared:hover {
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .landingvideo .squarewrap {
        width: 100%;
        margin: auto;
    }


#toolsidenav, #mode {
    display: none;
}

.blogcontainer {
    background-color: #e0dede;
    padding: 2px 20px;
}

.form {
    width: 100%;
}


/* end of main content styles */

/* footer styles */

footer {
    width: 100%;
    /*background-color:#0D83C6;*/
    background-color: #353535;
    color: white;
    padding-bottom: 200px;
}

    footer .copyright {
        margin-bottom: 45px;
    }

        footer .copyright a {
            color: white;
            text-decoration: none;
        }

    footer .col {
        min-height: 0px;
    }

    footer .catheading {
        font-size: 120%;
        font-weight: bold;
    }

    footer .social {
        text-align: center;
    }

    footer .icon {
        margin-bottom: 10px;
    }

    footer ul {
        list-style: none;
        padding: 0;
    }

        footer ul li {
            padding: 10px 0;
        }

            footer ul li a {
                font-size: 100%;
                text-decoration: none;
                color: white;
                padding: 10px 0;
            }


/* end footer styles*/

/* grids */

[class*="col-"], .fpiconcol {
    width: 100%;
    position: relative;
    float: left;
    padding: 10px;
    /*border:solid 1px Silver;*/
    /* text-align:center;
        border:solid 1px red;
        make column heights same 
        padding-bottom:999px;
        margin-bottom:-999px;*/
}

.hdrrow {
    position: relative;
}

.hdractimg {
    display: block;
}

.rfloat {
    float: right;
}

.lfloat {
    float: left;
}

img.rfloat {
    padding-left: 1em;
}

img.lfloat {
    padding-right: 1em;
}

img.whitebg {
    background-color: white;
}

.row::after, .lfloat::after, .rfloat::after {
    content: "";
    display: table;
    clear: both;
}

/* end of grids */

/* tables */
.tablescroll {
    overflow-x: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    background-color: #33475B;
    color: white;
    font-size: 80%;
    padding: 10px;
}

tr:hover {
    background-color: Silver !important;
}

tr {
    border: 1px solid #dddddd;
}


td {
    font-size: 80%;
    padding: 10px;
    text-align: center;
}

/* set all ecwid tables to transparent background color so doesn't turn grey on hover*/
#store table tr:hover {
    background-color: transparent !important;
}

/* end of tables */

/* show content styles */
.btnclosed {
    height: 36px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.btnopen {
    height: auto;
    overflow: hidden;
}

.showinfo {
    padding: 7px;
}

.showinfotxt {
    padding: 5px 20px;
}

.plusminus {
    margin-right: .5em;
}

/* form styles to move placeholder text up to top of textbox when focus */
.textfields {
    position: relative;
    margin: 10px auto 10px auto;
}

.middle {
    width: 300px;
}

.textfields .textbox:focus {
    /*border: thin solid red;
    border-bottom: solid medium red;
    background-color: white;*/
}

.textfields label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    transition: 0.2s;
}

    .textfields label.centered {
        position: absolute;
        pointer-events: none;
        left: 10px;
        transition: 0.2s;
    }

    /*.textfields .textbox:focus ~ label, .textfields .textbox:valid ~ label, .textfields label.disabled*/
    .textfields .textbox:focus ~ label, .textfields .textbox:not(:placeholder-shown).textbox:not(:focus) ~ label, .textfields label.disabled {
        left: 15px;
        font-size: small;
        padding: 0 5px;
    }

        /*.textfields .textbox:focus ~ label.centered, .textfields .textbox:valid ~ label.centered*/
        .textfields .textbox:focus ~ label.centered, .textfields .textbox:not(:placeholder-shown).textbox:not(:focus) ~ label.centered {
            left: 10px;
            font-size: small;
            padding: 0 5px;
        }

/* end of form styles for placeholders */

/* NEW form style to move placeholder text up to top of textbox when focus */

.floatlabel .floating {
    /*margin-bottom: 2rem;*/
    /*background-color: var(--field__background);*/
    transition: background-color 0.2s ease;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*width: 300px;*/
    position: relative;
    margin: auto;
    margin-bottom: 1em;
}

    .floatlabel .floating:hover,
    .floatlabel .floating:focus-within {
        /*background-color: var(--field__background--hover);*/
    }

.floatlabel .floating_input {
    padding: 1.8rem 1rem 0.6rem;
    font-size: 1rem;
    /*border-bottom: 0.1rem solid var(--input__border);*/
    transition: border-color 0.2s ease;
    /*color: #0D83C6;*/
    border-radius: 15px;
}

.floatlabel .floating:hover .floating_input {
    /*border-color: var(--input__border--hover);*/
    border: solid 1px #70a200;
}

.floatlabel .floating_input::placeholder {
    color: rgba(0, 0, 0, 0);
}

.floatlabel .floating_label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 500;
    pointer-events: none;
}

.floatlabel label.centered {
    position: absolute;
    pointer-events: none;
    left: 10px;
    transition: 0.2s;
}

.floatlabel .floating_label::before {
    /*color: var(--label__color);*/
    content: attr(data-content);
    display: inline-block;
    filter: blur(0);
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 1rem;
    /*position: relative;*/
    position: absolute;
    color: #575757;
    font-size: 18px;
}

.floatlabel .long.floating_label::before {
    bottom: 1em;
    padding-top: 1em;
}

.floatlabel .floating_label::after {
    bottom: 1rem;
    content: "";
    height: 0.1rem;
    position: absolute;
    transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    opacity: 0;
    left: 1rem;
    top: 100%;
    margin-top: -0.1rem;
    transform: scale3d(0, 1, 1);
    width: 100%;
    /*background-color: var(--color__accent);*/
}

.floatlabel .floating_input:focus + .floating_label::after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.floatlabel .floating_input:placeholder-shown + .floating_label::before {
    transform: translate3d(0, -2.2rem, 0) scale3d(1, 1, 1);
}

.floatlabel .floating_label::before,
.floatlabel .floating_input:focus + .floating_label::before {
    transform: translate3d(0, -3.5rem, 0) scale3d(0.82, 0.82, 1);
}

.floatlabel .floating_input:focus + .floating_label::before {
    color: #0D83C6;
}


/* end of form styles for placeholders*/

/* end of show content styles*/

/* my account menu */
.dropdown-content, .dropdown-acct {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 5px 20px #006caa;
    z-index: 100;
    margin-top: 10px;
    right: 0;
}

.dropdown-acct {
    top: 32px;
    width: 170px;
    right: 7px;
}

.dropdown-search {
    display: none;
    position: absolute;
    background-color: #ececec;
    min-width: 160px;
    z-index: 100;
    margin-top: 6px;
    border-bottom: solid 2px black;
}

.searchddcontent {
    /*width: 50%;*/
    width: 100%;
    /*padding: 10px 5px;*/
    padding: 10px 0px;
    top: 40px;
    /*left: 10px;*/
    /*height: 60px;*/
    height: 65px;
    /*border: solid 1px Silver;
    box-shadow: 0px 5px 20px Black;*/
}

.searchbox {
    padding: 10px 12px;
    border-radius: 25px;
    border-width: 1px;
    margin-right: .5em;
    font-size: 18px;
}

.searchbtn {
    padding: 12px 7px;
    margin-bottom: 0px;
}

/* Links inside the dropdown */
.dropdown-content a, .dropdown-acct a {
    color: black;
    /*padding: 12px 16px;*/
    text-decoration: none;
    /*display: block;*/
    display: inline-block;
}

.dropdown-content a.mobilephone {
    display: inline-block;
}

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        /*background-color: #f1f1f1*/
    }

.dropdown-content li, .dropdown-acct li {
    padding: 10px 0px 10px 10px;
}
/* arrow at top of menu box */
.dropdown-content:before, .dropdown-acct:before {
    position: absolute;
    top: -10px;
    right: 70px;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 2;
}

.dropdown-acct:before {
    right: 19px;
}

.searchddcontent:before {
    left: 10px;
}

/* apply shadow to arrow */
.dropdown-content:after, .dropdown-acct:after {
    /* This is the shadow triangle */
    position: absolute;
    top: -12px;
    right: 68px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid Silver;
    z-index: 1;
}

.dropdown-acct:after {
    right: 17px;
}

.searchddcontent:after {
    left: 8px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.ddshow {
    display: block !important;
}

/* end of my account menu */

/* companies dropdown */

#company {
    font-size: 0px;
    padding: 0px;
    margin: 0px;
}

    #company ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #company ul li {
            display: inline-block;
            position: relative;
            background-color: #303030;
        }

            #company ul li a {
                display: block;
                /*padding: 10px 20px;*/
                text-decoration: none;
                color: white;
                font-size: .7vw;
                text-transform: uppercase;
            }

                #company ul li a:hover {
                    /*background-color: #303030;*/
                }

            #company ul li ul {
                /*display: none;*/
                height: 0px;
                overflow: hidden;
                position: absolute;
                background-color: #303030;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                top: 17px;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                /*border: 1px solid white;*/
            }

            #company ul li:hover ul {
                /*display: block;*/
                height: 200px;
            }

            #company ul li ul li {
                display: block;
                white-space: nowrap;
                padding-left: 10px;
            }

                #company ul li ul li a {
                    display: block;
                    padding: 10px 20px;
                    text-decoration: none;
                    color: white;
                    text-transform: none;
                    font-size: .8vw;
                }

                    #company ul li ul li a:hover {
                        text-decoration: underline;
                    }


/* end of companies dropdown */

/* misc styles */

.heading1 {
    font-family: "Arial Black";
    color: #33475B;
    /*font-size: 1.875em;*/
    /*font-size: 1.675em;*/
    font-size: calc(.75em + 3vw);
    line-height: 1.25em;
    letter-spacing: 0em;
    padding: 5px 0px;
}

.heading2 {
    font-family: "Arial";
    font-weight: bold;
    font-size: calc(1.5em + 1vw);
    line-height: 1.25em;
    letter-spacing: 0em;
    padding: 5px 0px;
}

.heading3 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 22px;
    line-height: 1.25em;
    letter-spacing: 0em;
}

.shopheading {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 1em;
}

.mhidden {
    display: none;
}

.dthidden {
    display: block;
}

p {
    font-size: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.nopad {
    padding: 0px;
}

.button {
    border: none;
    padding: 12px 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    font-weight: bold;
    border-radius: 25px;
    margin-bottom: 1em;
    color: white;
    text-transform: uppercase;
}

.matbtn {
    width: 80%;
}

.blue {
    background-color: #006caa;
}

.lightblue {
    background-color: #009ED2;
}

.fdarkblue {
    color: #33475B;
}

.flightblue {
    color: #009ED2;
}

/* green for contact us button in header only */
.green {
    background-color: #70A200;
}

.tertiary {
    border: solid 1px #0D83C6;
    color: #0D83C6;
    background-color: transparent;
}

    .tertiary:hover {
        background-color: #0D83C6;
        color: white;
        text-decoration: none;
    }

.graybg {
    background-color: #e0e0e0;
}

.center {
    text-align: center;
}

.smaller {
    font-size: 80%;
}

hr {
    border: 0;
    height: 2px;
    border-top: solid 1px #e2e2e2;
    margin: 30px 0px;
}

.industryicons {
    left: 0;
    padding: 50px;
    border: solid 1px Silver;
    border-bottom: none;
}

    .industryicons.last {
        border-bottom: solid 1px Silver;
    }

.cube {
    padding: 20px;
}

.wtioilhdr {
    background-color: #0D83C6;
    width: 198px;
    border: solid 1px black;
    color: white;
    text-align: center;
    padding: 5px;
}

.wtichart {
    border: solid 1px black;
    width: 198px;
}

.advtxt {
    width: 100%;
    margin-left: 0;
}

.textbox {
    padding: 15px;
    border-radius: 15px;
    border: solid 1px black;
}

/* Remove Chrome border when textbox has focus*/
input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.searchtextbox {
    padding: 5px;
}

.cookiewrapper {
    position: fixed;
    width: 100%;
    background-color: black;
    color: white;
    height: 230px;
    z-index: 100;
    bottom: 0;
    font-size: 14px;
    padding: 0px 10px;
}

.cookie {
    line-height: 1em;
    text-align: center;
}

.cookietext {
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
}

.cookiebtn {
    display: block;
    margin-left: 0em;
    margin-top: 5px;
}

.overlay {
    position: absolute;
    display: none; /*overlay element is hidden until jquery shows it*/
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0; /*absolutely position element covers entire page*/
    background: #939598;
    opacity: .5;
    height: 100%;
    z-index: 5;
}

.hilitetext {
    font-size: 14px;
    color: #b70005;
    background-color: #ffffcc;
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin-bottom: 10px;
    display: block;
    border: solid 1px #A67400;
}

/* account requirements */
.invalid {
    background: url(/media/design/red_x.png) no-repeat 0 50%;
    background-size: 12px;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    background: url(/media/design/checkmark.png) no-repeat 0 50%;
    background-size: 12px;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#pswd_info {
    padding: 0px 15px 15px 15px;
    font-size: .775em;
}

    #pswd_info li {
        padding: 0px 0px 0px 30px;
        margin-bottom: 3px;
    }

    #pswd_info ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.scrolltop, .scrollbottom {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.scrolltop {
    height: 20px;
}

.scrolltopinner {
    /*width:780px;*/
    height: 20px;
}

.filterwrapper {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
}

.closed {
    left: -300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.open {
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.filterbutton {
    display: block;
    padding: 12px 0px;
    background: url(/media/design/filter-icon.png) no-repeat left center;
    background-position-x: 20px;
    background-size: 20px 20px;
    padding: 12px 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    font-weight: bold;
    border-radius: 25px;
    margin-bottom: 1em;
    text-transform: uppercase;
    width: 150px;
    border: solid 1px #0D83C6;
    color: #0D83C6;
}

.searchheader {
    font-size: 22px;
}

.searchlinktext {
    color: green;
    overflow-wrap: break-word;
}

.searchitem {
    margin-bottom: 2em;
}

button {
    border: none;
}

    button ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        button ul li {
            --c: #0D83C6;
            /*color: var(--c);*/
            color: white;
            font-size: 14px;
            /*border: 1px solid var(--c);*/
            border: 1px solid #70A200;
            border-radius: 25px;
            width: 12em;
            /*height: 3em;*/
            text-transform: uppercase;
            font-weight: bold;
            font-family: sans-serif;
            letter-spacing: 0.1em;
            text-align: center;
            /*line-height: 3em;*/
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: border 2s;
            /*margin: 1em;*/
            margin: 5px 0px;
            padding: 10px 0px;
            background-color: #70A200;
        }

            button ul li span {
                position: absolute;
                width: 25%;
                height: 100%;
                /*background-color: var(--c);*/
                background-color: white;
                transform: translateY(150%);
                border-radius: 50%;
                left: calc((var(--n) - 1) * 25%);
                transition: 0.5s;
                transition-delay: calc((var(--n) - 1) * 0.1s);
                z-index: -1;
            }

            button ul li a {
                text-decoration: none;
                color: white;
                transition: color 1s;
            }

                button ul li a:hover {
                    color: #0D83C6;
                }

            button ul li:hover, button ul li:hover a {
                color: #0D83C6;
            }

            button ul li:hover {
                border: solid 1px #0D83C6;
                transition: 1s;
            }

                button ul li:hover span {
                    transform: translateY(0) scale(2);
                }

            button ul li span:nth-child(1) {
                --n: 1;
            }

            button ul li span:nth-child(2) {
                --n: 2;
            }

            button ul li span:nth-child(3) {
                --n: 3;
            }

            button ul li span:nth-child(4) {
                --n: 4;
            }

.progress-container {
    width: 100%;
    height: 8px;
}

.progress-bar {
    height: 8px;
    width: 0%;
}

.dhidden {
    display: none;
}

.box-header {
    color: white;
    padding: 5px;
    text-align: center;
}

.box-blue {
    background: #33475B;
}

.box-red {
    background: #FB4951;
}

.box-content {
    border: silver 1px solid;
    padding: 5px;
}

.faqsection {
    margin-left: 1em;
}


/* compare checkbox box  area on material pages */
.chkCompare td, .chkCurrent td {
    text-align: left;
    background-color: #ede9e9;
    border: none;
    position: relative;
}

.chkCompare, .chkCurrent {
    border-collapse: separate;
}

    .chkCurrent input[type="checkbox"]:disabled {
        background: red;
    }

    .chkCompare label, .chkCurrent label {
        position: absolute;
        top: 18px;
        left: 47px;
    }

    .chkCurrent label {
        font-size: 20px;
        font-weight: bold;
    }


    .chkCompare input[type='checkbox']:checked {
        background-color: rgba(112, 162, 0, .5);
        border: solid 3px rgba(112, 162, 0, .8);
    }

    .chkCurrent input[type='checkbox']:checked {
        background-color: rgba(0, 113, 188, .5);
        border: solid 3px rgba(13, 131, 198);
    }

        .chkCompare input[type='checkbox']:checked:after, .chkCurrent input[type='checkbox']:checked:after {
            content: '\2713';
            color: white;
        }

    .chkCompare input[type='checkbox'], .chkCurrent input[type='checkbox'] {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        width: 30px !important;
        height: 30px !important;
        appearance: none;
        border-radius: 10%;
        border: solid 3px #000;
        box-shadow: none;
        font-size: 1em;
    }
/* end compare checkbox box  area on material pages */

/* Material Comparison tool */
.chkMaterials td {
    text-align: left;
    background-color: #ede9e9;
    border: none;
    position: relative;
}

.chkMaterials {
    border-collapse: separate;
}

    .chkMaterials input[type="checkbox"]:disabled {
        background: Silver;
    }

    .chkMaterials label {
        position: absolute;
        top: 18px;
        left: 47px;
    }

    .chkMaterials label {
        font-size: 16px;
        font-weight: bold;
    }


.chkBlue input[type='checkbox']:checked {
    background-color: rgba(0, 113, 188, .5);
    border: solid 3px rgba(13, 131, 198);
}

.chkGreen input[type='checkbox']:checked {
    background-color: rgba(112, 162, 0, .5);
    border: solid 3px rgba(112, 162, 0, .8);
}

.chkMaterials input[type='checkbox']:checked:after, .chkCurrent input[type='checkbox']:checked:after {
    content: '\2713';
    color: white;
}

.chkMaterials input[type='checkbox'] {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px !important;
    height: 30px !important;
    appearance: none;
    border-radius: 10%;
    border: solid 3px #000;
    box-shadow: none;
    font-size: 1em;
}

/* end of Material Comparison tool */

/* Wealth Calculator */

.wealth-switch-button {
    background: rgba(51, 71, 91, 0.76);
    border-radius: 30px;
    overflow: hidden;
    width: 240px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: White;
    position: relative;
    padding-right: 120px;
    position: relative;
    margin-bottom: 10px;
}

    .wealth-switch-button:before {
        content: "Hourly";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }

.wealth-switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

    .wealth-switch-button-checkbox:checked + .wealth-switch-button-label:before {
        transform: translateX(120px);
        transition: transform 300ms linear;
    }

    .wealth-switch-button-checkbox + .wealth-switch-button-label {
        position: relative;
        padding: 15px 0;
        display: block;
        user-select: none;
        pointer-events: none;
    }

        .wealth-switch-button-checkbox + .wealth-switch-button-label:before {
            content: "";
            background: #0D83C6;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 30px;
            transform: translateX(0);
            transition: transform 300ms;
        }

        .wealth-switch-button-checkbox + .wealth-switch-button-label .wealth-switch-button-label-span {
            position: relative;
        }

/* end of Wealth Calculator */

.letterfill {
    background-color: #CCCCCC;
    color: black;
    font-weight: bold;
    padding: 10px 20px 11px 20px;
    width: 60px;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #0D83C6;
    border-radius: 50%;
    display: inline-block;
}

/* google recaptcha center */
.g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

/* product mouse rollover */
.productroll .rollover {
    padding: 1em 0px;
    border-bottom: 1px solid black;
    position: relative;
}

.productroll .icon {
    position: absolute;
    right: 20px;
    top: 28px;
}

.productroll .roll {
    display: none;
    /*min-height: 500px;*/
}

    .productroll .roll img {
        width: 300px;
        margin-top: 1em;
    }

.productroll .rollshow {
    display: block;
}

    .productroll .rollshow p {
        font-size: 15px;
    }

.productroll .rollbold {
    font-weight: bold;
}

/* end product mouse rollover */

/* image hotspots */
.lg-hotspot {
    position: absolute;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.lg-hotspot_button {
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 100%;
    border: solid 1px red;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 999;
    animation: button-pulse 2s ease-in-out infinite;
    cursor: pointer;
}

@keyframes button-pulse {
    0% {
        transform: scale(1,1);
        opacity: 1;
    }

    40% {
        transform: scale(1.15, 1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.lg-hotspot_button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: solid 2px white;
    background-color: #009ED2;
    transition: border-color 1s linear;
}

.lg-hotspot_label, .lg-hotspot-top-left {
    top: 7px;
    left: 7px;
}

.lg-hotspot_label {
    position: absolute;
    /*padding: 0 0 1.1em 0;*/
    width: 21em;
    max-width: 50vw;
    background-color: white;
    box-shadow: 2px 2px 8px black;
    font-size: 14px;
    line-height: 1.45em;
    z-index: -1;
    border-radius: 2px;
    user-select: none;
    opacity: 0;
    transition: all 0.1s linear;
    border: solid 1px silver;
}

    .lg-hotspot_label h4 {
        margin: 0;
        padding: .65em 24px;
        background-color: #555555;
        font-size: 1.1em;
        font-weight: normal;
        letter-spacing: .02em;
        color: white;
        border-radius: 2px 2px 0 0;
    }

    .lg-hotspot_label p {
        margin: 0;
        /*padding: 1.1em 24px 0 24px;*/
        padding: 18px;
        color: #0D83c6;
    }

.lg-hotspot--selected {
    z-index: 1;
}

    .lg-hotspot--selected .lg-hotspot_label {
        opacity: 1;
    }

/* end of image hotspots */

/* end of misc styles */
@media (min-width:1340px) {
    .header-bottomwrapper {
        padding: 5px 70px;
    }

    .advtxt {
        width: 80% !important;
        margin-left: 11%;
    }
}
/* tablet screens */
/*@media (min-width:600px) {*/
@media (min-width:768px) {
    /* grids */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }

    [class*="col-"] {
        /*text-align: left;*/
    }

    /* end of grids */

    /* header styles */
    /*#mainnav {
            /*float: left;
        width: 60%;
        display: block;
            display: none;
        }*/

    header {
        /*position: fixed;*/
        z-index: 100;
        width: 100%;
        transition: top 0.2s ease-in-out;
    }

    .header-bottomwrapper img {
        max-width: 50%;
    }

    /*
        .header-banner .welcome {
            color: white;
            cursor: pointer;
            display:block;
        }
        */

    #middlelinks .welcome {
        /*cursor: pointer;
        display: block;*/
        display: none;
    }

    /*.header-banner a.status {*/
    #middlelinks a.status {
        text-decoration: none;
        margin-left: 2em;
        display: block;
    }

    .contactus {
        text-align: left;
    }

    .contact {
        justify-content: left;
        margin-left: 1em;
    }

    .mobilelogo {
        display: block;
    }

    .desktoplogo {
        display: none;
    }

    .dropdown-content a.mobilephone {
        display: inline-block;
    }

    .mobilephone {
        display: block;
    }

    #mobilemenu {
        display: block;
    }

    /* header styles end */

    /* Content styles */
    main {
        /*padding-top: 216px;*/
    }

    #toolsidenav {
        display: none;
    }

    .form {
        width: 100%
    }

    .landingbanner {
        background-position-y: 150px;
    }

    .landingbanner h1 {
        line-height: normal;
        font-size: 2.5em;
        padding: 0px 200px;
    }

    .landingbanner .top {
        font-size: 300%;
    }

    .landingbanner .bottom {
        font-size: 200%;
    }

    .landingvideo {
        min-height: 65vh
    }

    /* End of Content Styles */

    /* footer styles */
    footer .col {
        min-height: 640px;
    }

    footer .social {
        text-align: center;
    }

    /* end of footer styles */

    /* hamburger menu */
    .hammenu {
        /*width: 8%;*/
        width: 45px;
    }

    /* end hamburger menu */

    /* misc styles */
    .mhidden {
        display: none;
    }

    .industryicons {
        left: 0;
        padding: 30px;
        border: none;
        font-size: 80%;
    }

        .industryicons.last {
            border-bottom: none;
        }

    .cookiewrapper {
        height: 140px;
    }

    .cookiebtn {
        display: block;
        margin-left: 0em;
    }

    /* end of misc styles */
}

/* end of tablet screens */

/* Desktop screens */
/*@media (min-width:820px) {*/
@media (min-width:1200px) {
    body {
        font-size: 18px;
    }

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    /* landing page industries icons */
    .fpiconcol {
        width: 13.33%;
    }

    /* header styles */

    #logo {
        width: 20%;
    }

    /*#mainnav {
            float: left;
            width: 65%;
            display: block;
        }*/

    #middlelinks {
        float: left;
        width: 65%;
        display: block;
        position: relative;
        min-height: 103px;
    }

    #contactus {
        width: 15%;
        float: right;
        text-align: right;
    }

    .contact {
        /*min-height: 85px;*/
        align-items: center;
        justify-content: center;
    }

    header {
        position: fixed;
        z-index: 100;
        width: 100%;
        transition: top 0.2s ease-in-out;
    }

    .header-topwrapper {
        /*max-height: 100%;*/
        max-height: 35px;
    }

    .header_topwrapper a {
        text-decoration: none;
        color: white;
    }

    .header-topwrapper img {
        width: 65px;
        height: auto;
        margin-right: 10px;
    }

    .header-bottomwrapper {
        /*light*/
        background-color: white;
    }

        .header-bottomwrapper img {
            max-width: 95%;
        }

    .header-banner {
        padding: 0px 70px;
    }

    /*
        .header-banner .welcome {
            color: white;
            cursor: pointer;
            display:block;
        }
        */

    #middlelinks .welcome {
        cursor: pointer;
        display: block;
    }

    /*.header-banner a.status {*/
    #middlelinks a.status {
        text-decoration: none;
        margin-left: 2em;
        display: block;
    }

    .mobilelogo {
        display: none;
    }

    .desktoplogo, .phone {
        display: block;
        padding-right: 65px;
    }

    .subnav, .translate {
        display: block;
    }

    .toplogos {
        text-align: left;
        display: block;
    }

    .dropdown-content a.mobilephone {
        display: none;
    }

    .mobilephone {
        display: none;
    }

    #mobilemenu {
        display: none;
    }

    .subnav ul, .translate ul, .nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }


        .subnav ul li, .translate ul li, .nav ul li {
            display: inline-block;
        }

    /* not is to not apply formatting to bootstrap 5 tabs */
    .subnav li a, .translate li a, .nav li a:not(.nav-link) {
        color: white;
        font-size: .7vw;
        padding: 5px 14px 3px 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

    /*#mainnav {
            position: relative;
        }*/

    /*
    #mainnav.nav ul {
        background-color:silver;
    }

    #mainnav.nav ul ul {
        display: none;
        position:absolute;
        top:60px;
        z-index:100;
    }

    #mainnav.nav li:hover > ul {
        display:block;
    }

    #mainnav.nav ul ul li {
        display:list-item;
        position:relative;
    }

    #mainnav.nav ul {
        position:absolute;
        bottom:13px;
        left:15%;
    }

    .nav li a {
        color: black;
        font-size: calc(.02em + 1vw);
    }
*/
    .subnav a:hover, .translate a:hover, .nav a:hover {
        color: silver;
    }

    main .content {
        padding: 0px 70px;
        padding: 0px 70px 70px 70px;
    }

    .phone {
        /*margin-bottom: 17px;*/
        padding-top: 25px;
    }
    /* end of header styles */

    /* Content Styles */
    main {
        padding-top: 216px;
    }

        main .content .contentwrapper {
            width: 73%;
            margin: 0 auto;
        }

    .landingbanner {
        background-size: cover;
        /*background-repeat: repeat;*/
        background-attachment: scroll;
        /*background-position: center;*/
        /*background-position-y: -187px;*/
        background-position-y: 0px;
    }

        .landingbanner h1 {
            /*padding: 0px 70px;*/
            position: absolute;
            line-height: 1.5em;
            padding: 10px 200px;
            font-size: 3em;
            /*width: 73%;
            margin: 0 auto;*/
        }

        .landingbanner .top {
            font-size: 400%;
        }

        .landingbanner .bottom {
            font-size: 250%;
        }

    .landingvideo .wrapper {
        height: 6em;
    }

    .landingvideo {
        padding-bottom: 10em;
        min-height: 77vh;
    }

        .landingvideo .squared {
            width: 12.33%;
        }

            .landingvideo .squared img {
                width: 45px;
                height: 45px;
            }

        .landingvideo .squared {
            margin-bottom: 0px;
        }

        .landingvideo .squarewrap {
            width: 75%;
            margin: auto;
        }

    #toolsidenav {
        display: block;
        position: fixed;
        right: 0;
        /*top: 200px;*/
        top: 36%;
        /*height: 265px;*/
        height: 490px;
        width: 80px;
        /*background-color: #006caa;*/
        /*background-color: white;*/
        margin-top: 1em;
        border-radius: 85px;
        padding-top: 10px;
        text-align: center;
        /*border: solid 2px #006caa;*/
    }

    #mode {
        display: block;
    }

    #toolsidenav p {
        line-height: 20px;
    }

    #toolsidenav a {
        font-size: 14px;
    }

        #toolsidenav a:hover {
            opacity: .8;
        }

    .form {
        width: 60%;
    }

    /* End of Content Styles */

    /* myaccount */
    .searchddcontent {
        /*
        width: 550px;
        left: 456px;
        height: 60px;
        border: solid 1px Silver;
        box-shadow: 0px 5px 20px Black; */
    }

    .dropdown-search {
        border-bottom: none;
    }

    .searchbox {
        width: 75%;
        float: left;
    }

    .searchbtn {
        padding: 12px 13px;
    }

    /* end of myaccount */

    /* footer styles */

    footer {
        /*padding: 5px 70px;
            margin-bottom:50px;*/
        padding: 5px 70px 50px 70px;
    }

    footer .social {
        text-align: left;
    }

        footer .col {
            min-height: 440px;
        }

        footer ul li a {
            font-size: 14px;
        }


    /* end of footer styles*/

    /* misc styles */
    .mhidden {
        display: block;
    }

    .dthidden {
        display: none;
    }

    .heading1 {
        /*padding: 25px 0px;*/
        padding-top: 0px;
        color: white;
        font-size: calc(.75em + 1vw);
    }

    .heading2 {
        font-size: calc(.4em + 1vw);
    }

    .hdrtext, .hdrimg {
        border: solid 1px Black;
    }

    .hdrtext {
        border-right: none;
    }

    .hdrrow {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    p {
        font-size: 16px;
        line-height: 27px;
        padding-left: 5px;
    }

    .vcenter {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .industryicons {
        /*left: 7%;*/
        left: 1%;
        padding: 20px 0;
        border: none;
    }

        .industryicons.last {
            border-bottom: none;
        }

    .cookiewrapper {
        height: 90px;
    }

    .cookietext {
        margin-top: 1%;
    }

    .cookiebtn {
        display: inline-block;
        margin-left: 1em;
    }

    .filterwrapper {
        width: 73%;
    }

    .dhidden {
        display: block;
    }

    /* end of misc styles */
}

/* end of Desktop screens */


