@charset "UTF-8";
/* --- _variables.scss --- */
#head-brand .brand-container.pre {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a1a1a4;
  padding: 40px 0;
  margin-bottom: 20px; }
  #head-brand .brand-container.pre a img {
    max-width: 160px; }
  #head-brand .brand-container.pre p {
    margin-bottom: 0; }

.head-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0; }
  .head-flex .flex-logo a {
    display: block; }
    .head-flex .flex-logo a img {
      max-width: 160px;
      width: 100%;
      display: block; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .head-flex .flex-logo a img {
          max-width: 130px; } }
      @media (max-width: 991px) {
        .head-flex .flex-logo a img {
          max-width: 100px; } }
  .head-flex .flex-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .head-flex .flex-menu > ul > li {
      display: inline-block;
      margin-right: 35px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .head-flex .flex-menu > ul > li {
          margin-right: 20px; } }
      .head-flex .flex-menu > ul > li:last-child {
        margin-right: 0; }
      .head-flex .flex-menu > ul > li a, .head-flex .flex-menu > ul > li button {
        color: #EE3524;
        font-size: 16px;
        letter-spacing: 0.14em;
        font-weight: 700;
        text-transform: uppercase;
        border: 0;
        padding: 0;
        background: transparent; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .head-flex .flex-menu > ul > li a, .head-flex .flex-menu > ul > li button {
            font-size: 14px; } }
        .head-flex .flex-menu > ul > li a:hover, .head-flex .flex-menu > ul > li button:hover {
          color: #b71c0e;
          text-decoration: none; }
  .head-flex .flex-bar {
    width: 1px;
    height: 50px;
    background: #a1a1a4; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .head-flex .flex-bar {
        height: 40px; } }
  .head-flex .dropdown .dropdown-menu {
    border-radius: 0;
    left: -34px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
    text-align: center; }
    .head-flex .dropdown .dropdown-menu li {
      border-bottom: 1px solid #a1a1a4;
      text-transform: uppercase;
      padding: 0 15px; }
      .head-flex .dropdown .dropdown-menu li:last-child {
        border: 0; }
      .head-flex .dropdown .dropdown-menu li a {
        background: transparent !important;
        font-weight: 800;
        font-size: 14px;
        line-height: 40px;
        color: #a1a1a4;
        padding: 0;
        letter-spacing: 0; }
        .head-flex .dropdown .dropdown-menu li a:hover, .head-flex .dropdown .dropdown-menu li a:active, .head-flex .dropdown .dropdown-menu li a:focus {
          color: #EE3524; }
  .head-flex .flex-icons .dropdown {
    float: left; }
    .head-flex .flex-icons .dropdown .dropdown-menu {
      border-radius: 0;
      left: -34px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 20px;
      text-align: center; }
  .head-flex .flex-icons a, .head-flex .flex-icons button {
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-block;
    color: #a1a1a4;
    margin-right: 10px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .head-flex .flex-icons a, .head-flex .flex-icons button {
        margin-right: 4px; } }
    .head-flex .flex-icons a:last-child, .head-flex .flex-icons button:last-child {
      margin-right: 0; }
    .head-flex .flex-icons a:hover, .head-flex .flex-icons button:hover {
      color: #a1a1a4; }
    .head-flex .flex-icons a i, .head-flex .flex-icons button i {
      font-size: 24px;
      line-height: 35px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .head-flex .flex-icons a i, .head-flex .flex-icons button i {
          font-size: 20px; } }

#foot {
  font-size: 14px;
  background: #f3f4f5; }
  #foot img {
    max-width: 180px;
    display: block;
    margin: 40px auto 25px; }
  #foot .foot-nav {
    padding: 0;
    margin: 0 0 40px;
    list-style: none; }
    #foot .foot-nav li {
      letter-spacing: 1px;
      font-size: 12px;
      text-transform: uppercase;
      display: inline-block;
      border-right: 1px solid #a1a1a4;
      line-height: 1.1em;
      padding: 0 15px;
      margin-left: -1px; }
      @media (max-width: 767px) {
        #foot .foot-nav li {
          border: 0 !important;
          display: block !important;
          line-height: 22px; } }
      #foot .foot-nav li a {
        padding: 0;
        margin: 0;
        line-height: 1em;
        text-decoration: none;
        color: #a1a1a4;
        transition: 0.25s ease all; }
        #foot .foot-nav li a:hover, #foot .foot-nav li a:active, #foot .foot-nav li a:focus {
          color: #EE3524; }
    #foot .foot-nav li:last-child {
      border-right: 0; }
  #foot .social {
    list-style: none;
    padding: 0;
    margin: 0 0 40px; }
    #foot .social li {
      display: inline-block;
      padding: 0 10px; }
      #foot .social li a {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #EE3524;
        border-radius: 30px;
        transition: 0.25s ease all;
        text-decoration: none; }
        #foot .social li a span {
          color: #EE3524;
          position: relative;
          top: 6px; }
      #foot .social li a:hover,
      #foot .social li a:focus,
      #foot .social li a:active {
        background-color: #EE3524; }
  #foot p {
    font-size: 12px;
    margin-bottom: 40px; }
    #foot p a {
      text-decoration: none;
      transition: 0.25s ease all;
      color: #a1a1a4; }
      #foot p a:hover, #foot p a:active, #foot p a:focus {
        color: #EE3524; }

#foot .ican-box {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px; }
  #foot .ican-box img.logo {
    display: inline-block;
    width: 80px;
    margin-top: 0;
    margin-bottom: 0; }
  #foot .ican-box img.logo-mark {
    width: 75px;
    margin-top: 10px;
    margin-bottom: 0; }

@media only screen and (max-width: 1199px) {
  #foot .foot-nav {
    padding: 0;
    margin: 0 0 40px;
    list-style: none; }
    #foot .foot-nav li:last-child {
      border-right: 0; } }
@media only screen and (max-width: 767px) {
  #foot {
    font-size: 12px; }
    #foot img {
      margin: 30px auto 25px; }
    #foot .foot-nav {
      line-height: 0.9rem;
      margin: 0 0 25px; }
    #foot p {
      line-height: 1.4em;
      margin-bottom: 15px; }
    #foot .legal {
      margin-bottom: 30px; } }
* {
  outline: none !important; }

.btn {
  padding: 18px 45px;
  line-height: 14px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.btn-primary, .btn-custom, .btn {
  color: white;
  background: #EE3524; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn:hover, .btn:focus, .btn:active {
    background: #b71c0e;
    color: white; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #b71c0e;
  color: white; }

.btn-default {
  color: white;
  background: #a1a1a4; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #231f20;
    color: white; }

.btn-outline {
  color: white;
  background: transparent;
  border: 2px solid white;
  position: relative;
  z-index: 2; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background: white;
    color: #EE3524;
    border: 2px solid white; }

.btn-primary.disabled, .btn-primary[disabled],
fieldset[disabled] .btn-primary, .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus,
.btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active, .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active,
.btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  opacity: 0.65;
  background: #EE3524;
  color: white; }

a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #a1a1a4;
  text-decoration: none !important;
  font-weight: 800; }
  a:hover, a:focus, a:active {
    color: #7a7a7e;
    text-decoration: none !important; }

.wide-container.container-fluid {
  padding: 0; }
  @media (min-width: 1430px) {
    .wide-container.container-fluid .container {
      width: 1400px; } }

#body select {
  width: auto;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  border-radius: 0;
  background: #f3f4f5;
  border: 1px solid #a1a1a4;
  background: url(/img/angle-down.svg) #f3f4f5 no-repeat;
  background-position: right 10px top 20px;
  background-size: 10px 7px;
  padding: 0 10px; }
#body select.form-control {
  float: left; }

.return-to-top {
  display: none !important; }

body.open-modal {
  overflow: hidden; }

#search-modal {
  display: none; }

#login-page {
  height: 100vh;
  position: relative;
  width: 100%; }
  #login-page > .row {
    position: relative;
    height: 100%; }
  #login-page .login-area {
    background: white;
    padding: 35px 60px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #a1a1a4; }
    #login-page .login-area:after {
      content: '';
      width: 680px;
      height: 680px;
      position: absolute;
      display: block;
      bottom: -50px;
      left: -40px;
      background: url(/program/retailrewardsio/img/mark-overlay.svg) no-repeat;
      z-index: 0;
      opacity: 0.5; }
    @media (max-width: 767px) {
      #login-page .login-area {
        padding: 35px 15px; } }
    #login-page .login-area h2 {
      color: white;
      margin-bottom: 15px;
      position: relative;
      z-index: 1; }
    #login-page .login-area img {
      width: 100%;
      max-width: 225px;
      margin: 0 auto 65px;
      display: block;
      position: relative;
      z-index: 1; }
      @media (max-width: 767px) {
        #login-page .login-area img {
          width: auto;
          max-height: 100px;
          margin: 0 auto 30px; } }
    #login-page .login-area form.login {
      position: relative;
      z-index: 1; }
      #login-page .login-area form.login .form-group {
        position: relative;
        height: 50px;
        margin-bottom: 10px; }
        #login-page .login-area form.login .form-group label {
          position: absolute;
          top: 4px;
          left: 10px;
          font-size: 10px;
          font-weight: 400;
          color: #231f20; }
        #login-page .login-area form.login .form-group input[type=text] {
          border: 1px solid #231f20;
          height: 50px;
          border-radius: 0;
          padding: 16px 8px 4px;
          outline: none;
          box-shadow: none !important; }
          #login-page .login-area form.login .form-group input[type=text]:active, #login-page .login-area form.login .form-group input[type=text]:focus {
            border: 1px solid #EE3524; }
        #login-page .login-area form.login .form-group .btn {
          margin: 30px auto;
          width: auto;
          display: block; }
          @media (max-width: 767px) {
            #login-page .login-area form.login .form-group .btn {
              width: 100%; } }
    #login-page .login-area .legal {
      font-size: 11px;
      color: #a1a1a4;
      position: absolute;
      bottom: 40px;
      z-index: 1; }
      @media (max-width: 767px) {
        #login-page .login-area .legal {
          text-align: center;
          display: inline-block;
          width: 100%;
          position: relative;
          bottom: 0px;
          margin-top: 20px; } }
      #login-page .login-area .legal a {
        color: #f3f4f5;
        text-decoration: none; }
        #login-page .login-area .legal a:hover {
          color: white; }
  #login-page .login-fma {
    height: 100%;
    position: relative;
    overflow: hidden; }
    #login-page .login-fma > video {
      width: auto;
      height: auto;
      min-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    #login-page .login-fma .vertical-align {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    #login-page .login-fma h1, #login-page .login-fma h2, #login-page .login-fma h3 {
      color: white; }
    #login-page .login-fma h1 {
      font-size: 80px;
      line-height: 80px; }
      #login-page .login-fma h1 sup {
        font-size: 60%; }
    #login-page .login-fma h2 {
      max-width: 600px;
      line-height: 30px;
      margin: 25px auto; }
    #login-page .login-fma h3 {
      margin: 0 auto 0; }
  #login-page .login-fma.carousel {
    padding: 0;
    overflow: hidden; }
    #login-page .login-fma.carousel .slick-list, #login-page .login-fma.carousel .slick-track {
      height: 100%; }
    #login-page .login-fma.carousel .slide {
      position: relative;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden; }
      #login-page .login-fma.carousel .slide > img {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }

#login-page .ican-box,
#login-page .login-area .ican-box {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 80px 20px 20px;
  text-align: center;
  font-size: 12px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 44%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 44%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 44%, rgba(255, 255, 255, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=0 ); }
  #login-page .ican-box img.logo,
  #login-page .login-area .ican-box img.logo {
    display: inline-block;
    width: 80px;
    margin-bottom: 0; }
  #login-page .ican-box img.logo-mark,
  #login-page .login-area .ican-box img.logo-mark {
    width: 75px;
    margin-top: 10px;
    margin-bottom: 0; }

#login-page .login-area .ican-box {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
  position: relative;
  bottom: initial;
  margin: 10px auto; }

@media (max-height: 760px) {
  #login-page .login-area {
    height: auto;
    min-height: 760px; }
    #login-page .login-area img {
      width: 100%;
      max-width: 150px;
      margin: 0 auto 45px; }
    #login-page .login-area .legal {
      position: relative;
      margin-top: 40px;
      bottom: initial; }

  #login-page .login-fma {
    position: fixed;
    right: 0; } }
