﻿@font-face {
    font-family: 'montserratregular';
    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 {
    font-family: 'montserratregular';
}

h2 {
    font-family: 'montserratregular';
    font-weight:bold;
    color:#D22630;
}

h3 {
    font-family: 'montserratregular';
    font-weight:bold;
    color:#D22630;
}

.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: #D22630;
    font-family: 'montserratregular';
    color: white;
    text-decoration: none;
}

.button:hover{
    background-color:#DCDCDC;
    color:#000000;
}

.button2 {
    background-color: #2D2926;
    font-family: 'montserratregular';
    color: white;
    text-decoration: none;
}

    .button2:hover {
        background-color: #DCDCDC;
    }

.button3 {
    background-color: #2D2926;
    font-family: 'montserratregular';
    color: white;
    text-decoration: none;
    box-shadow: none;
}

.button3:hover{
        background-color: #DCDCDC;
}

.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:#2D2926;
    margin-left:0.6rem;
    text-decoration:none;
}

    .topMenuLinks:hover {
        color:#D22630;
    }

.mainMenuLinks, .mainMenuLinks:visited {
    color:white;
    font-weight:bold;
    text-decoration:none;
}

    .mainMenuLinks:hover {
        color:#2D2926;
    }

.catLink, .catLink:visited {
    color: #000000;
    text-decoration: none;
}
    .catLink:hover {
        color: #000000;
        text-decoration: underline;
    }

.noLinkUnderline {
    text-decoration:none;
}

.regLinks, .regLinks:visited {
    color:#D22630;
    text-decoration:none;
}

    .regLinks:hover {
        color:#DCDCDC;
    }

.regLinksWhite, .regLinksWhite:visited {
    color:#D22630;
    text-decoration:none;
}

    .regLinksWhite:hover {
        color:white;
    }

.regLinksPopUp, .regLinksPopUp:visited{
    color:white;
    text-decoration:none;
}

.regLinksPopUp:hover{
    color:black;
}

.itemhover {
    border: 1px solid #F1F1F1;
    display: inline-block;
}

.footerLinks, .footerLinks:visited {
    font-weight:bold;
    color:#2D2926;
    text-decoration:none;
    margin-right: 0.6rem;
}

    .footerLinks:hover {
        color:#D22630;
    }

.footerText {
    text-align: center;
    margin-top:8px;
}


.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: 3px groove lightgray;
}

.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;
    
}*/