html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.6em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  width: 100%;
}

input,
select,
textarea {
  max-width: 100%;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

:root {
  --dimenBorderRadius: 0.3125rem;
  --dimenGutter: 1rem;
  --colorTextPrimary: #000;
  --colorPrimary: #00857a;
  --colorPrimaryLight: #33958b;
  --colorPrimaryLightText: #00a799;
  --colorPrimaryLighter: #76c1bc;
  --colorPrimaryDark: #005e56;
  --colorSecondary: #662046;
  --colorSecondaryDark: #37424a;
  --colorSecondaryLight: #9ac92e;
  --colorWarning: #fe0000;
  --colorSuccess: #029a01;
  --colorInfo: #1058a4;
  --colorGray: #a4a4a4;
  --colorGrayDark: #555;
  --colorGrayLight: #e4e4e4;
  --colorGrayLighter: #f4f4f4;
  --colorWhite: #fff;
}

html {
  overflow-x: hidden;
}

html.locked {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: sans-serif;
}

.wrapper {
  position: relative;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--dimenGutter);
  padding-left: var(--dimenGutter);
}

.wrapper.wrapper-medium {
  max-width: 48rem;
}

[class^="wp-block-"] .wrapper,
[class*=" wp-block-"] .wrapper {
  position: initial;
  max-width: initial;
  margin-right: initial;
  margin-left: initial;
  padding-right: initial;
  padding-left: initial;
}

h1,
h2 {
  font-weight: 500;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1rem;
  font-weight: normal;
}

h4 {
  font-size: 0.875rem;
  font-weight: bold;
}

p {
  font-size: 0.875rem;
}

strong {
  font-weight: bold;
}

hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--colorGray);
  margin: 1rem 0;
}

p,
li {
  line-height: 1.5;
  margin: 1rem 0;
}

ul {
  padding-left: 1.5rem;
}

a {
  color: var(--colorPrimary);
}

a:hover {
  color: var(--colorPrimaryDark);
}

img {
  max-width: 100%;
  height: auto;
}

.wp-block-image img{
  vertical-align: unset;
}

button,
.btn,
[type="button"],
[type="reset"],
[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 0.59375rem 1.25rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: none;
  border-radius: var(--dimenBorderRadius);
  background-color: var(--colorPrimary);
  white-space: normal;
  cursor: pointer;
}

button:hover,
.btn:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--colorPrimaryLight);
  color: #fff;
}

button.inverted,
.btn.inverted,
[type="button"].inverted,
[type="reset"].inverted,
[type="submit"].inverted,
button.bordered,
.btn.bordered,
[type="button"].bordered,
[type="reset"].bordered,
[type="submit"].bordered {
  color: var(--colorPrimary);
  background-color: #fff;
}

button.bordered,
.btn.bordered,
[type="button"].bordered,
[type="reset"].bordered,
[type="submit"].bordered {
  -webkit-box-shadow: inset 0 0 0 1px var(--colorPrimary);
  box-shadow: inset 0 0 0 1px var(--colorPrimary);
}

button.text-wide,
.btn.text-wide,
[type="button"].text-wide,
[type="reset"].text-wide,
[type="submit"].text-wide {
  letter-spacing: 0.86px;
}

button.text-light,
.btn.text-light,
[type="button"].text-light,
[type="reset"].text-light,
[type="submit"].text-light {
  font-weight: 500;
}

button.arrow-right,
.btn.arrow-right,
[type="button"].arrow-right,
[type="reset"].arrow-right,
[type="submit"].arrow-right {
  position: relative;
}

button.arrow-right:before,
.btn.arrow-right:before,
[type="button"].arrow-right:before,
[type="reset"].arrow-right:before,
[type="submit"].arrow-right:before {
  font-family: 'Vivid-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  margin-top: -0.5em;
  font-size: 2rem;
}

small,
.text-small {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-primary {
  color: var(--colorPrimary);
}

.text-primary-dark {
  color: var(--colorPrimaryDark);
}

.text-link {
  color: var(--colorPrimary);
  text-decoration: underline;
  cursor: pointer;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.site-content {
  font-size: 1rem;
  line-height: 1.5;
}

.site-content .wrapper {
  max-width: 72rem;
}

header.entry-header {
  background-color: var(--colorPrimaryLighter);
  color: #fff;
  padding: 1.5rem 0;
}

header.entry-header h1,
header.entry-header h2 {
  padding-right: var(--dimenGutter);
  padding-left: var(--dimenGutter);
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-gray {
  background-color: var(--colorGrayLighter);
}

.bg-primary-lighter {
  background-color: var(--colorPrimaryLighter);
}

.bg-primary-dark {
  background-color: var(--colorPrimaryDark);
  color: #fff;
}

.checkbox-toggle {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal;
}

.title-area h1+h2 {
  margin-top: -0.5rem;
}

.promo-coupon {
  overflow: hidden;
  background-color: var(--colorPrimaryLighter);
  text-align: center;
}

.promo-coupon .wrapper {
  max-width: 60rem;
}

.promo-coupon .wrapper .btn {
  width: 100%;
  max-width: 14.38rem;
}

.promo-coupon .wrapper img {
  width: 100%;
  max-width: 10rem;
  margin-bottom: -0.625rem;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.promo-coupon .wrapper p:last-child {
  font-size: 0.75rem;
}

.promo-coupon.large-coupon {
  background-color: transparent;
}

.promo-coupon.large-coupon .wrapper {
  max-width: 75rem;
}

.external-link,
.label-link {
  color: var(--colorPrimary);
  text-decoration: underline;
  cursor: pointer;
}

.external-link:hover,
.label-link:hover {
  color: var(--colorPrimaryDark);
}

.interstitial {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: auto;
  z-index: 14;
}

.interstitial .interstitial-wrap {
  display: inline-block;
  position: relative;
  max-width: 36rem;
  margin-top: 8rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  text-align: left;
}

.interstitial .interstitial-content {
  display: inline-block;
  padding: 2rem;
}

.interstitial .interstitial-title,
.interstitial .interstitial-disclaimer,
.interstitial .interstitial-actions {
  display: block;
}

.interstitial .interstitial-title {
  margin: 1rem 0 1rem 0;
}

.interstitial .interstitial-actions .btn {
  width: 13.5625rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

.interstitial .interstitial-actions .btn+.btn {
  margin-left: 1rem;
}

.checkbox-toggle:checked+.interstitial {
  display: block;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: auto;
  z-index: 14;
}

.popup #hcpPopupLogo {
  width: 8.125rem;
  height: 5.375rem;
}

.popup .popup-content {
  display: inline-block;
  position: relative;
  max-width: 45rem;
  margin-top: 8rem;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  text-align: left;
}

.popup .popup-title,
.popup .popup-disclaimer,
.popup .popup-actions {
  display: block;
}

.popup .popup-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.popup .popup-actions .btn {
  min-width: 13.5625rem;
  text-transform: uppercase;
}

.popup .popup-actions .btn+.btn {
  margin-left: 1rem;
}

.popup .popup-dismiss {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.75rem;
  color: var(--colorGrayDark);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.checkbox-toggle:checked+.popup {
  display: block;
}

.interstitial-dismiss {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.75rem;
  color: var(--colorGrayDark);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1rem;
    font-weight: bold;
  }

  p {
    font-size: 1rem;
  }

  button.text-large,
  .btn.text-large,
  [type="button"].text-large,
  [type="reset"].text-large,
  [type="submit"].text-large {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  button.double-padded,
  .btn.double-padded,
  [type="button"].double-padded,
  [type="reset"].double-padded,
  [type="submit"].double-padded {
    padding-top: 1.063rem;
    padding-bottom: 1.063rem;
  }

  button.double-padded.text-large,
  .btn.double-padded.text-large,
  [type="button"].double-padded.text-large,
  [type="reset"].double-padded.text-large,
  [type="submit"].double-padded.text-large {
    padding-top: 0.96875rem;
    padding-bottom: 0.96875rem;
  }

  .text-large {
    font-size: 1rem;
    line-height: 1.5;
  }

  .text-larger {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .title-area {
    padding: 0.5rem 0;
  }

  .promo-coupon {
    padding: 1rem 0;
  }

  .promo-coupon .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .promo-coupon .wrapper img {
    max-width: 9.375rem;
  }

  .promo-coupon .wrapper p:last-child {
    font-size: inherit;
  }

  .promo-coupon .wrapper>*:nth-child(1) {
    width: 20%;
  }

  .promo-coupon .wrapper>*:nth-child(2) {
    width: 68%;
    text-align: left;
  }

  .promo-coupon.large-coupon {
    padding-bottom: 2rem;
    background-color: var(--colorPrimaryLighter);
  }

  .promo-coupon.large-coupon .wrapper img {
    max-width: 215px;
  }

  .promo-coupon.large-coupon .wrapper>*:nth-child(1) {
    width: 30%;
    padding-right: 7rem;
  }

  .promo-coupon.large-coupon .wrapper>*:nth-child(2) {
    width: 70%;
  }
}

@media (min-width: 1600px) {
  .wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  header.entry-header h1,
  header.entry-header h2 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .interstitial .interstitial-actions {
    margin-top: 0.5rem;
  }

  .interstitial .interstitial-actions .btn {
    min-width: 0;
    width: calc(50% - 0.25rem);
  }

  .interstitial .interstitial-actions .btn+.btn {
    margin-left: 0.5rem;
  }

  .popup .popup-content {
    margin: 8rem 0.5rem 0 0.5rem;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

@media (max-width: 959px) {
  .desktop-only-modified {
    display: none;
  }

  .subnav .mobile-subnav-force-show {
    display: initial !important;
  }
}

.sticky-top-ie {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0px;
}

#masthead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 14;
}

.indication-open #masthead {
  position: relative;
}

.site-title {
  margin: 0;
}

.site-title a {
  text-align: center;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

#menuMain,
#menuMobileBottom {
  display: none;
}

#menuMain {
  margin: 0;
  padding: 0;
}

#menuMain a {
  position: relative;
  font-style: normal;
  color: var(--colorTextPrimary);
  text-decoration: none;
}

#menuMain a:after {
  display: inline-block;
  font-size: 2.25rem;
  color: var(--colorPrimary);
}

#menuMain ul a {
  color: #fff;
}

#menuMain>li.menu-item-has-children>a:after {
  font-family: 'Vivid-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
}

#menuMain>li.menu-item-has-children.open>a:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  color: var(--colorPrimary);
}

#menuMain .menu-item,
#menuTop .menu-item {
  line-height: 1;
}

#menuHomePageSidebar .menu-item {
  line-height: 1.5;
}

.menu-item {
  display: inline-block;
  position: relative;
  list-style: none;
  list-style-image: none;
  margin: 0;
  line-height: 1;
}

.menu-item label,
.menu-item a {
  display: block;
  padding: 0.5rem;
}

.menu-item label {
  cursor: pointer;
}

