@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

:root {
  --brand-color: #00458f;
  --brand-light-color: #0059b8;
  --brand-lighter-color: #0059b8;
  --brand-dark-color: #003166;
  --brand-desaturated: #bbd0e6;
  --orange-color: #f48125;
  --orange-dark-color: #c46200;
  --body-bg-color: #f1f9ff;
  --neurtral-grey-color: #707070;
  --neurtral-grey-dark-color: #454545;
  --neutral-black-color: #252525;
  --full-black-color: #000000;
  --cvs-red-color: #ce1c2b;
}

/* General */
body {
  background-color: var(--body-bg-color);
  font-family: "Roboto", sans-serif;
  padding-right: 0 !important;
}

.page-coupons {
  background-color: var(--body-bg-color);
  font-family: "Roboto", sans-serif !important;
}

.coupons-body {
  padding: 0 !important;
  padding-right: 0 !important;
}

#main {
  padding: 0;
}

.form-group--relative {
  position: relative;
}

.form-group--relative .btn-clear {
  position: absolute;
  top: 46px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 1;
}

.form-group--relative .btn-clear img {
  width: 16px;
  height: 16px;
  margin: 0;
}

/* Header */
.page-rmds-header {
  padding: 24px 8px;
  background: #fff;
  font-family: "Roboto", sans-serif !important;
}

.page-rmds-header .link-email {
}

.page-rmds-header .link-email .link-email__text {
  font-size: 14px;
  color: var(--brand-light-color);
}

/* Product Finder */
.page-rmds-product-finder {
}

.page-rmds-product-finder .product-finder__form-group {
  padding: 16px 0 4px 0;
  background-color: var(--brand-color);
}

.page-rmds-product-finder
  .product-finder__form-group
  .input-group-prepend
  .input-group-text {
  font-size: 15px;
  height: 40px;
  top: 1px;
  position: relative;
}

