@import url(https://web.archive.org/web/20200320065512cs_/https://fonts.googleapis.com/css?family=Source+Sans+Pro);@import url(https://web.archive.org/web/20200320065512cs_/https://fonts.googleapis.com/css?family=Roboto);@import url(https://web.archive.org/web/20200320065512cs_/https://fonts.googleapis.com/css?family=Roboto+Condensed);@charset "UTF-8";
/* 
File Name : mixins scss
Author : Senthil Shanmugam
Content : Contains mixin for all the components. Example : width, font, truncate
*/
/* --------------- Line Clamp --------------- */
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  word-wrap: break-word; }

.root.responsivegrid {
  max-width: 1280px;
  margin: 0 auto; }

* {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

h1,
h2 {
  color: #0a4e8c;
  font-style: normal;
  font-family: Roboto Condensed; }

h4 {
  color: #0a4e8c;
  font-style: normal;
  font-stretch: normal;
  line-height: normal; }

h3,
h5,
h6,
h7,
h8,
.h7,
.h8 {
  color: #464852;
  font-style: normal;
  font-stretch: normal;
  line-height: normal; }

h1 {
  font-size: 35px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -0.1px; }

h2 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: normal; }

h3 {
  font-size: 28px;
  letter-spacing: -0.3px;
  font-weight: normal; }

h4 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.2px; }

h5 {
  font-size: 21px;
  letter-spacing: 0.2px;
  font-weight: normal; }

h6 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal; }

.h7 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px; }

.h8 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal; }

b,
em,
strong {
  font-weight: bold; }

.iframeCSSRequired iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal-body {
  height: 80vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.CarouselComponent,
.CategoryTile,
.CtaComponent,
.Disclaimer,
.ExpandCollapse,
.HeroSlider,
.iFrame,
.Image__Component,
.Layout,
.LinkPills,
.LinkStack,
.Promo,
.Tile,
.Title__Component,
.cmp.cmp-text,
.tabbed-container,
.externallink,
.Video,
.Youtube {
  padding: 15px; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 57px; }
  h2 {
    font-size: 35px;
    line-height: normal;
    letter-spacing: -0.4px; }
  h3 {
    font-size: 37px;
    letter-spacing: -0.7px; }
  h4 {
    font-size: 28px;
    letter-spacing: -0.5px; }
  h5 {
    font-size: 28px;
    letter-spacing: 0.7px; }
  h6 {
    font-size: 21px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    padding: 0; } }

@media only screen and (min-width: 1280px) {
  .modal-body {
    height: 480px;
    overflow-y: hidden; } }

.MperksDesktopHeader .MperksHeader__yourStore {
  padding-top: 1px !important; }

