meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.coupons-page {
  padding: 20px 0 0px; }
  .coupons-page .row {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0; }
    .coupons-page .row > * {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px; }
    .coupons-page .row .col-6 {
      width: 50%; }
      @media (max-width: 767px) {
        .coupons-page .row .col-6 {
          width: 100%; } }
    .coupons-page .row .col-4 {
      width: 33.33%; }
      @media (max-width: 991px) {
        .coupons-page .row .col-4 {
          width: 50%; } }
      @media (max-width: 767px) {
        .coupons-page .row .col-4 {
          width: 100%; } }
  .coupons-page .bottom li > .coupon_box .txt {
    border-top: 3px solid #1061A3; }
  .coupons-page .coupon_box {
    background-color: #fff;
    position: relative;
    color: #000;
    height: 100%; }
    .coupons-page .coupon_box .txt {
      padding: 25px; }
      .coupons-page .coupon_box .txt h4 {
        font-weight: bold;
        font-size: 24px;
        color: #000;
        text-align: center; }
      .coupons-page .coupon_box .txt p {
        font-size: 14px;
        color: #000; }
      .coupons-page .coupon_box .txt .earn {
        line-height: 24px;
        margin-bottom: 20px; }
      .coupons-page .coupon_box .txt .icon-dollor {
        background: #4eae4c url("../icons/dollar.svg") no-repeat center;
        text-indent: -999px;
        overflow: hidden;
        border-radius: 50%;
        color: #fff;
        width: 24px;
        display: inline-block;
        height: 24px;
        text-align: center;
        line-height: 24px;
        margin-right: 5px;
        font-size: 18px;
        position: relative;
        top: -2px;
        vertical-align: middle; }
      .coupons-page .coupon_box .txt .cashback {
        color: #4EAE4C;
        border: 3px dashed;
        padding: 0px;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        background-color: #F2F2F2;
        margin-bottom: 20px;
        position: relative;
        transition: all ease-in 0.2s;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 560px) {
          .coupons-page .coupon_box .txt .cashback {
            font-size: 18px; } }
        .coupons-page .coupon_box .txt .cashback .code {
          flex-grow: 1;
          padding: 10px 10px; }
        .coupons-page .coupon_box .txt .cashback:hover .copy {
          transition: all ease-in 0.2s;
          width: 125px;
          padding-left: 10px;
          padding-right: 10px; }
        .coupons-page .coupon_box .txt .cashback .copy {
          cursor: pointer;
          transition: all ease-out 0.2s;
          background-color: #4eae4c;
          color: #fff;
          position: relative;
          overflow: hidden;
          right: -3px;
          padding: 16px 0;
          top: -3px;
          width: 0px;
          margin-bottom: -6px;
          text-transform: uppercase;
          font-size: 17px;
          height: 57px;
          white-space: nowrap; }
          .coupons-page .coupon_box .txt .cashback .copy:before {
            content: '';
            background: url("../icons/copy.svg") no-repeat center;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 5px;
            vertical-align: middle; }
          @media (max-width: 560px) {
            .coupons-page .coupon_box .txt .cashback .copy {
              font-size: 16px;
              padding: 18px 0; } }
      .coupons-page .coupon_box .txt .bottom {
        text-align: center; }
        .coupons-page .coupon_box .txt .bottom p {
          margin-bottom: 10px;
          font-size: 14px;
          font-style: italic; }
        .coupons-page .coupon_box .txt .bottom a {
          color: #1061A3;
          font-size: 14px; }

.discount-page.bg-heading {
  background-image: url("../img/discount/bg-flag.png");
  padding: 60px; }
  .discount-page.bg-heading:before {
    opacity: 0.5; }

.discount-page .page-heading {
  font-size: 48px;
  text-align: center; }

.discount-page .page-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  float: none; }

.discount-page .sub-heading {
  text-align: center; }

.discount-page .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .discount-page .row:before {
    content: '';
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 75px;
    background: #E7E7E7;
    z-index: -1; }

.discount-page .col-4 {
  padding: 15px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px #656565;
  flex-grow: 1;
  flex-basis: 20%; }
  @media (max-width: 767px) {
    .discount-page .col-4 {
      flex-basis: 45%; } }
  .discount-page .col-4 p {
    color: #fff;
    font-size: 14px;
    flex-grow: 1; }
  .discount-page .col-4 img {
    border-radius: 6px;
    margin-bottom: 10px; }
  .discount-page .col-4 button {
    background-color: #fff;
    border-radius: 9px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 5px #656565; }

.discount-page .military {
  background-color: #4AB04D; }

.discount-page .responder {
  background-color: #498FCD; }

.discount-page .medical {
  background-color: #8E3F96; }

.discount-page .teacher {
  background-color: #F7991D; }

.discount-page .h2 {
  color: #1061a3;
  font-weight: 600;
  font-size: 20px; }

.discount-page ol > li::marker {
  font-weight: bold; }

.discount-page .verifypass-logo {
  text-align: center;
  margin: 40px 0; }

.discount-page .faq-content {
  width: 100%; }

.page--covid19 .body {
  padding: 0; }
  .page--covid19 .body .container {
    padding: 0; }

.covid-page .covid-img .text {
  background: url("/s-dnybxc6/product_images/uploaded_images/banner-covid19.jpg") no-repeat center;
  display: block;
  padding: 60px 0px;
  background-size: cover;
  position: relative;
  padding-left: 60px; }
  @media (max-width: 600px) {
    .covid-page .covid-img .text {
      padding: 25px 0;
      padding-left: 10px; } }
  @media (min-width: 601px) and (max-width: 901px) {
    .covid-page .covid-img .text {
      padding: 25px 0;
      padding-left: 10px; } }
  .covid-page .covid-img .text h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 90px;
    letter-spacing: 2px; }
    @media (min-width: 601px) and (max-width: 901px) {
      .covid-page .covid-img .text h2 {
        font-size: 45px;
        line-height: 45px; } }
    @media (max-width: 600px) {
      .covid-page .covid-img .text h2 {
        padding-left: 5px;
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px; } }
  .covid-page .covid-img .text p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 35px 0 0 0;
    line-height: 40px; }
    @media (min-width: 601px) and (max-width: 901px) {
      .covid-page .covid-img .text p {
        font-size: 20px;
        line-height: normal;
        width: 70%; } }
    @media (max-width: 600px) {
      .covid-page .covid-img .text p {
        font-size: 14px;
        line-height: normal;
        padding-left: 5px;
        padding-bottom: 10px;
        margin: 15px 0 0 0; } }

.covid-page .covid-content {
  display: inline-block; }
  .covid-page .covid-content h2 {
    text-align: center;
    margin: 0;
    padding: 50px 0;
    font-size: 35px;
    font-weight: 700; }
    @media (max-width: 600px) {
      .covid-page .covid-content h2 {
        font-size: 24px;
        margin: 15px 0;
        padding: 15px; } }
  .covid-page .covid-content p {
    font-size: 16px; }
    @media (max-width: 600px) {
      .covid-page .covid-content p {
        font-size: 15px; } }
  .covid-page .covid-content .col-left {
    float: left;
    display: inline-block;
    width: 60%;
    padding-left: 60px; }
    @media (max-width: 820px) {
      .covid-page .covid-content .col-left {
        float: none;
        width: 100%;
        padding: 0 30px; } }
    @media (min-width: 821px) and (max-width: 910px) {
      .covid-page .covid-content .col-left {
        width: 45%; } }
  .covid-page .covid-content .col-right {
    float: right;
    margin-top: -60px; }
    @media (max-width: 820px) {
      .covid-page .covid-content .col-right {
        margin-top: 0px; } }

.covid-page .helping-content {
  text-align: center;
  margin: 0 0 50px 0;
  padding: 40px 0 0;
  background-color: #F4F4F4; }
  .covid-page .helping-content .helping {
    padding: 0 20px; }
    .covid-page .helping-content .helping h2 {
      margin: 0;
      font-weight: 700;
      padding: 0 0 0;
      font-size: 35px; }
      @media (max-width: 901px) {
        .covid-page .helping-content .helping h2 {
          font-size: 22px; } }
    .covid-page .helping-content .helping p {
      margin: 20px 0 40px; }
  .covid-page .helping-content .text {
    background: url(../img/covid19page/charity-bg.jpg) no-repeat center;
    display: block;
    padding: 50px 20px;
    background-size: cover;
    position: relative;
    margin: 0 150px; }
    @media (max-width: 901px) {
      .covid-page .helping-content .text {
        padding: 45px 20px;
        margin: 0 0px; } }
    .covid-page .helping-content .text h2 {
      color: #fff;
      font-weight: 400;
      font-size: 32px;
      margin-bottom: 30px; }
      @media (max-width: 600px) {
        .covid-page .helping-content .text h2 {
          margin: 0;
          padding: 0;
          font-size: 18px;
          letter-spacing: 0px;
          margin-bottom: 10px; } }
    .covid-page .helping-content .text p {
      color: #fff;
      max-width: 82%;
      margin: 0 auto 30px;
      font-size: 16px; }
    .covid-page .helping-content .text a {
      color: #fff;
      text-decoration: none;
      font-size: 26px;
      background-color: #339933;
      padding: 10px 40px;
      display: inline-block;
      font-weight: normal;
      margin: 0;
      border: none;
      border-radius: 0;
      line-height: normal; }
      @media (max-width: 820px) {
        .covid-page .helping-content .text a {
          width: auto;
          font-size: 18px; } }
      .covid-page .helping-content .text a:hover {
        background-color: #097f09; }
  .covid-page .helping-content .covid-charities {
    margin: 40px 0 0; }
    .covid-page .helping-content .covid-charities h2 {
      margin-bottom: 40px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .covid-page .helping-content .covid-charities h2 {
          font-size: 22px; } }
    .covid-page .helping-content .covid-charities .slider {
      padding: 0px 50px;
      width: 100%;
      display: inline-block; }
      @media (max-width: 640px) {
        .covid-page .helping-content .covid-charities .slider {
          padding: 0px 20px; } }
      .covid-page .helping-content .covid-charities .slider .slick-dots {
        bottom: 25px;
        left: 0px; }
      .covid-page .helping-content .covid-charities .slider .slick-track {
        margin-bottom: 100px;
        display: flex; }
      .covid-page .helping-content .covid-charities .slider .slick-prev {
        background: url(../img/covid19page/slick-prev.png) no-repeat center;
        left: 5px; }
      .covid-page .helping-content .covid-charities .slider .slick-next {
        background: url(../img/covid19page/slick-next.png) no-repeat center;
        right: 5px; }
      .covid-page .helping-content .covid-charities .slider .slider-items {
        background-color: #F4F4F4;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        width: 33.33%; }
        @media (max-width: 640px) {
          .covid-page .helping-content .covid-charities .slider .slider-items {
            width: 100%; } }
        .covid-page .helping-content .covid-charities .slider .slider-items .wrapper {
          display: inline-block;
          background-color: #FFFFFF;
          padding: 20px;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .covid-page .helping-content .covid-charities .slider .slider-items .wrapper .bg_img {
            margin-right: 0;
            display: inline;
            padding: 0 20px; }
          .covid-page .helping-content .covid-charities .slider .slider-items .wrapper p {
            font-size: 13px;
            text-align: left;
            margin: 0;
            margin-bottom: 10px; }
            .covid-page .helping-content .covid-charities .slider .slider-items .wrapper p:last-of-type {
              flex: 1 0 auto; }
          .covid-page .helping-content .covid-charities .slider .slider-items .wrapper a {
            margin: 10px 0 10px;
            display: inline-block;
            text-decoration: none;
            background-color: #fff;
            color: #448DCB;
            font-size: 17px;
            padding: 10px 10px;
            box-shadow: 0 0 10px #e1e1e1;
            max-width: 200px;
            width: 100%; }

.covid-page .fun-projects h2 {
  text-align: center;
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  padding: 0 20px; }
  @media (max-width: 600px) {
    .covid-page .fun-projects h2 {
      font-size: 22px; } }

.covid-page .fun-projects ul {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .covid-page .fun-projects ul {
      margin-right: 0; } }
  .covid-page .fun-projects ul li {
    list-style: none;
    width: 50%;
    padding: 0 30px 35px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 600px) {
      .covid-page .fun-projects ul li {
        width: auto;
        margin: 0 0 20px 0; } }
    .covid-page .fun-projects ul li .text {
      padding: 25px 20px;
      text-align: center;
      background: #F4F4F4;
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .covid-page .fun-projects ul li .text p {
        font-size: 13px;
        text-align: left;
        line-height: 25px; }
        .covid-page .fun-projects ul li .text p :last-of-type {
          flex-grow: 1;
          text-align: left;
          width: 100%; }
        @media (max-width: 600px) {
          .covid-page .fun-projects ul li .text p {
            font-size: 13px; } }
        @media (min-width: 601px) and (max-width: 1024px) {
          .covid-page .fun-projects ul li .text p {
            font-size: 15px; } }
      .covid-page .fun-projects ul li .text a:hover {
        background-color: #1365a2; }
      .covid-page .fun-projects ul li .text a {
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        font-size: 21px;
        background-color: #3A8BCC;
        border: none;
        border-radius: 0px;
        padding: 10px 30px;
        width: 80%;
        display: inline-block; }
        @media (max-width: 820px) {
          .covid-page .fun-projects ul li .text a {
            padding: 5px 15px; } }

.shopbybrand.page-heading {
  color: #333;
  font-weight: normal;
  margin-bottom: 15px; }

.page--shopbybrand .page-content {
  padding: 0 !important; }

.page--shopbybrand .page-heading {
  color: #333;
  font-weight: normal;
  margin-bottom: 15px; }

.shop-byBrand-page {
  padding: 0;
  margin: 40px -25px 0; }
  @media (max-width: 1240px) {
    .shop-byBrand-page {
      margin: 0 -10px; } }
  .shop-byBrand-page ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0; }
    .shop-byBrand-page ul li {
      width: 33.3%;
      margin-bottom: 50px;
      float: left;
      padding: 0 25px; }
      @media (max-width: 480px) {
        .shop-byBrand-page ul li {
          width: 100%; } }
      @media (min-width: 481px) and (max-width: 800px) {
        .shop-byBrand-page ul li {
          width: 50%; } }
      @media (max-width: 1199px) {
        .shop-byBrand-page ul li {
          padding: 0 10px;
          margin-bottom: 20px; } }
      .shop-byBrand-page ul li .brand-wrap {
        box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.2);
        text-align: center; }
      .shop-byBrand-page ul li .brand-image {
        margin: 30px 10px;
        max-height: 90px; }
      .shop-byBrand-page ul li .barnd-body {
        padding: 30px 30px 0;
        border-top: 2px solid #e8e8e8; }
        .shop-byBrand-page ul li .barnd-body .button {
          margin-bottom: 35px;
          width: 80%; }
        .shop-byBrand-page ul li .barnd-body > p {
          font-size: 15px;
          line-height: 30px;
          text-align: left; }
        @media (max-width: 1199px) {
          .shop-byBrand-page ul li .barnd-body {
            padding: 15px 15px 0; }
            .shop-byBrand-page ul li .barnd-body .button, .shop-byBrand-page ul li .barnd-body p {
              font-size: 14px;
              line-height: 20px; }
            .shop-byBrand-page ul li .barnd-body .button {
              padding: 10px 15px;
              margin-bottom: 20px; } }

.page--giveaway {
  background-color: #EAEAEA; }
  .page--giveaway h1 {
    display: none; }
  .page--giveaway .breadcrumbs {
    display: none; }

.giveaway-content {
  width: 100%;
  margin: 0 auto;
  background-color: #F4F4F4;
  text-align: center;
  padding: 30px 10%;
  font-size: 22px;
  line-height: normal;
  color: #000; }
  .giveaway-content > img {
    margin-bottom: 30px; }
  .giveaway-content > h4 {
    font-size: 32px;
    margin: 40px 0;
    font-weight: bold;
    color: #000; }
  .giveaway-content .giveaway--faq {
    box-shadow: 0px 0px 15px #7d7d7d;
    padding: 20px 60px;
    margin-bottom: 30px;
    border-radius: 30px; }
    .giveaway-content .giveaway--faq h4 {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 24px;
      color: inherit;
      text-transform: uppercase; }
    .giveaway-content .giveaway--faq p {
      font-size: 18px; }
  .giveaway-content .giveaway--form {
    border: 2px dashed #9c9c9c;
    padding: 30px;
    margin-bottom: 30px;
    text-align: left; }
    .giveaway-content .giveaway--form h4 {
      margin: 0 0 20px;
      font-size: 24px; }
  .giveaway-content .giveaway--terms {
    font-size: 16px;
    border: 4px dashed #000;
    max-height: 300px;
    overflow-y: auto;
    text-align: center;
    font-family: 'Open Sans'; }

.learnpage-heading, .bg-heading {
  background: url("../img/learnpage/titlebg.jpg") no-repeat center;
  display: block;
  padding: 75px 0px;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    .learnpage-heading, .bg-heading {
      padding: 40px 0px; } }
  .learnpage-heading:before, .bg-heading:before {
    content: " ";
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.6; }
  .learnpage-heading .page-heading, .bg-heading .page-heading {
    margin: 0px auto;
    text-align: center;
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    line-height: normal; }
    @media (max-width: 767px) {
      .learnpage-heading .page-heading, .bg-heading .page-heading {
        font-size: 34px;
        max-width: 100%; } }

.learnpage .page-content {
  width: 100%;
  padding: 0; }

.learnpage .learncontent {
  display: flex;
  margin-right: -30px; }
  @media (max-width: 767px) {
    .learnpage .learncontent {
      flex-direction: column; } }
  .learnpage .learncontent .column {
    width: 33.33%;
    text-align: center;
    margin-top: 30px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .learnpage .learncontent .column {
        width: 100%; } }
    .learnpage .learncontent .column h3 {
      text-transform: capitalize;
      color: #1061a3;
      font-size: 26px;
      margin-bottom: 20px; }
    .learnpage .learncontent .column ul {
      margin: 0px;
      list-style: none; }
      .learnpage .learncontent .column ul li {
        background: #eaeaea;
        text-align: left;
        padding: 0 0;
        margin-bottom: 20px; }
        .learnpage .learncontent .column ul li .block-inner {
          padding: 20px; }
        .learnpage .learncontent .column ul li p {
          font-size: 14px;
          margin: 0; }
        .learnpage .learncontent .column ul li .small-block {
          display: flex; }
          .learnpage .learncontent .column ul li .small-block img {
            max-width: 120px;
            width: 120px; }
          .learnpage .learncontent .column ul li .small-block h3 {
            padding: 15px 10px;
            margin: 0; }
        .learnpage .learncontent .column ul li h3 {
          font-size: 15px;
          text-transform: none;
          font-weight: bold;
          line-height: normal; }
          .learnpage .learncontent .column ul li h3 a {
            text-decoration: none; }
      .learnpage .learncontent .column ul li.large {
        padding: 0px 0; }
        .learnpage .learncontent .column ul li.large h3 {
          font-size: 23px; }
        .learnpage .learncontent .column ul li.large img {
          width: 100%; }