.menu-item a {
  color: var(--colorTextPrimary);
  text-decoration: none;
}

.menu-item ul {
  display: none;
  padding: 0;
  margin: 0;
}

.menu-item.open ul {
  display: block;
  opacity: 1;
  z-index: 1;
}

#menuTop {
  font-size: 0.75rem;
}

#menuTop li a,
#menuTop li .label-link {
  display: block;
  padding: 0.75rem 1.25rem;
  color: var(--colorPrimary);
}

#menuTop li .label-link {
  text-decoration: none;
}

#menuTop li:last-child a {
  padding-right: 0;
}

#menuMobileBottom {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

#menuMobileBottom li {
  display: block;
}

#menuMobileBottom li a,
#menuMobileBottom li .label-link {
  display: block;
  padding: 0.75rem 0;
  font-size: 1rem;
}

#menuMobileBottom li .label-link {
  text-decoration: none;
  color: var(--colorTextPrimary);
}

@media (min-width: 960px) {
  .header-wrapper {
    padding-left: 13rem;
  }

  .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 8.0625rem;
    padding-right: 2.5rem;
  }

  .site-branding {
    position: absolute;
    top: 0;
    left: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .site-title {
    line-height: 1;
  }

  .site-title a {
    display: block;
    width: 9.75rem;
    height: 7.0625rem;
  }

  .site-title a svg,
  .site-title a img {
    max-width: 100%;
    max-height: 100%;
  }

  #siteNavigationToggle {
    display: none;
  }

  #menuTop li {
    display: inline-block;
  }

  #menuTop li+li {
    margin-left: 1rem;
  }

  #menuTop li a,
  #menuTop li .label-link {
    padding: 0.75rem 0;
    font-size: 0.75rem;
    color: var(--colorPrimary);
  }

  #menuTop li a:hover,
  #menuTop li .label-link:hover {
    color: var(--colorPrimaryLightText);
  }

  #menuMain {
    display: block;
  }

  #menuMain .menu-item.menu-item-has-children a:after {
    margin-right: -0.5rem;
    color: var(--colorGray);
    vertical-align: middle;
    line-height: 0;
  }

  #menuMain .menu-item.current a {
    border-color: var(--colorPrimary);
  }

  #menuMain .menu-item.current .menu-item-child a {
    border-color: transparent;
  }

  #menuMain>li {
    padding-left: 1.4rem;
  }

  #menuMain>li a {
    padding: 1.5rem 0;
  }

  #menuMain>li:last-child {
    padding-right: 0;
  }

  #menuMain>li .menu-item-child a {
    border-color: transparent;
    display: block;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  #menuMain>li .menu-item-child a:hover {
    background: var(--colorPrimaryLightText);
  }

  #menuMain .sub-menu ul {
    padding: 1rem 0 0.25rem 0;
  }

  #menuMain .sub-menu li {
    display: block;
  }

  #menuMain .sub-menu li a {
    padding: 1rem 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  #menuMain .sub-menu li:hover {
    background: var(--colorPrimaryLightText);
  }

  #menuMain .sub-menu li:nth-child(1),
  #menuMain .sub-menu li:nth-child(5),
  #menuMain .sub-menu li:nth-child(9) {
    -ms-grid-column: 1;
    margin-right: 1.875rem;
  }

  #menuMain .sub-menu li:nth-child(2),
  #menuMain .sub-menu li:nth-child(6),
  #menuMain .sub-menu li:nth-child(10) {
    -ms-grid-column: 2;
    margin-right: 1.875rem;
  }

  #menuMain .sub-menu li:nth-child(3),
  #menuMain .sub-menu li:nth-child(7),
  #menuMain .sub-menu li:nth-child(11) {
    -ms-grid-column: 3;
    margin-right: 1.875rem;
  }

  #menuMain .sub-menu li:nth-child(4),
  #menuMain .sub-menu li:nth-child(8),
  #menuMain .sub-menu li:nth-child(12) {
    -ms-grid-column: 4;
  }

  #menuMain .sub-menu li:nth-child(5),
  #menuMain .sub-menu li:nth-child(9),
  #menuMain .sub-menu li:nth-child(13) {
    -ms-grid-column: 5;
  }

  #menuMain .sub-menu li:nth-child(1),
  #menuMain .sub-menu li:nth-child(2),
  #menuMain .sub-menu li:nth-child(3),
  #menuMain .sub-menu li:nth-child(4) {
    -ms-grid-row: 1;
  }

  #menuMain .sub-menu li:nth-child(5),
  #menuMain .sub-menu li:nth-child(6),
  #menuMain .sub-menu li:nth-child(7),
  #menuMain .sub-menu li:nth-child(8) {
    -ms-grid-row: 2;
  }

  #menuMain .sub-menu li:nth-child(9),
  #menuMain .sub-menu li:nth-child(10),
  #menuMain .sub-menu li:nth-child(11),
  #menuMain .sub-menu li:nth-child(12) {
    -ms-grid-row: 3;
  }

  #menuMain .sub-menu li:nth-child(13),
  #menuMain .sub-menu li:nth-child(14),
  #menuMain .sub-menu li:nth-child(15),
  #menuMain .sub-menu li:nth-child(16) {
    -ms-grid-row: 4;
  }

  #menuMain a {
    border-bottom: 4px solid transparent;
  }

  .menu-item label,
  .menu-item a {
    white-space: nowrap;
  }

  .menu-item ul {
    position: absolute;
    top: 100%;
    opacity: 0;
    right: 0;
    background: var(--colorPrimary);
  }

  .menu-item ul a {
    color: var(--colorTextPrimary);
  }

  .ie-only.submenu-open:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 14;
  }

  .ie-edge-only.submenu-open:before {
    background: rgba(255, 255, 255, 0) !important;
  }

  .ie-edge-only.submenu-open #masthead {
    z-index: 14;
  }

  .ie-edge-only.submenu-open #indication {
    position: relative;
  }

  .ie-edge-only.submenu-open #indication:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .ie-edge-only.submenu-open #menuMain .menu-item.open>a {
    border-color: var(--colorPrimary);
  }
}

@media (min-width: 1600px) {
  #menuTop li a {
    padding: 0.4rem;
    margin-bottom: 0.5rem;
  }

  #menuMain .menu-item {
    font-size: 1rem;
  }
}

@media (max-width: 959px) {
  .sticky-header:not(.site-nav-open):not(.indication-open) #masthead {
    -webkit-animation: animtionDropInHeader 1s ease-in both;
    animation: animtionDropInHeader 1s ease-in both;
  }

  .hide-header:not(.site-nav-open):not(.indication-open) #masthead {
    -webkit-animation: animtionPullOutHeader 1s ease-in both;
    animation: animtionPullOutHeader 1s ease-in both;
  }

  .header-wrapper {
    padding: 0;
  }

  .site-branding {
    position: relative;
    margin-bottom: 0.75rem;
  }

  .site-branding:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    background-color: var(--colorGray);
  }

  .site-title {
    padding: 0 5.5rem;
  }

  .site-title a {
    display: block;
    height: 5rem;
  }

  .site-title a svg,
  .site-title a img {
    height: 100%;
  }

  #menuTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #menuTop li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 50%;
  }

  #menuTop li a {
    text-align: center;
    padding: 0.75rem 0.25rem;
  }

  #menuMain {
    margin-bottom: 1rem;
    padding: 1rem 2.5rem;
    background-color: var(--colorGrayLighter);
  }

  #menuMain ul {
    margin-bottom: 0;
  }

  #menuMain ul a {
    color: var(--colorTextPrimary);
    font-weight: normal;
  }

  #menuMain a {
    position: relative;
    padding: 1rem 1.75rem 1rem 0;
    color: var(--colorTextPrimary);
  }

  #menuMain a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    padding: 0.25rem 0;
  }

  #menuMain li {
    display: block;
  }

  #menuMain li.menu-item-has-children>a:after {
    right: 0.0625rem;
    top: 0.125rem;
  }

  #menuMain li.open a:after {
    top: 0;
    right: -0.125rem;
  }

  #menuMain>li:not(.menu-item-has-children)>a:after {
    font-family: 'Vivid-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e908';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #menuMain>li+li {
    border-top: 1px solid var(--colorGray);
  }

  #menuMain a {
    display: block;
  }

  #siteNavigationToggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.5rem;
    height: 5.5rem;
    background-color: transparent;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
  }

  #siteNavigationToggle span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--colorPrimary);
    border-radius: var(--dimenBorderRadius);
    color: var(--colorPrimary);
    text-align: center;
    text-transform: uppercase;
  }

  #siteNavigationToggle span.menu-toggle-text-close {
    background-color: var(--colorPrimary);
    color: #fff;
    display: none;
  }

  .site-nav-open #page>*:not(#masthead) {
    display: none;
  }

  .site-nav-open #masthead {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden auto;
    z-index: 1000;
  }

  .site-nav-open #masthead .main-navigation #siteNavigationToggle .menu-toggle-text-open {
    display: none;
  }

  .site-nav-open #masthead .main-navigation #siteNavigationToggle .menu-toggle-text-close {
    display: inline-block;
  }

  .site-nav-open #masthead .main-navigation #menuMain,
  .site-nav-open #masthead .main-navigation #menuMobileBottom {
    display: block;
  }

  .site-nav-open #masthead #indication {
    display: none;
  }
}

#mobileNavContact {
  display: none;
}

@media screen and (max-width: 840px) {
  html.site-nav-open #mobileNavContact {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1.75rem auto;
    -ms-grid-columns: 1.75rem auto;
    grid-template-rows: auto;
    -ms-grid-rows: 100% 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  html.site-nav-open #mobileNavContact div:first-of-type {
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    width: 100vw;
  }

  html.site-nav-open #mobileNavContact div:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  html.site-nav-open #mobileNavContact div:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }

  html.site-nav-open #mobileNavContact p:first-of-type {
    margin-top: 0;
  }

  html.site-nav-open #mobileNavContact i {
    font-size: 1.5rem;
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  border-bottom: 1px solid #dedddd;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href] {
  outline: none;
}

@-webkit-keyframes animtionDropInHeader {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@keyframes animtionDropInHeader {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes animtionPullOutHeader {
  0% {
    top: 0;
  }

  100% {
    top: -100%;
  }
}

@keyframes animtionPullOutHeader {
  0% {
    top: 0;
  }

  100% {
    top: -100%;
  }
}

#indicationSummaryLong,
#indicationSummaryShort {
  display: none;
}

#indication {
  color: #fff;
}

#indication h2 {
  margin: 0;
  line-height: 1;
  background-color: var(--colorPrimary);
  color: #fff;
}

#indication h2 label {
  display: block;
  position: relative;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  cursor: pointer;
}

#indication h2 span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.25rem;
  font-weight: normal;
}

#indication #indicationSummaryShort {
  background-color: var(--colorPrimary);
}

#indication #indicationSummaryShort p {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #fff;
}

