body {
  position: relative;
  color: #888f90;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #f9f9f9;
}

* {
  transition: all 0.25s ease;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: quatro-slab, serif;
  font-weight: 700;
  margin-bottom: .5em;
  color: #5184b7;
}
.h1, h1 {
    font-size: 2.5em;
}
.h2, h2 {
    font-size: 2em;
}
.h3, h3 {
    font-size: 1.75em;
}
.h4, h4 {
    font-size: 1.25em;
}
.h5, h5 {
    font-size: 1.25em;
}
.h6, h6 {
    font-size: 1em;
}
p {
  margin: 0;
}
/***
-------------- buttons --------------
***/
a {
  color: #e02526;
  text-decoration: none;
}
a:hover,
a:visited, 
a:focus {
  text-decoration: none;
}
.btn {
  font-size: 1.25em;
  padding: 1em .5em;
  margin: auto;
  border-radius: 0;
}
.btn-sm {
  font-size: 1em;
}
.btn-lg {
  font-size: 1.5em;
}
.btn-primary {
  background-color: #04344d;
  border-color: #04344d;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  box-shadow: none;
  background-color: #005179;
  border-color: #005179;
}
/***
-------------- navbar --------------
***/
.navbar {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}
.navbar-inner {
  width: 100%;
}
.navbar ul {
  margin: 0;
}
.navbar ul li {
  display: inline-block;
  list-style: none;
}
.navbar .menu {
  float: right;
  margin-left: auto;
}
.navbar-brand {
  margin: auto;
}
.navbar-brand img {
  width: auto;
  max-height: 2em;
}
.nav-items .nav-link {
  text-transform: uppercase;
  color: #04344d;
  display: inline-block;
}
.nav-items .nav-link.active {
  border-bottom: 2px solid #e02526;
  color: #e02526;
}
/***
-------------- index --------------
***/
#primary {
  padding-top: 54px;
  min-height: 100vh;
}
.coming-soon {
  min-height: 100vh;
  padding: 2em;
  padding-bottom: 10em;
  display: flex;
}
.logo {
  max-width: 150px;
}
.card {
  border-radius: 0;
}
.card:first-child {
  margin-top: 1.5em;
}
.benefit-feed-header {
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: none;
  padding: 2.5em;
}
.benefit-feed-header .container {
  color: #ffffff;
  text-shadow: none;
}
.benefit-feed {
  box-shadow: 0px -2px 3px #0003;
  padding-bottom: 3em;
}
.offer {
  margin-bottom: 1.5em;
  box-shadow: 1px 1px 10px #0003;
  border: 0;
}
.offer:hover {
  box-shadow: 1px 1px 15px #0007;
  transform: scale(1.01);
}
.offer-content {
  padding: 1.5em;
}
.offer-content p {
  padding-bottom: 1em;
}
.offer-header {
  padding: 1em 1em 1em 1.5em;
  background: #04344d;
  display: flex;
}
.offer-header h2 {
  color: #fff;
  margin: auto 0 auto 0;
}
.offer-btn,
.offer-btn:hover {
  font-size: 1.2em;
  font-weight: 500;
  color: #e02526;
  text-transform: uppercase;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}
.offer-btn i.arrow,
.offer-btn i.arrow:hover {
  border-color: #e02526;
}
.offer-wall-footer {
  margin-top: 1em;
}
.icon-wrapper {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  margin: auto;
  margin-right: 0;
}
.category {
  color: #777;
  margin-bottom: .75em;
}
.category span,
.advertiser span {
  font-style: italic;
  font-weight: 300;
}
.category-icon {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  margin: auto;
}
.section {
  min-height: 100vh;
  padding: 2em;
  background-size: cover;
  background-blend-mode: screen;
  background-color: #cecece;
  display: flex;
}
.section h1 {
  margin-bottom: 1.5em;
}
.section p {
  margin-bottom: 2em;
}
.redirect-section i {
  font-size: 1.75em;
  padding: 2em;
  margin-bottom: 7em;
}
.sponsor {
  font-weight: bold;
  margin-bottom: 2px;
}
.ad-units-wrapper {
  width: 100%;
}
.fixed-bottom-cta {
  display: block;
  //position: fixed;
  margin-top: 1em;
  width: 100%;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  bottom: 0;
  padding: 1em;
  background-color: #999;
  box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.35);
  z-index: 999;
}
.fixed-bottom-cta:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.02);
}
#footer {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
  padding: 1em;
  padding-bottom: 6.5em;
}
#footer p {
 margin: 0;
}
.terms-privacy a {
  color: #04344d;
}
.terms-privacy a:hover {
  color: #e02526;
}
.privacy-terms-page {
  padding-top: 6em;
  background: #fbfbfb;
  display: inherit;
}
#overlay {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #f3f3f3;
  display: flex;
  opacity: 1;
}
#overlay.fade {
  opacity: 0;
}
#overlay.hidden {
  display: none;
  opacity: 1;
}
  .description {
    max-height: 90px;
    overflow-y: hidden;
    position: relative;
  }
  .description-gradient {
    height: 20px;
    position: absolute;
    width: 100%;
    bottom: -1px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 80%);
  }
  .icon-wrap {
    display: flex;
    margin: auto;
  }
  .icon-wrap .icon {
    color: #fff;
    font-size: 2.5em;
    margin: auto;
  }
  .category-icon .icon {
    font-size: 1em;
  }
  .sponsor {
    margin-top: 1em;
  }
  .category, .advertiser {
    color: #777;
      margin-bottom: .75em;
      font-style: normal;
      font-weight: 600;
      font-size: 1.25em;
  }
  .advertiser {
    margin-bottom: .25em;
  }
  .offer-content p {
      padding-bottom: 0;
  }
  .certificate {
    margin-top: 1em;
      display: flex;
  }
  .certificate-icon {
      width: 100%;
      max-width: 30px;
      height: auto;
      max-height: 30px;
  }
  .offer-end-cap .arrow {
    margin: auto;
  }
  .offer-content {
    color: #777777;
  }
  .date {
    color: #888888;
    margin-bottom: 2em;
    margin-top: 2em;
  }
  .date span {
    font-weight: 100;
  }
