/* mobile */
@media (max-width: 960px) {
  #masthead {
    -webkit-animation: none !important;
            animation: none !important;
  }
  #leftNav {
    padding-top: unset !important;
  }
}
hr.thick {
  display: none;
}
.brand-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #fff;
  z-index: 13;
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.brand-header a {
  color: var(--colorBrandLight);
}
.brand-header a:hover {
  color: var(--colorBrandDark);
}
.brand-header [class^="icon-"]:before {
  display: inline-block;
  text-decoration: none;
}
.brand-header a[href*=".pdf"]:before,
.brand-header 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;
}
.brand-header .no-pdf a[href*=".pdf"]:before {
  content: "";
  margin: 0;
}
.brand-header a[href*=".pdf"].no-pdf:before {
  content: "";
  margin: 0;
}
.brand-header .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  min-height: 5.3125rem;
  padding: 1.5rem;
}
.brand-header .logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 100px;
  cursor: pointer;
  width: 100%;
  height: auto;
  max-height: 6.75rem;
}
@-moz-document url-prefix() {
  .brand-header .logo img {
    min-width: calc(50vw - 3rem);
  }
}
.brand-header .product-links {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border-bottom: 1px solid var(--colorGray);
  font-size: 0.75rem;
  position: relative;
}
.brand-header .product-links li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-header .product-links li + li:not(:last-child) {
  border-top: 1px solid var(--colorGrayLighter);
}
.brand-header .product-links li.product-info:last-child {
  margin-left: 0;
  text-decoration: underline;
  background-color: var(--colorGrayLighter);
}
.brand-header .product-links li.product-info:last-child a {
  background: var(--colorBrandDark) !important;
}
.brand-header .product-links li.order-link:last-child {
  font-weight: bold;
  text-transform: uppercase;
  background-color: var(--colorGrayLighter);
  text-decoration: none;
}
.brand-header .product-links li.order-link:last-child:only-child {
  max-height: 2rem;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.brand-header .product-links li.order-link:last-child > a {
  text-decoration: none;
}
.brand-header .product-links li > a {
  display: block;
  position: relative;
  padding: 0.5rem 0.1875rem 0.5rem 0.5rem;
}
.brand-header .product-links li > a:before {
  vertical-align: middle;
  margin: 0 0.25rem 0 -0.25rem !important;
  font-size: 1.25rem;
}
.brand-header .product-links li > a[href='']:not(:last-child) {
  display: none;
}
.page-brands {
  border-bottom: 1px solid var(--colorGray);
  color: var(--colorTextPrimary);
}
.page-brands h1 {
  color: var(--colorBrandDark);
  line-height: 2rem;
  font-size: 1.5rem;
}
.page-brands h1:first-of-type {
  margin-top: 2rem;
}
.page-brands a {
  color: var(--colorBrandLight);
}
.page-brands a:hover {
  color: var(--colorBrandDark);
}
.page-brands [class^="icon-"]:before {
  display: inline-block;
  text-decoration: none;
}
.page-brands > .wrapper {
  padding: 0;
  max-width: 100rem;
  overflow: hidden;
}
.page-brands .mobile-nav-btn {
  display: block;
  position: relative;
  padding: 0.8125rem 1.125rem;
  color: var(--colorPrimary);
  font-size: 0.875rem;
  line-height: 1.571428571428571;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--colorPrimary);
  cursor: pointer;
}
.page-brands .mobile-nav-btn [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
}
.page-brands article {
  margin: 1.875rem;
  margin-top: 0;
}
.page-brands .entry-content > .wrapper {
  max-width: 48rem;
}
.page-brands .entry-content > .wrapper > *:first-child:not(h1):not(h2) {
  margin-top: 0;
}
.page-brands .entry-content h2,
.page-brands .entry-content h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}
.page-brands .entry-content h2 {
  color: var(--colorBrandDark);
}
.page-brands .entry-content > .vividberg-50vh-hero-container,
.page-brands .entry-content > .vividberg-100vh-hero-container {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  width: auto;
}
.page-brands .entry-content .indication-container {
  font-size: 0.875rem;
}
.page-brands .entry-content .indication-container h2,
.page-brands .entry-content .indication-container h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--colorBrandDark);
}
.page-brands .entry-content .indication-container p,
.page-brands .entry-content .indication-container ol,
.page-brands .entry-content .indication-container ul,
.page-brands .entry-content .indication-container li {
  font-size: 0.875rem;
}
.page-brands .vaccines-brand-row p {
  margin: 0;
  line-height: 1;
}
.page-brands .vaccines-table .bg-color-brand-light {
  background-color: var(--colorBrandLight);
}
.page-brands .vaccines-table .bg-color-brand-dark {
  background-color: var(--colorBrandDark);
}
#indication {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#indication #indicationToggleHeader {
  padding-bottom: 0;
  position: relative;
}
#indication .wrapper {
  max-width: none;
}
#indication h2,
#indication #indicationSummaryShort,
#indication #indicationSummaryLong {
  padding: 0.5rem 1.125rem 0.75rem 1.125rem;
}
#indication h2 {
  background-color: var(--colorBrandLight);
}
#indication h2 label {
  padding: 0 1.5rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