#indication #indicationSummaryLong {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#indication #indicationSummaryLong h5 {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: center;
}

#indication #indicationSummaryLong img {
  display: block;
  max-width: 7.25rem;
  margin: 0 auto 1rem auto;
}

#indication.short-open #indicationSummaryShort {
  display: block;
}

#indication.short-open #indicationSummaryLong {
  display: none;
}

#indicationToggle:checked~#indication #indicationSummaryLong {
  display: block;
}

#indicationToggle:checked~#indication #indicationSummaryShort {
  display: none;
}

#indicationToggle:checked~#indication h2 span {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#indicationToggle:checked~#indication.indication-modal:not(.short-open) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 14;
  overflow: auto;
}

#indicationToggle:checked~#indication.indication-modal:not(.short-open) #indicationContainer {
  color: var(--colorTextPrimary);
  width: calc(100% - 1.5rem);
  max-width: 48.75rem;
  background-color: #fff;
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
  z-index: 13;
  padding-bottom: 1rem;
  margin: 4rem auto;
}

#indicationToggle:checked~#indication.indication-modal:not(.short-open) h2 {
  border-top-left-radius: var(--dimenBorderRadius);
  border-top-right-radius: var(--dimenBorderRadius);
}

#indicationToggle:checked~#indication.indication-modal:not(.short-open) #indicationSummaryLong {
  background-color: inherit;
}

#indicationToggle:checked~#indication.indication-modal:not(.short-open) #indicationSummaryLong p {
  color: inherit;
}

@media (min-width: 768px) {
  #indication h2 {
    padding-top: 0.125rem;
  }

  #indication h2 label {
    font-size: 1.5rem;
    padding: 0.6875rem 1.5rem 0.6875rem 0.25rem;
  }

  #indication h2 span {
    right: -0.5625rem;
  }

  #indication #indicationSummaryShort p {
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
  }

  #indication #indicationSummaryLong {
    background-color: var(--colorPrimary);
    padding: 0.5rem 0 1rem 0;
  }

  #indication #indicationSummaryLong p {
    margin: 0;
    font-size: 1rem;
    color: #fff;
  }

  #indication #indicationSummaryLong .wrapper>p:first-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .indication-open {
    overflow: hidden;
  }

  #indication h2 {
    font-size: 1.125rem;
    padding: 0.2rem 0.5rem;
  }

  #indication .wrapper {
    padding: 0;
  }

  #indicationToggle:checked~#indication:not(.short-open) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11;
    overflow: auto;
  }

  #indicationToggle:checked~#indication:not(.short-open) #indicationContainer {
    color: var(--colorTextPrimary);
    width: calc(100% - 1.5rem);
    background-color: #fff;
    border-radius: var(--dimenBorderRadius);
    -webkit-box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.4);
    z-index: 13;
    padding-bottom: 1rem;
    margin: 4rem auto;
  }

  #indicationToggle:checked~#indication:not(.short-open) h2 {
    border-top-left-radius: var(--dimenBorderRadius);
    border-top-right-radius: var(--dimenBorderRadius);
  }

  #indicationToggle:checked~#indication:not(.short-open) #indicationSummaryLong .wrapper {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  #indicationToggle:checked~#indication:not(.short-open) #indicationSummaryLong .wrapper p {
    font-size: 0.875rem;
  }
}

@font-face {
  font-family: 'Vivid-Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Vivid-Icons'), url("/wp-content/themes/cex-wpvip-mhh-merck-vivid-main-theme/fonts/Vivid-Icons.woff2") format('woff2'), url("/wp-content/themes/cex-wpvip-mhh-merck-vivid-main-theme/fonts/Vivid-Icons.woff") format('woff');
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Vivid-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-left:before {
  content: "\e900";
}

.icon-angle-double-right:before {
  content: "\e901";
}

.icon-angle-down:before {
  content: "\e902";
}

.icon-angle-left:before {
  content: "\e903";
}

.icon-angle-right:before {
  content: "\e904";
}

.icon-angle-up:before {
  content: "\e905";
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-arrow-up:before {
  content: "\e909";
}

.icon-briefcase-medical:before {
  content: "\e90a";
}

.icon-bullet-list:before {
  content: "\e90b";
}

.icon-calendar:before {
  content: "\e90c";
}

.icon-caret-down:before {
  content: "\e90d";
}

.icon-caret-left:before {
  content: "\e90e";
}

.icon-caret-right:before {
  content: "\e90f";
}

.icon-caret-up:before {
  content: "\e910";
}

.icon-chart-bar:before {
  content: "\e911";
}

.icon-chart-pie:before {
  content: "\e912";
}

.icon-chat:before {
  content: "\e913";
}

.icon-check-circle-small:before {
  content: "\e914";
}

.icon-check-circle:before {
  content: "\e915";
}

.icon-check-list:before {
  content: "\e916";
}

.icon-check-small:before {
  content: "\e917";
}

.icon-check-square:before {
  content: "\e918";
}

.icon-check:before {
  content: "\e919";
}

.icon-clipboard:before {
  content: "\e91a";
}

.icon-close:before {
  content: "\e91b";
}

.icon-comment:before {
  content: "\e91c";
}

.icon-desktop:before {
  content: "\e91d";
}

.icon-envelope:before {
  content: "\e91e";
}

.icon-exclamation-circle-fill:before {
  content: "\e91f";
}

.icon-exclamation-circle:before {
  content: "\e920";
}

.icon-exclamation-triangle-fill:before {
  content: "\e921";
}

.icon-exclamation-triangle:before {
  content: "\e922";
}

.icon-file:before {
  content: "\e923";
}

.icon-folder:before {
  content: "\e924";
}

.icon-heart-fill:before {
  content: "\e925";
}

.icon-heart:before {
  content: "\e926";
}

.icon-hospital:before {
  content: "\e927";
}

.icon-id-card:before {
  content: "\e928";
}

.icon-info-circle-fill:before {
  content: "\e929";
}

.icon-info-circle-small:before {
  content: "\e92a";
}

.icon-info-circle:before {
  content: "\e92b";
}

.icon-lightbulb:before {
  content: "\e92c";
}

.icon-minus:before {
  content: "\e92d";
}

.icon-mobile:before {
  content: "\e92e";
}

.icon-percent-browser:before {
  content: "\e92f";
}

.icon-percent-dotted:before {
  content: "\e930";
}

.icon-phone:before {
  content: "\e931";
}

.icon-pill-fill:before {
  content: "\e932";
}

.icon-pill:before {
  content: "\e933";
}

.icon-play-circle:before {
  content: "\e934";
}

.icon-plus:before {
  content: "\e935";
}

.icon-question-circle-fill:before {
  content: "\e936";
}

.icon-question-circle:before {
  content: "\e937";
}

.icon-question-comment:before {
  content: "\e938";
}

.icon-radio-button-fill:before {
  content: "\e939";
}

.icon-radio-button:before {
  content: "\e93a";
}

.icon-search:before {
  content: "\e93b";
}

.icon-square:before {
  content: "\e93c";
}

.icon-star-of-life:before {
  content: "\e93d";
}

.icon-stopwatch:before {
  content: "\e93e";
}

.icon-user-friends:before {
  content: "\e93f";
}

.icon-user-medical:before {
  content: "\e940";
}

.icon-user:before {
  content: "\e941";
}

.arrow-btns {
  font-size: 0;
}

.arrow-btns>* {
  display: inline-block;
  border-right: none !important;
  line-height: 0;
  border-radius: 5px;
  border-color: var(--colorGray);
  cursor: pointer;
}

.arrow-btns>*:nth-child(1) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.arrow-btns>*:last-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid var(--colorGray) !important;
}

.arrow-btns .arrow-btn-left,
.arrow-btns .arrow-btn-right {
  background: transparent;
  border: 1px solid var(--colorGray);
  padding: 0px;
}

.arrow-btns .arrow-btn-left>i,
.arrow-btns .arrow-btn-right>i {
  color: var(--colorTextPrimary);
  font-size: 2.3rem;
}

.arrow-btns .arrow-btn-left:hover>i,
.arrow-btns .arrow-btn-right:hover>i {
  color: var(--colorPrimary);
}

.arrow-btns .arrow-btn-left:active,
.arrow-btns .arrow-btn-right:active {
  outline: none !important;
}

.arrow-btns .arrow-btn-left:active>i,
.arrow-btns .arrow-btn-right:active>i {
  color: var(--colorPrimaryDark) !important;
}

.arrow-btns .arrow-btn-left:focus,
.arrow-btns .arrow-btn-right:focus {
  color: var(--colorTextPrimary);
  outline: none !important;
  -webkit-box-shadow: 0 0 0.625rem 0 var(--colorPrimary);
  box-shadow: 0 0 0.625rem 0 var(--colorPrimary);
}

.arrow-btns *.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.arrow-btns *.disabled>i {
  color: var(--colorGray);
}

.vivid-paginate-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px 0;
}

.vivid-paginate-wrapper .vivid-paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 35px;
  font-weight: 600;
}

.vivid-paginate-wrapper .vivid-paginate span {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 7px;
}

.vivid-paginate-wrapper .vivid-paginate span:hover {
  color: var(--colorPrimary);
  background: none;
}

.vivid-paginate-wrapper .vivid-paginate span.enabled {
  background: var(--colorPrimary);
  color: #fff;
}

.vivid-paginate-wrapper .vivid-paginate span.icon-arrow-left,
.vivid-paginate-wrapper .vivid-paginate span.icon-arrow-right {
  font-size: 35px;
}

.vivid-paginate-wrapper .vivid-paginate span.icon {
  color: #000;
  position: relative;
}

.vivid-paginate-wrapper .vivid-paginate span.icon .arrow-active {
  border: 4px solid var(--colorPrimary);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  z-index: -1;
  display: none;
}

.vivid-paginate-wrapper .vivid-paginate span.icon:hover {
  color: var(--colorPrimary);
  background: none;
}

.vivid-paginate-wrapper .vivid-paginate span.icon:active .arrow-active {
  display: block;
}

.vivid-paginate-wrapper .vivid-paginate .rest {
  position: relative;
}

.vivid-paginate-wrapper .vivid-paginate .rest .drop {
  position: absolute;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 45px;
  text-align: center;
  display: none;
  z-index: 9;
}

.vivid-paginate-wrapper .vivid-paginate .rest .drop span {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
  color: #000;
}

.vivid-paginate-wrapper .vivid-paginate .rest .drop span:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.vivid-paginate-wrapper .vivid-paginate .rest .drop span:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.vivid-paginate-wrapper .vivid-paginate .rest .drop span:hover {
  background: var(--colorPrimary);
  color: #fff;
}

.vivid-paginate-wrapper .vivid-paginate .rest .drop:hover {
  display: block;
}

.vivid-paginate-wrapper .vivid-paginate .rest:active .drop {
  display: block;
}

