.sec01 {
  margin-bottom: 2em;
}

.coupon-nav {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
}

select#vehicleFuel,
.coupon-nav .btn {
  border-radius: 0;
}

select#vehicleFuel {
  padding: 0.5em;
  margin-left: 0.5em;
}

.coupon-nav .btn.btn-alt1 {
  margin-left: -1px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid #BFBFBF;
  background-color: #FFF;
}

.nav-tabs > li > a:hover {
  border-color: #D20F06;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #FFF;
  background-color: #D20F06;
  border: 1px solid #D20F06;
}

.coupon-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.coupon-card {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  margin-bottom: 2em;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.coupon-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.coupon-title,
.coupon-body,
.coupon-footer {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.coupon-title,
.coupon-footer {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.coupon-title {
  border-radius: 0.3em 0.3em 0 0;
  background: #888;
  background-size: 100%;
  color: #FFF;
}

.coupon-body {
  flex: auto;
}

.coupon-footer {
  border-radius: 0 0 0.3em 0.3em;
}

#couponModal .modal-body > table > tbody > tr > td > table {
  height: 100%;
  width: 100%;
}

.modal-body > table {
  height: 100%;
  width: 100%;
}

.moparLogo,
.upc-code {
  max-height: 100px;
}

@media (min-width: 992px) {
  .couponContainer:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .couponContainer:nth-child(2n+1) {
    clear: both;
  }
}
@media print {
  body * {
    visibility: hidden;
  }
  #printSection, #printSection * {
    visibility: visible;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*# sourceMappingURL=moparCoupons.css.map */
