.clickable {
  cursor: pointer;
}

.c-masthead__icn-account, .c-masthead__icn-cart {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

/* Add to Cart Modal Styles */
/*
.c-feat-img {
  width: 280px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
*/
.c-popup {
  padding: 32px 15px 12px 0;
  /*margin-bottom: 20px;*/
}
h2.c-popup {
  font-size: 1.2rem;
  padding-bottom:0px;
  padding-top:0px;
}
h3.c-popup-item {
  font-size: 1rem;
  font-weight: normal;
}
.c-popup-added, .c-popup-added--items {
  font-size: 1.2rem;
  display: inline-block;
}

.c-popup-btn {
  padding: 8px 15px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  transition: opacity .3s;
  /*width: 313px;*/
  display: block;
  font-size: 1.188em;
}

.c-popup-btn--last {
  margin-top: 10px;
}

.c-popup-btn-grp {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #999999;
  width: 87%;
}

.c-popup-hdln {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 5px;
}

.c-popup-media {
  width: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-popup-media__body__group {
  display: flex;
  flex-direction: column;
}

.ui-dialog-titlebar {
  background-color: #00a5c7;
}
/* EO Add to Cart Modal Styles */

div.c-slider-card {
  min-height: 1px;
  display: block;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 5px 6px 6px 10px;
  margin-top:2px;
}
@media (min-width: 768px) {
  div.c-slider-card {
    padding: 10px 20px 25px 20px;
  }
  .o-container--learningModule {
    /*min-height: 475px;*/
    min-height: 550px;
  }
}
.error-cart {
  color:#e82020;
  padding-bottom:20px;
}
.error {
  color:#e82020;
}
@media (max-width: 340px) {
  .c-btn-popup {
    font-size: .9rem !important;
    /*width:56vw;*/
    /*max-width:20vw;*/
  }
}@media (max-width: 568px) {
  .c-btn-popup {
    font-size: .9rem !important;
    /*width:56vw;*/
    /*max-width:20vw;*/
  }
}
.c-btn-popup {
  padding: 12px 24px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  text-transform: capitalize;
  transition: opacity .3s;
  display: block;
}
#btnViewCart {
  margin-top: 20px;
}

ul.disclaimer-ul {margin-top:20px;margin-bottom:20px;}
ul.disclaimer-ul li {list-style-type: disc;margin-left:20px;}

ul.sides-ul {
  list-style-type: none;
  margin: 20px 0 20px 0;
  padding: 0;
  overflow: hidden;
}
ul.sides-ul li {
  float: left;
}
ul.sides-ul li div {
  padding:10px;
  display: block;
  text-align:left;
}

.sort_newest {
    background-color:#94C940;
    color:#fff;
}

/*Used for the different displayed languages*/
.lang {width:100%;height:auto;}

/* ->NOTE: ECA commented out these media queries because they are invalid. a min-width measurement needs a unit of measure
           i.e. 340px instead of just 340. Plus, the .lang class above already sets the width and height to the same values
           as those in these media queries
 */
/*
@media(min-width: 340) {
  .lang {width:100%;height:auto;}
}
@media(min-width: 440) {
  .lang {width:100%;height:auto;}
}
@media(min-width: 540) {
  .lang {width:100%;height:auto;}
}
@media(min-width: 640) {
  .lang {width:100%;height:auto;}
}
@media(min-width: 740) {
  .lang {width:100%;height:auto;}
}
@media(min-width: 840) {
  .lang {width:100%;height:auto;}
}
*/

/**************************************************************************
 * DEV-2038 CENTENNIAL REWARDS: TRACK // ADD YEARLY POINTS EXPIRING CALLOUT
 **************************************************************************/
.expiring-points-font {
  color: red;
  font-weight: bold;
}

.float_right {
  float: right;
}

@media ( min-width : 768px) {
  .o-module__subhead--lg\@lg {
    font-size: 1em;
    line-height: 1.9;
  }
}

.font_size_points_expiring {
  font-size: 1.3rem;
  /*padding-top: 2px;*/
}
  @media (min-width: 360px) {
    .font_size_points_expiring {
      font-size: .7rem; }}

  @media (min-width: 480px) {
    .font_size_points_expiring {
      font-size: 1rem; }}

  @media (min-width: 768px) {
    .font_size_points_expiring {
      font-size: 1.2rem; }}

.points_expiring_margin {
  clear: both;
  margin-bottom: 10px;
}

p.c-tc-intro-subhead {
  font-size: 1.5rem;
}
p.c-tc-intro-content {
  font-size: 1rem;
}

.c-points__icn--expiringPoints::after {
  position: relative;
  top: 0;
  margin-right: 3px;
  bottom: 0;
  left: 0px;
  display: block;
  width: 23px;
  height: 22px;
  float: right;
  content: '';
  background: url("../img/forms/ExclamationSign.png") no-repeat;
  background: none, url("../img/forms/ExclamationSign.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 360px) {
    .c-points__icn--expiringPoints::after {
      width: 18px;
      height: 17px; } }
  @media (min-width: 768px) {
    .c-points__icn--expiringPoints::after {
      width: 23px;
      height: 22px; } }

.c-pagination__status, .c-pagination__controls {
  margin-top:-10px;
}

.c-filter-select-grp-hldr {
  justify-content:space-between;
}
.c-about-txt {
  max-width:100%;
}
#rewardPtsSmall {
  font-size:13px;
  margin-left:10px;
  line-height: 1.2;
  text-align:right;
}
input[type="email"].error, input[type="tel"].error {
  border-color: #af1f2c !important;
}
.error-inventory {
  color:#af1f2c;
}
@media(min-width:320px) {
  h1.module__hdln {
    font-size:1.5rem;
  }
}
.dataTables_filter input {
  border-radius:8px;
}
#rewardtable_id_filter {
  margin-top: 10px;
}
#rewardtable_id_length select {
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 10px;
  width: 100px;
}
#rewardtable_id_paginate, #rewardtable_id_filter, #rewardtable_id_length, #rewardtable_id_previous,#rewardtable_id_next   {
  color:white !important;
}
div.ordBtnWrap {
  margin:10px 0px;
  padding-bottom:10px;
}
button.btnCancelOrder {
  margin-bottom:10px;
  /*margin-right: 20px;*/
  width:200px;
}
button#btnReturn {
  width:180px;
}
h1.c-sum-hdln, h1.c-ship-hdln {
  font-size:1.5rem;
}
h4.lineItem {
  font-size:0.75rem;
}
.summaryWrapper {
  clear: both;
  padding: 10px 0px;
}
.summaryRow {
  padding-top: 10px;
}
.sum-right {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .summaryWrapper {
    height: 200px;
  }
  .sum-left {
    float: left;
    width: 45%;
  }
  .sum-right {
    float: right;
    width: 45%;
    margin-top:0px;
  }
  .summaryRow {
    padding-top: 0px;
  }
  button.btnCancelOrder {
    margin-bottom: 0px;
  }
  h1.c-sum-hdln, h1.c-ship-hdln {
    font-size:2rem;
  }
  h4.lineItem {
    font-size:1.15rem;
  }
}

@media (min-width:320px) and (max-width:578px){
  .bottom {
    height:40px;
    background-color: #666666;
  }
  .someDiv {
    display:none;
  }
  .ordGroup {
    flex-direction: column;
  }
  .ordHeader h1, .ordSummary h1, .orderItem h3 {
    font-size: 1rem;
  }
  .ordHeader h4, .ordSummary h4, span.u-smaller-text{
    font-size: .8rem;
  }
  .tCanHide {
    display:none;
  }
  #rewardtable_id_filter {
    display:none;
  }
  #rewardtable_id th {
    font-size:0.8rem;
  }
  #rewardtable_id h4 {
    font-size:0.75rem;
  }
  #rewardtable_id h5 {
    font-size:0.8rem;
  }
  #rewardtable_id p {
    font-size: 0.6rem;
  }
  #rewardtable_id_wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
/* 060517->ToDo: move all shop styles into a shop.css */
@media (min-width:768px){
  .ordHeader {
    float:left;
    width:50%
  }
  .ordHeader h1, .ordSummary h1 {
    font-size: 1.8em;
  }
  .ordHeader h4, .ordSummary h4 {
    font-size: 1.25em;
  }
  .ordBtnWrap {
    float:right;
    /*width:50%;*/
  }
  .sum-left {
    float:left;
    width:45%
  }
  .sum-right {
    float:right;
    width:45%
  }
  .ordGroup {
    display:block;
  }
  .tCanHide {
    display:table-cell;
  }
  #rewardtable_id th, #rewardtable_id p {
    /*font-size:12px;*/
  }
  #rewardtable_id h4 ,#rewardtable_id h5{
    font-size:1.125em;
    font-weight: bold;
    color: black;
  }
  #rewardtable_id_filter {
    display:block;
  }
  .c-rate-media {
    max-width:100%;
    width:100%;
    clear:both;
  }
  .orderHeader {
    height: 175px;
    margin-bottom:10px;
  }
  h3.c-popup-item {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .prdDtl1 {
    float: left;
    width: 50%;
  }
  .prdDtl2 {
    float: right;
  }
  .u-1200 {
    height: 1200px;
  }
  div.summaryRowRight {
    display: flex;
    justify-content: center;
  }
}
.c-rate-media {
  margin-left: -15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.orderItem {
  border-bottom: 1px solid #C3c3c3;
  width: 100%;
  height: 260px;
}
.c-rate-media__figure {
  width: 166px;
  margin-bottom: 10px;
}
.itemDtl {
  margin-left: 2vw;
}
.c-rate-media__body {
  width: 100%;
}
.ordGroup {
  display: block;
}
.ordGroup {
  /*display: flex;*/
  flex-direction: row;
  padding-bottom: 2vh;
}
.orderItem h3 {
  font-weight: normal;
}

/* fix to overwrite design flaw in appGlobal.css */
.c-items-fwrap {
  max-width: 100%;
}
/* EO fix */

#backToShop {
  padding-bottom: 20px;
}

#btnBackToShop {
  margin-top: 20px;
}


div#updateShipping {
  display:none;
}