.vivid-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 25px;
  margin: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vivid-checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.vivid-checkbox-wrapper input:checked~.checkmark {
  background: var(--colorPrimary);
  border: 2px solid var(--colorPrimary);
}

.vivid-checkbox-wrapper input:checked~.checkmark:after {
  display: block;
}

.vivid-checkbox-wrapper label {
  font-size: 12px;
}

.vivid-checkbox-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
}

.vivid-checkbox-wrapper .checkmark:hover {
  border: 2px solid var(--colorPrimary);
  -webkit-box-shadow: 0 0 1px var(--colorPrimary);
  box-shadow: 0 0 1px var(--colorPrimary);
}

.vivid-checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vivid-radio-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

.vivid-radio-button-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.vivid-radio-button-wrapper input:checked~.checkmark {
  border: 2px solid var(--colorPrimary);
}

.vivid-radio-button-wrapper input:checked~.checkmark:after {
  display: block;
}

.vivid-radio-button-wrapper label {
  font-size: 12px;
}

.vivid-radio-button-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  border-radius: 50%;
}

.vivid-radio-button-wrapper .checkmark:hover {
  border: 2px solid var(--colorPrimary);
  -webkit-box-shadow: 0 0 1px var(--colorPrimary);
  box-shadow: 0 0 1px var(--colorPrimary);
}

.vivid-radio-button-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--colorPrimary);
}

.vivid-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.vivid-input-wrapper label {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
}

.vivid-input-wrapper input {
  padding: 15px;
  border-radius: 6px;
  border: none;
  border: 1px solid #000;
  outline: none;
  font-weight: 500;
  color: #000;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* Most modern browsers support this now. */
}

.vivid-input-wrapper input:focus {
  -webkit-box-shadow: 0 0 6px var(--colorPrimary);
  box-shadow: 0 0 6px var(--colorPrimary);
}

.vivid-input-wrapper input:hover {
  border: 1px solid var(--colorPrimary);
}

.vivid-input-wrapper input:active {
  border: 1px solid var(--colorPrimary);
}

.vivid-input-wrapper input:disabled {
  border: 1px solid #ccc;
  background: none;
}

.vivid-input-wrapper input::-webkit-input-placeholder {
  color: #000;
}

.vivid-input-wrapper input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.vivid-input-wrapper input:-ms-input-placeholder {
  color: #000;
}

.vivid-input-wrapper input::-ms-input-placeholder {
  color: #000;
}

.vivid-input-wrapper input::placeholder {
  color: #000;
}

.vivid-input-wrapper .response {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}

.error {
  position: relative;
}

.error label {
  display: block;
}

.error label:after,
.error label:before {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: var(--colorWarning);
  right: 7px;
  top: 7px;
}

.error label:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.error label:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.error input {
  border: 1px solid var(--colorWarning) !important;
}

.error span {
  color: var(--colorWarning);
}

.error .response {
  display: block;
}

.success label {
  display: block;
}

.success label:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid var(--colorSuccess);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) 2;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.success input {
  border: 1px solid var(--colorSuccess) !important;
}

.success span {
  color: var(--colorSuccess);
}

.success .response {
  display: block;
}

.vivid-textarea-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
}

.vivid-textarea-wrapper label {
  margin-bottom: 10px;
  font-weight: 600;
}

