@font-face {
    font-family: '"Inter", Arial, sans-serif"';
    src: url('font/montserrat/montserrat-regular-webfont.eot');
    src: url('font/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('font/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('font/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('font/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    padding: 0;
    margin: 0;
    /* Default site font (Copy) */
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; /* Copy line height from requirements */

    color: #000000; /* Headings/Page headings are black per spec */
    background: #FFFFFF; /* White page background */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 40px;
    line-height: 56px;
}

h2 {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 34px;
}

h3 {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    line-height: 29px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}

.modalPopupExtenderBackground {
    height: 100%;
    background-color: #EBEBEB;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.bkgroundImgLogin {
background-image:url('../images/Banner/login watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-attachment: fixed;
}

.bkgroundImgAccount {
background-image:url('../Images/Banner/Account page watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-attachment: fixed;
}

.bkgroundImgRedeem {
background-image:url('../Images/Banner/Redeem page watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-attachment: fixed;
}

.bkgroundImgWelcomeMessage{
background-image:url('../Images/Banner/Welcome message watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-attachment: fixed;
}

.bkgroundImgEarnQ1 {
background-image:url('../images/watermark_2000x900.png');
background-repeat:no-repeat;
background-size:cover;
/*background-position:center;
background-attachment: fixed;*/
}

.bkgroundImgEarnQ2 {
background-image:url('../Images/Banner/Q2 SPIFF Watermark_2000x900.png');
background-repeat:no-repeat;
background-size:cover;
/*background-position:center;
background-attachment: fixed;*/
}

.bkgroundImgEarnQ4 {
background-image:url('../Images/Banner/Maxam_Q4_Background.png');
background-repeat:no-repeat;
background-size:cover;
/*background-position:center;
background-attachment: fixed;*/
}

.bkgroundImgEarnQ2_2022 {
background-image:url('../Images/Banner/Lift_Shift water mark Q2.png');
background-repeat:no-repeat;
background-size:cover;
/*background-position:center;
background-attachment: fixed;*/
}


.topHeader {
    background-color:white; 
    height:30px;
}

.button {
    background-color: #CC0124;
    font-family: 'Inter Regular 400';
    color: #FFFFFF;
    text-decoration: none;
}

    .button:hover {
        background-color: black;
        /*color: #000000;*/
    }

.button2 {
    background-color: black;
    /*font-family: 'Inter Regular 400';*/
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 9999px !important; /* fully rounded corners */
}

    .button2:hover {
        background-color: #CC0124;
    }

.button3 {
    background-color: #CC0124;
    font-family: 'Inter Regular 400 ';
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: none;
}

    .button3:hover {
        background-color: #FFFFFF;
    }

.watermarkedText {
    color: #999999;
}

.redeemItemsInHouseTop {
    text-align: center;
    margin: 5px;
    padding-top: 10px;
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: white;
}

.redeemItemsInHouseBottom {
    text-align: center;
    border-width: 1px;
    border-top: 0px;
    border-style: solid solid none solid;
    border-color: white;
    margin: 5px;
    margin-top: -6px;
    border-bottom: 1px solid white;
    min-height:80px;
}

.topMenuLinks, .topMenuLinks:visited {
    color: #000000;
    margin-left: 0.6rem;
    text-decoration: none;
}

    .topMenuLinks:hover {
        color: #B5A99A;
    }

/* Mobile only: reduce header link font so GRIP-RITE.COM/DECK-IT-OUT fits without wrapping */
@media (max-width: 767px) {
    .topMenuLinks {
        font-size: 11px;
    }
}

.mainMenuLinks, .mainMenuLinks:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

    .mainMenuLinks:hover {
        color: #CC0124;
    }

    /* Active nav link when user is on that page (red per requirements) */
    .top-bar li.active .mainMenuLinks,
    .top-bar li.active .mainMenuLinks:visited {
        color: #CC0124;
    }

.catLink, .catLink:visited {
    color: #000000;
    text-decoration: none;
}
    .catLink:hover {
        color: #000000;
        text-decoration: underline;
    }

.noLinkUnderline {
    text-decoration:none;
}

.regLinks, .regLinks:visited {
    color: #CC0124;
    text-decoration: none;
}

    .regLinks:hover {
        color: #B5A99A;
    }

.regLinksWhite, .regLinksWhite:visited, .regLinksWhite:focus {
    color: white;
    text-decoration: none;
}

    .regLinksWhite:hover {
        color: white;
    }

.regLinksPopUp, .regLinksPopUp:visited{
    color:white;
    text-decoration:none;
}


/* Cookie Message bar */
.cookieFooter {
    background: #000000; /* Black background */
    color: #FFFFFF; /* White text */
}

    /* Make sure paragraph text inside cookie bar stays white */
    .cookieFooter p {
        color: #FFFFFF;
        margin-bottom: 0; /* optional: prevents extra spacing */
    }

    /* Cookie Message links */
    .cookieFooter .regLinksCookie,
    .cookieFooter .regLinksCookie:visited {
        color: #CC0124; /* Red */
        text-decoration: none; /* No underline */
    }

        /* Cookie Message link hover */
        .cookieFooter .regLinksCookie:hover {
            color: #B5A99A; /* Tan */
            text-decoration: none;
        }

.regLinksPopUp:hover {
    color: black;
}

.itemhover {
    border: 1px solid #F1F1F1;
    display: inline-block;
}

/* Footer links */
.footerLinks,
.footerLinks:visited {
    font-weight: 400; /* Inter Regular (not bold unless design says bold) */
    color: #CC0124; /* Red */
    text-decoration: none; /* No underline */
    margin-right: 0.6rem;
}

    /* Hover color */
    .footerLinks:hover {
        color: #B5A99A; /* Tan */
    }

.footerText {
    text-align: center;
    color: #FFFFFF; /* Footer text white */
    margin-top: 8px;
}

/* Footer address and powered-by – alignment/position only (see Myers for placement) */
.footerAddress {
    padding-left: 2.5rem;
}
.footerPoweredBy {
    padding-right: 2.5rem;
}

/* Right side footer: text size matches rest of footer; logo displays without compression */
.footerPoweredBy .poweredText {
    font-size: inherit;
}
.footerPoweredBy .poweredLogo {
    width: auto;
    max-width: 230px;
    height: auto;
    max-height: 90px;
    object-fit: contain;
}

/* Program Terms and Conditions link in address block: match surrounding copy font size */
.footerAddress .footerLinks {
    font-size: inherit !important;
}

/* Footer "Rebate Program" link: red on hover */
.footerRebateProgramLink:hover {
    color: #CC0124 !important;
}


.abouta {
    color: #000;
    outline: none;
    text-decoration:none;
}


    .abouta:hover {
        color: #666;
    }

.a-top, .a-top:visited {
    font-weight: bold;
    color: black;
    vertical-align: top;
    vertical-align: text-top;
    text-decoration:underline;
}

    .a-top:hover {
        font-weight: bold;
        color: black;
    }

.titleBox {
    background-color: #fff;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px groove #000000;
}

.titleBoxLight
{
    background-color: #fff;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid silver;
}

.float-left-form {
    float: left;
}

.clear-fix {
    clear:both;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.8rem;
}

.tableHeaders {
    background-color:#02548e; 
    color:#FFFFFF;
    font-weight: bold;
}

.altBackground1 {
    background-color: #f4f4f4;
    color: #5B5B5B;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight:bold;
}

.altBackground2 {
    background-color: #FFFFFF;
    color: #5B5B5B;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight:bold;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1em;
}

.fontRedColor {
    color:#ee3a43;
}

.fileUpload {
    max-width: 560px;
}

.claimSubtext {
    display:inline-block;
    font-size:x-small; 
}

.calendar {
    background-color: #FFFFFF;
}

.search {
    width: 25px;
    max-width: 25px;
    border: none;
    margin-top: 4px;
    margin-left: -15px;
}
 
.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.inactiveButton {
    background-color:#0177C1;
    font-family: 'montserratregular';
    color:white;
    text-decoration:none;
    pointer-events: none;
    cursor: default;
}

.inactiveButton:hover{
    background-color:lightskyblue;
}
#ticker {
    background-color: #000000;
}

.tcontainer {
    width: 100%;
    overflow: hidden;
    box-sizing:content-box;
}
    
.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #000000;
    overflow:hidden;
}
    
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    overflow:hidden;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}
    
.ticker-move:hover {
    animation-play-state: paused;
}
    
.ticker-item {
    margin-top:10px;
    display: inline-block;
    padding: 0 20px;
    font-size: x-large;
    color:white;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration:none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

.dropdown-item {
  line-height: 1.2;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 380px;
  right:0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 10px;
  text-align:left;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #D22630;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*****************************/
/* BONUS OFFER HEADER FORMAT */
/*****************************/
.offerHeaders {
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #585858;
    text-align: center;
}

.offerHeaderTextStyle {
    background-color: #FFFFFF;
    padding: 10px;
    border: 2px solid black;
}

/*th {
    background-color: #b7b7b7 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b7b7b7),to(#b7b7b7)) !important;
    background-image: -webkit-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: -moz-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: -ms-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: -o-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: linear-gradient(to bottom,#b7b7b7,#b7b7b7) !important;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
    border-top: 0 !important;
    
}*/