button.btnCancelOrder, button#btnUpdateAddress {
  background: #e42829;
  /*font-size: 1rem;*/
  /*width: 230px !important;*/
  float: left;
  /*font-size: 1.188em;*/
}

.btnUpdateAddr {
  font-size: 1.188em;
}

button#btnConfirmUpdate {
  display:none;
}

form#formUpdateAddress input:disabled, form#formUpdateAddress select:disabled {
  background: lightgray;
}

input:disabled {
  background-color: #D1D3D4;
  pointer-events: none; }

div.orderDetailWrap {
  padding-top: 20px;
}

main {
  padding-bottom: 20px;
}
div.clArrow p {
  margin-left: 0px;
  margin-top: 5px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  div.clArrow p, div.clArrow a {
    font-size: 0.75rem;
  }
}

.orderItemDlt {
  border-bottom: 1px solid #C3c3c3;
  width: 100%;
  margin-left: 0px;
}

#btnRewRed {
  width: 200px;
  margin-top: 10px;
}

div.wrapBtnOrderDetail {
  margin-top: 10px;
  width: 250px;
}

@media (min-width: 768px) {
  div.wrapBtnOrderDetail {
    float: right;
    margin-right: 10px;
  }
}

div.wrapOrderHeader {
  border-bottom: 1px solid #C3c3c3;
  padding-bottom: 20px;
  overflow: auto;
}

@media (min-width: 768px) {
  div.wrapOrderHeader {
    min-height: 175px;
    overflow: auto;
  }
}

button.faq-button {
  border: none;
  background: none;
  text-align: left;
  text-decoration:underline;
}

.searchPanel>li {
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

ol.faqOrderedListEmpty li {
  padding-left:5px;
  margin-left:18px;
  margin-top:7px;
  font-size:.65em;
}
ol.faqOrderedList li {
  list-style-type:decimal !important;
  padding-left:5px;
  margin-left:18px;
  margin-top:7px;
  font-size:.65em;
}
ol.orderedList li {
  list-style-type:decimal;
  padding-left:5px;
  margin-left:18px;
  font-size:.65em;
  line-height: 1.3;
}
ul.faqUnorderedList li {
  list-style-type:disc !important;
  padding-left:5px;
  margin-left:18px;
  margin-top:7px;
  font-size:.65em;}

ul.faqUnorderedList {
  padding-left: 10px;
}

ol li ol.orderListAlpha li {
  display: list-item;
  list-style-type: lower-alpha;
}

ul.unorderedListDisc li {
  list-style-type: disc;
  padding-left: 5px;
  margin-left: 18px;
  margin-top: 7px;
  font-size: .65em;
}

ul.unorderedListDisc {
  padding-left: 15px;
}

ul.unorderedListCircle li {
  list-style-type: circle;
  padding-left: 5px;
  margin-left: 18px;
  margin-top: 7px;
  font-size: .65em;
}

@media ( min-width : 768px) {
  ol.faqOrderedList li {
    font-size:.95em;
  }
  ol.orderedList li {
    font-size: 1rem;
  }
  ol.faqOrderedListEmpty li {
    font-size:.95em;
  }
  ul.faqUnorderedList li {
    font-size:.95em;
  }
  ul.unorderedListDisc li {
    font-size:.95em;
  }
  ul.unorderedListCircle li {
    font-size:.95em;
  }
}

ol > li.c-terms-top h2 {
  font-weight: bold;
  font-size: 1rem;
}

li.c-terms-top > p {
  font-weight: normal;
}

div.searchSection div.faqBody p {
  margin-top: 10px;
}

div.searchSection section.faqBody p {
  margin-top: 10px;
}

/*****************************
 * FAQs
 *****************************/
section.panel {
  background-color: white;
  max-height: 0;
  /*overflow: hidden;*/
  opacity: 0; }

section.panel.show {
  opacity: 1;
  width: 90%;
  max-height: 700px;
  margin-top: 5px;
  margin-bottom: 10px; }

.c-nondiscrimination-content {
  max-width: 800px;
  margin: auto;
}

.c-doc-padding {
  padding: 20px 10px 20px 10px;
}

.text-align-right {
  text-align: right;
}

.faq-align {
  padding: 15px 15px 15px 0;
}

button.faq-width {
  width: 100%;
}

/*********************************
 * Reward Details Links
/* *******************************/

/*******
 * Track Landing SA Pregnancy report callout &
 * Home Landing SA Pregnancy report callout
 */
.c-chv__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-chv__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-chv__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-chv__icn {
      width: 185px;
      height: 185px; } }