.page-rmds-product-finder
  .product-finder__form-group
  .input-group-prepend
  + .form-control {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-rmds-product-finder .product-finder__form-group.form-group--lighter {
  background-color: var(--brand-lighter-color);
}

.page-rmds-product-finder .product-finder__form-group.form-group--light {
  background-color: var(--brand-light-color);
}

/* Product Info */
.page-rmds-product-info {
  padding: 16px 0 12px 0;
  background-color: var(--brand-dark-color);
  color: white;
}

.page-rmds-product-info h2 {
  font-family: "Roboto", sans-serif;
  margin: 8px 0 16px 0;
  font-weight: bold;
  color: white;
}

.page-rmds-product-info h2:before {
  display: none;
}

.page-rmds-product-info p {
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 16px;
}

.page-rmds-product-info p + p {
  margin-top: 16px;
}

.page-rmds-product-info .h2-sm {
  font-family: "Roboto", sans-serif;
  margin: 8px 0 16px 0;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.page-rmds-product-info .list-white {
  font-size: 16px;
  color: var(--brand-desaturated);
}

.page-rmds-product-info .list-white a {
  text-decoration: underline;
  color: var(--brand-desaturated);
}

.page-rmds-product-info .list-white a:hover {
  color: white;
}

/* Product List */
.page-rmds-product-list {
  padding: 32px 0;
}

.page-rmds-product-list p {
  font-size: 16px;
  color: var(--neurtral-grey-color);
}

.page-rmds-product-list p strong {
  color: var(--brand-color);
}

.page-rmds-product-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-rmds-product-list ul li {
  list-style: none;
  margin-bottom: 16px;
  padding: 24px;
  background-color: white;
}

.page-rmds-product-list .price .price-label {
  font-size: 14px;
  color: var(--neurtral-grey-color);
}

.page-rmds-product-list .price .price-value {
  font-size: 24px;
  color: var(--neurtral-grey-color);
  line-height: 1.4;
}

.page-rmds-product-list .price .price-value.strike {
  text-decoration: line-through;
}

.page-rmds-product-list .price .price-value strong {
  font-size: 28px;
  font-weight: strong;
  color: var(--brand-lighter-color);
  line-height: 1.4;
}

.page-rmds-product-list .price sup {
  top: -0.2em;
}

.page-rmds-product-list .copay-chl-price-label {
  font-size: 12px;
  color: var(--neurtral-grey-color);
  line-height: 1.4;
}

.page-rmds-product-list .copay-chl-price-value {
  font-size: 28px;
  color: var(--brand-lighter-color);
  line-height: 1.4;
}

.page-rmds-product-list .location-distance {
  font-size: 14px;
  color: var(--neurtral-grey-color);
}

.page-rmds-product-list .location-distance:before {
  content: "";
  display: inline-block;
  width: 11.2px;
  height: 18px;
  background: url(icon-location.svg) center center no-repeat;
  margin: 0 4px 0 8px;
  vertical-align: text-bottom;
}

.page-rmds-product-list hr {
  opacity: 0.2;
  background-color: var(--neurtral-grey-color);
  margin: 8px 0;
}

/* Form */
.page-rmds-product-finder .form-group label {
  font-size: 14px;
  margin-bottom: 4px;
  color: white;
}

.page-rmds-product-finder .form-control {
  padding: 8px 16px;
  height: 42px;
  font-size: 16px;
  -webkit-box-shadow: 4px 3px 4px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 4px 3px 4px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 4px 3px 4px 0px rgba(0, 0, 0, 0.26);
}

.page-rmds-product-finder select.form-control {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: white url("icon-dropdown.svg") no-repeat;
  background-position: right 48%;
  color: var(--neutral-black-color);
}

.page-rmds-product-finder select.form-control option {
  padding: 4px 8px;
}

/* Links */
.link-white {
  opacity: 0.8;
  color: white;
  text-decoration: underline;
  font-size: 16px;
}

.link-white:hover,
.link-white:focus {
  opacity: 1;
  color: white;
}

/* Buttons */
.btn-primary,
.btn-primary:visited {
  height: 48px;
  margin: 4px;
  padding: 0 24px;
  background-color: var(--brand-light-color);
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 48px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--brand-color);
  color: white;
}

.btn-download,
.btn-download:visited {
  height: 48px;
  margin: 4px;
  padding: 0 24px;
  background-color: var(--brand-lighter-color);
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 48px;
}

.btn-download:hover,
.btn-download:focus {
  background-color: var(--brand-color);
  color: white;
}

.btn-download:before {
  position: relative;
  top: 6px;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 4px;
  background: url(icon-download.svg) center center no-repeat;
}

.btn-orange-filled {
  height: 42px;
  margin: 4px;
  padding: 0 24px;
  background-color: var(--orange-color);
  font-size: 16px;
  font-weight: bold;
  color: white !important;
  line-height: 42px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.26);
}

.btn-find-prices {
  margin-top: 8px;
}

.btn-orange-filled:before {
  position: relative;
  top: 6px;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background: url(icon-search.svg) center center no-repeat;
}

.btn-orange-filled:hover,
.btn-orange-filled:focus {
  background-color: var(--orange-dark-color);
  color: white;
}

.btn-orange-filled--lg {
  height: 48px;
  line-height: 48px;
}

.btn-coupon,
.btn-coupon:visited {
  height: 48px;
  margin: 4px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  color: var(--orange-color);
  line-height: 48px;
}

