#root.server-side {
  opacity: 0;
}

div {
  -ms-overflow-style: none;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
div.review-error-container{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;

  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #FFFFFF;
  border: 2px solid #DB3321;
  border-radius: 12px
}
div.review-error-container:focus-within{
  border: 2px solid #A50000;
}
body.overlay{
  overflow: hidden;
  position: fixed;
}

body.overlay div[data-class="bottomStickyElement"] {
  display: none;
  z-index: 0;
}

div[data-class='primary-button']:hover {
  background-color: #eb0000;
}

div[data-class='primary-button']:active {
  background-color: #A50000;
}

div[data-class="secondary-btn"]:hover {
  background-color: #767676;
  box-shadow: inset 0 -2px 0 0 #333333, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

div[data-class="secondary-btn"]:active {
  background-color: #CCCCCC !important;
  opacity: 1 !important;
}

div[data-class="secondary-btn"]:focus {
  background-color: #767676;
  box-shadow: inset 0 -2px 0 0 #333333, 0 0 2px 3px #00D2FF, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

div[data-class="header-links"] a:hover,
div[data-class="header-links"] a:active,
div[data-class="header-links"] a:hover *,
div[data-class="header-links"] a:active *,
div[data-class="header-link"]:hover,
div[data-class="header-link"]:active,
div[data-class="header-link"]:hover *,
div[data-class="header-link"]:active * {
  color: #eb0000;
}

*[data-class="cvs-link"]:hover *,
div[data-class="footer-links"] a:hover div,
div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Feedback"]:hover div {
  text-decoration: underline;
  color: #767676;
}

div[data-class="footer-links"] a:active div,
div[data-class="footer-links"] div[aria-label="Feedback"]:active div {
  text-decoration: underline;
  color: #eb0000;
}

*[data-class="cvs-link"]:active * {
  color: #a50000;
}

div[data-class="add-to-basket-btn"]:hover {
  background-color: #eb0000;
}

div[data-class="choose-options-add-to-basket-btn"] {
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: 'center';
  border-radius: 12px;
  line-height: 18px;
  border-bottom-width: -5px;
  box-shadow: inset 0 -2px 0 0 #A50000, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

div[data-class="add-to-basket-btn"] {
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: 'center';
}

div[data-class="shelf-add-to-basket-btn"] {
  height: 32px !important;
  line-height: 16px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: 'center';
  margin-bottom: 7px !important;
  border-bottom-color: '#a1050d';
  border-bottom-width: 2;
}

div[data-class="shelf-choose-options-btn"] {
  height: 32px;
  line-height: 16px;
  border-radius: 0px !important;
  justify-content: 'center';
  margin-bottom: 5px;
  border-bottom-color: '#a1050d';
  border-bottom-width: 2;
}

div[data-class="add-to-basket-btn"]:active {
  background-color: #a50000 !important;
  /* opacity: 1 !important; */
}

div[data-class="pdp-add-to-basket-btn"]:hover {
  background-color: #eb0000;
  box-shadow: inset 0 -2px 0 0 #CC0000, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

div[data-class="pdp-add-to-basket-btn"]:active {
  background-color: #a50000 !important;
  opacity: 1 !important;
}

div[data-class="pdp-add-to-basket-btn"]:focus {
  background-color: #eb0000;
  box-shadow: inset 0 -2px 0 0 #CC0000, 0 0 2px 3px #00D2FF, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

div[data-class="stepper-atc-btn"]:hover {
  background-color: #EB0000;
  box-shadow: inset 0 -2px 0 0 #CC0000, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

div[data-class="stepper-atc-btn"]:active {
  background-color: #A50000 !important;
  box-shadow: inset 0 -2px 0 0 #A50000, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

div[data-class="stepper-atc-btn"]:focus {
  background-color: #EB0000;
  box-shadow: inset 0 -2px 0 0 #CC0000, 0 0 2px 3px #00D2FF, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

div[data-class="stepper-btn"]:active {
  box-shadow: none !important;
}

div[data-class="stepper-btn"]:focus {
  box-shadow: 0 0 2px 2px #00D2FF;
}

div[data-class="stepper-basket-wrap"]:hover>div[data-class="stepper-basket-link"],
div[data-class="stepper-basket-wrap"]:visited>div[data-class="stepper-basket-link"] {
  color: #767676;
  box-shadow: none !important;
}

div[data-class="stepper-basket-wrap"]:active>div[data-class="stepper-basket-link"] {
  color: #A50000 !important;
  box-shadow: none !important;
}

div[data-class="stepper-basket-wrap"]:focus>div[data-class="stepper-basket-link"] {
  color: #333333;
  box-shadow: 0 0 2px 2px #00D2FF;
}

div[data-class="plp-choose-options-btn"]:hover {
  background-color: #eb0000;
  box-shadow: inset 0 -2px 0 0 #CC0000, 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

div[data-class="plp-choose-options-btn"]:active {
  background-color: #a50000 !important;
  opacity: 1 !important;
}

div[data-class="plp-choose-options-btn"]:focus {
  background-color: #eb0000;
  box-shadow: inset 0 -2px 0 0 #CC0000, 0 0 2px 3px #00D2FF, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

div[data-class="new-plp-choose-options-ATC-btns"]:hover {
  background-color: #FFFFFF;
  border-color: #EB0000;
}
div[data-class="new-plp-choose-options-ATC-btns"]:active {
  background-color: #FFFFFF;
  border-color: #A50000;
  opacity: 1 !important;
}

div[data-class="new-plp-choose-options-ATC-btns"]:hover {
  background-color: #FFFFFF;
  border-color: #EB0000;
}
div[data-class="new-plp-choose-options-ATC-btns"]:active {
  background-color: #FFFFFF;
  border-color: #A50000;
  opacity: 1 !important;
}

div[data-class="new-plp-choose-options-ATC-btns"]:hover {
  background-color: #FFFFFF;
  border-color: #EB0000;
}
div[data-class="new-plp-choose-options-ATC-btns"]:active {
  background-color: #FFFFFF;
  border-color: #A50000;
  opacity: 1 !important;
}

.focusVisibleStandAloneLink{
  color: #262626;
}

.focusVisibleStandAloneLink:focus-visible{
  outline: 0.25rem solid #000;
  color: #262626;
  outline-offset: .25rem;
}

.focusVisibleStandAloneLink:visited:not(:hover):not(:active){
  color: #767676 !important
}
.focusVisibleStandAloneLink:active{
  color: #FFFFFF !important;
  background-color: #A50000;
  text-decoration: underline !important;
}

.focusVisibleStandAloneLink:hover{
  color: #eb0000 !important;
  text-decoration: underline !important;
}


div[data-class='highlight-link']:hover {
  color: #cc0000;
}

div[data-class='highlight-link']:active {
  color: #aa0000;
}

div[data-class="zoom-btn"]:hover {
  background-color: #fff;
}

div[data-class="drop-down-btn"],
div[data-class="drop-down-btn"]:active {
  background-color: #fff;
}

div[data-class="drop-down-option"]:hover div {
  background-color: #000;
  color: #fff;
}

a[data-class="coupon-policy"] div:hover {
  color: #767676;
}

a[data-class='coupon-policy'] div:active {
  color: #a50000;
}

a[data-class='coupon-policy'] div:visited {
  color: #767676;
}

.coupon-sr-only {
  position: absolute;
  padding: 0px;
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.add-dash:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid black;
  width: 6px;
  height: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

[data-class="plp-tile-brand-link"] {
  width: fit-content !important;
}

[data-class="plp-tile-brand-link"] div:hover {
  color: #000 !important;
  text-decoration: none !important;
}

[data-class="plp-tile-brand-link"] div:active {
  color: #CC0000 !important;
}

a#availabilityBtn {
  text-decoration: none;
}

a[data-class="seo-content-links"] span:hover,
a[data-class="seo-content-links"] div:hover {
  color: #767676;
}

a[data-class="seo-content-links"] span:active,
a[data-class="seo-content-links"] div:active {
  color: #aa0000;
}

a#availabilityBtn:hover,
a#availabilityBtn div:hover,
a#availabilityBtn:active,
a#availabilityBtn div:active {
  color: #eb0000 !important;
}

select.removeDefaultArrow::-ms-expand {
  display: none;
}

#qtySelector {
  border-radius: 10px !important;
}

a[data-class="see-all-brand-link"]:hover div,
a[data-class="see-all-brand-link"]:active div {
  color: #eb0000;
}

a[data-class="write-review-btn"]:hover div {
  background-color: #eb0000;
  border-radius: 12px;
}

a[data-class="write-review-btn"]:active div {
  background-color: #a50000;
  border-radius: 12px;
}

a[data-class="see-reviews-btn"]:hover div {
  border-color: #eb0000;
  color: #eb0000;
}

a[data-class="see-reviews-btn"]:active div {
  border-color: #a50000;
  color: #a50000;
}

a[data-class="see-reviews-link"] {
  color: #767676;
}

a[data-class="YMAL-tile"]:hover a[data-class="see-reviews-link"] {
  text-decoration: underline;
  color: #000;
}

a[data-class="see-reviews-link"]:hover {
  text-decoration: none !important;
}

a[data-class="see-reviews-link"]:active {
  color: #CC0000 !important;
}

a[data-class="see-reviews-link-mobile"] {
  color: #000;
  text-decoration: underline;
}

a[data-class="see-reviews-link-mobile"]:active {
  color: #CC0000;
  text-decoration: none;
}

div[data-class="YMAL-tile-container"] {
  border: 1px solid #FFF;
  border-radius: 5px;
}

div[data-class="YMAL-tile-container"]:hover {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.seo-ingredients-bottom-content {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 32px;
}

@media (max-width: 766px) {
  .seo-ingredients-bottom-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

div[data-class="YMAL-brand-link"]:hover,
a[data-class="see-reviews-link-YMAL"]:hover {
  text-decoration: underline;
  text-decoration-color: #767676;
}

div[data-class="bottomStickyElement"] {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

div[data-class="pdp-sticky"] {
  position: fixed;
  top: 0;
  background-color: #FFFF;
}

div[data-class="searchBar"]:hover {
  border: 2px solid #767676;
}

div[data-class="searchBar"] input:focus {
  outline: none;
}

div[data-class="cmx-ad-standard"] {
  margin-top: 24px;
  margin-bottom: 24px;
}

p[data-class="cmx-ad-sponsored"] {
  margin-top: 4px !important;
}

@media (max-width: 523px) {
  div[data-class="cmx-ad-interrupter"] {
    padding: 24px 12px 7px;
    border-bottom: 1px solid #eee;
  }
}

@media (min-width: 524px) {
  div[data-class="cmx-ad-interrupter"] {
    margin-top: 13px;
    margin-bottom: -4px;
  }
}

.editorialVideoWrapper iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.pswp__bg {
  background: #fff;
}

.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__button {
  opacity: 1;
}

.pswp__button {
  transition: none;
}

.pswp__button--close {
  background: url('../static-images/ic-close.png') 0 0 no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.pswp__button--zoom {
  display: none !important;
}

.hide-seo-html-content {
  display: none !important;
}

.pswp__top-bar,
.pswp__caption {
  background-color: #ffffffbf;
}

.pswp__counter {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  letter-spacing: -0.44px;
}

.pswp__button--arrow--left:before {
  background: url('../static-images/ic-carousel-arrow-left.png') 0 0 no-repeat;
}

.pswp__button--arrow--right:before {
  background: url('../static-images/ic-carousel-arrow-right.png') 0 0 no-repeat;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-position: center;
  background-color: #ffffffa6;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  background-size: 28.8px 53.7px;
}

.pswp--has_mouse .pswp__button--arrow--left:hover::before,
.pswp--has_mouse .pswp__button--arrow--right:hover::before {
  background-color: #fff;
}

.pswp__button:active {
  opacity: .5;
  transition: 0ms;
}

.pswp__button--arrow--right:before {
  right: 0px;
}

.pswp__button--arrow--left:before {
  left: 0px;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(-o-min-device-pixel-ratio: 35/32),
(min-resolution: 105dpi),
(-o-min-device-pixel-ratio: 11/10),
(min-resolution: 1.1dppx) {
  .pswp__button--close {
    background-image: url('../static-images/ic-close.png') !important;
  }

  .pswp--svg .pswp__button--arrow--left:before {
    background-image: url('../static-images/ic-carousel-arrow-left.png');
  }

  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('../static-images/ic-carousel-arrow-right.png');
  }

  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    height: 40px;
    width: 40px;
    background-size: 20px 37px;
  }
}


/* This style is set in react-native-web and can not be overridden */
#root>div,
#root>div>div,
#root>div>div>div {
  flex-basis: auto;
}

.swatch-scroll.showing-less {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.swatch-scroll.showing-less::-webkit-scrollbar {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a#write-review-link-pdp:hover > #write-review-link-pdp-text  {
  text-decoration-thickness: 2px;
}

#shop-upload-btn {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

#shop-upload-btn-label {
  background-color: #fff;
  border: 1px solid #262626;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: 125px;
  margin: 8px 24px 0px 0px;
  border-radius: 10px;
}

#shop-upload-text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  font-family: Helvetica Bold, Arial, sans-serif;
  margin-bottom: 0px;
}

/* mobile style for packages/shop-web/src/components/UploadPhotos.web.tsx*/
@media (max-width: 760px) {
  #shop-upload-btn-label {
    background-color: #fff;
    border: 1px solid #262626;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 65px;
    margin: 8px 24px 0px 0px;
    border-radius: 10px;
  }
  #shop-upload-text {
    font-size: 16px;
    width: 500;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    font-family: Helvetica Bold, Arial, sans-serif;
  }
}


#cvs-star-rating-button {
  background-color: Transparent;
  border: white;
  padding: 0px 8px 0px 0px;
}

.animate-all {
  transition: all 0.2s ease;
}

.hover-right:hover {
  right: -26px;
  border-color: #000;
  box-shadow: -2px 1px 0 0 rgba(0, 0, 0, 0.12);
}

.hover-right:hover>* {
  color: #000;
  text-decoration: underline;
}

.template-wrapper {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.template-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  background: transparent;
}

.template-wrapper .visual-nav {
  margin: 0;
  margin-top: 24px !important;
}

.template-wrapper .visual-nav div {
  background-size: 100% !important;
}

.template-wrapper .visual-nav div a {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.template-wrapper .visual-nav {
  margin-top: 24px;
  margin-bottom: 32px;
}

div[data-class="viz-nav-category-text"] {
  margin-top: 20px;
}

.template-wrapper .visual-nav div a:hover {
  text-decoration: underline;
  color: #000;
}

.template-wrapper a {
  color: #585858;
}

.template-wrapper a:visited {
  color: #767676;
}

.template-wrapper a,
.template-wrapper a:focus,
.template-wrapper a:hover {
  text-decoration: none;
}

.template-wrapper .shop-c-seoCopy {
  width: 100%;
  background: #fff
}

.template-wrapper .shop-c-seoCopy__inner {
  display: flex;
  flex-direction: column
}

.template-wrapper .shop-c-seoCopy__heading {
  margin: 32px 0 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.5
}

.template-wrapper .shop-c-seoCopy__heading:first-child {
  margin-top: 0
}

.template-wrapper .shop-c-seoCopy__row {
  margin-top: 24px
}

@media (min-width: 768px) {
  .template-wrapper .shop-c-seoCopy__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start
  }
}

.template-wrapper .shop-c-seoCopy__imageContainer {
  float: left;
  margin: 0 16px 8px 0
}

@media (min-width: 768px) {
  .template-wrapper .shop-c-seoCopy__imageContainer {
    float: none
  }
}

.template-wrapper .shop-c-seoCopy__image {
  max-width: 100px
}

.template-wrapper .shop-c-seoCopy__text {
  font-size: 16px;
  line-height: 1.5;
  color: #333
}

.template-wrapper .shop-c-seoCopy__text p {
  margin: 24px 0 0
}

.template-wrapper .shop-c-seoCopy__text p:first-child {
  margin-top: 0
}

.template-wrapper .seo-content {
  max-width: 1280px;
  margin: 48px auto 0;
  padding-left: 16px;
  padding-right: 16px;
}

.template-wrapper .seo-content h2 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.5px;
  color: #000;
}

.template-wrapper .seo-content h2:first-child {
  margin: 0
}

.template-wrapper .seo-content h2 {
  color: #000;
}

.template-wrapper .shop-c-seoCopy h3 {
  font-size: 22px;
  color: #000;
}

.template-wrapper .seo-content li,
.template-wrapper .seo-content p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.template-wrapper .seo-content p:empty {
  display: none;
}

.template-wrapper .seo-content a,
.template-wrapper .shop-c-seoCopy a {
  color: #333;
  font-style: normal;
  font-weight: inherit;
  text-decoration: underline;
}

.template-wrapper .seo-content a:active,
.template-wrapper .seo-content a:focus,
.template-wrapper .seo-content a:hover,
.template-wrapper .seo-content a:visited,
.template-wrapper .shop-c-seoCopy a:active,
.template-wrapper .shop-c-seoCopy a:focus,
.template-wrapper .shop-c-seoCopy a:hover,
.template-wrapper .shop-c-seoCopy a:visited {
  text-decoration: underline;
}

.template-wrapper .seo-content a:visited,
.template-wrapper .shop-c-seoCopy a:visited {
  color: #767676;
}

.template-wrapper .seo-content a:focus,
.template-wrapper .shop-c-seoCopy a:focus {
  color: #333;
  outline: 1px dotted #000;
  outline-offset: 2px;
}

.template-wrapper .seo-content a:hover,
.template-wrapper .shop-c-seoCopy a:hover {
  color: #767676;
}

.template-wrapper .seo-content a:active,
.template-wrapper .shop-c-seoCopy a:active {
  color: #a50000;
}

.template-wrapper .seo-content sup a {
  color: #cc0000;
  text-decoration: underline !important;
}

.template-wrapper #promo-vendor-grid {
  margin-bottom: 24px
}

.template-wrapper #promo-vendor-grid.container {
  padding-left: 12px;
  padding-right: 12px
}

.template-wrapper #promo-vendor-grid nav {
  display: flex;
  flex-wrap: wrap
}

.template-wrapper #promo-vendor-grid h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  padding: 48px 0 32px
}

.template-wrapper #promo-vendor-grid .vendor-item {
  position: relative;
  flex: 0 0 33.333333%;
  justify-content: center;
  padding: 0 8px;
  margin: 0 0 16px
}