.gradient-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 440px;
  padding: 200px 15px 0px; }
  @media (max-width: 767px) {
    .gradient-background {
      padding: 190px 15px 0px; } }
  .gradient-background:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(189, 148, 68, 0.9); }
  .gradient-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }
  .gradient-background h1 {
    color: white;
    font-size: 80px;
    line-height: 75px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .gradient-background h1 {
        font-size: 60px;
        line-height: 60px;
        max-width: 275px;
        margin: 0 auto; } }
    .gradient-background h1 sup {
      font-size: 60%; }
  .gradient-background h3 {
    color: white;
    font-size: 35px;
    text-transform: none;
    margin: 0 0 15px;
    letter-spacing: 0;
    z-index: 2;
    position: relative; }
    @media (max-width: 767px) {
      .gradient-background h3 {
        font-size: 20px; } }
  .gradient-background h2 {
    font-size: 16px;
    color: white;
    margin-top: 10px;
    z-index: 2;
    position: relative;
    letter-spacing: 0.01em; }

#trending-offers .offers {
  margin: 0 -5px; }
  #trending-offers .offers .col-xs-6.col-md-3 {
    padding: 0 5px; }
  #trending-offers .offers a.favorite-icon {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #EE3524; }

.offer-box {
  background: white;
  border: 1px solid #CACBD0;
  text-align: center;
  padding: 10px;
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #a1a1a4;
  margin-bottom: 10px;
  cursor: pointer; }
  .offer-box:hover, .offer-box:focus, .offer-box:active {
    color: #a1a1a4; }
  .offer-box i {
    position: absolute;
    top: 10px;
    right: 10px; }
  .offer-box div.offer-logo {
    height: 160px;
    width: 100%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .offer-box div.offer-logo {
        height: 80px; } }
    .offer-box div.offer-logo img {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      display: block;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .offer-box p {
    margin-bottom: 5px;
    text-decoration: none;
    height: 20px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .offer-box h3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    color: #a1a1a4;
    margin-bottom: 20px;
    height: 50px;
    line-height: 17px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none; }
    @media (max-width: 767px) {
      .offer-box h3 {
        font-size: 12px;
        letter-spacing: 0.1em;
        margin-bottom: 0; } }

#trending-offers {
  position: relative;
  height: 401px; }
  @media (max-width: 991px) {
    #trending-offers {
      height: auto;
      padding: 40px 0; } }
  #trending-offers .offers {
    position: relative;
    top: -90px; }
    @media (max-width: 991px) {
      #trending-offers .offers {
        top: 0; } }
    #trending-offers .offers h2 {
      color: white;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        #trending-offers .offers h2 {
          color: #EE3524; } }
    #trending-offers .offers .btn {
      position: relative;
      top: 30px; }
      @media (max-width: 991px) {
        #trending-offers .offers .btn {
          top: 0;
          margin-top: 20px; } }

#local-offers {
  padding: 40px 0;
  background: #f3f4f5; }
  #local-offers h2 {
    margin-bottom: 15px; }
  #local-offers .btn {
    margin-top: 0; }

#gift-cards-section {
  padding: 40px 0; }
  #gift-cards-section img {
    margin: 40px auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      #gift-cards-section img {
        margin: 20px auto; } }
    @media (max-width: 767px) {
      #gift-cards-section img {
        margin: 15px auto; } }
  #gift-cards-section .merchants-row {
    flex-wrap: wrap; }
    #gift-cards-section .merchants-row li {
      width: 14.28%;
      animation-duration: 0.38s; }
      @media (min-width: 768px) and (max-width: 991px) {
        #gift-cards-section .merchants-row li {
          width: 25%; } }
      @media (max-width: 767px) {
        #gift-cards-section .merchants-row li {
          width: 33.3333%; } }
    @media (max-width: 991px) {
      #gift-cards-section .merchants-row li:nth-child(7), #gift-cards-section .merchants-row li:nth-child(6) {
        display: block; } }
    @media (max-width: 767px) {
      #gift-cards-section .merchants-row li:nth-child(5), #gift-cards-section .merchants-row li:nth-child(4) {
        display: block; } }
    @media (max-width: 991px) {
      #gift-cards-section .merchants-row li:nth-child(13), #gift-cards-section .merchants-row li:nth-child(14) {
        display: none; } }

.giftcard-background {
  background: url(/img/gift-card-hero.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 15px; }
  .giftcard-background h1, .giftcard-background h2 {
    color: white; }
  .giftcard-background h1 {
    font-weight: 300;
    font-size: 80px;
    text-transform: uppercase; }
  .giftcard-background h2 {
    font-size: 35px;
    margin-bottom: 10px; }

#card-element, #date-element, #code-element {
  background-color: #f8f8f8 !important;
  border: 1px solid #dbdbdb;
  height: 40px;
  padding: 0 10px;
  line-height: 1.8rem;
  min-height: 1.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

#gift-card-area {
  margin: 40px 0; }
  #gift-card-area .circle {
    background: #EE3524;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 120px;
    text-align: center;
    padding: 30px 0; }
    #gift-card-area .circle h1 {
      font-size: 50px;
      color: white;
      line-height: 44px; }
      #gift-card-area .circle h1 sup {
        font-size: 60%; }
    #gift-card-area .circle span {
      font-size: 14px;
      color: white;
      font-weight: 300;
      line-height: 14px; }
  #gift-card-area .filter-row {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      #gift-card-area .filter-row .blocks {
        width: 100%;
        float: left; }
        #gift-card-area .filter-row .blocks button, #gift-card-area .filter-row .blocks select {
          width: 100%; }
        #gift-card-area .filter-row .blocks button {
          margin-bottom: 15px; } }

#resultsgiftcards {
  margin-bottom: 40px; }
  #resultsgiftcards > .row {
    margin: 0 -5px; }
    #resultsgiftcards > .row > div.col-sm-3.col-xs-6 {
      padding: 0 5px; }
  #resultsgiftcards a.giftcard-link {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    margin: 15px auto; }
    #resultsgiftcards a.giftcard-link:hover form {
      border: 1px solid #a1a1a4; }
    #resultsgiftcards a.giftcard-link form {
      background-color: #FFFFFF;
      background-image: url(/img/gc-no-image.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto auto;
      padding-bottom: 99%;
      height: 0;
      width: 100%;
      position: relative;
      border: 1px solid #a1a1a4; }
      #resultsgiftcards a.giftcard-link form .gift-cards {
        position: absolute;
        height: 100%;
        width: 100%; }
      #resultsgiftcards a.giftcard-link form .image {
        width: auto;
        position: relative;
        max-width: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
    #resultsgiftcards a.giftcard-link div.brand-name {
      display: block;
      display: -webkit-box;
      font-weight: bold;
      color: #a1a1a4;
      margin: 15px 0;
      font-size: 16px;
      text-decoration: none;
      height: 42px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 20px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (max-width: 991px) {
        #resultsgiftcards a.giftcard-link div.brand-name {
          font-size: 14px;
          height: 38px; } }

.filter-container h2.title {
  color: #33383c;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px; }
.filter-container a.cat-button {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #a1a1a4;
  background: white;
  color: #a1a1a4;
  cursor: pointer;
  margin: 0;
  display: block; }
  .filter-container a.cat-button span {
    top: 10px;
    right: 10px;
    font-size: 20px;
    position: absolute;
    color: #a1a1a4; }
.filter-container a.cat-button.active {
  background: #a1a1a4;
  color: white; }
  .filter-container a.cat-button.active span {
    color: white; }

#body #breadcrumb {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold; }
  #body #breadcrumb a {
    color: #a1a1a4; }
  #body #breadcrumb i {
    font-size: 0.75em;
    font-weight: 200;
    margin-right: 7px; }
#body #gift-card-area {
  /* Checkout Process */ }
  #body #gift-card-area .list-group.checkout#resultsgiftcards {
    margin-left: -15px;
    margin-right: -15px; }
  #body #gift-card-area .gc-image-container {
    height: 452px;
    border: 1px solid #ACACAC;
    border-radius: 0 !important;
    margin-bottom: 30px; }
    #body #gift-card-area .gc-image-container img {
      max-width: 90%;
      max-height: 90%;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  #body #gift-card-area .gift-cards-amount-container {
    color: #EE3524;
    text-transform: none;
    font-size: 1.375em;
    letter-spacing: 0;
    font-weight: bold; }
  #body #gift-card-area .gc-denomination-container,
  #body #gift-card-area .gc-quantity-container {
    width: auto;
    border: 0; }
  #body #gift-card-area .gc-quantity-other {
    margin: 0; }
    #body #gift-card-area .gc-quantity-other input#itemQtyText {
      height: 50px;
      left: 15px;
      width: 146px;
      margin: 0;
      float: left;
      padding: 0 10px;
      position: relative;
      font-size: 0.875em; }
      @media (max-width: 991px) {
        #body #gift-card-area .gc-quantity-other input#itemQtyText {
          left: 0; } }
  #body #gift-card-area .gc-options {
    padding: 0;
    width: auto; }
#body .giftcard-title {
  margin-bottom: 15px; }
#body .gift-card-details p {
  font-size: 14px;
  line-height: 22px; }
#body .cart {
  padding: 40px 15px; }
  #body .cart h3 {
    font-size: 1.063em;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #EE3524;
    margin-bottom: 20px; }
  #body .cart #cartTbl {
    clear: left;
    float: left;
    margin: 0 0 48px;
    width: 100%; }
    #body .cart #cartTbl thead {
      border-bottom: 3px solid #a1a1a4; }
      #body .cart #cartTbl thead tr {
        border: 0; }
        #body .cart #cartTbl thead tr th {
          padding: 12px 6px;
          border: 0;
          font-size: 1em;
          font-weight: bold;
          color: black;
          text-align: left; }
    #body .cart #cartTbl tbody tr {
      border: 0;
      border-bottom: 1px solid #ADADAD; }
      #body .cart #cartTbl tbody tr td {
        padding: 24px 6px;
        text-align: left;
        border: 0;
        font-size: 0.875em;
        font-weight: 400; }
        #body .cart #cartTbl tbody tr td img {
          width: 75px; }
      #body .cart #cartTbl tbody tr .gc-cart-quantity {
        width: 10%; }
      #body .cart #cartTbl tbody tr .gc-cart-description {
        width: 60%; }
  #body .cart .gc-cart-quantity input#edit-quantity {
    text-align: left;
    background-color: #F8F8F8;
    width: 75px; }
  #body .cart .gc-cart-quantity a {
    color: #a1a1a4 !important;
    text-decoration: none;
    font-weight: bold;
    z-index: 99999;
    position: relative;
    display: block;
    padding: 15px 0; }
    #body .cart .gc-cart-quantity a:hover {
      color: #EE3524 !important; }
  #body .cart .cartTotal {
    font-size: 1.375em;
    color: #EE3524;
    font-weight: bold;
    text-align: right; }
    #body .cart .cartTotal #cartTotalPrice {
      background-color: #fff;
      border: 0; }
    #body .cart .cartTotal #shippingFeeValue, #body .cart .cartTotal #discountValue, #body .cart .cartTotal #totalSavingsValue {
      width: 94px;
      display: inline-block; }
  #body .cart #checkoutCart,
  #body .cart #backtocards {
    margin-left: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #body .cart #checkoutCart,
      #body .cart #backtocards {
        margin-left: 0; } }
#body input#billing_same_as_shipping[type="checkbox"] {
  float: none !important;
  height: auto !important;
  font-size: 1em !important;
  margin: 0px 2px 20px 2px !important; }
#body #cartTotalPrice, #body .itemQuantityCart {
  text-align: right; }
#body .cartButtons {
  float: right;
  margin-top: 15px; }
  #body .cartButtons input, #body .cartButtons button, #body .cartButtons a {
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      #body .cartButtons input, #body .cartButtons button, #body .cartButtons a {
        width: 100%; } }
