﻿
:root {
    --bg-color: #fbfbfb;
    --border-color: #666666;
    --btn-color: #000000;
    --header-bg-color: #fbfbfb;
    --menu-btn-color: #000000;
    --menu-bg-color: #e9f6ff; /*#f2f9fd;*/
    --mega-bg-color: #e9f6ff; /*#f2f9fd;*/
    --color-red: #e73845;
    --color-teal: #9dd0c8;
    --color-med-blue: #457b9d;
    --color-drk-blue: #1d3557;
    --color-off-white: #fbfbfb;
    --color-light-blue: #e2e9ec;
}

html, body {
    padding: 0;
    margin: 0px;
    font-family: 'Noto Sans';
    font-size: 1em;
    background-color: #e2e9ec;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#spinner {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000;
}

#errorMessage {
    margin: 0 auto 0 auto;
    width: fit-content;
    color: red;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1em;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.breadcrumbs-wrapper {
    
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    z-index: 2000;
}

    /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
    .breadcrumbs-wrapper::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for Firefox */
.breadcrumbs-wrapper {
    scrollbar-width: none;
}

/* Hide scrollbar for Edge and older IE */
.breadcrumbs-wrapper {
    -ms-overflow-style: none;
}

.breadcrumbs {
    padding: 10px 0px 0px 25px; /* Space for fade effect */
    font-size: 0.95rem;
    color: #cccccc;
    background-color: #1b3766;
}

    .breadcrumbs .current {
        color: #cccccc;
        pointer-events: none;
        cursor: default;
    }

    .breadcrumbs a:link,
    .breadcrumbs a:visited,
    .breadcrumbs a:active {
        color: #cccccc;
        text-decoration: none;
    }

    .breadcrumbs a:hover {
        color: #ffffff; /* or whatever hover color you prefer */
        text-decoration: underline;
    }

.field-icon {
    float: right;
    margin-top: -25px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.login-left {
    width: 200px;
    margin: 0 -12px 0 0;
    display: inline-block;
    float: left;
}

.search {
    position: absolute;
    right: 0;
    top: 116px;
    width: fit-content;
    padding: 30px;
    z-index: 10000;
    background-color: #fbfbfb;
    border: 1px solid #333333;
    text-align: center;
    height: fit-content;
    display: none;
}

.btnsearch {
    clear: both;
    width: fit-content;
    margin: 20px auto 0 auto;
}

.user-badge {
    background-color: #0b6fe9;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    margin: 0 10px 0 10px;
}

.user-login {
    max-height: 36px;
    height: 36px; /* Fixed height */
    width: auto;
    margin: 0 5px 0 5px;
}

.cart-icon {

}

.cart-badge {
    margin-bottom: 20px;
    margin-left: -6px;
    background-color: #1b3766;
    color: white;
    border-radius: 50%;
    padding: 4px 7px;
    font-size: 10px;
    z-index: 5000;
}

.cart-pnl-qty {
    display: inline;
}

.cart-btn-link {
    background: none;
    border: none;
    padding: 0;
    color: mediumblue;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 5px;
    width: 200px;
    display: inline;
}

.cart-button-minus {
    background-color: transparent;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 0px none #c0c0c0;
    outline: none;
    cursor: pointer;
    font-size: 1.25em;
    line-height: 30px;
}

.cart-button-plus {
    background-color: transparent;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 0px none #c0c0c0;
    outline: none;
    cursor: pointer;
    font-size: 1.25em;
    line-height: 30px;
}

.cart-add-padding {
    padding: 2px 6px 3px 6px;
}

.carth3 {
    display: block;
    font-size: 1.17em; /* Relative to the parent element */
    margin-top: 1em;
    margin-bottom: 0;
    font-weight: bold;
}

.cart-product-image {
    display: block;
    max-width: 100px;
    margin-top: -5px;
    margin-bottom: 8px;
    height: auto;
}

.cart-image-link {
    display: inline-block;
}

.cart-top-minus {
    margin-top: -16px;
}

.cart-item {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: solid 1px #666666;
}

.cart-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Keeps the two divs on the same line with space between them */
    align-items: center; /* Vertically centers the items */
}

.cart-left {
    display: flex;
    padding: 5px;
    align-items: center; /* Vertically centers the items */
    width: fit-content;
}

.cart-right {
    width: fit-content;
}

.cart-qty {
    display: inline-block;
    border: 1px solid #C0C0C0;
    font-size: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -4px;
    margin-right: -4px;
    line-height: 32px;
}


.carth4 {
    font-size: 1.17em; /* Relative to the parent element */
    margin-bottom: 4px;
    font-weight: bold;
}

.cart-vert-align {
    height: fit-content;
    vertical-align: middle;
    margin-right: 10px;
}

.cart-totalbar {
    padding: 1px 0px 1px 0px;
    width: 100%;
    text-align: center;
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold
}

.checkout-btn-place-order {
    text-align: center;
}

.address-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.shipping-address-box {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 250px; /* Adjust the width as needed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.default-address {
    border-color: Black;
    border-width: 2px;
}

    .default-address::after {
        content: "Default Address";
        position: absolute;
        top: 5px;
        right: 5px;
        color: Red;
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 3px;
    }

.default-billing {
    border-color: Black;
    border-width: 2px;
}

    .default-billing::after {
        content: "Default Billing";
        position: absolute;
        top: 5px;
        right: 5px;
        color: Red;
        padding: 2px 5px;
        font-size: 12px;
        border-radius: 3px;
    }

.address-link-button {
    font-size: .9em;
}

.order-parent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    z-index: 30000; /* high z-index to ensure it appears above all other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-centered-div {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
}

.order-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
}

.order-column-invisible {
    display: none;
}

#OrdersGridView tr.selected {
    font-weight: bold;
    color: white;
    background-color: #f8f596; /* Highlight color */
}

/* Default row style */
#OrdersGridView tr {
    font-weight: normal;
    color: black;
    background-color: white;
}

.order-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.order-history-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    background-color: #666666;
}

.order-history-summary {
    border: 1px solid #666666;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.order-history-card {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
}

.order-history-header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    background-color: #f7f7f7;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

    .order-history-header > div {
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center content vertically */
        align-items: flex-start; /* Align content to the left */
        text-align: left; /* Align text to the left */
    }

        .order-history-header > div:last-child {
            justify-content: center;
            align-items: flex-end;
        }


.order-history-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-history-item {
    border-bottom: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 16px;
    background-color: #fafafa;
}

.order-history-status-section {
    margin-bottom: 12px;
}

.order-history-status-panel {
    font-size: .9em;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.order-history-item-content {
    display: flex;
    align-items: center; /* Vertically center image and text */
    gap: 20px;
    margin-top: 10px;
}

.item-history-image img,
.item-history-image {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.order-history-item-info {
    flex: 1;
}

.order-history-btn {
    padding: 5px 8px;
    font-size: 16px;
    color: #fbfbfb;
    background-color: green;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
}

    .order-history-btn:link, .btn-cart:visited, .btn-cart:hover, .btn-cart:active {
        color: #fbfbfb;
    }

.order-history-product-sku,
.order-history-product-quantity,
.order-history-product-price {
    font-size: 0.9em;
    color: #333333;
}

.order-history-button-small {
    font-size: .9em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 8px 6px 8px;
    margin: 0px 0px 4px 0px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    border: none;
    background: green;
    border-radius: 5px;
}

    .order-history-button-small:link {
        color: #ffffff;
    }

    .order-history-button-small:visited {
        color: #ffffff;
    }


    .order-history-button-small:active {
        top: 3px;
        left: 3px;
    }

    .order-history-button-small:hover {
        animation: bubble 150ms;
        transform: scale(1);
    }

    /* Active page highlight */
.order-history-button-active {
    background-color: darkgreen;
    position: relative;
    box-sizing: border-box;
}

    .order-history-button-active::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border: 1px solid white;
        border-radius: 3px;
        pointer-events: none; /* so it doesn't interfere with mouse events */
    }

.order-history-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.order-history-search > div {
    flex: 0 0 auto;
}

.order-history-nowrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    align-items: center;
}

.form-group {
    display: flex;
    flex-direction: column;
    clear: both;
    margin-bottom: 20px;
    min-width: 300px;
}

    .form-group label {
        margin-bottom: 2px; /* Increase margin for better spacing */
        font-weight: bold;
    }

.form-check {
    display: flex;
    align-items: center;
}

.form-control {
    max-width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-buttons {
    display: flex;
    justify-content: space-between;
}

.required {
    color: red;
    margin-left: 5px;
}

.password-container {
    display: flex;
    align-items: center;
}

.strength-bar {
    display: inline-block;
    margin-left: 10px;
    max-width: 75px;
    width: 75px;
    height: 10px;
    background-color: #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}

    .strength-bar #strengthIndicator {
        height: 100%;
        width: 0%;
        transition: width 0.5s;
    }

#strengthIndicator.weak {
    width: 20%;
    background-color: #ff6f61;
}

#strengthIndicator.fair {
    width: 40%;
    background-color: #ff9f40;
}

#strengthIndicator.good {
    width: 60%;
    background-color: #ffbf40;
}

#strengthIndicator.strong {
    width: 80%;
    background-color: #99cc00;
}

#strengthIndicator.very-strong {
    width: 100%;
    background-color: #33cc33;
}

.btn-cart-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 20px 20px -4px;
}
.btn-cart {
    display: inline-block;
    padding: 5px 8px;
    font-size: 16px;
    color: #fbfbfb;
    background-color: green;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
    flex: 1 1 auto;
    max-width: 150px;
}

    .btn-cart:link, .btn-cart:visited, .btn-cart:hover, .btn-cart:active {
        color: #fbfbfb;
    }

.form-text {
    display: block;
    margin-top: 5px;
    font-size: 0.875em;
    color: #6c757d;
    max-width: 300px;
}

.text-muted {
    color: #6c757d;
}