@media (min-width: 640px) {
  .template-wrapper #promo-vendor-grid .vendor-item {
    flex: 0 0 25%
  }
}

@media (min-width: 768px) {
  .template-wrapper #promo-vendor-grid .vendor-item {
    flex: 0 0 16.666667%
  }
}

@media (min-width: 1024px) {
  .template-wrapper #promo-vendor-grid .vendor-item {
    flex: 0 0 12.5%
  }
}

.template-wrapper #promo-vendor-grid .vendor-link {
  display: block
}

.template-wrapper #promo-vendor-grid .vendor-link>img {
  max-width: 100%;
  margin: auto;
  padding: 0
}

.template-wrapper #promo-maxwidth {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto
}

.template-wrapper #promo-category-grid {
  margin-bottom: 24px;
}

.template-wrapper #promo-category-grid.container {
  padding-left: 12px;
  padding-right: 12px;
}

.template-wrapper #promo-category-grid nav {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-left: -12px;
  margin-right: -12px;
}

.template-wrapper #promo-category-grid h3 {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  padding: 48px 0 32px;
}

.template-wrapper #promo-category-grid .category-box {
  margin: 0 0 32px;
  padding: 8px;
  background-color: #fff;
  color: #000;
}

.template-wrapper #promo-category-grid .category-box:hover {
  color: #000;
  text-decoration: underline;
}

.template-wrapper #promo-category-grid .category-box:active {
  color: #a50000;
  text-decoration: underline;
}

.template-wrapper #promo-category-grid .category-box-title p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.template-wrapper #promo-category-grid .column-grid-ux {
  padding: 12px 0 0;
}

.template-wrapper #promo-category-grid .category-box-image {
  position: relative;
  text-align: center;
  background-color: #fff;
}

.template-wrapper #promo-category-grid .category-box-image img {
  max-width: 100%;
  margin: auto;
  padding: 0;
}