#body .shipping-checkout {
  padding: 40px 15px; }
  #body .shipping-checkout h3 {
    text-transform: uppercase;
    color: #EE3524;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px; }
  #body .shipping-checkout p {
    margin-bottom: 40px; }
  #body .shipping-checkout .btn {
    margin-top: 40px;
    margin-bottom: 30px; }
  #body .shipping-checkout input[type=text],
  #body .shipping-checkout select {
    background-color: #f8f8f8 !important;
    border-color: #dbdbdb !important; }
  #body .shipping-checkout .form-control, #body .shipping-checkout .form-input {
    height: 40px;
    padding: 0 10px;
    line-height: 1.8rem;
    min-height: 1.8rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    background-position: right 10px top 16px;
    border: 1px solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
  #body .shipping-checkout a {
    color: #a1a1a4 !important; }
  #body .shipping-checkout .form-submit-container.col-xs-12 {
    margin-bottom: 0px; }
  #body .shipping-checkout .radio-container:before {
    display: table;
    content: " "; }
  #body .shipping-checkout .radio-container:after {
    clear: both; }
  #body .shipping-checkout .radio-container .radio {
    display: inline-block;
    float: none; }
    #body .shipping-checkout .radio-container .radio label input {
      position: relative;
      top: 3px; }
    #body .shipping-checkout .radio-container .radio label span {
      padding: 0 0 0 5px; }
#body .payment-checkout {
  padding: 40px 15px; }
  #body .payment-checkout h3 {
    margin: 30px 0 10px;
    text-transform: uppercase;
    color: #EE3524;
    font-weight: bold;
    letter-spacing: 3px; }
  #body .payment-checkout h6 {
    margin-bottom: 10px; }
  #body .payment-checkout .payment-cards {
    width: 100%;
    margin: 20px 0 40px; }
    #body .payment-checkout .payment-cards i {
      font-size: 2em; }
    #body .payment-checkout .payment-cards i:first-child {
      padding-left: 0; }
  #body .payment-checkout .cartButtons {
    margin: 40px auto 0;
    float: none;
    text-align: center; }
    #body .payment-checkout .cartButtons .btn {
      margin: 0 auto 20px; }
    #body .payment-checkout .cartButtons a {
      color: #a1a1a4 !important; }
  #body .payment-checkout .exp-year {
    margin: 0; }
#body #payment-form input[type=text],
#body #payment-form select,
#body #profilePayment input[type=text],
#body #profilePayment select {
  background-color: #f8f8f8 !important;
  border-color: #dbdbdb !important; }
#body #payment-form .form-control,
#body #profilePayment .form-control {
  height: 40px;
  padding: 0 10px;
  line-height: 1.8rem;
  min-height: 1.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
#body #payment-form .row,
#body #profilePayment .row {
  margin-left: -7px;
  margin-right: -7px; }
#body #payment-form .card-expiration .label,
#body #profilePayment .card-expiration .label {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  min-height: 1.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  color: #888;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #body #payment-form .card-expiration .label #expMonth, #body #payment-form .card-expiration .label #expYear,
  #body #profilePayment .card-expiration .label #expMonth,
  #body #profilePayment .card-expiration .label #expYear {
    width: 60px;
    min-width: 60px;
    height: 36px;
    position: relative;
    top: 1px;
    border: 0;
    background: #f8f8f8 url(/img/angle-down.svg) no-repeat scroll right 12px;
    background-size: 10px 10px;
    float: right; }
    #body #payment-form .card-expiration .label #expMonth:before, #body #payment-form .card-expiration .label #expYear:before,
    #body #profilePayment .card-expiration .label #expMonth:before,
    #body #profilePayment .card-expiration .label #expYear:before {
      content: '\f107';
      font: normal normal normal 14px/1 FontAwesome; }
  #body #payment-form .card-expiration .label #expMonth,
  #body #profilePayment .card-expiration .label #expMonth {
    width: 40px;
    min-width: 40px; }
#body #payment-form .col-xs-1, #body #payment-form .col-sm-1, #body #payment-form .col-md-1, #body #payment-form .col-lg-1,
#body #payment-form .col-xs-2, #body #payment-form .col-sm-2, #body #payment-form .col-md-2, #body #payment-form .col-lg-2,
#body #payment-form .col-xs-3, #body #payment-form .col-sm-3, #body #payment-form .col-md-3, #body #payment-form .col-lg-3,
#body #payment-form .col-xs-4, #body #payment-form .col-sm-4, #body #payment-form .col-md-4, #body #payment-form .col-lg-4,
#body #payment-form .col-xs-5, #body #payment-form .col-sm-5, #body #payment-form .col-md-5, #body #payment-form .col-lg-5,
#body #payment-form .col-xs-6, #body #payment-form .col-sm-6, #body #payment-form .col-md-6, #body #payment-form .col-lg-6,
#body #payment-form .col-xs-7, #body #payment-form .col-sm-7, #body #payment-form .col-md-7, #body #payment-form .col-lg-7,
#body #payment-form .col-xs-8, #body #payment-form .col-sm-8, #body #payment-form .col-md-8, #body #payment-form .col-lg-8,
#body #payment-form .col-xs-9, #body #payment-form .col-sm-9, #body #payment-form .col-md-9, #body #payment-form .col-lg-9,
#body #payment-form .col-xs-10, #body #payment-form .col-sm-10, #body #payment-form .col-md-10, #body #payment-form .col-lg-10,
#body #payment-form .col-xs-11, #body #payment-form .col-sm-11, #body #payment-form .col-md-11, #body #payment-form .col-lg-11,
#body #payment-form .col-xs-12, #body #payment-form .col-sm-12, #body #payment-form .col-md-12, #body #payment-form .col-lg-12,
#body #profilePayment .col-xs-1,
#body #profilePayment .col-sm-1,
#body #profilePayment .col-md-1,
#body #profilePayment .col-lg-1,
#body #profilePayment .col-xs-2,
#body #profilePayment .col-sm-2,
#body #profilePayment .col-md-2,
#body #profilePayment .col-lg-2,
#body #profilePayment .col-xs-3,
#body #profilePayment .col-sm-3,
#body #profilePayment .col-md-3,
#body #profilePayment .col-lg-3,
#body #profilePayment .col-xs-4,
#body #profilePayment .col-sm-4,
#body #profilePayment .col-md-4,
#body #profilePayment .col-lg-4,
#body #profilePayment .col-xs-5,
#body #profilePayment .col-sm-5,
#body #profilePayment .col-md-5,
#body #profilePayment .col-lg-5,
#body #profilePayment .col-xs-6,
#body #profilePayment .col-sm-6,
#body #profilePayment .col-md-6,
#body #profilePayment .col-lg-6,
#body #profilePayment .col-xs-7,
#body #profilePayment .col-sm-7,
#body #profilePayment .col-md-7,
#body #profilePayment .col-lg-7,
#body #profilePayment .col-xs-8,
#body #profilePayment .col-sm-8,
#body #profilePayment .col-md-8,
#body #profilePayment .col-lg-8,
#body #profilePayment .col-xs-9,
#body #profilePayment .col-sm-9,
#body #profilePayment .col-md-9,
#body #profilePayment .col-lg-9,
#body #profilePayment .col-xs-10,
#body #profilePayment .col-sm-10,
#body #profilePayment .col-md-10,
#body #profilePayment .col-lg-10,
#body #profilePayment .col-xs-11,
#body #profilePayment .col-sm-11,
#body #profilePayment .col-md-11,
#body #profilePayment .col-lg-11,
#body #profilePayment .col-xs-12,
#body #profilePayment .col-sm-12,
#body #profilePayment .col-md-12,
#body #profilePayment .col-lg-12 {
  padding: 0 7px; }
#body #form > .row {
  margin-left: -5px;
  margin-right: -5px; }
  #body #form > .row > div {
    padding: 0 5px; }

@media only screen and (max-width: 991px) {
  #body {
    /* GIFT CARD STYLES */ }
    #body #gift-card-area {
      /* Checkout Process */ }
      #body #gift-card-area .gc-denomination-container,
      #body #gift-card-area .gc-quantity-container {
        width: 100%;
        border: 0;
        padding: 5px 0; }
      #body #gift-card-area .gc-quantity-other {
        margin: 0;
        padding: 5px 0;
        width: 100%; }
        #body #gift-card-area .gc-quantity-other input#itemQtyText {
          top: 15px;
          width: 100%;
          margin: 0;
          float: left; }
      #body #gift-card-area .gc-options {
        padding: 0;
        width: 100%; }
        #body #gift-card-area .gc-options select {
          width: 100%;
          margin-right: 0; } }
@media only screen and (max-width: 767px) {
  #body {
    /* SHOPPING CART */ }
    #body .cart {
      padding: 40px 15px; }
      #body .cart #cartForm #cartTbl {
        border-top: 3px solid #a1a1a4; }
        #body .cart #cartForm #cartTbl thead {
          border: 0; }
          #body .cart #cartForm #cartTbl thead tr {
            border: 0; }
            #body .cart #cartForm #cartTbl thead tr th {
              padding: 0px;
              border: 0;
              font-size: 1em;
              font-weight: bold;
              color: black;
              text-align: left; }
        #body .cart #cartForm #cartTbl tbody tr {
          border: 0;
          border-bottom: 1px solid #ADADAD;
          padding: 0 !important; }
          #body .cart #cartForm #cartTbl tbody tr td {
            text-align: left;
            border: 0;
            font-size: 0.875em;
            font-weight: 400;
            margin: 10px 0 5px 0; }
            #body .cart #cartForm #cartTbl tbody tr td img {
              max-width: 130px;
              min-width: 75px; }
          #body .cart #cartForm #cartTbl tbody tr td:first-child:before {
            float: left;
            left: 0;
            display: block;
            font-weight: 600;
            padding: 7px 0 0 0;
            text-align: left;
            content: " ";
            width: 100%; }
          #body .cart #cartForm #cartTbl tbody tr td:nth-child(2):before {
            display: block;
            content: "Description"; }
          #body .cart #cartForm #cartTbl tbody tr .gc-cart-description:before {
            display: block;
            content: "Price"; }
          #body .cart #cartForm #cartTbl tbody tr .gc-cart-quantity:before {
            display: block;
            content: "Quantity"; }
      #body .cart .gc-cart-quantity input#edit-quantity {
        text-align: left;
        background-color: #F8F8F8; }
      #body .cart .gc-cart-quantity a {
        color: #a1a1a4 !important;
        text-decoration: none;
        font-weight: bold; }
      #body .cart .cartTotal {
        font-size: 1.375em;
        color: #EE3524;
        font-weight: bold;
        text-align: right !important; }
        #body .cart .cartTotal #shippingFeeValue, #body .cart .cartTotal #discountValue, #body .cart .cartTotal #totalSavingsValue {
          width: 84px; }
      #body .cart #checkoutCart,
      #body .cart #backtocards {
        margin-left: 0px; } }
@media only screen and (max-width: 580px) {
  #body {
    /* SHOPPING CART */ }
    #body .cart .cartTotal {
      text-align: right !important; } }
#confirmation h3, #confirmation h5 {
  color: #EE3524; }

.map-form-box {
  background: #a1a1a4;
  width: 100%;
  padding: 40px 0; }
  .map-form-box h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 10px; }
  .map-form-box a {
    color: #EE3524;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em; }

.map-container {
  background: url(/program/retailrewardsio/img/temporary/map-placeholder.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  padding-bottom: 20%;
  width: 100%; }

#body .filter-row {
  margin-top: 30px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #a1a1a4;
  position: relative; }
  #body .filter-row button {
    margin-right: 20px; }
  #body .filter-row button, #body .filter-row select.form-control {
    float: left; }
    @media (max-width: 767px) {
      #body .filter-row button, #body .filter-row select.form-control {
        display: block;
        width: 100%;
        margin-bottom: 15px; } }
  #body .filter-row select {
    width: auto;
    min-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 0;
    background: #f3f4f5;
    border: 1px solid #a1a1a4;
    background: url(/img/angle-down.svg) #f3f4f5 no-repeat;
    background-position: right 10px top 20px;
    background-size: 10px 7px;
    padding: 0 10px; }
  #body .filter-row .dropdown.favorite-drop {
    width: 60%; }
    @media (max-width: 991px) {
      #body .filter-row .dropdown.favorite-drop {
        width: 100%; } }
  #body .filter-row a.favorite-link {
    float: right;
    color: #EE3524;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 50px;
    cursor: pointer; }
    @media (max-width: 991px) {
      #body .filter-row a.favorite-link {
        float: none;
        display: block;
        text-align: center; } }
  #body .filter-row .blocks .filter-container {
    right: auto;
    left: 0; }
  #body .filter-row .filter-container {
    position: absolute;
    width: 100%;
    max-width: 600px;
    padding: 30px;
    z-index: 999;
    top: 50px;
    right: 0;
    background: white;
    box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      #body .filter-row .filter-container {
        padding: 15px; } }
    #body .filter-row .filter-container h2.title {
      color: #a1a1a4;
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 30px; }
    #body .filter-row .filter-container h2 {
      font-size: 16px;
      letter-spacing: 0.01em; }
    #body .filter-row .filter-container label {
      font-weight: 700; }