.vivid-textarea-wrapper .textarea-wrapper {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-radius: 6px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vivid-textarea-wrapper .textarea-wrapper:hover {
  border: 1px solid var(--colorPrimary);
}

.vivid-textarea-wrapper .textarea-wrapper:focus-within {
  -webkit-box-shadow: 0 0 6px var(--colorPrimary);
  box-shadow: 0 0 6px var(--colorPrimary);
}

.vivid-textarea-wrapper .textarea-wrapper:active {
  border: 1px solid var(--colorPrimary);
}

.vivid-textarea-wrapper .textarea-wrapper textarea {
  border: none;
  outline: none;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  resize: vertical;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* Most modern browsers support this now. */
}

.vivid-textarea-wrapper .textarea-wrapper textarea::-webkit-resizer {
  background-image: url("/wp-content/themes/cex-wpvip-mhh-merck-vivid-main-theme/images/resizeicon.png");
  background-repeat: repeat;
  background-size: 120%;
  background-position: top;
}

@media (min-width: 768px) {
  .vivid-textarea-wrapper .textarea-wrapper textarea::-webkit-resizer {
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.vivid-textarea-wrapper .textarea-wrapper textarea:disabled {
  border: none;
  background: none;
}

.vivid-textarea-wrapper .textarea-wrapper textarea::-webkit-input-placeholder {
  color: #000;
}

.vivid-textarea-wrapper .textarea-wrapper textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.vivid-textarea-wrapper .textarea-wrapper textarea:-ms-input-placeholder {
  color: #000;
}

.vivid-textarea-wrapper .textarea-wrapper textarea::-ms-input-placeholder {
  color: #000;
}

.vivid-textarea-wrapper .textarea-wrapper textarea::placeholder {
  color: #000;
}

.vivid-textarea-wrapper .response {
  font-size: 14px;
  margin-top: 10px;
}

.disabled .textarea-wrapper {
  border: 1px solid #ccc !important;
}

.disabled .response {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}

.error .textarea-wrapper {
  border: 1px solid var(--colorWarning) !important;
}

.error span {
  color: var(--colorWarning);
}

.error .response {
  display: block;
}

.success .textarea-wrapper {
  border: 1px solid var(--colorSuccess) !important;
}

.success span {
  color: var(--colorSuccess);
}

.success .response {
  display: block;
}

.vivid-popover-wrapper {
  position: relative;
  min-width: 207px;
  max-width: 207px;
}

.vivid-popover-wrapper .drop-icon {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
}

.vivid-popover-wrapper .drop-icon:active .dropdown-menu {
  display: block;
}

.vivid-popover-wrapper .drop-icon svg:hover path {
  fill: var(--colorPrimary);
}

.vivid-popover-wrapper .dropdown-menu {
  width: 100%;
  background: transparent;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
  position: absolute;
  top: 0;
  padding-top: 30px;
  z-index: 13;
}

.vivid-popover-wrapper .dropdown-menu:hover {
  display: block;
}

.vivid-popover-wrapper .dropdown-menu ul {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.vivid-popover-wrapper .dropdown-menu ul li {
  margin: 0;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.vivid-popover-wrapper .dropdown-menu ul li:hover {
  background: var(--colorPrimary);
  color: #fff;
}

.vivid-popover-wrapper .dropdown-menu ul li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.vivid-popover-wrapper .dropdown-menu ul li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vivid-popover-wrapper:active .dropdown-menu {
  display: block;
}

.vivid-popover-wrapper:active:hover .dropdown-menu {
  display: block;
}

.vivid-popover-labeled-wrapper {
  position: relative;
  min-width: 220px;
  max-width: 220px;
}

.vivid-popover-labeled-wrapper .drop-icon {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  color: var(--colorPrimary);
  cursor: pointer;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vivid-popover-labeled-wrapper .drop-icon svg {
  margin-left: 12px;
  margin-bottom: 3px;
}

.vivid-popover-labeled-wrapper .drop-icon svg polygon {
  fill: var(--colorPrimary);
}

.vivid-popover-labeled-wrapper .drop-icon:hover {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

.vivid-popover-labeled-wrapper .drop-icon:active .dropdown-menu {
  display: block;
}

.vivid-popover-labeled-wrapper .drop-icon:active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vivid-popover-labeled-wrapper .dropdown-menu {
  width: 100%;
  background: transparent;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
  position: absolute;
  top: 0;
  padding-top: 30px;
  z-index: 13;
}

.vivid-popover-labeled-wrapper .dropdown-menu:hover {
  display: block;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li {
  margin: 0;
  padding: 0.7rem 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li:hover {
  background: var(--colorPrimary);
  color: #fff;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li:hover span {
  border: 1px solid #fff;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li:active {
  -webkit-filter: birghtness(85%);
  filter: birghtness(85%);
  background: var(--colorPrimary);
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul li span {
  height: 20px;
  width: 20px;
  border: 1px solid #dd0d0d;
  display: block;
  margin-right: 10px;
  border-radius: 4px;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul .disable {
  opacity: 0.5;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul .disable:hover {
  background: transparent;
  color: inherit;
}

.vivid-popover-labeled-wrapper .dropdown-menu ul .danger {
  color: var(--colorWarning);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.vivid-popover-labeled-wrapper .dropdown-menu ul .danger:hover {
  color: #fff;
  background: var(--colorWarning);
}

.vivid-popover-labeled-wrapper:active .dropdown-menu {
  display: block;
}

.vivid-popover-labeled-wrapper:active:hover .dropdown-menu {
  display: block;
}

.vivid-dropdown-menu-wrapper {
  margin: 10px 0;
  width: 100%;
}

.vivid-dropdown-menu-wrapper label {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.vivid-dropdown-menu-wrapper .dropped svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  border-radius: 5px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu:hover {
  border: 1px solid var(--colorPrimary);
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu svg {
  position: absolute;
  right: 1.25rem;
  top: 1.2rem;
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu span {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 0.59375rem 1.25rem;
  position: relative;
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu span:hover {
  color: var(--colorPrimary) !important;
  background: none !important;
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu:active {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid var(--colorPrimary);
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu:active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu:focus {
  -webkit-box-shadow: 0 0 8px var(--colorPrimary);
  box-shadow: 0 0 8px var(--colorPrimary);
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu button {
  text-align: left;
  width: 100%;
  background: none;
  color: #000;
  border: none;
  outline: none;
  border-radius: 0;
  font-weight: 500;
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu button:hover {
  background: var(--colorPrimary);
  color: #fff;
}

.vivid-dropdown-menu-wrapper .vivid-dropdown-menu button:active {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

/* End of vivid-main */
:root {
  --colorTextPrimary: #333e48;
  --colorGray: #c4c4c4;
  --colorGrayMed: #676e74;
  --colorGrayDark: #979797;
  --colorGrayLight: #a4a4a4;
  --colorGrayVeryDark: #333e48;
}

/* BEGIN webfont loading */
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), url("../fonts/Roboto.woff2") format('woff2'), url("../fonts/Roboto.woff") format('woff');
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), url("../fonts/Roboto-Bold.woff2") format('woff2'), url("../fonts/Roboto-Bold.woff") format('woff');
}

/*END webfont loading */
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: var(--colorTextPrimary);
}

#main a[href*=".pdf"]:before,
#main a[href*=".pdf"] .ie-pdf-icon {
  display: inline-block;
  font-family: 'Vivid-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  margin-right: 0.05rem;
  text-decoration: none;
}

#main .no-pdf a[href*=".pdf"]:before {
  content: "";
  margin: 0;
}

#main a[href*=".pdf"].no-pdf:before {
  content: "";
  margin: 0;
}

.ie-only #main a[href*=".pdf"],
.ie-edge-only #main a[href*=".pdf"] {
  text-decoration: none !important;
}

.ie-only #main a[href*=".pdf"] .ie-text-decoration,
.ie-edge-only #main a[href*=".pdf"] .ie-text-decoration {
  text-decoration: underline !important;
  line-height: 22px !important;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.description {
  font-size: 0.875rem;
  line-height: 1;
}

.btn {
  border-radius: 0;
}

.btn.bordered {
  -webkit-box-shadow: inset 0 0 0 2px var(--colorPrimary);
  box-shadow: inset 0 0 0 2px var(--colorPrimary);
}

.btn.mobile-nav-btn {
  display: block;
  position: relative;
  padding: 0.8125rem 2.5rem 0.8125rem 1.125rem;
  text-transform: uppercase;
}

.btn.mobile-nav-btn [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}

#jobcode {
  font-size: 0.75rem;
}

.site-header {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.header-wrapper .site-branding {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.header-wrapper .site-branding .site-title {
  min-height: 4.375rem;
  margin: 0;
  padding: 1.25rem 0 0 5.25rem;
}

.header-wrapper .site-branding .site-title a {
  width: 15.625rem;
  height: auto;
  text-decoration: none;
  text-align: left;
}

.header-wrapper .site-branding .site-title a:after {
  content: "This site is intended for US health care professionals.";
  display: block;
  margin-top: 0.25rem;
  color: var(--colorTextPrimary);
  font-size: 0.625rem;
  line-height: 1.8em;
  font-weight: normal;
}

.header-wrapper .site-branding .site-title a img {
  display: block;
  max-width: 13.125rem;
  height: auto;
}

.header-wrapper .main-navigation #siteNavigationToggle {
  padding: 0;
  width: 5.25rem;
  height: 4.375rem;
}

.header-wrapper .main-navigation #siteNavigationToggle span {
  top: 1.375rem;
  left: 1.125rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 3.375rem;
  padding: 0.375rem 0;
  font-size: 0.75rem;
  line-height: 1em;
}

.header-wrapper .main-navigation #menuTop {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2rem;
  font-size: 0.875rem;
  background-color: var(--colorGrayLighter);
  border-bottom: 1px solid var(--colorGray);
}

.header-wrapper .main-navigation #menuTop>li.menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.header-wrapper .main-navigation #menuTop>li.menu-item a {
  padding: 1.25rem 0;
}

.header-wrapper .main-navigation #menuTop>li.menu-item:nth-child(1) a:after {
  content: "|";
  display: inline-block;
  margin: 0 0.25rem;
}

.header-wrapper .main-navigation #menuTop>li.menu-item:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-wrapper .main-navigation #menuMain {
  padding: 1rem 2rem;
}

.header-wrapper .main-navigation #menuMain>li.menu-item:last-child {
  display: none;
}

.header-wrapper .main-navigation #menuMain>li.menu-item.menu-item-has-children:not(.open) a:after {
  color: var(--colorGray);
}

.header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item a {
  padding: 0.625rem 0;
  color: var(--colorPrimary);
  font-size: 1rem;
  line-height: 1.5em;
}

.header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item a .menu-item-description {
  display: block;
  color: var(--colorTextPrimary);
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.5em;
}

.header-wrapper .main-navigation #menuMain>li.menu-item:first-child ul.sub-menu li.menu-item .menu-item-description {
  display: block;
}

.site-nav-open .header-wrapper .main-navigation #menuTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.entry-header {
  background-color: var(--colorGrayLighter);
  color: var(--colorPrimaryDark);
  padding: 0.75rem 0;
  margin-bottom: 2rem;
}

h2 {
  color: var(--colorPrimaryDark);
}

.page-404 .title-area {
  background: var(--colorGrayLighter);
  color: var(--colorPrimaryDark);
  padding: 0.75rem 0;
}

hr {
  margin: 2rem 0 0 0;
  border-color: var(--colorGrayDark);
}

.two-col-list hr {
  border-color: var(--colorGrayLight);
  margin: 1rem 0;
}

.two-col-list p {
  line-height: 1;
  margin: 0.75rem 0;
}

.col-flex .wp-block-column {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 1rem;
}

.wp-block-vividberg-modal .vividberg-modal-content-container {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.wp-block-vividberg-modal.vividberg-modal-block-container.mv-interstitial .vividberg-modal {
  max-width: 800px;
  padding: 1rem 2rem;
  border-radius: 0rem;
}

.vaccine-card {
  border-radius: 5px;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.vividberg-block-card {
  margin-left: 0 !important;
}

.popup #hcpPopupLogo {
  width: 16rem;
  height: auto;
  max-width: 100%;
}

.mv-interstitial .interstitial-content {
  padding: 2rem 1.5rem;
}

.mv-interstitial .interstitial-title {
  color: var(--colorPrimaryDark);
  margin-bottom: 0rem;
  font-size: 1rem;
}

.mv-interstitial .interstitial-actions .btn {
  margin-top: 1rem;
  min-width: 12rem;
}

.mv-interstitial .interstitial-action-proceed {
  margin-left: 0 !important;
  display: block;
}

sup a {
  text-decoration: none;
}

h1 sup.reference-sup {
  font-size: 0.875rem;
  top: -0.5rem;
}

h2 sup.reference-sup {
  font-size: 0.5rem;
  top: -0.4rem;
}

h3 sup.reference-sup {
  font-size: 0.25rem;
  top: -0.4rem;
}

.no-text-decoration a {
  text-decoration: none;
}

a.no-text-decoration {
  text-decoration: none;
}

.pl-1_625 {
  padding-left: 1.625rem !important;
}

.vaccines-table {
  border-collapse: collapse;
  border: solid 1px var(--colorGrayDark);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.vaccines-table caption {
  text-align: left;
  margin-bottom: 1rem;
}

.vaccines-table th {
  padding: 0.75rem;
  border: solid 1px var(--colorGrayDark);
}

.vaccines-table td {
  text-align: center;
  vertical-align: top;
  padding: 0.5rem;
  border: solid 1px var(--colorGrayDark);
}

/* Updated WP built in font-size classes*/
.has-small-font-size,
p.has-small-font-size {
  font-size: 12px !important;
}
.has-medium-font-size,
p.has-medium-font-size {
  font-size: 16px !important;
}
.has-large-font-size:not(.example-conver-font-mobile),
p.has-large-font-size:not(.example-conver-font-mobile) {
  font-size: 14px !important;
}
.has-huge-font-size,
p.has-huge-font-size {
  font-size: 14px !important;
}
.mv-reference-card .vividberg-modal-title-container p {
  color: var(--colorPrimaryDark) !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.mv-reference-card ul {
  padding-left: 1.2rem;
}

.mv-reference-card ol {
  padding-left: 1rem;
}

.mv-reference-card ol li {
  padding-left: 0.65rem;
}

.mv-reference-card ol[start="10"],
.mv-reference-card ol[start="11"],
.mv-reference-card ol[start="12"],
.mv-reference-card ol[start="13"],
.mv-reference-card ol[start="14"],
.mv-reference-card ol[start="15"],
.mv-reference-card ol[start="16"],
.mv-reference-card ol[start="17"],
.mv-reference-card ol[start="18"],
.mv-reference-card ol[start="19"],
.mv-reference-card ol[start="20"],
.mv-reference-card ol[start="21"],
.mv-reference-card ol[start="22"],
.mv-reference-card ol[start="23"],
.mv-reference-card ol[start="24"],
.mv-reference-card ol[start="25"],
.mv-reference-card ol[start="26"],
.mv-reference-card ol[start="27"],
.mv-reference-card ol[start="28"],
.mv-reference-card ol[start="29"],
.mv-reference-card ol[start="30"] {
  padding-left: 1.625rem;
}

.safari-only .mv-reference-card ol {
  padding-left: 1.25rem;
}

.wrapper p,
.wrapper ol,
.wrapper ul,
.wrapper th,
.wrapper td {
  font-size: 0.875rem;
}

@media (min-width: 768px) {

  .wrapper p,
  .wrapper ol,
  .wrapper ul,
  .wrapper th,
  .wrapper td {
    font-size: 1rem;
  }

  #jobcode {
    font-size: 0.875rem;
  }

  .two-col-list .wp-block-column {
    padding-right: 5rem;
  }

  .wp-block-column.content-main {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-right: 4rem;
  }

  .wp-block-column.content-sidebar {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .mv-interstitial .interstitial-wrap {
    max-width: 48rem;
  }

  .mv-interstitial .interstitial-content {
    padding: 2rem;
  }

  .mv-interstitial .interstitial-title {
    font-size: 1.5rem;
  }

  .mv-interstitial .interstitial-actions {
    margin: 1rem 0 2rem 0;
  }

  .mv-interstitial .interstitial-action-proceed {
    display: inline-block;
  }

  .mv-interstitial label.btn.interstitial-action-cancel {
    margin-right: 1rem;
  }

  .vaccines-table {
    font-size: 1rem;
  }

  .vaccines-table th {
    padding: 1rem;
  }

  .vaccines-table td {
    padding: 0.75rem;
  }
  .has-small-font-size,
  p.has-small-font-size {
    font-size: 14px !important;
  }
  .has-medium-font-size,
  p.has-medium-font-size {
    font-size: 18px !important;
  }
  .has-large-font-size:not(.example-conver-font-mobile),
  p.has-large-font-size:not(.example-conver-font-mobile) {
    font-size: 36px !important;
  }
  .has-huge-font-size,
  p.has-huge-font-size {
    font-size: 42px !important;
  }
}

.intersitial-modal-open .home .site>* {
  filter: blur(0.5rem);
  -webkit-filter: blur(0.5rem);
  -ms-filter: blur(0.5rem);
}

.intersitial-modal-open .home .site #interstitialExternalLinkModal {
  -webkit-filter: none !important;
  filter: none !important;
  background: transparent;
}

@media (min-width: 960px) {
  .submenu-open .site>*:not(.site-header) {
    filter: blur(0.5rem);
    -webkit-filter: blur(0.5rem);
    -ms-filter: blur(0.5rem);
  }

  .submenu-open:before {
    z-index: 14;
  }

  .submenu-open #menuMain li.menu-item.open a {
    border-color: var(--colorTextPrimary);
  }
  .whiteBackground .site > *:not(.site-header) {
    opacity: 0;
    background-color: var(--colorwhite) !important;
    -webkit-filter: blur(0px) !important;
            filter: blur(0px) !important;
  }
  .header-wrapper {
    padding-left: 20rem;
    padding-right: 2rem;
  }

  .header-wrapper .site-branding {
    overflow: visible;
  }

  .header-wrapper .site-branding .site-title {
    margin-top: 1.875rem;
    padding: 0;
  }

  .header-wrapper .site-branding .site-title a {
    width: 18.75rem;
  }

  .header-wrapper .site-branding .site-title a:after {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5em;
  }

  .header-wrapper .site-branding .site-title a img {
    max-width: 17.5rem;
  }

  .header-wrapper .main-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 7.1875rem;
    padding-right: 0;
  }

  .header-wrapper .main-navigation #menuTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    font-size: 0.75rem;
    background-color: transparent;
    border-bottom: none;
  }

  .header-wrapper .main-navigation #menuTop>li.menu-item a {
    padding: 1rem 0;
    margin: 0;
  }

  .header-wrapper .main-navigation #menuTop>li.menu-item:nth-child(2) {
    margin-left: 0;
  }

  .header-wrapper .main-navigation #menuTop>li.menu-item:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .header-wrapper .main-navigation #menuTop>li.menu-item:nth-child(3) a {
    padding: 15px 0 16px 0 !important;
  }

  .header-wrapper .main-navigation #menuTop>li.menu-item:nth-child(3) a:before {
    content: "";
    display: inline-block;
    width: 0.625rem;
    height: 0.6875rem;
    margin-right: 0.3125rem;
    background-image: url("../images/user.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .header-wrapper .main-navigation #menuTop>li.menu-item:last-child {
    display: none;
  }

  .header-wrapper .main-navigation #menuMain {
    padding: 0;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item {
    position: static;
    padding-left: 1.5rem;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item a {
    padding: 0 0 1.5rem 0;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item:first-child {
    padding-left: 0;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item:last-child {
    display: inline-block;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item:last-child a {
    padding: 0.75rem 2.5rem;
    color: var(--colorPrimary);
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid var(--colorPrimary);
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item.open ul.sub-menu {
    display: -ms-grid;
    display: grid;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 25% 25% 25% 25%;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    padding: 0.9375rem;
    border-top: 1px solid var(--colorGray);
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item {
    border-bottom: 1px solid var(--colorGray);
    background: inherit;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:nth-child(13),
  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:nth-child(14),
  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:nth-child(15),
  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:nth-child(16) {
    border-bottom: none;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:hover {
    background-color: var(--colorGrayLighter);
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:focus,
  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item:active {
    background-color: var(--colorGrayLight);
    outline: none;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item a {
    padding: 0.9375rem 0.625rem;
    border-bottom: 0;
    white-space: normal;
    font-weight: bold;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item a .menu-item-description {
    display: block;
  }

  .header-wrapper .main-navigation #menuMain>li.menu-item ul.sub-menu li.menu-item.contact-block {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  .mv-reference-card .vividberg-modal-title-container p {
    color: var(--colorPrimaryDark) !important;
    font-weight: 400 !important;
    font-size: 1.5rem !important;
  }

  .mv-reference-card .vividberg-modal-title-container ol,
  .mv-reference-card .vividberg-modal-title-container ul {
    padding-left: 1.5rem;
  }

  h1 sup.reference-sup {
    font-size: 1rem;
    top: -0.75rem;
  }

  h2 sup.reference-sup {
    font-size: 0.875rem;
    top: -0.5rem;
  }

  h3 sup.reference-sup {
    font-size: 0.5rem;
    top: -0.75rem;
  }

  span.desktop-br {
    display: block;
  }
}

@media (max-width: 960px) {
  .entry-content>.wrapper {
    padding: 0;
  }

  span.mobile-br {
    display: block;
  }
}

.site-nav-open #masthead {
  overflow-y: auto !important;
}

.footer-links {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  list-style-image: none;
}

.footer-links li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.footer-links li a,
.footer-links li .label-link {
  display: block;
  padding: 1.5rem 1rem;
  font-size: 0.875rem;
  color: var(--colorTextPrimary);
  text-decoration: none;
}

#footerLogos {
  margin-top: 2rem;
}

#footerLogos img {
  max-height: 2.5rem;
}

#footerLogosTrusteBadges a {
  text-decoration: none;
}

#footerLogosTrusteBadges .accessibility {
  margin-right: 40px;
}

#footerCopyright,
#footerSiteIntent {
  margin: 0;
  padding: 1rem 0;
  background-color: var(--colorPrimary);
  color: #fff;
}

#footerCopyright small,
#footerSiteIntent small {
  display: block;
}

#footerCopyright {
  margin-top: 2rem;
}

#footerSiteIntent {
  background-color: var(--colorPrimaryDark);
}

@media (min-width: 768px) {
  footer {
    border-top: 1px solid #c4c4c4;
  }

  .footer-links li a,
  .footer-links li .label-link {
    padding: 0.75rem 1rem 0.75rem 0;
    display: inline-block;
  }

  .footer-links li a:hover,
  .footer-links li .label-link:hover {
    color: var(--colorPrimaryLightText);
  }

  #footerLogos .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #footerLogos .wrapper>img,
  #footerLogos .wrapper #footerLogosTrusteBadges {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .footer-links li {
    border-bottom: 1px solid #d2d2d2;
  }

  #footerLogosTrusteBadges {
    display: block;
    margin-top: 1.875rem;
  }

  #footerLogosTrusteBadges img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 0.25rem;
  }

  #footerLogosTrusteBadges img+img {
    padding-right: 0;
    padding-left: 0.25rem;
  }

  #footerLogosTrusteBadges .accessibility {
    display: block;
    margin-bottom: 30px;
  }

  #footerLogosTrusteBadges .accessibility img {
    padding: 0;
  }
}