@media only screen and (min-width: 1280px) {
  .MperksDesktopHeader .MperksHeader__yourStore {
    padding-top: 3px !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right button {
    padding: 0 15px !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right p button:first-child {
    padding-right: 15px !important;
    padding-left: 0 !important; }
  .MperksDesktopHeader .MperksHeader__headerLinks--right button:last-child {
    padding-right: 0 !important; } }

.Cta .btn {
  font-family: Source Sans Pro;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  min-width: 100%;
  max-width: 100%;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.Cta .btn-primary {
  background-color: #0a4d8c;
  border: 0; }

.Cta .btn-primary:hover,
.Cta .btn-primary:focus {
  background-color: #063561; }

.Cta .btn-primary:disabled {
  background-color: #aabcce;
  color: #f4f7fb; }

.Cta .btn-secondary,
.Cta .btn-secondary:hover {
  background-color: #f4f7fb;
  color: #464852;
  border: solid 1px #e1e7eb; }

.Cta .btn-secondary:hover {
  background-color: #e1e7eb; }

.Cta .btn-secondary:focus {
  background-color: #f4f7fb;
  color: #697782; }

.Cta .btn-secondary:disabled {
  background-color: #efefef;
  color: #697782; }

.Cta .btn-tertiary {
  height: 32px;
  color: #393939;
  background-color: #f4f7fb;
  border: solid 1px #e1e7eb; }

.Cta .btn-tertiary:hover,
.Cta .btn-tertiary:focus {
  color: #464852; }

.Cta .btn-tertiary:hover {
  background-color: #e1e7eb; }

.Cta .btn-tertiary:disabled {
  color: #697782;
  background-color: #efefef; }

.Cta .btn-link {
  color: #0a4e8c;
  text-decoration: underline; }

.Cta .Cta__primary-link {
  font-family: Source Sans Pro;
  font-weight: normal;
  font-size: 16px;
  line-height: normal; }

.Cta .Cta__secondary-link {
  font-family: Source Sans Pro;
  font-weight: normal;
  font-size: 14px;
  line-height: normal; }

.Cta .Cta__tertiary-link {
  font-family: Source Sans Pro;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #393939;
  text-decoration: none;
  height: 32px; }

.Cta .Cta__primary-link:hover,
.Cta .Cta__secondary-link:hover {
  font-weight: bold; }

.Cta .Cta__tertiary-link:hover,
.Cta .Cta__tertiary-link:disabled {
  height: 32px;
  background-color: #f4f7fb;
  color: #464852; }

.Cta .Cta__tertiary-link:focus {
  background-color: #efefef;
  color: #697782; }

.Cta .text-left,
.Cta .text-right {
  text-align: center; }

.Cta .modal-header {
  position: relative;
  border-bottom: 0; }

.Cta .modal-header button.close {
  margin: -1rem 0 -1rem auto;
  position: absolute;
  right: 0; }

@media only screen and (max-width: 767px) {
  .btn {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .Cta {
    display: inline-block;
    width: 100%; }
    .Cta .btn {
      max-width: 100%;
      min-width: 200px; }
    .Cta .text-left {
      text-align: left; }
    .Cta .text-right {
      text-align: right; } }

/* 
* Component: Content Carousel Component
* Author : Sudhansu Patro
* Content : Custom Scss for Content Carousel Component (using Slick library )
*/
.CarouselComponent .CarouselSlider {
  width: 100%;
  text-align: center; }

.CarouselComponent .button--linktext {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
  font-size: 14px;
  text-transform: capitalize; }

.CarouselComponent .slick-slide {
  margin: 0px 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.9; }
  .CarouselComponent .slick-slide img {
    width: 100%; }
  .CarouselComponent .slick-slide .container-fluid,
  .CarouselComponent .slick-slide .col {
    padding: 0; }

.CarouselComponent .visuallyhidden {
  display: none;
  visibility: hidden; }

.CarouselComponent #carousel_layout {
  display: none; }

.CarouselComponent .slick-slide img {
  height: auto; }

.CarouselComponent .Tile__modal.show {
  padding: 0 17px; }

.CarouselComponent .modal {
  position: absolute; }

.CarouselComponent .Tile__modal.show .modal-body {
  height: auto; }

.CarouselComponent .slick-prev {
  left: 11px;
  z-index: 1;
  height: 50px;
  line-height: 13px;
  width: 20px;
  opacity: 1; }

.CarouselComponent .slick-next {
  right: 9px;
  z-index: 1;
  height: 50px;
  line-height: 12px;
  width: 20px;
  opacity: 1; }

.CarouselComponent .carousel-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.CarouselComponent .carousel-edit {
  width: 200px;
  display: inline-block; }

.CarouselComponent .slick-prev:before {
  background-color: #f3f3f3;
  opacity: 1; }

.CarouselComponent .slick-next:before {
  background-color: #f3f3f3;
  opacity: 1; }

.CarouselComponent .Tile .Tile__align--center {
  word-wrap: break-word; }

.CarouselComponent .Cta .btn {
  min-width: auto;
  margin: 10px 0; }

.CarouselComponent .slick-dots li {
  margin: 0; }

/* 
 * Component: Tile Component
* Author : Sowmya Ramachandrappa
* Content : left, center, right, primary, secondary class ….
*/
.Tile__background--primaryTransparent {
  background-color: rgba(244, 247, 251, 0.94); }

.Tile__background--secondaryTransparent {
  background-color: rgba(255, 255, 255, 0.94); }

.Tile__background--none {
  background-color: none; }

.Tile__background--primary {
  background-color: #f4f7fb; }

.Tile__background--secondary {
  background-color: #ffffff; }

.Tile h3,
.Tile h4,
.Tile h5,
.Tile p,
.Tile img,
.Tile button {
  outline: 0; }

.Tile .Tile__image {
  width: 100%;
  height: 100%; }

.Tile .Tile__link {
  display: inline-block;
  text-decoration: underline;
  background-color: inherit; }

.Tile .btn {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px; }

.Tile .btn-link,
.Tile .Tile__link {
  margin: 0px;
  padding: 0px; }

.Tile .Tile__desktopImg {
  display: none; }

.Tile .Tile__mobileImg {
  display: block;
  width: 100%;
  height: 100%; }

.Tile .Tile__textColor--primary {
  color: #0a4e8c; }

.Tile .Tile__textColor--secondary {
  color: #ffffff; }

.Tile .Tile__text--place-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media (min-width: 768px) {
  .Tile .Tile__text--place-left div:first-child {
    padding-right: 0; }
  .Tile .Tile__text--place-right div:first-child {
    padding-left: 0; }
  .Tile .Tile__text--place-right div:last-child {
    padding-right: 0; }
  .Tile .Tile__text--place-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .Tile .Tile__text--place-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .Tile .Tile__text--place-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .Tile .Tile__cta--align {
    display: inline-block; }
  .Tile .btn {
    width: 133px;
    height: 40px;
    display: inline-block; }
  .Tile .Tile__mobileImg {
    display: none; }
  .Tile .Tile__desktopImg {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .Tile .text-left.Tile__padding {
    padding-left: 50px; }
  .Tile .text-right.Tile__padding {
    padding-right: 50px; } }

.ExpandCollapse {
  margin: 0 auto; }
  .ExpandCollapse a,
  .ExpandCollapse a:hover {
    text-decoration: none; }
  .ExpandCollapse .ExpandCollapse__card {
    width: 100%;
    border-top: 1px solid #8697a2;
    border-bottom: 1px solid #8697a2; }
  .ExpandCollapse .ExpandCollapse__cardHeader h3 {
    font-size: 16px;
    font-weight: 600;
    color: #464852;
    margin: 0px;
    padding: 20px 0; }
  .ExpandCollapse .ExpandCollapse__cardHeader svg {
    float: right; }
  .ExpandCollapse .ExpandCollapse__cardBody {
    margin-bottom: 20px; }

.ExpandCollapse__noPadding {
  padding: 0px; }

.ExpandCollapse__fullPadding {
  padding: 20px 0px; }

.ExpandCollapse__topPadding {
  padding: 20px 0 0 0; }

.ExpandCollapse__bottomPadding {
  padding: 0 0 20px 0; }

/* 
 * Component: LinkStack Component
* Author : Sowmya Ramachandrappa
* Content : Styles on link padding and link text decoration
*/
.LinkStack ul,
.LinkStack .btn-link,
.LinkStack .LinkStack__Headline {
  margin: 0px;
  padding: 0px; }

.LinkStack ul {
  list-style: none;
  word-wrap: break-word;
  margin: 0 10px 5px 10px; }

.LinkStack a,
.LinkStack .btn-link {
  text-decoration: underline;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #0a4e8c; }

.LinkStack a:hover {
  font-weight: bold; }

.LinkStack .LinkStack__Headline {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  min-height: 20px;
  height: auto;
  word-wrap: break-word;
  margin: 10px;
  color: #4d4d4d; }

.LinkStack .LinkStack__Headline div:empty {
  visibility: hidden; }

.LinkStack .modal-header {
  position: relative;
  border-bottom: 0; }

.LinkStack .modal-header button.close {
  margin: -1rem 0 -1rem auto;
  position: absolute;
  right: 0; }

/* 
Component: Promo Component
Author : Nirmal
Content : Promo__headline, Promo__subHeadline, Promo__button, Promo__button--large, Promo__button--small, class ….
*/
.Promo .Promo__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem; }

.Promo .Promo__Image {
  background-size: cover; }

.Promo .Promo--alignCenter {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.Promo .Promo__headline {
  font-family: Roboto;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  margin-top: 10px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  word-wrap: break-word; }

.Promo .Promo__subHeadline {
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
  word-wrap: break-word; }

.Promo .Promo__button--large {
  width: 100%;
  border-radius: 2px; }

.Promo .Promo__button--small {
  width: 100%;
  border-radius: 2px; }

.Promo .Promo__button .col-lg-6 {
  padding: none; }

.Promo img {
  width: auto;
  max-width: 100%; }

.Promo .Promo--color-primary {
  background-color: #0a4d8c; }

.Promo .Promo--color-secondary {
  background-color: #f4f7fb; }

.Promo .alert-dismissible {
  padding: 0.75rem 1rem; }
  .Promo .alert-dismissible .close {
    top: 5px;
    right: 20px;
    z-index: 1; }

.Promo .Promo__text--primary {
  color: #0a4d8c; }

.Promo .Promo__text--secondary {
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .Promo .alert-dismissible {
    padding-right: 4rem; }
    .Promo .alert-dismissible .close {
      top: 50%;
      right: 15px;
      margin-top: -25px;
      padding-right: 0.5rem; }
  .Promo .Promo__image {
    padding-left: 0; }
  .Promo .Promo__container .Cta .btn {
    min-width: 100%; } }

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .Promo .Promo__container {
    max-width: 1280px; } }

@media only screen and (min-width: 1280px) {
  .Promo .Promo__button--large {
    border-radius: 2px; }
  .Promo .alert-dismissible .close {
    padding-right: 0; } }

.root.responsivegrid .Promo {
  margin: 0 1rem; }

/* 
 * Component: Layout Component
* Author : Seema Savadatti
* Content : Display none if component slots left blank 
*/
.Layout {
  margin: 1em auto;
  width: 100%;
  max-width: 1280px; }
  .Layout .one-col-one-row,
  .Layout .two-col-one-row,
  .Layout .two-col-two-row,
  .Layout .three-col-one-row,
  .Layout .three-col-two-row,
  .Layout .four-col-one-row,
  .Layout .five-col-one-row,
  .Layout .six-col-one-row {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .Layout .one-col-one-row > div,
  .Layout .two-col-one-row > div,
  .Layout .two-col-two-row > div,
  .Layout .three-col-one-row > div,
  .Layout .three-col-two-row > div,
  .Layout .four-col-one-row > div,
  .Layout .five-col-one-row > div,
  .Layout .six-col-one-row > div {
    padding: 10px 0; }
  .Layout .two-col-one-row div:blank,
  .Layout .two-col-two-row div:blank,
  .Layout .three-col-one-row div:blank,
  .Layout .three-col-two-row div:blank,
  .Layout .four-col-one-row div:blank,
  .Layout .five-col-one-row div:blank,
  .Layout .six-col-one-row div:blank {
    display: none; }
  .Layout .MperkSearch {
    padding: 0; }

/* 
 * Component: iFrame Component
* Author : Seema Savadatti
* Content : iFrame for desktop and mobile
*/
.iFrame {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.iFrame body {
  max-width: 340px;
  word-wrap: break-word; }

@media only screen and (min-width: 768px) {
  .iFrame body {
    max-width: 750px; } }

@media only screen and (min-width: 1024px) {
  .iFrame body {
    max-width: 100%;
    max-height: 100%; } }

/*
 * Component: Rich Text Editor Component
* Author : Sowmya Ramachandrappa
* Content : Styles on font size, weight, family color
*/
.cmp.cmp-text {
  max-width: 1280px;
  margin: 0 auto; }

/* 
* Component: mPerks Search Component
* Author : Sudhansu Patro
* Content : MperkSearch__container
*/
.MperkSearch__container > .form-control:not(:last-child) {
  border-radius: 4px;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  border: solid 1px #8697a2;
  color: #697782;
  height: 40px; }

.MperkSearch__btnContainer--button {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  background-color: #0a4e8c;
  color: #ffffff;
  height: 40px; }

.tabbed-container .nav-tabs {
  padding-right: 0rem;
  border-bottom-color: #e1e7eb;
  border-bottom-style: solid;
  border-bottom-width: 0; }
  .tabbed-container .nav-tabs .nav-item {
    margin-bottom: -5px;
    padding-right: 0rem;
    border-bottom-color: #e1e7eb;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    width: 50%;
    text-align: center;
    margin-top: 5px; }
  .tabbed-container .nav-tabs .nav-item:hover {
    border-bottom-color: #32b2e4; }
  .tabbed-container .nav-tabs .nav-link {
    border: 0px;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    color: #b1b1b1; }
  .tabbed-container .nav-tabs .nav-link.active {
    border-bottom: 5px solid #8697a2;
    margin-bottom: -5px;
    border-color: #ffffff #ffffff #8697a2;
    color: #b1b1b1; }
  .tabbed-container .nav-tabs .nav-link__image {
    height: 60px; }
  .tabbed-container .nav-tabs .nav-link__text {
    display: block; }
  .tabbed-container .nav-tabs .tabHead {
    display: block;
    padding: 0.5rem 0rem; }
  .tabbed-container .nav-tabs .tabHead__image {
    display: inline-block;
    width: 40%;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain; }
  .tabbed-container .nav-tabs .tabHead__text {
    display: inline-block;
    width: 56%;
    vertical-align: middle;
    text-align: left; }

.tabbed-container .tab-content {
  padding: 15px 0; }

@media (min-width: 768px) {
  .tabbed-container .nav-tabs .nav-item {
    width: 20%; } }

@media (min-width: 992px) {
  .tabbed-container .nav-tabs {
    border-bottom-width: 5px; }
    .tabbed-container .nav-tabs .nav-item {
      width: 16.66%; } }

/*
 * Component: LinkPills Component
* Author : Sowmya Ramachandrappa
* Content : Styles on fonts and alignments of the pills
*/
.LinkPills .LinkPills__title,
.LinkPills .nav-link {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852; }

.LinkPills .LinkPills-list {
  margin: 10px auto; }

.LinkPills .LinkPills__title {
  font-size: 24px;
  margin: 10px 5px; }

.LinkPills .LinkPills__pill .nav-link {
  font-size: 14px;
  word-break: break-all;
  padding: 0; }

.LinkPills .LinkPills__pill {
  margin: 5px 10px;
  padding: 10px 20px;
  background-color: #f4f7fb;
  height: 32px;
  border-radius: 16px; }

.LinkPills .LinkPills__pill:hover {
  background-color: #e1e7eb; }

.LinkPills .close {
  position: relative;
  padding: 0; }

.LinkPills .justify-content-start .LinkPills__title,
.LinkPills .justify-content-end .LinkPills__title,
.LinkPills .justify-content-center .LinkPills__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.LinkPills .justify-content-center .LinkPills__title {
  text-align: center; }

@media (min-width: 768px) {
  .LinkPills .justify-content-start .LinkPills__title,
  .LinkPills .justify-content-end .LinkPills__title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

/* 
 * Component: Youtube Component
* Author : 
* Content : Custom Scss for Youtube Component
*/
.Youtube__modal {
  padding-right: 0px;
  text-align: center; }
  .Youtube__modal.in .youtube__modal--dialog {
    position: fixed;
    top: 50%;
    left: 50%; }
  .Youtube__modal .modal-body {
    border-radius: 2.7px;
    height: auto; }

.Youtube__player {
  width: 100%; }

.Youtube__thumbnail--container {
  width: 100%;
  height: auto;
  position: relative; }

.Youtube__thumbnail--mobile {
  width: 100%;
  height: 100%;
  cursor: pointer; }

.Youtube__playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer; }

/***Tablet starts***/
@media only screen and (min-width: 768px) {
  .Youtube__thumbnail--desktop {
    width: 100%;
    height: 100%;
    cursor: pointer; } }

/***Tablet Ends***/
/***Desktop Starts***/
@media only screen and (min-width: 1280px) {
  .Youtube__thumbnail--desktop {
    width: 100%;
    height: 100%;
    cursor: pointer; } }

/***Desktop Ends***/
.OfferBanner {
  color: #ffffff;
  font-weight: bold;
  padding-top: 40px; }
  .OfferBanner .OfferBanner__banner {
    margin: 0 auto;
    font-size: 16px;
    width: 100%;
    max-height: 120px;
    border-radius: 4px;
    background: linear-gradient(98deg, #72cd56, #47af3d); }
  .OfferBanner .OfferBanner__bannerText {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff; }
  .OfferBanner .Cta .btn-link {
    border: 0;
    min-width: auto;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    color: #ffffff; }
  .OfferBanner .OfferBanner__img {
    width: 130px;
    height: auto; }
  .OfferBanner .modal {
    margin-top: 150px; }
  .OfferBanner .modal-header {
    border: 0; }
  .OfferBanner .modal-content {
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover; }
  .OfferBanner .modal-body {
    overflow-y: hidden; }
  .OfferBanner .modal-body,
  .OfferBanner .OfferBanner__contactUs {
    font-size: 14px; }
  .OfferBanner .OfferBanner__email {
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    word-break: break-all; }
  .OfferBanner .OfferBanner__error {
    width: 100%;
    margin: 0 auto;
    color: #ff6d6d;
    word-wrap: break-word; }
  .OfferBanner .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) {
    .OfferBanner .OfferBanner__banner {
      height: 60px; }
    .OfferBanner .modal {
      margin-top: 60px; }
    .OfferBanner .OfferBanner__bannerText {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; } }
  @media only screen and (min-width: 1280px) {
    .OfferBanner .OfferBanner__banner,
    .OfferBanner .OfferBanner__error {
      width: 1110px;
      padding: 0 20px; } }

.Video {
  /**Tablet Starts**/
  /**Tablet ends**/
  /**Desktop Starts**/
  /**Desktop Ends**/ }
  .Video .Video__modal {
    text-align: center; }
    .Video .Video__modal.in .Video__modal--dialog {
      position: fixed;
      top: 50%;
      left: 50%; }
  .Video .Video__player {
    width: 100%;
    top: 30px; }
  .Video .Video__thumbnail--container {
    width: 100%;
    height: auto;
    position: relative; }
  .Video .Video__thumbnail--mobile {
    cursor: pointer;
    width: 100%;
    height: 100%; }
  .Video .modal-body {
    height: auto;
    margin-bottom: 15px;
    padding: 0 1rem;
    overflow-y: hidden; }
  .Video .modal {
    padding-right: 0; }
  .Video .Video__playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer; }
  .Video .Video__close {
    margin-top: 2px; }
  .Video .video-js .vjs-control-bar {
    visibility: visible;
    bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .Video .Video__thumbnail--desktop {
      cursor: pointer;
      width: 100%;
      height: 100%; }
    .Video .Video__player {
      width: 100%;
      top: 32px; }
    .Video .modal-body {
      left: 0px; }
    .Video .Video__close {
      margin-top: 3px; } }
  @media only screen and (min-width: 1280px) {
    .Video .Video__thumbnail--desktop {
      cursor: pointer;
      width: 100%;
      height: 100%; }
    .Video .Video__player {
      width: 100%;
      top: 30px; }
    .Video .modal-body {
      left: 0px; }
    .Video .Video__close {
      margin-top: 3px; } }

.MperksCardContainer .MperksCard {
  width: 100%;
  min-height: 355px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: solid 1px #e1e7eb;
  margin: 15px auto; }

.MperksCardContainer .MperksCard__cardHeader {
  position: relative;
  height: 15px; }

.MperksCardContainer .MperksCard__cardHeader--icon {
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 45px;
  height: 45px;
  border: 3px solid #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .MperksCardContainer .MperksCard__cardHeader--icon img {
    width: 90%;
    margin: auto; }

.MperksCardContainer .MperksCard__cardTitle {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-top: 10px; }

.MperksCardContainer .MperksCard__cardDescription {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  margin-top: 0;
  display: table; }

.MperksCardContainer .MperksCard__cardBody--image {
  width: 100%;
  height: 75px;
  max-width: 75px;
  -o-object-fit: contain;
     object-fit: contain; }

.MperksCardContainer .MperksCard__cardBody--title {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  max-height: 36px; }

.MperksCardContainer .MperksCard__cardBody--description {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.67;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.67; }

.MperksCardContainer .MperksCard__cardFooter {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #393939;
  margin: 0 10px;
  position: relative;
  cursor: pointer; }

.MperksCardContainer .MperksCard__footerCta {
  color: #393939; }

.MperksCardContainer .card-footer {
  padding: 1.25rem 0.3rem;
  border-top: 1px solid #e1e7eb;
  background-color: #ffffff; }

.MperksCardContainer .card-body {
  height: 280px; }

.MperksCardContainer .card-body a {
  cursor: pointer; }

.MperksCardContainer a:hover {
  text-decoration: none; }

.MperksCardContainer .MperksCard__cardFooter a {
  cursor: pointer;
  color: #393939; }

.MperksCardContainer .MperksCard--hide {
  display: none; }

.MperksCardContainer .js-MperksCardParsys:blank {
  display: none; }

@media only screen and (min-width: 768px) {
  .MperksCardContainer .MperksCard__cardBody--image {
    width: 100%;
    height: 80px;
    max-width: 80px;
    -o-object-fit: contain;
       object-fit: contain; } }

.PublishInstance .UnAuthenticatedUser,
.PublishInstance .AuthenticatedUser {
  display: none; }

.AuthorInstance .MperksCard--hide {
  display: block; }

@media only screen and (min-width: 1280px) {
  .CardContainer .container-fluid {
    padding: 0px; } }

.card-container {
  position: relative;
  min-height: 8rem; }

.not-configured {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 4px solid #ff6d6d; }

/* 
* Component: Receipts and Savings(mPerks)
* Author : Senthil Shanmugam
* Content : Receipts and Savings(mPerks) SCSS
*/
.MperksCard__savingsTd {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  margin-top: 0; }

.MperksCard__savingsPercentage {
  font-size: 21px;
  font-weight: bold; }

.MperksCard__savingText {
  font-size: 14px; }

.MperksCard__savingsChart {
  margin: auto;
  cursor: pointer; }

/*** Tabview Starts ***/
@media only screen and (min-width: 768px) {
  .MperksCard__savingsPercentage {
    font-size: 23px;
    font-weight: bold; } }

/*** Tabview Ends ***/
.InProgressRewards__cardTitle {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #464852;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.InProgressRewards__canvas {
  position: relative;
  z-index: 1;
  width: 105px;
  height: 105px;
  cursor: pointer; }

.InProgressRewards__canvas--image {
  background: 50% 50% / 85px 85px no-repeat;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 11px;
  left: 25px;
  z-index: 0;
  cursor: pointer; }

.InProgressRewardDialog {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  height: 110px; }

.InProgressRewards__validDates {
  margin: 22px -10px 0 -10px;
  padding: 6px 0 0 0; }

.card-text-green {
  color: #47af3d; }

.InProgressRewards__remainingDays,
.InProgressRewards__toGoText {
  color: #464852; }

.InProgressRewards__toGoValue,
.InProgressRewards__remainingDays,
.InProgressRewards__toGoText,
.InProgressRewards__earnThruDate {
  font-size: 14px; }

.HandpickedOffers .card-body {
  height: 215px; }

.HandpickedOffers .modal-dialog-centered {
  height: calc(100% - (0.5rem * 2)); }

.HandpickedOffers .modal-content {
  display: block; }

@media (min-width: 576px) {
  .HandpickedOffers .modal-dialog-centered {
    height: calc(100% - (1.75rem * 2)); } }

.MperksCard__handPickedCardTitle {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.5px;
  padding-left: 20px;
  color: #ffffff; }

.MperksCard__handPickedCardDescription {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.MperksCard__handPickedCardImage {
  background-size: 100% 80px;
  background-repeat: no-repeat;
  height: 80px;
  cursor: pointer; }

.MperksCard__cardFooter {
  cursor: pointer; }

.MperksCard__cardBody {
  cursor: pointer; }

.MperksCard__handPickedCard--modal {
  padding: 0 1rem; }
  .MperksCard__handPickedCard--modal .MperksCard__handPickedCardTitle,
  .MperksCard__handPickedCard--modal .MperksCard__handPickedCardDescription {
    cursor: default; }

.HandPickedOffers__modalHeading,
.HandPickedOffers__modalSubHeading {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.67;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #464852;
  padding: 0;
  padding-bottom: 10px;
  margin: 2rem 1.25rem 1.25rem 1rem; }

.MperksCard__handPickedCardHeader {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.67;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #464852;
  background-color: #ffffff; }

.MperksCard__cardBody--details {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.67;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852; }

.MperksCard__coupon--image {
  width: 125px;
  height: 125px; }

.MperksCard__handPickedCard--modal ::-webkit-scrollbar {
  width: 2px;
  height: 30px; }

.MperksCard__handPickedCard--modal ::-webkit-scrollbar-thumb {
  background: #0a4d8c; }

.MperksCard__handPickedCard--modal .modal-lg {
  max-width: 1060px;
  margin: 0 auto; }

.MperksCard__handPickedCard--modal .modal-header {
  border-bottom: 0; }

.MperksCard__handPickedCard--modal .modal-body {
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0; }

.MperksCard__handPickedCard--modal .MperksCard__handPickedCardModalImage {
  margin: 0 16px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120px; }

.MperksCard__handPickedCard--couponModal ::-webkit-scrollbar {
  width: 2px;
  height: 30px; }

.MperksCard__handPickedCard--couponModal ::-webkit-scrollbar-thumb {
  background: #0a4d8c; }

.MperksCard__handPickedCard--couponModal .modal-lg {
  max-width: 310px; }

.MperksCard__handPickedCard--couponModal .Coupon__termsAndConditions {
  height: 100px;
  overflow-y: scroll; }

.MperksCard__handPickedCard--couponModal .modal-dialog-centered {
  margin: 0 auto; }

.MperksCard__handPickedCard--couponModal .card-body {
  height: 400px; }

.Coupon {
  padding: 15px; }

.Coupons__cta {
  height: 24px; }

.Coupon__offerImage {
  width: 125px;
  height: 125px; }

.Coupon__offerTitle,
.Coupon__offerDescription,
.Coupon__offerDates,
.Coupon__offerType,
.Coupon__errorMessage,
.OffersCard__title,
.OffersCard__description {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852; }

.OffersCard__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.Coupon__offerDescription,
.OffersCard__description {
  font-size: 14px;
  line-height: 1.43; }

.Coupon__offerType,
.Coupon__termsHeading {
  font-weight: 600;
  font-size: 14px; }

.Coupon__offerDates,
.Coupon__termsAndConditions,
.OffersCard__dates {
  font-size: 12px;
  line-height: 1.67; }

.Coupon__cta {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  width: auto;
  min-width: auto;
  height: 40px;
  font-weight: bold; }

.Coupon__cardFooter .btn {
  min-width: auto; }

.Coupon__cardFooter .btn-link {
  text-decoration: none;
  color: #393939; }

.Coupon__modalHeading {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #0a4d8c; }

.MperksCard__handPickedCard--modal .OffersCard {
  min-height: 234px; }
  .MperksCard__handPickedCard--modal .OffersCard .card-header {
    background-color: #ffffff; }

.MperksCard__handPickedCard--modal .card-body {
  height: 135px; }

.HandPickedOffers__clipUnclip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .HandPickedOffers__clipUnclip svg {
    margin-right: 10px; }

.SpecialOffersContent .MperksCard__cardFooter {
  cursor: text; }

@media screen and (min-width: 768px) {
  .Coupon__offerTitle,
  .OffersCard__title {
    font-size: 21px; }
  .MperksCard__handPickedCard--modal .OffersCard {
    min-height: 250px; }
  .MperksCard__handPickedCard--modal .card-body {
    height: 144px; } }

.MperksCard__rewardCardImage {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 106px; }

.MperksCard__rewardCardDateIndication {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.67;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852; }

.MperksCard__rewardCardTitle {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #464852;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.recommended-shoppinglist-items__card {
  margin: 15px 0; }
  .recommended-shoppinglist-items__card .Products {
    white-space: normal;
    overflow: hidden; }
    .recommended-shoppinglist-items__card .Products .Products__container {
      width: 240px;
      margin: auto;
      text-align: left; }
      @media only screen and (min-width: 553px) and (max-width: 767px) {
        .recommended-shoppinglist-items__card .Products .Products__container {
          margin-top: 40px;
          width: inherit; } }
    .recommended-shoppinglist-items__card .Products .Products__item {
      display: inline-block;
      width: 70px;
      margin: 10px 5px;
      cursor: pointer; }

.ListView {
  text-align: center; }
  .ListView .ListViewHeader {
    padding: 15px; }
  .ListView .ListViewHeader__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: normal;
    color: #464852;
    display: inline-block;
    width: 90%; }
  .ListView .ListViewHeader__subTitle {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    width: 80%;
    margin: auto;
    color: #33475b;
    margin-top: 5px; }
  .ListView .ListViewHeader__storeInfo {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin-top: 10px;
    color: #464852; }
    .ListView .ListViewHeader__storeInfo label {
      font-weight: bolder; }
  .ListView .ProductCategories {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    height: 26px;
    Text-align: left;
    color: #ffffff;
    padding: 3px 10px;
    background-color: #70b7f5; }
  .ListView .ProductCell {
    height: 120px;
    border-bottom: 1px solid #cccccc;
    margin-right: 0px;
    margin-left: 0px;
    cursor: pointer; }
    .ListView .ProductCell .ProductCell__icon {
      height: 26px;
      -o-object-fit: contain;
         object-fit: contain; }
    .ListView .ProductCell .ProductCell__position {
      position: absolute;
      top: 10px;
      left: 22px; }
    .ListView .ProductCell .ProductCell__image {
      width: 85px;
      padding: 17.5px 0; }
    .ListView .ProductCell .ProductCell__details {
      padding: 10px;
      Text-align: left; }
    .ListView .ProductCell .ProductCell__ProductsInfo {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      color: #454545;
      width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .ListView .ProductCell .ProductCell__ProductsmodalSale {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 700;
      font-size: 12px;
      line-height: normal;
      color: #f00007;
      margin-top: 5px;
      height: 15px; }
    .ListView .ProductCell .ProductCell__ProductsPrice {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: normal;
      color: #454545; }
    .ListView .ProductCell .ProductCell__ProductsAisle {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: normal;
      color: #454545;
      margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .ListView .ProductCell .ProductCell__position {
    position: absolute;
    top: 15px;
    left: 45px; } }

.CategoryTile .CategoryTile__header {
  margin: 20px auto;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #0a4e8c; }

.CategoryTile .CategoryTile__showMore,
.CategoryTile .CategoryTile__showLess {
  display: none; }

.CategoryTile .CategoryList {
  display: none; }

.CategoryTile .CategoryList__image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  cursor: pointer; }

.CategoryTile .CategoryList__label {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #464852;
  text-decoration: none;
  cursor: pointer; }

.RewardMessage__banner {
  background: #32b2e4;
  color: #ffffff;
  height: 186px;
  margin: 10px -20px 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }

.RewardMessage__text {
  text-align: center;
  padding: 0 15px; }
  .RewardMessage__text p {
    margin: 0; }

.RewardMessage__alert {
  font-weight: bold;
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    .RewardMessage__alert {
      font-size: 21px; } }

.RewardMessage__date {
  font-weight: bold; }

.new-rewards-started__card.new-rewards-started__card .card-footer,
.recently-earned-rewards__card.recently-earned-rewards__card .card-footer {
  border-top: 1px solid #ffffff; }

.MperksCard__rewardCardDescription {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #464852;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.Disclaimer p {
  margin-top: 12px; }

.Disclaimer .Disclaimer__text {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0;
  color: #464852;
  background-color: #ffffff;
  text-decoration: none; }

.LoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 2000ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: background-color 2000ms cubic-bezier(0.5, 0, 0.1, 1);
  z-index: 8000; }
  .LoadingOverlay .Loading {
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    width: 5.25rem;
    height: 5.25rem; }
  .LoadingOverlay .Loading__svg {
    fill: transparent; }
  .LoadingOverlay svg {
    -webkit-transition: fill 250ms;
    transition: fill 250ms; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.RxEarnedRewards .MperksCard__cardHeader {
  z-index: 1; }

.RxEarnedRewards .js-rx-earned-rewards__expiredHeader {
  height: 280px;
  display: none;
  height: 45px;
  text-align: center; }
  .RxEarnedRewards .js-rx-earned-rewards__expiredHeader p {
    margin-top: 10px;
    color: #ffffff; }

.RxEarnedRewards .js-rx-earned-rewards__body {
  display: block; }

.RxEarnedRewards .js-rx-earned-rewards--showExpired {
  height: 235px; }

.RxEarnedRewards .RxEarnedRewards__creditMessage {
  height: 20px;
  text-align: left;
  padding: 27px 0px 0px 3px;
  color: inherit; }
  .RxEarnedRewards .RxEarnedRewards__creditMessage p {
    margin: 0; }

.RxEarnedRewards .RxEarnedRewards__image {
  margin-top: 20px;
  text-align: right;
  display: block; }
  .RxEarnedRewards .RxEarnedRewards__image img {
    width: 95px;
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain; }

.RxEarnedRewards .RxEarnedRewards__rewardCount {
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #464852; }

@media only screen and (min-width: 768px) {
  .RxEarnedRewards .RxEarnedRewards__creditMessage {
    padding: 37px 5px 0px 0px; } }

@media only screen and (max-width: 320px) {
  .RxEarnedRewards .RxEarnedRewards__creditMessage {
    padding: 27px 14px 0px 25px; } }

.Carousel {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-top: 10px;
  height: 185px; }
  .Carousel .CarouselItem {
    display: inline-block;
    width: 80px;
    margin: 0 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
  .Carousel .CarouselItem__img {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4px; }
  .Carousel .CarouselItem__desc {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.25; }
  .Carousel .CarouselItem__title {
    font-size: 14px;
    font-weight: 600;
    color: #464852;
    display: block;
    text-align: center;
    margin-left: -5px;
    width: 100px;
    height: 2.5em; }
  .Carousel .CarouselItem__subtitle {
    margin: 10px auto 20px auto;
    font-size: 12px;
    font-weight: normal;
    white-space: normal;
    line-height: 1.17;
    display: block;
    color: #464852; }
  .Carousel .CarouselItem__saletext {
    color: #dd1321;
    font-weight: bold; }

.carousel-title-line-clamp__wrapper--2lines {
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden; }

.carousel-title-line-clamp__text--2lines {
  display: inline-block;
  max-height: 3.75em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .carousel-title-line-clamp__text--2lines:before {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
    bottom: 1.25em;
    content: '\2026';
    height: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 4em; }
  .carousel-title-line-clamp__text--2lines:after {
    background: #fff;
    content: attr(data-text);
    left: 0;
    height: 1.25em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  @supports (-webkit-line-clamp: 2) {
    .carousel-title-line-clamp__text--2lines:before, .carousel-title-line-clamp__text--2lines:after {
      content: none; } }

.carousel-subtitle-line-clamp__wrapper--3lines {
  line-height: 1.17;
  max-height: 3.51em;
  overflow: hidden; }

.carousel-subtitle-line-clamp__text--3lines {
  display: inline-block;
  max-height: 4.68em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .carousel-subtitle-line-clamp__text--3lines:before {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
    bottom: 1.17em;
    content: '\2026';
    height: 1.17em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 4em; }
  .carousel-subtitle-line-clamp__text--3lines:after {
    background: #fff;
    content: attr(data-text);
    left: 0;
    height: 2.34em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  @supports (-webkit-line-clamp: 2) {
    .carousel-subtitle-line-clamp__text--3lines:before, .carousel-subtitle-line-clamp__text--3lines:after {
      content: none; } }

.rx-in-progress-rewards__card .rx-rewards-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rx-in-progress-rewards__card .rx-rewards-details__row {
  width: 361px;
  padding: 0 0.6rem;
  height: 120px; }

.rx-in-progress-rewards__card .rx-rewards-details__image {
  margin-top: 20px;
  width: 33.33%;
  float: left; }
  .rx-in-progress-rewards__card .rx-rewards-details__image img {
    width: 95px;
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain; }

.rx-in-progress-rewards__card .rx-rewards-details__text {
  width: 66.66%;
  float: right;
  padding-top: 32px;
  padding-left: 24px; }
  .rx-in-progress-rewards__card .rx-rewards-details__text a {
    color: inherit; }

.rx-in-progress-rewards__card .progress-meter {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rx-in-progress-rewards__card .progress-meter__row {
  width: 361px;
  padding: 0 1.25rem;
  z-index: 0; }

.rx-in-progress-rewards__card .progress-meter__item {
  width: 20%;
  float: left;
  position: relative;
  list-style-type: none;
  cursor: pointer; }

.rx-in-progress-rewards__card .progress-meter__item:first-child:before {
  width: 75%;
  left: -10px;
  background-color: #e1e7eb;
  border-radius: 3px; }

.rx-in-progress-rewards__card .progress-meter__item:before {
  width: 100%;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #e1e7eb;
  top: 13px;
  left: -30px;
  z-index: -1; }

.rx-in-progress-rewards__card .progress-meter__item:nth-child(5):after {
  width: 75%;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #e1e7eb;
  border-radius: 3px;
  top: 13px;
  right: -10px;
  z-index: -1; }

.rx-in-progress-rewards__card .progress-meter__circle {
  width: 27px;
  height: 27px;
  border: 4px solid #e1e7eb;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #ffffff; }
  .rx-in-progress-rewards__card .progress-meter__circle svg {
    display: none;
    width: 12px;
    height: 9px;
    margin: 0px 0px 3px 4px; }

.rx-in-progress-rewards__card .js-progress-meter__item--active .progress-meter__circle {
  border-color: #0a4d8c; }
  .rx-in-progress-rewards__card .js-progress-meter__item--active .progress-meter__circle svg {
    display: inline; }

.rx-in-progress-rewards__card .progress-meter__item.js-progress-meter__item--active:first-child:before,
.rx-in-progress-rewards__card .progress-meter__item.js-progress-meter__item--active:before,
.rx-in-progress-rewards__card .progress-meter__item.js-progress-meter__item--active:nth-child(5):after {
  background-color: #0a4d8c; }

.pdv .pdv__close {
  color: #0a4d8c;
  width: 30px;
  opacity: 1;
  font-size: 2rem; }

.pdv .pdv__images-carousel {
  height: 200px;
  width: 200px;
  margin: 20px auto; }

.pdv .pdv__price-info {
  text-align: center;
  padding: 10px 0; }

.pdv .pdv__sale-indicator {
  color: #de1321;
  font-weight: bold;
  margin-bottom: 0rem; }

.pdv .pdv__product-name {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: normal;
  margin-bottom: 20px;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

.pdv .pdv__product-price {
  color: #0a4d8c;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  margin-bottom: 10px; }

.pdv .pdv__regular-price {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 2px; }

.pdv .pdv__goodthru-date {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 20px; }

.pdv .pdv__body {
  padding: 1rem 2rem; }

.pdv .pdv__category {
  height: 80px; }

.pdv .pdv__field-block {
  border-top: 1px solid #8797a2; }

.pdv .pdv__field-label {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  padding-top: 20px;
  margin-bottom: 0; }

.pdv .pdv__field-desc {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none; }

.pdv .pdv__nutrition {
  padding: 2rem; }

.pdv .pdv__nutrition-tile {
  width: 86px;
  height: 86px;
  border-radius: 3.4px;
  background-color: #e1e7eb;
  margin: 7px; }
  .pdv .pdv__nutrition-tile div {
    margin-top: 14px;
    text-align: center;
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: normal; }
  .pdv .pdv__nutrition-tile p {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
    text-align: center; }

.pdv .related-coupons .coupon-cell {
  height: 120px;
  margin-right: 0px;
  margin-left: 0px; }
  .pdv .related-coupons .coupon-cell .coupon-cell__image {
    width: 100%;
    margin-top: 5px;
    line-height: 120px; }
  .pdv .related-coupons .coupon-cell .coupon-cell__details {
    padding: 10px;
    Text-align: left; }
  .pdv .related-coupons .coupon-cell .coupon-cell__coupons-info {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: normal;
    color: #464852;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .pdv .related-coupons .coupon-cell .coupon-cell__coupons-desc {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #464852;
    max-height: 60px;
    line-height: 1.25; }
  .pdv .related-coupons .coupon-cell .coupon-cell__coupons-date {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #464852;
    margin-top: 5px; }
  .pdv .related-coupons .coupon-cell .coupon-cell__action-btn {
    cursor: pointer;
    padding-right: 0px;
    padding-left: 0px; }
    .pdv .related-coupons .coupon-cell .coupon-cell__action-btn a {
      color: #0a4d8c;
      line-height: 120px;
      white-space: nowrap; }

.coupon-desc-line-clamp__wrapper--2lines {
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden; }

.coupon-desc-line-clamp__text--2lines {
  display: inline-block;
  max-height: 3.75em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .coupon-desc-line-clamp__text--2lines:before {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
    bottom: 1.25em;
    content: '\2026';
    height: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 4em; }
  .coupon-desc-line-clamp__text--2lines:after {
    background: #fff;
    content: attr(data-text);
    left: 0;
    height: 1.25em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  @supports (-webkit-line-clamp: 2) {
    .coupon-desc-line-clamp__text--2lines:before, .coupon-desc-line-clamp__text--2lines:after {
      content: none; } }

@media only screen and (max-width: 320px) {
  .pdv .related-coupons .coupon-cell {
    margin-bottom: 1rem; } }

@media only screen and (max-width: 768px) {
  .pdv .pdv__nutrition {
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.coupon-detail-view .coupon-detail-view__close {
  color: #0a4d8c;
  width: 30px;
  opacity: 1;
  font-size: 2rem; }

.coupon-detail-view .coupon-detail-view__image {
  width: 100%;
  text-align: center; }
  .coupon-detail-view .coupon-detail-view__image img {
    width: 200px; }

.coupon-detail-view .coupon-detail-view__price-info {
  padding: 10px 0; }

.coupon-detail-view .coupon-detail-view__not-interested-btn {
  width: 100%;
  background-color: #e1e7eb;
  color: #464852;
  height: 44px;
  border-radius: 0.25rem;
  border-style: none;
  cursor: pointer;
  position: relative; }

.coupon-detail-view .coupon-detail-view__clip-unclip-btn {
  width: 100%;
  background-color: #0a4d8c;
  color: #ffffff;
  height: 44px;
  position: relative; }

.coupon-detail-view .coupon-detail-view__coupon-name {
  text-align: center;
  color: #464852;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: normal; }

.coupon-detail-view .coupon-detail-view__coupon-price {
  text-align: center;
  color: #0a4d8c;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: normal; }

.coupon-detail-view .coupon-detail-view__body {
  padding: 1rem 2rem; }

.coupon-detail-view .coupon-detail-view__category {
  height: 80px; }

.coupon-detail-view .coupon-detail-view__field-block {
  border-top: 1px solid #8797a2; }

.coupon-detail-view .coupon-detail-view__field-label {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  padding-top: 20px;
  margin-bottom: 0; }

.coupon-detail-view .coupon-detail-view__field-desc {
  color: #464852;
  font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

@media only screen and (max-width: 768px) {
  .coupon-detail-view .coupon-detail-view__body {
    padding: 1rem 1.25rem; } }

.coupon-detail-view .LoadingOverlay {
  background-color: transparent;
  background-color: initial;
  -webkit-transition: none;
  transition: none; }
  .coupon-detail-view .LoadingOverlay .Loading {
    width: 25px;
    height: 25px; }
  .coupon-detail-view .LoadingOverlay .Loading__svg {
    stroke: #0a4d8c; }

.coupon-detail-view .coupon-detail-view__button-row {
  height: 44px; }

.coupon-detail-view #coupon-detail-view__button-expand {
  position: absolute;
  right: 0px;
  padding-right: 20px;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out; }

.coupon-detail-view .coupon-detail-view__clip-unclip-btn--full-width {
  padding-left: 20px; }

.coupon-detail-view #js-coupon-detail-view__loading-spinner {
  padding-right: 6px; }

.coupon-detail-view .js-coupon-detail-view__loading-spinner--fade-in {
  -webkit-animation: FADE_IN 50ms;
          animation: FADE_IN 50ms; }

@-webkit-keyframes FADE_IN {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes FADE_IN {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.coupon-detail-view .js-coupon-detail-view__loading-spinner--fade-out {
  -webkit-animation: FADE_OUT 50ms;
          animation: FADE_OUT 50ms; }

@-webkit-keyframes FADE_OUT {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes FADE_OUT {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.coupon-detail-view .js-coupon-detail-view__clip-unclip-btn--color-in {
  -webkit-transition: 50ms ease-out;
  transition: 50ms ease-out; }

.coupon-detail-view .js-coupon-detail-view__clip-unclip-btn--color-out {
  -webkit-transition: 50ms ease-in;
  transition: 50ms ease-in; }

@media only screen and (min-width: 769px) {
  .coupon-detail-view #coupon-detail-view__button-expand {
    padding-right: 32px; }
  .coupon-detail-view .coupon-detail-view__clip-unclip-btn--full-width {
    padding-left: 32px; }
  .coupon-detail-view #js-coupon-detail-view__loading-spinner {
    padding-right: 17px; } }

.image-cta__Component {
  width: 113px;
  margin: auto;
  cursor: pointer; }
  .image-cta__Component a:hover {
    text-decoration: none; }
  .image-cta__Component .image-cta__img {
    width: 100%;
    display: block;
    vertical-align: middle; }
  .image-cta__Component .image-cta__text {
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 10px; }

.FlipModal .modal-header {
  border: 0;
  padding: 5px 1rem; }

.FlipModal .modal-body {
  min-height: 100px;
  overflow: hidden;
  height: auto; }

.FlipModal .modal-footer {
  background-color: #f4f7fb; }

.coupon-tab-container {
  padding: 15px; }
  .coupon-tab-container .tab-content {
    padding-top: 20px; }
  .coupon-tab-container .nav-tabs {
    border-bottom-color: #e1e7eb;
    border-bottom-style: solid;
    border-bottom-width: 0;
    padding: 0 5px; }
    .coupon-tab-container .nav-tabs .nav-item {
      margin-bottom: -4px;
      padding-right: 0rem;
      border-bottom-color: #e1e7eb;
      border-bottom-style: solid;
      border-bottom-width: 4px;
      width: 50%;
      text-align: center;
      margin-top: 5px; }
    .coupon-tab-container .nav-tabs .nav-link {
      border: 0px;
      border-top-left-radius: 0rem;
      border-top-right-radius: 0rem;
      color: #5e6d78;
      font-weight: bold;
      font-size: 16px; }
    .coupon-tab-container .nav-tabs .nav-link.active {
      color: #464852;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 4px solid #0a4d8c;
      margin-bottom: -4px; }
    .coupon-tab-container .nav-tabs .nav-link__text {
      display: block; }
  @media (min-width: 768px) {
    .coupon-tab-container .nav-tabs {
      border-bottom-width: 5px; }
      .coupon-tab-container .nav-tabs .nav-item {
        width: 16.66%; } }
  .coupon-tab-container .filter-options__container {
    margin-bottom: 20px; }

.coupons-grid__component {
  padding: 0; }
  .coupons-grid__component .coupons-grid__title-line-clamp__wrapper {
    line-height: 1.15;
    max-height: 48.3px;
    overflow: hidden; }
    @media only screen and (max-width: 575px) {
      .coupons-grid__component .coupons-grid__title-line-clamp__wrapper {
        line-height: 1.15;
        max-height: 24.15px;
        overflow: hidden; } }
  .coupons-grid__component .coupons-grid__title-line-clamp__text {
    display: inline-block;
    max-height: 72.45px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    .coupons-grid__component .coupons-grid__title-line-clamp__text:before {
      background: #fff;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
      bottom: 24.15px;
      content: '\2026';
      height: 24.15px;
      position: absolute;
      right: 0;
      text-align: right;
      width: 4em; }
    .coupons-grid__component .coupons-grid__title-line-clamp__text:after {
      background: #fff;
      content: attr(data-text);
      left: 0;
      height: 24.15px;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%; }
    @supports (-webkit-line-clamp: 2) {
      .coupons-grid__component .coupons-grid__title-line-clamp__text:before, .coupons-grid__component .coupons-grid__title-line-clamp__text:after {
        content: none; } }
    @media only screen and (max-width: 575px) {
      .coupons-grid__component .coupons-grid__title-line-clamp__text {
        display: inline-block;
        max-height: 48.3px;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-decoration: none;
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out; }
        .coupons-grid__component .coupons-grid__title-line-clamp__text:before {
          background: #fff;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
          background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
          bottom: 24.15px;
          content: '\2026';
          height: 24.15px;
          position: absolute;
          right: 0;
          text-align: right;
          width: 4em; }
        .coupons-grid__component .coupons-grid__title-line-clamp__text:after {
          background: #fff;
          content: attr(data-text);
          left: 0;
          height: 0px;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%; }
        @supports (-webkit-line-clamp: 2) {
          .coupons-grid__component .coupons-grid__title-line-clamp__text:before, .coupons-grid__component .coupons-grid__title-line-clamp__text:after {
            content: none; } } }
  .coupons-grid__component .coupons-grid__date-line-clamp__wrapper {
    line-height: 1.43;
    max-height: 20.02px;
    overflow: hidden; }
  .coupons-grid__component .coupons-grid__date-line-clamp__text {
    display: inline-block;
    max-height: 40.04px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    .coupons-grid__component .coupons-grid__date-line-clamp__text:before {
      background: #fff;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
      bottom: 20.02px;
      content: '\2026';
      height: 20.02px;
      position: absolute;
      right: 0;
      text-align: right;
      width: 4em; }
    .coupons-grid__component .coupons-grid__date-line-clamp__text:after {
      background: #fff;
      content: attr(data-text);
      left: 0;
      height: 0px;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%; }
    @supports (-webkit-line-clamp: 2) {
      .coupons-grid__component .coupons-grid__date-line-clamp__text:before, .coupons-grid__component .coupons-grid__date-line-clamp__text:after {
        content: none; } }
  .coupons-grid__component .coupons-grid__desc-line-clamp__wrapper {
    line-height: 1.25;
    max-height: 40px;
    overflow: hidden; }
  .coupons-grid__component .coupons-grid__desc-line-clamp__text {
    display: inline-block;
    max-height: 60px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    .coupons-grid__component .coupons-grid__desc-line-clamp__text:before {
      background: #fff;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
      bottom: 20px;
      content: '\2026';
      height: 20px;
      position: absolute;
      right: 0;
      text-align: right;
      width: 4em; }
    .coupons-grid__component .coupons-grid__desc-line-clamp__text:after {
      background: #fff;
      content: attr(data-text);
      left: 0;
      height: 20px;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%; }
    @supports (-webkit-line-clamp: 2) {
      .coupons-grid__component .coupons-grid__desc-line-clamp__text:before, .coupons-grid__component .coupons-grid__desc-line-clamp__text:after {
        content: none; } }
  @media (min-width: 320px) {
    .coupons-grid__component .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .coupons-grid__component .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .coupons-grid__component .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .coupons-grid__component .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 1200px) {
    .coupons-grid__component .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  .coupons-grid__component .coupons-grid__coupon {
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px 0 rgba(70, 72, 82, 0.2);
            box-shadow: 0 0 6px 0 rgba(70, 72, 82, 0.2);
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 10px; }
    @media only screen and (max-width: 575px) {
      .coupons-grid__component .coupons-grid__coupon {
        margin-bottom: 10px;
        text-align: left; } }
  .coupons-grid__component .coupons-grid__coupon:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(70, 72, 82, 0.2);
            box-shadow: 0 0 14px 0 rgba(70, 72, 82, 0.2);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .coupons-grid__component .coupons-grid__hat-row {
    padding: 0 15px;
    display: block; }
  @media only screen and (min-width: 576px) {
    .coupons-grid__component .coupons-grid__hat-row {
      height: 33px; } }
  .coupons-grid__component .coupons-grid__hat-container {
    padding-bottom: 33px; }
  .coupons-grid__component .coupons-grid__hat {
    height: 23px;
    max-width: 75%;
    border-radius: 12.5px;
    border: 1px solid #5a6871;
    float: left;
    margin-right: 5px; }
  .coupons-grid__component .coupons-grid__hat-text {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5a6871;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  @media only screen and (max-width: 575px) {
    .coupons-grid__component .coupons-grid__image-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .coupons-grid__component .coupons-grid__desc-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media only screen and (min-width: 576px) {
    .coupons-grid__component .coupons-grid__image-col, .coupons-grid__component .coupons-grid__desc-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .coupons-grid__component .coupons-grid__details {
    height: 280px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 575px) {
      .coupons-grid__component .coupons-grid__details {
        height: 103px; } }
  .coupons-grid__component .coupons-grid__image {
    width: 132px;
    height: 132px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    cursor: pointer; }
    @media only screen and (max-width: 575px) {
      .coupons-grid__component .coupons-grid__image {
        width: 83px;
        height: 83px; } }
  .coupons-grid__component .coupons-grid__title {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.8px;
    color: #464852;
    cursor: pointer; }
  .coupons-grid__component .coupons-grid__date {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #464852;
    margin-bottom: 10px; }
  .coupons-grid__component .coupons-grid__desc {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #464852;
    margin-bottom: 17px; }
  .coupons-grid__component .coupons-grid__button {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border-style: none; }
    .coupons-grid__component .coupons-grid__button svg {
      width: 20px;
      height: 15px;
      margin-right: 10px; }
  .coupons-grid__component .coupons-grid__button--clip {
    background-color: #0a4d8c;
    color: #ffffff;
    cursor: pointer; }
  .coupons-grid__component .coupons-grid__button--clip:hover {
    background-color: #063561; }
  .coupons-grid__component .coupons-grid__button--unclip {
    background-color: #ffffff;
    color: #464852;
    cursor: pointer; }
    .coupons-grid__component .coupons-grid__button--unclip svg {
      fill: #0a4d8c; }
      .coupons-grid__component .coupons-grid__button--unclip svg:hover {
        fill: #0a4d8c; }
  .coupons-grid__component .coupons-grid__button--unclip:hover {
    background-color: #0a4d8c;
    color: #ffffff; }
    .coupons-grid__component .coupons-grid__button--unclip:hover svg {
      fill: #ffffff; }
      .coupons-grid__component .coupons-grid__button--unclip:hover svg:hover {
        fill: #ffffff; }
  .coupons-grid__component .coupons-grid__button--unclippable {
    background-color: #ffffff;
    color: #aabcce; }
    .coupons-grid__component .coupons-grid__button--unclippable svg {
      fill: #aabcce; }
  .coupons-grid__component .coupons-grid__button--disabled {
    color: #ffffff;
    background-color: #aabcce; }
  .coupons-grid__component .coupons-grid__bottom-row {
    height: 44px;
    margin: 20px 0; }
  .coupons-grid__component .coupons-grid__load-more-container {
    padding: 0; }
  .coupons-grid__component .coupons-grid__load-more {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    background-color: #e1e7eb;
    color: #464852;
    border-style: none;
    margin: 0 auto;
    display: block;
    cursor: pointer; }
    @media only screen and (min-width: 576px) {
      .coupons-grid__component .coupons-grid__load-more {
        width: 230px; } }
  .coupons-grid__component .coupons-grid__load-more:hover {
    background-color: #f4f7fb; }
  .coupons-grid__component .coupons-grid__load-more--disabled {
    background-color: #efefef;
    cursor: unset; }
  .coupons-grid__component .coupons-grid__back-to-top-container {
    position: relative; }
  .coupons-grid__component .coupons-grid__back-to-top {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    background-color: #8797a2; }
    .coupons-grid__component .coupons-grid__back-to-top svg {
      margin-top: 10px; }
  .coupons-grid__component .coupons-grid__back-to-top:hover {
    background-color: #0a4d8c; }
  .coupons-grid__component .coupons-grid__back-to-top--disabled {
    background-color: #f4f7fb; }
  @media only screen and (max-width: 575px) {
    .coupons-grid__component .coupons-grid__bottom-row {
      margin: 5px 0; }
    .coupons-grid__component .coupons-grid__back-to-top-container {
      display: none; } }

.CouponListView {
  text-align: center; }
  .CouponListView .CouponListViewHeader {
    padding: 15px; }
  .CouponListView .CouponListViewHeader__title {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: normal;
    color: #464852;
    display: inline-block;
    width: 90%; }
  .CouponListView .CouponListViewHeader__subTitle {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    width: 80%;
    margin: auto;
    color: #33475b;
    margin-top: 5px; }
  .CouponListView .CouponCategories {
    font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    height: 26px;
    Text-align: left;
    color: #ffffff;
    padding: 3px 10px;
    background-color: #70b7f5; }
  .CouponListView .CouponCell {
    height: 120px;
    border-bottom: 1px solid #cccccc;
    margin-right: 0px;
    margin-left: 0px;
    cursor: pointer; }
    .CouponListView .CouponCell .CouponCell__icon {
      height: 26px;
      -o-object-fit: contain;
         object-fit: contain; }
    .CouponListView .CouponCell .CouponCell__position {
      position: absolute;
      top: 10px;
      left: 22px; }
    .CouponListView .CouponCell .CouponCell__image {
      width: 85px;
      padding: 17.5px 0;
      height: 115px; }
    .CouponListView .CouponCell .CouponCell__details {
      padding: 10px;
      Text-align: left; }
    .CouponListView .CouponCell .CouponCell__clipUnclip {
      padding-right: 0px;
      padding-left: 0px; }
      .CouponListView .CouponCell .CouponCell__clipUnclip a {
        color: #0a4d8c;
        line-height: 120px;
        white-space: nowrap; }
    .CouponListView .CouponCell .CouponCell__CouponInfo {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      color: #454545;
      width: 90%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .CouponListView .CouponCell .CouponCell__CouponTitle {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: normal;
      color: #454545;
      height: 40px;
      line-height: 1.25; }
    .CouponListView .CouponCell .CouponCell__CouponDescription {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      color: #454545;
      width: 90%;
      max-height: 60px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.25;
      height: 35px;
      margin-top: 2px; }
    .CouponListView .CouponCell .CouponCell__CouponValidThru {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: normal;
      color: #454545;
      margin-top: 5px;
      height: 15px; }

.coupon-title-line-clamp__wrapper--2lines {
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden; }

.coupon-title-line-clamp__text--2lines {
  display: inline-block;
  max-height: 3.75em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .coupon-title-line-clamp__text--2lines:before {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
    bottom: 1.25em;
    content: '\2026';
    height: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 4em; }
  .coupon-title-line-clamp__text--2lines:after {
    background: #fff;
    content: attr(data-text);
    left: 0;
    height: 1.25em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  @supports (-webkit-line-clamp: 2) {
    .coupon-title-line-clamp__text--2lines:before, .coupon-title-line-clamp__text--2lines:after {
      content: none; } }

.coupon-desc-line-clamp__wrapper--2lines {
  line-height: 1.25;
  max-height: 2.5em;
  overflow: hidden; }

.coupon-desc-line-clamp__text--2lines {
  display: inline-block;
  max-height: 3.75em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }
  .coupon-desc-line-clamp__text--2lines:before {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(70%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 30%, white 70%);
    bottom: 1.25em;
    content: '\2026';
    height: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 4em; }
  .coupon-desc-line-clamp__text--2lines:after {
    background: #fff;
    content: attr(data-text);
    left: 0;
    height: 1.25em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  @supports (-webkit-line-clamp: 2) {
    .coupon-desc-line-clamp__text--2lines:before, .coupon-desc-line-clamp__text--2lines:after {
      content: none; } }

@media only screen and (min-width: 768px) {
  .CouponListView .CouponCell .CouponCell__position {
    position: absolute;
    top: 15px;
    left: 45px; } }

.coupon-filter {
  margin-bottom: 7px; }
  .coupon-filter .coupon-filter__title {
    font-size: 14px;
    color: #464852;
    font-weight: bold; }
  .coupon-filter .coupon-filter__accordion {
    border-bottom: 1px solid #e1e7eb; }
    .coupon-filter .coupon-filter__accordion .coupon-filter__accordion-heading {
      font-family: "Source Sans Pro", "Helvetica Neue", Tahoma, Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: normal;
      border: 0;
      cursor: pointer;
      width: 100%;
      color: #464852;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-top: 1px solid #e1e7eb;
      margin-bottom: 0;
      background-color: #fff;
      -webkit-transition-duration: 250ms;
              transition-duration: 250ms;
      -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
              transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
      -webkit-transition-property: background-color;
      transition-property: background-color;
      font-weight: 600;
      min-height: 3.875rem;
      outline: none; }
    .coupon-filter .coupon-filter__accordion .coupon-filter__accordion-icon {
      -webkit-transition: all 250ms cubic-bezier(0.5, 0, 0.1, 1);
      transition: all 250ms cubic-bezier(0.5, 0, 0.1, 1);
      height: 1.5rem;
      width: 1.5rem;
      padding-left: 59%;
      fill: #5a6871;
      position: relative; }
  .coupon-filter .coupon-filter__filter-option > .coupon-filter__accordion-heading {
    font-size: 16px !important; }

.category-filter__see-more {
  background-color: #ffffff;
  color: #0a4d8c;
  border-style: none;
  width: 100%;
  margin-top: 10px;
  height: 44px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .category-filter__see-more {
      display: none; } }
  .category-filter__see-more .category-filter__see-more-icon {
    margin: -6px 0;
    fill: #0a4d8c; }
    .category-filter__see-more .category-filter__see-more-icon:hover {
      fill: #0a4d8c; }

.category-filter__see-more:hover {
  background-color: #0a4d8c;
  color: #ffffff; }
  .category-filter__see-more:hover .category-filter__see-more-icon {
    fill: #ffffff; }
    .category-filter__see-more:hover .category-filter__see-more-icon:hover {
      fill: #ffffff; }

.category-filter__coupon-count {
  font-weight: bold;
  font-size: 14px; }

.filter-options__check-label {
  color: #505d68;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .filter-options__check-label {
      margin-left: 5px; } }

.filter-options__check-container {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer; }

.filter-options__check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.filter-options__check {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 2px;
  border: 1px solid #c2d1d9;
  margin-top: 5px; }

.filter-options__check-container input:checked ~ .filter-options__check {
  background-color: #0a4d8c;
  border-style: none; }

.filter-options__check:after {
  content: "";
  position: absolute;
  display: none; }

.filter-options__check-container input:checked ~ .filter-options__check:after {
  display: block; }

.filter-options__check-container .filter-options__check:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.gift-card__component {
  padding: 0 15px 15px 15px; }
  .gift-card__component .gift-card__image-container {
    text-align: center; }
  .gift-card__component .gift-card__image {
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .gift-card__component .gift-card__image {
        width: 50%; } }
  .gift-card__component .gift-card__button {
    height: 44px;
    width: 100%;
    border-radius: 4px;
    border-style: none;
    color: #ffffff;
    background-color: #0a4d8c;
    margin: 20px 0; }
    @media (max-width: 767px) {
      .gift-card__component .gift-card__button {
        margin: 10px 0; } }
  .gift-card__component .gift-card__button:hover {
    background-color: #063561; }
  .gift-card__component .gift-card__balance-text {
    text-align: center; }
  .gift-card__component .gift-card__balance {
    font-size: 50px;
    text-align: center;
    color: #0a4d8c;
    line-height: normal; }
  .gift-card__component .gift-card__activity-table-title {
    font-size: 37px;
    color: #464852;
    line-height: normal;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .gift-card__component .gift-card__activity-table-title {
        margin-top: 16px; } }
  .gift-card__component .table {
    width: 1280px;
    color: #464852; }
    .gift-card__component .table th, .gift-card__component .table td {
      border-bottom: none;
      border-top: none; }
    .gift-card__component .table tbody tr {
      border-top: none;
      border-bottom: 1px solid #e1e7eb; }
  .gift-card__component .table-responsive .table {
    max-width: none; }
  .gift-card__component .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f7fb; }
  .gift-card__component .gift-card__form-item {
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .gift-card__component .gift-card__form-item {
        margin-bottom: 10px; } }
    .gift-card__component .gift-card__form-item .gift-card__text-input {
      height: 56px;
      padding-left: 24px;
      width: 100%;
      border-radius: 4px;
      border: 1px solid #8797a2; }
    .gift-card__component .gift-card__form-item .gift-card__text-input:focus {
      border: 2px solid #56a5ef;
      outline: none; }
    .gift-card__component .gift-card__form-item .gift-card__label {
      font-size: 14px;
      color: #8697a2;
      font-weight: normal;
      display: inline-block;
      vertical-align: baseline;
      margin-bottom: 0;
      padding: 0 5px;
      font-size: 14px; }
    .gift-card__component .gift-card__form-item .gift-card__label.gift-card__label--float {
      position: absolute;
      top: -10px;
      left: 10px;
      background-color: #ffffff;
      font-weight: normal; }
    .gift-card__component .gift-card__form-item .gift-card__text-input.gift-card__text-input__error,
    .gift-card__component .gift-card__form-item .gift-card__text-input.gift-card__text-input__error:focus {
      border: 2px solid #ff6d6d; }
    .gift-card__component .gift-card__form-item .gift-card__form-icon {
      position: absolute;
      top: 16px;
      right: 24px;
      height: 20px;
      width: 20px;
      z-index: 1; }
    .gift-card__component .gift-card__form-item .gift-card__form-icon__error svg {
      fill: #ffffff; }
    .gift-card__component .gift-card__form-item .gift-card__form-icon__error-background {
      background: #ff6d6d;
      border-radius: 50%;
      top: 18px;
      right: 22px; }
    .gift-card__component .gift-card__form-item .gift-card__text-input--message--error {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 8px;
      font-size: 14px;
      color: #ff6d6d; }
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjb21wb25lbnRTdHlsZS5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/
/*
     FILE ARCHIVED ON 06:55:12 Mar 20, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:10:23 Apr 14, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1032.84
  exclusion.robots: 0.231
  exclusion.robots.policy: 0.223
  RedisCDXSource: 21.127
  esindex: 0.014
  LoadShardBlock: 973.382 (3)
  PetaboxLoader3.datanode: 976.611 (4)
  CDXLines.iter: 29.725 (3)
  load_resource: 102.488
  PetaboxLoader3.resolve: 46.31
*/