/*Pattern Library Offer Cards for Fiserv */
.glu__card-offer {
  margin-bottom: 8px;
}

.no-more-offers-text {
  display: none;
}

/* */
.glu__card-offer {
  padding-left: 2px;
  padding-right: 2px;
  max-width: 213px;
  height: 193px;
}

.glu__card-offer-container {
  margin-left: -2px;
  margin-right: -2px;
  justify-content: center;
}
@media screen and (max-width: 768px) { 
  .glu__card-offer-container {
    justify-content: flex-start;
  }
}
.glu__card-offer-container.glu__card-offer-container--loading .glu__card-offer .glu__card--offer-logo {
  visibility: hidden;
}

.glu__card-offer-container.glu__card-offer-container--loading .glu__card-offer .glu__card--offer-button {
  visibility: hidden;
}

.glu__card-offer-container.glu__card-offer-container--loading .glu__card-offer .glu__card--offer-headline:before {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  background-color: #EEEEEE;
  border-radius: 2px;
}

.glu__card-offer-container.glu__card-offer-container--loading .glu__card-offer .glu__card--offer-headline:before, .glu__card-offer-container.glu__card-offer-container--loading .glu__card-offer .glu__card--offer-button {
  -webkit-animation: pulse-offer-loading 2300ms infinite;
  animation: pulse-offer-loading 2300ms infinite;
}
.exclusion{
  margin-top: 0px !important;;
}

@-webkit-keyframes pulse-offer-loading {
  0% {
    background-color: #EEEEEE;
  }
  50% {
    background-color: #D8D8D8;
  }
  100% {
    background-color: #EEEEEE;
  }
}

@keyframes pulse-offer-loading {
  0% {
    background-color: #EEEEEE;
  }
  50% {
    background-color: #D8D8D8;
  }
  100% {
    background-color: #EEEEEE;
  }
}

.glu__card-offer--offerContents {
  border: 1px solid #E5E5E5;
  border: 1.5px solid #E5E5E5;
  border-radius: 3px;
  padding: 16px 5px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  text-align: center;
  position: relative;
  height: 193px;
  width: 100%;
  display: block;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 768px) { 
  .glu__card-offer--offerContents {
    height: 193px !important;
  }
}
.glu__card--offer-headline {
  position: absolute;
  top: 16px;
  left: 8px;
  right: 8px;
}

.glu__card--offer-headline {
  margin-bottom: 0;
}

.glu__card--offer-activate-icon {
  margin-top: -5px;
  margin-right: 3px;
}

.glu__card--offer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  max-height:60px;
}

.glu__card--offer-text {
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.glu__card--offer-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 768px) { 
  .glu__card--offer-value {
    font-size: 16px;
  }
  .glu__card--offer-expiration {
    display: block;
  }
}
.glu__card--offer-expiration {
  display: block;
  width: 100%;
}

.glu__card--merchant-title-container {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.glu__card--merchant-title {
  text-align: center;
  color: #5F5F5F;
  margin-bottom: 0;
}

.glu__card--offer-cta {
  position: relative;
  bottom: 43px;
  left: 0;
  right: 0;
  width: 100%;
}

.glu__card--offer-button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.glu__card--offer-expiration {
  display: block;
  font-size: 12px;
  color: #414141;
  letter-spacing: -0.1px;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 575px) {
  .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .glu__card-offer-container--horizontal-scroller .glu__card-offer {
    width: 160px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .glu__card-offer-container--horizontal-scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -15px;
  }
  .glu__card-offer-container--horizontal-scroller .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.glu__nav {
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

/* 

col-xs-6 col-sm-4 col-md-3
col-xs-6 col-sm-4 col-md-3 col-lg-2
 
*/
@media screen and (min-width: 576px) {
  .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .glu__card--offer-expiration {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .glu__card-offer-container--type1 .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25;
    max-width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .glu__card-offer-container--type1 .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /*Type 3 Horizontal Desktop */
  .glu__card-offer-container--type3 .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 110px;
  }
  .glu__card-offer-container--type3 .glu__card-offer--offerContents {
    height: 110px;
  }
  .glu__card-offer-container--type3 .glu__card--offer-headline {
    width: 70%;
    float: left;
  }
  .glu__card-offer-container--type3 .glu__card--offer-logo, .glu__card-offer-container--type3 .glu__card--merchant-title {
    float: left;
  }
  .glu__card-offer-container--type3 .glu__card--offer-cta {
    width: 30%;
    right: 0;
    top: 30px;
    bottom: 0;
    left: auto;
    height: 100px;
  }
}

@media screen and (min-width: 1300px) {
  .glu__card-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*Helper Utility Classes */
@media screen and (max-width: 767px) {
  .glu__helper__container-fluid-xs {
    width: 100%;
    max-width: none;
  }
}