.btn-coupon:hover,
.btn-coupon:active,
.btn-coupon:focus {
  border: solid 1px var(--orange-color);
  background-color: white;
  color: var(--orange-color);
  fill: var(--brand-dark-color);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-coupon:before {
  position: relative;
  top: 6px;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 8px;
  background: url(icon-coupon.svg) center center no-repeat;
}

.btn-blue,
.btn-blue:visited {
  height: 48px;
  margin: 4px;
  padding: 0 24px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  color: var(--brand-light-color);
  line-height: 48px;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  border: solid 1px var(--brand-light-color);
  background-color: white;
  color: var(--brand-light-color);
  fill: var(--brand-light-color);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn .img-icon {
  position: relative;
  top: 1px;
  vertical-align: unset;
  margin-top: 2px;
  margin-right: 4px;
}

.btn-no-icon:before {
  display: none;
}

.btn-shadow-none {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-multiline {
  display: inline-flex;
  flex-direction: row;
  grid-gap: 8px;
  align-items: center;
  line-height: 1.2;
  height: 64px;
  text-align: left;
}

.btn-multiline .img-icon {
  width: 32px;
  height: 32px;
}

/* Modal - Coupon */
.modal-coupon {
  font-family: "Roboto", sans-serif !important;
}
.modal-coupon hr {
  margin: 16px 0;
  opacity: 0.2;
  background-color: var(--neurtral-grey-color);
}
.modal-coupon .modal-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.modal-coupon .note-warning {
  font-size: 16px;
  font-weight: bold;
  color: var(--full-black-color);
  margin: 8px 0 0 0;
}
.modal-coupon .coupon-code {
  font-size: 18px;
  font-weight: bold;
  color: var(--brand-lighter-color);
}
.modal-coupon .text-label {
  font-size: 14px;
  color: var(--neurtral-grey-color);
}
.modal-coupon .text-value {
  font-size: 16px;
  font-weight: bold;
  color: var(--neutral-black-color);
}
.modal-coupon .medicine-name {
  font-size: 16px;
  font-weight: bold;
  color: var(--neutral-black-color);
}
.modal-coupon .medicine-strength {
  font-size: 16px;
  font-weight: bold;
  color: var(--neutral-black-color);
}
.modal-coupon .medicine-type {
  font-size: 16px;
  font-weight: bold;
  color: var(--neutral-black-color);
}
.modal-coupon .medicine-price {
  font-size: 32px;
  color: var(--brand-lighter-color);
  line-height: 1.4;
  font-weight: bold;
}
.modal-coupon .medicine-price sup {
  top: -0.22em;
}
.modal-coupon .pharmacy-name {
  font-size: 16px;
  color: var(--neurtral-grey-color);
}
/* Modal - Coupon: End */

/* Coupon One - Header*/
.modal-coupon-one .modal-dialog,
.modal-coupon-two .modal-dialog {
  max-width: 640px;
}
.modal-coupon-one hr {
  margin: 16px -20px;
}
.modal-coupon-oone .coupon-header {
  margin: 24px 0;
}

.modal-coupon-one .coupon-header .coupon-header__title {
  font-family: "Roboto", sans-serif;
  background-color: var(--orange-color);
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 12px 36px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .modal-coupon-one .coupon-header .coupon-header__title {
    font-size: 4.4vw;
  }
}

.modal-coupon-one .coupon-header .coupon-header__desc {
  margin: 0;
  padding: 12px 16px;
  line-height: 1;
  background-color: var(--brand-light-color);
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}

.modal-coupon-one .title-secondary,
.modal-coupon-two .title-secondary {
  margin-bottom: 16px;
  color: var(--brand-light-color);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.modal-coupon-one .medicine-info,
.modal-coupon-two .medicine-info {
  border: solid 1px #7d98b5;
  border-left: 0;
  border-right: 0;
  display: flex;
  flex-direction: row;
  margin: 16px -20px;
}

.modal-coupon-one .medicine-info .medicine-info__header {
  background-color: var(--brand-light-color);
  color: #ffffff;
  width: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-coupon-one
  .medicine-info
  .medicine-info__header
  .medicine-info__header-normal {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-top: -24px;
  margin-bottom: 8px;
  text-align: center;
}

.modal-coupon-one
  .medicine-info
  .medicine-info__header
  .medicine-info__header-rotated {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  transform: rotate(90deg);
}

.modal-coupon-one .medicine-info .medicine-info__body,
.modal-coupon-two .medicine-info .medicine-info__body {
  flex-grow: 1;
  padding: 18px 16px;
  text-align: center;
  background-color: #d8e2f3;
}

.modal-coupon-one .medicine-info .medicine-info__body .medicine-info__title,
.modal-coupon-two .medicine-info .medicine-info__body .medicine-info__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--full-black-color);
}

.modal-coupon-one .medicine-info .medicine-info__body .medicine-info__cost,
.modal-coupon-two .medicine-info .medicine-info__body .medicine-info__cost {
  margin: 8px 0 4px 0;
  font-size: 32px;
  font-weight: bold;
  color: var(--brand-light-color);
}

.modal-coupon-one .medicine-info .medicine-info__body .medicine-info__note,
.modal-coupon-two .medicine-info .medicine-info__body .medicine-info__note {
  font-size: 14px;
  font-weight: bold;
  color: var(--neurtral-grey-dark-color);
}

.brand-logo-section .brand-logo {
  max-width: 225px;
  height: auto;
}

.brand-logo-section .brand-logo-text {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  margin-right: 12px;
}
/* Coupon One - Header - End */

/* Label Value Group - Start */
.label-value-group .label-value-group__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.label-value-group .label-value-group__row .label-value-group__row-label {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  width: calc(50% - 8px);
  line-height: 1.3;
}

.label-value-group .label-value-group__row .label-value-group__row-value {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: calc(50% - 8px);
  line-height: 1.3;
}
/* Label Value Group - End */

/* Exclusive Card */
.exclusive-card {
  display: block;
  border: solid 1px rgba(102, 102, 102, 0.3);
  border-radius: 18px;
  padding: 24px;
}

.exclusive-card .exclusive-card__logo-slug {
  font-size: 24px;
  color: var(--neurtral-grey-dark-color);
  line-height: 1;
}

.exclusive-card .exclusive-card__title {
  background-color: #ce1c2b;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  margin: 8px auto 16px auto;
  display: block;
  padding: 12px 16px;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .exclusive-card .exclusive-card__logo-slug {
    font-size: 5vw;
  }
  .exclusive-card .exclusive-card__title {
    font-size: 5vw;
  }
}

.exclusive-card__desc {
  font-size: 20px;
  color: var(--neurtral-grey-dark-color);
  line-height: 1.4;
  width: 50%;
}

.exclusive-card__note {
  font-size: 14px;
  font-weight: bold;
  color: var(--neurtral-grey-dark-color);
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .exclusive-card__desc {
    width: 100%;
    text-align: center;
  }

  .exclusive-card__note {
    text-align: center;
  }
}

.table-lv__container {
  border: solid 1px rgba(102, 102, 102, 0.3);
  padding: 12px 16px 6px 16px;
  /* height: 128px; */
}

.table-lv {
  border: 0;
  margin: 0;
}

.table-lv .label {
  font-size: 16px;
  font-weight: normal;
  color: var(--neurtral-grey-dark-color);
  white-space: nowrap;
  border: 0;
  padding: 0 8px 0 0;
}

.table-lv .value {
  font-size: 16px;
  font-weight: bold;
  color: var(--full-black-color);
  border: 0;
  white-space: nowrap;
  padding: 0;
}

/* Exclusive Card - End */

/* Section Uninsured */
.section-uninsured {
  padding: 40px 0;
  background-color: white;
}
.section-uninsured .title:before {
  display: none;
}
.section-uninsured .title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: var(--brand-light-color);
  margin: 16px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .section-uninsured .title {
    margin: 6px 0 0 0;
    font-size: 32px;
    line-height: 1;
  }
}

.section-uninsured .desc {
  font-size: 32px;
  line-height: 1.4;
  color: var(--brand-light-color);
  margin: 4px 0 0 0;
}

.section-uninsured .desc strong {
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .section-uninsured .desc {
    font-size: 18px;
  }

  .section-uninsured .desc br {
    display: none;
  }
}

.section-uninsured .logo-wrapper {
  text-align: center;
  margin-top: -16px;
}

@media only screen and (max-width: 992px) {
  .section-uninsured .logo-wrapper img {
    max-width: 128px;
  }
}

@media only screen and (max-width: 480px) {
  .section-uninsured .logo-wrapper img {
    margin-top: 16px;
  }
}

.section-uninsured-ribbon {
  display: block;
  padding: 4px 0 6px 0;
  background-color: var(--orange-color);
  text-align: center;
  color: white;
}

.section-uninsured-ribbon a {
  font-size: 16px;
  color: white;
  line-height: 1;
}

.section-uninsured-ribbon a:hover {
  text-decoration: underline;
  color: white;
}
/* Section Uninsured - End */

/* Section Copay Banner */
.section-copay-banner {
  padding: 40px 0;
  background-color: var(--orange-color);
}
.section-copay-banner .title:before {
  display: none;
}
.section-copay-banner .title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
  color: white;
  margin: 16px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .section-copay-banner .title {
    margin: 6px 0 0 0;
    font-size: 32px;
    line-height: 1;
  }
}

.section-copay-banner .desc {
  font-size: 32px;
  line-height: 1.4;
  color: white;
  margin: 4px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .section-copay-banner .desc {
    font-size: 18px;
  }

  .section-copay-banner .desc br {
    display: none;
  }
}

.section-copay-banner .desc strong {
  text-transform: uppercase;
}
.section-copay-banner .logo-wrapper {
  text-align: center;
  margin-top: -16px;
}

@media only screen and (max-width: 992px) {
  .section-copay-banner .logo-wrapper img {
    max-width: 128px;
  }
}

@media only screen and (max-width: 480px) {
  .section-copay-banner .logo-wrapper img {
    margin-top: 16px;
  }
}

.section-copay-banner-ribbon {
  display: block;
  padding: 4px 0 6px 0;
  background-color: white;
  text-align: center;
  color: #007bff;
}

.section-copay-banner-ribbon a {
  font-size: 16px;
  color: #007bff;
  text-align: center;
  line-height: 1;
}

.section-copay-banner-ribbon a:hover {
  text-decoration: underline;
  color: #0056b3;
}
/* Section Copay Banner - End */

/* Modal Text Coupon */
.modal-sms .modal-body {
  font-size: 16px;
}
/* Modal Text Coupon - End */

@media print {
  body {
    background-color: transparent;
  }
  #primary {
    display: none;
  }

  .modal-body {
    display: block;
  }

  .modal-body * {
    -webkit-print-color-adjust: exact;
  }

  .modal-content {
    border: 1px solid var(--neurtral-grey-dark-color);
  }

  .modal-coupon hr {
    margin: 16px -20px;
    opacity: 0.6;
    background-color: var(--neurtral-grey-dark-color) !important;
  }

  .modal-coupon-one .medicine-info,
  .modal-coupon-two .medicine-info {
    border: solid 1px var(--neurtral-grey-dark-color);
  }

  .modal-footer {
    border-top: 1px solid var(--neurtral-grey-dark-color);
  }

  .modal-coupon-one .modal-footer,
  .modal-coupon-two .modal-footer {
    display: none !important;
  }

  .discountcard-noncvs,
  .discountcard-cvs {
    border: solid 2px rgba(0, 0, 0, 80%);
  }
}