.c-chv__icn {
  background-color: #00A5C8; }

.c-callout__icn--chv {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 180px;
  height: 190px;
  margin: auto; }
  @media (min-width: 370px) {
    .c-callout__icn--chv {
      width: 145px;
      height: 165px; } }
  @media (min-width: 768px) {
    .c-callout__icn--chv {
      width: 180px;
      height: 190px; } }

.c-pregnancy_track__icn {
  position: relative;
  width: 165px;
  height: 165px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #00A5C8; }
  @media (min-width: 480px) {
    .c-pregnancy_track__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-pregnancy_track__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-pregnancy_track__icn {
      width: 165px;
      height: 165px; } }

.c-pregnancy_track__icn::after {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 20px;
  display: block;
  width: 110px;
  height: 120px;
  margin: auto;
  content: '';
  background: url("../img/NotePad.png") no-repeat;
  background: none, url("../img/NotePad.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-pregnancy_track__icn::after {
      width: 90px;
      height: 100px; } }
  @media (min-width: 768px) {
    .c-pregnancy_track__icn::after {
      width: 100px;
      height: 110px; } }
  @media (min-width: 860px) {
    .c-pregnancy_track__icn::after {
      width: 110px;
      height: 120px; } }

.c-pregnancy__icn {
 position: relative;
 width: 185px;
 height: 185px;
 margin: 0 auto;
 border-radius: 50%;
 background-color: #00A5C8; }
 @media (min-width: 480px) {
   .c-pregnancy__icn {
     width: 135px;
     height: 135px; } }
 @media (min-width: 768px) {
   .c-pregnancy__icn {
     width: 165px;
     height: 165px; } }
 @media (min-width: 860px) {
   .c-pregnancy__icn {
     width: 185px;
     height: 185px; } }

.c-pregnancy__icn::after {
 position: absolute;
 top: 12px;
 right: 0;
 bottom: 0;
 left: 20px;
 display: block;
 width: 120px;
 height: 130px;
 margin: auto;
 content: '';
 background: url("../img/NotePad.png") no-repeat;
 background: none, url("../img/NotePad.svg") no-repeat;
 background-size: 100%; }
 @media (min-width: 480px) {
   .c-pregnancy__icn::after {
     width: 100px;
     height: 110px; } }
 @media (min-width: 768px) {
   .c-pregnancy__icn::after {
     width: 110px;
     height: 120px; } }
 @media (min-width: 860px) {
   .c-pregnancy__icn::after {
     width: 120px;
     height: 130px; } }

.c-callout__head-holder {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .c-stepUp__head-holder {
      margin-bottom: 20px;
    }
  }

.c-callout__content {
  width: 100%;
  padding-top: 18px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (min-width: 480px) {
    .c-stepUp__content {
      padding: 0 24px 0 18px;
      margin-top: 8px; } }
  @media (min-width: 768px) {
    .c-stepUp__content {
      padding: 0 24px 0 18px;
      margin-top: 8px;
    }
  }

.t-callout__subhead {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .t-callout__subhead {
      font-size: 1.625rem;
      margin-bottom: 6px;
    }
  }

#trackTable_next, #trackTable_last {
  display: none;
}

/********
 * Reward Details Report Now button
 */

a.align {
  margin-top: 10px;
}

/** site maintenance stuffs **/
div.maintenanceWrap {
  width: 75%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

div.maintenanceBox {
  background-color: #588AA2;
  text-align: center;
  padding: 1.5rem;
  height: 20vh;
}

div.maintenanceTriangle {
  background: url('/inc/img/maintenance-icon.svg') no-repeat center;
  height: 16vh;
  margin-top: -8vh;
}

h1.maintWhite {
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#turquoiseRewardsId {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1.maintBlack {
  color: black;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.u-bg-white {
  background-color: white;
}

@media screen and (max-width: 767px) and (min-width: 300px) {
  div.maintenanceWrap {
    width: 100%;
  }
  div.maintenanceBox {
    height: 28vh;
    padding: 1rem;
  }
  h1 {
    font-size: 1.25rem;
  }
}

.greyed_out {
  background-color: #dbdbdb;
}

.bs-join-babysmart__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
@media (min-width: 480px) {
  .bs-join-babysmart__icn {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .bs-join-babysmart__icn {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .bs-join-babysmart__icn {
    width: 185px;
    height: 185px; } }

.bs-join-babysmart__icn {
  background-color: #e51489; }

.c-callout__icn--join-babysmart {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 97px;
  height: 142px;
  margin: auto; }
@media (min-width: 480px) {
  .c-callout__icn--join-babysmart {
    width: 77px;
    height: 120px; } }
@media (min-width: 768px) {
  .c-callout__icn--join-babysmart {
    width: 87px;
    height: 130px; } }
@media (min-width: 860px) {
  .c-callout__icn--join-babysmart {
    width: 97px;
    height: 142px; } }

/*****************************************************
 * Points Expiring
 *****************************************************/

.c-expiring_points__icn::after {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 161px;
  height: 147px;
  margin: auto;
  content: '';
  margin-left: 45px;
  background: url("../img/alert_sign.png") no-repeat;
  background: none, url("../img/alert_sign.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 360px) {
    .c-expiring_points__icn::after {
      width: 151px;
      height: 137px;
      margin-left: 90px;} }
  @media (min-width: 370px) {
    .c-expiring_points__icn::after {
      width: 151px;
      height: 137px;
      margin-left: 95px;} }
  @media (min-width: 480px) {
    .c-expiring_points__icn::after {
      width: 151px;
      height: 137px;
      margin-left: 15px;} }
  @media (min-width: 768px) {
    .c-expiring_points__icn::after {
      width: 151px;
      height: 137px;
      margin-left: 15px;} }
  @media (min-width: 860px) {
    .c-expiring_points__icn::after {
      width: 161px;
      height: 147px;
      margin-left: 60px;} }

.c-modal__icn--fraud-alert::after {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width:90px;
  height: 117px;
  margin: auto;
  content: '';
  margin-right: 15px;
  background: url("../img/alert_sign.png") no-repeat;
  background: none, url("../img/alert_sign.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-modal__icn--fraud-alert::after {
      width: 67px;
      height: 86px; } }
  @media (min-width: 768px) {
    .c-modal__icn--fraud-alert::after {
      width: 79px;
      height: 104px; } }
  @media (min-width: 860px) {
    .c-modal__icn--fraud-alert::after {
      width: 90px;
      height: 117px; } }

.fraud-padding-10 {padding:10px;}
#fraud_announcement_id {padding:0px;}

/*****************************************************
 * Coronavirus
 *****************************************************/

.c-coronavirus__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-coronavirus__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-coronavirus__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-coronavirus__icn {
      width: 185px;
      height: 185px; } }

.c-coronavirus__icn {
  background-color: #FBEABE; }

.c-coronavirus__icn::after {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 171px;
  height: 171px;
  margin: auto;
  content: '';
  background: url("../img/COVID19.png") no-repeat;
  background: none, url("../img/COVID19.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-coronavirus__icn::after {
      width: 126px;
      height: 126px; } }
  @media (min-width: 768px) {
    .c-coronavirus__icn::after {
      width: 152px;
      height: 152px; } }
  @media (min-width: 860px) {
    .c-coronavirus__icn::after {
      width: 171px;
      height: 171px; } }

.c-renew-new-mexico__icn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 3px;
  display: block;
  width: 400px;
  height: 70px;
  content: '';
  background: url("../img/RenewNM_Logo.png") no-repeat;
  background: none, url("../img/RenewNM_Logo.svg") no-repeat;
  background-size: 100%; }
@media (min-width: 350px) {
  .c-renew-new-mexico__icn {
    width: 300px;
    height: 70px; } }
@media (min-width: 768px) {
  .c-renew-new-mexico__icn {
    width: 350px;
    height: 70px; } }
@media (min-width: 860px) {
  .c-renew-new-mexico__icn {
    width: 400px;
    height: 70px; } }

.c-clipboard-check__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ED8923;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .c-clipboard-check__icn {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .c-clipboard-check__icn {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .c-clipboard-check__icn {
    width: 185px;
    height: 185px; } }

.c-clipboard-check__icn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 9px;
  display: block;
  width: 111px;
  height: 138px;
  margin: auto;
  content: '';
  background: url("../img/ClipboardCheck_icon.png") no-repeat;
  background: none, url("../img/ClipboardCheck_icon.svg") no-repeat;
  background-size: 100%; }
@media (min-width: 480px) {
  .c-clipboard-check__icn::after {
    width: 83px;
    height: 106px; } }
@media (min-width: 768px) {
  .c-clipboard-check__icn::after {
    width: 102px;
    height: 127px; } }
@media (min-width: 860px) {
  .c-clipboard-check__icn::after {
    width: 111px;
    height: 138px; } }

.c-get-covered-check__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #D4E9B2;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .c-get-covered-check__icn {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .c-get-covered-check__icn {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .c-get-covered-check__icn {
    width: 185px;
    height: 185px; } }

.c-get-covered-check__icn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 9px;
  display: block;
  width: 170px;
  height: 170px;
  margin: auto;
  content: '';
  background: url("../img/GetCoveredNM_Vector.png") no-repeat;
  background: none, url("../img/GetCoveredNM_Vector.svg") no-repeat;
  background-size: 100%; }
@media (min-width: 480px) {
  .c-get-covered-check__icn::after {
    width: 120px;
    height: 120px; } }
@media (min-width: 768px) {
  .c-get-covered-check__icn::after {
    width: 145px;
    height: 145px; } }
@media (min-width: 860px) {
  .c-get-covered-check__icn::after {
    width: 170px;
    height: 170px; } }

.c-link-icn--computer::after {
  width: 28px;
  height: 20px;
  top: -2px;
  left: 1px;
  background: url("../img/computer-icon.png") no-repeat;
  background: none, url("../img/computer-icon.svg") no-repeat;
  background-size: cover; }

.c-link-icn--contentful-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link-icn--contentful::after,
.c-link-icn--contentful-wrapper::after {
  background: none;}

.c-link-icn--contentful-generic {
  width: 22px;
  max-height: 24px;
}

.c-link-icn--contentful-computer {
  width: 28px;
  height: 20px;
  margin-left: 8px;
  margin-top: 10px;
}

.c-link-icn--contentful-health-resources {
  width: 28px;
  height: 24px;
  margin-left: 7px;
  margin-top: 10px;
}

.c-link-icn--games::after {
  width: 26px;
  height: 35px;
  top: -2px;
  left: 0px;
  background: url("../img/games-icon.png") no-repeat;
  background: none, url("../img/games-icon.svg") no-repeat;
  background-size: cover; }

.c-link-icn--links::after {
  width: 28px;
  height: 20px;
  top: -1px;
  left: 1px;
  background: url("../img/links-icon.png") no-repeat;
  background: none, url("../img/links-icon.svg") no-repeat;
  background-size: cover; }

.c-link-icn--video::after {
  width: 28px;
  height: 20px;
  top: -2px;
  left: 1px;
  background: url("../img/video-icon.png") no-repeat;
  background: none, url("../img/video-icon.svg") no-repeat;
  background-size: cover; }

.c-link-icn--phone::after {
  width: 17px;
  height: 29px;
  top: -2px;
  left: 1px;
  background: none, url("../img/icon_cellphone.svg") no-repeat;
  background-size: cover; }

.c-email__icn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%; }

.c-email__icn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  content: '';
  background: none, url("../img/Email.svg") no-repeat;
  background-size: 100%; }

.c-link-icn--train::after {
  width: 28px;
  height: 20px;
  top: -1px;
  left: 1px;
  background: url("../img/train_w-01.png") no-repeat;
  background: none, url("../img/train_w.svg") no-repeat;
  background-size: cover; }

.c-renew-nm-icn {
  position: relative;
  top: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 12px; }

@media (min-width: 768px) {
  .c-renew-nm-icn {
    top: 5px;
  }
}

.c-renew-nm-icn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  margin: auto;
  content: '';
  background: url("../img/dollar_sign_white.png") no-repeat;
  background: none, url("../img/dollar_sign_white.svg") no-repeat;
  background-size: 100%; }

.bg-renew-nm-speech {
  background-color: #85B356;
}

.bg-renew-nm-envelope {
  background-color: #29B8D3;
}

.bg-renew-nm-checkmark {
  background-color: #ED8923;
}


.c-renew-nm-speech::after {
  width: 24px;
  height: 24px;
  top: 1px;
  left: 1px;
  background: url("../img/Speech@2x.png") no-repeat;
  background: none, url("../img/Speech.svg") no-repeat;
  background-size: cover;
}

.c-renew-nm-envelope::after {
  width: 26px;
  height: 19px;
  top: 1px;
  left: 1px;
  background: url("../img/envelope.png") no-repeat;
  background: none, url("../img/envelope.svg") no-repeat;
  background-size: cover;
}

.c-renew-nm-checkmark::after {
  width: 26px;
  height: 26px;
  top: 1px;
  left: 1px;
  background: url("../img/Check@2x.png") no-repeat;
  background: none, url("../img/Check.svg") no-repeat;
  background-size: cover;
}

.c-renew-nm-text {
  font-size: 0.75rem;
  font-weight: 400;
  width: 280px;
}
@media (min-width: 768px) {
  .c-renew-nm-text {
    font-size: 1rem;
    width: 600px;} }

.o-module-p--small {
  max-width: 700px;
  line-height: 16px;
  font-weight: normal; }
@media (min-width: 768px) {
  .o-module-p--small {
    font-size: 1.125rem;
    line-height: 24px;} }

.ui-margin-top-15 {
  margin-top: 15px;
}

.c-renew-nm-icon {
  align-items: start;
}

.c-modal__icn--notice-alert::after {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 67px;
  height: 86px;
  margin: 10px 0 0 10px;
  content: '';
  margin-right: 15px;
  background: url("../img/alert_sign.png") no-repeat;
  background: none, url("../img/alert_sign.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-modal__icn--flu-alert::after {
      width: 67px;
      height: 86px; } }
  @media (min-width: 768px) {
    .c-modal__icn--flu-alert::after {
      width: 79px;
      height: 104px; } }
  @media (min-width: 860px) {
    .c-modal__icn--flu-alert::after {
      width: 90px;
      height: 117px; } }

a.btn-white-font {
  color: #fff !important;
}

.container-display-none {
  display: none;
}

.font-size-12px {
  font-size: 12px;
}
.font-size-14px {
  font-size: 14px;
}
.font-size-19px {
  font-size: 19px;
}
.font-size-8rem {
  font-size: .8rem;
}
.font-size-1rem {
  font-size: 1rem;
}

#joinBbsYesId {
  font-size: 1rem;
}
.font-size-1-25rem {
  font-size: 1.25rem;
}
.font-size-875rem {
  font-size: 0.875rem;
}
.font-size_2em {
  font-size: 2em;
}
.font-size_1125em {
  font-size: 1.125em;
}

.font-color-red {
  color: red !important;
}
.font-color-blue {
  color: blue !important;
}
.font-color-000 {
  color: #000 !important;
}
.font-color-green {
  color: green !important;
}
.font-color-orange {
  color: orange !important;
}

.display-none {
  display:none;
}

.display-inherit {
  display: inherit;
}

.display-flex {
  display: flex;
}

ul li.c-masthead-list-inline-block {
  display: inline-block;
}

.u-margin-top--5 {
  margin-top: 5px;
}
.u-margin-top--7 {
  margin-top: 7px;
}
.u-margin-top--10 {
  margin-top: 10px;
}
.u-margin-top--13 {
  margin-top: 13px;
}
.u-margin-top--15 {
  margin-top: 15px;
}
.u-margin-top--20 {
  margin-top: 20px;
}
.u-margin-top--1em {
  margin-top: 1em;
}
.margin-bottom-0px {
  margin-bottom: 0px;
}

.margin-left-minus-10px {
  margin-left: -10px;
}

.margin-left-10px {
  margin-left: 10px;
}
.margin-left-20px {
  margin-left: 20px;
}
.margin-left-30px {
  margin-left: 30px;
}
.margin-left-150 {
  margin-left: 150px;
}
.u-margin-bottom-0p6875em {
  margin-bottom: 0.6875em !important;
}
.u-margin-bottom--20 {
  margin-bottom: 20px !important;
}
.u-margin-bottom--10 {
  margin-bottom: 10px;
}

.u-margin-bottom-1rem {
  margin-bottom: 1rem;
}
.u-margin-right--5 {
  margin-right: 5px;
}

.margin-right-7px {
  margin-right: 7px;
}
.margin-right-10px {
  margin-right: 10px;
}
.u-margin-bottom--5 {
  margin-bottom: 5px;
}
.u-margin-5-auto-5-auto {
  margin: 5px auto 5px auto;
}
.u-margin-20-0-20-0 {
  margin: 20px 0px 20px 0px;
}
.u-margin-7-0-7-0 {
  margin: 7px 0px 7px 0px;
}
.u-margin-bottom--1em {
  margin-bottom: 1em;
}

.padding-0px {
  padding: 0px !important;
}
.padding-top-8px {
  padding-top: 8px;
}
.padding-top-10px {
  padding-top: 10px;
}
.padding-top-0px {
  padding-top: 10px;
}
.padding-left-5px {
  padding-left: 5px;
}
.padding-left-10px {
  padding-left: 10px;
}
.padding-left-20px {
  padding-left: 20px;
}
.padding-bottom-10px {
  padding-bottom: 10px;
}
.padding-10-0-10-0 {
  padding: 10px 0 10px 0;
}

.padding-top-5px {
  padding-top: 5px;
}

.padding-right-30px {
  padding-right: 30px;
}

.container-width-auto {
  width: auto;
}
.container-width-100p {
  width: 100%;
}
.container-width-100px {
  width: 100px;
}
.container-width-150px {
  width: 150px;
}
.container-width-180px {
  width: 180px;
}
.container-width-190px {
  width: 190px;
}
.container-width-200px {
  width: 200px;
}
.container-width-300px {
  width: 300px;
}
.container-width-500px {
  width: 500px;
}

.u-log-in-btn-margin {
  margin: 10px auto;
}

.container-border-top-1px-C3C3C3 {
  border-top: 1px solid #C3C3C3;
}
.container-border-1px-C3C3C3 {
  border: 1px solid #C3C3C3;
}
.container-vertical-align-middle {
  vertical-align: middle;
}
.container-vertical-align-top {
  vertical-align: top;
}
.text-size-modal {
  font-size: 1.2em;
  font-weight: 500;
  font-family: sans-serif;
}

div.print-order--your-cart-items {
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  padding: 7px 0 7px 0px;
}

div.print-order--account-info {
  margin-top: 10px;
  width: 100%;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding: 7px 0 7px 0px;
}
div.print-order--account-info-address {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  padding: 7px 0 7px 0px;
}

.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-cursor-pointer {
  cursor: pointer;
}
.text-decoration-font-weight-bold {
  font-weight: bold;
}

.mar-top-10px {
  margin-top: 10px;
}
.mar-top-15px {
  margin-top: 15px;
}
.mar-top-20px {
  margin-top: 20px;
}
.mar-top-50px {
  margin-top: 50px;
}

.mar-right-48px {
  margin-right: 48px;
}

.mar-bot-15px {
  margin-bottom: 15px;
}
.mar-bottom-20 {
  margin-bottom: 20px;
}
.mar-bot-40px {
  margin-bottom: 40px;
}
.padding-bottom-20px {
  padding-bottom: 20px;
}
.padding-12px {
  padding: 12px;
}

.font-weight-normal {
  font-weight: normal;
}

.line-height-normal {
  line-height: normal;
}
.line-height-1-5 {
  line-height: 1.5;
}

div.email-unconfirmed-body {
  max-width: 450px;
  margin: 0 auto 0 auto;
  border: 1px solid #c3c3c3;
  padding: 0 10px 0 10px;
}

div.c-slider-caption-c {
 position: relative;
 bottom: 40px;
 width: 100%;
 margin: 0;
 padding-top: .3em;
 padding-bottom: .3em;
 height: 31px;
 color: #fff;
 background-color: #e42829;
 display: flex;
 align-items: center;
 justify-content: center;
 display: -ms-flexbox;
 -ms-flex-pack: center;
 /* Desktop
  ================================ */
}
@media ( min-width : 768px) {
 div.c-slider-caption-c {
  bottom: 64px;
  padding-top: .5em;
  padding-bottom: .5em;
  height: 51px;
 }
}

/* This is for firefox and must come after div.c-slider-caption-c*/
@-moz-document url-prefix() { /* firefox only */
  *{ box-shadow: none !important; } /*This was the only thing that worked to fix the issue from DEV-1750 screenshot*/
  div.c-slider-caption-c {
    position: sticky;
    bottom: 40px;
    width: 100%;
    margin: 0;
    padding-top: .3em;
    padding-bottom: .3em;
    height: 31px;
    color: #fff;
    background-color: #e42829;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    /* Desktop
     ================================ */
  }
    @media ( min-width : 768px) {
      div.c-slider-caption-c {
      bottom: 64px;
      padding-top: .5em;
      padding-bottom: .5em;
      height: 51px;
    }
  }
}

.c-flushot__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-flushot__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-flushot__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-flushot__icn {
      width: 185px;
      height: 185px; } }