.template-wrapper .container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 524px) {
  .template-wrapper .container {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visual-nav {
    margin-left: 6px;
  }
}

@media (min-width: 640px) {
  .template-wrapper .container {
    width: 628px;
  }
}

@media (min-width: 768px) {
  .template-wrapper .container {
    width: 756px;
  }
}

@media (min-width: 1024px) {
  .template-wrapper .container {
    width: 1008px;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .container {
    width: 1260px;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .container {
    width: 1512px;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .container {
    width: 1764px;
  }
}

.template-wrapper .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.template-wrapper .row {
  margin-right: -10px;
  margin-left: -10px;
}

.template-wrapper .col-lg-1,
.template-wrapper .col-lg-2,
.template-wrapper .col-lg-3,
.template-wrapper .col-lg-4,
.template-wrapper .col-lg-5,
.template-wrapper .col-lg-6,
.template-wrapper .col-lg-7,
.template-wrapper .col-lg-8,
.template-wrapper .col-lg-9,
.template-wrapper .col-lg-10,
.template-wrapper .col-lg-11,
.template-wrapper .col-lg-12,
.template-wrapper .col-lg-13,
.template-wrapper .col-lg-14,
.template-wrapper .col-lg-15,
.template-wrapper .col-lg-16,
.template-wrapper .col-lg-17,
.template-wrapper .col-lg-18,
.template-wrapper .col-lg-19,
.template-wrapper .col-lg-20,
.template-wrapper .col-lg-21,
.template-wrapper .col-lg-22,
.template-wrapper .col-lg-23,
.template-wrapper .col-lg-24,
.template-wrapper .col-md-1,
.template-wrapper .col-md-2,
.template-wrapper .col-md-3,
.template-wrapper .col-md-4,
.template-wrapper .col-md-5,
.template-wrapper .col-md-6,
.template-wrapper .col-md-7,
.template-wrapper .col-md-8,
.template-wrapper .col-md-9,
.template-wrapper .col-md-10,
.template-wrapper .col-md-11,
.template-wrapper .col-md-12,
.template-wrapper .col-md-13,
.template-wrapper .col-md-14,
.template-wrapper .col-md-15,
.template-wrapper .col-md-16,
.template-wrapper .col-md-17,
.template-wrapper .col-md-18,
.template-wrapper .col-md-19,
.template-wrapper .col-md-20,
.template-wrapper .col-md-21,
.template-wrapper .col-md-22,
.template-wrapper .col-md-23,
.template-wrapper .col-md-24,
.template-wrapper .col-mi-1,
.template-wrapper .col-mi-2,
.template-wrapper .col-mi-3,
.template-wrapper .col-mi-4,
.template-wrapper .col-mi-5,
.template-wrapper .col-mi-6,
.template-wrapper .col-mi-7,
.template-wrapper .col-mi-8,
.template-wrapper .col-mi-9,
.template-wrapper .col-mi-10,
.template-wrapper .col-mi-11,
.template-wrapper .col-mi-12,
.template-wrapper .col-mi-13,
.template-wrapper .col-mi-14,
.template-wrapper .col-mi-15,
.template-wrapper .col-mi-16,
.template-wrapper .col-mi-17,
.template-wrapper .col-mi-18,
.template-wrapper .col-mi-19,
.template-wrapper .col-mi-20,
.template-wrapper .col-mi-21,
.template-wrapper .col-mi-22,
.template-wrapper .col-mi-23,
.template-wrapper .col-mi-24,
.template-wrapper .col-sm-1,
.template-wrapper .col-sm-2,
.template-wrapper .col-sm-3,
.template-wrapper .col-sm-4,
.template-wrapper .col-sm-5,
.template-wrapper .col-sm-6,
.template-wrapper .col-sm-7,
.template-wrapper .col-sm-8,
.template-wrapper .col-sm-9,
.template-wrapper .col-sm-10,
.template-wrapper .col-sm-11,
.template-wrapper .col-sm-12,
.template-wrapper .col-sm-13,
.template-wrapper .col-sm-14,
.template-wrapper .col-sm-15,
.template-wrapper .col-sm-16,
.template-wrapper .col-sm-17,
.template-wrapper .col-sm-18,
.template-wrapper .col-sm-19,
.template-wrapper .col-sm-20,
.template-wrapper .col-sm-21,
.template-wrapper .col-sm-22,
.template-wrapper .col-sm-23,
.template-wrapper .col-sm-24,
.template-wrapper .col-xl-1,
.template-wrapper .col-xl-2,
.template-wrapper .col-xl-3,
.template-wrapper .col-xl-4,
.template-wrapper .col-xl-5,
.template-wrapper .col-xl-6,
.template-wrapper .col-xl-7,
.template-wrapper .col-xl-8,
.template-wrapper .col-xl-9,
.template-wrapper .col-xl-10,
.template-wrapper .col-xl-11,
.template-wrapper .col-xl-12,
.template-wrapper .col-xl-13,
.template-wrapper .col-xl-14,
.template-wrapper .col-xl-15,
.template-wrapper .col-xl-16,
.template-wrapper .col-xl-17,
.template-wrapper .col-xl-18,
.template-wrapper .col-xl-19,
.template-wrapper .col-xl-20,
.template-wrapper .col-xl-21,
.template-wrapper .col-xl-22,
.template-wrapper .col-xl-23,
.template-wrapper .col-xl-24,
.template-wrapper .col-xs-1,
.template-wrapper .col-xs-2,
.template-wrapper .col-xs-3,
.template-wrapper .col-xs-4,
.template-wrapper .col-xs-5,
.template-wrapper .col-xs-6,
.template-wrapper .col-xs-7,
.template-wrapper .col-xs-8,
.template-wrapper .col-xs-9,
.template-wrapper .col-xs-10,
.template-wrapper .col-xs-11,
.template-wrapper .col-xs-12,
.template-wrapper .col-xs-13,
.template-wrapper .col-xs-14,
.template-wrapper .col-xs-15,
.template-wrapper .col-xs-16,
.template-wrapper .col-xs-17,
.template-wrapper .col-xs-18,
.template-wrapper .col-xs-19,
.template-wrapper .col-xs-20,
.template-wrapper .col-xs-21,
.template-wrapper .col-xs-22,
.template-wrapper .col-xs-23,
.template-wrapper .col-xs-24,
.template-wrapper .col-xxl-1,
.template-wrapper .col-xxl-2,
.template-wrapper .col-xxl-3,
.template-wrapper .col-xxl-4,
.template-wrapper .col-xxl-5,
.template-wrapper .col-xxl-6,
.template-wrapper .col-xxl-7,
.template-wrapper .col-xxl-8,
.template-wrapper .col-xxl-9,
.template-wrapper .col-xxl-10,
.template-wrapper .col-xxl-11,
.template-wrapper .col-xxl-12,
.template-wrapper .col-xxl-13,
.template-wrapper .col-xxl-14,
.template-wrapper .col-xxl-15,
.template-wrapper .col-xxl-16,
.template-wrapper .col-xxl-17,
.template-wrapper .col-xxl-18,
.template-wrapper .col-xxl-19,
.template-wrapper .col-xxl-20,
.template-wrapper .col-xxl-21,
.template-wrapper .col-xxl-22,
.template-wrapper .col-xxl-23,
.template-wrapper .col-xxl-24,
.template-wrapper .col-xxs-1,
.template-wrapper .col-xxs-2,
.template-wrapper .col-xxs-3,
.template-wrapper .col-xxs-4,
.template-wrapper .col-xxs-5,
.template-wrapper .col-xxs-6,
.template-wrapper .col-xxs-7,
.template-wrapper .col-xxs-8,
.template-wrapper .col-xxs-9,
.template-wrapper .col-xxs-10,
.template-wrapper .col-xxs-11,
.template-wrapper .col-xxs-12,
.template-wrapper .col-xxs-13,
.template-wrapper .col-xxs-14,
.template-wrapper .col-xxs-15,
.template-wrapper .col-xxs-16,
.template-wrapper .col-xxs-17,
.template-wrapper .col-xxs-18,
.template-wrapper .col-xxs-19,
.template-wrapper .col-xxs-20,
.template-wrapper .col-xxs-21,
.template-wrapper .col-xxs-22,
.template-wrapper .col-xxs-23,
.template-wrapper .col-xxs-24 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.template-wrapper .col-xxs-1,
.template-wrapper .col-xxs-2,
.template-wrapper .col-xxs-3,
.template-wrapper .col-xxs-4,
.template-wrapper .col-xxs-5,
.template-wrapper .col-xxs-6,
.template-wrapper .col-xxs-7,
.template-wrapper .col-xxs-8,
.template-wrapper .col-xxs-9,
.template-wrapper .col-xxs-10,
.template-wrapper .col-xxs-11,
.template-wrapper .col-xxs-12,
.template-wrapper .col-xxs-13,
.template-wrapper .col-xxs-14,
.template-wrapper .col-xxs-15,
.template-wrapper .col-xxs-16,
.template-wrapper .col-xxs-17,
.template-wrapper .col-xxs-18,
.template-wrapper .col-xxs-19,
.template-wrapper .col-xxs-20,
.template-wrapper .col-xxs-21,
.template-wrapper .col-xxs-22,
.template-wrapper .col-xxs-23,
.template-wrapper .col-xxs-24 {
  float: left;
}

.template-wrapper .col-xxs-24 {
  width: 100%;
}

.template-wrapper .col-xxs-23 {
  width: 95.83333333%;
}

.template-wrapper .col-xxs-22 {
  width: 91.66666667%;
}

.template-wrapper .col-xxs-21 {
  width: 87.5%;
}

.template-wrapper .col-xxs-20 {
  width: 83.33333333%;
}

.template-wrapper .col-xxs-19 {
  width: 79.16666667%;
}

.template-wrapper .col-xxs-18 {
  width: 75%;
}

.template-wrapper .col-xxs-17 {
  width: 70.83333333%;
}

.template-wrapper .col-xxs-16 {
  width: 66.66666667%;
}

.template-wrapper .col-xxs-15 {
  width: 62.5%;
}

.template-wrapper .col-xxs-14 {
  width: 58.33333333%;
}

.template-wrapper .col-xxs-13 {
  width: 54.16666667%;
}

.template-wrapper .col-xxs-12 {
  width: 50%;
}

.template-wrapper .col-xxs-11 {
  width: 45.83333333%;
}

.template-wrapper .col-xxs-10 {
  width: 41.66666667%;
}

.template-wrapper .col-xxs-9 {
  width: 37.5%;
}

.template-wrapper .col-xxs-8 {
  width: 33.33333333%;
}

.template-wrapper .col-xxs-7 {
  width: 29.16666667%;
}

.template-wrapper .col-xxs-6 {
  width: 25%;
}

.template-wrapper .col-xxs-5 {
  width: 20.83333333%;
}

.template-wrapper .col-xxs-4 {
  width: 16.66666667%;
}

.template-wrapper .col-xxs-3 {
  width: 12.5%;
}

.template-wrapper .col-xxs-2 {
  width: 8.33333333%;
}

.template-wrapper .col-xxs-1 {
  width: 4.16666667%;
}

.template-wrapper .col-xxs-pull-24 {
  right: 100%;
}

.template-wrapper .col-xxs-pull-23 {
  right: 95.83333333%;
}

.template-wrapper .col-xxs-pull-22 {
  right: 91.66666667%;
}

.template-wrapper .col-xxs-pull-21 {
  right: 87.5%;
}

.template-wrapper .col-xxs-pull-20 {
  right: 83.33333333%;
}

.template-wrapper .col-xxs-pull-19 {
  right: 79.16666667%;
}

.template-wrapper .col-xxs-pull-18 {
  right: 75%;
}

.template-wrapper .col-xxs-pull-17 {
  right: 70.83333333%;
}

.template-wrapper .col-xxs-pull-16 {
  right: 66.66666667%;
}

.template-wrapper .col-xxs-pull-15 {
  right: 62.5%;
}

.template-wrapper .col-xxs-pull-14 {
  right: 58.33333333%;
}

.template-wrapper .col-xxs-pull-13 {
  right: 54.16666667%;
}

.template-wrapper .col-xxs-pull-12 {
  right: 50%;
}

.template-wrapper .col-xxs-pull-11 {
  right: 45.83333333%;
}

.template-wrapper .col-xxs-pull-10 {
  right: 41.66666667%;
}

.template-wrapper .col-xxs-pull-9 {
  right: 37.5%;
}

.template-wrapper .col-xxs-pull-8 {
  right: 33.33333333%;
}

.template-wrapper .col-xxs-pull-7 {
  right: 29.16666667%;
}

.template-wrapper .col-xxs-pull-6 {
  right: 25%;
}

.template-wrapper .col-xxs-pull-5 {
  right: 20.83333333%;
}

.template-wrapper .col-xxs-pull-4 {
  right: 16.66666667%;
}

.template-wrapper .col-xxs-pull-3 {
  right: 12.5%;
}

.template-wrapper .col-xxs-pull-2 {
  right: 8.33333333%;
}

.template-wrapper .col-xxs-pull-1 {
  right: 4.16666667%;
}

.template-wrapper .col-xxs-pull-0 {
  right: auto;
}

.template-wrapper .col-xxs-push-24 {
  left: 100%;
}

.template-wrapper .col-xxs-push-23 {
  left: 95.83333333%;
}

.template-wrapper .col-xxs-push-22 {
  left: 91.66666667%;
}

.template-wrapper .col-xxs-push-21 {
  left: 87.5%;
}

.template-wrapper .col-xxs-push-20 {
  left: 83.33333333%;
}

.template-wrapper .col-xxs-push-19 {
  left: 79.16666667%;
}

.template-wrapper .col-xxs-push-18 {
  left: 75%;
}

.template-wrapper .col-xxs-push-17 {
  left: 70.83333333%;
}

.template-wrapper .col-xxs-push-16 {
  left: 66.66666667%;
}

.template-wrapper .col-xxs-push-15 {
  left: 62.5%;
}

.template-wrapper .col-xxs-push-14 {
  left: 58.33333333%;
}

.template-wrapper .col-xxs-push-13 {
  left: 54.16666667%;
}

.template-wrapper .col-xxs-push-12 {
  left: 50%;
}

.template-wrapper .col-xxs-push-11 {
  left: 45.83333333%;
}

.template-wrapper .col-xxs-push-10 {
  left: 41.66666667%;
}

.template-wrapper .col-xxs-push-9 {
  left: 37.5%;
}

.template-wrapper .col-xxs-push-8 {
  left: 33.33333333%;
}

.template-wrapper .col-xxs-push-7 {
  left: 29.16666667%;
}

.template-wrapper .col-xxs-push-6 {
  left: 25%;
}

.template-wrapper .col-xxs-push-5 {
  left: 20.83333333%;
}

.template-wrapper .col-xxs-push-4 {
  left: 16.66666667%;
}

.template-wrapper .col-xxs-push-3 {
  left: 12.5%;
}

.template-wrapper .col-xxs-push-2 {
  left: 8.33333333%;
}

.template-wrapper .col-xxs-push-1 {
  left: 4.16666667%;
}

.template-wrapper .col-xxs-push-0 {
  left: auto;
}

.template-wrapper .col-xxs-offset-24 {
  margin-left: 100%;
}

.template-wrapper .col-xxs-offset-23 {
  margin-left: 95.83333333%;
}

.template-wrapper .col-xxs-offset-22 {
  margin-left: 91.66666667%;
}

.template-wrapper .col-xxs-offset-21 {
  margin-left: 87.5%;
}

.template-wrapper .col-xxs-offset-20 {
  margin-left: 83.33333333%;
}

.template-wrapper .col-xxs-offset-19 {
  margin-left: 79.16666667%;
}

.template-wrapper .col-xxs-offset-18 {
  margin-left: 75%;
}

.template-wrapper .col-xxs-offset-17 {
  margin-left: 70.83333333%;
}

.template-wrapper .col-xxs-offset-16 {
  margin-left: 66.66666667%;
}

.template-wrapper .col-xxs-offset-15 {
  margin-left: 62.5%;
}

.template-wrapper .col-xxs-offset-14 {
  margin-left: 58.33333333%;
}

.template-wrapper .col-xxs-offset-13 {
  margin-left: 54.16666667%;
}

.template-wrapper .col-xxs-offset-12 {
  margin-left: 50%;
}

.template-wrapper .col-xxs-offset-11 {
  margin-left: 45.83333333%;
}

.template-wrapper .col-xxs-offset-10 {
  margin-left: 41.66666667%;
}

.template-wrapper .col-xxs-offset-9 {
  margin-left: 37.5%;
}

.template-wrapper .col-xxs-offset-8 {
  margin-left: 33.33333333%;
}

.template-wrapper .col-xxs-offset-7 {
  margin-left: 29.16666667%;
}

.template-wrapper .col-xxs-offset-6 {
  margin-left: 25%;
}

.template-wrapper .col-xxs-offset-5 {
  margin-left: 20.83333333%;
}

.template-wrapper .col-xxs-offset-4 {
  margin-left: 16.66666667%;
}

.template-wrapper .col-xxs-offset-3 {
  margin-left: 12.5%;
}

.template-wrapper .col-xxs-offset-2 {
  margin-left: 8.33333333%;
}

.template-wrapper .col-xxs-offset-1 {
  margin-left: 4.16666667%;
}

.template-wrapper .col-xxs-offset-0 {
  margin-left: 0;
}

@media (min-width: 524px) {

  .template-wrapper .col-xs-1,
  .template-wrapper .col-xs-2,
  .template-wrapper .col-xs-3,
  .template-wrapper .col-xs-4,
  .template-wrapper .col-xs-5,
  .template-wrapper .col-xs-6,
  .template-wrapper .col-xs-7,
  .template-wrapper .col-xs-8,
  .template-wrapper .col-xs-9,
  .template-wrapper .col-xs-10,
  .template-wrapper .col-xs-11,
  .template-wrapper .col-xs-12,
  .template-wrapper .col-xs-13,
  .template-wrapper .col-xs-14,
  .template-wrapper .col-xs-15,
  .template-wrapper .col-xs-16,
  .template-wrapper .col-xs-17,
  .template-wrapper .col-xs-18,
  .template-wrapper .col-xs-19,
  .template-wrapper .col-xs-20,
  .template-wrapper .col-xs-21,
  .template-wrapper .col-xs-22,
  .template-wrapper .col-xs-23,
  .template-wrapper .col-xs-24 {
    float: left;
  }

  .template-wrapper .col-xs-24 {
    width: 100%;
  }

  .template-wrapper .col-xs-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-xs-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-xs-21 {
    width: 87.5%;
  }

  .template-wrapper .col-xs-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-xs-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-xs-18 {
    width: 75%;
  }

  .template-wrapper .col-xs-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-xs-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-xs-15 {
    width: 62.5%;
  }

  .template-wrapper .col-xs-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-xs-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-xs-12 {
    width: 50%;
  }

  .template-wrapper .col-xs-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-xs-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-xs-9 {
    width: 37.5%;
  }

  .template-wrapper .col-xs-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-xs-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-xs-6 {
    width: 25%;
  }

  .template-wrapper .col-xs-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-xs-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-xs-3 {
    width: 12.5%;
  }

  .template-wrapper .col-xs-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-xs-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-xs-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-xs-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-xs-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-xs-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-xs-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-xs-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-xs-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-xs-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-xs-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-xs-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-xs-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-xs-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-xs-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-xs-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-xs-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-xs-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-xs-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-xs-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-xs-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-xs-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-xs-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-xs-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-xs-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-xs-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-xs-pull-0 {
    right: auto;
  }

  .template-wrapper .col-xs-push-24 {
    left: 100%;
  }

  .template-wrapper .col-xs-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-xs-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-xs-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-xs-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-xs-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-xs-push-18 {
    left: 75%;
  }

  .template-wrapper .col-xs-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-xs-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-xs-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-xs-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-xs-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-xs-push-12 {
    left: 50%;
  }

  .template-wrapper .col-xs-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-xs-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-xs-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-xs-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-xs-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-xs-push-6 {
    left: 25%;
  }

  .template-wrapper .col-xs-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-xs-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-xs-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-xs-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-xs-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-xs-push-0 {
    left: auto;
  }

  .template-wrapper .col-xs-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-xs-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-xs-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-xs-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-xs-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-xs-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-xs-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-xs-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-xs-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-xs-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-xs-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-xs-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-xs-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-xs-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-xs-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-xs-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-xs-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-xs-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-xs-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-xs-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-xs-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 640px) {

  .template-wrapper .col-sm-1,
  .template-wrapper .col-sm-2,
  .template-wrapper .col-sm-3,
  .template-wrapper .col-sm-4,
  .template-wrapper .col-sm-5,
  .template-wrapper .col-sm-6,
  .template-wrapper .col-sm-7,
  .template-wrapper .col-sm-8,
  .template-wrapper .col-sm-9,
  .template-wrapper .col-sm-10,
  .template-wrapper .col-sm-11,
  .template-wrapper .col-sm-12,
  .template-wrapper .col-sm-13,
  .template-wrapper .col-sm-14,
  .template-wrapper .col-sm-15,
  .template-wrapper .col-sm-16,
  .template-wrapper .col-sm-17,
  .template-wrapper .col-sm-18,
  .template-wrapper .col-sm-19,
  .template-wrapper .col-sm-20,
  .template-wrapper .col-sm-21,
  .template-wrapper .col-sm-22,
  .template-wrapper .col-sm-23,
  .template-wrapper .col-sm-24 {
    float: left;
  }

  .template-wrapper .col-sm-24 {
    width: 100%;
  }

  .template-wrapper .col-sm-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-sm-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-sm-21 {
    width: 87.5%;
  }

  .template-wrapper .col-sm-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-sm-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-sm-18 {
    width: 75%;
  }

  .template-wrapper .col-sm-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-sm-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-sm-15 {
    width: 62.5%;
  }

  .template-wrapper .col-sm-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-sm-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-sm-12 {
    width: 50%;
  }

  .template-wrapper .col-sm-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-sm-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-sm-9 {
    width: 37.5%;
  }

  .template-wrapper .col-sm-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-sm-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-sm-6 {
    width: 25%;
  }

  .template-wrapper .col-sm-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-sm-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-sm-3 {
    width: 12.5%;
  }

  .template-wrapper .col-sm-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-sm-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-sm-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-sm-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-sm-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-sm-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-sm-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-sm-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-sm-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-sm-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-sm-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-sm-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-sm-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-sm-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-sm-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-sm-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-sm-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-sm-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-sm-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-sm-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-sm-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-sm-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-sm-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-sm-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-sm-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-sm-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-sm-pull-0 {
    right: auto;
  }

  .template-wrapper .col-sm-push-24 {
    left: 100%;
  }

  .template-wrapper .col-sm-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-sm-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-sm-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-sm-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-sm-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-sm-push-18 {
    left: 75%;
  }

  .template-wrapper .col-sm-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-sm-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-sm-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-sm-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-sm-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-sm-push-12 {
    left: 50%;
  }

  .template-wrapper .col-sm-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-sm-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-sm-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-sm-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-sm-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-sm-push-6 {
    left: 25%;
  }

  .template-wrapper .col-sm-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-sm-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-sm-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-sm-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-sm-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-sm-push-0 {
    left: auto;
  }

  .template-wrapper .col-sm-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-sm-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-sm-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-sm-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {

  .template-wrapper .col-mi-1,
  .template-wrapper .col-mi-2,
  .template-wrapper .col-mi-3,
  .template-wrapper .col-mi-4,
  .template-wrapper .col-mi-5,
  .template-wrapper .col-mi-6,
  .template-wrapper .col-mi-7,
  .template-wrapper .col-mi-8,
  .template-wrapper .col-mi-9,
  .template-wrapper .col-mi-10,
  .template-wrapper .col-mi-11,
  .template-wrapper .col-mi-12,
  .template-wrapper .col-mi-13,
  .template-wrapper .col-mi-14,
  .template-wrapper .col-mi-15,
  .template-wrapper .col-mi-16,
  .template-wrapper .col-mi-17,
  .template-wrapper .col-mi-18,
  .template-wrapper .col-mi-19,
  .template-wrapper .col-mi-20,
  .template-wrapper .col-mi-21,
  .template-wrapper .col-mi-22,
  .template-wrapper .col-mi-23,
  .template-wrapper .col-mi-24 {
    float: left;
  }

  .template-wrapper .col-mi-24 {
    width: 100%;
  }

  .template-wrapper .col-mi-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-mi-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-mi-21 {
    width: 87.5%;
  }

  .template-wrapper .col-mi-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-mi-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-mi-18 {
    width: 75%;
  }

  .template-wrapper .col-mi-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-mi-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-mi-15 {
    width: 62.5%;
  }

  .template-wrapper .col-mi-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-mi-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-mi-12 {
    width: 50%;
  }

  .template-wrapper .col-mi-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-mi-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-mi-9 {
    width: 37.5%;
  }

  .template-wrapper .col-mi-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-mi-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-mi-6 {
    width: 25%;
  }

  .template-wrapper .col-mi-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-mi-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-mi-3 {
    width: 12.5%;
  }

  .template-wrapper .col-mi-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-mi-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-mi-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-mi-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-mi-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-mi-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-mi-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-mi-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-mi-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-mi-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-mi-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-mi-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-mi-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-mi-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-mi-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-mi-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-mi-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-mi-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-mi-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-mi-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-mi-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-mi-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-mi-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-mi-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-mi-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-mi-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-mi-pull-0 {
    right: auto;
  }

  .template-wrapper .col-mi-push-24 {
    left: 100%;
  }

  .template-wrapper .col-mi-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-mi-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-mi-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-mi-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-mi-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-mi-push-18 {
    left: 75%;
  }

  .template-wrapper .col-mi-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-mi-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-mi-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-mi-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-mi-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-mi-push-12 {
    left: 50%;
  }

  .template-wrapper .col-mi-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-mi-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-mi-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-mi-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-mi-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-mi-push-6 {
    left: 25%;
  }

  .template-wrapper .col-mi-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-mi-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-mi-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-mi-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-mi-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-mi-push-0 {
    left: auto;
  }

  .template-wrapper .col-mi-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-mi-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-mi-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-mi-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-mi-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-mi-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-mi-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-mi-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-mi-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-mi-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-mi-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-mi-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-mi-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-mi-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-mi-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-mi-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-mi-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-mi-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-mi-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-mi-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-mi-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-mi-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-mi-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-mi-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-mi-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {

  .template-wrapper .col-md-1,
  .template-wrapper .col-md-2,
  .template-wrapper .col-md-3,
  .template-wrapper .col-md-4,
  .template-wrapper .col-md-5,
  .template-wrapper .col-md-6,
  .template-wrapper .col-md-7,
  .template-wrapper .col-md-8,
  .template-wrapper .col-md-9,
  .template-wrapper .col-md-10,
  .template-wrapper .col-md-11,
  .template-wrapper .col-md-12,
  .template-wrapper .col-md-13,
  .template-wrapper .col-md-14,
  .template-wrapper .col-md-15,
  .template-wrapper .col-md-16,
  .template-wrapper .col-md-17,
  .template-wrapper .col-md-18,
  .template-wrapper .col-md-19,
  .template-wrapper .col-md-20,
  .template-wrapper .col-md-21,
  .template-wrapper .col-md-22,
  .template-wrapper .col-md-23,
  .template-wrapper .col-md-24 {
    float: left;
  }

  .template-wrapper .col-md-24 {
    width: 100%;
  }

  .template-wrapper .col-md-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-md-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-md-21 {
    width: 87.5%;
  }

  .template-wrapper .col-md-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-md-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-md-18 {
    width: 75%;
  }

  .template-wrapper .col-md-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-md-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-md-15 {
    width: 62.5%;
  }

  .template-wrapper .col-md-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-md-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-md-12 {
    width: 50%;
  }

  .template-wrapper .col-md-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-md-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-md-9 {
    width: 37.5%;
  }

  .template-wrapper .col-md-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-md-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-md-6 {
    width: 25%;
  }

  .template-wrapper .col-md-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-md-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-md-3 {
    width: 12.5%;
  }

  .template-wrapper .col-md-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-md-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-md-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-md-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-md-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-md-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-md-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-md-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-md-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-md-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-md-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-md-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-md-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-md-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-md-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-md-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-md-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-md-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-md-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-md-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-md-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-md-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-md-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-md-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-md-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-md-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-md-pull-0 {
    right: auto;
  }

  .template-wrapper .col-md-push-24 {
    left: 100%;
  }

  .template-wrapper .col-md-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-md-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-md-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-md-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-md-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-md-push-18 {
    left: 75%;
  }

  .template-wrapper .col-md-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-md-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-md-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-md-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-md-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-md-push-12 {
    left: 50%;
  }

  .template-wrapper .col-md-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-md-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-md-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-md-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-md-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-md-push-6 {
    left: 25%;
  }

  .template-wrapper .col-md-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-md-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-md-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-md-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-md-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-md-push-0 {
    left: auto;
  }

  .template-wrapper .col-md-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-md-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-md-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-md-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {

  .template-wrapper .col-lg-1,
  .template-wrapper .col-lg-2,
  .template-wrapper .col-lg-3,
  .template-wrapper .col-lg-4,
  .template-wrapper .col-lg-5,
  .template-wrapper .col-lg-6,
  .template-wrapper .col-lg-7,
  .template-wrapper .col-lg-8,
  .template-wrapper .col-lg-9,
  .template-wrapper .col-lg-10,
  .template-wrapper .col-lg-11,
  .template-wrapper .col-lg-12,
  .template-wrapper .col-lg-13,
  .template-wrapper .col-lg-14,
  .template-wrapper .col-lg-15,
  .template-wrapper .col-lg-16,
  .template-wrapper .col-lg-17,
  .template-wrapper .col-lg-18,
  .template-wrapper .col-lg-19,
  .template-wrapper .col-lg-20,
  .template-wrapper .col-lg-21,
  .template-wrapper .col-lg-22,
  .template-wrapper .col-lg-23,
  .template-wrapper .col-lg-24 {
    float: left;
  }

  .template-wrapper .col-lg-24 {
    width: 100%;
  }

  .template-wrapper .col-lg-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-lg-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-lg-21 {
    width: 87.5%;
  }

  .template-wrapper .col-lg-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-lg-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-lg-18 {
    width: 75%;
  }

  .template-wrapper .col-lg-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-lg-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-lg-15 {
    width: 62.5%;
  }

  .template-wrapper .col-lg-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-lg-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-lg-12 {
    width: 50%;
  }

  .template-wrapper .col-lg-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-lg-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-lg-9 {
    width: 37.5%;
  }

  .template-wrapper .col-lg-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-lg-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-lg-6 {
    width: 25%;
  }

  .template-wrapper .col-lg-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-lg-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-lg-3 {
    width: 12.5%;
  }

  .template-wrapper .col-lg-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-lg-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-lg-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-lg-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-lg-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-lg-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-lg-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-lg-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-lg-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-lg-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-lg-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-lg-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-lg-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-lg-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-lg-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-lg-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-lg-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-lg-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-lg-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-lg-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-lg-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-lg-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-lg-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-lg-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-lg-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-lg-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-lg-pull-0 {
    right: auto;
  }

  .template-wrapper .col-lg-push-24 {
    left: 100%;
  }

  .template-wrapper .col-lg-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-lg-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-lg-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-lg-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-lg-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-lg-push-18 {
    left: 75%;
  }

  .template-wrapper .col-lg-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-lg-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-lg-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-lg-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-lg-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-lg-push-12 {
    left: 50%;
  }

  .template-wrapper .col-lg-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-lg-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-lg-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-lg-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-lg-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-lg-push-6 {
    left: 25%;
  }

  .template-wrapper .col-lg-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-lg-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-lg-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-lg-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-lg-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-lg-push-0 {
    left: auto;
  }

  .template-wrapper .col-lg-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-lg-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-lg-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-lg-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1532px) {

  .template-wrapper .col-xl-1,
  .template-wrapper .col-xl-2,
  .template-wrapper .col-xl-3,
  .template-wrapper .col-xl-4,
  .template-wrapper .col-xl-5,
  .template-wrapper .col-xl-6,
  .template-wrapper .col-xl-7,
  .template-wrapper .col-xl-8,
  .template-wrapper .col-xl-9,
  .template-wrapper .col-xl-10,
  .template-wrapper .col-xl-11,
  .template-wrapper .col-xl-12,
  .template-wrapper .col-xl-13,
  .template-wrapper .col-xl-14,
  .template-wrapper .col-xl-15,
  .template-wrapper .col-xl-16,
  .template-wrapper .col-xl-17,
  .template-wrapper .col-xl-18,
  .template-wrapper .col-xl-19,
  .template-wrapper .col-xl-20,
  .template-wrapper .col-xl-21,
  .template-wrapper .col-xl-22,
  .template-wrapper .col-xl-23,
  .template-wrapper .col-xl-24 {
    float: left;
  }

  .template-wrapper .col-xl-24 {
    width: 100%;
  }

  .template-wrapper .col-xl-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-xl-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-xl-21 {
    width: 87.5%;
  }

  .template-wrapper .col-xl-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-xl-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-xl-18 {
    width: 75%;
  }

  .template-wrapper .col-xl-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-xl-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-xl-15 {
    width: 62.5%;
  }

  .template-wrapper .col-xl-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-xl-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-xl-12 {
    width: 50%;
  }

  .template-wrapper .col-xl-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-xl-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-xl-9 {
    width: 37.5%;
  }

  .template-wrapper .col-xl-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-xl-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-xl-6 {
    width: 25%;
  }

  .template-wrapper .col-xl-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-xl-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-xl-3 {
    width: 12.5%;
  }

  .template-wrapper .col-xl-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-xl-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-xl-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-xl-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-xl-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-xl-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-xl-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-xl-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-xl-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-xl-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-xl-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-xl-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-xl-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-xl-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-xl-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-xl-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-xl-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-xl-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-xl-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-xl-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-xl-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-xl-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-xl-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-xl-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-xl-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-xl-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-xl-pull-0 {
    right: auto;
  }

  .template-wrapper .col-xl-push-24 {
    left: 100%;
  }

  .template-wrapper .col-xl-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-xl-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-xl-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-xl-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-xl-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-xl-push-18 {
    left: 75%;
  }

  .template-wrapper .col-xl-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-xl-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-xl-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-xl-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-xl-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-xl-push-12 {
    left: 50%;
  }

  .template-wrapper .col-xl-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-xl-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-xl-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-xl-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-xl-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-xl-push-6 {
    left: 25%;
  }

  .template-wrapper .col-xl-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-xl-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-xl-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-xl-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-xl-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-xl-push-0 {
    left: auto;
  }

  .template-wrapper .col-xl-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-xl-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-xl-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-xl-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-xl-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-xl-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-xl-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-xl-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-xl-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-xl-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-xl-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-xl-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-xl-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-xl-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-xl-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-xl-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-xl-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-xl-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-xl-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-xl-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-xl-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1784px) {

  .template-wrapper .col-xxl-1,
  .template-wrapper .col-xxl-2,
  .template-wrapper .col-xxl-3,
  .template-wrapper .col-xxl-4,
  .template-wrapper .col-xxl-5,
  .template-wrapper .col-xxl-6,
  .template-wrapper .col-xxl-7,
  .template-wrapper .col-xxl-8,
  .template-wrapper .col-xxl-9,
  .template-wrapper .col-xxl-10,
  .template-wrapper .col-xxl-11,
  .template-wrapper .col-xxl-12,
  .template-wrapper .col-xxl-13,
  .template-wrapper .col-xxl-14,
  .template-wrapper .col-xxl-15,
  .template-wrapper .col-xxl-16,
  .template-wrapper .col-xxl-17,
  .template-wrapper .col-xxl-18,
  .template-wrapper .col-xxl-19,
  .template-wrapper .col-xxl-20,
  .template-wrapper .col-xxl-21,
  .template-wrapper .col-xxl-22,
  .template-wrapper .col-xxl-23,
  .template-wrapper .col-xxl-24 {
    float: left;
  }

  .template-wrapper .col-xxl-24 {
    width: 100%;
  }

  .template-wrapper .col-xxl-23 {
    width: 95.83333333%;
  }

  .template-wrapper .col-xxl-22 {
    width: 91.66666667%;
  }

  .template-wrapper .col-xxl-21 {
    width: 87.5%;
  }

  .template-wrapper .col-xxl-20 {
    width: 83.33333333%;
  }

  .template-wrapper .col-xxl-19 {
    width: 79.16666667%;
  }

  .template-wrapper .col-xxl-18 {
    width: 75%;
  }

  .template-wrapper .col-xxl-17 {
    width: 70.83333333%;
  }

  .template-wrapper .col-xxl-16 {
    width: 66.66666667%;
  }

  .template-wrapper .col-xxl-15 {
    width: 62.5%;
  }

  .template-wrapper .col-xxl-14 {
    width: 58.33333333%;
  }

  .template-wrapper .col-xxl-13 {
    width: 54.16666667%;
  }

  .template-wrapper .col-xxl-12 {
    width: 50%;
  }

  .template-wrapper .col-xxl-11 {
    width: 45.83333333%;
  }

  .template-wrapper .col-xxl-10 {
    width: 41.66666667%;
  }

  .template-wrapper .col-xxl-9 {
    width: 37.5%;
  }

  .template-wrapper .col-xxl-8 {
    width: 33.33333333%;
  }

  .template-wrapper .col-xxl-7 {
    width: 29.16666667%;
  }

  .template-wrapper .col-xxl-6 {
    width: 25%;
  }

  .template-wrapper .col-xxl-5 {
    width: 20.83333333%;
  }

  .template-wrapper .col-xxl-4 {
    width: 16.66666667%;
  }

  .template-wrapper .col-xxl-3 {
    width: 12.5%;
  }

  .template-wrapper .col-xxl-2 {
    width: 8.33333333%;
  }

  .template-wrapper .col-xxl-1 {
    width: 4.16666667%;
  }

  .template-wrapper .col-xxl-pull-24 {
    right: 100%;
  }

  .template-wrapper .col-xxl-pull-23 {
    right: 95.83333333%;
  }

  .template-wrapper .col-xxl-pull-22 {
    right: 91.66666667%;
  }

  .template-wrapper .col-xxl-pull-21 {
    right: 87.5%;
  }

  .template-wrapper .col-xxl-pull-20 {
    right: 83.33333333%;
  }

  .template-wrapper .col-xxl-pull-19 {
    right: 79.16666667%;
  }

  .template-wrapper .col-xxl-pull-18 {
    right: 75%;
  }

  .template-wrapper .col-xxl-pull-17 {
    right: 70.83333333%;
  }

  .template-wrapper .col-xxl-pull-16 {
    right: 66.66666667%;
  }

  .template-wrapper .col-xxl-pull-15 {
    right: 62.5%;
  }

  .template-wrapper .col-xxl-pull-14 {
    right: 58.33333333%;
  }

  .template-wrapper .col-xxl-pull-13 {
    right: 54.16666667%;
  }

  .template-wrapper .col-xxl-pull-12 {
    right: 50%;
  }

  .template-wrapper .col-xxl-pull-11 {
    right: 45.83333333%;
  }

  .template-wrapper .col-xxl-pull-10 {
    right: 41.66666667%;
  }

  .template-wrapper .col-xxl-pull-9 {
    right: 37.5%;
  }

  .template-wrapper .col-xxl-pull-8 {
    right: 33.33333333%;
  }

  .template-wrapper .col-xxl-pull-7 {
    right: 29.16666667%;
  }

  .template-wrapper .col-xxl-pull-6 {
    right: 25%;
  }

  .template-wrapper .col-xxl-pull-5 {
    right: 20.83333333%;
  }

  .template-wrapper .col-xxl-pull-4 {
    right: 16.66666667%;
  }

  .template-wrapper .col-xxl-pull-3 {
    right: 12.5%;
  }

  .template-wrapper .col-xxl-pull-2 {
    right: 8.33333333%;
  }

  .template-wrapper .col-xxl-pull-1 {
    right: 4.16666667%;
  }

  .template-wrapper .col-xxl-pull-0 {
    right: auto;
  }

  .template-wrapper .col-xxl-push-24 {
    left: 100%;
  }

  .template-wrapper .col-xxl-push-23 {
    left: 95.83333333%;
  }

  .template-wrapper .col-xxl-push-22 {
    left: 91.66666667%;
  }

  .template-wrapper .col-xxl-push-21 {
    left: 87.5%;
  }

  .template-wrapper .col-xxl-push-20 {
    left: 83.33333333%;
  }

  .template-wrapper .col-xxl-push-19 {
    left: 79.16666667%;
  }

  .template-wrapper .col-xxl-push-18 {
    left: 75%;
  }

  .template-wrapper .col-xxl-push-17 {
    left: 70.83333333%;
  }

  .template-wrapper .col-xxl-push-16 {
    left: 66.66666667%;
  }

  .template-wrapper .col-xxl-push-15 {
    left: 62.5%;
  }

  .template-wrapper .col-xxl-push-14 {
    left: 58.33333333%;
  }

  .template-wrapper .col-xxl-push-13 {
    left: 54.16666667%;
  }

  .template-wrapper .col-xxl-push-12 {
    left: 50%;
  }

  .template-wrapper .col-xxl-push-11 {
    left: 45.83333333%;
  }

  .template-wrapper .col-xxl-push-10 {
    left: 41.66666667%;
  }

  .template-wrapper .col-xxl-push-9 {
    left: 37.5%;
  }

  .template-wrapper .col-xxl-push-8 {
    left: 33.33333333%;
  }

  .template-wrapper .col-xxl-push-7 {
    left: 29.16666667%;
  }

  .template-wrapper .col-xxl-push-6 {
    left: 25%;
  }

  .template-wrapper .col-xxl-push-5 {
    left: 20.83333333%;
  }

  .template-wrapper .col-xxl-push-4 {
    left: 16.66666667%;
  }

  .template-wrapper .col-xxl-push-3 {
    left: 12.5%;
  }

  .template-wrapper .col-xxl-push-2 {
    left: 8.33333333%;
  }

  .template-wrapper .col-xxl-push-1 {
    left: 4.16666667%;
  }

  .template-wrapper .col-xxl-push-0 {
    left: auto;
  }

  .template-wrapper .col-xxl-offset-24 {
    margin-left: 100%;
  }

  .template-wrapper .col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }

  .template-wrapper .col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }

  .template-wrapper .col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .template-wrapper .col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }

  .template-wrapper .col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }

  .template-wrapper .col-xxl-offset-18 {
    margin-left: 75%;
  }

  .template-wrapper .col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }

  .template-wrapper .col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }

  .template-wrapper .col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .template-wrapper .col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }

  .template-wrapper .col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }

  .template-wrapper .col-xxl-offset-12 {
    margin-left: 50%;
  }

  .template-wrapper .col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }

  .template-wrapper .col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }

  .template-wrapper .col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .template-wrapper .col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }

  .template-wrapper .col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }

  .template-wrapper .col-xxl-offset-6 {
    margin-left: 25%;
  }

  .template-wrapper .col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }

  .template-wrapper .col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }

  .template-wrapper .col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .template-wrapper .col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }

  .template-wrapper .col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }

  .template-wrapper .col-xxl-offset-0 {
    margin-left: 0;
  }
}

