/*
 * Consolidated CSS File
 * Combines: style.css, responsive.css, cart.css, and OSHA_Extras.css
 * Eliminates duplicates and resolves conflicts
 * Created: 2024
 */

/* ==========================================================================
   FONT IMPORTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');

/* ==========================================================================
   GLOBAL RESET & BASE STYLES
   ========================================================================== */
* {
    padding: 0;
    margin: 0;
    outline: none;
    border: 0;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #959595;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased;
    position: relative;
}

html, html a {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
}

.clear {
    height: 0px;
    overflow: hidden;
    clear: both;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
    margin: 30px 0 20px;
}

h1 {
    font-size: 32px;
    color: #393939;
    margin: 0 0 20px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

ul, ol {
    padding: 0px 0px 20px 15px;
    list-style: none;
}

strong {
    font-weight: 600;
}

/* ==========================================================================
   LINKS
   ========================================================================== */
a {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    outline: 0 !important;
    outline: none !important;
}

a:focus {
    outline: none;
}

/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
input[type="submit"], input, textarea, select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input[type="image"], input[type="submit"], input, textarea, select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input:focus {
    outline: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* Text inputs */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    color: black;
    padding: 6px 12px;
    display: inline-block;
    font-size: 1em;
    font-weight: inherit;
    transition: .15s linear border;
    max-width: 100%;
    border: 1px solid #eee;
    background: #f7f7f7;
    font-family: inherit;
    line-height: 1.65;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input.required, select.required, div.required {
    border-bottom: double red;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    display: inline-block;
    width: 20px;
}

/* Required field styling */
.ginput_container input.required {
    border-bottom: double red;
}

/* Form validation error styling */
.gfield_error {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.gfield_error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.gfield_contains_required .gfield_label::after {
    color: #ff0000;
    font-weight: bold;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
input[type="submit"],
.theme-button,
button,
#main .tagcloud a:hover,
.post-tags a:hover,
.wpex-carousel .owl-dot.active,
#site-navigation .menu-button > a > span.link-inner,
.wpex-carousel .owl-prev,
.wpex-carousel .owl-next {
    background: #4a97c2;
    color: #fff;
}

button, input, select, textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

.theme-button,
.color-button,
input[type="submit"],
button {
    color: #fff;
    padding: .5em 1em;
    margin: 0;
    display: inline-block;
    font-size: 0.923em;
    font-weight: normal;
    outline: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: all 0.15s ease-in-out;
    border-radius: 3px;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
}

p.theme-button a {
    color: #fff;
}

.theme-button p, .vcex-button p {
    margin: 0 !important;
}

/* Script Button (from OSHA_Extras.css) */
.scriptButton {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    background: url(/static/css/styles/slate_grey/button_sprite.png) no-repeat scroll center -13px transparent;
    border: none;
    color: #eee;
    font-size: 11px;
    letter-spacing: 1.6px;
    margin: 10px 0;
    outline-width: 0;
    padding: 9px 13px;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.scriptButton:hover {
    opacity: .8;
    text-decoration: none;
    color: white;
}

.scriptButton a {
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
.script-link, .scriptLink {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.no-decoration {
    text-decoration: none;
}

.one_third {
    width: 20%;
    margin-right: 0;
}

.footer_background .inner .one_third {
    width: 33%;
}

#stage {
    margin-left: 25%;
}

.h3-style {
    font-size: 16pt;
    color: #aaa;
    font-family: 'Lucida Grande', helvetica, sans-serif;
}

.OSHA-inactiveStaff {
    display: none;
    color: orange;
}

tr.OSHA-inactiveStaff td {
    color: orange;
}

.invoiceDownloadContain {
    text-align: center;
}

/* ==========================================================================
   LAYOUT STRUCTURE
   ========================================================================== */
#layout {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px;
}

.topContainer {
    float: left;
    width: 100%;
    padding-top: 130px;
}

.bodyContainer {
    float: left;
    width: 100%;
    padding-top: 50px;
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */
#header {
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease;
    width: 100%;
    float: left;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
    background: #fff;
    padding-bottom: 10px;
    height: 130px;
    background: #2e343b;
}

#header:after {
    position: absolute;
    left: 0;
}

.headerRight {
    float: right;
    width: 100%;
    max-width: 855px;
    border-bottom: solid 1px #3e4349;
    position: relative;
}

.headerRight p {
    float: right;
}

.headerRight p a.tel {
    width: 300px;
    height: 40px;
    color: #fefefe;
    background: #ed174b url(/static/common/images/telIcon.png) 22px 10px no-repeat;
    padding-left: 54px;
    font-size: 15px;
    line-height: 40px;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.headerRight p a.tel:hover {
    cursor: default;
    text-decoration: none;
}

.headerRight p a.login {
    width: 275px;
    height: 40px;
    color: #2e343b;
    background: #f2f3f9 url(/static/common/images/loginIcon.png) 17px 10px no-repeat;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.headerRight p a.login:hover {
    text-decoration: none;
    color: #fefefe;
    background: #f62255 url(/static/common/images/loginIcon.png) 17px -65px no-repeat;
}

.headerRight:after {
    float: left;
    width: 1px;
    height: 186px;
    background: #3e4349;
    position: absolute;
    left: -0px;
    top: -54px;
    content: "";
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    z-index: 1;
}

/* Menu Bar */
.menuBar {
    z-index: 99;
    float: right;
    transition: all 0.5s ease-in-out;
    width: 100%;
    padding-top: 35px;
    position: relative;
    max-width: 855px;
}

.menuBar a.mobilemenu {
    display: none;
}

.menuBar ul {
    padding: 0;
    list-style: none;
    float: right;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.menuBar li {
    padding: 0 46px 0 0px;
    position: relative;
    display: inline-block;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.menuBar li:last-child {
    padding-right: 0;
}

.menuBar li a {
    text-decoration: none;
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.menuBar li > a:hover, .menuBar li.active > a, .menuBar li.selected > a, .menuBar li.current-menu-item > a, .menuBar li.current-menu-ancestor > a {
    color: #ed174b;
}

.menuBar ul > li.dropdown {
    /* padding-right: 15px; */
}

.menuBar ul > li.dropdown > a {
    /* padding-right: 25px; */
    /* background: url('../images/arrow-down.png') right no-repeat; */
}

.menuBar li ul {
    position: absolute;
    left: 0;
    top: 15px;
    width: auto;
    min-width: 190px;
    border-top: 35px solid rgba(0, 0, 0, 0);
    padding: 0;
}

.menuBar li li {
    padding: 0px;
    float: none;
    width: 100%;
    border: 0px;
    text-align: left;
    background: none;
    vertical-align: top;
}

.menuBar li li:first-child {
    border-top: 1px solid #ed174b;
}

.menuBar li li.dropdown > a {
    /* background: url('../images/arrow-right.png') right no-repeat; */
}

.menuBar li li a {
    padding: 12px 18px 12px 30px;
    height: auto;
    display: block;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    width: 100%;
    text-transform: capitalize;
    background: #2e343b url(/static/common/images/leftArrow.png) 15px 18px no-repeat;
    border-bottom: solid 1px #542e3e;
    font-size: 16px;
}

.menuBar li li a:hover, .menuBar li li.active > a {
    background: #41474e url(/static/common/images/leftArrow.png) 15px 18px no-repeat;
}

.menuBar li li ul {
    left: 100%;
    top: 0px;
}

.menuBar li ul {
    display: none;
}

.menuBar li:hover ul {
    display: block;
}

.menuBar li:hover li ul {
    display: none;
}

.menuBar li:hover li:hover ul {
    display: block;
}

#header a.close {
    display: none;
}

.menuBar li:first-child {
    padding-left: 0;
}

.menuBar li.space {
    float: right;
}

#header .logo {
    float: left;
    transition: all 0.5s ease-in-out;
    margin: 10px 0 0 0;
}

#header .logo img {
    transition: all 0.5s ease-in-out;
    float: left;
    max-width: 100%;
}

nav#menu {
    display: inline-block;
    float: right;
}

#header .logo img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#header .headerRight {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/* Sticky Header */
#header.stickyhead {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    box-shadow: 0 0px 10px #ccc;
    height: 95px;
}

#header.stickyhead .logo img {
    max-width: 110px;
    margin-top: 12px;
}

#header.stickyhead .headerRight {
    padding-top: 0;
}

#header.stickyhead .menuBar {
    padding-top: 13px;
}