.c-flushot__icn {
  background-color: #00a6c7; }

.c-flushot__icn::after {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 112px;
  margin: auto;
  content: '';
  background: url("/inc/img/flu-shot.png") no-repeat;
  background: none, url("/inc/img/flu-shot.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-flushot__icn::after {
      width: 66px;
      height: 78px; } }
  @media (min-width: 768px) {
    .c-flushot__icn::after {
      width: 86px;
      height: 98px; } }
  @media (min-width: 860px) {
    .c-flushot__icn::after {
      width: 98px;
      height: 112px; } }

.c-covid__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-covid__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-covid__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-covid__icn {
      width: 185px;
      height: 185px; } }

.c-covid__icn {
  background-color: #EB8923; }

.c-covid__icn::after {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 112px;
  margin: auto;
  content: '';
  background: url("/inc/img/callout-covid-vaccine.png") no-repeat;
  background: none, url("/inc/img/callout-covid-vaccine.svg") no-repeat;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-covid__icn::after {
      width: 66px;
      height: 78px; } }
  @media (min-width: 768px) {
    .c-covid__icn::after {
      width: 86px;
      height: 98px; } }
  @media (min-width: 860px) {
    .c-covid__icn::after {
      width: 98px;
      height: 112px; } }

.c-flu-shot__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-flu-shot__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-flu-shot__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-flu-shot__icn {
      width: 185px;
      height: 185px; } }

.c-flu-shot__icn {
  background-color: #00A5C7; }

.c-callout__icn--flu-shot {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 112px;
  margin: auto; }
  @media (min-width: 480px) {
    .c-callout__icn--flu-shot {
      width: 66px;
      height: 78px; } }
  @media (min-width: 768px) {
    .c-callout__icn--flu-shot {
      width: 86px;
      height: 98px; } }
  @media (min-width: 860px) {
    .c-callout__icn--flu-shot {
      width: 98px;
      height: 112px; } }

/* Postpartum/Prenatal Visits */
.c-pregnancy-visits__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-pregnancy-visits__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-pregnancy-visits__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-pregnancy-visits__icn {
      width: 185px;
      height: 185px; } }

.c-pregnancy-visits__icn {
  background-color: #8CC640; }

.c-callout__icn--pregnancy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 105px;
  height: 120px;
  margin: auto; }
  @media (min-width: 480px) {
    .c-callout__icn--pregnancy {
      width: 70px;
      height: 80px; } }
  @media (min-width: 768px) {
    .c-callout__icn--pregnancy {
      width: 105px;
      height: 120px; } }

/* Postpartum Depression Screening */
.c-pregnancy-depression-screening__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-pregnancy-depression-screening__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-pregnancy-depression-screening__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-pregnancy-depression-screening__icn {
      width: 185px;
      height: 185px; } }