.template-wrapper .btn-group-vertical>.btn-group:after,
.template-wrapper .btn-group-vertical>.btn-group:before,
.template-wrapper .btn-toolbar:after,
.template-wrapper .btn-toolbar:before,
.template-wrapper .clearfix:after,
.template-wrapper .clearfix:before,
.template-wrapper .container-fluid:after,
.template-wrapper .container-fluid:before,
.template-wrapper .container:after,
.template-wrapper .container:before,
.template-wrapper .form-horizontal .form-group:after,
.template-wrapper .form-horizontal .form-group:before,
.template-wrapper .modal-footer:after,
.template-wrapper .modal-footer:before,
.template-wrapper .modal-header:after,
.template-wrapper .modal-header:before,
.template-wrapper .nav:after,
.template-wrapper .nav:before,
.template-wrapper .navbar-collapse:after,
.template-wrapper .navbar-collapse:before,
.template-wrapper .navbar-header:after,
.template-wrapper .navbar-header:before,
.template-wrapper .navbar:after,
.template-wrapper .navbar:before,
.template-wrapper .pager:after,
.template-wrapper .pager:before,
.template-wrapper .panel-body:after,
.template-wrapper .panel-body:before,
.template-wrapper .row:after,
.template-wrapper .row:before {
  display: table;
  content: " ";
}