#wrapperFooterTop {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0.25rem;
}

#contactInfoFooter,
#menuFooterTop {
  margin: 2rem 0;
}

#menuFooterTop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menuMerckSites li {
  display: block;
}

#menuMerckSites li+li {
  margin-top: 0.5rem;
}

#menuMerckSites a {
  padding-left: 0;
}

#HelpfulLinks {
  background-color: var(--colorGrayLighter);
  padding: 0.25rem 0 0.5rem 0;
}

#navHelpfulLinks {
  margin: 2rem 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#navHelpfulLinks h3 {
  margin: 0;
  padding: 0.666666666666667rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--colorPrimary);
  font-weight: bold;
}

.menu-helpful-links-container {
  padding-right: 1rem;
  padding-left: 1rem;
}

#menuHelpfulLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menuHelpfulLinks a {
  position: relative;
  padding: 1rem 0;
  color: var(--colorPrimary);
  font-size: 0.875rem;
}

#menuHelpfulLinks a:after {
  font-family: 'Vivid-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--colorGray);
  font-size: 2.5rem;
  text-align: right;
}

#menuHelpfulLinks a[href*=".pdf"]:after {
  content: "\e923";
  font-size: 2rem;
}

#menuHelpfulLinks li {
  display: none;
  border-bottom: 1px solid var(--colorGrayDark);
}

#menuHelpfulLinks li:nth-child(1),
#menuHelpfulLinks li:nth-child(2),
#menuHelpfulLinks li:nth-child(3) {
  display: block;
}

#moreHelpfulLinks:checked~.menu-helpful-links-container li {
  display: block;
}

#moreHelpfulLinks:checked~[for="moreHelpfulLinks"] .more-text {
  display: none;
}

#moreHelpfulLinks:checked~[for="moreHelpfulLinks"] .less-text {
  display: inline;
}

#moreHelpfulLinks:checked~[for="moreHelpfulLinks"] .icon-plus:before {
  content: "\e92d";
}

[for="moreHelpfulLinks"] {
  position: relative;
  display: inline-block;
  width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  background-color: #fff;
  border: 2px solid var(--colorPrimary);
  color: var(--colorPrimary);
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

[for="moreHelpfulLinks"] .icon-plus {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}

[for="moreHelpfulLinks"] .less-text {
  display: none;
}

footer#footerMain {
  background-color: #fff;
}

footer#footerMain a {
  color: var(--colorPrimary);
  text-decoration: underline;
  display: inline-block;
}

#navPolsMap ul li {
  display: inline-block;
}

#navPolsMap ul li+li {
  margin-left: 1rem;
}

#footerCopyright {
  background-color: var(--colorGrayMed);
  margin-top: 0.5rem;
}

#footerSiteIntent {
  background-color: var(--colorGrayVeryDark);
}

footer#footerMain .ot-sdk-show-settings {
  color: var(--colorPrimary);
  text-decoration: underline;
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
  width: fit-content;
  padding: 0.75rem 1rem 0.75rem 0;
  text-align: left;
}

@media (min-width: 768px) {
  #wrapperFooterTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
  }

  #menuFooterTop {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #contactInfoFooter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    min-width: 16.5rem;
  }

  #menuHelpfulLinks {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: 33% 33% 33%;
    grid-auto-flow: column;
    grid-column-gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #menuHelpfulLinks li {
    display: block;
  }

  #menuHelpfulLinks li:nth-child(4n) {
    border-bottom: 0;
  }

  #menuHelpfulLinks li:nth-child(1),
  #menuHelpfulLinks li:nth-child(2),
  #menuHelpfulLinks li:nth-child(3),
  #menuHelpfulLinks li:nth-child(4) {
    -ms-grid-column: 1;
    margin-right: 1rem;
  }

  #menuHelpfulLinks li:nth-child(5),
  #menuHelpfulLinks li:nth-child(6),
  #menuHelpfulLinks li:nth-child(7),
  #menuHelpfulLinks li:nth-child(8) {
    -ms-grid-column: 2;
  }

  #menuHelpfulLinks li:nth-child(9),
  #menuHelpfulLinks li:nth-child(10),
  #menuHelpfulLinks li:nth-child(11),
  #menuHelpfulLinks li:nth-child(12) {
    -ms-grid-column: 3;
    margin-left: 1rem;
  }

  #menuHelpfulLinks li:nth-child(1),
  #menuHelpfulLinks li:nth-child(5),
  #menuHelpfulLinks li:nth-child(9) {
    -ms-grid-row: 1;
  }

  #menuHelpfulLinks li:nth-child(2),
  #menuHelpfulLinks li:nth-child(6),
  #menuHelpfulLinks li:nth-child(10) {
    -ms-grid-row: 2;
  }

  #menuHelpfulLinks li:nth-child(3),
  #menuHelpfulLinks li:nth-child(7),
  #menuHelpfulLinks li:nth-child(11) {
    -ms-grid-row: 3;
  }

  #menuHelpfulLinks li:nth-child(4),
  #menuHelpfulLinks li:nth-child(8),
  #menuHelpfulLinks li:nth-child(12) {
    -ms-grid-row: 4;
  }

  [for="moreHelpfulLinks"] {
    display: none;
  }
}

@media (max-width: 767px) {
  #menuFooter {
    margin-top: 1rem;
  }

  #menuFooter li {
    width: 32%;
    border-bottom-width: 0;
    text-align: center;
  }

  #menuFooter li a {
    padding: 1rem 0;
  }

  footer#footerMain .ot-sdk-show-settings {
    margin-left: 0.8rem;
    padding: 0;
  }
}

#isiModal {
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 12;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#isiModal.show {
  bottom: calc(0.3125rem + env(safe-area-inset-bottom)) !important;
}

#isiModal:not(.show) {
  top: 100%;
  opacity: 0;
  height: 0;
}