.c-pregnancy-depression-screening__icn {
  background-color: #4CC6AE; }

.c-callout__icn--pregnancy-depression {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 105px;
  height: 120px;
  margin: auto; }
  @media (min-width: 480px) {
    .c-callout__icn--pregnancy-depression {
      width: 70px;
      height: 80px; } }
  @media (min-width: 768px) {
    .c-callout__icn--pregnancy-depression {
      width: 105px;
      height: 120px; } }

.c-breast-cancer__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
@media (min-width: 480px) {
  .c-breast-cancer__icn {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .c-breast-cancer__icn {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .c-breast-cancer__icn {
    width: 185px;
    height: 185px; } }

.c-breast-cancer__icn {
  background-color: #A560A3; }

.c-callout__icn--breast-cancer {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 128px;
  margin: auto;}
@media (min-width: 480px) {
  .c-callout__icn--breast-cancer {
    width: 66px;
    height: 78px; } }
@media (min-width: 768px) {
  .c-callout__icn--breast-cancer {
    width: 86px;
    height: 111px; } }
@media (min-width: 860px) {
  .c-callout__icn--breast-cancer {
    width: 98px;
    height: 128px; } }

/* Caregiver Kit */
.c-caregiver-kit__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-caregiver-kit__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-caregiver-kit__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-caregiver-kit__icn {
      width: 185px;
      height: 185px; } }

.c-caregiver-kit__icn {
  background-color: #EB8923; }

.c-caregiver-kit__icn-contentful {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 105px;
  height: 120px;
  margin: auto;}
  @media (min-width: 480px) {
    .c-caregiver-kit__icn-contentful {
      width: 70px;
      height: 80px; } }
  @media (min-width: 768px) {
    .c-caregiver-kit__icn-contentful {
      width: 105px;
      height: 120px; } }

/* Pregnancy Kit */
.c-pregnancy-kit__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
@media (min-width: 480px) {
  .c-pregnancy-kit__icn {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .c-pregnancy-kit__icn {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .c-pregnancy-kit__icn {
    width: 185px;
    height: 185px; } }

.c-pregnancy-kit__icn {
  background-color: #EB8923; }

.c-pregnancy-kit__icn-contentful {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 6px;
  display: block;
  width: 105px;
  height: 120px;
  margin: auto; }
@media (min-width: 480px) {
  .c-pregnancy-kit__icn-contentful {
    width: 70px;
    height: 80px; } }
@media (min-width: 768px) {
  .c-pregnancy-kit__icn-contentful {
    width: 105px;
    height: 120px; } }

/******
* Self attestation flu shot
******/
div.saFormWrap {
  margin-bottom: 10px;
  padding-bottom: 20px;
  max-width: 57vw;
}

div.saFieldWrap {
  padding: 10px 0 20px 10px;
}

.u-module-sa {
  border-bottom: 1px solid #c3c3c3;
}

.site-bg-color-green-56b948 {
  background-color: #56b948;
}
.site-bg-EB4790 {
  background-color: #EB4790;
}
div .site-bg-orange {
  background-color: #FA9926;
}

.font-color-blue-00a5c7 {
  color: #00a5c7;
}

.sa-attest-header {
  margin-left: 15px;
}

.sa-attest-header-sub {
  font-size: 1.4rem;
  line-height: 1.3;
}

.c-dollar__icn {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}

.c-dollar__icn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 29px;
  margin: auto;
  content: '';
  background: url("/inc/img/dollar_sign_white.png") no-repeat;
  background: none, url("/inc/img/dollar_sign_white.svg") no-repeat;
  background-size: 100%;
}

div.sa-btn-container {
  width: 200px;
}

.sa-calendar-img {
  background-image: url("/inc/img/SU_Calendar_Icon.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: 99%;
}

div.expandWrapHeader p {
  font-size: 1.1rem;
  font-weight: bold;
}

div.expandWrap {
  height: 100%;
  display: none;
  overflow: hidden;
}

div.expandWrap p {
  margin-bottom: 1rem;
}

div.expandWrap, div.expandWrapHeader {
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 20px 10px 20px;
}

div.expandWrapHeader a {
  text-decoration: underline;
  font-weight: normal;
  color: black;
}

div.videoWrap h1 {
  margin: 10px;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  div.expandWrapHeader p, div.expandWrap p {
    font-size: 1.0rem;
  }

  div.expandWrap h2, div.videoWrap h1 {
    font-size: 1.125rem;
  }

}

.line-height-1p5 {
  line-height: 1.5
}

.c-covid-bonus__icn::after {
  position: relative;
  /*top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  display: block;
  width: 175px;
  height: 168px;
  margin: auto; margin-right: 7px;
  content: '';
  background: url("/inc/img/VaccinationPopUp_Desktop.png") no-repeat;
  background-size: 100%; }
  @media (min-width: 380px) {
    .c-covid-bonus__icn::after {
      width: 162px; width: 150px; width: 86px;
      height: 155px; height: 144px; height: 82px;} }
  @media (min-width: 768px) {
    .c-covid-bonus__icn::after {
      width: 86px;
      height: 98px; } }
  @media (min-width: 860px) {
    .c-covid-bonus__icn::after {
      width: 175px;
      height: 168px; } }

/* product display slider **********************************************************************/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.mySlides img {
  max-height: 500px;
  transition: transform .5s ease;
}

.mySlides img:hover {
  transform: scale(1.5);
}

@media (min-width:320px) and (max-width:600px) {
  .mySlides {
    width: 100%;
    height: auto;
    margin: 0 10vw;
  }
}

/* Next & previous buttons */
a.prev, a.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  /*color: #E42829;*/
  color: #D6D6D6;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

@media (min-width:320px) and (max-width:600px) {
  a.prev, a.next {
    padding: 11px;
  }
}

/* Next & previous buttons */
a.prev, a.next, button.prev, button.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #D6D6D6;
  transition: 0.6s ease;
  border-style: none;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
  user-select: none;
}

@media (min-width:320px) and (max-width:600px) {
  a.prev, a.next, button.prev, button.next {
    padding: 11px;
  }
}

/* Position the "next button" to the right */
a.next, button.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a background color with a little bit see-through */
a.prev:hover, a.next:hover, button.prev:hover, button.next:hover,
button.prev:focus, button.next:focus {
  background-color: rgba(0,0,0,0.4);
  border: 1px solid #D6D6D6;
}

@media (min-width:320px) and (max-width:600px) {
  .numberText {
    top: 6px;
  }
}

@media ( min-width : 768px) {
  .numberText {
    right: 0;
  }
}

.thumbButton {
  background: none;
  border: none;
  height: 100%;
  padding: 0px;
}

ul.thumbImage {
  background: none;
  padding-top: 15px;
  padding-bottom: 10px;
  list-style-type: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

img.thumbImage {
  width: 82px;
  height: auto;
  border: 1px solid #D6D6D6;
}

@media (min-width:320px) and (max-width:600px) {
  img.thumbImage {
    width: 67px;
  }
}

img.active {
  border: 1px solid #E42829;
}

img.thumbImage:hover {
  border: 2px solid #555;
}

.multiImage {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.border-left-c3c3c3 {
  border-left: 1px solid #c3c3c3;
}

img.datatable-spacing {
  width: 55px;
  height: 52px;
}

.grid-flex-1 {
  flex: 1 !important;
}
.grid-flex-2 {
  flex: 2 !important;
}

.grid-checklist-sm {
  height: 145px;
}

.grid-checklist-lg {
  height: 290px;
}
.grid-checklist-lg, .grid-checklist-sm {
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
} @media ( max-width : 900px) {
  .grid-checklist-lg, .grid-checklist-sm {
    height: auto;
    flex-wrap: nowrap;
  }
}

.addDependent_error_txt {
  color: #e82020 !important;
}
.addDependent_success_txt {
  color: #92c848 !important;
}
.cHandPointer {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}

.error-confirm {
  color: #af1f2c;
}

@media (max-width: 600px) {
  img.productSample {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: 50%;
  }
}

/********************************************************************
 * Self Attestation
 ********************************************************************/

.c-naselfattest__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%; }
  @media (min-width: 480px) {
    .c-naselfattest__icn {
      width: 135px;
      height: 135px; } }
  @media (min-width: 768px) {
    .c-naselfattest__icn {
      width: 165px;
      height: 165px; } }
  @media (min-width: 860px) {
    .c-naselfattest__icn {
      width: 185px;
      height: 185px; } }

.c-naselfattest__icn {
  background-color: #00a6c7; }

.c-callout__icn--naselfattest {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 112px;
  margin: auto;
  background-size: 100%; }
  @media (min-width: 480px) {
    .c-callout__icn--naselfattest {
      width: 66px;
      height: 78px; } }
  @media (min-width: 768px) {
    .c-callout__icn--naselfattest {
      width: 86px;
      height: 98px; } }
  @media (min-width: 860px) {
    .c-callout__icn--naselfattest {
      width: 98px;
      height: 112px; } }

/********************************************************************
 * BabySmart-Trackers
 ********************************************************************/
.bs-rounded-border-resources {
  width: 700px;
}

/* Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div.o-demo--top ul li.c-links__item:nth-child(odd) div div {
  background-color: #92C848;
}

div.o-demo--top ul li.c-links__item:nth-child(even) div div {
  background-color: #00AFD9;
}

/* Color 1 for the 1st, 4th, 7th, etc. */
ul li.c-links__item:nth-child(3n+1) div.site-bg-color-link-babysmart {
  background-color: #2bc2e0;
}

/* Color 2 for the 2nd, 5th, 8th, etc. */
ul li.c-links__item:nth-child(3n+2) div.site-bg-color-link-babysmart {
  background-color: #f69322;
}

/* Color 3 for the 3rd, 6th, 9th, etc. */
ul li.c-links__item:nth-child(3n) div.site-bg-color-link-babysmart {
  background-color: #e61086;
}

/******************************************************************
 * Lifetracks
 ******************************************************************/
div.o-demo ul li.c-links__item:nth-child(odd) div.site-bg-color-link {
  background-color: #EB8923;
}
div.o-demo ul li.c-links__item:nth-child(even) div.site-bg-color-link {
  background-color: #009BC5;
}

div.o-demo ul li.c-links__item:nth-child(odd) div.site-bg-alternate-color-link {
  background-color: #2bc2e0;
}
div.o-demo ul li.c-links__item:nth-child(even) div.site-bg-alternate-color-link {
  background-color: #f69322;
}

.c-link-icn--links {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #515254;
  margin-right: 12px; }

.c-link-icn--links::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  left: 2px;
  display: block;
  width: 20px; width: 30px;
  height: 32px; height: 21px;
  margin: auto;
  content: '';
  background: url("../img/links-icon.png") no-repeat;
  background: none, url("../img/links-icon.svg") no-repeat;
  background-size: 100%; }

#input1-error, #input2-error {
  width: 37vw;
}

/*******************************************************************
 Home Landing Callout
 *******************************************************************/
.c-coronavirus__icn {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  background-color: #FBEABE;
  border-radius: 50%; }
@media (min-width: 480px) {
  .c-coronavirus__icn {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .c-coronavirus__icn {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .c-coronavirus__icn {
    width: 185px;
    height: 185px; } }
.c-coronavirus__icn {
  background-color: #FBEABE; }
.c-coronavirus__icn::after {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 171px;
  height: 171px;
  /*margin: auto;*/
  content: '';
  margin-top: 12px;
  background: url("/inc/img/COVID19.png") no-repeat;
  background: none, url("/inc/img/COVID19.svg") no-repeat;
  background-size: 100%; }
@media (min-width: 480px) {
  .c-coronavirus__icn::after {
    width: 126px;
    height: 126px; } }
@media (min-width: 768px) {
  .c-coronavirus__icn::after {
    width: 152px;
    height: 152px; } }
@media (min-width: 860px) {
  .c-coronavirus__icn::after {
    width: 171px;
    height: 171px; } }

div.u-large-1of4 + ul.c-links li.c-links__item:nth-child(odd) div div {
  background-color: #92C848;
}
div.u-large-1of4 + ul.c-links li.c-links__item:nth-child(even) div div {
  background-color: #00AFD9;
}

.c-rules__icn--notepadMedicare {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  margin-top: 12px;
  border-radius: 50%;
  background-color: #56cee6; }
@media (min-width: 480px) {
  .c-rules__icn--notepadMedicare {
    width: 135px;
    height: 135px;
    margin-top: 12px; } }
@media (min-width: 768px) {
  .c-rules__icn--notepadMedicare {
    width: 165px;
    height: 165px;
    margin-top: 12px; } }
@media (min-width: 860px) {
  .c-rules__icn--notepadMedicare {
    width: 185px;
    height: 185px;
    margin-top: 12px; } }

.c-rules__icn--notepadMedicare::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 14px;
  display: block;
  width: 126px;
  height: 120px;
  margin: auto;
  content: '';
  background: url("../img/NotePad.png") no-repeat;
  background: none, url("../img/NotePad.svg") no-repeat;
  background-size: 100%; }
@media (min-width: 480px) {
  .c-rules__icn--notepadMedicare::after {
    width: 88px;
    height: 82px; } }
@media (min-width: 768px) {
  .c-rules__icn--notepadMedicare::after {
    width: 116px;
    height: 110px; } }
@media (min-width: 860px) {
  .c-rules__icn--notepadMedicare::after {
    width: 126px;
    height: 120px; } }

.c-link-icn--video::after {
  width: 28px;
  height: 20px;
  top: -2px;
  left: 1px;
  background: url("/inc/img/video-icon.png") no-repeat;
  background: none, url("/inc/img/video-icon.svg") no-repeat;
  background-size: cover; }

.cHandPointer {cursor:pointer;text-decoration:underline;}

.c-heartDevice {
  display: block;
  width: 42px;
  height: 42px;
  background: url("../img/bs-mobile-heart.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 7px;
}

.bs-txt-me {
  font-size: .95em;
}

.c-link-color {
  color: #08639c;
}

.border--exercise {
  width: 90%;
}
@media (min-width: 480px) {
  .border--exercise {
    width: 90%; } }
@media (min-width: 768px) {
  .border--exercise {
    width: 70%; } }

.t-color-accentTxt-cart {
  color: #E42829;
}
.t-color-accentTxt-due-link {
  color: #e61086;
}

.t-color-accentTxt-flu-shot {
  color: #00b0d9;
}

/*shop points cost blue*/
.t-color-ptsTxt {
  color: #276092;
}
.t-btnBgColor--form-orange {
  background-color: #ec8823;
}


.c-clickbos-fwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.margin-top-7px {
  margin-top: 7px;
}

.bs-learn-blue-sub {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0ca0d0;
  margin-top: 12px;
  margin-bottom: 6px;
}

.bs-learn-content-txt{
  font-size: .875rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .bs-learn-blue-sub{
    font-size: 1.25rem;
  }
  .bs-learn-content-txt{
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/***************************
 * Learn Landing Responsive
 ***************************/

.c-bs-banner-learn .bs-learn-arrow-lft,
.c-bs-banner-learn .c-bs-learn-hdlns,
.c-bs-banner-learn .bs-learn-arrow-rt {
  grid-area: unset;
}

.flex-container {
  display: flex;
  height: 280px;
}

.c-bs-banner-learn .bs-learn-arrow-lft{
  order: 1;
  position: relative;
}

.c-bs-banner-learn .c-bs-learn-hdlns {
  order: 2;
}

@media (min-width: 300px) {
  .c-bs-banner-learn .c-bs-learn-hdlns {
    width: 230px;
  }
}

img.bs-button-icn-trackers {
  width: 80px;
  height: 90px;
  margin-bottom: 16px;
  /*border: 1px solid pink;*/
}

.c-tracker__title {
  font-size: 1rem;
  color: #000000;
}
@media (min-width: 768px) {
  .c-tracker__title {
    font-size: 1.25rem; }
}

@media (min-width: 600px) {
  .c-bs-banner-learn .c-bs-learn-hdlns {
    width: 600px;
  }
}

@media (min-width: 955px) {
  .c-bs-banner-learn .c-bs-learn-hdlns {
    width: 800px;
  }
}

.c-bs-banner-learn .bs-learn-arrow-rt{
  order: 3;
}

@media (max-width: 550px) {
  .bs-learn-arrow-rt{
    align-content: end;
    margin-right: -5px;
  }

  .bs-learn-arrow-lft{
    align-content: end;
  }
  .margin-right-28px {
    margin-right: 28px;
  }
  .week-info {
    width: 250px;
    padding-left: 66px;
  }
}

.c-babySmart-logo-sm {
  display: block;
  width: 200px;
  height: 33px;
}

@media (min-width: 768px) {
  .c-babySmart-logo-sm {
    width: 240px;
    height: 40px;
  }
}



/****************
 * Tooltip
 ****************/
div.google-visualization-tooltip {
  border: none;
  box-shadow: none;
  background: transparent;
  /*--move-right: 0px;*/
  /*margin-left: calc(var(--move-right) + 81px);*/
  pointer-events: none;
}

/*bs bubble tooltip*/
.tip {
  background: #ffffff;
  /*padding: 12px 12px 12px 8px;*/
  padding: 6px 6px 0 6px;
  border: 1px solid #d6d6d6;
  width:fit-content;
  border-radius: 20px;
  position: relative;
  color: #333;
}
.tip:before, .tip:after {
  position: absolute;
  content: "";
  display: block;
}
.tip:before {
  right: calc(50% - 10px);
  z-index: 2;
  bottom: -20px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tip:after {
  right: calc(50% - 11px);
  bottom: -23px;
  border-top: 11px solid #d6d6d6;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

div.blood-pressure-tip {
  left: 78px;
}

div.column-tip {
  left: 82px;
}

div.line-tip {
  left: 78px;
}

.tip-date {
  padding-left: 0px;
  padding-top: 5px;
}

/*bs media object*/
.u-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-media-body-column {
  display: flex;
  flex-direction: column;
}

.bs-link-icn-tiny {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.bs-link-icn-chart {
  width: 20px;
  height: 20px;
}

.u-media-figure {
  margin-right: 4px;
}

/******************
 * Trackers
 ******************/
.margin-left-5px {
  margin-left: 5px;
}

.margin-right-7px {
  margin-right: 7px;
}
@media (max-width: 768px) {
  .is-displayed-babysmart-desktop {
    display: none;
  }
}

.c-calendar-icon {
  width: 40px;
  height: 40px;
  margin-left: 12px;
}

.c-status-icon {
  width: 40px;
}

.c-status-text {
  width: 75px;
  text-align: center;
  font-size: .8rem;
  margin-top: 4px;
}

.c-tracker-question {
  margin-bottom: 8px;
}

.c-input-height {
  height: 90px;
}
.c-multi-input {
  margin-right: 24px
}

.c-graph-top-calendar {
  margin-left: 15px;
}

.width-26-percent {
  width: 26%;
}

.width-50p {
  width: 50%;
}

.width-370 {
  width: 370px;
}

.width-100per {
  width: 100%;
}

.width-bs-banner {
  width: 81vw;
}
@media (min-width: 768px) {
  .width-bs-banner {
    width: 35vw;
  }
}

.width-35vw {
  width: 35vw;
}

.bs-rounded-border-box {
  width: 80px;
}

input.c-su-tracker__input {
  width: 100px;
}

@media (max-width: 365px) {
  input.c-su-tracker__multi-input {
    width: 90px;
  }
}

@media (min-width: 768px) {
  .bs-rounded-border-box {
    width: 98px;
  }
  .c-status-text {
    font-size: 1rem;
  }
  input.c-su-tracker__input {
    width: 150px;
  }
}

.c-links__link {
  width: 300px;
}
@media (min-width: 768px) {
  .c-links__link {
    font-size: 1.125rem;
    width: 600px;
  }
}

.bs-link-icn-lg {
  width: 35px;
  height: 35px;
  margin-right: 7px;
}

.c-bs-trackers-hdln {
  font-size: 1.325rem;
}
@media (min-width: 768px) {
  .c-bs-trackers-hdln {
    font-size: 1.75rem;
  }
  .bs-link-icn-lg {
    width: 43px;
    height: 43px;
  }
}

.bs-rounded-border-graph {
  border: 1.875px solid #d6d6d6;
  border-radius: .5em;
  padding:1px;
  font-weight: bold;
  margin-bottom: 12px;
  max-width: 850px;
}

.bs-tracker-resource-item {
  font-size: 1.125em;
  margin-bottom:12px;
}

.bs-tracker-link-color {
  color: #1e76ba;
}

.bs-link-icn-sm {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
}

.bs-learn-link-icn-sm {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  margin-top: 0px;
  margin-left: 2px;
}

.bs-feeling-txt {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .bs-selectDate-txt,
  .bs-feeling-txt {
    font-size: 1.25em;
  } }

.bs-selectDate-txt,
.bs-feeling-txt {
  font-size: 1em;
  line-height: 1.2;
  font-weight: bold;
  margin-right: 12px;
}

@media (min-width: 768px) {
  .bs-selectDate-txt,
  .bs-feeling-txt {
    font-size: 1.25em;
  } }

.c-bs-fx-column-center{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/***************************
 * Health Landing
 ***************************/
input.c-st-health__input {
  width: 150px;
}

input.borders {
  border-right: none;
  border-left: none;
  border-top: none;
}

.mar-right-48px {
  margin-right: 48px;
}

/***********
 * Modals
 ***********/
.c-modal-txt {
  color: #4d4d4d;
  font-size: 0.875rem; }
@media (min-width: 768px) {
  .c-modal-txt {
    font-size: 1rem; } }

.c-modal-txtHldr {
  padding: 16px 10px; }

.c-modalDialog-hdln {
  font-size: 0.9375rem;
  line-height: 1.1;
  color: #221f1f; }
@media (min-width: 420px) {
  .c-modalDialog-hdln {
    font-size: 1.25rem; } }
@media (min-width: 768px) {
  .c-modalDialog-hdln {
    font-size: 1.625rem; } }

.c-modalDialog-BtnHldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px; }

.c-expiringRewardsDialog__icn {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  /*background-color: #ff5833; */
}
@media (min-width: 768px) {
  .c-expiringRewardsDialog__icn {
    width: 135px;
    height: 135px; } }

.c-modalDialog-hldr {
  padding: 0 0 16px 0; }

.c-modalDialog-content {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 10px; }
@media (min-width: 768px) {
  .c-modalDialog-content {
    font-size: 0.9375rem; } }

.c-modalDialog-content {
  margin-bottom: 3px; }

.c-modalDialog-btn {
  padding-top: 0;
  padding-bottom: 15px;
}

.c-expiringRewardsDialog__icn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 75px;
  height: 75px;
  margin: auto;
  content: '';
  background: url("../img/ThankYou_Icon_CRMP_modal_01.png") no-repeat;
  background: none, url("../img/ThankYou_Icon_CRMP_modal_01.svg") no-repeat;
  background-size: 100%; }
@media (min-width: 768px) {
  .c-expiringRewardsDialog__icn::after {
    width: 95px;
    height: 95px; } }

.doughnut-contain{
  display:flex;
  align-items: center;
  justify-content: center;
  width:165px;
  height:165px;
}
@media (min-width: 480px) {
  .doughnut-contain {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .doughnut-contain {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .doughnut-contain {
    width: 185px;
    height: 185px; } }

.doughnut-days-num{
  font-size: 50px;
  line-height: 1;
  font-weight:500;
  color: #333333;
  text-align:center;
}
.doughnut-days{
  font-size: 20px;
  font-weight: bold;
  color: #e41187;
  text-align:center;
}
.doughnut-blue{
  color: #03a5df;
  font-weight:600;
}
.doughnut-red{
  color: #e82120;
  font-weight:600;
}

.rewardExpirationChart {
  width: 165px;
  height: 165px;
}
@media (min-width: 480px) {
  .rewardExpirationChart {
    width: 135px;
    height: 135px; } }
@media (min-width: 768px) {
  .rewardExpirationChart {
    width: 165px;
    height: 165px; } }
@media (min-width: 860px) {
  .rewardExpirationChart {
    width: 185px;
    height: 185px; } }

.modal-font {
  font-family: Helvetica Neue, Helvetica, Arial, SansSerif;
}

.c-tr-modal {
  margin: 0 25px;
}

.goal-validation {
  border: solid 1px #af1f2c;
}

.divider {
  border-top: 1px solid #c3c3c3;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 5px;
}

div.agreementWrapper {
  padding: 1.0rem;
}

div.agreementWrapper fieldset {
  border: 1px solid;
  width: 30vw;
  padding: 1.0rem;
  /*margin: auto;*/
}

div.agreementWrapper ul > li {
  list-style-type: disc;
}

@media (max-width: 768px) {
  div.agreementWrapper fieldset, div.btnWarp {
    width: 90vw;
  }
  div.agreementWrapper h1 {
    font-size: 1.75rem;
  }
}

div.btnWrap {
  padding: 1.0rem;
  margin: auto;
}

div.agreementWrapper button {

}

button.c-btn--red {
  background-color: #D33D35;
}

.background-color-e42829 {
  background-color: #e42829;
}

button.c-btn--orange {
  background-color: #EA973E;
}

.bs-bbs-explore {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.u-flex-middle{
  width: 168px;
  margin-top: 20px;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

.remove-link-style {
  color: initial;
  text-decoration: none;
}
.add-link-style {
  text-decoration: underline;
  color: #1e76ba;
}

@media (max-width: 500px) {
  .select-goals {
    width: 150px;
  }
}


.flex-coc-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flex-coc-container-sub {
  display: flex;
  flex-direction: column;
  height: 5px;
}

.coc-sub > p {
  font-size: .7rem;
  padding-left: 35px;
}

@media (min-width: 768px) {
  .coc-sub > p {
    font-size: .8rem;
  }
}

div.selectWrap {
  margin-bottom: 1.0rem;
  margin-top: 1.0rem;
  width: 25vw;
}

@media (max-width: 768px) {
  div.selectWrap {
    width: 50vw;
  }
}

div.selectWrap select {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

p.transcriptWrap {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media (min-width: 860px) {
  .c-vape__icn_0, .c-vape__icn_1, .c-vape__icn_2, .c-vape__icn_3  {
    width: 185px;
    height: 185px;
  }
}
@media (min-width: 768px) {
  .c-vape__icn_0, .c-vape__icn_1, .c-vape__icn_2, .c-vape__icn_3 {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 480px) {
  .c-vape__icn_0, .c-vape__icn_1, .c-vape__icn_2, .c-vape__icn_3 {
    width: 135px;
    height: 135px;
  }
}

.c-vape__icn_0 {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
}

.c-vape__icn_0::after {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 120px;
    height: 130px;
    margin: auto;
    content: '';
    background: none, url(../img/TobaccoVapeFree_circle.svg) no-repeat;
    background-size: 100%;
}

.c-vape__icn_landing {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
}

.c-vape__icn_landing::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 185px;
    height: 185px;
    margin: auto;
}


.c-sleep__icn_landing {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
}

.c-sleep__icn_landing::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 185px;
    height: 185px;
    margin: auto;
}

.c-vape__icn_1 {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #94C940;
}

.c-vape__icn_1::after {
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 120px;
    height: 130px;
    margin: auto;
    content: '';
    background: none, url(../img/Notepad_w.svg) no-repeat;
    background-size: 100%;
}

.c-vape__icn_2 {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ED8923;
}

.c-vape__icn_2::after {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0px;
    display: block;
    width: 120px;
    height: 130px;
    margin: auto;
    content: '';
    background: none, url(../img/Video_w.svg) no-repeat;
    background-size: 100%;
}


.c-vape__icn_3 {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #00A5C7;
}

.c-vape__icn_3::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    display: block;
    width: 120px;
    height: 150px;
    margin: auto;
    content: '';
    background: none, url(../img/Clipboard_w.svg) no-repeat;
    background-size: 100%;
}

.c-vape__icn_4 {
  position: relative;
  height: 80px;
  border-radius: 50%;
  width: 15%;
}

.c-vape__icn_4::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 75px;
    height: 75px;
    margin: auto;
    content: '';
    background: none, url(../img/Congratulations.svg) no-repeat;
    background-size: 100%;
}

div.congratsWrap h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
  h2.congrats {
    margin-top: 0;
    margin-left: 0;
  }
  .c-vape__icn_4 {
    width: 5%;
  }
}

.u-mar-top-15rem {
  margin-top: 1.5rem;
}

div.congratsWrap h3 {
  font-size: 1.25rem;
}

div.congratsWrap h3.big {
  font-size: 1.75rem;
}



h3.big {
  font-size: 1.75rem;
}

div.videoWrapperBasic {
  position: relative;
  overflow: hidden;
  width: 100%;
}

div.videoWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

div.videoWrapper iframe {
  border: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#confirmCommit {
  display: none;
}

div.videoPageWrapper p {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

div.introWrapper li {
  margin-left: 1.5rem;
  list-style: disc;
}

#btnNext {
  visibility: hidden;
}

label[for=chkCommit] {
  margin-left: 0 !important;
}

div#errorMsg {
  display: none;
  color: #e82020;
}
@media screen and (min-width: 768px) {
  div.congratsIcon {
    margin-left: -5vw;
    max-width: 100px;
  }


  div.congrats {
    margin-left: -225px;
  }

  /*h2.congrats {*/
  /*  margin-top: 0.5rem;*/
  /*  margin-left: 1.5rem;*/
  /*}*/
}

vid.c-link-icn c-link-icn--video p {
  max-width:70vw;
}

div.disclaimerWrapper {
  margin-left: 6vw;
  margin-right: 6vw;
}

/*******************************
 * Link outline a11y color
 *******************************/

a[href]:focus:not([tabindex='-1']):focus,
area[href]:focus:not([tabindex='-1']):focus,
input:not([disabled]):focus:not([tabindex='-1']):focus,
select:not([disabled]):focus:not([tabindex='-1']):focus,
textarea:not([disabled]):focus:not([tabindex='-1']):focus,
button:not([disabled]):focus:not([tabindex='-1']):focus,
iframe:focus:not([tabindex='-1']):focus,
[tabindex]:focus:not([tabindex='-1']):focus,
[contentEditable=true]:focus:not([tabindex='-1']):focus {
  border: none;
  box-shadow: 0 0 0 3px #FFFFFF, 0 0 4px 6px #368BA6;
  /*Add support for Windows High Contrast Mode (WHCM)
  The transparent color only shows when WHCM is triggered*/
  outline: 3px solid transparent;
  outline-offset: 3px;
}

/* Use the one color in box-shadow for nav focus instead of two */
nav a[href]:focus:not([tabindex='-1']:focus) {
  outline: 0;
  box-shadow: 0 0 5px #368BA6;
  border: 1px solid #368BA6;
}

/* Change reward summary table pagination filtering outline */
div.bottom div.dataTables_length select:not([disabled]):focus:not([tabindex='-1']):focus,
div.dataTables_filter input:not([disabled]):focus:not([tabindex='-1']):focus {
  border: none;
  box-shadow: 0 0 0 3px #666666, 0 0 2px 6px #9ACEDF;
  outline: 3px solid transparent;
  outline-offset: 3px;
  margin-left: 5px;
}

/* Changes the focus color for slider */
a[href]:focus:not([tabindex='-1']:focus).slider {
  /*border: none;*/
  box-shadow: 0 0 0 2px #FFFFFF,0 0 0 6px #767676;
}
.bx-wrapper .bx-viewport {
  padding: 6px 6px 6px 6px;
}
.bx-wrapper .bx-viewport ul li.slider-li, a.slider {
  max-height: 109px;
}
a.slider {
  display: block;
}

@media (max-width: 593px) {
  li.bx-reward-tile {
    width: 100px !important;
  }
}

.bx-viewport {
  height: 175px !important;
}

.bx-viewport-shop {
  height: auto !important;
}

@media (min-width: 594px) {
  .bx-viewport {
    height: 225px !important;
  }
  .bx-viewport-shop {
    height: 200px !important;
  }
}

@media (min-width: 768px) {
  .bx-wrapper .bx-viewport {
    padding: 6px 0 6px 6px;
    height: 222px !important;
  }
  .bx-wrapper .bx-viewport ul li.slider-li, a.slider {
    max-height: 201px;
  }
  .bx-wrapper .bx-viewport-shop {
    height: 280px !important;
  }
}

/* For track tables */
th:not([disabled]):focus:not([tabindex='-1']):focus {
  position: relative;
}

/* Changes the color of radio button that is checked*/
.control__indicator {
  position: absolute;
  top: 2px;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  box-shadow: inset 0px 0px 0px 1px #368BA6;
  border-radius: 4px;
  border-radius: 50%;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }

.control--radio .control__indicator {
  border-radius: 50%; }

/*square checkboxes*/
.control--checkbox-radius {
  border-radius: 0;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background-color: #f1f1f1; }

.control input:checked ~ .control__indicator {
  background: #368BA6; }

/* Adding a transparent border so check box and radio will not shift when in focus */
.control input:checked ~ .control__indicator {
  border: 2px solid transparent;
}

/* Adding the alignment with the transparent border so check box and radio will not shift when in focus */
.control--checkbox .control__indicator:after {
  left: 5px;
  top: 1px;
}

/* Adding the alignment with the transparent border so check box and radio will not shift when in focus */
.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
}

/* Radio and checkbox button focus contrast */
label input:not([disabled]):focus:not([tabindex='-1']):focus ~ .control__indicator  {
  outline: 0;
  box-shadow: 0 0 5px #368BA6;
  border: 2px solid #368BA6; /* this border causes the shift so the transparent border above offsets that */
}

h4.is-required, p.is-required {
  color: #000;
  font-size: 1em;
  margin: 10px 0 10px 0;
  font-weight: normal;
}

.successMsg {
  font-size: 14px;
  font-weight: normal;
  color: red !important;
  padding-top: 5px;
  max-width: 400px;
  margin-top: 6px;
}

.c-container-form {
  max-width: 440px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  margin-bottom: 10px;
}

.white-space-nowrap {
  white-space: nowrap;
}

.ui-widget .ui-widget {font-size: 0px !important;}
.ui-dialog .ui-dialog-content {overflow: visible !important;}
a.signed-in {
  margin-top: 12px;
  width: 300px;
  color: #fff;
}
a.signed-out {
  width: 300px;
  margin-left: 7px;
  color: #fff;
}

.login-issue-exception {
  width: 440px;
  padding: 10px 0 10px 10px;
  margin: 0 auto 0 auto;
}

.c-sleep__icn_0 {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
  border-radius: 50%;
}

.c-sleep__icn_0::after {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 20px;
  display: block;
  width: 120px;
  height: 130px;
  margin: auto;
  content: '';
  background: none, url(../img/SafeSleepCircle.svg) no-repeat;
  background-size: 100%;
}

.c-sleep__icn_1 {
  position: relative;
  width: 75px;
  height: 80px;
  margin: 0 12px 0 0;
}

.c-sleep__icn_1::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  display: block;
  width: 75px;
  height: 81px;
  margin: auto;
  content: '';
  background: none, url(../img/Confetti.svg) no-repeat;
  background-size: 100%;
}

.u-color-blue {
  background-color: #00AFD9 !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

p.is-required {
  color: #000;
  font-size: 1em;
  margin: 10px 0 10px 0;
  font-weight: normal;
}

/**********************************************
 * Flyout Menu
 **********************************************/
.flyout_space {
  line-height: 25px;
  width: 265px;
}

.content-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}

[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 1em;
}

@media (min-width: 768px) {
  .grid__col-sm-4 {
    width: 33.33333%;
  }
}

.grid__col--bleed {
  padding: 0;
}

.c-info {
  margin-top: 5px;
  margin-bottom: 8px;
}

@media ( min-width : 768px) {
  .c-info {
    margin-left: 18px;
  }
}

.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c-info__site-link {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1;
}

.c-language-legal-holder {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}

.c-language-legal-holder__item {
  text-align: center;
  align-self: center;
  -ms-flex-item-align: center;
  font-size: 1rem;
  height: auto;
  width: 500px;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.c-footer__copyright {
  font-size: 0.6875em;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

.c-footer__copyright,
.c-info__site-link {
  text-align: center;
}

@media (min-width: 768px) {
  .c-footer__copyright,
  .c-info__site-link {
    text-align: left;
  }
}

ul.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 5px 40px 30px 40px;
}
@media (min-width: 450px) {
  ul.footer-links {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  ul.footer-links {
    padding: 5px 40px 30px 40px;
  }
}

li.footer-links {
  float: left;
}

li.footer-links a {
  display: inline-block;
  padding: 2px 0 2px 4px;
  text-decoration: none;
}

@media (max-width: 450px) {
  .footer-mobile {
    width: 100%;
    padding: 0;
  }
  ul.footer-links {
    padding: 5px 43px;
  }
  li.footer-links a {
    padding: 67px 0 0 5px;
  }
  .social-links {
    top: -21vh
  }
}

.banner-icn-title-hldr {
  width: 85px;
  margin: 7px auto 0;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .banner-icn-title-hldr {
    width: 180px;
    margin-top: 12px;
  }
}
div.c-select-dropdown {
  width: 35%;
}
div select.c-select-dropdown {
  padding: 10px 8px;
}
@media (min-width: 400px) {
  div.c-select-dropdown {
    width: 40%;
  }
}
@media (min-width: 768px) {
  div.c-select-dropdown {
    width: 30%;
  }
  div select.c-select-dropdown {
    padding: 10px 15px;
  }
}

/**********************
* Flyout Menu
***********************/
.c-menu {
  position: fixed;
  z-index: 20101;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  overflow: auto;
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-1500px, 0px, 0px);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  background-color: #fff;
}

/**********************
* Site Map
***********************/
.siteMapContainer > li {
  margin-bottom: 1.5rem;
}

a.siteMap {
  text-decoration: underline;
}

a.siteMapSub {
  margin-left: 3rem;
}


/***********************
 * Registration Modals
 ***********************/
.c-faq-cardImg {
  width: 200px;
  height: 150px;
}

@media (min-width: 680px) {
  .c-faq-cardImg {
    width: 325px;
    height: 200px;
  }
}

@media (min-width: 768px) {
  .c-faq-cardImg {
    width: 445px;
    height: 265px;
  }
}

/**********************
* reCAPTCHA v3
***********************/
.grecaptcha-badge {
  z-index: 2;
}

/***** Loading symbol *******/
#loadingID {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 )
  url("../../inc/js/lib/jquery.bxslider/images/bx_loader.gif")
  50% 50%
  no-repeat;
}

.c-site-btn {
  width: 350px;
  padding: 10px;
}
@media (min-width: 768px) {
  .c-site-btn {
    width: 168px;
    padding: 0;
  }
}

.c-cursor-pointer {
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-slider-height {
    height: 225px;
  }

  .c-slider-height-shop {
    height: 280px;
  }

  .c-slider-link {
    height: 200px;
  }
}

.c-contentful-summary__icn {
  position: absolute;
  top: 17px;
  left: 30px;
  display: block;
  width: 80px;
  height: 105px; }
.c-contentful-summary {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%; }

.c-callout__icn--rewards-ribbon {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: 125px;
  height: 125px; }
@media (min-width: 480px) {
  .c-callout__icn--rewards-ribbon {
    width: 80px;
    height: 80px;
    left: 28px } }
@media (min-width: 768px) {
  .c-callout__icn--rewards-ribbon {
    width: 110px;
    height: 110px;
    left: 30px; } }
@media (min-width: 860px) {
  .c-callout__icn--rewards-ribbon {
    width: 110px;
    height: 110px;
    left: 35px; } }

p.centered-rich-text-button > a {
  display: block;
  text-align: center;
}

p.centered-rich-text-button:only-child > a {
  display: inline;
  text-align: initial;
}

/**********************
 * Springboard MCO's
 **********************/
.o-container-springboard {
  padding: 12px 24px
}

@media(min-width: 768px) {
  .o-container-springboard {
    padding: 0 0 24px 0;
    margin: 24px
  }
}

.t-doc-bgColor {
  background-color: #ec7e20
}
.t-pharm-bgColor {
  background-color: #89C238
}
.t-contact-bgColor {
  background-color: #009BC5
}

.c-doc__icn,
.c-contact__icn,
.c-pharmacy__icn {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 16px;
  border-radius: 50%;
  position: relative
}

@media(min-width: 768px) {
  .c-doc__icn,
  .c-contact__icn,
  .c-pharmacy__icn {
      margin-right:18px
  }
}

.c-doc__icn-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 44px;
    height: 48px;
    margin: auto;
}

.c-contact__icn-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 32px;
  margin: auto;
}

.c-pharmacy__icn-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 44px;
  margin: auto;
}


.c-springboard-hdln {
  font-size: 1rem;
  line-height: 1.2;
  max-width: 750px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-springboard-hdln {
    font-size: 1.375rem;
  }
}

@media(min-width: 768px) {
  .c-springboard-hdln {
    font-size:1.375rem
  }
}

.c-mco-fwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media(min-width: 768px) {
  .c-mco-fwrap {
    gap:24px;
    justify-content: start
  }
}

.o-container-springboard-mcos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 24px 24px 24px 0px
}

@media(min-width: 768px) {
  .o-container-springboard-mcos {
    width: auto;
    padding:10px;
    margin: 24px
  }
}

.c-mco-btn {
  width: 300px;
  height: 100px;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #999;
  border-radius: 8px;
}

@media(min-width: 768px) {
  .c-mco-btn {
    width: 400px;
    height: 100px
  }
}

.c-mco-btn:hover,
button.c-mco-btn:focus {
  border: 2px solid #009BC5;
  border-radius: 8px;
}

.c-mco-img {
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}

.o-container-springboard-mcos .c-mco-fwrap:nth-of-type(2) .c-mco-img,
.o-container-springboard-mcos .c-mco-fwrap:nth-of-type(3) .c-mco-img,
.o-container-springboard-mcos .c-mco-fwrap:nth-of-type(4) .c-mco-img {
  background-size: 90%;
  background-position: center center;
}

#js-WeeklyEntry .c-dialog-content {
  max-height: calc(100vh - 100px); /* Ensure content stays within viewport */
  overflow-y: auto; /* Enable scrolling for overflow content */
}