.template-wrapper .btn-group-vertical>.btn-group:after,
.template-wrapper .btn-toolbar:after,
.template-wrapper .clearfix:after,
.template-wrapper .container-fluid:after,
.template-wrapper .container:after,
.template-wrapper .form-horizontal .form-group:after,
.template-wrapper .modal-footer:after,
.template-wrapper .modal-header:after,
.template-wrapper .nav:after,
.template-wrapper .navbar-collapse:after,
.template-wrapper .navbar-header:after,
.template-wrapper .navbar:after,
.template-wrapper .pager:after,
.template-wrapper .panel-body:after,
.template-wrapper .row:after {
  clear: both;
}

.template-wrapper .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.template-wrapper .pull-right {
  float: right !important;
}

.template-wrapper .pull-left {
  float: left !important;
}

.template-wrapper .hide {
  display: none;
}

.template-wrapper .show {
  display: block !important;
}

.template-wrapper .invisible {
  visibility: hidden;
}

.template-wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.template-wrapper .hidden {
  display: none !important;
}

.template-wrapper .affix {
  position: fixed;
}

@-ms-viewport {
  .template-wrapper {
    width: device-width;
  }
}

.template-wrapper .visible-lg,
.template-wrapper .visible-lg-block,
.template-wrapper .visible-lg-inline,
.template-wrapper .visible-lg-inline-block,
.template-wrapper .visible-md,
.template-wrapper .visible-md-block,
.template-wrapper .visible-md-inline,
.template-wrapper .visible-md-inline-block,
.template-wrapper .visible-mi,
.template-wrapper .visible-mi-block,
.template-wrapper .visible-mi-inline,
.template-wrapper .visible-mi-inline-block,
.template-wrapper .visible-sm,
.template-wrapper .visible-sm-block,
.template-wrapper .visible-sm-inline,
.template-wrapper .visible-sm-inline-block,
.template-wrapper .visible-xl,
.template-wrapper .visible-xl-block,
.template-wrapper .visible-xl-inline,
.template-wrapper .visible-xl-inline-block,
.template-wrapper .visible-xs,
.template-wrapper .visible-xs-block,
.template-wrapper .visible-xs-inline,
.template-wrapper .visible-xs-inline-block,
.template-wrapper .visible-xxl,
.template-wrapper .visible-xxl-block,
.template-wrapper .visible-xxl-inline,
.template-wrapper .visible-xxl-inline-block,
.template-wrapper .visible-xxs,
.template-wrapper .visible-xxs-block,
.template-wrapper .visible-xxs-inline,
.template-wrapper .visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs {
    display: block !important;
  }

  .template-wrapper table.visible-xxs {
    display: table !important;
  }

  .template-wrapper tr.visible-xxs {
    display: table-row !important;
  }

  .template-wrapper td.visible-xxs,
  .template-wrapper th.visible-xxs {
    display: table-cell !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs {
    display: block !important;
  }

  .template-wrapper table.visible-xs {
    display: table !important;
  }

  .template-wrapper tr.visible-xs {
    display: table-row !important;
  }

  .template-wrapper td.visible-xs,
  .template-wrapper th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm {
    display: block !important;
  }

  .template-wrapper table.visible-sm {
    display: table !important;
  }

  .template-wrapper tr.visible-sm {
    display: table-row !important;
  }

  .template-wrapper td.visible-sm,
  .template-wrapper th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi {
    display: block !important;
  }

  .template-wrapper table.visible-mi {
    display: table !important;
  }

  .template-wrapper tr.visible-mi {
    display: table-row !important;
  }

  .template-wrapper td.visible-mi,
  .template-wrapper th.visible-mi {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .visible-mi-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md {
    display: block !important;
  }

  .template-wrapper table.visible-md {
    display: table !important;
  }

  .template-wrapper tr.visible-md {
    display: table-row !important;
  }

  .template-wrapper td.visible-md,
  .template-wrapper th.visible-md {
    display: table-cell !important;
  }
}

a[data-class='cta-deals-banner-text']:hover {
  color: #CC0000;
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg {
    display: block !important;
  }

  .template-wrapper table.visible-lg {
    display: table !important;
  }

  .template-wrapper tr.visible-lg {
    display: table-row !important;
  }

  .template-wrapper td.visible-lg,
  .template-wrapper th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl {
    display: block !important;
  }

  .template-wrapper table.visible-xl {
    display: table !important;
  }

  .template-wrapper tr.visible-xl {
    display: table-row !important;
  }

  .template-wrapper td.visible-xl,
  .template-wrapper th.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl {
    display: block !important;
  }

  .template-wrapper table.visible-xxl {
    display: table !important;
  }

  .template-wrapper tr.visible-xxl {
    display: table-row !important;
  }

  .template-wrapper td.visible-xxl,
  .template-wrapper th.visible-xxl {
    display: table-cell !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl-inline {
    display: inline !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .visible-xxl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 523px) {
  .template-wrapper .hidden-xxs {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .template-wrapper .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .template-wrapper .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .template-wrapper .hidden-mi {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width:1279px) {
  .template-wrapper .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .template-wrapper .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1532px) {
  .template-wrapper .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 1784px) {
  .template-wrapper .hidden-xxl {
    display: none !important;
  }
}

.template-wrapper .visible-print {
  display: none !important;
}

@media print {
  .template-wrapper .visible-print {
    display: block !important;
  }

  .template-wrapper table.visible-print {
    display: table !important;
  }

  .template-wrapper tr.visible-print {
    display: table-row !important;
  }

  .template-wrapper td.visible-print,
  .template-wrapper th.visible-print {
    display: table-cell !important;
  }
}

.template-wrapper .visible-print-block {
  display: none !important;
}

@media print {
  .template-wrapper .visible-print-block {
    display: block !important;
  }
}

.template-wrapper .visible-print-inline {
  display: none !important;
}

@media print {
  .template-wrapper .visible-print-inline {
    display: inline !important;
  }
}

.template-wrapper .visible-print-inline-block {
  display: none !important;
}

@media print {
  .template-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}

.deals-banner-group {
  margin-bottom: 20px;
  max-width: 1280px;
  width: 100%;
  align-self: center;
}

.deals-banner-group .deals-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.deals-banner-group h2 {
  display: block;
  line-height: 36px;
  text-align: left;
}

.deals-banner-group .deals-banner-inner>div {
  flex: 1;
}

.deals-banner-group .deals-banner-inner>div+div {
  margin-left: 15px;
}

@media (max-width: 639px) {
  .deals-banner-group .deals-banner-inner {
    flex-direction: column;
  }

  .deals-banner-group .deals-banner-inner>div+div {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .formatable-text-block-image {
    width: 412px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .formatable-text-block-image {
    width: 362px !important;
  }
}

@media (max-width: 767px) {
  .formatable-text-block-wrapper {
    display: flex;
    flex-direction: column !important;
    margin-top: 0px !important;
  }

  .formatable-text-block-container {
    margin-top: 32px;
  }
}

.formatable-text-block-wrapper {
  display: flex;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 45px auto 0;
  align-items: center;
}

.formatable-text-block-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
}

.formatable-text-block-image {
  width: 100%;
}

.formatable-text-subHeadline {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
}

.formatable-text-headline h2 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 47px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

.formatable-text-content blockquote>p {
  border-left: #CCCCCC solid 3px;
  font-size: 16px;
  padding-left: 19px;
  line-height: 24px;
  font-style: italic;
}

.formatable-text-content p {
  font-size: 16px;
  line-height: 21px;
}

.formatable-text-content a {
  color: #000000;
}

.formatable-text-content a:hover {
  color: #A50000
}

.formatable-text-content ol,
.formatable-text-content ul {
  padding-left: 20px;
}

.formatable-text-content>* {
  margin-bottom: 30px;
}

.formatable-text-content li p {
  margin-left: 5px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  margin: 0 0;
  margin-top: 9px;
  margin-bottom: 9px;
}

.formatable-text-content p:empty {
  display: none;
}

.contentful.pencil-banner {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.shop-home-header~.contentful.pencil-banner {
  margin-bottom: 10px;
}

.contentful.pencil-banner .pencil-banner-content {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  width: 100%;
}

.contentful.fine-print>*:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1328px) {
  .contentful.pencil-banner .pencil-banner-content {
    width: 1280px;
  }
}

@media screen and (min-width: 1280px) {
  .contentful.pencil-banner.gutter {
    width: 1280px;
    margin: 0 auto 20px;
  }
}

.contentful.pencil-banner .pencil-banner-image {
  display: flex;
  padding-right: 20px;
}

.contentful.pencil-banner .pencil-banner-copy>*+* {
  padding-top: 15px;
}

.contentful.pencil-banner .pencil-banner-copy {
  width: 100%;
  text-align: center;
}

.contentful.pencil-banner .pencil-banner-image+.pencil-banner-copy {
  width: auto;
  text-align: left;
  align-self: center;
}

.contentful.pencil-banner img {
  width: 100px;
  height: 62px;
  align-self: center;
  object-fit: contain;
}

.contentful.pencil-banner h2,
.contentful.pencil-banner p.lg-p {
  font-size: 24px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.contentful.pencil-banner p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.contentful.pencil-banner p:empty {
  display: none;
}

.contentful.pencil-banner a {
  text-decoration: underline;
  color: inherit;
}

.contentful.pencil-banner a:hover,
.contentful.pencil-banner a:visited {
  color: #767676;
}

.contentful.pencil-banner a:active {
  color: #A50000;
}

.contentful.pencil-banner a:focus {
  box-sizing: border-box;
  height: 22px;
  width: 40px;
  border: 2px solid #2A91F0;
}

.contentful.link-groupAlignCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}

.contentful.link-groupAlignStart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
}

.contentful.link-group-anchor {
  height: inherit;
  text-decoration: none;
}

.contentful.link-group-title {
  display: flex;
  justify-content: left;
}

@media screen and (max-width: 1024px) {
  .contentful.pencil-banner h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 640px) {

  .contentful.pencil-banner .pencil-banner-content {
    flex-direction: column;
  }

  .contentful.pencil-banner .pencil-banner-image {
    align-self: center;
    padding-right: 0;
  }

  .contentful.pencil-banner .pencil-banner-image+.pencil-banner-copy {
    align-self: center;
    text-align: center;
  }

  .contentful.pencil-banner h2,
  .contentful.pencil-banner p.lg-p {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 8px;
  }

  .pencil-banner-image {
    margin-bottom: 24px;
  }

  .contentful.pencil-banner p {
    font-size: 16px;
    line-height: 20px;
  }
}

.ezReorderTrendingShelf {
  margin: 1em 0;
}

.searchTrendingShelf {
  width: 100%;
  margin: 2em 0 3em;
}

.bannerLinkTextStyle {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-decoration: underline;
}

.shop-home-header-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 0;
}

.shop-home-header-message {
  display: flex;
  flex-basis: 25%;
  flex-direction: column;
  text-align: center;
  align-self: stretch;
  justify-content: center;
  padding: 0 12px;
  border-right: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.shop-home-header-message:nth-child(2) {
  flex-basis: 50%;
}

.shop-home-header-message p {
  vertical-align: middle;
  text-align: center;
  margin: 0 0 10px;
  justify-content: center;
}

.shop-home-header-message p:last-child {
  margin-bottom: 0;
  border-right: none;
}

.shop-home-header-message:last-child {
  border-right: none
}

.shop-home-header-message a {
  width: fit-content;
  font-weight: bold;
  background: transparent url('../static-images/caret-red-hover.png') no-repeat scroll right;
  background-size: 6px 12px;
  padding: 0 12px 0 0;
  text-decoration: none !important;
  color: inherit;
}

.shop-home-header-message:hover a {
  color: #A50000;
}

.shop-home-header-message p+p {
  font-size: 14px;
}

@media (max-width: 736px) {

  .shop-home-header-container {
    flex-direction: column;
  }

  .shop-home-header-message {
    margin: 0 16px 16px;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 16px;
  }

  .shop-home-header-message:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
  }
}

.contentful.fine-print {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.contentful.fine-print p {
  margin-bottom: 20px;
  padding: 0 10px;
}

.contentful.fine-print a {
  color: inherit;
}

.contentful.fine-print a:hover {
  color: #000;
}

.contentfulFaq {
  margin-top: -15px;
  font-family: Helvetica, Arial, sans-serif;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: anywhere;
  padding-left: 10px;
  padding-right: 10px;
}

.contentfulFaqQuestion {
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
  overflow: wrap;
}

.contentfulFaqQuestionHeader {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #000000;
}

.contentfulFaq a {
  color: inherit;
}

.contentfulFaq a:hover {
  color: #000;
}

.contentful.footnotes {
  color: #333;
  font-family: 'CVS Health Sans';
}

.contentful-footnotes-ol {
  padding-left: 15px
}

.contentful-footnotes-li {
  padding-bottom: 20px
}

.contentful-footnotes-item {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
  overflow-wrap: break-word;
}

.contentful.related-articles {
  font-family: 'CVS Health Sans';
  padding: 0 12px;
}

.contentful.related-articles .related-heading {
  font-size: 18px;
  margin: 0;
}

.contentful.related-articles .related-article-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.contentful.related-articles .article-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  color: #262626;
  margin: 0 0 22px 0;
}

.contentful.related-articles .article-list {
  padding: 0;
  margin: 0;
}

.contentful.related-articles .related-article-container {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
}

.contentful.related-articles .related-article-img {
  display: none;
}

.contentful.related-articles .related-article-link {
  font-size: 18px;
  color: #262626;
  font-weight: 400;
  padding: 10px 0;
}

.contentful.retlated-article .related-article-link-container {
  padding: 10px 0;
}

.contentful.related-articles .related-article-link:hover {
  color: #EB0000;
}

.contentful.related-articles .related-article-link:hover img {
  filter: invert(11%) sepia(97%) saturate(5445%) hue-rotate(359deg) brightness(95%) contrast(114%);
}

.contentful.related-articles .related-article-link:active {
  background-color: #A50000;
  color: #fff;
}

.contentful.related-articles .related-article-link:active img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg) brightness(104%) contrast(106%);
}

.contentful.related-articles .read-more-caret {
  margin-left: 9px;
}

.contentful-related-articles .related-article-flex-container {
  display: flex;
  align-items: center;
}

.contentful.seo-text {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.contentful-seo-text-format {
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
}

.contentful.seo-text h2 {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #000000;
}

.contentful.seo-text a {
  color: inherit;
}

.contentful.seo-text a:hover {
  color: #767676
}

.contentful.modular-single h3 {
  font: normal normal bold 40px/40px Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  margin: 0 0 12px;
}

.contentful.modular-single p {
  font: normal normal normal 18px/22px Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  margin: 0 0 12px;
}

.contentful.oneby-cta-link {
  font-family: CVS Health Sans, Helvetica, Arial, sans-serif;
  margin-top: 22px;
  padding: 10px 0;
  color: #CC0000;
  text-decoration: none;
  display: inline-block;
}

.contentful.oneby-cta-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #EB0000;
}

.contentful.oneby-cta-link:active {
  background-color: #A50000;
  color: #FFF;
}

.contentful.oneby-cta-link:focus {
  outline: 0.25rem solid black;
  outline-offset: 0.25rem;
}

.contentful.oneby-cta-link:hover img {
  filter: invert(10%) sepia(83%) saturate(6100%) hue-rotate(358deg) brightness(107%) contrast(116%);
}

.contentful.oneby-cta-link:active img{
  filter: brightness(0) invert(1);
}

.contentful.oneby-caret {
  margin-left: 9px;
  filter: invert(31%) sepia(77%) saturate(6676%) hue-rotate(352deg) brightness(73%) contrast(130%);
}

@media screen and (max-width: 767px) {
  .contentful.modular-single h3 {
    font: normal normal bold 32px/32px Helvetica, Arial, sans-serif;
  }

  .contentful.modular-single p {
    font: normal normal normal 14px/18px Helvetica, Arial, sans-serif;
  }
}

@media screen and (max-width: 414px) {
  .contentful.modular-single h3 {
    font: normal normal bold 24px/24px Helvetica, Arial, sans-serif;
  }
}

span[data-class='four-by-banner-cta']:hover {
  color: #CC0000;
}

div[data-class='four-by-banner-container'] p {
  justify-content: center;
  text-align: center;
  margin: 0;
}

div[data-class='four-by-banner-container']> :nth-child(2) {
  object-fit: contain;
}

div[data-class='four-by-banner-container']> :nth-child(3) {
  object-fit: contain;
}


@media (min-width: 480px) and (max-width: 768px) {
  div[data-class='four-by-banner-container'] {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  div[data-class='four-by-banner-container']>div {
    display: flex;
    flex-basis: calc(50% - 40px);
    justify-content: center;
    flex-direction: column;
  }

  div[data-class='four-by-banner-container']>div>div {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  div[data-class='four-by-banner-container']> :nth-child(3) {
    margin-top: 0;
  }

  div[data-class='four-by-banner-container']> :nth-child(4) {
    margin-top: 0;
  }
}

.ctf-super {
  vertical-align: super;
  font-size: .55em !important;
  line-height: .55em !important;
}

ul.popular-searches,
ul.sitemap-list,
ul.brand-collection {
  column-count: 2;
  column-gap: 10px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

ul.popular-searches,
ul.brand-collection {
  padding: 12px;
}

ul.sitemap-list {
  padding: 0px;
}

@media (min-width: 768px) {

  ul.popular-searches,
  ul.sitemap-list,
  ul.brand-collection {
    column-count: 3;
  }

  ul.popular-searches {
    width: calc(100% - 200px);
    margin: 0 20px;
    padding-left: 12px;
    padding-right: 0;
  }

  ul.brand-collection {
    width: calc(100% - 50px);
    margin: 0 20px;
    padding-left: 12px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {

  ul.popular-searches,
  ul.sitemap-list,
  ul.brand-collection {
    column-count: 4;
  }

  ul.popular-searches,
  ul.brand-collection {
    padding-left: 80px;
  }
}

ul.popular-searches li,
ul.sitemap-list li,
ul.brand-collection li {
  list-style-type: none;
  margin: 0 0 8px;
  box-sizing: border-box;
  line-height: 1.5;
}

ul.sitemap-list li {
  margin: 0 8px 8px;
}

ul.sitemap-list li a {
  display: inline-flex;
}

ul.popular-searches li a,
ul.sitemap-list li a,
ul.brand-collection li a {
  min-height: 24px;
  line-height: 16px;
  padding: 3px 0;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

ul.popular-searches li a:hover,
nav.popular-searches-pagination ul li a:hover,
ul.sitemap-list li a:hover,
ul.brand-collection li a:hover {
  color: #eb0000;
}

ul.popular-searches li a:active,
nav.popular-searches-pagination ul li a:active,
ul.sitemap-list li a:active,
ul.brand-collection li a:active {
  color: #a50000;
}

ul.popular-searches li a:focus,
ul.sitemap-list li a:focus,
nav.sitemap-dept-nav a:focus,
ul.brand-collection li a:focus {
  color: #646464;
  outline: 1px dotted #000;
  outline-offset: 2px;
}

nav.popular-searches-pagination,
nav.popular-searches-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

nav.popular-searches-pagination ul li {
  display: flex;
  list-style: none;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
}

nav.popular-searches-pagination ul li:hover,
nav.sitemap-dept-nav a:hover {
  background-color: #f2f2f2;
  color: #000;
}

nav.popular-searches-pagination ul li a {
  text-decoration: none;
  color: #585858;
}

nav.popular-searches-pagination ul li.current {
  color: #c00;
  border-bottom: 2px solid #c00;
}

nav.popular-searches-pagination ul li.current:hover {
  color: #000;
}

nav.popular-searches-pagination ul li img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}

.department-container a:hover,
.character-container a:hover {
  background-color: #ebeaea;
}

.brand-container a:hover div {
  color: #c00 !important;
}

.brand-container a,
.department-container a,
.character-container a {
  text-decoration: none;
}

.brand-container {
  list-style: none;
  padding: 0;
}

@media (max-width: 639px) {
  .brand-container {
    column-count: 2;
  }
}

@media (min-width: 640px) and (max-width:768px) {
  .brand-container {
    column-count: 3;
  }
}

@media (min-width: 769px) {
  .brand-container {
    column-count: 4;
  }
}

.hero-banner-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  margin-top: 12px;
}
.two-by-banner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 20px;
  font-family: Helvetica, Arial, sans-serif;
}

.two-by-banner h2 {
  font-weight: 500;
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  margin: 0 auto;
  color: #000000;
  font-family: "CVS Health Sans", Helvetica, Arial, sans-serif;
}

.two-by-banner .two-by-banner-inner {
  display: flex;
  height: 350px;
}

.two-by-banner .two-by-banner-inner>div {
  display: flex;
  flex: 1;
  width: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 12px;
}

.two-by-banner .two-by-banner-inner>div>div {
  flex: 1;
}

.two-by-banner .two-by-banner-inner>div+div {
  margin-left: 10px;
}

.two-by-banner .two-by-image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  line-height: 0;
}

.two-by-banner .two-by-copy {
  flex: 1;
  display: flex;
}

.two-by-banner .two-by-copy>div {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
}

.two-by-banner .two-by-copy>div * {
  margin: 0;
}

.two-by-banner .two-by-subhead {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}

.two-by-banner .two-by-headline {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

.two-by-banner .two-by-desc,
.two-by-banner .two-by-copy a {
  font-size: 16px;
  line-height: 24px;
}

.two-by-banner .two-by-copy>div *+.two-by-desc,
.two-by-banner .two-by-copy>div *+a,
.two-by-banner .two-by-copy .two-by-desc>*+* {
  margin-top: 10px;
}

.two-by-banner .two-by-copy a {
  width: fit-content;
  background: transparent url('../static-images/caret-red.png') no-repeat scroll right;
  padding: 0 16px 0 0;
  color: black;
}

.two-by-banner .two-by-image a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-by-banner .two-by-copy a:hover {
  color: #CC0000;
  background-image: url('../static-images/caret-red-hover.png');
}

.two-by-banner .two-by-copy a:focus,
.two-by-banner .two-by-image a:focus {
  outline: 2px solid #2A91F0;
}

.two-by-banner .two-by-image a:focus {
  outline-offset: -2px;
}

.two-by-banner .two-by-mobile-img {
  display: none;
}

.two-by-banner .two-by-image img {
  height: 350px;
}

@media (max-width: 1079px) {
  .two-by-banner .two-by-banner-inner {
    flex-direction: column;
    height: auto;
  }

  .two-by-banner .two-by-banner-inner>div {
    width: auto;
  }

  .two-by-banner .two-by-banner-inner>div+div {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .two-by-banner h2 {
    font-size: 26px;
  }
  .two-by-banner .two-by-banner-inner>div {
    display: block;
  }

  .two-by-banner .two-by-banner-inner>div.two-by-copy-on-rt {
    display: flex;
    flex-direction: column-reverse;
  }

  .two-by-banner .two-by-banner-inner>div+div {
    margin-top: 10px;
  }

  .two-by-banner .two-by-image a {
    width: 100%;
  }

  .two-by-banner .two-by-image img {
    width: 100%;
    height: auto;
  }

  .two-by-banner .two-by-mobile-img {
    display: block;
  }

  .two-by-banner .two-by-mobile-img+img {
    display: none;
  }
}

nav.ctf-viz-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
  padding: 0;
}

nav.ctf-viz-nav ul li {
  display: inline-block;
  list-style-type: none;
}

nav.ctf-viz-nav ul li a {
  text-decoration: none;
}

nav.ctf-viz-nav ul li a p {
  inline-size: fit-content;
  margin: 0 8px;
  padding: 0 16px 0 0;
  background: transparent url('../static-images/caret-red.png') no-repeat scroll right;
  background-size: 8px;
  font-family: inherit;
  text-align: center;
}

nav.ctf-viz-nav ul li a:hover p {
  color: #CC0000;
}

@media (max-width: 766px) {
  nav.ctf-viz-nav ul li a p {
    inline-size: min-content;
    font-size: 14px;
    line-height: 18px;
  }
}

.contentful-shelf {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin-bottom: 80px;
  margin-right: 31px;
}

.contentful-shelf div>a>div:hover {
  outline: 1px solid #979797;
  outline-offset: -1px;
  border-radius: 5px;
}

@media (max-width: 1280px) {
  .contentful-shelf {
    padding-left: 15px;
    margin-right: 30px;
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {
  .contentful-shelf {
    align-self: center;
    margin-right: 0;
  }
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Bold"), url("/shop-assets/fonts/CVSHealthSans_W_Bd.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Bold Italic"), url("/shop-assets/fonts/CVSHealthSans_W_BdIt.woff2") format("woff2"), url("/shop-shop-assets/fonts/CVSHealthSans_W_BdIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Black"), url("/shop-assets/fonts/CVSHealthSans_W_Blk.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Black Italic"), url("/shop-assets/fonts/CVSHealthSans/CVSHealthSans_W_BlkIt.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans/CVSHealthSans_W_BlkIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Italic"), url("/shop-assets/fonts/CVSHealthSans_W_It.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Light"), url("/shop-assets/fonts/CVSHealthSans_W_Lt.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Light Italic"), url("/shop-assets/fonts/CVSHealthSans_W_LtIt.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_LtIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Medium"), url("/shop-assets/fonts/CVSHealthSans_W_Md.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Medium Italic"), url("/shop-assets/fonts/CVSHealthSans_W_MdIt.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_MdIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Regular"), url("/shop-assets/fonts/CVSHealthSans_W_Rg.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Thin"), url("/shop-assets/fonts/CVSHealthSans_W_Th.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_Th.woff") format("woff");
  font-weight: 250;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans';
  src: local("CVS Health Sans Thin Italic"), url("/shop-assets/fonts/CVSHealthSans_W_ThIt.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSans_W_ThIt.woff") format("woff");
  font-weight: 250;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'CVS Health Sans Condensed';
  src: local("CVS Health Sans Condensed Bold"), url("/shop-assets/fonts/CVSHealthSansCd_W_Bd.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSansCd_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'CVS Health Sans Condensed';
  src: local("CVS Health Sans Condensed Regular"), url("/shop-assets/fonts/CVSHealthSansCd_W_Rg.woff2") format("woff2"), url("/shop-assets/fonts/CVSHealthSansCd_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

h3.pageRange {
  font-size: 16px;
  color: #262626;
  font-family: 'CVS Health Sans', sans-serif;
  line-height: 20.8px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

nav.all-reviews-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav.all-reviews-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1px;
  padding: 0px;
}

nav.all-reviews-pagination ul li {
  display: flex;
  list-style: none;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
}

nav.all-reviews-pagination ul li a {
  text-decoration: none;
  color: #262626;
  border-bottom: 1px solid #262626;
}

nav.all-reviews-pagination ul li a.current {
  display: flex;
  color: #FFFFFF;
  height: 44px;
  width: 44px;
  font-size: 16px;
  background-color: #A50000;
  border-radius: 10px;
  border-bottom: 0px;
  align-items: center;
  justify-content: center;
}

nav.all-reviews-pagination ul li.ellipses {
  border-bottom-width: 0px;
  height: 44px;
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 12px;
}

nav.all-reviews-pagination ul a.ellipses {
  border-bottom-width: 0px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  pointer-events: none;
}

nav.all-reviews-pagination ul li a.underline {
  border-bottom-width: 0px;
}

nav.all-reviews-pagination ul li a img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
  height: 12px;
  width: 6.5px;
  display: flex;
}

@media (max-width: 427px) {
  nav.all-reviews-pagination ul li.hidden {
    display: none;
  }
}

.pdp-description-html-table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 57px 40px 57px;
  width: 100%;
}

.specificationContainer {
  padding: 12px 16px 12px 0px;
}

.specificationContainer span {
  font-family: 'CVS Health Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

.pdp-description-html-table tr {
  display: flex;
  flex-direction: row;
  padding: 0px;
  width: 100%;
}

.pdp-description-html-table th {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  background: #F7F7F7;
  border: 1px solid #474747;
  width: 20%;
  text-align: left;
}

.pdp-description-html-table th span {
  font-family: 'CVS Health Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  overflow-wrap: break-word;
  word-break: break-word;
}

.pdp-description-html-table td {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #474747;
  width: 80%;
}

.pdp-description-html-table td span {
  font-family: 'CVS Health Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (max-width: 429px) {
  .pdp-description-html-table {
    padding: 0px 30px 40px 30px;
  }

  .pdp-description-html-table th {
    width: 50%;
  }

  .pdp-description-html-table td {
    width: 50%;
  }

  .specificationContainer span,
  .pdp-description-html-table th span {
    font-size: 16px;
    line-height: 21px;
  }

}

@media (min-width: 430px) and (max-width: 767px) {
  .pdp-description-html-table {
    padding: 0px 30px 40px 30px;
  }

  .pdp-description-html-table th {
    width: 35%;
  }

  .pdp-description-html-table td {
    width: 65%;
  }

  .specificationContainer span,
  .pdp-description-html-table th span {
    font-size: 16px;
    line-height: 21px;
  }
}

a[data-class='ingredient-link']:focus-visible {
  outline: 4px solid #000000;
}
a[data-class='ingredient-link']:active {
  outline: none;
}

.ingredientText {
 font-family: 'CVS Health Sans';
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 line-height: 21px;
 color: #262626;
}
@media (max-width: 1024px) {
  .ingredientText {
    font-size: 16px;
    line-height: 24px;
  }
}
.brandLinkText {
 font-family: 'CVS Health Sans';
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 line-height: 21px;
 color: #262626;
}
.brandLinkText:active {
  background-color: #A50000;
  color: #ffffff !important;
  outline: none;
}
.brandLinkText:focus-visible {
  outline: 4px solid;
}
.brandLinkText:hover {
  color: #EB0000;
}

.imageDetailscontainer {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.imageContainer {
  width: 48%;
}
.detailsContainer {
  width: 50%;
}
div[data-class="imagesubContainer"] {
  width: 100%;
  height: 388px;
  justify-content: center;
  align-items: center;
  align-self: center;
}
@media (min-width: 767px) and (max-width: 1279px) {
  .imageContainer {
    width: 44%;
  }
  .detailsContainer {
    width: 54%;
  }
  div[data-class="imagesubContainer"] {
    width: 100%;
    height: 388px;
  }
}
@media (max-width:640px) {
  .imageDetailscontainer{
    flex-direction: column;
  }
  .detailsContainer {
    width: 100%;
  }
  .imageContainer {
    width: 100%;
  }
  div[data-class="imagesubContainer"] {
    width: 282px;
    height: 388px;
    margin: auto
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.shimmer {
  --base-color: #f5f5f5;
  --highlight-color: #D3D3D3;
  --animation-duration: 4s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 8px;
  display: inline-flex;

  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Necessary for overflow: hidden to work correctly in Safari */
}

.shimmer::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg,
      var(--base-color),
      var(--highlight-color),
      var(--base-color));
  transform: translateX(-100%);

  animation-name: shimmer;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.editorialMain,
.editorialSecondary,
.editorialWrapper {
  box-sizing: border-box;
}

.editorialWrapper {
  font-family: "CVS Health Sans, Helvetica";
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  width: 100%;
  margin: auto;
  justify-content: center;
}

.editorialMain .contentfulFaq {
  margin-top: 0;
  padding-left: 0;
}

.editorialMain .contentfulFaq .contentfulFaqQuestionHeader,
.editorialMain .contentfulFaq .contentfulFaqQuestion p {
  font-family: "CVS Health Sans";
  color: #262626;
}

.editorialMain .contentfulFaq .contentfulFaqQuestionHeader {
  font-size: 21px;
}

@media (min-width: 1280px) {
  .editorialMain {
    width: 767px;
    margin-left: 48px;
  }

  .editorialSecondary {
    width: 395px;
    margin-right: 22px;
  }

  .contentful.related-articles .article-title {
    font-size: 18px;
  }

  .contentful.related-articles .related-img-container {
    display: block;
    min-width: 125px;
  }

  .contentful.related-articles .related-article-img {
    display: block;
    width: 125px;
  }

  .contentful.related-articles .related-heading {
    font-size: 16px;
  }

  .contentful.related-articles .related-article-link {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .editorialMain {
    width: 680px;
    margin-left: 48px;
  }

  .editorialSecondary {
    width: 224px;
    margin-right: 24px;
  }

  .contentful.related-articles {
    padding: 0 24px;
  }

  .contentful.related-articles .article-title {
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .editorialMain {
    width: 488px;
    margin-left: 32px;
  }

  .editorialSecondary {
    width: 196px;
  }

  .contentful.related-articles .article-title {
    -webkit-line-clamp: 5;
  }
  .contentful.related-articles .read-more-text::before {
    content: "\a";
    white-space: pre;
  }
  .contentful.related-articles .read-more-caret {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .editorialWrapper {
    padding: 0 16px;
  }

  .editorialMain {
    width: 100%;
  }

  .editorialSecondary {
    width: 100%;
  }
}

.contentful.editorial-text {
  font-family: "CVS Health Sans, Helvetica";
}

.contentful.article-heading {
  color: #333;
  font-family: 'CVS Health Sans';
  padding-bottom: 20px;
}

.contentful.article-heading-h1 {
  font-size: 28px;
}

.contentful.article-credits {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.contentful.authors-padding {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .contentful.article-credits {
    display: flex;
    flex-direction: column;
  }

  .contentful.authors-padding {
    padding-left: 0px;
    padding-top: 10px;
  }
}

.carousel-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.left-arrow,
.right-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 24px;
  background-color: white;
  border: 1px solid #cccccc;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: -4px;
  cursor: pointer;
  color: #262626;
  font-size: 1.25rem;

}

@media (min-width: 350px) and (max-width: 380px) {

  .left-arrow,
  .right-arrow {
    width: 28px;
    height: 28px;
  }
}

.widget-shelf {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}

.widget-sub-shelf {
  padding: 0px 48px;
  overflow: hidden;
  position: relative;
}

a[data-class="seo-link"]:focus {
  outline: 2px solid #000;
  height: 24;
}

a[data-class="seo-link"] div:hover {
  color: #EB0000 !important;
}

div[data-class="seo-widget"]:hover {
  border-color: #000000 !important;
}

.indicator {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .indicator {
    display: none;
  }
}

.focusProductName {
  text-decoration: none;
}

.focusProductName:focus {
  outline: 2px solid #262626;
}

.focusProductName div:hover {
  color: #EB0000 !important;
  text-decoration: underline;
}

.top-section {
  display: flex;
}

@media (max-width: 720px) {
  .top-section {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.rightArrowContainer {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0px;
  margin-top: -15px;
  border: 4px solid transparent;
  background-color: transparent;
}

.leftArrowContainer {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  border: 4px solid transparent;
  background-color: transparent;
}

.leftArrowContainer:focus-visible,
.rightArrowContainer:focus-visible {
  border: 4px solid #000 !important;
  outline: none;
}

.leftArrowContainer:active,
.rightArrowContainer:active {
  outline: none;
  border: 4px solid transparent !important;
}

.left-arrow:hover,
.right-arrow:hover {
  background-color: #EB0000;
  color: #FFFFFF;
}

.left-arrow:active,
.right-arrow:active {
  background-color: #A50000;
  color: #FFF;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .widget-shelf {
    width: 640px;
  }
}

@media (min-width: 360px) and (max-width: 380px) {
  .widget-shelf {
    width: 324px;
  }

  .widget-sub-shelf {
    padding: 0px 27px;
  }

  .rightArrowContainer {
    width: 30px;
    height: 30px;
    padding: 0px;
    right: 0px;
  }

  .leftArrowContainer {
    width: 30px;
    height: 30px;
    padding: 0px;
    left: 0px;
  }
}

@media (min-width: 380px) and (max-width: 768px) {
  .widget-shelf {
    width: 338px;
  }

  .widget-sub-shelf {
    padding: 0px 34px;
  }

  .rightArrowContainer {
    width: 34px;
    height: 34px;
    padding: 0px;
    right: 0px;
  }

  .leftArrowContainer {
    width: 34px;
    height: 34px;
    padding: 0px;
    left: 0px;
  }
}

h2.relatedProductsTitle {
  font-size: 22px;
  color: #262626;
  font-family: 'CVS Health Sans', sans-serif;
  line-height: 29px;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
}

.seoWidget img {
  width: 120px;
  height: 120px;
  max-width: 100%;
}

.additonalResources h2 {
  font-family: 'CVS Health Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #262626;
  margin: 0;
}

.additonalResources ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}

.additonalResources ul li {
  display: flex;
  align-items: center;
}

.additonalResources ul li a {
  font-family: 'CVS Health Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: underline;
  padding: 0.25rem;
}

.additonalResources ul li a:focus-visible {
  outline: 0.25rem solid #000;
}

.svgTest {
  fill: #00D2FF;
}

.additonalResources ul li a:hover {
  color: #EB0000 !important;
}

.additonalResources ul li a:active {
  background: #A50000 !important;
  color: #fff !important;
  outline: none;
}

@media (min-width: 360px) and (max-width: 1023px) {
  .additonalResources ul li a {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

/* PDP Fulfillment Tiles */

.pdp-fulfillment {
  display: flex;
  flex-direction: column;
}

.fulfillment-title {
  display: flex;
  font-family: CVS Health Sans;
  font-weight: 500;
  color: #343434;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #dedede;
  border-radius: 8px;
  width: 48%;
  height: 155.1px;
  background-color: transparent;
  cursor: pointer;
}

.tilesContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tileContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


.tileActive {
  border: 2px solid #000000;
}

.tileIneligble {
  border: 2px dashed #575757 !important;
  background-color: #F2F2F2;
  cursor: default;
}

.tileTitleContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  margin-top: 8px;
}

.tileTitle {
  font-size: 16px;
  font-family: CVS Health Sans;
  line-height: 21px;
  letter-spacing: 0;
  color: #000000;
  margin: 0;
  margin-bottom: 8px;
}

.checkMoreStoresFulfillment  {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0;
  font-family: Helvetica;
  color: #474747;
  font-weight: bold;
  margin-right: 3px;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 15px;
  margin-top: 10px;
  gap: 5px;
  text-align: start;
}

.checkMoreStoresFulfillment:hover {
  color: #c00;
  cursor: pointer;
}

.tileTitleActive {
  font-weight: 500;
}

.tileBottom {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  margin: 0;
  font-family: CVS Health Sans;
  text-align: left;
}

.shimmerTile {
  line-height: 18px;
  width: 48%;
  height: 100%;
}

.bottomSection {
  width: 100%;
  font-size: 14px;
}

.pickupText {
  font-family: CVS Health Sans;
  font-size: 16px;
  margin-top: 16px;
}

.pickupAddress {
  font-weight: 500;
}

.tradeMark {
  font-family: Helvetica;
  color: #c00;
  font-size: 10px;
}

.carePassBlock {
  color: #333333;
  font-family: CVS Health Sans;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 15px;
  margin-top: 16px;
}

.carePassRed {
  font-family: Helvetica;
  color: #c00;
  font-size: 15px;
  line-height: 18px;
}

.shippingZIPCodeContainer{
  display: flex;
  flex-direction: row;
  gap: 11.5px;
  margin-bottom: 18px;
  margin-top: 16px;
}

.shippingDetailsButton{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.shippingDetailsText{
  color: #474747;
  font-family: CVS Health Sans;
  font-size: 14px;
  letter-spacing: 0;
}

.changeZipButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.changeZipText{
  color: #474747;
  font-family: CVS Health Sans;
  font-size: 14px;
  letter-spacing: 0;
}

.textActive{
  color: #EB0000;
}

.hoverActive {
  color: #EB0000;
  cursor: pointer;
}

/* PDP Price */
.pdpOriginalPrice {
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  text-decoration-line: line-through;
  text-decoration-style: solid;
  margin-top: 2px;
}

.pdpPrice {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-right: 12px;
  padding-top: 0px;
}


.pdpPromoText {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #c00;
  margin-bottom: 8px;
}

.pdpPriceContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}

.priceMayVary {
  font-family: Helvetica;
  text-align: left;
  color: #767676;
  font-size: 12px;
  margin-top: 16px;
}

.pdpCommonPriceContainer {
  display: flex;
  flex-direction: row
}

.pdpCommonPriceInfoContainer {
  display: flex;
  align-items: flex-start;
}

.pdpPricePerWeight {
    font-family: CVS Health Sans, Arial, sans-serif;
    font-size: 14px;
    color: #767676;
    margin-top: 4px;
}

.saveAmount {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #000000;
}

.uomSalePrice {
  font-family: Helvetica;
  padding-top: 10px;
  font-size: 12px;
  color: #767676;
  line-height: 14px;
}

.pdpPriceInfoCarePassPriceContainer {
  margin-top: 8px;
  margin-bottom: 8px;
}

.carePassPriceText {
  font-weight: bold;
}

.carePassPriceContainer {
  font-family: Helvetica;
  font-size: 12px;
  color: #333;
}

.carePassPriceTextPrice {
  margin-right: 4px;
}
/* mobile */
@media (max-width: 760px) {
  .pdpPrice {
    font-size: 28px;
  }
  .pdpPriceAndPromoContainer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pdpPromoText {
    white-space: nowrap;
  }
}

.stickyPriceContainer {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  padding-left: 26px;
}

.stickyPromoText {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #c00;
}

.stickyCommonPriceContainer {
  display: flex;
  flex-direction: 'row';
  flex: 1;
}

.stickyPrice {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 28px;
  margin-right: 8px;
  padding-top: 0px;
}

.stickyOriginalPrice {
  font-size: 14px;
  color: #767676;
  font-weight: bold;
  text-decoration-line: line-through;
  text-decoration-style: solid;
  align-self: flex-end;
  margin-bottom: 5px;
  font-family: CVS Health Sans, Arial, sans-serif;
}
/* tablet and smaller */
@media (max-width: 1024px) {
  .stickyPromoText {
    font-size: 14px;
  }
}

/* Modal Styles */
.cvs-modal-wrapper {
  flex: content;
  max-height: 60%;
  max-width: 720px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  min-width: auto;
  outline: 0;
}

.cvs-modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 80;
}

.cvs-modal-container {
  max-width: 720px;
	z-index: 100;
	background: white;
	position: relative;
	margin: auto;
	border-radius: 8px;
}

.cvs-modal-content {
  padding: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* Mobile Styles */
@media (max-width: 720px) {
  .cvs-modal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    translate: 50% 50%;
    z-index: 90;
    width: 100%;
    outline: 0;
  }

  .cvs-modal-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 80;
  }

  .cvs-modal-container {
    z-index: 100;
    background: white;
    position: relative;
    margin: auto;
    border-radius: 0px;
  }

  .cvs-modal-content {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
/* Coupons */

.couponTitleText{
  font-family: CVS Health Sans;
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.moreLessContainer {
  margin-top: 16px;
  border-color: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.couponShowText {
  font-family: CVS Health Sans;
}

.couponSubtitleText {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 14px;
  line-height: 16.8px;
  padding-top: 16px;
  margin-top: 0;
}

.couponSignInButton {
  width: 120px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding-left: 0;
}

.couponSignInButtonText {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  margin: 0;
}

.moreLessShowBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 12px 16px;
}

.couponSignInButton{
  width: 120px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border: none;
}

.couponSignInButtonText {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

/* Extracare */

.pdp-extra-care-offer{
  margin-bottom: 8px;
  margin-top: 8px;
}

.couponTitleText {
  font-family: CVS Health Sans;
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.eligibleProductsButton {
  margin-top: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding-left: 0;
}

.storeAvailabilityText {
  font-family: CVS Health Sans;
  font-weight: bold;
  font-size: 18px;
  color: #c00;
}

.couponTitleStyle{
  font-family: Helvetica, Arial, sans-serif;
}

/* Stock At My Store */
.stockStatusText {
  font-weight: 600;
}

.stockAndAddressText {
  font-size: 14px;
  font-family: Helvetica;
  color: #333;
  margin-right: 5px;
  line-height: 18px;
}

.stockStatusContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  align-items: flex-start;
}

.stockAtMyStoreText {
  font-size: 14px;
  font-family: Helvetica;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0px;
}

.stockAtMyStoreContainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 17px 16px 20px 16px;
}

.checkMoreStoresStockAtMyStore {
  display: flex;
  height: 16px;
  width: 130px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 0px;
  font-size: 12px;
  letter-spacing: 0;
  font-family: Helvetica;
  color: #333;
  font-weight: 600;
  margin-right: 3px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (hover: hover) {
  .checkMoreStoresStockAtMyStore:hover {
    color: #EB0000;
  }
}

.checkMoreStoresStockAtMyStore:active {
  color: #A50000;
}

.touchButton {
  border: none;
  background-color: transparent;
}

/* PDP Top Section */
.pdp-variants {
  margin-top: 12px;
  margin-bottom: 12px;
}

.pdp-atb-container {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
}

.pdp-stock-error-container {
  width: 320px;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pdp-stock-error-text {
  color: #93277e;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pdp-title-container {
  flex-direction: row;
}

.pdp-title-container-left {
  flex: 1;
  flex-direction: column;
}

.pdp-title-header {
  font-family: Helvetica;
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
  padding-bottom: 4px;
}

.pdp-title-img-container {
  flex: 1 1 auto;
  min-width: 0px;
    width: 60%;
}

.pdp-lmtd-qty {
  padding-top: 16px;
  margin-top: 12px;
  color: #767676;
  font-size: 14px;
  font-family: Helvetica;
}

.pdp-qty-view {
  margin-top: 12px
}

.pdp-stock-shimmer-error-container {
  width: 100%;
}

.pdp-gutter {
  width: 28px;
}

.pdp-right-details {
  display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    flex-basis: auto;
  width: 40%;
  padding-bottom: 64px;
}

.pdp-atb-button {
  width: 180px;
  display: flex;
}

@media (max-width: 768px) {
  .pdp-title-header {
    font-family: Helvetica;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: bold;
  }

  .pdp-title-img-container {
    flex: 1 1 auto;
    min-width: 0px;
    width: 100%;
  }

  .pdp-qty-view-sm-screen {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
  }

  .pdp-atb-container {
    flex: 1;
    flex-direction: row;
    background-color: #f5f5f5;
    padding: 8px 16px 16px 16px;
    margin-top: 0px;
    margin-bottom: 16px;
    border-top: 1px solid #CCCCCC;
  }

  .pdp-right-details {
    width: 100%;
    padding-bottom: 64px;
  }
}

.stencil-criteo-shelf {
  margin-top: 15px;
}

.stencil-criteo-shelf {
  margin-top: 15px;
}

.stencil-criteo-shelf {
  margin-top: 15px;
}

.PDPPrice{
  display: flex;
  align-items: center;
}
.tileTitleLink {
  text-decoration: none;
}