.search-title {
  margin: 30px 0 15px;
  color: #EE3524; }

.container-fluid .merchant-logo {
  width: 140px; }

.favorite-title {
  margin: 50px auto; }

#change-zip a {
  color: #f3f4f5; }
  #change-zip a:hover, #change-zip a:active, #change-zip a:focus {
    color: #EE3524; }
#change-zip a > i {
  color: #EE3524;
  font-size: 20px;
  position: relative;
  top: 0; }
#change-zip .form-group {
  width: 90%;
  max-width: 400px;
  padding-left: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #change-zip .form-group {
      padding-left: 30px; } }
  #change-zip .form-group .back-btn {
    position: absolute;
    left: 0px;
    border: 0;
    background: transparent;
    color: white;
    padding: 0;
    font-size: 22px;
    top: 6px;
    cursor: pointer; }
  #change-zip .form-group input {
    width: 100%;
    height: 45px;
    padding: 0 50px 0 10px;
    background: #f3f4f5;
    border: 1px solid #a1a1a4;
    line-height: 45px;
    text-align: left;
    text-overflow: ellipsis; }
  #change-zip .form-group button.submit-zip {
    position: absolute;
    border: 0;
    background: transparent;
    color: white;
    padding: 0;
    font-size: 22px;
    right: 10px;
    top: 6px;
    color: #EE3524;
    cursor: pointer; }

#search-results .item.list-group-item {
  float: left;
  width: 33%;
  padding: 0 15px;
  margin: 0;
  border: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #search-results .item.list-group-item {
      width: 50%; } }
  @media (max-width: 767px) {
    #search-results .item.list-group-item {
      width: 100%; } }
  #search-results .item.list-group-item > .item-box {
    text-align: center;
    position: relative;
    border-radius: 0;
    border: 1px solid #a1a1a4;
    height: 360px; }
    #search-results .item.list-group-item > .item-box .favorite-icon {
      position: absolute;
      right: 10px;
      top: 10px;
      color: #EE3524;
      font-size: 20px;
      cursor: pointer; }
    #search-results .item.list-group-item > .item-box .preferred {
      display: none; }
    #search-results .item.list-group-item > .item-box .logo-holder {
      width: 90%;
      max-width: 300px;
      height: 125px;
      margin: 30px auto;
      float: none; }
      #search-results .item.list-group-item > .item-box .logo-holder img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    #search-results .item.list-group-item > .item-box .listing {
      width: 100%;
      text-align: center;
      float: none; }
      #search-results .item.list-group-item > .item-box .listing .name {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 14px;
        color: #a1a1a4; }
      #search-results .item.list-group-item > .item-box .listing .address, #search-results .item.list-group-item > .item-box .listing .city {
        font-size: 14px;
        color: #a1a1a4; }
    #search-results .item.list-group-item > .item-box .goToMapMarker {
      background: transparent;
      border: 0;
      color: #a1a1a4;
      margin-top: 15px;
      outline: none; }
      #search-results .item.list-group-item > .item-box .goToMapMarker i {
        position: relative;
        top: 2px;
        font-size: 20px; }
    #search-results .item.list-group-item > .item-box .offer-container {
      position: absolute;
      max-height: 100%;
      height: auto;
      overflow: auto;
      width: 100%;
      left: 0;
      bottom: 0;
      background: white; }
      #search-results .item.list-group-item > .item-box .offer-container .list-group-item.btn-view.show-deals.tracking-click {
        width: 100%;
        background: #f3f4f5;
        text-align: center;
        margin: 0;
        border: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: 700;
        color: #EE3524;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 15px;
        border-radius: 0;
        float: none; }
      #search-results .item.list-group-item > .item-box .offer-container .listing {
        padding: 4px 10px 4px 32px;
        margin: 0;
        border-bottom: 1px solid #a1a1a4; }
        #search-results .item.list-group-item > .item-box .offer-container .listing:last-child {
          border: 0; }
        #search-results .item.list-group-item > .item-box .offer-container .listing:hover, #search-results .item.list-group-item > .item-box .offer-container .listing:active, #search-results .item.list-group-item > .item-box .offer-container .listing:focus {
          background: #EE3524;
          cursor: pointer; }
          #search-results .item.list-group-item > .item-box .offer-container .listing:hover a .name, #search-results .item.list-group-item > .item-box .offer-container .listing:active a .name, #search-results .item.list-group-item > .item-box .offer-container .listing:focus a .name {
            color: white; }
        #search-results .item.list-group-item > .item-box .offer-container .listing a {
          text-decoration: none !important;
          text-align: left; }
          #search-results .item.list-group-item > .item-box .offer-container .listing a .name {
            color: #EE3524;
            text-transform: none;
            font-weight: 600;
            padding: 6px 0;
            letter-spacing: 0.04em;
            font-weight: 600;
            line-height: 15px; }

#search-results .listing a.item-offer-link .name i.fa-star {
  top: 12px;
  left: 10px; }

#search-results .listing a.item-offer-link .name i.fa-tag {
  left: 10px;
  top: 15px; }

#search-results .listing a.item-offer-link .name i.fa-mobile {
  left: 13px;
  top: 12px; }

#search-results .item.list-group-item.isPreffered .preferred {
  display: block; }

.favorites-box {
  position: absolute;
  background: white;
  right: 0;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  z-index: 999;
  top: 50px;
  box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.2); }
  .favorites-box h2.title {
    color: #a1a1a4;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px; }
  .favorites-box a.all-favorites {
    text-align: center;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #EE3524;
    letter-spacing: 0.15em;
    margin: 20px 0 0 0;
    text-decoration: none; }
    .favorites-box a.all-favorites:hover, .favorites-box a.all-favorites:active, .favorites-box a.all-favorites:focus {
      color: #b71c0e; }
  .favorites-box .favorite-item {
    border-top: 1px solid #a1a1a4;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .favorites-box .favorite-item:last-child {
      border-bottom: 1px solid #a1a1a4; }
    .favorites-box .favorite-item .logo-box {
      height: 75px;
      width: 75px;
      position: relative;
      border: 1px solid #a1a1a4;
      display: block; }
      .favorites-box .favorite-item .logo-box a {
        position: absolute;
        width: 100%;
        height: 100%; }
      .favorites-box .favorite-item .logo-box img {
        width: auto;
        height: auto;
        max-height: 95%;
        max-width: 95%;
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
    .favorites-box .favorite-item .content-box {
      text-align: left;
      width: calc(100% - 90px); }
      .favorites-box .favorite-item .content-box a {
        color: #231f20;
        text-decoration: none; }
        .favorites-box .favorite-item .content-box a span {
          color: #EE3524 !important;
          font-size: 20px;
          cursor: pointer; }
          .favorites-box .favorite-item .content-box a span:hover {
            color: #b71c0e; }

#offerHolder, #loadingmessage, .flexible-map {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none; }

#body #offerHolder .flexible-offer .closeBtn.closeBtn-mobile {
  background: #a1a1a4;
  padding: 15px 10px;
  text-align: left !important; }
  #body #offerHolder .flexible-offer .closeBtn.closeBtn-mobile span {
    color: white;
    font-size: 14px;
    font-weight: 700;
    float: none; }

#offerHolder {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateZ(0); }
  #offerHolder .closeBtn {
    cursor: pointer;
    float: right;
    font-weight: bold;
    position: absolute;
    right: 34px;
    top: 30px; }

#loadingmessage {
  background: url("/img/icons/loading.gif") no-repeat center center rgba(255, 255, 255, 0.9);
  background-size: 350px 350px; }

#body .flexible-offer {
  left: 0;
  margin: auto;
  max-height: 600px;
  overflow: auto;
  padding: 30px 30px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 700px; }
  #body .flexible-offer h4 {
    margin: 0; }
  #body .flexible-offer #offer-address {
    float: left;
    margin: 0 0 20px; }
  #body .flexible-offer #offer-merchant-info {
    margin: 0 0 20px;
    float: left; }
    #body .flexible-offer #offer-merchant-info #offer-address, #body .flexible-offer #offer-merchant-info #offer-phone {
      float: left;
      margin: 0;
      clear: left;
      font-weight: 400; }
  #body .flexible-offer .btn-row {
    float: left;
    margin-bottom: 30px; }
  #body .flexible-offer .offer-headline {
    float: left;
    margin-bottom: 20px; }
  #body .flexible-offer #offer-vendorDesc {
    float: left; }
  #body .flexible-offer #offer-id {
    clear: both;
    display: block;
    margin: 20px 0 40px;
    float: right;
    text-align: right; }
  #body .flexible-offer #offer-favorite {
    float: right;
    margin: 0 0 8px; }
  #body .flexible-offer .bg-info {
    background: none; }
  @media only screen and (max-width: 991px) {
    #body .flexible-offer #offer-favorite {
      clear: both;
      float: left; }
    #body .flexible-offer .btn-row {
      clear: both;
      float: left; }
      #body .flexible-offer .btn-row .btn {
        margin: 0 8px 0 0;
        float: left; } }

.icon-premium {
  font-size: 0.9rem;
  left: 32px;
  position: absolute;
  top: 28px;
  z-index: 100;
  cursor: default; }
  .icon-premium i {
    float: left;
    margin: 2px 6px 0 0; }
  .icon-premium span {
    float: left; }

.key-item .icon-premium {
  left: 0;
  top: 0; }

@media only screen and (max-width: 767px) {
  #body .flexible-offer {
    width: 88%; }

  .flexible-map .closeBtn {
    width: 88%; }

  #myMap {
    width: 88%; } }
.search-pagination {
  border-bottom: 1px solid #c4c4c4;
  clear: left;
  float: left;
  width: 100%; }
  .search-pagination .pages {
    float: right; }
    .search-pagination .pages .icon {
      float: right;
      margin: 7px 0 0 6px; }

#search-results .item {
  background: #FFFFFF;
  cursor: pointer;
  float: left;
  padding: 8px;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  #search-results .item:hover {
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

#body .container #offerHolder .flexible-offer,
#body #offerHolder .flexible-offer {
  max-width: 750px;
  background: white;
  border-color: #a1a1a4 !important; }

#body .container #offerHolder .flexible-offer .closeBtn,
#body #offerHolder .flexible-offer .closeBtn {
  top: 16px;
  right: 20px;
  z-index: 99997; }

#body .container #offerHolder .flexible-offer #deals-details .logo-detail-coupon,
#body #offerHolder .flexible-offer #deals-details .logo-detail-coupon {
  width: 110px;
  height: 110px;
  display: block;
  border-radius: 70px;
  border: 3px solid #e3e3e3;
  text-align: center;
  margin-right: 15px;
  overflow: hidden; }

#body .container #offerHolder .flexible-offer #deals-details .logo-detail-coupon img,
#body #offerHolder .flexible-offer #deals-details .logo-detail-coupon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#body .container #offerHolder .flexible-offer #deals-details .logo-detail-coupon .icon-premium,
#body #offerHolder .flexible-offer #deals-details .logo-detail-coupon .icon-premium {
  width: 34px;
  height: 34px;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  background: #EE3524; }

#body .container #offerHolder .flexible-offer #deals-details .logo-detail-coupon .icon-premium i,
#body #offerHolder .flexible-offer #deals-details .logo-detail-coupon .icon-premium i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none;
  margin: 0;
  vertical-align: top; }

#body .container #offerHolder .flexible-offer #deals-details h4,
#body #offerHolder .flexible-offer #deals-details h4 {
  font-size: 16px;
  font-weight: bold;
  color: #a1a1a4;
  margin: 7px 0; }