#indication h2 span {
  right: -0.625rem;
}
#indication h2 span.toggle {
  position: absolute;
  top: 0.75rem;
}
#indication h2 p:not(:first-child) {
  margin: 0.875rem 0 !important;
}
#indication h2 .wrapper {
  padding: 0;
}
#indication #indicationSummaryShort,
#indication #indicationSummaryLong {
  background-color: var(--colorBrandLight);
}
#indication #indicationSummaryShort .wrapper,
#indication #indicationSummaryLong .wrapper {
  font-size: 0.875rem;
  padding: 0;
}
#indication #indicationSummaryShort .wrapper p:first-child,
#indication #indicationSummaryLong .wrapper p:first-child {
  display: block;
}
#indication #indicationSummaryShort .wrapper *:first-child,
#indication #indicationSummaryLong .wrapper *:first-child {
  margin-top: 0 !important;
}
#indication #indicationSummaryShort .wrapper p:last-child,
#indication #indicationSummaryLong .wrapper p:last-child,
#indication #indicationSummaryShort .wrapper *:last-child,
#indication #indicationSummaryLong .wrapper *:last-child {
  margin-bottom: 0 !important;
}
#indication #indicationSummaryShort .wrapper h2,
#indication #indicationSummaryLong .wrapper h2,
#indication #indicationSummaryShort .wrapper h3,
#indication #indicationSummaryLong .wrapper h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--colorBrandDark);
}
#indication #indicationSummaryShort .wrapper p,
#indication #indicationSummaryLong .wrapper p,
#indication #indicationSummaryShort .wrapper ol,
#indication #indicationSummaryLong .wrapper ol,
#indication #indicationSummaryShort .wrapper ul,
#indication #indicationSummaryLong .wrapper ul,
#indication #indicationSummaryShort .wrapper li,
#indication #indicationSummaryLong .wrapper li {
  font-size: 0.875rem;
}
#indication #indicationSummaryShort .wrapper ul,
#indication #indicationSummaryLong .wrapper ul {
  list-style: none;
}
#indication #indicationSummaryShort .wrapper ul li,
#indication #indicationSummaryLong .wrapper ul li {
  position: relative;
}
#indication #indicationSummaryShort .wrapper ul > li:before,
#indication #indicationSummaryLong .wrapper ul > li:before {
  content: "\2022";
  color: var(--colorBrandDark);
  display: inline-block;
  font-weight: 700;
  width: 1.5em;
  margin-left: -1.5em;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  top: -2px;
}
#indication #indicationSummaryShort .wrapper ul > li > ul,
#indication #indicationSummaryLong .wrapper ul > li > ul {
  list-style-type: circle;
}
#indication #indicationSummaryShort .wrapper ul > li > ul > li:before,
#indication #indicationSummaryLong .wrapper ul > li > ul > li:before {
  content: "";
}
#indication #indicationSummaryShort .wrapper {
  line-height: 1.5;
  max-height: 2.625rem;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#indication .no-wrap-text {
  position: inherit;
  font-size: inherit;
  right: auto;
}
#indication .indication-summary-short-on-page {
  display: block !important;
}
#indicationToggle:not(:checked) ~ #indication #indicationSummaryShort {
  display: block;
}
#indicationToggle:not(:checked) ~ #indication #indicationSummaryShort ul {
  margin-top: 0;
}
#indicationToggle:not(:checked) ~ #indication #indicationSummaryShort li {
  margin-top: 0.125rem;
}
#indicationToggle:not(:checked) ~ #indication #indicationSummaryShort li:not(:first-child) {
  margin-top: -0.9rem;
}
#indicationToggle:not(:checked) ~ #indication .indication-modal-header {
  display: none;
}
#indicationToggle:checked ~ #indication #indicationToggleHeader {
  padding-bottom: calc(var(--dimenGutter) * 0.75);
}
#indicationToggle:checked ~ #indication .indication-popup-only {
  display: inline;
}
#indicationToggle:checked ~ #indication .indication-content-only {
  display: none;
}
#indication h2 label .indication-title-only {
  display: inline;
  -webkit-transform: none !important;
          transform: none !important;
  position: relative;
  padding: 0;
  font-size: 1.125rem;
  margin-left: -0.625rem;
}
#isiModal ~ #isi #isiContent span.isi-title-only {
  display: inline-block !important;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  position: relative;
  padding-left: 0.5rem;
  font-size: 1.125rem;
}
#isiModal span.isi-title-only {
  display: inline-block !important;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  position: relative;
  padding-left: 0;
  right: 0 !important;
  font-size: 1.125rem;
}
#isiToggle:checked ~ #isi #isiContent span.isi-title-only {
  font-size: 1.125rem !important;
}
.isi-popup-only {
  display: none;
}
#isiToggle:not(:checked) ~ #isi #isiContent h2#isiToggleHeader .isi-title-only {
  display: none !important;
}
.indication-popup-only {
  display: none;
}
.indication-title-only {
  display: none;
}
.isi-content-only {
  display: inline;
}
.indication-content-only {
  display: inline;
}
.mobile-nav-btn[for="leftNavToggle"] {
  color: #fff;
  background-color: var(--colorBrandLight);
  border-color: var(--colorBrandLight);
}
#leftNavToggle:checked ~ .mobile-nav-btn[for="leftNavToggle"] {
  color: #fff;
  background-color: var(--colorBrandLight);
}
#leftNavToggle:checked ~ .mobile-nav-btn[for="leftNavToggle"] .icon-plus:before {
  content: "\e92d";
}
#leftNavToggle:checked ~ ul {
  display: block;
}
#leftNav {
  margin: 1.875rem;
}
#leftNav ul {
  display: none;
  position: static;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#leftNav ul.subnav > li:first-child > a:after {
  content: " Home";
}
#leftNav li {
  margin: 0;
  border-bottom: 2px solid var(--colorGray);
  width: 100%;
}
#leftNav li a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: var(--colorTextPrimary);
  font-weight: bold;
  text-decoration: none;
}
#leftNav li.current_page_item > a,
#leftNav li.page_item_has_children.current_page_ancestor > a,
#leftNav li.menu-item-has-children.current_page_ancestor > a {
  color: #fff;
  background-color: var(--colorBrandDark);
}
#leftNav li.current_page_item ul.children,
#leftNav li.page_item_has_children.current_page_ancestor ul.children,
#leftNav li.menu-item-has-children.current_page_ancestor ul.children,
#leftNav li.current_page_item ul.sub-menu,
#leftNav li.page_item_has_children.current_page_ancestor ul.sub-menu,
#leftNav li.menu-item-has-children.current_page_ancestor ul.sub-menu {
  display: block;
}
#leftNav li.open ul.children,
#leftNav li.open ul.sub-menu {
  display: block;
}
#leftNav li.current_page_ancestor > a {
  color: var(--colorTextPrimary);
  background-color: inherit;
}
#leftNav li.page_item_has_children > a,
#leftNav li.menu-item-has-children > a {
  position: relative;
  padding-right: 4rem;
}
#leftNav li.page_item_has_children > a .icon-plus,
#leftNav li.menu-item-has-children > a .icon-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  color: var(--colorGray);
  font-size: 2rem;
}
#leftNav li.page_item_has_children > a .icon-plus:before,
#leftNav li.menu-item-has-children > a .icon-plus:before {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#leftNav li.page_item_has_children ul.children .current_page_item > a,
#leftNav li.menu-item-has-children ul.children .current_page_item > a,
#leftNav li.page_item_has_children ul.sub-menu .current_page_item > a,
#leftNav li.menu-item-has-children ul.sub-menu .current_page_item > a {
  color: var(--colorTextPrimary);
  background-color: inherit;
  font-weight: bold;
}
#leftNav li.page_item_has_children.current_page_item > a .icon-plus:before,
#leftNav li.page_item_has_children.current_page_ancestor > a .icon-plus:before,
#leftNav li.menu-item-has-children.current_page_item > a .icon-plus:before,
#leftNav li.menu-item-has-children.current_page_ancestor > a .icon-plus:before {
  content: "\e92d";
  color: #fff;
}
#leftNav li.page_item_has_children.open > a .icon-plus:before,
#leftNav li.menu-item-has-children.open > a .icon-plus:before {
  content: "\e92d";
}
#leftNav li ul.children,
#leftNav li ul.sub-menu {
  display: none;
  position: relative;
  opacity: 1;
  background-color: var(--colorGrayLighter);
}
#leftNav li li {
  border: 0 none;
}
#leftNav li li a {
  font-weight: normal;
}
#leftNav li li a:before {
  display: none;
}
#leftNav li li.current > a {
  color: var(--colorTextPrimary);
  font-weight: bold;
  background-color: transparent;
}
#isiModal .wrapper {
  max-width: none;
}
#isiModal .wrapper h2,
#isiModal .wrapper .summary {
  padding: 0.5rem 1.125rem;
}
#isiModal .wrapper .summary {
  padding-bottom: 0.75rem;
}
#isiModal .wrapper h2 {
  background-color: var(--colorBrandLight);
  font-weight: normal;
}
#isiModal .wrapper h2 label {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  padding-right: 2rem;
}
#isiModal .wrapper h2 span {
  right: -0.625rem;
}
#isiModal .wrapper .summary {
  border-radius: 0 0 var(--dimenBorderRadius) var(--dimenBorderRadius);
}
#isiModal .wrapper .summary .isi-donotuse {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.5rem;
}
#isiModal .wrapper .summary .isi-donotuse p:first-child,
#isiModal .wrapper .summary .isi-donotuse ul:first-child,
#isiModal .wrapper .summary .isi-donotuse ol:first-child {
  margin-top: 0;
}
#isiModal .wrapper .summary .isi-donotuse p:first-child li:first-child,
#isiModal .wrapper .summary .isi-donotuse ul:first-child li:first-child,
#isiModal .wrapper .summary .isi-donotuse ol:first-child li:first-child {
  margin-top: 0;
}
#isiModal .wrapper .summary p {
  margin: 0;
  font-size: 0.875rem;
}
#isiToggle:not(:checked) ~ #isi #isiContent h2#isiToggleHeader {
  margin: initial;
  text-align: left;
  padding-top: var(--dimenGutter);
  pointer-events: none;
}
#isiToggle:not(:checked) ~ #isi #isiContent h2#isiToggleHeader label {
  font-size: 1.125rem;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary {
  background-color: transparent;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .wrapper {
  max-width: none;
  padding: 0;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary p {
  font-size: 0.875rem;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper {
  font-size: 0.875rem;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper h2,
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--colorBrandDark);
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper p,
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ol,
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul,
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper li {
  font-size: 0.875rem;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul {
  list-style: none;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul li {
  position: relative;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul > li:before {
  content: "\2022";
  color: var(--colorBrandDark);
  display: inline-block;
  font-weight: 700;
  width: 1.5em;
  margin-left: -1.5em;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  top: -2px;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul > li > ul {
  list-style-type: circle;
}
#isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul > li > ul > li:before {
  content: "";
}
#isiToggle:checked ~ #isi #isiContent {
  -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 #isiContent .isi-popup-only {
  display: inline;
}
#isiToggle:checked ~ #isi #isiContent .isi-content-only {
  display: none;
}
#isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader {
  position: relative;
  font-weight: normal;
  background-color: var(--colorBrandLight);
}
#isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader label {
  padding: 0.75rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
#isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader span {
  right: 0.5rem;
  font-size: 2.5rem;
}
#isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader span.toggle {
  position: absolute;
  top: 0.75rem;
}
#isiToggle:checked ~ #isi #isiContent .summary {
  padding: 0.75rem 1.125rem;
  border-radius: 0 0 var(--dimenBorderRadius) var(--dimenBorderRadius);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#isiToggle:checked ~ #isi #isiContent .summary .wrapper {
  padding: 0;
}
#isiToggle:checked ~ #isi #isiContent .summary .wrapper p:first-child {
  margin-top: 0;
}
#isiToggle:checked ~ #isi #isiContent .summary .wrapper p:last-child {
  margin-bottom: 0;
}
#isiToggle:checked ~ #isi #isiContent .summary p {
  font-size: 0.875rem;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper {
  font-size: 0.875rem;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper h2,
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--colorBrandDark);
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper p,
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ol,
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ul,
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper li {
  font-size: 0.875rem;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ul {
  list-style: none;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ul li {
  position: relative;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ul > li:before {
  content: "\2022";
  color: var(--colorBrandDark);
  display: inline-block;
  font-weight: 700;
  width: 1.5em;
  margin-left: -1.5em;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  top: -2px;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ul > li > ul {
  list-style-type: circle;
}
#isiToggle:checked ~ #isi #isiContent .summary .isi-donotuse .wrapper ul > li > ul > li:before {
  content: "";
}
#isi .no-wrap-text {
  position: inherit;
  font-size: inherit;
  right: auto;
}
#isiModal .no-wrap-text,
#isi .no-wrap-text {
  position: inherit !important;
  font-size: inherit !important;
  right: auto !important;
  display: inline !important;
}
#isi .no-wrap-text {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}
.page-brands .entry-content ul {
  list-style: none;
}
.page-brands .entry-content ul li {
  position: relative;
}
.page-brands .entry-content ul > li:before {
  content: "\2022";
  color: var(--colorBrandDark);
  display: inline-block;
  font-weight: 700;
  width: 1.5em;
  margin-left: -1.5em;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  top: -2px;
}
.page-brands .entry-content ul > li > ul {
  list-style-type: circle;
}
.page-brands .entry-content ul > li > ul > li:before {
  content: "";
}
.page-brands .entry-content .footnotes-list-clearfix {
  list-style: none !important;
}
.page-brands .entry-content .footnotes-list-clearfix li:before {
  content: none !important;
}
#footerSiteIntent {
  padding-bottom: 10rem;
}
#jobcode {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  #indication #indicationSummaryShort,
  #indication #indicationSummaryLong {
    padding-top: 1.5rem;
  }
  #indication #indicationSummaryShort .wrapper p,
  #indication #indicationSummaryLong .wrapper p {
    margin: 1rem 0;
  }
  #indication #indicationSummaryShort .wrapper p:first-child,
  #indication #indicationSummaryLong .wrapper p:first-child {
    margin-top: 0;
  }
  #indication #indicationSummaryShort .wrapper p:last-child,
  #indication #indicationSummaryLong .wrapper p:last-child {
    margin-bottom: 0;
  }
  #indication #indicationSummaryShort {
    padding-top: 0;
  }
  #indication #indicationToggleHeader {
    padding-bottom: 0;
    position: relative;
  }
  #isiToggle:checked ~ #isi #isiContent {
    width: calc(100% - 1.5rem);
    max-width: 48.75rem;
  }
}
@media (min-width: 960px) {
  .brand-header {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid var(--colorBrandLight);
  }
  .brand-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.4375rem;
    height: 10.75rem;
    padding: 2rem;
    background: #fff;
  }
  .brand-header .logo img {
    max-width: 14.4375rem;
    max-height: 6.75rem;
  }
  @-moz-document url-prefix() {
    .brand-header .logo img {
      min-width: 231px;
      max-width: 100% !important;
    }
  }
  .brand-header .product-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background-color: var(--colorBrandDark);
    width: calc(100% - 18.4375rem);
    max-width: calc(100rem - 18.4375rem);
    margin-left: 18.4375rem;
  }
  .brand-header .product-links li + li:not(:last-child) {
    border: 0 none;
  }
  .brand-header .product-links li + li:not(:last-child) a {
    padding-left: 0;
  }
  .brand-header .product-links li:last-child {
    margin-left: auto;
  }
  .brand-header .product-links li:last-child a {
    background-color: var(--colorBrandLight);
    text-decoration: none;
  }
  .brand-header .product-links li:last-child a:hover {
    text-decoration: underline;
  }
  .brand-header .product-links li > a {
    padding: 1rem 2rem;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.571428571428571;
  }
  .brand-header .product-links li:only-child {
    min-height: 0;
  }
  .brand-header .product-links li.order-link:last-child:only-child {
    max-height: 100%;
    position: initial;
    width: initial;
  }
  .page-brands h1 {
    line-height: 2.8125rem;
    font-size: 2.25rem;
  }
  .page-brands > .wrapper {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18.4375rem auto;
    grid-template-columns: 18.4375rem auto;
    background-color: #fff;
  }
  .page-brands .mobile-nav-btn {
    display: none;
  }
  .page-brands article {
    margin: 0;
    -ms-grid-column: 2;
  }
  .page-brands article .entry-content {
    margin-top: 0;
    padding: 0;
  }
  .page-brands article .entry-content h2,
  .page-brands article .entry-content h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .page-brands article .entry-content > div:first-of-type.vividberg-50vh-hero-container,
  .page-brands article .entry-content > div:first-of-type.vividberg-100vh-hero-container {
    margin-top: -2rem;
  }
  .page-brands article .entry-content .indication-container {
    font-size: 1rem;
  }
  .page-brands article .entry-content .indication-container p,
  .page-brands article .entry-content .indication-container ol,
  .page-brands article .entry-content .indication-container ul,
  .page-brands article .entry-content .indication-container li {
    font-size: 1rem !important;
  }
  .page-brands article .entry-content .indication-container h2,
  .page-brands article .entry-content .indication-container h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    color: var(--colorBrandDark);
  }
  #indication {
    width: calc(100% - 18.4375rem);
    margin-left: 18.4375rem;
  }
  #indication #indicationToggleHeader {
    padding-top: 0.875rem;
    padding-bottom: 0.5rem;
  }
  #indication h2,
  #indication #indicationSummaryShort,
  #indication #indicationSummaryLong {
    padding: 1.125rem 2rem;
  }
  #indication h2 label {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  #indication h2 label .indication-title-only {
    font-size: 1.5rem;
  }
  #indication #indicationSummaryShort {
    padding-top: 0;
    min-height: 4.125rem;
  }
  #indication #indicationSummaryShort .wrapper {
    font-size: 1rem;
    max-height: 3rem;
  }
  #indication #indicationSummaryShort .wrapper h2,
  #indication #indicationSummaryShort .wrapper h3 {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    font-weight: bold !important;
    color: var(--colorBrandDark) !important;
  }
  #indication #indicationSummaryShort .wrapper p,
  #indication #indicationSummaryShort .wrapper ol,
  #indication #indicationSummaryShort .wrapper ul,
  #indication #indicationSummaryShort .wrapper li {
    font-size: 1rem;
  }
  #indication #indicationSummaryLong .wrapper {
    font-size: 1rem;
  }
  #indication #indicationSummaryLong .wrapper h2,
  #indication #indicationSummaryLong .wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    color: var(--colorBrandDark);
    margin: 1.25rem 0 0.5rem 0;
  }
  #indication #indicationSummaryLong .wrapper p,
  #indication #indicationSummaryLong .wrapper ol,
  #indication #indicationSummaryLong .wrapper ul,
  #indication #indicationSummaryLong .wrapper li {
    font-size: 1rem;
  }
  #indicationToggle:checked ~ #indication.indication-modal:not(.short-open) {
    margin-left: 0;
  }
  #leftNav {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin: 0;
  }
  #leftNav ul.subnav {
    display: block;
  }
  #leftNav li a {
    padding: 0.8125rem 1.875rem;
  }
  #leftNav li.page_item_has_children > a,
  #leftNav li.menu-item-has-children > a {
    padding-right: 3rem;
  }
  #leftNav li.page_item_has_children > a .icon-plus,
  #leftNav li.menu-item-has-children > a .icon-plus {
    width: 3rem;
    font-size: 2.25rem;
  }
  #leftNav li.page_item_has_children > a .icon-plus:before,
  #leftNav li.menu-item-has-children > a .icon-plus:before {
    top: 0.375rem;
    right: 0.9375rem;
  }
  #isi #isiToggleHeader label {
    font-size: 1.5rem !important;
  }
  #isi .summary p {
    font-size: 1rem !important;
  }
  #isi .summary .isi-donotuse .wrapper {
    font-size: 1rem !important;
  }
  #isi .summary .isi-donotuse .wrapper p,
  #isi .summary .isi-donotuse .wrapper ol,
  #isi .summary .isi-donotuse .wrapper ul,
  #isi .summary .isi-donotuse .wrapper li {
    font-size: 1rem !important;
  }
  #isi .summary .isi-donotuse .wrapper h2,
  #isi .summary .isi-donotuse .wrapper h3 {
    font-size: 1.5rem !important;
    line-height: 1.5;
    font-weight: bold;
    color: var(--colorBrandDark);
  }
  #isiModal .wrapper h2,
  #isiModal .wrapper .summary {
    padding: 0.5rem 2rem;
  }
  #isiModal .wrapper .summary {
    padding-bottom: 0.75rem;
  }
  #isiModal .wrapper .summary p,
  #isiModal .wrapper .summary ol,
  #isiModal .wrapper .summary ul,
  #isiModal .wrapper .summary li {
    font-size: 1rem;
  }
  #isiModal .wrapper .summary .isi-donotuse {
    max-height: 3rem;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem !important;
  }
  #isiModal .wrapper .summary .isi-donotuse p,
  #isiModal .wrapper .summary .isi-donotuse ol,
  #isiModal .wrapper .summary .isi-donotuse ul,
  #isiModal .wrapper .summary .isi-donotuse li {
    font-size: 1rem !important;
  }
  #isiModal .wrapper .summary .isi-donotuse h2,
  #isiModal .wrapper .summary .isi-donotuse h3 {
    font-size: 1.5rem !important;
    line-height: 1.5;
    font-weight: bold;
    color: var(--colorBrandDark);
  }
  #isiModal .wrapper h2 label {
    font-size: 1.5rem;
    padding-top: 0.25rem;
  }
  #isiModal .wrapper .isi-title-only {
    font-size: 1.5rem !important;
  }
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader {
    position: relative;
  }
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader label {
    padding: 1.125rem 2rem;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader span {
    right: 1.25rem;
  }
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader .isi-title-only {
    font-size: 1.5rem !important;
    right: 0;
    padding-left: 0;
  }
  #isiToggle:checked ~ #isi #isiContent .summary {
    padding: 1.125rem 2rem;
  }
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper {
    font-size: 1rem !important;
  }
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper p,
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ol,
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper ul,
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper li {
    font-size: 1rem !important;
  }
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper h2,
  #isiToggle:not(:checked) ~ #isi #isiContent .summary .isi-donotuse .wrapper h3 {
    font-size: 1.5rem !important;
    line-height: 1.5;
    font-weight: bold;
    color: var(--colorBrandDark);
  }
  #jobcode {
    padding-left: 1rem;
  }
  .vividberg-row-block-default {
    max-width: 48rem !important;
  }
  .vividberg-row .wrapper {
    max-width: 48rem !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--dimenGutter) !important;
    padding-right: var(--dimenGutter) !important;
  }
  .vividberg-row-block-default .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #footerSiteIntent {
    padding-bottom: 11rem;
  }
}
.vividberg-block-card,
.vividberg-block-card-title-text {
  color: var(--colorBrandDark) !important;
}
.mv-interstitial .vividberg-modal-content-container h2 {
  color: #005e56 !important;
}
.mv-interstitial .vividberg-modal-content-container a {
  color: #00857a !important;
}
.mv-interstitial .vividberg-modal-content-container a:hover {
  color: #005e56 !important;
}
.mv-interstitial .vividberg-modal-content-container .btn {
  background: #00857a !important;
  color: #fff !important;
}
.mv-interstitial .vividberg-modal-content-container .btn:hover {
  background: var(--colorPrimaryLight) !important;
  color: #fff !important;
}
.mv-interstitial .vividberg-modal-content-container .btn:focus {
  -webkit-box-shadow: 0 0 0.625rem 0 #00857a !important;
          box-shadow: 0 0 0.625rem 0 #00857a !important;
}
@media (max-width: 959px) {
  .brand-header .product-links {
    display: -ms-grid;
    display: grid;
  }
}
@media (max-width: 767px) {
  #indicationToggle:not(:checked) ~ #indication #indicationSummaryShort {
    padding: 0.25rem 1.125rem 0.5rem 1.125rem;
  }
  .brand-header .product-links li > a {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
  }
}
@media (min-width: 1600px) {
  #jobcode {
    padding-left: 2rem;
  }
}
/* Sticky Nav Fix when WP Adminbar is Present */
@media screen and (max-width: 959px) {
  .ie-only .brand-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50vw 50vw;
    -ms-grid-rows: 100% 100%;
  }
  .ie-only .brand-header .logo {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ie-only .brand-header .product-links {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-rows: 33% 33% 33%;
    -ms-grid-columns: 100%;
  }
  .ie-only .brand-header .product-links li:nth-child(1) {
    -ms-grid-row: 1;
  }
  .ie-only .brand-header .product-links li:nth-child(2) {
    -ms-grid-row: 2;
  }
  .ie-only .brand-header .product-links li:nth-child(3) {
    -ms-grid-row: 3;
  }
  .ie-only .brand-header #indication {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    width: calc(100vw - 1rem);
  }
  .brand-header .logo a {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.brand-header .logo a {
  position: relative;
  min-height: 4.3125rem !important;
}
.brand-header .logo a img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* Fix for ISI Change Requested 02/25/2020 */
#isiToggle:checked ~ #isi #isiContent #isiToggleHeader span.toggle {
  top: 1.5rem !important;
}
@media screen and (min-width: 960px) {
  #isiToggle:checked ~ #isi #isiContent #isiToggleHeader span.toggle {
    top: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader label {
    padding-right: 2.25rem;
  }
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader span {
    top: 40% !important;
  }
  #isiToggle:checked ~ #isi #isiContent h2#isiToggleHeader span.toggle {
    top: 1.5rem !important;
  }
}
@media (max-width: 500px) {
  .brand-header .logo {
    padding: 0 0.8rem;
  }
}
/* IE Desktop Logo Fix */
@media (max-width: 959px) {
  .ie-only .brand-header .logo {
    width: 50vw;
    position: relative;
    height: 6.75rem;
  }
  .ie-only .brand-header .logo a {
    position: static;
  }
  .ie-only .brand-header .logo a img {
    width: calc(50vw - 2rem) !important;
    max-width: 12.4375rem !important;
    height: calc(100% - 2rem) !important;
    max-height: 4.75rem;
    z-index: 99 !important;
  }
}
@media (min-width: 960px) {
  .ie-only .brand-header .logo a {
    width: 14.4375rem !important;
    height: 6.75rem !important;
  }
  .ie-only .brand-header .logo a img {
    width: 14.4375rem !important;
    height: 6.75rem !important;
  }
}
#isiModal {
  z-index: 198 !important;
}
#indicationToggle:checked ~ #indication {
  z-index: 198 !important;
}
#indicationToggle:checked ~ #indication.indication-modal:not(.short-open) {
  z-index: 198 !important;
}
#isiToggle:checked ~ #isi {
  z-index: 200 !important;
}
.h1-text {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 500 !important;
}
.h1-text:first-of-type {
  margin-top: 2rem;
}
@media (min-width: 959px) {
  .h1-text {
    line-height: 2.8125rem !important;
    font-size: 2.25rem !important;
  }
}
@media print {
  .brand-header,
  #leftNav,
  #isiModal .wrapper {
    display: none !important;
  }
  .page-brands > .wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .page-brands .entry-content > .wrapper,
  .columns-hero {
    max-width: 100% !important;
  }
}