.form-rounded-border {
    border: 1px solid #333333; /* Border color and thickness */
    border-radius: 10px; /* Adjust the value for more or less rounded corners */
    padding: 5px 20px 20px 20px; /* Add some padding inside the div */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for a 3D effect */
    margin: 20px; /* Optional: Add margin around the div */
    flex: 1 1 45%; /* Adjust the flex-basis to be less than 50% to include margins */
    max-width: fit-content; /* Set a maximum width to prevent stretching */
}

.form-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between divs */
    justify-content: center; /* Center the items horizontally */
    max-width: fit-content;
}

.italic {
    font-style: italic;
}

.centered {
    text-align: center;
}

.centered-div {
    width: fit-content;
    margin: 0 auto 0 auto;
}

.button-container {
    white-space: nowrap;
}

    .button-container span {
        display: inline-block;
    }

.width-fit {
    width: fit-content;
    height: fit-content;
}

.flexctrvert {
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
}

.flexctrfitvert {
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    height: fit-content;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.nowrap {
    white-space: nowrap;
}

.gap-top-minus {
    margin-top: -20px;
}

.divlines {
    border-top: 2px solid #333333;
    margin-top: 20px;
}

.divlines-both {
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
}

.masterdiv {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #1b3766;
}

.footerdiv {
    color: white;
    background-color: var(--color-drk-blue);
    border-top: 1px solid #000000;
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.textright {
    text-align: right
}

.nodisplay{
    display: none;
}

dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

dt {
    float: left;
    clear: left;
    display: inline-block;
    width: 110px;
    line-height: 140%;
    white-space: nowrap; 
    margin-right: 10px;
}

dd {
    float: left;
    margin: 0;
    padding: 0;
}

.subpageblueheader {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0px;
    background-color: #1b3766;
}

.subpagetitle {
    margin: 0px  5% 40px  0;
    top: 0px;
    font-size: 5.5em;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1em;
    max-width: 100%;
    font-variant-caps: small-caps;
}

.subpagecontainer {
    position: relative;
    top: 0px;
    padding: 5px 25px 25px 25px;
    z-index: 1000;
}

.subpageprint {
    top: 0px;
    height: 56px;
    position: relative;
    z-index: 1500;
    padding: 0px 25px 0 25px;
    max-width: 1250px;
    margin: 0px auto 0 auto;
}

.btnprint {
    float: right;
    margin-right: -25px;
    margin-top: 10px;
}

.subpagepaper {
    top: -50px;
    position: relative;
    z-index: 1000;
    padding: 20px 40px 25px 40px;
    max-width: 1220px;
    min-height: 600px;
    margin: 0px auto 0 auto;
    background-color: #ffffff;
    border: 1px solid #999999;
    box-shadow: 5px 5px 7px -3px rgba(0,0,0,0.62);
}

.printlogo {
    display:none;
}

.subpageprintarea {
    width: 100%;
    min-height: 600px;
    margin: 20px auto 0 auto;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

    .subpageprintarea :nth-child(1) {
        order: 1;
    }

    .subpageprintarea :nth-child(2) {
        order: 2;
    }

    .subpageprintarea :nth-child(3) {
        order: 3;
    }

.repeaterprintarea {
    max-width: 1250px;
    margin: 20px auto 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .repeaterprintarea :nth-child(1) {
        order: 1;
    }

    .repeaterprintarea :nth-child(2) {
        order: 2;
    }

    .repeaterprintarea :nth-child(3) {
        order: 3;
    }

.imagediv {
    width: 400px;
    max-height: 400px;
}

.productpic {
    max-width: inherit;
    max-height: inherit;
    height: inherit;
    width: inherit;
    object-fit: contain;
}

.buydiv {
    float: left;
    margin-top: 25px;
}

.productdownloads {
    margin-bottom: -10px;
}

/*
****************************** Start Barriers Pages ***********************
*/

.barrierpic {
    float: right;
    width: fit-content;
    margin-left: 25px;
}

.barrierfilter {
    margin: 20px auto 0 auto;
    width: fit-content;
}
/*
****************************** Start Labels Page ***********************
*/
.lblflex {
    width: fit-content;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.lblheader {
    flex: 1;
    min-width: 400px;
    margin-top: -25px;
    margin-bottom: -15px
}

.lblheaderpic {
    float: right;
    margin-top: -10px;
    margin-left: 25px;
}

.lblfilter {
    flex: 1;
    width: fit-content;
    max-width: fit-content;
    min-width: fit-content;
    height: fit-content;
    min-height: 250px;
    white-space: nowrap;
    padding: 5px 25px 25px 25px;
    border: solid thin #666666;
    border-radius: 10px;
    background-image: url('/images/bgnd/blue-16x500.png');
    background-repeat: repeat-x;
    background-size: contain;
    margin: 0 0 25px 0;
}

    .lblfilter h2 {
        margin: 0 0 20px 0;
        padding: 0;
        color: #ffffff;
    }

    .lblfilter dt {
        margin: 5px 0 15px 0;
        float: left;
        clear: left;
        width: 100px;
    }

    .lblfilter dd {
        margin: 0px 0 15px 0;
    }

.lblfilterdiv {
    white-space: nowrap
}

.lblline {
    width: 100%;
    border-bottom: solid thin #666666;
}

.lblnomatch {
    margin: 40px auto 0 auto;
    width: 100%;
    text-align: center;
}

.lblrepeater {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding-bottom: 25px;
    border-bottom: solid thin #666666;
}

.lblproductid {
    display: none;
}

.lblproductname {
    padding: 0;
    margin: 25px 0 15px 0;
}

.lblprice {
    margin: 0px 0 50px 0;
    text-align: center;
}

.lblpanel {
    flex: 0;
    padding: 0 30px 0 30px;
    min-width: fit-content;
    margin: 15px 0 15px 0;
}

/*
****************************** Start Custom Labels Page ***********************
*/

.c-lblcontactinfo {
    margin-bottom: 10px;
    padding: 25px 0 25px 0;
    width: 100%;
    display: inline-block;
    height: fit-content;
    border-bottom: solid thin #666666;
    border-style: solid none solid none;
    border-width: thin;
    border-color: #666666;
}

.btnsendquote
{
    margin-top: -10px;
}

.c-lblquoteid {
    display: inline-block;
    white-space: nowrap;
    font-weight: bold
}

.c-lblline {
    border-bottom: solid thin #666666;
    margin-bottom: 10px;
}

.c-lblddltype {
    margin: 0 auto 0 auto;
    width: fit-content;
    height: fit-content;
}

.c-lblpnl {
    float: left;
    white-space: nowrap
}

.c-lblddl {
    margin-top: 10px;
}

.c-lblimg {
    margin: 40px 0 35px 0;
    text-align: center;
}

.c-lblmsgsendinfo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.c-lblmsgsendframe {
    box-shadow: 7px 7px 10px -3px rgba(0,0,0,0.62);
    background-color: #ffffff;
    border: thin solid #808080;
    margin: 0 auto 0 auto;
    width: 300px;
    height: fit-content;
    flex: 0;
}

.c-lblmsgsendtitle {
    padding: 6px 0 6px 0;
    background-color: #1d3557;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    width: 100%
}

.c-lblmsgsendtext {
    padding: 20px 40px 40px 40px;
}

.c-lblprompt {
    display: inline-block;
    width: 50px;
    text-align: right;
}
/*
****************************** Start Signs Page ***********************
*/

.cusomttextpanel {
    width: 95%;
    display: none;
}

.wrongproduct {
    margin-top: 150px;
    width: 100%;
    text-align: center;
}

.text-ddl {
    margin-top: 20px;
}
/*
****************************** Start Product Page ***********************
*/
.fade-in-image {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.productpicframe {
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    flex: 0;
}

.productthumbnails {
    clear: both;
    width: 400px;
    margin-top: 10px;
}

.productthumbnailpic {
    float: left;
    border: solid 1px #c0c0c0;
    width: 50px; 
    height: 50px;
}

    .productthumbnailpic:link, .productthumbnailpic:active, .productthumbnailpic:visited {
        border: solid 1px #c0c0c0;
    }

    .productthumbnailpic:hover {
        animation: lnk-bubble 200ms;
        transform: scale(1);
        border: solid 1px #000000;
        cursor: pointer;
    }

.productinfoframe {
    margin-top: 0;
    min-width: 350px;
    flex: 1;
}

    .productinfoframe h1 {
        margin-top: 0;
        
    }

    .productsku {
        margin-top: -15px
    }

.productdescription {
    clear: both;
    width: 100%;
    margin-top: -40px;
}

    .productdescription img {
        max-width: 350px;
    }

.productinfobtn {
    margin-top: -40px;
    margin-right: -25px;
}

.productpanel2xfield {
    width: 150px
}

.anyquestions {
    margin-top: 30px;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #999999
}

.productsupportframe {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap:25px;
}

.productsupportitem {
    width: fit-content;
    bottom: 0;
    border: 1px solid #000000;
    margin-bottom: 25px;
    padding: 10px;
    white-space: nowrap;
    background-color: #FFFFFF;
}

.productsupportitempic {
    display: block;
    margin-right: 20px;
    outline: 1px solid #999999;
    float: left;
    width: 140px;
    height: 175px;
}

.productsupportvcardframe {
    float: right;
    text-align: center;
}

.productsupportvcardname {
    margin: -5px 0px 4px 0px
}

.productsupportvcardtitle {
    margin: -0px 0px 0px 0px
}

.productsupportvcardtext {
    margin: 10px auto 5px auto
}

.productsupportvcardqr {
    height: 117px;
    display: block;
    margin: 0px auto 0px auto
}

.productsupportvcardphoneframe {
    padding: 5px 0px 0px 0px;
    width: stretch;
    clear: both;
    text-align: center;
}

.productsupportvcardphone {
    margin: 5px;
}

.productsupportemailtitle {
    margin: -5px 0px 8px 0px
}

.counter {
    width: 150px;
    margin: -40px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .counter input {
        width: 50px;
        border: 1px solid #C0C0C0;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        appearance: none;
        outline: 0;
        margin: 0 -1px 0 -1px;
        background-color: #ffffff;
    }

    .counter span {
        display: block;
        font-size: 25px;
        padding: 0px 10px 2px 10px;
        cursor: pointer;
        user-select: none;
        border: 1px solid #C0C0C0;
        background-color: #ffffff;
        line-height: 30px;
    }

.cartcounter {
    width: 75px;
    margin: 0px 0 0 0;
    display: flex;
    align-items: normal;
    justify-content:left;
}

    .cartcounter input {
        width: 25px;
        border: 1px solid #C0C0C0;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        appearance: none;
        outline: 0;
        margin: 0 -1px 0 -1px;
        background-color: #ffffff;
        cursor: pointer;
    }

    .cartcounter span {
        display: block;
        font-size: 20px;
        padding: 0px 10px 2px 10px;
        user-select: none;
        border: 1px solid #C0C0C0;
        background-color: #ffffff;
        line-height: 30px;
    }

.left {
    float:left
}

.flexleft {
    justify-content: left;
}

.right {
    float: right;
}

.flexright {
    justify-content: right;
}

.gap-left {
    margin-left: 25px;
}

.gap-right {
    margin-right: 25px;
}

.gap-top {
    margin-top: 20px;
}

.gap-bottom {
    margin-bottom: 20px;
}

.calc-gap-right {
    margin-right: 25px;
}

a:link, a:active, a:hover, a:visited {
    color: mediumblue;
    text-decoration: none;
}

a:hover {
    color: mediumblue;
    text-decoration: underline;
}

ul {
    list-style-type: square;
}

ul li {
    list-style-position: outside;
    margin-bottom: 10px;
}

ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol li {
        margin: 0;
        padding: 4px 0 0 0;
        list-style-type: none;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

h1 {

}
   

h2 {
}

/*          HTML Elements            */

.textentry {
    border: 1px solid #ccc;
    float: left;
    padding: 8px;
    font-size: 1em;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    border: solid 1px #666666;
}

.txt-micro {
    max-width: 50px;
}

.txt-mini {
    max-width: 25px;
}

.txt-vshort-nomargin {
    max-width: 75px;
    width: 75px;
    min-width: 75px;
}

.txt-vshort {
    width: 65px;
    margin-right: 4px;
}

.txt-short {
    max-width: 125px;
}

.txt-long {
    max-width: 250px;
}

.txt-100 {
    max-width: 100%;
}

.txt-lines {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 1em;
    background-color: #ffffff;
    margin-top: 15px;
    border-radius: 4px;
    border: solid 1px #666666;
    width: 100%;
}

.textarea {
    padding: 8px;
    height: 75px;
    border: solid 1px #666666;
    transition: box-shadow 0.3s, border 0.3s;
    margin-top: 4px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    width: 250px;
    border-radius: 4px;
    resize: none;
}

.textarea2 {
    padding: 8px;
    border: solid 1px #666666;
    margin-top: 4px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    resize: none;
    width: 95%;
}

input.passwordEntry {
    height: 32px;
    border: 1px solid #ccc;
    float: left;
    width: 85%;
    padding: 0px 2% 0px 2%;
    font-size: 1em;
    background-color: #ffffff;
}

input[type="password"] {
    height: 32px;
    border: 1px solid #ccc;
    float: left;
    width: 85%;
    padding: 0px 2% 0px 2%;
    font-size: 1em;
    background-color: #ffffff;
}

input[type="text"] {
    height: 32px;
    border: 1px solid #ccc;
    float: left;
    padding: 0px 2% 0px 2%;
    font-size: 1em;
    background-color: #ffffff;
}

.checkboxlabel {
    vertical-align: baseline;
}

.checkboxspecial {
    table-layout: fixed;
    vertical-align: bottom;
    outline: none;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

input[type=checkbox] {
    vertical-align: middle;
    -webkit-appearance: none;
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
    cursor: pointer;
    border: 1px solid #CCC;
    border-radius: 2px;
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: black;
    box-sizing: content-box;
}

input[type="checkbox"]:checked {
    position: relative;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: black;
    cursor: pointer;
}

    input[type="checkbox"]:checked:before {
        content: '';
        background: green;
        position: absolute;
        width: 20px;
        height: 20px;
    }


/* Container to hold radio buttons side by side */
.radio-container {
    display: flex;
    gap: 25px; /* 25px gap between radio buttons */
    align-items: center;
}

/* Hide the default radio button */
.styled-radio input[type="radio"] {
    display: none;
}

    /* Create a custom radio button */
    .styled-radio input[type="radio"] + label::before {
        content: "";
        display: inline-block;
        width: 18px; /* Size of the radio button */
        height: 18px; /* Size of the radio button */
        border-radius: 50%;
        border: 2px solid #ccc;
        background-color: white;
        margin-right: 10px; /* Space before the text */
        position: relative;
        top: 4px;
        cursor: pointer;
    }

/* Style for the label text */
.styled-radio {
    font-size: 16px; /* Adjust the text size if needed */
    cursor: pointer;
}

    /* Green fill for the checked radio button */
    .styled-radio input[type="radio"]:checked + label::before {
        background-color: green;
        border-color: green;
    }

input[type="button"] {
    border: none;
    outline: none;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type="number"] {
    height: 26px;
    border: 1px solid #ccc;
    float: left;
    padding: 0px 2% 0px 2%;
    font-size: 1em;
    min-width: 150px;
    width: 85%;
    background-color: #ffffff;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type="date"] {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    height: 26px;
    border: 1px solid #ccc;
    float: left;
    padding: 0px 2% 0px 2%;
    font-size: 1em;
    min-width: 150px;
    width: 85%;
    background-color: #ffffff;
}

.select {
    cursor: pointer;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    border: solid 1px #666666;
    outline: none;
    color: var(--btn-color);
    font-size: 1em;
    background-color: #ffffff;
    padding: 6px;
    background: #ffffff;
    border-radius: 4px;
    width: fit-content;
}

.select-shadow {
    cursor: pointer;
    border: 1px solid #cccccc;
    outline: none;
    color: var(--btn-color);
    font-size: 1.25em;
    background-color: var(--bg-color);
    padding: 8px 16px 8px 16px;
    background: var(--color-off-white);
    border-radius: 8px;
    box-shadow: 5px 6px 8px -3px #d0d0d0;
    width: fit-content;
    margin-bottom: 25px;
    margin-top: -15px;
}

    .select-shadow option::after {
        margin-bottom: 20px;
    }

    .select-shadow::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 1em;
        background: #34495E;
        pointer-events: none;
    }

.select:hover::after {
    color: #F39C12;
}

.divarrow {
    margin-left: 5px;
    margin-bottom: -3px;
    -moz-transition: transform 500ms;
    -webkit-transition: transform 500ms;
    transition: transform 500ms;
    cursor: pointer;
}

.flip {
    transform: rotate(-180deg);
}

.divarrowinner {
    bottom: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 10px;
    white-space: nowrap;
    background-color: #FFFFFF;
    display: none;
}

.menu-download-button {
    margin-right: 10px;
    float: left;
    vertical-align: top;
}

.menu-button {
   width: 36px;
   height: auto;
}

.submit {
    cursor: pointer;
    border: 1px solid #f3f3f3;
    outline: none;
    color: var(--btn-color);
    font-size: 1.25em;
    font-weight: 600;
    background-color: var(--bg-color);
    padding: 8px 16px 8px 16px;
    background: var(--color-off-white);
    border-radius: 5%;
    box-shadow: 1.8px 1.8px 1px #C0C0C0, -1.8px -1.8px 1px #FFFFFF;
}

.submit:active {
    cursor: pointer;
    border: 1px solid #f3f3f3;
    outline: none;
    color: var(--btn-color);
    font-size: 1.25em;
    font-weight: 600;
    background-color: var(--bg-color);
    padding: 8px 16px 8px 16px;
    background: var(--color-off-white);
    border-radius: 5%;
    box-shadow: inset 1.8px 1.8px 1px #C0C0C0, inset -1.8px -1.8px 1px #FFFFFF;
}

.small-caps-large {
    font-size: 1.75em;
    font-weight: bold;
    font-variant: small-caps;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
}

.small-caps-h2 {
    font-variant: small-caps;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
}

txt-left {
    text-align: left;
}

txt-right {
    text-align: right;
}

.clear {
    clear: both;
}

.titlelink {
    font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    display:block;
}

.titlelink:hover {
    text-decoration: underline;
}

.flex-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
    background-repeat: no-repeat;
}

.body-content {
    padding: 0;
    font-family: 'Noto Sans';
}

.shadow-div {
    display: none;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -18px;
    height: 10px;
    box-shadow: 0 2px 20px #222222;
}

.header {
    position: relative;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid #000000;
    background-color: #fbfbfb;
}

.logo-div {
    display: flex;
    position: absolute;
    z-index: 7000;
    top: 30px;
    left: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: fit-content;
}

.logo {
    
}

.logo-text-div {
    z-index: 5000;
    margin-top: 10px;
    min-height: 60px;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
}

.logo-text-line1 {
    margin-top: -10px;
    font-size: 1.6em;
    font-weight: bolder;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    white-space: nowrap;
    width: fit-content;
}

.logo-text-line2 {
    font-size: .6em;
    font-weight: normal;
    margin-top: -2px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    width: fit-content;
}

.hamburger {
    display: none;
}

.mobile a {
    color: var(--menu-btn-color);
}

.menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0px;
    height: fit-content;
    z-index: 4000;
    top: 65px;
    margin-top: 0px;
    font-size: small;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
    background-color: transparent;
}

.menu-ul {
    white-space: nowrap;
    width: fit-content;
    float: right;
    padding-right: 0px;
}

.menu-li {
    display: inline;
}

.menu-li a:hover {
    text-decoration: none;
}

.main-menu-font-btn {
    margin-left: -6px;
    font-size: 1.5em;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    color: var(--menu-btn-color);
    font-variant: small-caps;
    background-color: Transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 2px;
    padding-bottom: 8px;
    text-decoration: none;
    margin-right: 30px;
}

.main-menu-font-btn:link, .main-menu-font-btn:active, .main-menu-font-btn:hover, .main-menu-font-btn:visited {
    color: var(--menu-btn-color);
}

.main-menu-font-btn:hover {
    border-bottom-style: solid !important;
    border-bottom-width: 6px !important;
    border-bottom-color: var(--color-red) !important;
}

.searchbar {
    column-gap: 25px;
    align-items: center;
    top: 0px;
    padding: 10px;
    right: 15px;
    font-size: 1.75em;
}

#masterUpdatePanel1 {
    display: flex;
    flex-direction: row; /* Ensures elements inside are side by side */
    gap: 15px;
}

.top-bar-container {
    display: flex;
    flex-direction: row; /* Ensure horizontal alignment */
    position: absolute;
    top: -10px;
    right: 15px;
    gap: 15px; /* 15px space between elements */
    padding: 5px 0px;
    z-index: 50000;
    justify-content: space-between;
    height: fit-content;
}

.preferenceblock {
    flex-shrink: 0; /* Prevents shrinking */
    display: flex;
    align-items: center; /* Ensures vertical alignment */
    width: fit-content;
}

.iconblock {
    margin-top: 5px;
}

.noshrink {
    flex-shrink: 0; /* Prevents shrinking */
    display: flex;
    align-items: center; /* Ensures vertical alignment */
    width: fit-content;
}

.megamenu {
    position: absolute;
    left: 0px;
    margin: 0px;
    top: 52px;
    display: none;
    font-size: medium;
    font-weight: normal;
    line-height: 1.5em;
    white-space: nowrap;
    margin-bottom: -2px;
}

.megabreak {
    display: none;
    clear: none;
}

.flex-div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    column-gap: 25px;
    row-gap: 15px;
    min-height: 300px;
    max-height: 500px;
    border: solid 12px #00194c;
    /*background: linear-gradient(180deg, rgba(196,220,237,1) 0%, rgba(233,246,255,1) 100%);*/
    box-shadow: inset 0px 10px 10px -10px rgba(95,127,149, 1);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-bottom: 0px;
    background-color: #fafcff;
    /*background-image: url('http://localhost:57918/images/menu/menu-upper-corner.png');
    background-repeat: no-repeat;*/
}

.col-ex {
    min-width: 275px;
    white-space: nowrap;
    width: fit-content;
    height: fit-content;
    margin-bottom: 15px;
}

.item-div {
    font-family: Arial, "Helvetica", sans-serif;
    font-variant: normal;
    font-weight: 500;
    font-size: 1.3em;
    padding: 0 0px 5px 10px;
    margin-bottom: 2px;
}

.flex-column {
    flex: 0;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 10px;
}

.flex-column li {
    list-style-type: none;
    list-style-position: inside;
    margin-left: -45px;
}

.flex-column li a {
    display: block;
    line-height: 1em;
    padding-left: 16px;
    color: mediumblue;
    text-decoration-line: none;
    font-weight: 500;
}

.flex-column li a:hover {
    color: blue;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

.subheading {
    color: #333333;
    margin: 5px 0 5px 20px;
}

.menusupportitem {

    flex: 1;
    width: fit-content;
    bottom: 0;
    border: 1px solid #000000;
    margin: 0 15px 25px 12px;
    padding: 10px;
    white-space: nowrap;
    background-color: #eeeeee;
}

.menusupportmargin {
    margin-left: 0px
}

    .menusupportitem h2 {
        margin: 0;
    }

.menusupportitempic {
    display: block;
    outline: 1px solid #999999;
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 175px;
}

.menusupportvcardframe {
    float: left;
    text-align: center;
}

.menusupportvcardname {
    margin: -5px 0px 4px 0px;
    font-size: 1.25em;
}

.menusupportvcardtitle {
    margin: -4px 0px 0px 0px;
}

.menusupportvcardtext {
    margin: 0px auto 5px auto;
}

.menusupportvcardqr {
    height: 117px;
    margin: -5px auto 0px auto;
}

.vcardinfo {
    display: none;
}

.menusupportvcardphoneframe {
    padding: 10px 0px 5px 0px;
    width: stretch;
    clear: both;
    text-align: center;
}
.menusupportbtn {
    display: block;
    font-size: 1.15em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 10px 8px 10px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: fit-content;
    cursor: pointer;
    border: none;
    background: green;
    border-radius: 5px;
}

.menusupportbtn:link {
    color: #ffffff;
}

.menusupportbtn:visited {
    color: #ffffff;
}

.menusupportbtn:active {
    top: 3px;
    left: 3px;
}

.menusupportbtn:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #ffffff;
    display: block;
    position: absolute;
    padding-top: 10px;
    top: 10px;
    text-shadow: 1px 1px 2px #07526e;
}

.menusupportbtn:active:before {
    top: 7px;
    font-size: 50px;
    text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e;
}

    .menusupportbtn:hover {
        text-decoration: none;
        color: #ffffff;
        animation: bubble 150ms;
        transform: scale(1);
    }

.menusupportvcardphone {
    margin: 5px;
}

.corpaddress {
    padding-left: 20px;
    margin-bottom: 10px;
}

.corpphoneframe {
    padding-left: 20px;
    margin-bottom: 10px;
}

.corpphoneitem {
    display: inline-block;
    width: 75px
}

.box {
    position: absolute;
    top: 0;
    left: 0;
    height: 480px;
    width: 100%;
    margin-top: 0px;
}

.top {
    top: 1px;
    border: 0;
    box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.98);
}

.flex-container {
    margin-top: 175px;
    display: flex;
    text-align: center;
    width: auto;
    justify-content: center;
}

.childpic-div {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    height: 70%;
}

.button {
    display: block;
    font-size: 1.15em;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 10px 8px 10px;
    margin: 0 auto 0 auto;
    position: relative;
    width: fit-content;
    cursor: pointer;
    border: none;
    background: green;
    border-radius: 5px;
}

.button:link {
    color: #ffffff;
}

    .button:visited {
        color: #ffffff;
    }


    .button:active {
        color: #ffffff;
        top: 3px;
        left: 3px;
    }

    .button:before {
        font-size: 50px;
        line-height: 1em;
        font-weight: normal;
        color: #ffffff;
        display: block;
        position: absolute;
        padding-top: 10px;
        top: 10px;
        text-shadow: 1px 1px 2px #07526e;
    }

    .button:active:before {
        top: 7px;
        font-size: 50px;
        text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e;
    }

    .button:hover {
        color: #ffffff;
        animation: bubble 150ms;
        transform: scale(1);
    }

.btn-link {
    background: none;
    border: none;
    padding: 0;
    color: black;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.button-left {
    display: block;
    font-size: 1.15em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 10px 8px 10px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    border: none;
    background: green;
    border-radius: 5px;
}

    .button-left:link {
        color: #ffffff;
    }

    .button-left:visited {
        color: #ffffff;
    }


    .button-left:active {
        top: 3px;
        left: 3px;
    }

    .button-left:before {
        font-size: 50px;
        line-height: 1em;
        font-weight: normal;
        color: #ffffff;
        display: block;
        position: absolute;
        padding-top: 10px;
        top: 10px;
        text-shadow: 1px 1px 2px #07526e;
    }

    .button-left:active:before {
        top: 7px;
        font-size: 50px;
        text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e;
    }

    .button-left:hover {
        animation: bubble 150ms;
        transform: scale(1);
    }

.button-small {
    display: block;
    font-size: .9em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 8px 6px 8px;
    margin: 0px 0px 4px 0px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    border: none;
    background: green;
    border-radius: 5px;
}

    .button-small:link {
        color: #ffffff;
    }

    .button-small:visited {
        color: #ffffff;
    }


    .button-small:active {
        top: 3px;
        left: 3px;
    }

    .button-small:before {
        font-size: 50px;
        line-height: 1em;
        font-weight: normal;
        color: #ffffff;
        display: block;
        position: absolute;
        padding-top: 10px;
        top: 10px;
        text-shadow: 1px 1px 2px #07526e;
    }

    .button-small:active:before {
        top: 7px;
        font-size: 50px;
        text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e;
    }

    .button-small:hover {
        animation: bubble 150ms;
        transform: scale(1);
    }


@keyframes bubble {
    0% {
        transform: scale(1);
    }

    65% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.lnk-animate {
    transition: transform 150ms linear;
}

.lnk-animate:hover {
    animation: lnk-bubble 200ms;
    transform: scale(1);
}

@keyframes lnk-bubble {
    0% {
        transform: scale(1);
    }

    65% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.lnk-animate-sm {
    transition: transform 150ms linear;
}

    .lnk-animate-sm:hover {
        animation: lnk-bubble-sm 200ms;
        transform: scale(1);
    }

@keyframes lnk-bubble-sm {
    0% {
        transform: scale(1);
    }

    65% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.circle-effect {
    background-image: radial-gradient(#eeeeee, #ffffff);
    box-shadow: 5px 5px 8px #000b1b, inset 4px 4px 30px 1px #ffffff, inset -2px -2px 4px 1px rgba(128,128,128,.75);
}


.red {
    background-image: radial-gradient(#ffffff, #ffffff);
    box-shadow: 5px 5px 8px #444444, inset 4px 4px 4px 1px #dddddd, inset -2px -2px 4px 1px rgba(128,128,128,.75);
}

.green {
    background-image: radial-gradient(#00aa00, #44ff44);
    box-shadow: 5px 5px 8px #555555, inset 4px 4px 4px 1px #99ff99, inset -2px -2px 4px 1px rgba(0,128,0,.75);
}

.blue {
    background-image: radial-gradient(#0000aa, #4444ff);
    box-shadow: 5px 5px 8px #555555, inset 4px 4px 4px 1px #9999ff, inset -2px -2px 4px 1px rgba(0,0,128,.75);
}

/* -------------------------- Home Page Start -----------------*/






/* ----------------------- News ------------------------------*/

#newsdiv {
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/
}

    #newsdiv span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

        #newsdiv span.activenews {
            z-index: 3
        }

.newsimg {
    float: left;
    height: 92px;
    width: 92px;
    display: block;
    margin-right: 15px;
}

/* -----------------------------------------------------------*/

.default-main {
    display: flex;
    justify-content: space-between;
    z-index: 400;
    width: 100%;
    background-color: #1b3766;
    height: fit-content;
    position: relative;
}

.default-main-text {
    flex: 1;
    text-align: left;
    width: fit-content;
    padding-right: 30px;
    height: fit-content;
}

.header-carousel {
    flex: 0 1 auto;
    position: relative;
    width: 100%; /* Ensures the carousel container is responsive */
    height: auto; /* Allows it to resize based on image content */
    max-width: 650px; /* Optional: Set a max width to prevent it from growing too large */
}

    .header-carousel img {
        position: absolute;
        top: 0;
        right: 0;
        width: fit-content; /* Makes the image responsive */
        height: auto; /* Maintains aspect ratio */
        transition: opacity 1s ease-in-out;
    }

.default-first-text {
    z-index: 500;
    padding: 0 0 40px 40px;
    font-size: 5.5em;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1em;
    font-variant-caps: small-caps;
    white-space: nowrap;
    margin: 30px 0 0 0;
}

.default-second-text {
    z-index: 500;
    font-size: 1.5em;
    color: #FFFFFF;
    top: 300px;
    font-weight: 100;
    line-height: 1.4em;
    clear: both;
    margin: 0 0 40px 43px;
}

    @-webkit-keyframes slideup {
        0% {
            top: 180px;
        }

        100% {
            top: 0;
        }
    }

    @keyframes slideup {
        0% {
            top: 180px;
        }

        100% {
            top: 0;
        }
    }

    .slideup1 {
    display: block;
    -webkit-animation: slideup 1.5s;
    animation: slideup 1.5s;
    position: relative;
    text-shadow: 2px 2px 2px #1d3557;
    z-index: 1;
}

.slideup2 {
    display: block;
    -webkit-animation: slideup 2s;
    animation: slideup 2s;
    position: relative;
    text-shadow: 2px 2px 2px #1d3557;
    z-index: 1;
}

.slideup3 {
    display: block;
    -webkit-animation: slideup 2.5s;
    animation: slideup 2.5s;
    position: relative;
    text-shadow: 2px 2px 2px #1d3557;
    z-index: 1;
}

@keyframes slideright1 {
    0% {
        left: -200%;
    }

    100% {
        left: 0;
    }
}

@keyframes slideright2 {
    0% {
        opacity: 1;
        display: block;
        transform: translateX(-200%);
    }

    100% {
        opacity: 1;
        display: block;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideright1 {
    0% {
        left: -200%;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes slideright2 {
    0% {
        opacity: 1;
        display: block;
        transform: translateX(-200%);
    }

    100% {
        opacity: 1;
        display: block;
        transform: translateX(0);
    }
}

.slideright1 {
    display: block;
    -webkit-animation: slideright1 .75s;
    animation: slideright1 .75s;
    position: relative;
    text-shadow: 1px 1px 4px #444444;
}

.slideright2 {
    display: block;
    -webkit-animation: slideright2 .5s;
    animation: slideright2 1s;
    animation-timing-function: ease-in-out;
    animation-delay: .01s;
    animation-fill-mode: forwards;
    position: relative;
    text-shadow: 1px 1px 4px #444444;
    opacity: 0;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slider {
    position: relative;
    z-index: 600;
    height: 150px;
    overflow: hidden;
    border-top: 2px solid #111111;
    border-bottom: 2px solid #111111;
    background-color: #000000;
}

    .slider .slide-track {
        -webkit-animation: scroll 50s linear infinite;
        animation: scroll 50s linear infinite;
        display: flex;
        
        width: fit-content; /*calc(-300px * 24)*/
    }

.scrgap{
    margin-left: 1px;
}

/* ----------Course Switch for home page----------------*/
.default-select {
    top: 0px;
    z-index: 8000;
    margin: 0px auto 0px auto;
    width: 224px;
    height: fit-content;
    padding: 5px;
    text-align: center;
}

.default-select-header {
    font-size: 1em;
    margin-top: -9px;
}

.switch-holder-frame {
    width: stretch;
    margin: 4px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: 1em;
    text-align: center;
    color: #000000;
}

.textmed {
    font-size: .9em;
    margin-top: 10px;
    margin-left: -1px;
    flex: 1;
}

.textind {
    font-size: .9em;
    margin-top: 10px;
    flex: 1;
    padding: 0 6px 0 6px;
}

.textall {
    font-size: .9em;
    text-align: center;
    margin-left: 6px;
    flex: 1;
    width: 100%;
}

.tristate-toggle {
    text-align: center;
    width: fit-content;
    height: 25px;
    border-radius: 20px;
    margin: 6px auto -1px auto;
    padding-left: 3px;
    padding-right: 2px;
    cursor: pointer;
    box-shadow: inset -1px -1px 1px rgba(240,240,255,.3), inset 2px 2px 3px rgba(22,45,78,.25);
    border: 1px solid #f3f3f3;
    background-color: #efefef;
    flex: 1;
}

.tristate {
    height: 20px;
    width: 20px;
    margin-left: -2px;
    margin-right: 0px;
    appearance: none;
    background-color: green;
    border-radius: 50%;
}

    .tristate:hover {
        cursor: pointer;
    }

/* ---------------------------------------------------------- */

.default-section-container {
    z-index: 800;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    background-color: #e2e9ec;
    margin: 0 20px 0px 20px;
}

.default-child-left {
    min-width: 400px;
    max-width: 960px;
    flex: 1;
}

.default-child-right {
    min-width: 625px;
    max-width: 960px;
    flex: 1;
}

.default-header {
    border-radius: 10px 10px 0px 0;
    min-height: 50px;
    margin-left: -25px;
    margin: 0 -25px 0 -25px;
    background-image: linear-gradient(#b30000, #fc2828);
    /*background-color: #b30000;*/
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 2.25em;
    font-weight: bold;
    border-top: 1px solid #222222;
    padding: 5px;
}

.default-child-item-left {
    border-radius: 10px 10px 10px 10px;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    display: block;
    background-color: white;
    padding: 0 25px 60px 25px;
    margin-bottom: 20px;
}

.default-child-item-right {
    border-radius: 10px 10px 10px 10px;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    display: block;
    background-color: #ffffff;
    padding: 0 25px 40px 25px;
    margin-bottom: 20px;
}

.default-child-item-inner {
    padding: 40px 0 0 0;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 0 auto;
}

.default-child-item-pic {
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 0 0 1pt #000000;
    background-position: center top;
    left: 0;
    min-width: 250px;
    max-width: 250px;
    top: 0;
    bottom: 0;
    background-color: var(--bg-color);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 25px 0 25px;
}

.default-child-item-frame {
    flex: 1;
    width: 300px;
    padding: 0px 25px 0px 25px;
    font-size: 1.15em;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.default-child-text {
    margin: 0px auto 0px auto;
    min-width: 300px;
    width: fit-content;
    text-align: left;
    white-space: nowrap;
}

.default-child-text-bullets {
    list-style-type: none;
    font-size: small;
    line-height: .75em;
    padding-bottom: 2px;
}

.default-child-pic {
    margin-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.default-child-button {
    display: block;
    font-size: 1.15em;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 4px 10px 8px 10px;
    margin: 0 auto 0 auto;
    position: relative;
    width: fit-content;
    cursor: pointer;
    border: none;
    background: green;
    border-radius: 5px;
}

    .default-child-button:link {
        color: #ffffff;
    }

    .default-child-button:visited {
        color: #ffffff;
    }


    .default-child-button:active {
        color: #ffffff;
        top: 3px;
        left: 3px;
    }

    .default-child-button:before {
        font-size: 50px;
        line-height: 1em;
        font-weight: normal;
        color: #ffffff;
        display: block;
        position: absolute;
        padding-top: 10px;
        top: 10px;
        text-shadow: 1px 1px 2px #07526e;
    }

    .default-child-button:active:before {
        top: 7px;
        font-size: 50px;
        text-shadow: 0px 3px 0px #07526e, 0px 5px 1px #07526e;
    }

    .default-child-button:hover {
        color: #ffffff;
        animation: bubble 150ms;
        transform: scale(1);
    }

/*  Begin Regular Pages  */
.basic-header {
    position: relative;
    z-index: 600;
    min-height: 60px;
    background-color: #b30000;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
    border-top: 1px solid #222222;
    padding: 5px;
    margin: initial;
}

.hide-scroll-up { /* hides scroll up effect on page header */
    width: 100%;
    background-color: var(--bg-color);
    position: relative;
    z-index: 600;
}

/*  End Regular Pages  */

    .width75 {
    width: 75px;
}

.midlogo {
    margin: 0 25px 0 25px;
}

.default-child-item-consult {
    background-image: url('/images/ads/laser-safety-consulting.jpg');
}

.default-child-item-test {
    background-image: url('/images/ads/laser-product-testing.jpg');
}

.default-child-item-enclosures {
    background-image: url('/images/ads/laser-enclosures.jpg');
}

.default-child-item-medaudit {
    box-shadow: none;
    background-image: url('/images/ads/laser-safety-medical-audits.jpg');
}

.teams {
    vertical-align: middle;
    height: 1em;
}

.default-course-child {
    min-width: 675px;
    flex: 1;
    background-color: white;
    border-left: 1px solid #222222;
}

.course-teams-frame {
    width: fit-content;
    margin: -25px auto -25px auto;
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.course-teams-image {
    height: 1.75em;
}

.course-teams-text {
    list-style: none;
    margin-top: 10px;
    margin-left: -25px;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.course-additional-dates {
    font-style: italic;
    margin-top: -15px;
    padding-bottom: 5px;
}

.course-frame {
    border-radius: 10px;
    display: flex;
    height: fit-content;
    margin-bottom: 25px;
    border: 1px solid #444444;
    background-color: var(--bg-color);
}

.course-days {
    border-radius: 10px 0 0px 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%;
    border-right: 1px solid #666666;
    background-repeat: repeat-x;
    background-size: contain;
}

.course-nbr {
    margin-top: -10px;
    margin-bottom: 15px;
}

.course-days-ind {
    background-color: #457b9d;
}

.course-days-med {
    background-color: #04b2fb;
}

.course-days-text {
    z-index: 3;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 1px 1px 1px #444444;
    text-align: center;
}

.course-title {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    width: 100%;
    margin-left: 20px;
    padding: 10px 25px 25px 25px;
    background-color: #ffffff;
}

.course-title-frame {
    display: flex;
    width: 100%;
    height: 1.5em;
    align-content: space-between;
    align-items: center;
}

.course-title-link {
    margin-bottom: 10px
}

.coursediv {
    margin-bottom: 10px
}

.daysleft {
    font-size: .9em;
    font-weight: bold;
}

.coursecomment {
    font-size: .9em;
}

.courseitem {
    white-space: nowrap;
    flex: 1;
}

.courseitemcomment {
    font-style: italic
}


.elearningpic {
    flex: 1;
    border-right: 1px solid #444444;
    border-radius: 10px 0 0px 10px;
    background-position: center top;
    left: 0;
    min-width: 250px;
    max-width: 250px;
    top: 0;
    bottom: 0;
    background-color: var(--bg-color);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.onsitepic {
    flex: 1;
    border-right: 1px solid #444444;
    border-radius: 10px 0 0px 10px;
    background-position: center top;
    left: 0;
    min-width: 250px;
    max-width: 250px;
    top: 0;
    bottom: 0;
    background-color: var(--bg-color);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.default-also-frame {
    flex: 1;
    width: 100%;
    padding: 0px 25px 25px 25px;
    text-align: center;
    font-size: 1.15em;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.default-also-text {
    margin: -15px auto 0px auto;
    width: fit-content;
    text-align: left;
    white-space: nowrap;
}

.coursepad {
    margin-right: 15px;
    margin-left: 15px;
}

.alsoavailable {
    margin-right: 15px;
}

.alsoavailableframe {
    background-position: center top;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border: 1px solid #444444;
}

.alsoavailabletitle {
    font-style: normal;
    font-weight: bold
}

.default-news-container {
    z-index: 800;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping */
    justify-content: space-between;
    gap: 20px; /* Adjust spacing between divs */
    padding: 20px; /* Adds 20px space around the container */
    box-sizing: border-box;
    
}

.default-news-section {
    z-index: 1800;
    flex: 1 1 calc(25% - 20px); /* Default: 4 per row */
    min-width: 200px; /* Ensures divs don’t shrink too much */
    text-align: left;
    box-sizing: border-box;
    min-height: 100%;
}

    .default-news-section img {
        width: 100%; /* Fill width */
        height: 100%; /* Fill height */
        
        border-radius: 10px;
        border: 1px solid #222222;
    }

.headlines-text {
    font-size: clamp(14px, 1vw, 24px);
    
}
    .headlines-text h3 {
        margin-top: -10px;
        color: #ffffff;
    }

    .headlines-text a {
        color: #ffffff;
    }

.newsbgnd {
    padding: 15px;
    background-image: url('/images/homepage/newsbgnd.png'); /* Provide the path to your image */
    background-size: 100% 100%; /* Stretches the image to cover the entire div */
    background-position: center; /* Optional: Centers the image */
    background-repeat: no-repeat;
}

.rounded-border {
    border-radius: 10px;
    border: 1px solid #222222;
}

.popularpic {
    background-image: url('/images/homepage/popular.png');
    background-size: cover;
    color: #ffffff;
}

.default-news-header {
    border-radius: 10px 10px 0px 0;
    min-height: 50px;
    background-image: linear-gradient(#b30000, #fc2828);
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0 5px 0;
    width: 100%;
    margin: 0;
}

.default-news-box {
    max-width: 25%;
    flex: 1;
    min-width: 200px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #333333;
}

.newsimage {
    margin: 0px 0px 20px 20px;
    float: right;
    max-width: 250px;
    border-radius: 5px;
    border: 1px solid #222222;
}

.newspic img {
    width: 92px;
    height: 92px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    border: 1px solid #222222;
}

/* ***********************  Eyewear Calculator  *************************/

#entrymain {
    margin: 0px -8px 0px -8px;
    font-size: 1em;
    width: 396px;
}

    #entrymain h3 {
        font-size: 1em;
    }

.numbers {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.infobox {
    margin: 0 auto 0 auto;
    clear: both;
    border: 1px solid #666666;
    background-color: #eeeeee;
    width: 396px;
    white-space: normal;
    margin-left: 0;
}

.infotitle {
    padding: 4px 3% 4px 3%;
    float: left;
    width: 94%;
    font-weight: bold;
    background-color: #cccccc;
    color: #000000;
}

.fieldtitle {
    width: 125px;
    float: left;
    margin-top: 4px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.field {
    float: left;
    white-space: nowrap;
}

.infobtn {
    float: right;
}

.clear {
    clear: both;
}

.validate {

    float: left;
    margin-top: -10px;
}

.unittext {
    padding-top: 14px;
}

.calc-select {
    cursor: pointer;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    border: solid 1px #666666;
    outline: none;
    color: var(--btn-color);
    font-size: .9em;
    background-color: #ffffff;
    padding: 6px;
    background: #ffffff;
    border-radius: 4px;
    width: fit-content;
}


/*  ********************* Eyewear List ********************** */

.od-flex {
    width: fit-content;
}

.od-col1 {
    float: left;
    padding-right: 20px;
}

.od-col2 {
    float: right;
}

.od-row {
    clear: both;
    padding-top: 4px;
}

.eyewearpic {
    float: left;
    display: block;
    width: 200px;
    padding-right: 15px;
}

.eyewearpic1 {
    /*  *** Smaller pic for old Honeywell *** */
    float: left;
    display: block;
    width: 150px;
    padding-right: 15px;
}

.eyewearflex {
    position: relative;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    gap: 15px;
}

.eyewearbox {
    position: relative;
    padding: 15px;
    border: 2px solid #333333;
    white-space: nowrap;
    width: 360px;
    height: fit-content;
}

.eyewear-link {
    display: block;
    padding: 8px 25px;
    white-space: nowrap;
}

.grouppic {
    margin-top: 20px;
    margin-bottom: 15px;
}

.eyewearlistlineabove {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #333333;
    margin-top: 20px;
}

.eyewearlisttitle {
    margin: 0px auto 0px auto;
    width: fit-content;
    padding-top: 20px;
}

.eyewearlistdetail {
    float: left;
    width: fit-content;
    white-space: nowrap;
}

/*  ********************* Eyewear Frame Styles ********************** */

.centerfit {
    margin: 0 auto 0 auto;
    width: fit-content;
}

.lineabove {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #333333;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.imgdiv {
    margin-right: 25px;
    text-align: center;
}

.imgpad {
   padding: 20px; 
   display: block;
}

.framestyletxtdiv {
    padding: 20px;
}

    .framestyletxtdiv ul {
        padding-left: 0;
    }

    .framestyletxtdiv ul li {
        list-style-position: initial;
        white-space: normal;
        margin-left: 0;
    }

.lastlineabove {
    width: 100%;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #333333;
    margin-top: 20px;
}

/*  ********************* Window List ********************** */

.windowlistlineabove {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #333333;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
}

.windowpic {
    width: 150px;
}

.windowitems {
    min-width: 250px;
    margin-top: -10px;
}

.windowod {
    min-width: 250px;
}

/*  ********************* Category Pages ********************** */

.flexdiv {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 25px;
}

.itemdiv {
    position: relative;
    text-align: center;
    border: 2px solid #333333;
    padding: 0 15px 15px 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
}

.itemlnk {
    position: relative;
    border: 2px solid #333333;
    padding: 0 15px 15px 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
}

.itemlnk-space a {
    display: block; /* each link on its own line */
    margin-bottom: 0.8em; /* spacing between links (roughly 1.8x line height) */
    line-height: normal; /* normal line spacing within wrapped lines */
}

.itemlnk-space a:link, a:active, a:hover, a:visited {
    text-decoration: none;
}

    .itemlnk-space  a:hover {
        text-decoration: underline;
    } 

    .itemdiv img {
        display: block;
        margin: auto auto 0 auto;
        width: fit-content;
        max-height: 250px;
        max-width: 250px;
    }

.itemoverlay {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
}

    .itemoverlay img {
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100%;
    }

/*  ********************* Regional Training Pages ********************** */

.subpagetitle-50 {
    margin: 0px 5% 40px 0;
    top: 0px;
    font-size: 5.5em;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1em;
    max-width: 70%;
    font-variant-caps: small-caps;
}

.textbox-no-border {
    display: none;
    height: stretch;
    border: none;
    font-size: inherit;
    color: black;
    background-color: transparent;
    width: initial;
}

.lblvenue {
    
    font-weight: normal; 
}

.lnkvenue a:link, a:active, a:hover, a:visited {
    text-decoration: none;
}


    /* gridview: general style */
    .gv {
        padding: 0px;
        margin: 0px;
    }

    /* gridview table headings */
    .gv th {
        color: white;
        background-color: #0066b2;
        vertical-align: middle;
        font-weight: normal;
        padding: 10px 4px 10px 4px;
    }

        .gv tr td {
            vertical-align: top;
            padding: 6px 6px 6px 6px;
        }


    /* click-to-sort hyperlinks */
    .gv th a {
        color: #ffffff;
        text-decoration: none;
    }

    .gv a:link, .gv a:visited, .gv a:active {
        text-decoration: none;
    }

    .gv a:hover {
        text-decoration: underline;
    }

    .gv td {
        user-select: none; /* standard syntax */
        -webkit-user-select: none; /* webkit (safari, chrome) browsers */
        -moz-user-select: none; /* mozilla browsers */
        -khtml-user-select: none; /* webkit (konqueror) browsers */
        -ms-user-select: none; /* IE10+ */
    }


/* Course Location Gridview - Hides columns */
.gv1 {
    padding: 0px;
    margin: 0px;
    display: none;
}

/* Pager Style */
.pager a:link {
    color: #888888;
    text-decoration: none;
    font-size: 1em;
}

.pager a:visited {
    color: #888888;
    text-decoration: none;
    font-size: 1em;
}

.pager a:hover {
    color: #888888;
    text-decoration: underline;
    font-size: 1em;
}

.pager a:active {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

.pager span {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}


.pager td {
    border: 0;
}

.h3header {
    font-size: 1.17em;
    font-weight: bold;
}

.addstudent {
    display: none;
    box-shadow: 4px 4px 8px #000000;
    border-radius: 10px;
    padding: 25px;
    border: 2px solid #333333;
    margin: 25px auto 10px auto;
    width: 300px;
    height: 300px;
    background-color: #FFFFFF;
}

.addstudentbtn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.studentsattending {
    margin-bottom: -15px;
    margin-top: -5px;
}

.hostedby {
    clear: both;
    float: right;
    text-align: center
}

/* *********************** Online Courses ********************* */

.onlineinfoframe {
    margin-top: 0;
    min-width: 350px;
    flex: 1;
}

    .onlineinfoframe h1 {
        margin-top: 0;
    }

.onlinepicframe {
    margin: 0 0 0 0;
    background-color: #FFFFFF;
    flex: 0;
}

.onlinethumbnailpic {

    border: solid 1px #c0c0c0;
    width: 75px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .onlinethumbnailpic:link, .onlinethumbnailpic:active, .onlinethumbnailpic:visited {
        border: solid 1px #c0c0c0;
    }

    .onlinethumbnailpic:hover {
        animation: lnk-bubble 200ms;
        transform: scale(1);
        border: solid 1px #000000;
        cursor: pointer;
    }

.statelist {
    width: 100%;
}

.statename {
    border-bottom: 2px solid #333333;
    margin-top: 20px;
}

.statelist-label {
    white-space: nowrap;
    padding-right: 20px;
    padding-bottom: 6px;
    vertical-align: top;
}

.statelist-value {
    padding-right: 20px;
    padding-bottom: 6px;
    vertical-align: top;
}

.statelist-value a {
    word-break: break-all;
}
/*  *********************  Corporate  ********************** */

.staff {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #333333;
}

    .staff h3 {
        margin-top: initial;
    }

.staffpic {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #666666;
    height: fit-content;
}

.staff::after {
    content: "";
    display: table;
    clear: both;
}

/*  ******************************************* */

.order-item {
    margin-top: 10px;
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

    .form-row label {
        min-width: 110px;
        flex-shrink: 0;
        text-align: left;
    }

.order-detail-container {
    display: flex;
    justify-content: space-between; /* or use space-around / space-evenly depending on spacing preference */
    gap: 20px; /* optional spacing between items */
    padding: 0px 20px 20px 0px;
    flex-wrap: wrap; /* allows wrapping on smaller screens */
}

.order-detail-flex-item {
    flex: 0; /* gives equal width to each */
    min-width: 200px; /* prevents items from shrinking too small */
    width: fit-content;
    white-space: nowrap;
}

.desktop-orders {
    display: block;
}

.mobile-orders {
    display: none;
}

.border-bottom {
    border-bottom: solid 1px #666666;
}

.news-image {
    float: right;
    margin: 10px;
    display: block;
}

.new-user-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}


@media screen and (max-width: 1380px) {

    .default-first-text {
        font-size: 4.5em;
    }

    .header-carousel img {
        width: 100%;
    }

    /* make sure this matches the media transion in default.aspx load event */
    .default-news-section {
        z-index: 1800;
        flex: 1 1 calc(33.3% - 20px); /* Default: 4 per row */
        min-width: 200px; /* Ensures divs don’t shrink too much */
        text-align: left;
        box-sizing: border-box;
        min-height: 100%;
    }

    .hide-extra-1 {
        display: none;
    }
}

@media screen and (max-width: 1100px) {

    .default-first-text {
        font-size: 3.5em;
    }

    .default-child-left {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        flex: 1;
    }

    .default-child-right {
        padding-left: 0;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        flex: 1;
    }

}

 @media screen and (max-width: 991px) {

    .desktop-orders {
        display: none;
    }

    .mobile-orders {
        display: block;
    }

    .default-main {
        margin-top: 120px;
    }

    .default-second-text {
        font-size: 1.25em;
    }

    .default-news-section {
        z-index: 1800;
        flex: 1 1 calc(50% - 20px); /* Default: 4 per row */
        min-width: 200px; /* Ensures divs don’t shrink too much */
        text-align: left;
        box-sizing: border-box;
        min-height: 100%;
    }

    .hide-extra-1 {
        display:block;
    }

    .search {
        position: absolute;
        right: 0px;
        top: 121px;
        width: fit-content;
        padding: 20px;
        z-index: 10000;
        border: 1px solid #333333;
        text-align: center;
    }

    .lblpanel {
        padding: 0 0px 0 0px;
    }

    .onlinepicframe {
        margin-bottom: -40px;
    }

    .onlineinfoframe {
        margin-top: -40px;
        clear: both;
        margin-top: 0;
        min-width: 350px;
        flex: 1;
        text-align: center;
    }

    .imagediv {
        margin: 0 auto 0 auto;
        text-align: center;
        width: 400px;
        max-height: 400px;
    }

    .subpagetitle-50 {
        display: none;
    }

    .subpagetitle {
        display: none;
    }

    .subpageprint {
        margin-top: 100px;
    }

    .btnprint {
        margin-top: 28px;
    }

    .subpagepaper {
        top: 0;
        margin-top: -30px;
    }

    .shadow-div {
        display: none;
    }

    .header {
        background-color: #fbfbfb;
        z-index: 2500;
        position: fixed;
        height: 120px;
        width: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
    }

    .top-bar-container {
        height: fit-content;
        display: block;
        position: fixed;
    }

    .default-select {
        margin-right: -15px;
        z-index: 8000;
        width: 224px;
        height: fit-content;
        padding: 5px;
        text-align: center;
    }

    .default-select-header {
        left: 15px;
    }

    .iconblock {
        display: block;
        right: 0px;
        width: fit-content;
        margin-left: auto;
        top: 15px;
    }

    .searchbar {
        position: fixed;
        top: 65px;
        right: 10px;
    }

    .hamburger {
        display: block;
       
    }

    .breadcrumbs-wrapper {
        top: 120px;
        margin-top: 2px;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        z-index: 1000;
        margin-right: 20px;
    }

        /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
        .breadcrumbs-wrapper::-webkit-scrollbar {
            display: none;
        }

    /* Hide scrollbar for Firefox */
    .breadcrumbs-wrapper {
        scrollbar-width: none;
    }

    /* Hide scrollbar for Edge and older IE */
    .breadcrumbs-wrapper {
        -ms-overflow-style: none;
    }

    .breadcrumbs {
        display: inline-block;
        padding: 10px 2rem 0px 25px; /* Space for fade effect */
        font-size: 0.95rem;
        color: #cccccc;
        background-color: #1b3766;
        z-index: 1000;
    }

        .breadcrumbs .current {
            color: #cccccc;
            pointer-events: none;
            cursor: default;
        }

    .breadcrumbs-fade {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 4rem;
        height: 100%;
        background: linear-gradient(to right, rgba(27, 55, 102, 0), #1b3766);
        pointer-events: none;
    }

    .breadcrumbs a:link,
    .breadcrumbs a:visited,
    .breadcrumbs a:active {
        color: #cccccc;
        text-decoration: none;
    }

    .breadcrumbs a:hover {
        color: #ffffff; /* or whatever hover color you prefer */
        text-decoration: underline;
    }

    .mobile {
        top: 58px;
        left: 25px;
        position: fixed;
        z-index: 10000;
        font-size: 2.5em;
    }

    .searchbar-cart-position {
        vertical-align: middle;
        margin-left: 20px;
        margin-right: 4px;
        color: var(--btn-color);
    }

    .lblfilter {
        min-height: initial;
    }

    .menu {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 600px;
        z-index: 1900;
        width: stretch;
        top: 115px;
        height: fit-content;
        margin: 0px;
        padding: 0px;
        left: 0;
        right: 0;
        font-size: small;
        font-weight: normal;
        line-height: normal;
        white-space: nowrap;
        box-shadow: 0px 2px 10px #00194c;
        background-color: #0b6fe9;
        border-bottom: 1px solid #333333;
    }

        .menu a {
            text-decoration: none;
        }

    .main-menu-font-btn {
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: normal;
    }

        .main-menu-font-btn:link {
            color: #ffffff !important;
        }

        .main-menu-font-btn:active {
            color: #ffffff !important;
        }

        .main-menu-font-btn:visited {
            color: #ffffff !important;
        }

        .main-menu-font-btn:hover {
            border-bottom-style: none !important;
            border-bottom-width: unset !important;
            border-bottom-color: none !important;
            color: #ffffff !important;
            text-decoration: underline;
        }

    .menu-li {
        display: block;
    }

    .menu-ul {
        white-space: initial;
        overflow-x: initial;
        width: fit-content;
        float: none;
    }

    .megamenu {
        position: relative;
        margin: 0 0 0 0px;
        padding: 0 0 5px 0;
        top: 100%;
        white-space: initial;
        box-shadow: none;
        margin-left: -5px;
        background-color: #ffffff;
        border: 1px solid #333333;
        box-shadow: 5px 5px 10px #00194c;
    }

    .flex-div {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: left;
        row-gap: 5px;
        max-height: 500px;
        margin-top: 0px;
        box-shadow: none;
        border: none;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: 20px;
        background-color: var(--color-off-white);
        background: none;
        box-shadow: none;
    }

    .col-ex {
        width: 275px;
        white-space: initial;
        width: fit-content;
    }

    .item-div {
        white-space: nowrap;
        width: fit-content;
    }

    .megabreak {
        position: relative;
        display: block;
        clear: both;
    }

    .childpic-div {
        display: none;
    }

    .default-child-item-left {
        padding-left: 0;
        padding-right: 0;
    }

    .default-child-item-right {
        padding-left: 0;
        padding-right: 0;
    }

    .default-header {
        border-radius: 10px 10px 0px 0;
        min-height: 60px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: #b30000;
        font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
        color: #FFFFFF;
        text-align: center;
        font-size: 2.3em;
        font-weight: bold;
        border-top: 1px solid #444444;
    }

    .default-news-box {
        flex: 1;
        max-width: 50%;
        min-width: 33%;
    }

    .default-news-spacer {
        display: none;
    }

    .ad3div {
        margin: 10px auto 10px auto;
    }

    .ad5div {
        margin: 10px auto 10px auto;
    }

    .productthumbnails {
        position: relative;
        height: fit-content;
        width: fit-content;
        padding: 20px 0 20px 20px;
        display: block;
        margin: 0 auto 0 auto;
    }

    .buydiv {
        width: 100%;
        text-align: center;
    }

    .studentsattending {
        margin-bottom: 0;
    }

    .hostedby {
        clear: both;
        float: none;
        width: fit-content;
        margin: 10px auto 0 auto;
        text-align: center
    }

    .default-news-header {
        margin: 0 auto 0 auto;
    }

    .logo-div {
        position: fixed;
        left: 75px;
        margin-top: 0px;
        margin-bottom: 0;
        width: fit-content;
        height: fit-content;
        padding: 0;
        text-wrap: none;
        z-index: 60000;
    }

    .mobile {
        margin-top: 35px;
        top: 0;
    }

    .lblheader {
        min-width: 100%;
    }

    .barrierpic {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 915px) {

    .header-carousel {
        display: none;
    }

        .header-carousel img {
            display: none;
        }

    .default-main-text {
        height: fit-content;
    }

    .default-first-text {
        font-size: 4.5em;
    }

    .default-second-text {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 750px) {

    .breadcrumbs-wrapper {
        top: 180px;
        z-index: 1000;
    }

    .header {
        height: 180px;
    }

    .default-main {
        margin-top: 180px;
        height: fit-content;
    }

    .header-carousel {
        display: none;
    }

        .header-carousel img {
            display: none;
        }

    .default-main-text {
        height: fit-content;
    }

    .default-first-text {
        font-size: 4.5em;
    }

    .default-second-text {
        font-size: 1.4em;
    }

        .top-bar-container {
            display: block;
            height: 180px;
            position: fixed;
            left: 0;
            right: 0;
        }

        .preferenceblock {
            display: flex;
            width: fit-content;
            margin: 0 auto 0 auto;
            text-wrap: none;
        }

        .default-select {
            right: inherit;
            left: inherit;
            z-index: 8000;
            width: 224px;
            height: fit-content;
            padding: 5px;
            text-align: center;
        }

        .default-select-header {
        }

        .iconblock {
            display: block;
            width: fit-content;
            margin: 65px auto 0 auto;
        }

        .slider {
            top: 0px;
        }

    .btnprint {
        margin-top: 90px;
    }

    .menu {
        top: 180px;
    }

        .mobile {
            margin-top: 65px;
            z-index: 60000;
            width: fit-content;
        }

        .logo-div {
            position: fixed;
            left: 50%;
            transform: translate(-50%);
            margin-top: 30px;
            margin-bottom: 0;
            width: fit-content;
            height: fit-content;
            padding: 0;
            text-wrap: none;
            z-index: 60000;
        }

        .search {
            top: 0;
            margin-top: 181px;
        }

        .subpagepaper {
            top: 0;
            margin-top: 30px;
        }

        .default-child-item-left {
            padding-left: 0;
            padding-right: 0;
        }

        .default-child-item-right {
            padding-left: 0;
            padding-right: 0;
        }

        .col-ex {
            width: fit-content;
        }

        .c-lblprompt {
            text-align: left;
        }

        .ad3div {
            max-width: 350px;
        }

        .ad5div {
            max-width: 350px;
        }

        .productdescription img {
            float: none;
            margin-bottom: 25px;
        }

        .productsupportitem img {
            float: right;
        }
    }

    @media screen and (max-width: 640px) {
        

        .default-main {
            margin-top: 180px;
            height: fit-content;
        }

        .header-carousel {
            display: none;
        }

            .header-carousel img {
                display: none;
            }

        .default-main-text {
            height: fit-content;
        }

        .default-first-text {
            font-size: 4em;
        }

        .default-second-text {
            font-size: 1.25em;
        }

        .default-news-section {
            z-index: 1800;
            flex: 1 1 calc(100% - 20px); /* Default: 4 per row */
            min-width: 200px; /* Ensures divs don’t shrink too much */
            text-align: left;
            box-sizing: border-box;
            min-height: 100%;
        }
    }

    @media screen and (max-width: 560px) {

        .gv {
            font-size: .75em;
        }

        .hostedby {
            max-width: calc(100% - 30px);
        }

        .student-add-remove {
            margin-top: 10px;
        }

        .productsupportitem {
            margin: 0 auto 25px auto;
        }

        .keeptogether {
            max-width: 100%;
            width: 100%;
            min-width: 330px;
        }

        #entrymain {
            max-width: 100%;
            width: 100%;
            min-width: 330px;
        }

        .infobox {
            margin-left: -10px;
            width: 345px;
        }

        .fieldtitle {
            font-size: .8em;
            width: 100px;
        }

        .calc-gap-right {
            margin-right: 5px;
        }

        .select {
            font-size: .8em;
        }

        .calc-unit {
            font-size: .8em;
        }

        .calc-textentry {
            clear: both;
            font-size: .6em;
        }

        .txt-vshort-nomargin {
            max-width: 50px;
            width: 50px;
            min-width: 50px;
        }

        .validate {
            max-width: 200px;
            font-size: .8em;
        }

        .footerdiv {
            font-size: .85em;
        }

        .subpagepaper {
            min-width: calc(100% - 30px);
            padding: 20px 15px 25px 15px;
        }

        .menusupportitem {
            min-width: calc(100% - 30px);
            margin: 0 0px 25px 0px;
        }

        .menusupportmargin {
            margin: 0;
        }

        #ddlMaterial {
            font-size: .9em;
        }

        .img-logo {
            width: 75px;
            height: auto;
        }

        .logo-div {
            margin-left: 20px;
        }

        .hamburger {
            margin-top: -6px;
        }

        .slideup1 {
            -webkit-animation: none;
            animation: none;
        }

        .slideup2 {
            -webkit-animation: none;
            animation: none;
        }

        .slideup3 {
            -webkit-animation: none;
            animation: none;
        }

        .slider {
            display: none;
        }

        .default-first-text {
            font-size: 2.5em;
        }

        .default-second-text {
            font-size: 1.25em;
        }

        .menu {
            font-size: smaller;
            padding: 0;
        }

        .menu-ul {
            white-space: nowrap;
            width: fit-content;
            padding-right: 130px;
            margin-left: -15px;
        }

        .megamenu {
            padding-top: 20px;
        }

        .flex-div {
            row-gap: 5px;
            padding: 0 10px 0 0;
            margin: 0;
        }

        .col-ex {
            font-size: 1em;
            padding: 0;
            width: 100%;
            white-space: initial;
        }

        .logo-text-line1 {
            margin-top: -10px;
            font-size: 1.2em;
            font-weight: bolder;
            font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
        }

        .logo-text-line2 {
            font-size: .7em;
            font-weight: normal;
            margin-top: -2px;
            text-align: center;
            font-weight: 600;
        }

        .course-teams-frame {
            clear: both;
            width: fit-content;
            margin: 0px auto 0px auto;
            padding: 0px 5px 0 5px;
        }

        .coursepad {
            margin-top: 20px;
        }

        .course-teams-text {
            white-space: initial;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
        }

        .course-title {
            font-size: .9em;
            border-radius: 10px;
            float: left;
            width: 100%;
            margin-left: 0px;
            padding: 10px 10px 25px 10px;
        }

        .default-child-item-inner {
            padding: 20px 0 0 0;
            width: fit-content;
            display: flex;
            flex-wrap: wrap;
            margin: 15px 0 0 -20px;
        }

        .default-child-item-frame {
            flex: 1;
            width: 300px;
            padding: 0px 15px 0px 15px;
            font-size: 1em;
            font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
            font-weight: bold;
            font-style: italic;
        }

        .default-also-frame {
            flex: 1;
            width: 100%;
            padding: 0px 10px 25px 10px;
            text-align: center;
            font-size: 1em;
            font-family: 'Segoe UI', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
            font-weight: bold;
            font-style: italic;
        }

        .default-also-text {
            margin: 10px 0 0px -25px;
            width: fit-content;
            text-align: left;
            white-space: nowrap;
        }

        .imagediv {
            margin: 0 auto 0 auto;
            text-align: center;
            width: fit-content;
            max-height: fit-content;
        }

        .productpicframe {
            max-width: 325px;
        }

        .c-lblimg {
            width: 350px;
        }

        .item-div {
            white-space: initial;
            width: fit-content;
        }

        .menusupportitem {
            width: fit-content;
            margin: 0px auto 0 auto;
        }

        .subpagecontainer {
            position: relative;
            top: 0px;
            padding: 10px;
            z-index: 1000;
        }

        .productpic {
            width: 325px;
        }
    }


 