#body .container #offerHolder .flexible-offer #deals-details #offer-merchant-info,
#body #offerHolder .flexible-offer #deals-details #offer-merchant-info {
  margin-top: 5px; }
  #body .container #offerHolder .flexible-offer #deals-details #offer-merchant-info span,
  #body #offerHolder .flexible-offer #deals-details #offer-merchant-info span {
    font-size: 12px; }

#body .container #offerHolder .flexible-offer #deals-details #offer-favorite,
#body #offerHolder .flexible-offer #deals-details #offer-favorite {
  float: none;
  margin: 0; }

#body .container #offerHolder .flexible-offer #deals-details .merchant-row,
#body #offerHolder .flexible-offer #deals-details .merchant-row {
  margin-bottom: 10px; }

#body .container #offerHolder .flexible-offer #deals-details .offer-headline,
#body #offerHolder .flexible-offer #deals-details .offer-headline {
  margin-bottom: 0; }

#body .container #offerHolder .flexible-offer #deals-details #offer-vendorDesc,
#body #offerHolder .flexible-offer #deals-details #offer-vendorDesc {
  font-size: 0.8rem;
  line-height: 1.2rem; }

#body .container #offerHolder .flexible-offer #deals-details h5#offer-name,
#body #offerHolder .flexible-offer #deals-details h5#offer-name {
  float: none;
  color: #a1a1a4;
  font-weight: 700;
  letter-spacing: 0.02em; }

#body .container #offerHolder .flexible-offer #deals-details .bg-info,
#body #offerHolder .flexible-offer #deals-details .bg-info {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  background: #f3f4f5; }
  #body .container #offerHolder .flexible-offer #deals-details .bg-info .details,
  #body #offerHolder .flexible-offer #deals-details .bg-info .details {
    font-size: 12px;
    line-height: 18px;
    color: #231f20; }

#body .container #offerHolder .flexible-offer #deals-details #offer-name-purch,
#body #offerHolder .flexible-offer #deals-details #offer-name-purch {
  font-weight: 200;
  font-size: 1.2rem;
  margin: 0px; }

#body .container #offerHolder .flexible-offer #deals-details #offer-name,
#body #offerHolder .flexible-offer #deals-details #offer-name {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 0px; }

#body .container #offerHolder .flexible-offer #deals-details #offer-vendorDesc,
#body #offerHolder .flexible-offer #deals-details #offer-vendorDesc {
  font-size: 0.8rem;
  line-height: 1.2rem; }

@media only screen and (min-width: 992px) {
  #body .container #offerHolder .flexible-offer,
  #body #offerHolder .flexible-offer {
    top: 50px;
    height: auto;
    padding: 30px 20px 30px;
    border: 1px solid #707070; } }
@media only screen and (max-width: 991px) {
  #body .container #offerHolder .flexible-offer .closeBtn,
  #body #offerHolder .flexible-offer .closeBtn {
    top: 0px;
    right: 0px;
    text-align: right; }

  #body .container .flexible-offer .closeBtn.closeBtn-mobile span,
  #body .flexible-offer .closeBtn.closeBtn-mobile span {
    float: right; }

  #body #detail-btns {
    margin-top: 20px; }

  #body #detail-btns .btn {
    width: 100%;
    margin: 10px 0 0 0; } }
@media only screen and (max-width: 767px) {
  #body .flexible-offer {
    padding: 95px 20px 0; }

  #body .carousel-hero-post .carousel-item img,
  #body .carousel-hero-pre .carousel-item img {
    display: block; }

  #body .carousel-hero-post .carousel-item .text-intro-container img,
  #body .carousel-hero-pre .carousel-item .text-intro-container img,
  #body .carousel-hero-post .carousel-item .brand-secondary img,
  #body .carousel-hero-pre .carousel-item .brand-secondary img {
    display: none; } }
section#local-offers #search-results {
  max-height: 390px;
  overflow: hidden; }
  @media (max-width: 767px) {
    section#local-offers #search-results {
      max-height: 780px; } }

.flexible-map > div.closeBtn {
  background: white;
  top: 69px;
  margin-bottom: 0; }

.view-all-link {
  line-height: 50px;
  margin-left: 10px;
  color: #231f20;
  font-weight: normal; }
  @media (max-width: 767px) {
    .view-all-link {
      display: block;
      text-align: center; } }

#mobileCouponHolder .flexible-offer {
  background: white; }
  #mobileCouponHolder .flexible-offer .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    #mobileCouponHolder .flexible-offer .modal-header .ent-gift {
      float: none;
      width: 60px; }
    #mobileCouponHolder .flexible-offer .modal-header .ent-logo {
      float: none;
      width: 210px; }
    #mobileCouponHolder .flexible-offer .modal-header h4 {
      width: 100%;
      margin: 15px auto;
      font-size: 11px; }

.afcu-local-flex {
  display: flex;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .afcu-local-flex {
      flex-wrap: wrap; } }
  .afcu-local-flex .map-form-box {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .afcu-local-flex .map-form-box {
        width: 100%; } }
    .afcu-local-flex .map-form-box h2 {
      margin-top: 0; }
    .afcu-local-flex .map-form-box #change-zip .form-group {
      width: 100%; }
  .afcu-local-flex #mapoffercontainer {
    width: 65%; }
    @media (max-width: 767px) {
      .afcu-local-flex #mapoffercontainer {
        width: 100%; } }

.alternative .left-box {
  background: url(/img/partner/newLook/alternative-background.jpg) no-repeat center center; }

.alternative .right-box {
  background: url(/img/partner/newLook/alternative-hero.jpg) no-repeat center center; }

.attractions .left-box {
  background: url(/img/partner/newLook/attractions-background.jpg) no-repeat center center; }

.attractions .right-box {
  background: url(/img/partner/newLook/attractions-hero.jpg) no-repeat center center; }

.auto_care .left-box {
  background: url(/img/partner/newLook/auto_care-background.jpg) no-repeat center center; }

.auto_care .right-box {
  background: url(/img/partner/newLook/auto_care-hero.jpg) no-repeat center center; }

.auto_expert .left-box {
  background: url(/img/partner/newLook/auto_expert-background.jpg) no-repeat center center; }

.auto_expert .right-box {
  background: url(/img/partner/newLook/auto_expert-hero.jpg) no-repeat center center; }

.auto_purchasing .left-box {
  background: url(/img/partner/newLook/auto_purchasing-background.jpg) no-repeat center center; }

.auto_purchasing .right-box {
  background: url(/img/partner/newLook/auto_purchasing-hero.jpg) no-repeat center center; }

.auto_quote .left-box {
  background: url(/img/partner/newLook/auto_quote-background.jpg) no-repeat center center; }

.auto_quote .right-box {
  background: url(/img/partner/newLook/auto_quote-hero.jpg) no-repeat center center; }

.barkbox .left-box {
  background: url(/img/partner/newLook/barkbox-background.jpg) no-repeat center center; }

.barkbox .right-box {
  background: url(/img/partner/newLook/barkbox-hero.jpg) no-repeat center center; }

.cash_rebates .left-box {
  background: url(/img/partner/newLook/cash_rebates-background.jpg) no-repeat center center; }

.cash_rebates .right-box {
  background: url(/img/partner/newLook/cash_rebates-hero.jpg) no-repeat center center; }

.cellphone .left-box {
  background: url(/img/partner/newLook/cellphone-background.jpg) no-repeat center center; }

.cellphone .right-box {
  background: url(/img/partner/newLook/cellphone-hero.jpg) no-repeat center center; }

.couponz .left-box {
  background: url(/img/partner/newLook/couponzdirect-background.jpg) no-repeat center center; }

.couponz .right-box {
  background: url(/img/partner/newLook/couponzdirect-hero.jpg) no-repeat center center; }

.diabetic .left-box {
  background: url(/img/partner/newLook/diabetic-background.jpg) no-repeat center center; }

.diabetic .right-box {
  background: url(/img/partner/newLook/diabetic-hero.jpg) no-repeat center center; }

.grocery .left-box {
  background: url(/img/partner/newLook/grocery-background.jpg) no-repeat center center; }

.grocery .right-box {
  background: url(/img/partner/newLook/grocery-hero.jpg) no-repeat center center; }

.grocery-book .left-box {
  background: url(/img/partner/newLook/grocery-book-background.jpg) no-repeat center center; }

.grocery-book .right-box {
  background: url(/img/partner/newLook/grocery-book-hero.jpg) no-repeat center center; }

.guard_street .left-box {
  background: url(/img/partner/newLook/guard_street-background.jpg) no-repeat center center; }

.guard_street .right-box {
  background: url(/img/partner/newLook/guard_street-hero.jpg) no-repeat center center; }

.health_library .left-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/health_library-background.jpg") no-repeat center center; }

.health_library .right-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/health_library-hero.jpg") no-repeat center center; }

.dental .left-box {
  background: url(/img/partner/newLook/dental-background.jpg) no-repeat center center; }

.dental .right-box {
  background: url(/img/partner/newLook/dental-hero.jpg) no-repeat center center; }

.financial_counseling .left-box {
  background: url(/img/partner/newLook/financial_counseling-background.jpg) no-repeat center center; }

.financial_counseling .right-box {
  background: url(/img/partner/newLook/financial_counseling-hero.jpg) no-repeat center center; }

.fitness_network .left-box {
  background: url(/img/partner/newLook/fitness_network-background.jpg) no-repeat center center; }

.fitness_network .right-box {
  background: url(/img/partner/newLook/fitness_network-hero.jpg) no-repeat center center; }

.footprint .left-box {
  background: url(/img/partner/newLook/footprint-background.jpg) no-repeat center center; }

.footprint .right-box {
  background: url(/img/partner/newLook/footprint-hero.jpg) no-repeat center center; }

.grocery .left-box {
  background: url(/img/partner/newLook/grocery-background.jpg) no-repeat center center; }

.grocery .right-box {
  background: url(/img/partner/newLook/grocery-hero.jpg) no-repeat center center; }

.hearing .left-box {
  background: url(/img/partner/newLook/hearing-background.jpg) no-repeat center center; }

.hearing .right-box {
  background: url(/img/partner/newLook/hearing-hero.jpg) no-repeat center center; }

.health .left-box {
  background: url(/img/partner/newLook/health-background.jpg) no-repeat center center; }

.health .right-box {
  background: url(/img/partner/newLook/health-hero.jpg) no-repeat center center; }

.health_advocate .left-box {
  background: url(/img/partner/newLook/health_advocate-background.jpg) no-repeat center center; }

.health_advocate .right-box {
  background: url(/img/partner/newLook/health_advocate-hero.jpg) no-repeat center center; }

.koiyn .left-box {
  background: url(/img/partner/newLook/koiyn-background.jpg) no-repeat center center; }

.koiyn .right-box {
  background: url(/img/partner/newLook/koiyn-hero.jpg) no-repeat center center; }

.lab .left-box {
  background: url(/img/partner/newLook/lab-background.jpg) no-repeat center center; }

.lab .right-box {
  background: url(/img/partner/newLook/lab-hero.jpg) no-repeat center center; }

.letsgetchecked .left-box {
  background: url(/img/partner/newLook/letsgetchecked-background.jpg) no-repeat center center; }

.letsgetchecked .right-box {
  background: url(/img/partner/newLook/letsgetchecked-hero.jpg) no-repeat center center; }

.mri .left-box {
  background: url(/img/partner/newLook/mri-background.jpg) no-repeat center center; }

.mri .right-box {
  background: url(/img/partner/newLook/mri-hero.jpg) no-repeat center center; }

.notification .left-box {
  background: url(/img/partner/newLook/notification-background.jpg) no-repeat center center; }

.notification .right-box {
  background: url(/img/partner/newLook/notification-hero.jpg) no-repeat center center; }

.nurse_hotline .left-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/nurse_hotline-background.jpg") no-repeat center center; }

.nurse_hotline .right-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/nurse_hotline-hero.jpg") no-repeat center center; }

.pawprint .left-box {
  background: url(/img/partner/newLook/pawprint-background.jpg) no-repeat center center; }

.pawprint .right-box {
  background: url(/img/partner/newLook/pawprint-hero.jpg) no-repeat center center; }

.park_fly .left-box {
  background: url(/img/partner/newLook/park_fly-background.jpg) no-repeat center center; }