#isiModal h2 {
  margin: 0;
  line-height: 1;
  background-color: var(--colorPrimary);
  color: #fff;
  border-top-left-radius: var(--dimenBorderRadius);
  border-top-right-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}

#isiModal h2 label {
  display: block;
  position: relative;
  padding: 0.9375rem 2rem 0.9375rem 0.75rem;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

#isiModal h2 span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.25rem;
  font-weight: normal;
}

#isiModal .summary {
  padding: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: var(--dimenBorderRadius);
  border-bottom-left-radius: var(--dimenBorderRadius);
}

#isiModal .wrapper {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

#isi>.wrapper {
  height: 100%;
  background-color: #fff;
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}

#isi .summary {
  padding: 0;
}

#isi h3,
#isiModal h3 {
  color: var(--colorTextPrimary);
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#isi .summary,
#isiModal .summary {
  list-style: none;
  list-style-image: none;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
}

#isi .summary>li,
#isiModal .summary>li {
  list-style: none;
  list-style-image: none;
  position: relative;
  margin: 0;
  font-size: 0.875rem;
}

#isi .summary>li .wrapper,
#isiModal .summary>li .wrapper {
  padding: var(--dimenGutter);
}

#isi .summary>li img,
#isiModal .summary>li img {
  width: 7.25rem;
}

#isi .summary>li h2,
#isiModal .summary>li h2 {
  margin-top: 0;
}

#isi .summary>li ul,
#isiModal .summary>li ul {
  padding-left: 1.25rem;
}

#isi .summary>li ul li,
#isiModal .summary>li ul li {
  margin: 0;
  list-style: disc;
}

#isi li.isi-donotuse,
#isiModal li.isi-donotuse,
#isi p.isi-dontuse,
#isiModal p.isi-dontuse {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

#isiToggle+label {
  display: block;
  width: 1px;
  height: 1px;
  text-indent: -99999rem;
}

#isiToggle:not(:checked)~#isi h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}

#isiToggle:not(:checked)~#isi h2 span {
  display: none;
}

#isiToggle:not(:checked)~#isiModal p {
  margin: 0 0 0.5rem 0;
}

#isiToggle:checked~#isiModal {
  top: 100%;
  opacity: 0;
  height: 0;
}

#isiToggle:checked~#isi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 14;
}

#isiToggle:checked~#isi #isiContent {
  position: absolute;
  left: 50%;
  top: 12%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 48.75rem;
  margin-bottom: 4rem;
  z-index: 12;
}

#isiToggle:checked~#isi #isiContent .summary {
  padding-top: 5.3125rem;
}

#isiToggle:checked~#isi #isiContent .summary>.wrapper {
  padding: 0 2.5rem 2.5rem;
}

#isiToggle:checked~#isi #isiContent .summary>.wrapper>*:first-child {
  margin-top: 0;
}

#isiToggle:checked~#isi #isiContent .summary>.wrapper>*:last-child {
  margin-bottom: 0;
}

#isiToggle:checked~#isi h2 {
  margin: 0;
  line-height: 1;
  background-color: var(--colorPrimary);
  color: #fff;
  border-top-left-radius: var(--dimenBorderRadius);
  border-top-right-radius: var(--dimenBorderRadius);
}

#isiToggle:checked~#isi h2 label {
  display: block;
  position: relative;
  padding: 0.9375rem 3rem 0.9375rem 1rem;
  cursor: pointer;
}

#isiToggle:checked~#isi h2 span {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: normal;
}

#isiToggle:checked~#isi #isiToggleHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 1;
}

#isiToggle:checked~#isi .summary {
  height: 100%;
  overflow: auto;
  border-radius: var(--dimenBorderRadius);
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}

#isiToggle:checked~#isi .summary>li .wrapper {
  max-width: 58.125rem;
}

#isiToggle:checked~#isi .summary>li:not(.isi-donotuse) {
  display: block;
}

#isiToggle:checked~#isi .summary>li.isi-donotuse img {
  display: block;
}

#isiToggle:checked~#isi h2 span {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  #isi h3 {
    font-size: 1.25rem;
  }

  #isi .summary>li {
    font-size: 0.875rem;
  }

  #isi .summary>li .wrapper {
    padding: 1.5rem 0.75rem 1.5rem 11rem;
    min-height: 10.25rem;
    max-width: 64.375rem;
  }

  #isi .summary>li img {
    position: absolute;
    top: 1.5rem;
    left: 0.75rem;
  }

  #isi .summary>li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 7.25rem;
  }

  #isi .summary>li h3+ul {
    display: block;
    min-height: 0;
  }

  #isi .summary>li.isi-uti .wrapper {
    min-height: 12.0625rem;
  }

  #isi .summary>li.isi-uti ul {
    min-height: 9.0625rem;
  }

  #isiModal.show {
    bottom: 0.625rem;
  }

  #isiModal h2 label {
    padding-top: 1rem;
  }

  #isiModal .wrapper {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #isiToggle:checked~#isi h2 label {
    padding-top: 1rem;
  }

  #isiToggle:not(:checked)~#isi h2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  #isi .summary>li img {
    display: block;
    margin: 1rem auto;
  }

  .isi-donotuse-truncated {
    display: none;
  }

  #isiToggle:checked .isi-donotuse-truncated {
    display: inline;
  }

  #isiToggle:checked~#isiModal h2 label {
    font-size: 1.125rem;
  }

  #isiToggle:checked~#isi #isiContent {
    width: 90%;
  }

  #isiToggle:not(:checked)~#isi h2 {
    font-size: 1.25rem;
  }

  #isiToggle:not(:checked)~#isiModal p {
    font-size: 0.875rem;
  }
}

@media (min-width: 1600px) {
  .summary .wrapper {
    padding-right: var(--dimenGutter);
    padding-left: var(--dimenGutter);
  }
}

#isi h2,
#isiModal h2 {
  font-size: 1rem;
}

#isiModal h2 label {
  max-width: 100rem;
}

.ie-only .no-wrap-text {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 0px !important;
}

.ie-only .info-links a,
.ie-only .product-links a {
  text-decoration: underline;
}

.ie-only .info-links a:before,
.ie-only .product-links a:before {
  text-decoration: none !important;
}

.ie-only .jobcode-wrapper {
  border-top: 1px solid var(--colorGray);
}

.ie-only .mv-reference-card ol {
  padding-left: 1.5rem !important;
}

.ie-only .mv-reference-card ol[start="10"],
.ie-only .mv-reference-card ol[start="11"],
.ie-only .mv-reference-card ol[start="12"],
.ie-only .mv-reference-card ol[start="13"],
.ie-only .mv-reference-card ol[start="14"],
.ie-only .mv-reference-card ol[start="15"],
.ie-only .mv-reference-card ol[start="16"],
.ie-only .mv-reference-card ol[start="17"],
.ie-only .mv-reference-card ol[start="18"],
.ie-only .mv-reference-card ol[start="19"],
.ie-only .mv-reference-card ol[start="20"],
.ie-only .mv-reference-card ol[start="21"],
.ie-only .mv-reference-card ol[start="22"],
.ie-only .mv-reference-card ol[start="23"],
.ie-only .mv-reference-card ol[start="24"],
.ie-only .mv-reference-card ol[start="25"],
.ie-only .mv-reference-card ol[start="26"],
.ie-only .mv-reference-card ol[start="27"],
.ie-only .mv-reference-card ol[start="28"],
.ie-only .mv-reference-card ol[start="29"],
.ie-only .mv-reference-card ol[start="30"] {
  padding-left: 2.125rem !important;
}

.ie-only .vividberg-block-accordion-text {
  margin-left: -1rem !important;
}

.ie-only #page {
  background-image: url("../images/homepage-bg.svg") repeat center center !important;
  background-size: 50vw 50vw !important;
}

.ie-only.home .jobcode-wrapper,
.ie-edge-only.home .jobcode-wrapper {
  border-top: none;
}

.page-template-page-w-sidenav.ie-only article,
.page-template-tools-and-resources.ie-only article {
  background: #f4f4f4 !important;
}

.page-template-brand-pages.ie-only .brand-header .logo img,
.page-template-mavp-pages.ie-only .brand-header .logo img {
  z-index: 99 !important;
}

@media screen and (min-width: 960px) {

  .page-template-brand-pages.ie-only article,
  .page-template-mavp-pages.ie-only article,
  .page-template-brand-pages.ie-edge-only article,
  .page-template-mavp-pages.ie-edge-only article {
    width: calc(100vw - 18.43rem) !important;
    max-width: calc(1600px - 18.43rem) !important;
  }

  .page-template-brand-pages.ie-only .page-brands>.wrapper,
  .page-template-mavp-pages.ie-only .page-brands>.wrapper,
  .page-template-brand-pages.ie-edge-only .page-brands>.wrapper,
  .page-template-mavp-pages.ie-edge-only .page-brands>.wrapper {
    max-width: 1600px !important;
  }

  .page-template-brand-pages.ie-edge-only article,
  .page-template-mavp-pages.ie-edge-only article {
    padding-top: 10.5rem;
  }
}

@media screen and (min-width: 960px) {
  .page-template-brand-pages.ie-only .product-links {
    min-height: 55px;
    position: relative !important;
  }

  .page-template-brand-pages.ie-only .product-links li:only-child {
    width: 185px !important;
    float: right !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
  }
}

@media screen and (min-width: 960px) {
  .ie-only .submenu-open #menuMain li.menu-item.open a {
    display: block;
  }

  .ie-only .menu-primary-container {
    margin-top: 1rem;
  }

  .ie-only .menu-primary-container #menuMain li .sub-menu {
    margin-top: -17px !important;
  }

  .ie-only .submenu-open .sub-menu {
    margin-top: -20px !important;
  }

  .ie-only #masthead {
    max-height: 117.25px !important;
  }

  .home.ie-only #masthead {
    max-height: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .ie-only .product-wrapper .product-col {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .ie-only .product-wrapper .product-col .product-image {
    display: inline-block;
    width: 50%;
    white-space: normal;
  }

  .ie-only .product-wrapper .product-col .product-desc {
    display: inline-block;
    width: 50%;
    white-space: normal;
  }
}

.ie-edge-only .vividberg-block-accordion-text {
  margin-left: 0rem !important;
}

.ie-edge-only .mv-reference-card ol {
  padding-left: 1.5rem !important;
}