#header.stickyhead .menuBar li ul {
    top: 6px;
}

#header.stickyhead .headerRight:after {
    display: none;
}

@-webkit-keyframes stickyhead {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes stickyhead {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes stickyhead {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

#header.stickyhead {
    -webkit-animation: stickyhead ease-in-out 0.6s 0.1s both;
    -moz-animation: stickyhead ease-in-out 0.6s 0.1s both;
    animation: stickyhead ease-in-out 0.6s 0.1s both;
}

/* ==========================================================================
   CART/SHOP STYLES (from cart.css, OSHA_Extras.css)
   ========================================================================== */
.storeProductLogo {
    max-width: 100%;
    height: auto;
    display: block;
}

.payment_form.modal {
    border-radius: 0;
    line-height: 16px;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
}

.payment_form h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #2e5764, #1e3d47);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e3d47), color-stop(1, #2e5764));
}

.payment_form.modal p {
    padding: 15px 25px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    overflow: hidden;
}

.payment_form.modal p:last-child {
    border: none;
}

.payment_form.modal p label {
    float: left;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    width: 130px;
    line-height: 22px;
}

.payment_form.modal p input[type="text"],
.payment_form.modal p input[type="password"] {
    font: normal 12px/16px "Lucida Grande", Verdana;
    padding: 3px;
    border: 1px solid #ddd;
    width: 200px;
}

.storeProductLogoContain {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.storeProductTextContain {
    display: block;
    overflow: hidden;
    margin-left: 170px;
}

.storeProductContain {
    clear: both;
    color: black;
    border-top: 1px solid lightslategray;
    overflow: hidden;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    margin-top: 20px;
    padding: 10px;
}

.storeProductTextContain > p, .storeProductTextContain form {
    margin: 1em;
}

.storeAddToCartContain {
    float: left;
    width: auto !important;
    min-width: 250px !important;
    max-width: 400px !important;
    margin: 0px 20px 0px 10px;
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.storeAddToCartContain .add-to-cart-row {
    width: 100% !important;
}

.add-to-cart-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.button-container {
    flex-shrink: 0;
    min-width: 120px;
}

.price-container {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
}

.price-container .storeAddToCartPrice {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.storeProductTextContain form {
    clear: both;
    overflow: hidden;
}

.storeProductTextContain p {
    clear: both;
    margin-top: 15px;
    margin-right: 0 !important;
    width: 100% !important;
}

.storeProductTextContain div {
    width: 100%;
    max-width: none;
    margin-right: 0;
}

.storeProductTextContain div p {
    white-space: nowrap;
    margin-bottom: 10px;
}

.storeProductTextContain div p input[type="checkbox"] {
    margin-right: 5px;
}

.storeProductTextContain div p select {
    margin: 0 5px;
    min-width: 50px;
}

.storeProductTextContain {
    margin-left: 110px !important;
    margin-right: 0 !important;
    width: calc(100% - 110px) !important;
    max-width: none !important;
    overflow: visible !important;
}

.storeProductTextContain * {
    max-width: none !important;
    overflow: visible !important;
}

.cartTotalsLabels {
    text-align: right;
    width: 610px;
}

.cartTotals {
    text-align: right;
    width: 80px;
}

.cartRemove {
    text-align: center;
    width: 60px;
}

.cartDesc {
    text-align: left;
    width: 450px;
    padding-left: 1em;
}

.cartQty, .cartDiscnt {
    text-align: right;
    width: 75px;
}

.cartQty input {
    text-align: right;
}

cartQty.cartSpecialPricing {
    font-style: italic;
    color: red;
    font-weight: bold;
}

tr.border_bottom td {
    border-bottom: 1pt solid black;
}

table {
    border-collapse: collapse;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (from responsive.css, cart.css, OSHA_Extras.css)
   ========================================================================== */
@media only screen and (max-width: 1160px) {
    .wrapper {
        max-width: 1024px;
        padding: 0 20px;
    }
    #header {
        position: relative;
    }
    .topContainer {
        padding-top: 0;
    }
    .headerRight {
        max-width: 710px;
    }
    .menuBar {
        max-width: 730px;
    }
    .menuBar li {
        padding: 0 22px 0 0;
    }
    .suvDisinfectant {
        padding: 40px 25px;
    }
    .suvDisinfectant .leftSec {
        max-width: 40%;
    }
    .suvDisinfectant .rightSec {
        max-width: 56%;
    }
    .suvDisinfectant .rightSec h3 {
        font-size: 32px;
    }
    .productSec ul li .details h3 {
        font-size: 20px;
    }
    .productSec ul li .details h3 span {
        font-size: 13px;
    }
    footer .topSec .col02 {
        max-width: 415px;
    }
    footer .topSec .col01 {
        max-width: 285px;
    }
    footer {
        background-size: cover;
    }
    footer form {
        max-width: 350px;
    }
    footer form input[type="text"] {
        width: 239px;
    }
    .suvDisinfectant .leftSec ul li a.download {
        background-size: 100% auto;
        font-size: 18px;
        margin-left: 0;
    }
    .suvDisinfectant .leftSec ul li a.download:hover {
        background-size: 100% auto;
        background-position: 0 -91px;
    }
    .grayBox .leftSec {
        max-width: 480px;
    }
    .productSec ul li .details h3 strong {
        font-size: 20px;
    }
    .suvDisinfectant .leftSec ul li a.download {
        padding: 15px 0 0 94px;
    }
}

@media only screen and (max-width: 1023px) {
    .wrapper {
        max-width: 768px;
    }
    #header .logo img {
        max-width: 140px;
    }
    .headerRight {
        max-width: 565px;
    }
    .headerRight p a.tel {
        width: 260px;
    }
    .menuBar {
        max-width: 555px;
        padding-top: 20px;
    }
    .menuBar li {
        padding: 0 3px 0 0;
        font-size: 14px;
    }
    .headingTop {
        height: 135px;
    }
    .headingTop h2 {
        /* line-height: 135px; */
        font-size: 30px;
    }
    .headingTop h2::after {
        top: 95px;
    }
    .grayBox .leftSec {
        max-width: 50%;
        padding-left: 10px;
    }
    .grayBox img {
        max-width: 35%;
        margin-right: 10px;
    }
    .suvDisinfectant .rightSec h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .grayBox {
        padding: 60px 0;
    }
    .productSec ul li {
        width: 50%;
    }
    .grayBox .leftSec h3 {
        font-size: 32px;
        line-height: 34px;
    }
    .suvDisinfectant .leftSec ul li a.download {
        background-size: 100% auto;
        font-size: 12px;
        height: 65px;
        padding: 10px 0 0 64px;
        line-height: 18px;
        margin-top: 20px;
    }
    .suvDisinfectant .leftSec ul li a.download:hover {
        background-size: 100% auto;
        background-position: 0 -67px;
    }
    .logoSec ul li {
        display: inline-block;
        padding: 0 11px;
    }
    .productSec {
        padding: 100px 0 60px;
    }
    footer .topSec .col01 {
        max-width: 160px;
    }
    footer .topSec .col02 {
        padding: 0 20px 0 30px;
        max-width: 290px;
    }
    footer form {
        max-width: 96%;
        float: right;
    }
    footer .joinBox {
        padding: 0 28px 20px 0;
    }
    footer form input[type="text"] {
        width: 558px;
    }
    .logoSec {
        padding: 50px 0 40px;
    }
    footer {
        padding: 60px 0 40px;
    }
    footer .joinBox p {
        line-height: 60px;
    }
    footer .joinBox h3 {
        line-height: 60px;
    }
    footer .joinBox h3::after {
        width: 50px;
        height: 50px;
        top: 5px;
        right: -23px;
    }
    .headerRight p a.login {
        font-size: 14px;
    }
    #header {
        position: relative;
        height: 105px;
    }
    .headerRight::after {
        height: 161px;
        left: 3px;
    }
    .suvDisinfectant .rightSec p, .suvDisinfectant .rightSec ul li, .grayBox .leftSec ul li, footer .topSec .col02 p, footer .topSec .col03 p, footer .copyright p {
        font-size: 16px;
    }
    .grayBox {
        padding: 60px 0 40px;
    }
    .headingTop {
        height: 105px;
    }
    .headingTop h2 {
        line-height: 105px;
    }
    .headingTop h2::after {
        top: 85px;
    }
    .menuBar li ul {
        top: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        max-width: 640px;
    }
    #header {
        height: 50px;
    }
    #header .wrapper {
        max-width: inherit;
    }
    #header .logo img {
        max-width: 80px;
    }
    #header .logo {
        margin-top: 5px;
    }
    #header.stickyhead {
        position: relative;
    }
    #header a.mobilemenu {
        padding: 0 65px 0 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        display: block;
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        left: 0px;
        top: 5px;
        line-height: 40px;
        text-transform: uppercase;
        text-align: right;
        color: #fff;
        font-size: 14px;
    }
    #header a.mobilemenu:before, #header a.mobilemenu:after, #header a.mobilemenu span {
        width: 35px;
        height: 3px;
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        content: "";
        background: #ed174b;
    }
    #header a.mobilemenu:after {
        top: auto;
        bottom: 10px;
    }
    #header a.mobilemenu span {
        top: 18px;
    }
    .mm-opened #header a.close {
        display: block;
    }
    .menuBar {
        position: inherit;
        display: none;
    }
    #header a.close {
        width: 50px;
        height: 20px;
        font-size: 0px;
        position: absolute;
        left: 20px;
        top: 9px;
        z-index: 8888;
    }
    #header a.close:before, #header a.close:after {
        width: 30px;
        height: 3px;
        display: none;
        position: absolute;
        left: 0px;
        top: 10px;
        content: "";
        background: #ed174b;
        -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }
    .mm-opened #header a.close:before, .mm-opened #header a.close:after {
        display: block;
    }
    #header a.close:after {
        -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
        transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    }
    .menuBar ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 42px;
        z-index: 10;
        width: 100%;
        background: #aaa;
    }
    .menuBar li {
        padding: 0px;
        float: none;
        border: 0px;
    }
    .menuBar li a {
        padding: 5px 15px;
        display: block;
    }
    .mm-listview > li > a, .mm-listview > li > span {
        text-transform: uppercase;
    }
    .menuBar li a:hover, .menuBar li.active a {
        background: #999;
    }
    .menuBar ul > li.dropdown {
        padding-right: 0px;
    }
    .menuBar ul > li.dropdown > a {
        padding-right: 0px;
        background: url(/static/common/images/arrow-down.png) 95% center no-repeat;
    }
    .menuBar ul > li.dropdown > a:hover, .menuBar ul > li.dropdown.active > a {
        padding-right: 0px;
        background: #999 url(/static/common/images/arrow-down.png) 95% center no-repeat;
    }
    .menuBar li ul {
        position: static;
        left: 0px;
        top: 0px;
        width: 100%;
    }
    .menuBar li:hover ul {
        display: none;
    }
    .menuBar li li {
        border: 0px;
        padding: 0;
        background: none;
    }
    .menuBar li li a {
        padding-left: 40px;
    }
    .menuBar li li li a {
        padding-left: 60px;
    }
    .mm-listview li > a:hover, .mm-listview li.active > a {
        color: #333;
    }
    .mm-listview .mm-next:hover {
        color: #e38d1e;
    }
    .mm-menu .mm-listview > li .mm-prev::before, .mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
        border-color: #fff;
    }
    .mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
        border-color: #fff;
    }
    .mm-menu .mm-listview > li .mm-next:hover::after {
        border-color: #fff;
    }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
        /* border-left: solid 5px #3aa049; */
    }
    .mm-opened .logo {
        display: none;
    }
    .mm-menu {
        background: #ed174b;
        color: #fff;
    }
    .mm-menu li a {
        color: #fff;
    }
    .mm-menu > .mm-panel > .mm-listview.mm-last {
        padding-bottom: 0 !important;
    }
    .mm-listview + .headerRight {
        display: block;
    }
    .headerRight::after {
        display: none;
    }
    .headerRight {
        border: none;
    }
    #header .headerRight {
        display: none;
        border: none;
    }
    .headerRight {
        float: left;
        width: 100%;
        padding-top: 20px;
    }
    .headerRight p {
        float: left;
        width: 100%;
    }
    .headerRight p a.login {
        margin-bottom: 10px;
        width: 100%;
        padding-left: 54px;
        text-align: left;
    }
    #back-to-top {
        display: block;
    }
    .suvDisinfectant {
        padding: 40px 0;
    }
    .suvDisinfectant .leftSec {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .suvDisinfectant .rightSec {
        max-width: 100%;
    }
    .suvDisinfectant .leftSec img {
        height: auto;
    }
    .suvDisinfectant .leftSec ul li a.download {
        float: left;
        width: 100%;
        max-width: 412px;
        height: 95px;
        padding: 20px 0 0 94px;
        background: url(/static/common/images/downloadbg.png) 0 0 no-repeat;
        background-size: auto;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    .suvDisinfectant .leftSec ul li a.download:hover {
        background: url(/static/common/images/downloadbg.png) 0 -101px no-repeat;
        background-size: auto;
    }
    .logoSec ul li {
        max-width: 30%;
    }
    footer .topSec .col01 {
        max-width: inherit;
        text-align: center;
        width: 100%;
    }
    footer .topSec .col01 img {
        max-width: 140px;
    }
    footer .topSec .col02 {
        padding: 30px 0 0;
        max-width: 50%;
    }
    footer .topSec .col03 {
        padding: 30px 0 0;
        max-width: 50%;
    }
    footer form input[type="text"] {
        width: 438px;
    }
    .suvDisinfectant .rightSec p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    body, .grayBox .leftSec ul li, footer .topSec .col03 p, footer .topSec .col02 p {
        font-size: 16px;
        line-height: 22px;
    }
    .productSec ul li .details h3 {
        font-size: 18px;
    }
    .grayBox .leftSec h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .logoSec ul li img {
        max-height: 90px;
    }
    .suvDisinfectant .leftSec ul li a.download {
        float: none;
        display: inline-block;
    }
    .productSec ul li .details h3 strong {
        font-size: 18px;
    }
    .productSec ul li .details h3 span {
        font-size: 12px;
    }
    footer {
        padding: 40px 0 40px;
    }
    footer .topSec .col01 {
        margin-top: 0;
    }
    footer .social {
        margin: 15px 0;
    }
    footer .copyright {
        padding-top: 25px;
    }
    footer {
        padding-bottom: 10px;
    }
    .logoSec {
        padding: 30px 0 25px;
    }
    .grayBox {
        padding: 40px 0 40px;
    }
    /* TopContainer responsive styles */
    .topContainer {
        padding-top: 20px;
    }
    .headingTop {
        height: 100px;
    }
    .headingTop h2 {
        line-height: 100px;
        font-size: 32px;
    }
    .headingTop h2::after {
        top: 70px;
    }

    .storeProductLogoContain {
        float: none;
        margin: 0 0 8px 0; /* logo on top, small bottom gap to text */
        text-align: center; /* center the logo above text */
    }
    .storeProductTextContain {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

}

@media only screen and (max-width: 639px) {
    .wrapper {
        max-width: 480px;
    }
    .grayBox .leftSec {
        max-width: 100%;
    }
    .grayBox img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
    footer .joinBox h3::after {
        display: none;
    }
    footer .joinBox h3 {
        width: 100%;
        line-height: 55px;
    }
    footer .joinBox p {
        width: 100%;
        padding: 10px;
        line-height: normal;
        text-align: center;
    }
    footer .joinBox {
        padding: 0 0 20px 0;
    }
    footer form input[type="text"] {
        width: 308px;
    }
    .logoSec ul li:nth-child(2) {
        max-width: 40%;
    }
    .productSec ul li .details a.read {
        max-width: 160px;
    }
    footer form {
        height: 38px;
        line-height: 38px;
    }
    footer form input[type="text"], footer form input[type="submit"] {
        line-height: 38px;
        height: 38px;
    }
    footer form {
        margin: 0 5%;
        max-width: 90%;
    }
    footer form input[type="text"] {
        padding: 0 0 0 17px;
    }
    .productSec ul li .details a.read {
        height: 38px;
        line-height: 38px;
    }
    .productSec ul li .details {
        padding: 15px 10px 0px;
    }
    .headerRight p a.tel {
        font-size: 14px;
    }
    /* TopContainer responsive styles for smaller screens */
    .topContainer {
        padding-top: 10px;
    }
    .headingTop {
        height: 80px;
    }
    .headingTop h2 {
        line-height: 80px;
        font-size: 24px;
    }
    .headingTop h2::after {
        top: 55px;
        width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .wrapper {
        max-width: 320px;
    }
    .productSec ul li {
        width: 100%;
    }
    footer form input[type="text"] {
        width: 168px;
    }
    footer form input[type="submit"] {
        width: 92px;
        right: -92px;
    }
    footer form {
        border-right: 92px solid #ed174b;
    }
    footer form:hover {
        border-right: solid 92px #f61d52;
    }
    footer .copyright p {
        font-size: 12px;
    }
    .suvDisinfectant .leftSec ul li a.download {
        background-size: 100% auto;
        font-size: 12px;
        height: 65px;
        padding: 12px 20px 0 64px;
        line-height: 18px;
        margin-top: 20px;
    }
    .suvDisinfectant .leftSec ul li a.download:hover {
        background-size: 100% auto;
        background-position: 0 -69px;
    }
    .headerRight p a.tel {
        width: 100%;
        background: #ed174b url(/static/common/images/telIcon.png) no-repeat scroll 0 10px;
        padding-left: 30px;
    }
    .headerRight p a.login {
        background: #f2f3f9 url(/static/common/images/loginIcon.png) no-repeat scroll 10px 10px;
    }
    .logoSec ul li:nth-child(2) img {
        margin-top: 15px;
    }
    footer .topSec .col01 {
        margin-top: 0;
    }
    footer .topSec {
        text-align: center;
    }
    footer .topSec .col02 {
        padding: 30px 0 0;
        max-width: inherit;
    }
    footer .topSec .col03 {
        padding: 30px 0 0;
        max-width: inherit;
    }
    .productSec ul li .details a.read {
        max-width: 140px;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .productSec ul li figure, .productSec ul li {
        height: auto;
    }
    /* TopContainer responsive styles for smallest screens */
    .topContainer {
        padding-top: 5px;
    }
    .headingTop {
        height: 60px;
    }
    .headingTop h2 {
        line-height: 60px;
        font-size: 20px;
    }
    .headingTop h2::after {
        top: 40px;
        width: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .mm-menu.mm-current {
        display: none !important;
    }
    html.mm-opening .mm-slideout {
        transform: translate(0px, 0px) !important;
        -webkit-transform: translate(0px, 0px) !important;
    }
    html.mm-opened {
        overflow: visible !important;
    }
    html.mm-opened body {
        overflow: visible !important;
    }
    #mm-blocker {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .storeProductLogoContain {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .storeProductTextContain {
        margin-left: 0 !important;
        overflow: visible !important;
    }
    .storeProductLogo {
        max-width: 200px !important;
        margin: 0 auto !important;
        float: none !important;
        width: auto !important;
    }
    .add-to-cart-row {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .button-container {
        text-align: center;
    }
    .price-container {
        text-align: center;
    }
    .city-state-zip-container,
    .phone-container,
    .password-container {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    .city-state-zip-container .gfield,
    .phone-container .gfield,
    .password-container .gfield {
        margin-bottom: 15px;
        width: 100%;
    }
    .ginput_container input {
        font-size: 16px;
    }
    #accountInfoContain {
        padding: 15px;
    }
    h2 {
        font-size: 24px !important;
        color: #000;
    }
}

@media (max-width: 480px) {
    .storeProductLogo {
        max-width: 150px !important;
    }
    .storeProductTextContain > p, .storeProductTextContain form {
        margin: 0.5em !important;
    }
    .gfield {
        margin-bottom: 20px;
    }
    .gfield_label {
        font-size: 14px;
    }
    .subheader {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }
    #accountInfoContain {
        padding: 10px;
    }
    .add-to-cart-row {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    .button-container {
        text-align: center;
    }
    .price-container {
        text-align: center;
    }
    h2 {
        font-size: 24px !important;
        color: #000;
    }
}

/* ==========================================================================
   CONTENT SECTIONS (from style.css)
   ========================================================================== */
.headingTop {
    float: left;
    width: 100%;
    height: 175px;
    background: url(/static/common/images/heading_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.headingTop h2 {
    float: left;
    width: 100%;
    /* line-height: 175px; */
    font-size: 48px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.headingTop h2:after {
    position: absolute;
    left: 50%;
    top: 125px;
    width: 68px;
    height: 1px;
    background: #000000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "";
}

.headingTop span {
    width: 159px;
    height: 39px;
    background: url(/static/common/images/topHeadingbg.png) 0 0 no-repeat;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.suvDisinfectant {
    float: left;
    width: 100%;
    padding: 20px 20px;
}

.suvDisinfectant .leftSec {
    float: left;
    width: 100%;
    max-width: 434px;
}

.suvDisinfectant .leftSec ul {
    /* float: left; */
    width: 100%;
    /* padding: 0; */
    margin: 0;
}

.suvDisinfectant .leftSec ul li {
    /* float: left; */
    width: 100%;
    margin: 0 10px 0 0;
    /* padding: 0; */
    /* list-style: none; */
}

.suvDisinfectant .leftSec ul li a.download {
    margin-left: 8px;
    float: left;
    width: 100%;
    height: 92px;
    padding: 21px 0 0 94px;
    background: url(/static/common/images/downloadbg.png) 0 0 no-repeat;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.suvDisinfectant .leftSec ul li a.download:hover {
    background: url(/static/common/images/downloadbg.png) 0 -101px no-repeat;
}

.suvDisinfectant .rightSec {
    float: right;
    width: 100%;
    max-width: 590px;
}

.suvDisinfectant .rightSec h3 {
    font-size: 36px;
    line-height: 38px;
    color: #ed174b;
    font-family: 'Libre Baskerville', serif;
}

.suvDisinfectant .rightSec p {
    color: #2e343b;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
    font-weight: 400;
}

.suvDisinfectant .rightSec a.buynow {
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1.5px;
    width: 198px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #ed174b;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}



.feedback {
    width: 100%;
    /* max-width: 400px; */
    margin: 0 auto;
    text-align: left;

}

.warning, div.feedback p
{
	font-weight: bold;
	color: red;
}
.suvDisinfectant .rightSec a.buynow:hover {
    background: #e10e41;
}

.suvDisinfectant .borderBox {
    padding: 20px;
    border: dashed 3px #e10e41;
    float: left;
    width: 100%;
    margin-top: 8px;
}

.suvDisinfectant .borderBox p {
    padding: 0;
}

.suvDisinfectant .rightSec p small {
    font-size: 16px;
}

.suvDisinfectant .rightSec ul {
    padding: 0 0 15px 0;
    margin: 0;
}

.suvDisinfectant .rightSec ul li {
    color: #2e343b;
    font-size: 19px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
    font-weight: 400;
    padding-bottom: 4px;
    padding-left: 0;
}

.grayBox {
    float: left;
    width: 100%;
    background: #eeeeee;
    padding: 95px 0;
}

.grayBox img {
    float: right;
    width: 100%;
    max-width: 381px;
    margin-right: 100px;
}

.grayBox .leftSec {
    float: left;
    width: 100%;
    max-width: 530px;
    padding-left: 40px;
    padding-top: 20px;
}

.grayBox .leftSec h3 {
    font-size: 36px;
    line-height: 38px;
    color: #ed174b;
    font-family: 'Libre Baskerville', serif;
    padding-bottom: 10px;
}

.grayBox .leftSec ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none;
    padding-left: 8px;
}

.grayBox .leftSec ul li {
    float: left;
    width: 100%;
    padding: 0 0 0 25px;
    color: #2e343b;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: url(../images/leftArrow.png) 0 6px no-repeat;
}

.productSec {
    float: left;
    width: 100%;
    background: url(/static/common/images/product_secbg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 95px 0;
    position: relative;
}

.productSec:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 227px;
    height: 50px;
    background: url(../images/graphic01.png) 0 0 no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: "";
}

.productSec ul {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}

.productSec ul li {
    float: left;
    width: 25%;
    height: 590px;
    padding: 0;
    border: solid 1px #d7d7d7;
}

.productSec ul li figure {
    float: left;
    width: 100%;
    max-width: 381px;
    height: 381px;
    background: url(/static/common/images/graphic01.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.productSec ul li .details {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 10px 10px;
    text-align: center;
    border-top: solid 1px #d7d7d7;
}

.productSec ul li .details h3 {
    width: 100%;
    color: #000;
    font-size: 23px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: table;
}

.productSec ul li .details h3 span {
    width: 100%;
    color: #2e343b;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: block;
}

.productSec ul li .details h3 strong {
    width: 100%;
    color: #000;
    font-size: 23px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
}

.productSec ul li .details a.read {
    background: url(/static/common/images/leftArrow.png) 0 6px no-repeat;
    padding-left: 20px;
    color: #ed174b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.productSec ul li .details a.read:hover {
    background: #e10e41;
}

.productSec ul li.active figure, .productSec ul li:hover figure {
    background: rgba(255, 255, 255, 0.8);
}

.productSec ul li.active .details, .productSec ul li:hover .details {
    background: #2e343b;
}

.productSec ul li.active .details h3, .productSec ul li.active .details h3 span, .productSec ul li:hover .details h3, .productSec ul li:hover .details h3 span {
    color: #fff;
}

.productSec ul li.active figure:after, .productSec ul li:hover figure:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(46, 52, 59, 0.2);
}

.productSec ul li:hover .details h3 strong {
    color: #fff;
}

.logoSec {
    float: left;
    width: 100%;
    padding: 105px 0 85px 0;
}

.logoSec ul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.logoSec ul li {
    display: inline-block;
    padding: 0 40px;
}

/* ==========================================================================
   FOOTER (from style.css)
   ========================================================================== */
footer {
    float: left;
    width: 100%;
    background: #2d333a url(/static/common/images/footer_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 95px 0 0 0;
}

footer .topSec {
    float: left;
    width: 100%;
}

footer .topSec .col01 {
    float: left;
    width: 100%;
    max-width: 313px;
    text-align: right;
    margin-top: 40px;
}

footer .topSec .col02 {
    float: left;
    width: 100%;
    max-width: 485px;
    padding-left: 115px;
}

footer .topSec .col02 h4 {
    float: left;
    width: 100%;
    color: #ed174b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

footer .topSec .col02 p {
    float: left;
    width: 100%;
    color: #9c9c9c;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
}

footer .topSec .col02 strong {
    color: #fff;
    font-weight: 700;
    padding-right: 5px;
}

footer .topSec .col02 a {
    color: #9c9c9c;
    cursor: default;
}

footer .topSec .col03 {
    float: left;
    width: 100%;
    max-width: 240px;
}

footer .topSec .col03 h4 {
    float: left;
    width: 100%;
    color: #ed174b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

footer .topSec .col03 p {
    float: left;
    width: 100%;
    color: #9c9c9c;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
}

footer .topSec .col03 strong {
    color: #fff;
    font-weight: 700;
    width: 100%;
}

footer .topSec .col03 a {
    color: #9c9c9c;
}

footer .topSec .col03 a:hover {
    color: #b6b3b3;
}

footer .social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

footer .social ul {
    float: left;
    width: 100%;
    text-align: center;
}

footer .social ul li {
    display: inline-block;
    padding: 0 9px;
}

footer .social ul li:nth-child(1) a {
    background: url(/static/common/images/socialicon.png) 0 0 no-repeat;
    width: 39px;
    height: 36px;
    display: inline-block;
}

footer .social ul li:nth-child(2) a {
    background: url(/static/common/images/socialicon.png) -39px 0 no-repeat;
    width: 39px;
    height: 36px;
    display: inline-block;
}

footer .social ul li:nth-child(3) a {
    background: url(/static/common/images/socialicon.png) -88px 0 no-repeat;
    width: 39px;
    height: 36px;
    display: inline-block;
}

footer .social ul li:nth-child(4) a {
    background: url(/static/common/images/socialicon.png) -134px 0 no-repeat;
    width: 39px;
    height: 36px;
    display: inline-block;
}

footer .social ul li:nth-child(5) a {
    background: url(/static/common/images/socialicon.png) -180px 0 no-repeat;
    width: 39px;
    height: 36px;
    display: inline-block;
}

footer .social ul li:nth-child(1) a:hover {
    background: url(/static/common/images/socialicon.png) 0 -36px no-repeat;
}

footer .social ul li:nth-child(2) a:hover {
    background: url(/static/common/images/socialicon.png) -39px -36px no-repeat;
}

footer .social ul li:nth-child(3) a:hover {
    background: url(/static/common/images/socialicon.png) -88px -36px no-repeat;
}

footer .social ul li:nth-child(4) a:hover {
    background: url(/static/common/images/socialicon.png) -134px -36px no-repeat;
}

footer .social ul li:nth-child(5) a:hover {
    background: url(/static/common/images/socialicon.png) -180px -36px no-repeat;
}

footer .joinBox {
    float: left;
    width: 100%;
    background: #1a1d21;
    min-height: 78px;
    height: 100%;
    padding-right: 28px;
    overflow: hidden;
}

footer .joinBox h3 {
    float: left;
    background: #ed174b;
    width: 158px;
    line-height: 78px;
    padding: 0;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-align: center;
    position: relative;
}

footer .joinBox h3:after {
    width: 62px;
    height: 62px;
    float: left;
    transform: rotate(45deg);
    background: #ed174b;
    content: "";
    position: absolute;
    right: -29px;
    top: 8PX;
    border-radius: 12px;
    z-index: -0;
}

footer .joinBox p {
    float: left;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    color: #c8c8c8;
    line-height: 78px;
    padding-left: 60px;
    font-style: italic;
}

footer form {
    float: right;
    position: relative;
    width: 100%;
    max-width: 450px;
    background: #fff;
    margin-top: 16px;
    height: 46px;
    border-radius: 24px;
    border-right: solid 112px #ed174b;
}

footer form input[type=text] {
    float: left;
    padding: 0 0 0 32px;
    width: 340px;
    height: 46px;
    background: none;
    border: none;
    color: #959595;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
}

footer form input[type=submit] {
    float: right;
    width: 112px;
    height: 46px;
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: absolute;
    right: -108px;
    cursor: pointer;
}

footer form:hover {
    border-right: solid 112px #f61d52;
}

footer .copyright {
    float: left;
    width: 100%;
    padding-top: 60px;
}

footer .copyright p {
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
    color: #9c9c9c;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center;
}

footer .copyright p span {
    color: #fff;
}

.mobilemenu {
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(/static/common/images/backtotop.png) center right no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   TABLES (from style.css and OSHA_Extras.css)
   ========================================================================== */
table.tablesorter {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 1em;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #FFF;
    color: black;
    border: 1px solid #999;
    font-size: 1em;
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-image: url(/static/css/blue/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    background-color: #FFF;
    vertical-align: top;
    color: black;
    padding: 2pt;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #999;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/static/css/blue/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/static/css/blue/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #ec184b;
    color: white;
    font-weight: 600;
}

table.tablesorter img {
    max-width: none;
}

.nosort {
    background-image: none !important;
}

/* Invoice List Table */
table#invoice-list {
    border-collapse: collapse;
}

table#invoice-list th,
table#invoice-list td {
    border: 1px solid #999;
    padding: 4px;
}

.invoiceDownloadContain, .invoiceTrackContain {
    text-align: center;
}

/* OSHA Data Table */
table.OSHA-data-table {
    border-collapse: collapse;
}

.OSHA-data-table td, .OSHA-data-table th {
    padding: 2px 10px;
    border: 1pt solid #999;
}

.OSHA-data-table p {
    margin: 0;
}

.results-list table {
    float: left;
    margin-right: 6pt;
}

.results-list td, .results-list tr {
    font-size: 10pt;
    text-align: center;
    padding: 2px;
}

.results-list table th {
    min-height: 40px;
}

.results-form {
    text-align: center;
    border: 0;
    width: 40em;
    margin: 8pt auto 8pt auto;
    padding-bottom: 6pt;
    padding-top: 6pt;
    background-color: #eeeeee;
}

#result-list-foot {
    text-align: center;
}

.instructions {
    color: #666;
    font-style: italic;
}

.numericData {
    text-align: right;
}

/* ==========================================================================
   FORM IMPROVEMENTS (from OSHA_Extras.css)
   ========================================================================== */
.gform_fields {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gfield {
    margin-bottom: 15px;
    clear: both;
}

.gfield_label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.ginput_container input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
}

.ginput_container input:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 124, 186, 0.3);
}

.ginput_container input:disabled {
    background-color: #f5f5f5;
    color: #666;
    cursor: not-allowed;
}

/* City/State/Zip on same line */
.city-state-zip-container {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 15px;
}

.city-state-zip-container .gfield {
    flex: 1;
    margin-bottom: 0;
    list-style: none;
}

.city-state-zip-container .gfield:nth-child(1) {
    flex: 2; /* City gets more space */
}

.city-state-zip-container .gfield:nth-child(2) {
    flex: 1; /* State gets less space */
}

.city-state-zip-container .gfield:nth-child(3) {
    flex: 1; /* Zip gets less space */
}

/* Phone fields on same line */
.phone-container {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 15px;
}

.phone-container .gfield {
    flex: 1;
    margin-bottom: 0;
    list-style: none;
}

/* Password fields on same line */
.password-container {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 15px;
}

.password-container .gfield {
    flex: 1;
    margin-bottom: 0;
    list-style: none;
}

.ginput_container_password {
    position: relative;
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}

/* Subheader styling */
.subheader {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 25px 0 15px 0;
    padding: 10px 0;
    border-bottom: 2px solid #007cba;
    clear: both;
    list-style: none;
}

/* Form container improvements */
#accountInfoContain {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#accountInfoContain h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.required-legend {
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 15px;
}

/* ==========================================================================
   ADDITIONAL UTILITY CLASSES (from OSHA_Extras.css)
   ========================================================================== */
.side-menu ul {
    list-style: none;
}

.side-menu h2 {
    margin-bottom: 0px;
}

p.quicklink-OSHAReview a {
    width: 100%;
}

/* ==========================================================================
   PRINT STYLES (from OSHA_Extras.css)
   ========================================================================== */
@media print {
    body, .content, #stage {
        margin: 0;
        border: 0;
        width: 100%;
    }

    .results-form, #footer, #sub_footer, .noprint, .no-print, .side-munu, .one_third,
    #header, #acct-info-head {
        display: none;
    }

    .OSHA-data-table td, .OSHA-data-table p {
        font-size: 8pt;
        padding: 1pt 6pt;
    }

    .results-list-contain {
        margin: auto;
        width: 600px;
        clear: both;
    }
} 