.park_fly .right-box {
  background: url(/img/partner/newLook/park_fly-hero.jpg) no-repeat top center; }

.petCard .left-box {
  background: url(/img/partner/newLook/petCard-background.jpg) no-repeat center center; }

.petCard .right-box {
  background: url(/img/partner/newLook/petCard-hero.jpg) no-repeat center center; }

.pharmacy .left-box {
  background: url(/img/partner/newLook/pharmacy-background.jpg) no-repeat center center; }

.pharmacy .right-box {
  background: url(/img/partner/newLook/pharmacy-hero.jpg) no-repeat center center; }

.prescription .left-box {
  background: url(/img/partner/newLook/prescription-background.jpg) no-repeat center center; }

.prescription .right-box {
  background: url(/img/partner/newLook/prescription-hero.jpg) no-repeat center center; }

.pet .left-box {
  background: url(/img/partner/newLook/pet-background.jpg) no-repeat center center; }

.pet .right-box {
  background: url(/img/partner/newLook/pet-hero.jpg) no-repeat center center; }

.rental .left-box {
  background: url(/img/partner/newLook/rental-background.jpg) no-repeat center center; }

.rental .right-box {
  background: url(/img/partner/newLook/rental-hero.jpg) no-repeat center center; }

.rover .left-box {
  background: url(/img/partner/newLook/rover-background.jpg) no-repeat center center; }

.rover .right-box {
  background: url(/img/partner/newLook/rover-hero.jpg) no-repeat center center; }

.shoppingboss .left-box {
  background: url(/img/partner/newLook/shoppingboss-background.jpg) no-repeat center center; }

.shoppingboss .right-box {
  background: url(/img/partner/newLook/shoppingboss-hero.jpg) no-repeat center center; }

.spa .left-box {
  background: url(/img/partner/newLook/spa-background.jpg) no-repeat center center; }

.spa .right-box {
  background: url(/img/partner/newLook/spa-hero.jpg) no-repeat center center; }

.smile .left-box {
  background: url(/img/partner/newLook/smile-background.jpg) no-repeat center center; }

.smile .right-box {
  background: url(/img/partner/newLook/smile-hero.jpg) no-repeat center center; }

.travel .left-box {
  background: url(/img/partner/newLook/travel-background.jpg) no-repeat center center; }

.travel .right-box {
  background: url(/img/partner/newLook/travel-hero.jpg) no-repeat center center; }

.entertainment .left-box {
  background: url(/img/partner/newLook/entertainment-background.jpg) no-repeat center center; }

.entertainment .right-box {
  background: url(/img/partner/newLook/entertainment-hero.jpg) no-repeat center center; }

.farmers .left-box {
  background: url(/img/partner/newLook/farmers-background.jpg) no-repeat center center; }

.farmers .right-box {
  background: url(/img/partner/newLook/farmers-hero.jpg) no-repeat center center; }

.fitness .left-box {
  background: url(/img/partner/newLook/fitness-background.jpg) no-repeat center center; }

.fitness .right-box {
  background: url(/img/partner/newLook/fitness-hero.jpg) no-repeat center center; }

.flowers .left-box {
  background: url(/img/partner/newLook/flowers-background.jpg) no-repeat center center; }

.flowers .right-box {
  background: url(/img/partner/newLook/flowers-hero.jpg) no-repeat center center; }

.interstate_moving .left-box {
  background: url(/img/partner/newLook/interstate-background.jpg) no-repeat center center; }

.interstate_moving .right-box {
  background: url(/img/partner/newLook/interstate-hero.jpg) no-repeat center center; }

.legal_plan .left-box {
  background: url(/img/partner/newLook/legal_plan-background.jpg) no-repeat center center; }

.legal_plan .right-box {
  background: url(/img/partner/newLook/legal_plan-hero.jpg) no-repeat center center; }

.sb_legal_plan .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sb_legal_plan-background.jpg") no-repeat center center; }

.sb_legal_plan .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sb_legal_plan-hero.jpg") no-repeat center center; }

.family_legal_plan .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/family_legal_plan-background.jpg") no-repeat center center; }

.family_legal_plan .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/family_legal_plan-hero.jpg") no-repeat center center; }

.local_moving .left-box {
  background: url(/img/partner/newLook/local_moving-background.jpg) no-repeat center center; }

.local_moving .right-box {
  background: url(/img/partner/newLook/local_moving-hero.jpg) no-repeat center center; }

.magazines .left-box {
  background: url(/img/partner/newLook/magazine-background.jpg) no-repeat center center; }

.magazines .right-box {
  background: url(/img/partner/newLook/magazine-hero.jpg) no-repeat center center; }

.merchandise .left-box {
  background: url(/img/partner/newLook/merchandise-background.jpg) no-repeat center center; }

.merchandise .right-box {
  background: url(/img/partner/newLook/merchandise-hero.jpg) no-repeat center center; }

.movie_tickets .left-box {
  background: url(/img/partner/newLook/movie_tickets-background.jpg) no-repeat center center; }

.movie_tickets .right-box {
  background: url(/img/partner/newLook/movie_tickets-hero.jpg) no-repeat center center; }

.personal_assistant .left-box {
  background: url(/img/partner/newLook/personal_assistant-background.jpg) no-repeat center center; }

.personal_assistant .right-box {
  background: url(/img/partner/newLook/personal_assistant-hero.jpg) no-repeat center center; }

.physicians .left-box {
  background: url(/img/partner/newLook/physician-background.jpg) no-repeat center center; }

.physicians .right-box {
  background: url(/img/partner/newLook/physician-hero.jpg) no-repeat center center; }

.roadside .left-box {
  background: url(/img/partner/newLook/roadside-background.jpg) no-repeat center center; }

.roadside .right-box {
  background: url(/img/partner/newLook/roadside-hero.jpg) no-repeat center center; }

.restaurant .left-box {
  background: url(/img/partner/newLook/restaurant-background.jpg) no-repeat center center; }

.restaurant .right-box {
  background: url(/img/partner/newLook/restaurant-hero.jpg) no-repeat center center; }

.sai-property .left-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/sai-property-background.jpg") no-repeat center center; }

.sai-property .right-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/sai-property-hero-1.jpg") no-repeat center center; }

.sai-cobra .left-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/sai-cobra-background.jpg") no-repeat center center; }

.sai-cobra .right-box {
  background: url("https://cdn.augeobiz.com/static/perks/partner/newLook/sai-cobra-hero-1.jpg") no-repeat center center; }

.savearound .left-box {
  background: url(/img/partner/newLook/savearound-background.jpg) no-repeat center center; }

.savearound .right-box {
  background: url(/img/partner/newLook/savearound-hero.jpg) no-repeat center center; }

.service_discounts .left-box {
  background: url(/img/partner/newLook/service_discounts-background.jpg) no-repeat center center; }

.service_discounts .right-box {
  background: url(/img/partner/newLook/service_discounts-hero.jpg) no-repeat center center; }

.supplies .left-box {
  background: url(/img/partner/newLook/supplies-background.jpg) no-repeat center center; }

.supplies .right-box {
  background: url(/img/partner/newLook/supplies-hero.jpg) no-repeat center center; }

.spa_week .left-box {
  background: url(/img/partner/newLook/spa_week-background.jpg) no-repeat center center; }

.spa_week .right-box {
  background: url(/img/partner/newLook/spa_week-hero.jpg) no-repeat center center; }

.id-protection .left-box {
  background: url(/img/partner/newLook/protection-background.jpg) no-repeat center center; }

.id-protection .right-box {
  background: url(/img/partner/newLook/protection-hero.jpg) no-repeat center center; }

.technology .left-box {
  background: url(/img/partner/newLook/technology-background.jpg) no-repeat center center; }

.technology .right-box {
  background: url(/img/partner/newLook/technology-hero.jpg) no-repeat center center; }

.sb_tax_advice .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sb_tax_advice-background.jpg") no-repeat center center; }

.sb_tax_advice .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sb_tax_advice-hero.jpg") no-repeat center center; }

.tax_hotline .left-box {
  background: url(/img/partner/newLook/tax_hotline-background.jpg) no-repeat center center; }

.tax_hotline .right-box {
  background: url(/img/partner/newLook/tax_hotline-hero.jpg) no-repeat center center; }

.telemedicine .left-box {
  background: url(/img/partner/newLook/telemedicine-background.jpg) no-repeat center center; }

.telemedicine .right-box {
  background: url(/img/partner/newLook/telemedicine-hero.jpg) no-repeat center center; }

.theme_parks .left-box {
  background: url(/img/partner/newLook/theme_parks-background.jpg) no-repeat center center; }

.theme_parks .right-box {
  background: url(/img/partner/newLook/theme_parks-hero.jpg) no-repeat center center; }

.tires_rims .left-box {
  background: url(/img/partner/newLook/tires-background.jpg) no-repeat center center; }

.tires_rims .right-box {
  background: url(/img/partner/newLook/tires-hero.jpg) no-repeat center center; }

.tires_rims_tbc .left-box {
  background: url(/img/partner/newLook/tires-tbc-background.jpg) no-repeat center center; }

.tires_rims_tbc .right-box {
  background: url(/img/partner/newLook/tires-tbc-hero.jpg) no-repeat center center; }

.vision .left-box {
  background: url(/img/partner/newLook/vision-background.jpg) no-repeat center center; }

.vision .right-box {
  background: url(/img/partner/newLook/vision-hero.jpg) no-repeat center center; }

.whisker .left-box {
  background: url(/img/partner/newLook/whisker-background.jpg) no-repeat center center; }

.whisker .right-box {
  background: url(/img/partner/newLook/whisker-hero.jpg) no-repeat center center; }

.alternative .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/alternative-background.jpg") no-repeat center center; }

.alternative .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/alternative-hero.jpg") no-repeat center center; }

.attractions .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/attractions-background.jpg") no-repeat center center; }

.attractions .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/attractions-hero.jpg") no-repeat center center; }

.auto_care .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_care-background.jpg") no-repeat center center; }

.auto_care .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_care-hero.jpg") no-repeat center center; }

.auto_expert .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_expert-background.jpg") no-repeat center center; }

.auto_expert .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_expert-hero.jpg") no-repeat center center; }

.auto_purchasing .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_purchasing-background.jpg") no-repeat center center; }

.auto_purchasing .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_purchasing-hero.jpg") no-repeat center center; }

.auto_quote .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_quote-background.jpg") no-repeat center center; }

.auto_quote .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/auto_quote-hero.jpg") no-repeat center center; }

.barkbox .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/barkbox-background.jpg") no-repeat center center; }

.barkbox .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/barkbox-hero.jpg") no-repeat center center; }

.cash_rebates .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/cash_rebates-background.jpg") no-repeat center center; }

.cash_rebates .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/cash_rebates-hero.jpg") no-repeat center center; }

.cellphone .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/cellphone-background.jpg") no-repeat center center; }

.cellphone .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/cellphone-hero.jpg") no-repeat center center; }

.couponz .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/couponzdirect-background.jpg") no-repeat center center; }

.couponz .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/couponzdirect-hero.jpg") no-repeat center center; }

.diabetic .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/diabetic-background.jpg") no-repeat center center; }

.diabetic .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/diabetic-hero.jpg") no-repeat center center; }

.grocery .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/grocery-background.jpg") no-repeat center center; }

.grocery .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/grocery-hero.jpg") no-repeat center center; }

.grocery-book .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/grocery-book-background.jpg") no-repeat center center; }

.grocery-book .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/grocery-book-hero.jpg") no-repeat center center; }

.guard_street .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/guard_street-background.jpg") no-repeat center center; }

.guard_street .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/guard_street-hero.jpg") no-repeat center center; }

.health_library .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/health_library-background.jpg") no-repeat center center; }

.health_library .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/health_library-hero.jpg") no-repeat center center; }

.dental .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/dental-background.jpg") no-repeat center center; }

.dental .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/dental-hero.jpg") no-repeat center center; }

.financial_counseling .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/financial_counseling-background.jpg") no-repeat center center; }

.financial_counseling .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/financial_counseling-hero.jpg") no-repeat center center; }

.fitness_network .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/fitness_network-background.jpg") no-repeat center center; }

.fitness_network .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/fitness_network-hero.jpg") no-repeat center center; }

.footprint .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/footprint-background.jpg") no-repeat center center; }