.ie-edge-only .mv-reference-card ol[start="10"],
.ie-edge-only .mv-reference-card ol[start="11"],
.ie-edge-only .mv-reference-card ol[start="12"],
.ie-edge-only .mv-reference-card ol[start="13"],
.ie-edge-only .mv-reference-card ol[start="14"],
.ie-edge-only .mv-reference-card ol[start="15"],
.ie-edge-only .mv-reference-card ol[start="16"],
.ie-edge-only .mv-reference-card ol[start="17"],
.ie-edge-only .mv-reference-card ol[start="18"],
.ie-edge-only .mv-reference-card ol[start="19"],
.ie-edge-only .mv-reference-card ol[start="20"],
.ie-edge-only .mv-reference-card ol[start="21"],
.ie-edge-only .mv-reference-card ol[start="22"],
.ie-edge-only .mv-reference-card ol[start="23"],
.ie-edge-only .mv-reference-card ol[start="24"],
.ie-edge-only .mv-reference-card ol[start="25"],
.ie-edge-only .mv-reference-card ol[start="26"],
.ie-edge-only .mv-reference-card ol[start="27"],
.ie-edge-only .mv-reference-card ol[start="28"],
.ie-edge-only .mv-reference-card ol[start="29"],
.ie-edge-only .mv-reference-card ol[start="30"] {
  padding-left: 2rem !important;
}

.ie-edge-only .jobcode-wrapper {
  border-top: none;
}

/* Hot Fix for columns */
@media (min-width: 600px) {
  article .wp-block-column {
    -ms-flex-preferred-size: calc(-16px + 50%);
    flex-basis: calc(-16px + 50%);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

/* Fix class coming from wp-includes */
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc(-16px + 50%);
    flex-grow: 0;
  }

}

.skip-link.screen-reader-text {
  display: none !important;
}

.h1-text {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin-top: 1.005rem;
  margin-bottom: 1.005rem;
  margin-left: 0;
  margin-right: 0;
  color: var(--colorTextPrimary);
}

@media (min-width: 768px) {
  .h1-text {
    font-size: 2.25rem !important;
    margin-top: 1.5075rem;
    margin-bottom: 1.5075rem;
  }
}

.no-margin {
  margin: 0 !important;
}

.wp-block-columns.mv-card-two-columns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 5% auto !important;
}

.wp-block-columns.mv-card-two-columns .wp-block-column:first-of-type {
  margin-right: 5% !important;
}

.wp-block-columns.mv-card-two-columns .wp-block-column:last-of-type {
  margin-left: 0 !important;
}

.wp-block-columns.mv-card-two-columns .wp-block-column {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.wp-block-columns.mv-card-two-columns .wp-block-column .wp-block-vividberg-card {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .wp-block-columns.mv-card-two-columns {
    margin: 10% auto !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-block-columns.mv-card-two-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }

  .wp-block-columns.mv-card-two-columns .wp-block-column:first-of-type {
    margin-bottom: 2rem !important;
    margin-right: 0 !important;
  }

  .wp-block-columns.mv-card-two-columns .wp-block-column:last-of-type {
    margin: 0 !important;
  }
}

@media (max-width: 1365px) and (min-width: 1024px) {
  .wp-block-columns.mv-card-two-columns {
    margin-left: 0 !important;
  }
}
.wp-block-separator {
  border-top-color: var(--colorGrayDark);
}
.wp-block-columns.no-gap,
.wp-block-columns[class*=" wp-container-"].no-gap,
.wp-block-columns[class^="wp-container-"].no-gap {
  gap: initial;
}
.wp-block-columns.no-row-gap,
.wp-block-columns[class*=" wp-container-"].no-row-gap,
.wp-block-columns[class^="wp-container-"].no-row-gap {
  row-gap: initial;
}
.wp-block-columns.no-column-gap,
.wp-block-columns[class*=" wp-container-"].no-column-gap,
.wp-block-columns[class^="wp-container-"].no-column-gap {
  -webkit-column-gap: initial;
     -moz-column-gap: initial;
          column-gap: initial;
}
@media (min-width: 782px) {
  .wp-block-columns.no-gap-desktop,
  .wp-block-columns[class*=" wp-container-"].no-gap-desktop,
  .wp-block-columns[class^="wp-container-"].no-gap-desktop {
    gap: initial;
  }
  .wp-block-columns.no-row-gap-desktop,
  .wp-block-columns[class*=" wp-container-"].no-row-gap-desktop,
  .wp-block-columns[class^="wp-container-"].no-row-gap-desktop {
    row-gap: initial;
  }
  .wp-block-columns.no-column-gap-desktop,
  .wp-block-columns[class*=" wp-container-"].no-column-gap-desktop,
  .wp-block-columns[class^="wp-container-"].no-column-gap-desktop {
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }
}
@media (max-width: 781px) {
  .wp-block-columns,
  .wp-block-columns[class*=" wp-container-"],
  .wp-block-columns[class^="wp-container-"] {
    gap: initial;
  }
  .wp-block-column:empty {
    display: none;
  }
  .wp-block-columns.no-gap-mobile,
  .wp-block-columns[class*=" wp-container-"].no-gap-mobile,
  .wp-block-columns[class^="wp-container-"].no-gap-mobile {
    gap: initial;
  }
  .wp-block-columns.no-row-gap-mobile,
  .wp-block-columns[class*=" wp-container-"].no-row-gap-mobile,
  .wp-block-columns[class^="wp-container-"].no-row-gap-mobile {
    row-gap: initial;
  }
  .wp-block-columns.no-column-gap-mobile,
  .wp-block-columns[class*=" wp-container-"].no-column-gap-mobile,
  .wp-block-columns[class^="wp-container-"].no-column-gap-mobile {
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }
}
/*
* Margin/Padding helper classes
*/
.no-mt {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.no-mr {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.no-ml {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

@media screen and (min-width: bp_tablet_a) {
  .no-mt-desktop {
    margin-top: 0 !important;
  }

  .mt-1-desktop {
    margin-top: 1rem !important;
  }

  .mt-2-desktop {
    margin-top: 2rem !important;
  }

  .no-mr-desktop {
    margin-right: 0 !important;
  }

  .mr-1-desktop {
    margin-right: 1rem !important;
  }

  .mr-2-desktop {
    margin-right: 2rem !important;
  }

  .no-mb-desktop {
    margin-bottom: 0 !important;
  }

  .mb-1-desktop {
    margin-bottom: 1rem !important;
  }

  .mb-2-desktop {
    margin-bottom: 2rem !important;
  }

  .no-ml-desktop {
    margin-left: 0 !important;
  }

  .ml-1-desktop {
    margin-left: 1rem !important;
  }

  .ml-2-desktop {
    margin-left: 2rem !important;
  }
}

@media screen and (min-width: 767px) and (max-width: bp_tablet_b) {
  .no-mt-tablet {
    margin-top: 0 !important;
  }

  .mt-1-tablet {
    margin-top: 1rem !important;
  }

  .mt-2-tablet {
    margin-top: 2rem !important;
  }

  .no-mr-tablet {
    margin-right: 0 !important;
  }

  .mr-1-tablet {
    margin-right: 1rem !important;
  }

  .mr-2-tablet {
    margin-right: 2rem !important;
  }

  .no-mb-tablet {
    margin-bottom: 0 !important;
  }

  .mb-1-tablet {
    margin-bottom: 1rem !important;
  }

  .mb-2-tablet {
    margin-bottom: 2rem !important;
  }

  .no-ml-tablet {
    margin-left: 0 !important;
  }

  .ml-1-tablet {
    margin-left: 1rem !important;
  }

  .ml-2-tablet {
    margin-left: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .no-mt-mobile {
    margin-top: 0 !important;
  }

  .mt-1-mobile {
    margin-top: 1rem !important;
  }

  .mt-2-mobile {
    margin-top: 2rem !important;
  }

  .no-mr-mobile {
    margin-right: 0 !important;
  }

  .mr-1-mobile {
    margin-right: 1rem !important;
  }

  .mr-2-mobile {
    margin-right: 2rem !important;
  }

  .no-mb-mobile {
    margin-bottom: 0 !important;
  }

  .mb-1-mobile {
    margin-bottom: 1rem !important;
  }

  .mb-2-mobile {
    margin-bottom: 2rem !important;
  }

  .no-ml-mobile {
    margin-left: 0 !important;
  }

  .ml-1-mobile {
    margin-left: 1rem !important;
  }

  .ml-2-mobile {
    margin-left: 2rem !important;
  }
}

.no-pt {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.no-pr {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.no-pl {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

@media screen and (min-width: bp_tablet_a) {
  .no-pt-desktop {
    padding-top: 0 !important;
  }

  .pt-1-desktop {
    padding-top: 1rem !important;
  }

  .pt-2-desktop {
    padding-top: 2rem !important;
  }

  .no-pr-desktop {
    padding-right: 0 !important;
  }

  .pr-1-desktop {
    padding-right: 1rem !important;
  }

  .pr-2-desktop {
    padding-right: 2rem !important;
  }

  .no-pb-desktop {
    padding-bottom: 0 !important;
  }

  .pb-1-desktop {
    padding-bottom: 1rem !important;
  }

  .pb-2-desktop {
    padding-bottom: 2rem !important;
  }

  .no-pl-desktop {
    padding-left: 0 !important;
  }

  .pl-1-desktop {
    padding-left: 1rem !important;
  }

  .pl-2-desktop {
    padding-left: 2rem !important;
  }
}

@media screen and (min-width: 767px) and (max-width: bp_tablet_b) {
  .no-pt-tablet {
    padding-top: 0 !important;
  }

  .pt-1-tablet {
    padding-top: 1rem !important;
  }

  .pt-2-tablet {
    padding-top: 2rem !important;
  }

  .no-pr-tablet {
    padding-right: 0 !important;
  }

  .pr-1-tablet {
    padding-right: 1rem !important;
  }

  .pr-2-tablet {
    padding-right: 2rem !important;
  }

  .no-pb-tablet {
    padding-bottom: 0 !important;
  }

  .pb-1-tablet {
    padding-bottom: 1rem !important;
  }

  .pb-2-tablet {
    padding-bottom: 2rem !important;
  }

  .no-pl-tablet {
    padding-left: 0 !important;
  }

  .pl-1-tablet {
    padding-left: 1rem !important;
  }

  .pl-2-tablet {
    padding-left: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .no-pt-mobile {
    padding-top: 0 !important;
  }

  .pt-1-mobile {
    padding-top: 1rem !important;
  }

  .pt-2-mobile {
    padding-top: 2rem !important;
  }

  .no-pr-mobile {
    padding-right: 0 !important;
  }

  .pr-1-mobile {
    padding-right: 1rem !important;
  }

  .pr-2-mobile {
    padding-right: 2rem !important;
  }

  .no-pb-mobile {
    padding-bottom: 0 !important;
  }

  .pb-1-mobile {
    padding-bottom: 1rem !important;
  }

  .pb-2-mobile {
    padding-bottom: 2rem !important;
  }

  .no-pl-mobile {
    padding-left: 0 !important;
  }

  .pl-1-mobile {
    padding-left: 1rem !important;
  }

  .pl-2-mobile {
    padding-left: 2rem !important;
  }
}

@media print {

  #subNav,
  .site-header,
  footer,
  #navHelpfulLinks,
  .wrapper label,
  #onetrust-consent-sdk #onetrust-banner-sdk {
    display: none !important;
  }

  .vaccine-cards ul {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3] !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}