/* Custom Modal Styles */
.modal-content {
    padding: 3em;
}
.option {
    color: #777777;
    text-transform: uppercase;
    position: relative;
    display: flex;
    background: #ffffff;
    padding: 1em;
    padding-left: 1.5em;
    margin-top: 1em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.17);
    border-radius: 50px;
}
.option::after {
    content:"";
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #ebebeb;
    background: #f1f1f1;
    border-radius: 2em;
    margin: auto;
    margin-right: 0;
}
.option:hover {
    color: #ffffff;
    text-decoration: none;
    background: #04344d;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.20);
}
.modal-content {
    background: #f5f5f5;
}
.modal.fade.show {
    opacity: 1;
    display: flex !important;
}
.modal-dialog {
    margin: auto !important;
}
/***
-------------- arrows --------------
***/
i.arrow {
  border: solid #cecece;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; }

.cross {
  width: 20px;
  height: 20px;
  position: relative; }

.cross:before, .cross:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #3a3a3a; }

.cross:before {
  left: 60%;
  width: 1px;
  margin-left: -12%;
  height: 100%; }

.cross:after {
  top: 60%;
  height: 1px;
  margin-top: -15%;
  width: 100%; }

.square {
  position: absolute;
  top: -18px;
  left: 5%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white; }

/***
-------------- helper classes --------------
***/
.fade {
  opacity: .3; }

.bg-black {
  background-color: #333; }

.mc {
  color: #00527a; }

.hidden {
  display: none; }

.hide {
  transform: translateY(-100px); }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.screen-reader-text {
  display: none; }

hr {
  border-top: 1px dotted #bebebe;
  width: 100%; }

.errors {
  display: none; }

label.error {
  color: #af4f4d; }

input.error, input.error:focus {
  border: 1px solid #fb8d8b;
  background-color: #f2dedf; }

#terms_privacy-error {
  width: 300px;
  text-align: left;
  padding: 10px 0; }

.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px; }

.flex {
  display: flex; }

/***
-------------- animation classes --------------
***/
@keyframes bounce {
  from {
    transform: translateY(15px); }
  to {
    transform: translateY(0px); } }
.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse; }

@keyframes rotate {
  from {
    transform: rotate(0deg);; }
  to {
    transform: rotate(360deg);; } 
  }
.rotate {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes hide {
  0%   {opacity: .5;}
  100% {opacity: 0; visibility: hidden;}
}
@keyframes loading-fade-out {
  0%   {background: #111111;}
  100% {background: #1c1c1c00;}
}

/***
-------------- media queries --------------
***/
@media (max-height: 450px) {

}
@media (min-width: 576px) {
  .benefit-feed {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    margin: auto 0 auto 0;
  }
  #primary {
    padding-top: 54px;
    min-height: 100vh;
  }
  #footer {
    padding-bottom: 1em;
  }
  .benefit-feed-header {
    padding: 5.5em !important;
  }
  .benefit-feed {
    padding: 4.5em 0;
  }
  .offer-wall-footer {
    margin-top: 4em;
  }
  .fixed-bottom-cta {
    position: inherit;
    width: 300px;
    text-align: center;
    margin: auto;
    margin-right: 0;
    padding: 1em;
    background-color: #999;
    box-shadow: none;
    z-index: 999;
  }
    .date {
      margin-top: 0em;
    }
    .benefit-feed-header .container {
      padding: 0;
    }
    .offer-image {
      width: 200px !important;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}