/* Discount Card Page */
.page-print-discountcard {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
}

.discountcard-noncvs,
.discountcard-cvs {
  max-width: 520px;
  border-radius: 16px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  margin: 16px auto 16px auto;
  padding: 24px;
}

@media only screen and (max-width: 520px) {
  .discountcard-cvs,
  .discountcard-noncvs {
    width: 100%;
  }

  .discountcard-cvs img,
  .discountcard-noncvs img {
    max-width: 100%;
    height: auto;
  }
}

.discountcard-noncvs .discountcard-heading,
.discountcard-cvs .discountcard-heading {
  background-color: var(--orange-color);
  color: white;
  padding: 10px 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 520px) {
  .discountcard-noncvs .discountcard-heading,
  .discountcard-cvs .discountcard-heading {
    font-size: 20px;
  }
}

.discountcard-cvs .discountcard-heading {
  background-color: var(--cvs-red-color);
}

.discountcard-body {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.discountcard-body .body-leftcol,
.discountcard-body .body-rightcol {
  width: 50%;
}

.discountcard-body .body-leftcol {
  padding-right: 32px;
}

.discountcard-body .body-rightcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 16px;
  border-left: solid 1px rgba(102, 102, 102, 50%);
}

.discountcard-body .p-lg {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--neurtral-grey-dark-color);
}

.discountcard-body .p-sm {
  font-size: 14px;
  margin-bottom: 4px;
}

.close-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: solid 1px rgba(102, 102, 102, 30%);
  background-color: white;
  text-align: center;
}

/* page-template-page-rxmedsaver-coupons-php
page-template-page-rxmedsaver-coupons */
.page-id-321 .header-bar {
  height: unset !important;
  min-height: unset !important;
}
.page-id-321 .classic-header .branding {
  display: none;
}

.page-id-321 .header-space {
  height: unset !important;
  min-height: 60px !important;
}