.footprint .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/footprint-hero.jpg") no-repeat center center; }

.grocery .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/grocery-background.jpg") no-repeat center center; }

.grocery .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/grocery-hero.jpg") no-repeat center center; }

.hearing .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/hearing-background.jpg") no-repeat center center; }

.hearing .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/hearing-hero.jpg") no-repeat center center; }

.health .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/health-background.jpg") no-repeat center center; }

.health .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/health-hero.jpg") no-repeat center center; }

.health_advocate .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/health_advocate-background.jpg") no-repeat center center; }

.health_advocate .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/health_advocate-hero.jpg") no-repeat center center; }

.hotels .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/hotels-background.jpg") no-repeat center center; }

.hotels .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/hotels-hero.jpg") no-repeat center center; }

.koiyn .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/koiyn-background.jpg") no-repeat center center; }

.koiyn .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/koiyn-hero.jpg") no-repeat center center; }

.lab .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/lab-background.jpg") no-repeat center center; }

.lab .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/lab-hero.jpg") no-repeat center center; }

.letsgetchecked .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/letsgetchecked-background.jpg") no-repeat center center; }

.letsgetchecked .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/letsgetchecked-hero.jpg") no-repeat center center; }

.mri .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/mri-background.jpg") no-repeat center center; }

.mri .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/mri-hero.jpg") no-repeat center center; }

.notification .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/notification-background.jpg") no-repeat center center; }

.notification .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/notification-hero.jpg") no-repeat center center; }

.nurse_hotline .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/nurse_hotline-background.jpg") no-repeat center center; }

.nurse_hotline .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/nurse_hotline-hero.jpg") no-repeat center center; }

.pawprint .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/pawprint-background.jpg") no-repeat center center; }

.pawprint .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/pawprint-hero.jpg") no-repeat center center; }

.park_fly .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/park_fly-background.jpg") no-repeat center center; }

.park_fly .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/park_fly-hero.jpg") no-repeat top center; }

.petCard .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/petCard-background.jpg") no-repeat center center; }

.petCard .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/petCard-hero.jpg") no-repeat center center; }

.pharmacy .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/pharmacy-background.jpg") no-repeat center center; }

.pharmacy .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/pharmacy-hero.jpg") no-repeat center center; }

.prescription .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/prescription-background.jpg") no-repeat center center; }

.prescription .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/prescription-hero.jpg") no-repeat center center; }

.pet .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/pet-background.jpg") no-repeat center center; }

.pet .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/pet-hero.jpg") no-repeat center center; }

.rental .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/rental-background.jpg") no-repeat center center; }

.rental .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/rental-hero.jpg") no-repeat center center; }

.rover .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/rover-background.jpg") no-repeat center center; }

.rover .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/rover-hero.jpg") no-repeat center center; }

.shoppingboss .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/shoppingboss-background.jpg") no-repeat center center; }

.shoppingboss .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/shoppingboss-hero.jpg") no-repeat center center; }

.spa .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/spa-background.jpg") no-repeat center center; }

.spa .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/spa-hero.jpg") no-repeat center center; }

.smile .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/smile-background.jpg") no-repeat center center; }

.smile .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/smile-hero.jpg") no-repeat center center; }

.travel .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/travel-background.jpg") no-repeat center center; }

.travel .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/travel-hero.jpg") no-repeat center center; }

.entertainment .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/entertainment-background.jpg") no-repeat center center; }

.entertainment .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/entertainment-hero.jpg") no-repeat center center; }

.farmers .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/farmers-background.jpg") no-repeat center center; }

.farmers .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/farmers-hero.jpg") no-repeat center center; }

.fitness .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/fitness-background.jpg") no-repeat center center; }

.fitness .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/fitness-hero.jpg") no-repeat center center; }

.flowers .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/flowers-background.jpg") no-repeat center center; }

.flowers .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/flowers-hero.jpg") no-repeat center center; }

.interstate_moving .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/interstate-background.jpg") no-repeat center center; }

.interstate_moving .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/interstate-hero.jpg") no-repeat center center; }

.legal_plan .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/legal_plan-background.jpg") no-repeat center center; }

.legal_plan .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/legal_plan-hero.jpg") no-repeat center center; }

.local_moving .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/local_moving-background.jpg") no-repeat center center; }

.local_moving .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/local_moving-hero.jpg") no-repeat center center; }

.magazines .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/magazine-background.jpg") no-repeat center center; }

.magazines .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/magazine-hero.jpg") no-repeat center center; }

.merchandise .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/merchandise-background.jpg") no-repeat center center; }

.merchandise .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/merchandise-hero.jpg") no-repeat center center; }

.movie_tickets .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/movie_tickets-background.jpg") no-repeat center center; }

.movie_tickets .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/movie_tickets-hero.jpg") no-repeat center center; }

.personal_assistant .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/personal_assistant-background.jpg") no-repeat center center; }

.personal_assistant .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/personal_assistant-hero.jpg") no-repeat center center; }

.physicians .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/physician-background.jpg") no-repeat center center; }

.physicians .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/physician-hero.jpg") no-repeat center center; }

.roadside .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/roadside-background.jpg") no-repeat center center; }

.roadside .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/roadside-hero.jpg") no-repeat center center; }

.restaurant .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/restaurant-background.jpg") no-repeat center center; }

.restaurant .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/restaurant-hero.jpg") no-repeat center center; }

.sai-property .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sai-property-background.jpg") no-repeat center center; }

.sai-property .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sai-property-hero-1.jpg") no-repeat center center; }

.sai-cobra .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sai-cobra-background.jpg") no-repeat center center; }

.sai-cobra .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/sai-cobra-hero-1.jpg") no-repeat center center; }

.savearound .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/savearound-background.jpg") no-repeat center center; }

.savearound .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/savearound-hero.jpg") no-repeat center center; }

.service_discounts .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/service_discounts-background.jpg") no-repeat center center; }

.service_discounts .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/service_discounts-hero.jpg") no-repeat center center; }

.supplies .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/supplies-background.jpg") no-repeat center center; }

.supplies .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/supplies-hero.jpg") no-repeat center center; }

.spa_week .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/spa_week-background.jpg") no-repeat center center; }

.spa_week .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/spa_week-hero.jpg") no-repeat center center; }

.id-protection .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/protection-background.jpg") no-repeat center center; }

.id-protection .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/protection-hero.jpg") no-repeat center center; }

.technology .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/technology-background.jpg") no-repeat center center; }

.technology .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/technology-hero.jpg") no-repeat center center; }

.tax_hotline .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/tax_hotline-background.jpg") no-repeat center center; }

.tax_hotline .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/tax_hotline-hero.jpg") no-repeat center center; }

.telemedicine .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/telemedicine-background.jpg") no-repeat center center; }

.telemedicine .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/telemedicine-hero.jpg") no-repeat center center; }

.theme_parks .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/theme_parks-background.jpg") no-repeat center center; }

.theme_parks .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/theme_parks-hero.jpg") no-repeat center center; }

.tires_rims .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/tires-background.jpg") no-repeat center center; }

.tires_rims .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/tires-hero.jpg") no-repeat center center; }

.tires_rims_tbc .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/tires-tbc-background.jpg") no-repeat center center; }

.tires_rims_tbc .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/tires-tbc-hero.jpg") no-repeat center center; }

.vision .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/vision-background.jpg") no-repeat center center; }

.vision .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/vision-hero.jpg") no-repeat center center; }

.whisker .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/whisker-background.jpg") no-repeat center center; }

.whisker .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/whisker-hero.jpg") no-repeat center center; }

.glass .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/glass-background.jpg") no-repeat center center; }

.glass .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/glass-hero.jpg") no-repeat center center; }

.locked .left-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/locked-background.jpg") no-repeat center center; }

.locked .right-box {
  background: url("https://cdn.augeobiz.com/static/v5-frontend/mem-template-banners/locked-hero.jpg") no-repeat center center; }

.contact .left-box {
  background: url(/img/contact-left.jpg) no-repeat center center; }

.contact .right-box {
  background: url(/img/contact-right.jpg) no-repeat center center; }

.discount-animation {
  height: 300px;
  width: 100%;
  overflow: hidden; }
  .discount-animation .left-box, .discount-animation .right-box {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover; }
    @media (max-width: 767px) {
      .discount-animation .left-box, .discount-animation .right-box {
        width: 100%; } }
  .discount-animation .right-box {
    animation: from-right 0.65s ease-out; }
    @media (max-width: 767px) {
      .discount-animation .right-box {
        display: none; } }
  @media (min-width: 768px) {
    .discount-animation .left-box {
      animation: from-left 0.65s ease-out; } }
  @media (max-width: 991px) {
    .discount-animation .left-box h1 {
      font-size: 34px; } }
  .discount-animation .left-box h1, .discount-animation .left-box h2 {
    color: white;
    font-weight: 700; }
  .discount-animation .left-box h2 {
    margin: 20px 0 25px; }
  .discount-animation .left-box .overlay {
    background: #EE3524;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .discount-animation .left-box .vertical-align {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.merchants-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 40px auto 0;
  width: 100%;
  padding: 0; }
  .merchants-row li {
    display: inline-block;
    position: relative;
    animation: FadeIn 0.45s ease;
    animation-fill-mode: both; }
    .merchants-row li img {
      width: 100%;
      max-width: 125px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .merchants-row li img {
          max-width: 100px; } }
      @media (max-width: 767px) {
        .merchants-row li img {
          max-width: 80px; } }
  .merchants-row li:nth-child(1) {
    animation-delay: 0.2s; }
  .merchants-row li:nth-child(2) {
    animation-delay: 0.3s; }
  .merchants-row li:nth-child(3) {
    animation-delay: 0.4s; }
  .merchants-row li:nth-child(4) {
    animation-delay: 0.5s; }
  .merchants-row li:nth-child(5) {
    animation-delay: 0.6s; }
  .merchants-row li:nth-child(6) {
    animation-delay: 0.7s; }
  .merchants-row li:nth-child(7) {
    animation-delay: 0.8s; }
  .merchants-row li:nth-child(8) {
    animation-delay: 0.9s; }
  .merchants-row li:nth-child(9) {
    animation-delay: 1s; }
  .merchants-row li:nth-child(10) {
    animation-delay: 1.1s; }
  .merchants-row li:nth-child(11) {
    animation-delay: 1.2s; }
  .merchants-row li:nth-child(12) {
    animation-delay: 1.3s; }
  .merchants-row li:nth-child(13) {
    animation-delay: 1.4s; }
  .merchants-row li:nth-child(14) {
    animation-delay: 1.5s; }
  @media (max-width: 991px) {
    .merchants-row li:nth-child(7), .merchants-row li:nth-child(6) {
      display: none; } }
  @media (max-width: 767px) {
    .merchants-row li:nth-child(5), .merchants-row li:nth-child(4) {
      display: none; } }

.tab-row {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #a1a1a4;
  margin: 50px 0 40px; }
  @media (max-width: 767px) {
    .tab-row {
      margin: 20px 0 20px; } }
  @media (max-width: 767px) {
    .tab-row span {
      display: none; } }
  .tab-row a {
    color: #a1a1a4;
    text-decoration: none;
    border-bottom: 3px solid white;
    padding-bottom: 4px;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s; }
    .tab-row a:hover, .tab-row a:active, .tab-row a:focus {
      border-bottom: 3px solid #a1a1a4; }
    @media (max-width: 767px) {
      .tab-row a {
        display: block;
        width: auto;
        text-align: center;
        border: 0 !important; } }
  .tab-row a.active {
    color: #a1a1a4;
    border-color: #a1a1a4; }

.fold h2 {
  padding-right: 25px; }
  .fold h2:after {
    content: '\e800';
    position: absolute;
    right: 5px;
    top: 0;
    color: #231f20;
    font-family: "fontello"; }

.copy-box {
  border: 1px solid #a1a1a4;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .copy-box {
      margin: 0 0 10px; } }
  .copy-box:last-child {
    margin-bottom: 50px !important; }
  .copy-box .content {
    display: none; }
  .copy-box h2 {
    color: #EE3524;
    margin: 10px 0 20px;
    position: relative; }
    @media (max-width: 767px) {
      .copy-box h2 {
        font-size: 18px; } }
  .copy-box p {
    margin-bottom: 20px; }
  .copy-box ol, .copy-box ul {
    padding: 0 0 0 16px;
    margin-bottom: 20px; }
    .copy-box ol li, .copy-box ul li {
      margin-bottom: 5px; }

.copy-box.active {
  display: block; }

@keyframes from-left {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes from-left {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes from-right {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes from-right {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes FadeIn {
  from {
    opacity: 0;
    transform: scale(0.1); }
  85% {
    opacity: 1;
    transform: scale(1.05); }
  to {
    transform: scale(1); } }
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
    transform: scale(0.1); }
  85% {
    opacity: 1;
    transform: scale(1.05); }
  to {
    transform: scale(1); } }
#search-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 9999; }

#search-modal,
.search-form-container {
  text-align: center; }
  #search-modal .close-search,
  .search-form-container .close-search {
    position: fixed;
    top: 30px;
    right: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #EE3524;
    font-size: 22px;
    line-height: 18px;
    outline: none; }
    #search-modal .close-search:hover,
    .search-form-container .close-search:hover {
      color: #b71c0e; }
  #search-modal h2.title,
  .search-form-container h2.title {
    color: #a1a1a4;
    font-size: 28px;
    margin-top: 5%;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      #search-modal h2.title,
      .search-form-container h2.title {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 24px; } }
  #search-modal .form-group,
  .search-form-container .form-group {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 20px;
    position: relative; }
    #search-modal .form-group i,
    .search-form-container .form-group i {
      position: absolute;
      left: 0; }
    #search-modal .form-group button,
    .search-form-container .form-group button {
      position: absolute;
      left: 15px;
      border: 0;
      background: transparent;
      padding: 0;
      outline: none;
      font-size: 34px;
      color: #EE3524;
      top: 5px; }
      @media (max-width: 767px) {
        #search-modal .form-group button,
        .search-form-container .form-group button {
          top: 4px;
          left: 5px;
          font-size: 24px; } }
    #search-modal .form-group input,
    .search-form-container .form-group input {
      width: 100%;
      padding: 20px 15px 20px 70px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.05em;
      outline: none;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #231f20; }
      @media (max-width: 767px) {
        #search-modal .form-group input,
        .search-form-container .form-group input {
          padding: 10px 15px 10px 45px;
          font-size: 16px; } }
  #search-modal .filter-box,
  .search-form-container .filter-box {
    width: 90%;
    max-width: 500px;
    margin: 0 auto; }
    #search-modal .filter-box .btn,
    .search-form-container .filter-box .btn {
      margin-bottom: 15px; }
    #search-modal .filter-box h2,
    .search-form-container .filter-box h2 {
      color: #EE3524;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #search-modal .filter-box h2,
        .search-form-container .filter-box h2 {
          font-size: 18px;
          margin-bottom: 10px; } }
      #search-modal .filter-box h2 input,
      .search-form-container .filter-box h2 input {
        color: #231f20 !important;
        font-size: 14px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        background: transparent;
        border: 0; }
    #search-modal .filter-box p,
    .search-form-container .filter-box p {
      margin-bottom: 20px;
      font-weight: 700; }
      @media (max-width: 767px) {
        #search-modal .filter-box p,
        .search-form-container .filter-box p {
          margin-bottom: 15px; } }
    #search-modal .filter-box #slider, #search-modal .filter-box #slider-2,
    .search-form-container .filter-box #slider,
    .search-form-container .filter-box #slider-2 {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        #search-modal .filter-box #slider, #search-modal .filter-box #slider-2,
        .search-form-container .filter-box #slider,
        .search-form-container .filter-box #slider-2 {
          margin-bottom: 35px; } }
    #search-modal .filter-box .ui-state-default, #search-modal .filter-box .ui-widget-content .ui-state-default, #search-modal .filter-box .ui-widget-header .ui-state-default,
    #search-modal .filter-box .ui-button, #search-modal .filter-box html .ui-button.ui-state-disabled:hover, #search-modal .filter-box html .ui-button.ui-state-disabled:active,
    .search-form-container .filter-box .ui-state-default,
    .search-form-container .filter-box .ui-widget-content .ui-state-default,
    .search-form-container .filter-box .ui-widget-header .ui-state-default,
    .search-form-container .filter-box .ui-button,
    .search-form-container .filter-box html .ui-button.ui-state-disabled:hover,
    .search-form-container .filter-box html .ui-button.ui-state-disabled:active {
      outline: none;
      border-radius: 50px;
      width: 40px;
      top: -18px;
      height: 40px;
      background: white;
      border: 10px solid #EE3524; }
      @media (max-width: 767px) {
        #search-modal .filter-box .ui-state-default, #search-modal .filter-box .ui-widget-content .ui-state-default, #search-modal .filter-box .ui-widget-header .ui-state-default,
        #search-modal .filter-box .ui-button, #search-modal .filter-box html .ui-button.ui-state-disabled:hover, #search-modal .filter-box html .ui-button.ui-state-disabled:active,
        .search-form-container .filter-box .ui-state-default,
        .search-form-container .filter-box .ui-widget-content .ui-state-default,
        .search-form-container .filter-box .ui-widget-header .ui-state-default,
        .search-form-container .filter-box .ui-button,
        .search-form-container .filter-box html .ui-button.ui-state-disabled:hover,
        .search-form-container .filter-box html .ui-button.ui-state-disabled:active {
          width: 30px;
          height: 30px;
          top: -13px; } }
    #search-modal .filter-box .ui-widget.ui-widget-content,
    .search-form-container .filter-box .ui-widget.ui-widget-content {
      height: 5px;
      border-radius: 0;
      border: 0;
      background: #a1a1a4; }
    #search-modal .filter-box ul,
    .search-form-container .filter-box ul {
      margin: 0 0 30px 0;
      padding: 0;
      list-style-type: none; }
      @media (max-width: 767px) {
        #search-modal .filter-box ul,
        .search-form-container .filter-box ul {
          margin: 0 0 15px 0; } }
      #search-modal .filter-box ul li,
      .search-form-container .filter-box ul li {
        display: block;
        cursor: pointer;
        position: relative; }
        #search-modal .filter-box ul li i,
        .search-form-container .filter-box ul li i {
          top: 10px;
          right: 10px;
          font-size: 20px;
          position: absolute;
          color: #a1a1a4; }
          @media (max-width: 767px) {
            #search-modal .filter-box ul li i,
            .search-form-container .filter-box ul li i {
              top: 8px;
              right: 8px; } }
        #search-modal .filter-box ul li label,
        .search-form-container .filter-box ul li label {
          text-align: left;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.15em;
          padding: 10px;
          border-bottom: 1px solid #a1a1a4;
          background: white;
          color: #a1a1a4;
          cursor: pointer;
          margin: 0;
          display: block; }
          @media (max-width: 767px) {
            #search-modal .filter-box ul li label,
            .search-form-container .filter-box ul li label {
              padding: 8px; } }
      #search-modal .filter-box ul li.active label,
      .search-form-container .filter-box ul li.active label {
        background: #a1a1a4;
        color: white; }
        #search-modal .filter-box ul li.active label i,
        .search-form-container .filter-box ul li.active label i {
          color: white; }

#mobile-menu {
  display: none;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 99; }
  #mobile-menu .close-menu {
    position: fixed;
    top: 30px;
    right: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #EE3524;
    font-size: 22px;
    line-height: 18px;
    outline: none; }
    #mobile-menu .close-menu:hover {
      color: #b71c0e; }
  #mobile-menu ul {
    list-style-type: none;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 75px;
    padding: 0;
    max-height: calc(100% - 158px);
    overflow-y: auto; }
    #mobile-menu ul li {
      display: block;
      width: 100%; }
      #mobile-menu ul li a, #mobile-menu ul li button {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        padding: 10px;
        border: 0;
        border-bottom: 1px solid #a1a1a4;
        background: white;
        color: #a1a1a4;
        text-decoration: none;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease; }
        #mobile-menu ul li a i, #mobile-menu ul li button i {
          float: right;
          font-size: 20px; }
        #mobile-menu ul li a:hover, #mobile-menu ul li a:focus, #mobile-menu ul li a:active, #mobile-menu ul li button:hover, #mobile-menu ul li button:focus, #mobile-menu ul li button:active {
          background: #a1a1a4;
          color: white;
          text-decoration: none; }
      #mobile-menu ul li .dropdown > ul {
        position: relative;
        top: 0px;
        margin-top: 0;
        width: 100%;
        box-shadow: none;
        float: none;
        border-radius: 0;
        border: 0;
        border-left: 5px solid grey; }
  #mobile-menu p {
    color: #a1a1a4;
    margin-top: 30px; }
    #mobile-menu p a {
      font-weight: 700; }

.contact-us {
  padding: 50px 15px; }
  .contact-us h3 {
    margin-bottom: 20px;
    color: #EE3524; }

#error-styles {
  padding-top: 80px;
  padding-bottom: 80px; }
  #error-styles h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #EE3524; }
  #error-styles p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5em; }

/* Font Families */
*, h1, h2, h3, h4, h5, h6 {
  font-family: 'poppins', sans-serif;
  margin: 0; }

h1 {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.01em; }

h2 {
  font-size: 22px;
  font-weight: 700; }

h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

@font-face {
  font-family: 'fontello';
  src: url("/css/membership-template/font/fontello.eot?81096828");
  src: url("/css/membership-template/font/fontello.eot?81096828#iefix") format("embedded-opentype"), url("/css/membership-template/font/fontello.woff2?81096828") format("woff2"), url("/css/membership-template/font/fontello.woff?81096828") format("woff"), url("/css/membership-template/font/fontello.ttf?81096828") format("truetype"), url("/css/membership-template/font/fontello.svg?81096828#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81096828#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-eliteretailsavings_icons_arrowdown:before {
  content: '\e800'; }

/* '' */
.icon-eliteretailsavings_icons_arrowleft:before {
  content: '\e801'; }

/* '' */
.icon-eliteretailsavings_icons_arrowup:before {
  content: '\e802'; }

/* '' */
.icon-eliteretailsavings_icons_bullseye:before {
  content: '\e803'; }

/* '' */
.icon-eliteretailsavings_icons_circlecheck:before {
  content: '\e804'; }

/* '' */
.icon-eliteretailsavings_icons_circlex-bold:before {
  content: '\e805'; }

/* '' */
.icon-eliteretailsavings_icons_circlex:before {
  content: '\e806'; }

/* '' */
.icon-eliteretailsavings_icons_customerservice:before {
  content: '\e807'; }

/* '' */
.icon-eliteretailsavings_icons_filter:before {
  content: '\e808'; }

/* '' */
.icon-eliteretailsavings_icons_hamburgermenu:before {
  content: '\e809'; }

/* '' */
.icon-eliteretailsavings_icons_help:before {
  content: '\e80a'; }

/* '' */
.icon-eliteretailsavings_icons_locationmarker:before {
  content: '\e80b'; }

/* '' */
.icon-eliteretailsavings_icons_myaccount:before {
  content: '\e80c'; }

/* '' */
.icon-eliteretailsavings_icons_search:before {
  content: '\e80d'; }

/* '' */
.icon-eliteretailsavings_icons_starfill:before {
  content: '\e80e'; }

/* '' */
.icon-eliteretailsavings_icons_staroutline:before {
  content: '\e80f'; }

/* '' */
.icon-eliteretailsavings_icons_x-bold:before {
  content: '\e810'; }

/* '' */
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable {
  background: url(/program/eliteidprotect/img/marker.svg) no-repeat bottom center !important;
  padding-left: 25px; }

.gradient-background:after {
  display: none;
  background: rgba(147, 213, 0, 0.7); }

.discount-animation .left-box .overlay {
  opacity: 0.8; }

.head-flex .flex-logo a img,
#head-brand .brand-container.pre a img {
  max-width: 235px; }

#login-page .login-area img {
  max-width: 275px; }

a {
  color: #EE3524; }

#login-page .login-area {
  background: #231f20; }

@media (max-width: 767px) {
  .gradient-background h1 {
    font-size: 46px; } }
#login-page .login-area:after {
  content: '';
  display: none; }

#login-page .login-area .legal {
  color: white; }

#login-page #error-message {
  color: white;
  font-weight: bold;
  font-size: 12px; }   
/*# sourceMappingURL=program.css.map */
