/* Global CSS File */
html {
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 992px) {
  #header-utility-nav .cmp-list-dropdown--list {
    display: flex;
    margin: 0;
  }
  #errorpage_404 #errorpage404_bg_image {
    background-position: 44%;
  }

  #main-header-bottom>div>div.listToDropdown>div>div>ul {
    display: flex;
    justify-content: flex-end;
  }

  #main-header-bottom>div>div.listToDropdown>div>div>a {
    display: none;
  }

  #main-header-bottom .cmp-list-dropdown-0:hover,
    #main-header-bottom .cmp-list-dropdown-2:hover,
    #main-header-bottom .cmp-list-dropdown-4:hover {
    background-color: #00a3e0;
        /*padding: 9px 15px 11px 6px;*/
    ;
  }

  #header-utility-nav .cmp-list-dropdown-4:hover {
    background-color: #00a3e0;
  }

  #header-utility-nav .cmp-list-dropdown-4:hover ul.cmp-list-dropdown__dropdown-menu,
    #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-0:hover ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-2:hover ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-4:hover ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-0.open>ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-2.open>ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-4.open>ul.cmp-list-dropdown__dropdown-menu {
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    background-color: #00a3e0;
    display: block;
    font-size: 14px;
    text-align: left;
    position: absolute;
    width: 144px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
  }

  #main-header-bottom .cmp-list-dropdown-0>ul {
    min-width: 281px;
    left: -62px !important;
    top: 100%;
  }

  #main-header-bottom .cmp-list-dropdown-2>ul {
    min-width: 345px;
    left: -30px !important;
    top: 100%;
  }

  #main-header-bottom .cmp-list-dropdown-4>ul {
    min-width: 216px;
    left: unset !important;
    top: 100%;
  }
}

#header-logo img {
  max-width: 250px;
  width: 100px;
  height: auto;
}

#header-root-container {
  background: linear-gradient(0deg, rgba(0, 90, 124, 1), rgba(0, 0, 0, 1));
  border-bottom: 1.5px solid black;
  width: 100%;
  border-top: 6px solid #00a3e0;
  min-height: 140px;
}

#header-utility-nav .cmp-list-dropdown--desktop .fa.fa-angle-down {
  position: relative;
  right: 0;
  transform: rotate(0deg);
  color: #434343;
}

#header-utility-nav .cmp-list-dropdown--desktop .open span.fa.fa-angle-down {
  color: #fff;
}

#header-root-container>div {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

#header-root-container>div>div:nth-child(1) {
  width: 100%;
}

#header-root-container>div>div:nth-child(2) {
  width: 13%;
}

#header-root-container>div>div:nth-child(3) {
  width: 87%;
  display: flex;
  justify-content: flex-end;
}

#header-utility-nav .cmp-list-dropdown--desktop li:not(:last-child) {
  border-right: 1px solid #ffffff;
  margin-top: 7px;
}

#header-utility-nav .cmp-list-dropdown--vertical {
  display: flex;
  justify-content: space-between;
}

#main-header-top>div {
  display: flex;
  align-items: baseline;
}

.header-how-to-order,
.header-stay-informed {
  display: flex;
  align-items: center;
}

#main-header-top>div>.text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 65px;
}

#main-header-top {
  padding-top: 5px;
}

#main-header-bottom>div>div.listToDropdown>div>div>ul {
  margin: 0;
  padding-left: 0;
}

#main-header-bottom {
  padding-top: 16px;
}

#header-logo .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-header-bottom ul li {
  border: none;
  width: auto;
  min-height: 35px;
  padding: 4px 10px 4px 18px;
  display: flex;
  align-items: center;
}

#main-header-bottom ul li:hover {
  background-color: #00a3e0;
}

#main-header-bottom.menu-expanded #order-inform-ctas-text-cont ul li {
  padding: 0;
}

.fixed-header .cmp-highlightinfov2 {
  display: none;
}

#main-header-bottom span.fa.fa-angle-down {
  position: relative;
  right: 0;
  transform: rotate(0deg);
}

.cmp-list-dropdown--desktop .open span.fa.fa-angle-down {
  transform: rotate(180deg) !important;
}

#main-header-bottom a {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  padding: 2px 0;
  line-height: 32px;
}

#order-inform-ctas-text-cont ul {
  display: flex;
  gap: 10px;
}

#header-main-navigation .cmp-searchbox label {
  display: none;
}

#main-header-bottom .cmp-list-dropdown-0.open,
#main-header-bottom .cmp-list-dropdown-2.open,
#main-header-bottom .cmp-list-dropdown-4.open {
  position: relative;
}

#main-header-bottom .cmp-list-dropdown--desktop .open .cmp-list-dropdown__dropdown-menu {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#main-header-bottom .open .cmp-list-dropdown__dropdown-menu,
#header-utility-nav .open .cmp-list-dropdown__dropdown-menu {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#header-utility-nav .cmp-list-dropdown-4,
#main-header-bottom .cmp-list-dropdown-0,
#main-header-bottom .cmp-list-dropdown-2,
#main-header-bottom .cmp-list-dropdown-4 {
  position: relative;
}

#header-main-navigation .cmp-searchbox .cmp-searchbox__input {
  max-width: 210px;
  background: rgba(0, 163, 224, 0.45);
  border-radius: 14px;
  max-height: 25px;
  color: #ffffff;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 0;
  min-height: 25px;
  padding-left: 10px;
  font-size: 12px !important;
  padding: 2px 0px 4px 10px;
}

#header-main-navigation .cmp-searchbox .cmp-searchbox__input:focus {
  outline: none;
}

#main-header-bottom .searchbox,
#main-header-bottom .text {
  display: none;
}

#header-main-navigation .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__clear-icon {
  display: none;
}

.header-how-to-order,
a.header-stay-informed {
  border-radius: 6px;
  height: 28px;
    /* padding: 4px 8px 0 2px; */
  color: #ffffff;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 5px;
  text-decoration: none !important;
  letter-spacing: 0.45px;
  font-weight: 500;
}

.header-how-to-order {
  background: #a20067 0% 0% no-repeat padding-box;
}

.header-stay-informed {
  background: #5f8800 0% 0% no-repeat padding-box;
}

.header-how-to-order img,
.header-stay-informed img {
  margin: 0px 5px 0px 5px;
}

#header-main-navigation .cmp-searchbox__icon {
  display: none;
  visibility: visible;
  position: absolute;
  right: 12px;
  top: 4px;
}

#header-main-navigation .cmp-searchbox__input::placeholder {
  color: #ffffff;
  font-size: 14px;
}

#header-main-navigation .fa-search:before {
  font-size: 16px;
}

#header-utility-nav .cmp-list-dropdown--desktop li {
  border: none;
  width: auto;
  padding: 0;
  padding-right: 7px;
  padding-left: 6px;
  margin-bottom: 9px;
}

#header-main-navigation .cmp-searchbox__field {
  border: none;
  outline: none !important;
}
/*custom serach input pagination css start*/
.searchresults p.cmp-searchresults__item-description {
  pointer-events: none;
  line-height: 26px;
}
/* Hide previous button when disabled */
.searchresults .cmp-searchresults__pagination-button--previous[disabled="true"] {
  display: none;
}
/* Hide next button when disabled */
.searchresults .cmp-searchresults__pagination-button--next[disabled="true"] {
  display: none;
}

.searchresults small em {
  display: none;
}

.searchresults .cmp-searchresults__item-title h4:hover {
  text-decoration: underline;
}

.searchresults .cmp-searchresults__pagination-list li:only-child {
  display: none;
}

.searchresults .cmp-searchresults__pagination-item.active {
  border-top-right-radius: 0.375em;
  border-bottom-left-radius: 0.375em;
  margin-right: 0.15em;
  background: #00A5E3;
  color: #ffffff!important;
  border-bottom: none;
  width: 33px;
  height: 33px;
  border-bottom-style: unset!important;
  border-bottom-color: unset!important;
}

.searchresults .cmp-searchresults__pagination-button {
  width: auto!important;
  height: 33px!important;
}

.searchresults .cmp-searchresults__pagination {
  height: 33px;
}

.searchresults .cmp-searchresults__pagination-button--next::after {
  content: "\f054"!important;
  margin-left: 6px;
  font-size: 12px;
}

.searchresults .cmp-searchresults__pagination-button--next::before {
  content: "Next";
  margin-left: 6px;
  font-family: "open-sans", sans-serif;
  font-size: 15px;
}

.searchresults .cmp-searchresults__pagination-button--previous::after {
  content: "Previous"!important;
  margin-left: 6px;
  font-family: "open-sans", sans-serif;
  font-size: 15px;
}

.searchresults .cmp-searchresults__pagination-button--previous::before {
  content: "\f053";
  margin-left: 6px;
  font-size: 12px;
}

.searchresults .cmp-searchresults__pagination-item {
  width: 33px!important;
  height: 33px!important;
  font-size: 15px;
}

#header-main-navigation .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
  background: none;
  padding: 0 5px;
  position: absolute;
  right: 20px;
}

.searchresults .cmp-searchresults__inner-container .cmp-searchresults__item {
  border-bottom: unset!important;
  padding: 0!important;
}

.searchresults .cmp-searchresults__pagination {
  margin: 0px!important;
}

/*custom serach input pagination css end*/
#header-main-navigation .searchbox {
  max-width: 222px;
}

#header-utility-nav a {
  color: #ffffff;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  letter-spacing: -0.3px;
  line-height: 15px;
}

#header-utility-nav .fa.fa-chevron-circle-down {
  display: none;
}

#main-header-bottom .cmp-list-dropdown__item>ul>li>a {
  font-size: 14px;
  line-height: unset;
  padding-left: 3.5px;
  padding-right: 6px;
}

#header-utility-nav li.cmp-list-dropdown__item.cmp-list-dropdown-4 {
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
  margin-top: 2px;
}

#header-utility-nav li.cmp-list-dropdown__item.cmp-list-dropdown-4:hover {
  margin-left: -1px;
}

#header-utility-nav li.cmp-list-dropdown__item.cmp-list-dropdown-4:hover span.fa.fa-angle-down {
  transform: rotate(180deg) !important;
  color: #fff;
}

#header-utility-nav .cmp-list-dropdown__item>ul>li>a>span,
#main-header-bottom .cmp-list-dropdown__item>ul>li>a>span {
  visibility: visible;
}

#main-header-bottom .listToDropdown li.cmp-list-dropdown__item>ul li {
  padding: 0 0 13px 9px;
  margin: 0;
  line-height: 24px;
  display: block;
}

#main-header-bottom .listToDropdown li.cmp-list-dropdown-2 .cmp-list-dropdown__dropdown-menu li {
  padding: 0 0 13px 28px;
}

#main-header-bottom .listToDropdown li.cmp-list-dropdown-4 .cmp-list-dropdown__dropdown-menu li {
  padding: 0 0 8px 0px;
}

#main-header-bottom .listToDropdown li.cmp-list-dropdown__item>ul {
  padding: 16px 16px 16px 26px !important;
}

#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul {
  min-width: 290px;
  border-radius: 0;
  border: 0;
  margin: 0;
}

#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul li {
  padding: 0px 10px 20px 25px;
  margin: 0;
}

#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul>li.list-item-4-2 span {
  font-size: 12px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}

#header-utility-nav .cmp-list-dropdown-4>ul>li {
  border: none !important;
}

#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul {
  left: unset !important;
  top: 26px;
  padding: 15px 0px 0px 0px !important;
}

#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>a {
  padding: 0 0 15px 0;
}

#main-header-bottom .cmp-list-dropdown__item>ul>li>a:hover,
#header-utility-nav .cmp-list-dropdown__item>ul>li>a:hover {
  border-bottom: 1px solid #a20067;
}

#header-utility-nav li.cmp-list-dropdown__item.cmp-list-dropdown-4 a {
  padding: 0 0 0 0px;
}

#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul>li.list-item-4-2>a {
  cursor: text;
  text-decoration: none;
  border-bottom: none !important;
}

@media (min-width: 992px) and (max-width: 1350px) {
  .cmp-highlightinfov2.sticky .cmp-highlightinfov2__container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }

  .cmp-highlightinfov2.expand {
    padding-left: 30px;
    padding-right: 30px;
  }

  #at-home-administration .cmp-teaser__image img.cmp-image__image.cmp-image--desktop {
    min-height: 200px;
  }

  #thank_you #banner {
    width: 90%;
  }
}

@media(min-width: 992px) and (max-width: 1094px) {
  #main-header-bottom a {
    font-size: 12px;
  }

  #header-utility-nav a {
    font-size: 12px;
  }
}

@media(min-width: 1095px) and (max-width: 1230px) {
  #main-header-bottom a {
    font-size: 14px;
  }

  #header-utility-nav a {
    font-size: 13px;
  }
}

@media (min-width: 1095px) and (max-width: 1230px) and (orientation: landscape) {
  #main-header-bottom a {
    font-size: 13px;
  }
}
/* Error page css here (media query not required)  */
#errorpage_403 #body_background {
  background: #DEDEDC;
}

#errorpage_403 #image_text_section {
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0px 20px;
}

#errorpage_403 #image_text_section .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

#image_text_section .aem-Grid>.aem-GridColumn:first-child {
  flex: 0 0 27%;
}

#image_text_section .aem-Grid>.aem-GridColumn:last-child {
  flex: 0 0 73%;
}

#image_text_section .aem-Grid>.aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}

#errorpage_403 #image_text_section .cmp-image__image {
  width: auto;
}

#errorpage_403 #image_text_section #image_section_errorpage {
  display: flex;
  justify-content: flex-end;
  padding: 0px 15px;
  margin-top: 30px;
}

#errorpage_403 #image_text_section #text_section_errorpage h1 {
  color: #646569;
  font-size: 45px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: -0.5px;
}

#errorpage_403 #image_text_section #text_section_errorpage {
  padding-right: 20px;
  padding-left: 45px;
}

#errorpage_403 #image_text_section #text_section_errorpage h2 {
  font-size: 24px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: #646569;
  margin: 30px 0;
  letter-spacing: -0.5px;
}

#errorpage_403 #image_text_section #text_section_errorpage p {
  font-size: 24px;
  line-height: 40px;
  color: #646569;
  padding-bottom: 30px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

#errorpage_403 #image_text_section #text_section_errorpage .cmp-text {
  padding: 0px;
}

#errorpage_403 #image_text_section #text_section_errorpage a#back_to_home {
  font-size: 24px;
  color: #a60064;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  letter-spacing: -0.5px;
  line-height: 24px;
}

#errorpage_403 #text_section_errorpage .button {
  margin-top: 10px;
}

/* additional header css start here */
#header-utility-nav .cmp-list-dropdown__head {
  display: flex;
  line-height: 22px;
  margin-top: 3px;
}

a.cmp-list-dropdown__head {
  pointer-events: none;
  cursor: default;
}

#header-logo img {
  margin-bottom: 10px;
}

a.header-how-to-order {
  padding: 4px 8px 4px 2px;
  line-height: 15px;
}

a.header-stay-informed {
  padding: 2px 10px 1px 5px;
  line-height: 22px;
}

/* additional header css ends here */

/* 403 page  css end here */
/* 500 page css general css without media query starts here */
#errorpage_500 #body_background {
  background: #DEDEDC;
  padding: 0px 20px;
}

#errorpage_500 #image_text_section {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 65px;
}

#errorpage_500 #image_text_section .container.responsivegrid:first-child {
  flex: 0 0 25%;
}

#errorpage_500 #image_text_section .container.responsivegrid:last-child {
  flex: 0 0 75%;
}

#errorpage_500 #image_text_section .aem-Grid>.aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}

#errorpage_500 #image_text_section .cmp-image__image {
  width: auto;
}

#errorpage_500 #image_text_section #image_section_errorpage {
  display: flex;
  justify-content: flex-end;
  padding: 0px 15px;
}

#errorpage_500 #image_text_section #text_section_errorpage h1 {
  color: #646569;
  font-size: 45px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: -0.5px;
}

#errorpage_500 #image_text_section #text_section_errorpage {
  padding-left: 45px;
}

#errorpage_500 #image_text_section #text_section_errorpage h2 {
  font-size: 30px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  color: #646569;
  margin-top: 0px;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}

#errorpage_500 #image_text_section #text_section_errorpage p {
  font-size: 24px;
  line-height: 40px;
  color: #646569;
  padding-bottom: 30px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

#errorpage_500 #image_text_section #text_section_errorpage .cmp-text {
  padding: 0px;
}

#errorpage_500 #image_text_section #text_section_errorpage a#back_to_home {
  font-size: 24px;
  color: #a60064;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  letter-spacing: -0.5px;
  line-height: 24px;
}

#errorpage_404 #errorpage404_bg_image {
  background: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/error-banner.png) no-repeat;
  background-position: -33px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #DEDEDC !important;
  padding: 0px 20px;
}

#errorpage_404 #text_section_404_errorpage {
  max-width: 1000px;
  margin: 40px auto 60px auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#errorpage_404 .text-inner-container-error404 h1 {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 55px;
  line-height: 80px;
  color: #A20067;
  margin: 0;
  width: 100%;
  max-width: 90%;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

#errorpage_404 .text-inner-container-error404 h2 {
  font-size: 36px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  color: #646569;
  margin-bottom: 0;
  margin-top: 30px;
  letter-spacing: -0.5px;
}

#errorpage_404 .text-inner-container-error404 p {
  font-size: 24px;
  line-height: 40px;
  color: #646569;
  padding-bottom: 30px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

#errorpage_404 p.error-list {
  padding-bottom: 0px;
}

#errorpage_404 .text-inner-container-error404 ul {
  padding-left: 40px;
  padding-bottom: 25px;
  padding-right: 10px;
}

#errorpage_404 .text-inner-container-error404 ul li {
  font-size: 24px;
  line-height: 35px;
  color: #646569;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
}

#errorpage_404 .text-inner-container-error404 ul li:before {
  content: "\2022";
  color: #646569;
  font-weight: bold;
  display: inline-block;
  width: 25px;
  margin-left: -16px;
  font-size: 15px;
  position: absolute;
}

#errorpage_404 #text_section_404_errorpage a#back_to_home {
  font-size: 24px;
  color: #a60064;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  letter-spacing: -0.5px;
  line-height: 24px;
}

#errorpage_404 #text_section_404_errorpage .button {
  clear: both;
  margin-left: 36%;
}

#home-administration-teaser .cmp-teaser__content {
  width: 100% !important;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#home-administration-teaser .cmp-teaser__image {
  width: 100% !important;
  padding: 0;
}

#home-administration-teaser .cmp-teaser__pretitle {
  max-width: 1355px;
  margin: 0 auto;
  width: 100%;
  padding: 0 18px;
}

#home-administration-teaser .page-title {
  font-size: 25px;
  line-height: 42px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  padding: 25px 0 0;
  color: #ffffff;
  position: relative;
}

#home-administration-teaser .h1-page-header.desktop-only {
  margin: 10px 0 12px 0;
  color: #ffffff;
  text-align: left;
  font-size: 35px;
  line-height: 45px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
}

#home-administration-teaser .button-updated-brochure.desktop-only {
  background-color: #A20067;
  display: flex;
  max-width: 238px;
  gap: 5px;
  border-radius: 6px;
  padding: 9px 8px 9px 7px;
  align-items: baseline;
}

#home-administration-teaser .button-updated-brochure.desktop-only a {
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
}

#home-administration-teaser .atha-sup {
  font-size: 13px;
  font-weight: 400;
}

#home-administration-teaser .sub-banner .page-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid white;
  left: 0;
  bottom: -3px;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__dropdownmenu {
  display: block;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__group {
  flex-direction: column;
  padding-left: 15px;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item {
  padding: 0px !important;
  line-height: 40px;
  font-family: "open-sans", sans-serif;
}

#sitemap-page #sitemap_navigation_outer {
  max-width: 1170px;
  margin: 30px auto 0 auto;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link {
  color: #A20067;
  text-decoration: underline;
  font-size: 21px;
  line-height: 15px !important;
  display: inline-flex;
  font-weight: 400;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link[aria-haspopup="true"] {
  text-decoration: none;
  cursor: default;
  padding-left: 6px;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link[aria-haspopup="true"]:hover {
  text-decoration: none;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item--level-1>.cmp-navigation__item-link::before {
  content: "-";
  color: #A20067;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 20px;
  position: absolute;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item {
  margin: 0px 10px;
}

#at-home-administration .exclusive-updates {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

.exclusive-updates .content-wrapper .content h3 {
  padding: 60px 0 18px 0;
  margin: 0;
  font-size: 32px;
  line-height: 36px;
  color: #006699;
  font-family: "montserrat", sans-serif;
  ;
  font-weight: 700;
}

.exclusive-updates h4 {
  color: #212721;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  font-family: "open-sans", sans-serif;
  margin: 0;
}

.cmp-highlightinfov2 .cmp-text ol {
  list-style-type: decimal;
}

.exclusive-updates .updated-section-checkmark {
  display: flex;
  padding-bottom: 40px;
}

.exclusive-updates .updated-section-checkmark .wrapper-check-mark {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 30px;
  max-width: 688px;
}

.exclusive-updates .updated-section-checkmark .check.mark-1,
.exclusive-updates .updated-section-checkmark .check.mark-2,
.exclusive-updates .updated-section-checkmark .check.mark-3 {
  display: flex;
  gap: 16px;
  align-items: center;
}

.exclusive-updates .updated-section-checkmark p {
  font-size: 21px;
  line-height: 28px;
  color: #525252;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.exclusive-updates .updated-section-checkmark p b {
  letter-spacing: -0.5px;
  font-weight: 700;
}

.exclusive-updates .updated-section-checkmark p sup {
  font-size: 65%;
  line-height: 0px;
}

#at-home-administration sup {
  font-size: 65%;
}

.exclusive-updates .updated-section-checkmark .extra_admist {
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}

.flumist-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #434343;
  margin-bottom: 5px;
  text-indent: -5px;
  padding-left: 4px;
  font-family: "open-sans", sans-serif;
}

.footnote.border-bottom {
  border-bottom: 1px solid #A2A2A2;
  padding-bottom: 50px;
}

.flumis-h3 {
  font-size: 32px;
  line-height: 36px;
  color: #006699;
  font-family: "montserrat", sans-serif;
  ;
  margin-top: 60px;
  font-weight: 700;
  margin-bottom: 10px;
}

.four-section-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.image-section-admin {
  min-height: 90px;
}

.content-section-admin {
  margin-top: 60px;
}

sup {
  font-size: small;
  line-height: 0;
}

.content-section-admin p {
  font-family: "open-sans", sans-serif;
  font-size: 21px;
  line-height: 28px;
  color: #525252;
}

.footnote p {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #434343;
  margin-bottom: 10px;
}

.exclusive-updates .flex-button {
  display: flex;
  justify-content: center;
}

.exclusive-updates .button-updated-brochure.mobile-only {
  display: none;
}

/*footer starts*/
#footer-flumist-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 13px;
}

#footer-flumist-container .ic-header {
  max-width: 90%;
}

#flumisthcp-footer {
  background-color: #0e3450;
  width: 100%;
  padding: 20px 0 0px 0;
}

.prod-info li {
  padding-bottom: 13px;
  color: #fff;
  width: 88%;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  line-height: 24px;
}

#footer-logo-lud #az-logo img {
  width: 132px;
  height: 32px;
}

#footer-logo-lud .image #az-logo {
  padding-bottom: 13px;
}

#footer-logo-lud .prod-info li img {
  height: 22px;
  width: 35px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-top: 5px;
  padding-bottom: 0;
}

#Flumist-footer-sec,
#flumist-footer-sec1 {
  padding-top: 50px;
}

#Flumist-footer-sec .cmp-navigation__item-link:hover,
#flumist-footer-sec1 .cmp-navigation__item-link:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

#Flumist-footer-sec .cmp-navigation__item,
#flumist-footer-sec1 .cmp-navigation__item {
  padding: 0;
  padding-bottom: 13px;
  margin-left: 0;
  white-space: normal;
}

#flumist-footer-sec1 .cmp-navigation__group {
  margin-left: 36px;
}

#Flumist-footer-sec .cmp-navigation__item a span,
#flumist-footer-sec1 .cmp-navigation__item a span {
  font-size: 14px;
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  line-height: 24px;
  color: #fff;
}

#Flumist-footer-sec .cmp-navigation__group,
#flumist-footer-sec1 .cmp-navigation__group {
  flex-direction: column;
}

#footer-flumist-container span.block-text-video {
    display: none;
}

#On-Demand #footer-flumist-container span.block-text {
    display: none;
}

#On-Demand #footer-flumist-container span.block-text-video {
    display: block;
}

/*footer ends*/
/*ISI starts*/
#isi-section {
  max-width: 1242px;
  margin: 0 auto;
  padding: 15px 10px 45px;
}

.cmp-highlightinfov2 h3 {
  padding-left: 0px !important;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0e3450;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 10px 0px 7px 0px;
  margin: 0px;
  margin-bottom: 10px;
}

#isi-container #list-view-wrapper {
  padding: 0px;
}

#isi-header-inner .cmp-text {
  padding: 0px;
}

#isi-container #list-view-wrapper .list-view ul {
  padding-left: 19px;
}

#list-view-wrapper .list-view ul li:last-child br {
  display: none;
}

#isi-container .list-view ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  font-size: 15px;
  margin-left: -16px;
  position: absolute;
}

#isi-container .list-view ul li {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px !important;
  color: #434343;
  letter-spacing: -0.29px;
}

h2#footer-isi-link {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0e3450;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  padding: 10px 0 7px 0;
}

#isi-container #indication-wrapper {
  padding: 0px;
}

p.indication-text {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  color: #434343;
}

.indication-block p {
  color: #434343;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  padding-right: 10px;
  letter-spacing: -0.3px;
}

#flumisthcp-isi .cmp-highlightinfov2__content {
  padding: 0px 10px;
}

.indication-block a {
  color: #a60064;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
}

.indication-block p:nth-of-type(2),
.indication-block p:nth-of-type(3) {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 20px !important;
  font-size: 16px;
}

.indication-block span.please-see-text {
  color: #646464;
}

.indication-block p:nth-of-type(2) {
  line-height: 20px;
}

.indication-block .access-icon {
  width: 100%;
  max-width: 13px;
  height: auto;
  padding-bottom: 0px;
}

.cmp-highlightinfov2.sticky.initial-sticky .cmp-highlightinfov2__container {
  box-shadow: 0 -6px 6px #00000029 !important;
}

.cmp-highlightinfov2__container {
  box-shadow: none !important;
}

.cmp-highlightinfov2.sticky .cmp-highlightinfov2__content .isi-head {
  display: none;
}

.cmp-highlightinfov2.expand .cmp-highlightinfov2__content #isi-header-inner .isi-head {
  display: none !important;
}

.cmp-highlightinfov2.expand .cmp-highlightinfov2__container .cmp-highlightinfov2__header {
  height: unset;
}

.cmp-highlightinfov2.expand {
  width: 100%;
}

.cmp-highlightinfov2__header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 38px 0px 18px 0px !important;
  height: 0px !important;
  position: relative;
  margin-bottom: 12px;
}

.cmp-highlightinfov2__header .cmp-highlightinfov2__button {
  padding: 12px 13px;
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #a60064 !important;
  text-decoration: none;
  cursor: pointer;
  background: #ebebeb;
  width: auto;
  position: absolute;
  right: 0;
  top: 10px;
}

#flumisthcp-isi .cmp-highlightinfov2__header .cmp-highlightinfov2__icon::before {
  visibility: visible;
  position: relative;
  bottom: 2px;
  left: 3px;
  font-size: 10px;
}

#flumisthcp-isi .cmp-highlightinfov2__icon {
  padding-left: 2px;
}

.cmp-highlightinfov2.expand .cmp-highlightinfov2__button .cmp-highlightinfov2__text {
  font-size: 0 !important;
  visibility: hidden !important;
}

.cmp-highlightinfov2.expand .cmp-highlightinfov2__text::after {
  content: "CLOSE";
  font-size: 14px !important;
  visibility: visible !important;
}

.cmp-highlightinfov2.sticky #isi-section {
  padding: 0px;
}

.cmp-highlightinfov2.sticky #isi-container .list-view ul li {
  font-size: 19px;
  line-height: 21px;
}

.cmp-highlightinfov2.sticky .isi-head {
  font-size: 21px;
  line-height: 28px;
  padding-top: 22px;
}

.cmp-highlightinfov2.expand #isi-section {
  padding: 0px;
}

.cmp-highlightinfov2.expand #isi-container .list-view ul li {
  font-size: 19px;
  line-height: 21px;
}

.cmp-highlightinfov2.expand h2#footer-isi-link {
  font-size: 21px;
  line-height: 28px;
  margin-top: 10px;
}

.cmp-highlightinfov2.expand p.indication-text {
  font-size: 19px;
  line-height: 21px;
}

.cmp-highlightinfov2.expand .isi-head {
  font-size: 21px;
  line-height: 28px;
  padding-top: 22px;
}

/*ISI ends*/
/*help-increase-page-starts*/
.cmp-container__backgroundImage--enabled {
  margin: 0 auto !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}

#banner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 15px;
}

#sub-title {
  border-bottom: 1px solid #212721;
  width: 100%;
  font-size: 25px;
  line-height: 42px;
  color: #212721;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  padding: 25px 0 0;
}

#isi-container #sub-title {
  display: inline-block;
  width: fit-content;
  margin-top: 64px;
}

#isi-container #banner {
  max-width: 1270px;
  padding-inline: 20px;
}

#isipage #isi-section {
  max-width: 1155px;
  margin: 30px auto 0 auto;
}

#isipage .list-view ul li {
  letter-spacing: -0.39px;
}

#isipage .indication-block p:nth-of-type(3) {
  display: none;
}

#isipage #flumisthcp-isi .cmp-highlightinfov2__content {
  padding: 0;
}

#tile h1 {
  font-size: 35px;
  line-height: 45px;
  color: #212721;
  font-family: "montserrat", sans-serif;
  margin: 10px 0 25px 0;
  max-width: 955px;
}

.italic {
  font-family: "open-sans", sans-serif;
  font-style: italic;
}

#Help_Increase_Vaccine_Uptake #sub-title {
  max-width: 395px;
}

#Help_Increase_Vaccine_Uptake #see-admin {
  padding: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  color: #434343;
  padding-bottom: 25px;
  padding-left: 18px;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.5px;
}

#Help_Increase_Vaccine_Uptake #mid-section {
  max-width: 1170px;
  margin: 70px auto 0 auto;
  padding-inline: 15px;
}

#Help_Increase_Vaccine_Uptake #mid-section .image {
  max-width: 94%;
  margin-inline: auto;
}

#Help_Increase_Vaccine_Uptake #mid-section .indication-text-new {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 55px;
  color: #434343;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 50px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}

#Help_Increase_Vaccine_Uptake #mid-section .mn-child {
  font-size: 40px;
  color: #a60064;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
}

#Help_Increase_Vaccine_Uptake #btm-txt {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 15px 0px;
  padding: 0px;
}

#Help_Increase_Vaccine_Uptake sup {
  font-size: 65%;
}

#Help_Increase_Vaccine_Uptake #tile h1 sup {
  font-size: 60%;
}

#Help_Increase_Vaccine_Uptake .dis-sprayer {
  font-size: 22px;
  line-height: 23px;
  color: #646569;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  margin-top: 8px;
  margin-bottom: 10px;
}

#Help_Increase_Vaccine_Uptake .admin-outer {
  padding-left: 25px;
  margin-bottom: 20px;
}

#Help_Increase_Vaccine_Uptake .admin-outer li:before {
  content: "\2022";
  color: #a20067;
  font-weight: 700;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 24px;
  position: absolute;
}

#Help_Increase_Vaccine_Uptake .admin-outer li {
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  line-height: 26px;
  color: #2c2a29;
  padding-bottom: 10px;
  font-weight: 400;
}

#Help_Increase_Vaccine_Uptake .list-view-reference.help-Increase-vaccine-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#Help_Increase_Vaccine_Uptake .list-view-reference.help-Increase-vaccine-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
}

/*help-increase-page-ends*/
#video-transcript-logo {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#video-transcript-logo div.text.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--3.aem-GridColumn--offset--default--0 {
  margin-top: 13%;
}

#video-transcript-logo .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  display: flex;
}

#video-transcript-logo .video {
  max-width: 915px;
}

#video-transcript-logo .cmp-video__player {
  padding: 0;
}

#video-transcript-logo .cmp-video__thumbnail {
  max-width: 915px;
  max-height: 514px;
}

#video-transcript-logo .flumist-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
    /*margin-top: -79%;*/
  margin-left: 30px;
}

#video-transcript-logo .flumist-icon p {
  font-family: "open-sans", sans-serif;
  color: #212721;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  padding: 14px 20px;
  border: 1px solid #BABABA;
  max-width: 283px;
}

#video-transcript-logo .flumist-icon p a {
  color: #A20067;
  text-decoration: underline;
}

.cmp-accordion__button .view-acc {
  display: block;
}

.cmp-accordion__button.cmp-accordion__button--expanded .view-acc {
  display: none;
}

.cmp-accordion__button .hide-acc {
  display: none;
}

.cmp-accordion__button.cmp-accordion__button--expanded .hide-acc {
  display: block;
}

#transcript-accordian {
  max-width: 1270px;
  margin: 0px auto;
  padding-bottom: 55px;
}

#transcript-accordian .cmp-accordion__item {
  max-width: 915px;
}

#transcript-accordian h3 {
  margin: 0;
}

.video-transcript-data p {
  font-family: "open-sans", sans-serif;
  color: #525252;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
  padding-right: 2px;
}

.video-transcript-data p a {
  color: #a60064;
}

#transcript-accordian .video-transcript-data {
  height: 179px;
  overflow-x: hidden;
  overflow-y: overlay;
  transition: none !important;
  border: 1px solid #F0F1F3;
  background-color: #FFFFFF99;
  margin-top: 12px;
  padding: 22px 16px;
  max-width: 915px;
}

#transcript-accordian .video-transcript-data::-webkit-scrollbar {
  width: 10px;
}

#transcript-accordian .video-transcript-data::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border-color: #cacaca;
  border-radius: 5px;
}

#transcript-accordian .cmp-accordion__button {
  padding: 0;
}

#transcript-accordian h3 {
  font-family: "open-sans", sans-serif;
  color: #A20067;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
  cursor: pointer;
}

#transcript-accordian .cmp-accordion__icon {
  display: none;
}

#transcript-accordian .cmp-accordion__panel--expanded {
  padding: 0;
}

#transcript-accordian .text {
  padding: 0;
}

#mom-child-video {
  max-width: 915px;
}

#video-transcript-logo .container {
  max-width: 915px;
}

#flu-home-faqs {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 90px;
}

#flu-home-faqs .cmp-accordion__button {
  color: #212721;
  cursor: pointer;
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  padding-bottom: 14px;
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 14px;
}

#flu-home-faqs .cmp-accordion__item {
  border-bottom: 2px solid #212721;
}

#flu-home-faqs .exclusive-updates p {
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #212721;
  margin-bottom: 0;
  padding: 0px 14px 14px 12px;
  padding-right: 0;
  padding-left: 0;
}

#flu-home-faqs .exclusive-updates.admin-fq-extended {
  padding: 0;
}

#faqs-title-txt {
  border-top: 1px solid #A2A2A2;
  padding-top: 40px;
}

#flu-home-faqs .cmp-text {
  padding-top: 0;
}

#flu-home-faqs .cmp-accordion__panel--expanded {
  padding-top: 0;
}

#flu-home-faqs .cmp-accordion__icon::before {
  content: '';
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/faq-icon.png);
  height: 9px;
  width: 15px;
  background-size: 100%;
  display: inline-block;
  position: relative;
  margin-right: 13px;
  margin-top: -30px;
  background-repeat: no-repeat;
}

#flu-home-faqs .cmp-accordion__button--expanded .cmp-accordion__icon::before {
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/faq-icon.png);
  transform: rotate(-180deg);
}

#flu-home-faqs .exclusive-updates p a {
  color: #A20067;
  text-decoration: underline;
}

#flu-home-faqs .content-link-fqs p {
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  color: #525252;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  border-bottom: 1px solid #A2A2A2;
}

#flu-home-faqs .content-link-fqs p a {
  color: #A20067;
  text-decoration: underline;
  font-weight: 700;
}

.three-sections-refernce {
  display: flex;
  gap: 32px;
}

.three-sections-refernce .ref-block {
  max-width: 388px;
  width: 100%;
  box-shadow: 0px 3px 4px 0px #00000040;
  border: 1px solid #BABABA;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 58px;
  margin-top: 40px;
  gap: 20px;
}

.three-sections-refernce .ref-block p {
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  color: #212721;
  text-align: center;
}

.three-sections-refernce .ref-block a {
  font-size: 15px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  color: #FFFFFF;
  max-width: 273px;
  background-color: #A20067;
  padding: 20px 15px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  letter-spacing: -0.4px;
}

#mom-child-video .cmp-video__playicon::after {
  content: " ";
  position: absolute;
  height: 144px;
  width: 144px;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
}

#mom-child-video .cmp-video__playicon::before {
  content: " ";
  position: absolute;
  margin: auto;
  height: 125px;
  width: 55px;
  left: 55px;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: 34px solid transparent;
  z-index: 1;
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/at-administration-play-iconn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.nowrap {
  white-space: nowrap;
}

#safety .cmp-container__backgroundImage--enabled {
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 212px;
}

#safety #banner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 15px;
}

#safety #sub-title {
  border-bottom: 1px solid #212721;
  width: 100%;
  font-size: 25px;
  line-height: 42px;
  color: #212721;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  padding: 25px 0 0;
  font-family: sans-serif;
  max-width: 310px;
}

#safety #title h1 {
  font-size: 35px;
  line-height: 45px;
  color: #212721;
  font-family: "montserrat", sans-serif;
  margin: 10px 0 25px 0;
  max-width: 955px;
}

#safety sup {
  font-size: 65%;
}

#safety #main-heading h2 {
  line-height: 45.6px;
  font-size: 37px;
  position: relative;
  margin-top: 35px;
  margin-bottom: 49px;
  color: #00a1e0;
  font-family: "open-sans", sans-serif;
  text-align: left;
  font-weight: bold;
}

#safety #main-heading h2::after {
  width: 139px;
  height: 4px;
  content: '';
  background: #00a1e0;
  display: block;
  margin: 23px 0;
  position: absolute;
  bottom: -42px;
}

#safety #most-common-text h3 {
  box-sizing: border-box;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  color: #0e3450;
  margin-top: 8px;
  text-align: left;
}

#safety #most-common-text {
  padding: 0px;
}

#safety #most-common-text p {
  color: #434343;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 26px;
  font-family: "open-sans", sans-serif;
  text-align: left;
  font-weight: 400;
}

#safety .children-stats {
  color: #434343;
  margin-bottom: 20px;
  max-width: 100%;
}

#safety #btm-txt {
  padding: 0px;
}

#safety #table-description-custom {
  padding: 0px;
}

#safety caption {
  padding-bottom: 8px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #00a1e0;
  margin-bottom: 22px;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.4px;
}

.normal-table-container table thead tr:nth-of-type(2) th.head-col {
  font-weight: 900 !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 25px !important;
}

table.adult-stats tbody tr:nth-of-type(1) th.head-col {
  font-size: 18px !important;
  line-height: 25px !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.normal-table-container table.children-stats thead tr:nth-of-type(2) th.head-col {
  padding-top: 10.4px !important;
  padding-bottom: 10.4px !important;
}

.normal-table-container table.adult-stats tbody tr:first-of-type th:first-of-type {
  border-top-left-radius: 8px;
}

.normal-table-container table.adult-stats tbody tr:first-of-type th:last-of-type {
  border-top-right-radius: 8px;
}

#safety thead {
  height: 94px;
    /* background: #f0b323; */
  text-align: center;
}

#safety .unbold {
  font-weight: 400;
}

#safety th {
  background: #00a1e0;
  text-align: center;
  padding: 10px 20px;
  width: 292px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 900;
  color: white;
  font-family: "open-sans", sans-serif;
}

#safety .head-col {
  padding: 20px 20px;
  width: 292px;
  font-size: 15px;
  line-height: 22px;
  color: #434343;
  text-align: left !important;
  font-weight: 400;
}

#safety table tbody tr:nth-child(10) td:first-child,
#safety table tbody tr:nth-child(11) td:first-child,
#safety table tbody tr:nth-child(12) td:first-child {
  padding-left: 36px;
  padding-right: 40px;
}

#safety #mid-txt {
  max-width: 1008px;
  padding-inline: 28px;
  margin-inline: auto;
}

#safety table tr:nth-child(even) {
  background: rgb(239 239 239 / 30%);
}

#safety #table-description-custom .footnote {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #434343;
  text-align: left;
  margin-bottom: 35px;
}

#safety .footnote a {
  color: #337ab7;
}

#safety #btm-txt>div>table>tbody>tr:nth-child(1)>th.head-col {
  padding-block: 10px;
  font-size: 12px;
  line-height: 25px;
}

#safety #text-048ab13fb8>table>thead>tr:nth-child(2)>th.head-col {
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

#safety #btm-txt p {
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  color: #434343;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.4px;
  padding-right: 20px;
}

#safety #btm-txt>div>table>tbody>tr:nth-child(1)>th.head-col {
  font-weight: 900;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 18px;
}

#safety td {
  text-align: center;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
}

#safety .adult-stats {
  margin-bottom: 20px;
  width: 100%;
}

#safety .second-table tbody tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

#safety .second-table tbody tr:first-child th:last-child {
  border-radius: 0px 8px 0 0;
}

#safety .children-stats thead tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

#safety .children-stats thead tr:first-child th:last-child {
  border-radius: 0px 8px 0 0;
}

#safety #text-048ab13fb8>table>thead>tr:nth-child(1) th {
  padding-block: 6px;
}

#safety #text-048ab13fb8>table>thead>tr:nth-child(2)>th.head-col {
  padding-block: 10.4px;
}

#safety .list-view-reference.safety-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#safety .list-view-reference.safety-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
}

#sitemap-page .cmp-container__backgroundImage--enabled {
  display: flex;
  align-items: center;
}

.indication-block .link:hover {
  text-decoration: none;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item--level-0>.cmp-navigation__item-link:not([aria-haspopup="true"])>.cmp-navigation__item-text {
  text-decoration: underline;
  padding-left: 6px;
  line-height: 40px;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item--level-0>.cmp-navigation__item-link {
  text-decoration: none;
}

#sitemap-page #sitemap_navigation_outer #navigation-69117ae135>ul>li:nth-child(6)>a {
  text-decoration: underline;
}

#sitemap-page #sitemap_navigation_outer>ul>li>a:hover,
#sitemap-page #sitemap_navigation_outer #navigation-69117ae135>ul>li:nth-child(6)>a:hover {
  text-decoration: none;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link:hover {
  text-decoration: none !important;
}

#sitemap-page #sitemap_navigation_outer .cmp-navigation__item--level-0>.cmp-navigation__item-link:not([aria-haspopup="true"])>.cmp-navigation__item-text:hover {
  text-decoration: none;
}

#sitemap-page #tile h1 {
  margin: 0px !important;
  width: 100% !important;
}

#sitemap-page #tile h1 {
  margin: 0px !important;
}

#sitemap-page #banner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

#sitemap-page #sitemap_navigation_outer li.cmp-navigation__item.cmp-navigation__item--level-0::before {
  content: "";
  background-color: #A20067;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  bottom: 2px;
  position: relative;
  bottom: 5px;
}

/* sitemap ends */

/* header start */
#header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul>li.list-item-4-2>a {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

/* header end */
/* ACIP page desktop css starts here */
#app #sub-title {
  max-width: 432px;
}

#app div#acip_container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0px 20px;
  margin: 30px auto 0 auto;
}

#app p.acip__body__among {
  font-size: 18.5px;
  line-height: 30px;
  font-family: "open-sans", sans-serif;
  color: #000;
  padding-bottom: 24px;
  font-weight: 400;
  letter-spacing: -0.35px;
}

#app hr.acip__body__green {
  width: 100px;
  position: relative;
  border-top: 3px solid #81bc00;
  margin: 0 auto;
  left: -12px;
}

#app p.acip__body__cdc {
  color: #00a1e0;
  font-family: "open-sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-style: italic;
  padding-bottom: 40px;
  font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

#app p.acip__body__among sup {
  line-height: normal;
}

#app sup {
  font-size: 65%;
}

#app #tile sup {
  font-size: 60%;
}

#app p.acip__body__cdc sup {
  font-size: 65%;
    /* vertical-align: baseline; */
  line-height: normal;
  left: 2px;
  position: relative;
}

#app p.acip__body__admintext {
  font-size: 17.5px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.35px;
}

#app .text+.text #acip_container {
  padding: 0;
  margin-top: 0;
}

#app p.acip__body__among span {
  font-weight: 700;
}

#app p.acip__body__footnote {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  color: #2C2A29;
  padding-bottom: 10px;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.35px;
}

#app p.acip__body__among:before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 15px;
  position: absolute;
}

#app .list-view-reference.acip-app-page {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#app .list-view-reference.acip-app-page li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
}

#app .list-view-reference li {
  letter-spacing: -0.2px;
}

/* acip page desktop cssends here */
/*contact us page desktop css starts here*/
#contactus .cmp-container__backgroundImage--enabled {
  display: flex;
  align-items: flex-end;
  min-height: 200px;
  border-top: 4px solid #00a3e0;
}

#contactus #banner {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
}

#contactus #tile h1 {
  margin: 10px 0 48px 0;
}

#contactus #contactus-text-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 15px;
}

#contactus #contactus-text-wrapper #contactus-blue-title h2 {
  font-size: 24px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(0, 160, 221, 1);
  line-height: 30px;
  margin-top: 50px;
  letter-spacing: -0.3px;
  max-width: 95%;
  margin-bottom: 10px;
}

#contactus-blue-title span.am {
  font-size: 11px;
}
/*contact us page desktop css ends here*/
/*Thank you page desktop css starts here*/
#thank_you .cmp-container__backgroundImage--enabled {
  display: flex;
  align-items: flex-end;
  min-height: 214px;
}

#thank_you #banner {
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
}

#thank_you #tile h1 {
  margin: 10px 0 66px 0;
}

#thank_you #thankyou-text-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 15px;
}

#thank_you #thankyou-text-wrapper h2 {
  font-size: 24px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(0, 160, 221, 1);
  line-height: 30px;
  margin: 50px 0px 50px 0px!important;
  letter-spacing: -0.3px;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

#thank_you #isi-section {
  display: none;
}
/*Thank you page desktop css ends here*/
/* coding and reimburesement page desktop css */
#coding #sub-title {
  max-width: 345px;
}

#coding #center-text-section {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  line-height: 21px;
}

#coding #center-text-section #text-one {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
}

#coding #center-text-section #text-two {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
}

#coding #center-text-section #text-three {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
}

#imagetext-one .image {
  width: 50px;
  height: 50px;
}

#imagetext-two .image {
  width: 50px;
  height: 50px;
}

#imagetext-three .image {
  width: 157px;
  height: 68px;
}

#imagetext-one,
#imagetext-two,
#imagetext-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

#center-text-section .text {
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
}

#center-text-section #imagetext-one .text {
  color: #a60064;
  font-weight: 600;
}

#center-text-section #imagetext-two .text {
  color: #434343;
  font-weight: 600;
}

#center-text-section #text-three a {
  color: #a60064;
  font-weight: 600;
}

#coding #more-info-section-outer {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  margin-bottom: 15px;
  letter-spacing: -0.2px;
}

#coding #more-info-section-text h3 {
  color: #434343;
  font-size: 21px;
  line-height: 26px;
  font-family: "open-sans", sans-serif;
  padding-right: 65px;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}

#coding #more-info-section-text {
  padding: 0px;
}

#coding #more-info-section-text h3 span.am {
  font-size: 11px;
}

#coding #more-info-section-text .recommendation-heading {
  margin: 25px 0px;
  font-size: 24px;
  line-height: 28px;
  color: #646569;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.2px;
}

#coding #more-info-section-text p.body {
  color: #646569;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#coding #more-info-section-text .ndc-heading {
  font-size: 24px;
  line-height: 28px;
  color: #646569;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  margin-bottom: 10px;
}



#coding #more-info-section-text p.body.font-custom {
  font-family: "open-sans", sans-serif;
  letter-spacing: unset;
  font-weight: 600;
  padding-right: 30px;
}
#coding #more-info-section-text p.body.font-custom{padding-right:15px;}
#coding #table-one-outer {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

#coding #table-one-outer #table-one-outer-flex {
  display: flex;
  gap: 12px;
}

#coding #table-one-outer caption {
  text-align: left;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 26px;
  color: #434343;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
}

#coding #table-one-outer th {
  background: #00a1e0;
  text-align: left;
  color: white;
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  margin-bottom: 20px;
  line-height: 26px;
}

#coding #table-one-outer th:first-child {
  padding: 15px 0px 15px 30px;
}

#coding #table-one-outer thead tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

#coding #table-one-outer thead tr:first-child th:last-child {
  border-radius: 0px 8px 0 0;
  padding-left: 15px;
}

#coding #table-one-outer #ndc-10table {
  font-size: 21px;
  line-height: 26px;
}

#coding #cpt-section {
  padding: 0px;
}

#coding .head-col {
  padding: 14px 0px;
  color: #434343;
  font-size: 21px;
  line-height: 26px;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.3px;
  font-weight: 400;
}

#coding sup {
  font-size: 65%;
}

.ndc-10table td:nth-child(2) {
  vertical-align: top;
}

.ndc-11table td:nth-child(2) {
  vertical-align: top;
}

#coding #table-one-outer table td:first-child {
  padding-left: 27px;
}

#coding td {
  color: #434343;
  font-size: 21px;
  line-height: 26px;
  font-family: "open-sans", sans-serif;
}

#coding tbody {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 4px solid #ebebeb;
  border-top: none;
}

#coding #cpt-section .current {
  font-size: 24px;
  line-height: 28px;
  color: #646569;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  margin-bottom: 10px;
  margin-top: 25px;
}

#coding #cpt-section p.body {
  color: #646569;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.3px;
}

.cpt-table tbody tr td:first-child {
  text-align: left;
  vertical-align: top;
}

#coding .cpt-table td.head-col.vaccine-code {
  font-size: 21px;
  line-height: 26px;
  color: #434343;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#coding .bottom-section-outer {
  display: flex;
  gap: 30px;
  background-color: #ebebeb;
}

#coding .left-scetion,
.right-section {
  width: 50%;
}

#coding .bottom-section-outer p.classification {
  font-size: 16px;
  color: #646569;
  line-height: 26px;
  font-weight: bold;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  padding: 20px 30px 20px;
  letter-spacing: -0.2px;
}

#coding .bottom-section-outer .right-section {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 0px;
}

#coding .bottom-section-outer .blue-outer {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #00a1e0;
  color: #fff;
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  line-height: 26px;
  font-weight: bold;
}

#coding .bottom-section-outer .white-outer {
  display: flex;
  background-color: #ffffff;
  border-bottom: 4px solid #e6e4e7;
  border-right: 4px solid #e6e4e7;
  border-left: 4px solid #e6e4e7;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px 27px 0px 27px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  font-size: 21px;
}

#coding #more-info-section-text p.body.font-custom-new {
  padding-right: 35px;
}

#coding .bottom-section-outer .bluebox1 {
  width: 50%;
}

#coding .bottom-section-outer .white-outer .bluebox1 {
  width: 50%;
  padding: 15px 0;
}

#coding .head-col.padding-custom {
  padding-right: 22px;
  padding-bottom: 15px;
}

#coding table tbody td {
  border-bottom: 3px solid #ebebeb;
}

#coding table thead {
  background: #00a1e0;
}

.blue-outer .bluebox1 {
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  font-style: normal;
  letter-spacing: -0.2px;
}

.white-outer .bluebox1 {
  font-family: "open-sans", sans-serif;
  font-style: normal;
  letter-spacing: -0.2px;
  color: #434343;
  line-height: 26px;
  font-weight: 400;
}

#table-one-outer-flex td,

#table-one-outer-flex th {
  width: 50%;
}

#coding .cpt-table .padding-custom-cpt1 {
  padding-right: 24px;
}

#coding .cpt-table .td-width-two {
  width: 54%;
}

#coding .cpt-table .td-width-one {
  width: 40%;
}

#coding tbody td {
  background-color: #fff;
  border-bottom: 3px solid #ebebeb;
}

#coding tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ebebeb;
}

#coding tbody td:first-child {
  border-left: 3px solid #ebebeb;
}

#coding tbody td:last-child {
  border-right: 3px solid #ebebeb;
}

#coding tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

#coding tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

#coding thead th {
  border: none;
  background-color: #f2f2f2;
}

#coding table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.ndc-10table tbody td:nth-child(2),
.ndc-11table tbody td:nth-child(2) {
  padding-left: 15px !important;
}

.cpt-table tbody td:nth-child(2) {
  padding-left: 15px !important;
}

#coding .list-view-reference.coding-reimbursement-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#coding .list-view-reference.coding-reimbursement-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
}

#coding .list-view-reference.coding-reimbursement-page-ref li {
  letter-spacing: -0.25px;
}




/* coding and reimburesement page desktop css end here */
/* dosing page css starts here */
#dosing #sub-title {
  max-width: 100px;
}

#dosing #desing-image-section-outer {
  max-width: 1160px;
  margin: 30px auto 0 auto;
  padding: 0px 20px;
}

#dosing #dosing-text-section h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #00a0dd;
  font-family: "open-sans", sans-serif;
}

#dosing .dosing-image-section {
  max-width: 1030px;
  margin: 10px auto 0 auto;
  width: 100%;
}

#dosing #dosing-text-section .mobile-only {
  display: none;
}

#dosing-text-section .caption-text {
  color: #434343;
  font-size: 21px;
  letter-spacing: -0.3px;
  line-height: 24px;
  font-family: "open-sans", sans-serif;
}

#dosing-text-section .image-syringe-section {
  float: right;
  max-width: 800px;
  width: 100%;
}

#dosing-text-section p.caption-text.syringe {
  font-size: 20px;
  text-align: right;
  clear: both;
}

#dosing #desing-image-section-outer {
  max-width: 1200px;
  padding: 0px 15px;
}

#dosing #desing-image-section-outer #dosing-image-section-new {
  max-width: 1030px;
  margin: 10px auto 0 auto;
  width: 100%;
}

#dosing #desing-image-section-outer h3 {
  font-size: 24px;
  color: #00a0dd;
  line-height: 44px;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  margin: 0px 0px;
}

#dosing #desing-image-section-outer .caption-text {
  color: #434343;
  font-size: 21px;
  letter-spacing: -0.4px;
  line-height: 24px;
  font-weight: 400;
  font-family: "open-sans", sans-serif;
  padding-top: 6px;
}

#dosing #desing-image-section-outer #caption-text-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

#dosing #image-syringe-section {
  max-width: 783px;
  margin: 0 auto;
  width: 100%;
  margin-right: 20px;
}

#dosing #desing-image-section-outer .caption-text.syringe {
  color: #434343;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 22px;
  font-family: "open-sans", sans-serif;
  float: right;
  margin: 8px 0;
}

#dosing sup {
  font-size: 65%;
}

/* dosing page css ends here */

/*administration page css starts here*/
#administration #sub-title {
  max-width: 204px;
}

#administration #top-text-section {
  max-width: 1210px;
  margin: 5px auto 0 auto;
  padding: 0px 20px;
}

#administration #top-text-section h3 {
  font-family: "open-sans", sans-serif;
  font-size: 24px;
  line-height: 25px;
  color: #00a3e0;
  letter-spacing: -0.2px;
  margin: 30px 0px 55px 0px;
  font-weight: 600;
}

#administration sup {
  font-size: 65%;
  left: 2px;
  position: relative;
}

#administration #administration-bottom-text {
  max-width: 1210px;
  padding: 0px 20px;
  margin: 19px auto 0 auto;
}

#administration-bottom-text .admin {
  font-size: 24px;
  font-family: "open-sans", sans-serif;
  color: #00a0dd;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

#administration-bottom-text h2 {
  margin: 22px 0px 40px 0px !important;
}

#administration-bottom-text .one-spray-text p {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
}

#administration #administration-bottom-text .one-spray-text ul li {
  font-size: 21px;
  font-family: "open-sans", sans-serif;
  line-height: 26px;
  color: #2c2a29;
  position: relative;
  padding-bottom: 10px;
}

#administration #administration-bottom-text .one-spray-text ul li::before {
  content: "\2022";
  color: #a20067;
  font-weight: 700;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 20px;
  position: absolute;
}

#administration #administration-bottom-text ul.admin-outer {
  padding-left: 35px;
}

#administration #administration-bottom-text ul.admin-inner {
  padding-left: 30px;
  padding-top: 10px;
}

#administration #administration-bottom-text ul.admin-inner li::before {
  content: "\002D";
  color: #2c2a29;
}

#administration #administration-image {
  max-width: 1210px;
  padding: 0px 20px;
  margin: 60px auto 0 auto;
}

#administration .video {
  max-width: 1170px;
  margin: 0 auto;
}

#administration .video .kWidgetIframeContainer {
  margin: 0 auto;
  width: 952px;
  height: 480px;
}

#administration .video .cmp-video__player,
.cmp-video__content {
  height: auto !important;
}

#administration #dis-sprayer p {
  font-size: 21px;
  line-height: 24px;
  color: #646569;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  margin: 30px 0px 28px 0px;
  letter-spacing: -0.2px;
}

#administration #dis-sprayer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#administration .list-view-reference.administration-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#administration .list-view-reference.administration-page-ref li {
  letter-spacing: -0.3px;
}

#administration .list-view-reference.administration-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.2px;
}

#administration .list-view-reference.administration-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

span.regular-font.break-custom {
  word-break: break-word;
}

#dosing .list-view-reference.dosing-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#dosing .list-view-reference.dosing-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.6px;
}

#dosing .list-view-reference.dosing-page-ref li {
  letter-spacing: -0.1px;
}



/*administration page css ends here*/

/*storage page css starts here*/
#storage #sub-title {
  max-width: 282px;
}

#storage #storage-handling-outer {
  max-width: 1048px;
  padding: 0px 20px;
  margin: 50px auto 0px auto;
}

#storage #storage-handling-outer #storage-image-text-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#storage #storage-handling-flex {
  display: flex;
  align-items: flex-start;
  gap: 65px;
}

#storage #storage-text-section ul li br {
  display: none;
}

#storage #storage-text-section ul li:last-child {
  margin-bottom: 0;
}

#storage .bold-text {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#storage #storage-handling-outer .container.responsivegrid:nth-of-type(2) {
  margin: 50px 0px 45px 0px;
}

#storage #storage-handling-flex #storage-text-section ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  font-size: 15px;
  position: absolute;
}

#storage #storage-handling-flex #storage-text-section {
  padding: 0px;
}

#storage sup {
  font-size: 65%;
}

#storage #storage-text-section ul li {
  position: relative;
  font-size: 21px;
  line-height: 22px;
  color: #434343;
  font-family: "open-sans", sans-serif;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
  font-weight: 400;
}

#storage #storage-handling-flex .image {
  flex-shrink: 0;
  padding-left: 50px;
}

#storage .list-view-reference.storage-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#storage .list-view-reference.storage-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
}

/*storage page css ends here*/

/*prebook/order css starts here*/
#prebook #sub-title {
  max-width: 195px;
}

#prebook #prebookcard-one {
  border: 2px solid #ebebeb;
  box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5);
  max-width: 347px;
  width: 100%;
  height: 350px;
  padding: 26px 0px;
}

#prebook #tile .blue-text {
  color: #00A3E0;
}

#prebook #tile h1 {
  font-size: 31px;
  line-height: 45px;
}

#prebook #card-outer-section {
  max-width: 1170px;
  margin: 30px auto 0 auto;
}

#prebook .title h2.cmp-title__text.cmp-title__text--h2 {
  margin: 47px 0;
  padding: 0 25px;
  color: #a60064;
  font-size: 34px;
  line-height: 38px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  text-align: center;
}

#prebook .title h2.cmp-title__text.cmp-title__text--h2 br {
  display: none;
}

#prebook #card-section-new-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  padding: 0px 18px;
  margin-bottom: 30px;
}

#prebook #card-section-new-flex>.container.responsivegrid {
  max-width: 347px;
  width: 100%;
  height: 350px;
}

#prebook #card-section-new-flex .image #logo-image {
  margin: 0 auto;
  max-width: 90%;
}

#prebook #card-section-new-flex .image {
  padding: 33px 28px 2px 27px;
}

#prebook #prebook-card-text-section {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

#prebook-card-text-section .prebook-text-section {
  color: #a60064;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: "open-sans", sans-serif;
}

#prebook .prebook-img-section {
  padding: 0px 8px 0px 15px;
}

#prebook #prebook-card-text-section .prebook-text-section a {
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #a60064;
  text-decoration: none;
}

#prebook .cus-car-num {
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  color: #434343;
  text-align: center;
  margin-bottom: 23px;
  margin-top: 10px;
  line-height: 22px;
}

#prebook #prebookcard-one .cmp-text {
  padding: 0px !important;
}

#prebook #prebookcard-one #mckesson-custom {
  width: 70%;
}

#prebook #prebookcard-one #prebook-card-second-image {
  margin-top: 20px;
}

#prebook #prebookcard-one #prebook-card-third-image {
  margin-top: 30px;
}

#prebook #prebookcard-one #Mckessson-logo-image {
  margin-left: 5%;
  width: 75%;
}

#prebook #prebookcard-one #asd-logo-image {
  margin-left: 2%;
}

#prebook #prebookcard-one #besse-logo-image {
  margin-left: 2%;
}

#prebook #prebookcard-one #prebook-card-fourth-image {
  margin-top: 32px;
}

#prebook #prebookcard-one #fff-logo-image {
  margin-right: 24%;
}

#prebook #card-section-new-flex .container.responsivegrid:nth-of-type(5) .image {
  padding: 0px 28px 0px 27px;
}

#prebook #prebookcard-one #prebook-card-fifth-image {
  margin-top: 12px;
}

/*prebook/order css ends here*/

#four-section-list {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

#four-section-list .cmp-title__text {
  margin: 0;
}

#at-home-administration .cmp-text {
  padding: 0;
}

#at-home-administration #order-inform-ctas-text-cont.cmp-text {
  padding: 0.5em 0;
}

#four-section-wrapper .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  display: flex;
  align-items: center;
    /*gap: 32px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}

#four-section-wrapper #section-div .cmp-image__image {
  height: 90px;
}

#flumist-global-teaser .cmp-teaser__image {
  width: 100%;
  padding: 0;
}

#flumist-global-teaser .cmp-teaser__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

#flumist-global-teaser .cmp-teaser__pretitle {
  max-width: 1170px;
  margin: 0 auto;
}

#flumist-global-teaser .page-title {
  border-bottom: 1px solid #212721;
  font-size: 25px;
  line-height: 42px;
  color: #212721;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  padding: 25px 0 3px;
}

.cmp-teaser__pretitle sup {
  font-size: 60% !important;
}

#flumist-global-teaser .h1-page-header {
  text-align: left;
  font-size: 35px;
  line-height: 45px;
  color: #212721;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  max-width: 945px;
  margin: 10px 0 25px 0;
}

#vaccine-effectiveness sup {
  font-size: 65%;
}

#vaccine-effectiveness #tile sup {
  font-size: 60%;
}

#effective-vaccine-img {
  max-width: 1150px;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 35px;
  padding: 0 20px;
}

#vaccine-effectiveness .margin-custom-new {
  margin-bottom: 12px;
}

#vaccine-effectiveness #text-c5ab0b748e {
  padding: 0px;
}

#vaccine-effectiveness .footnotes-vaccine>p:last-child {
  margin-bottom: 0;
  padding-right: 20px;
}

#vaccine-effectiveness
.footnotes-vaccine {
  max-width: 1169px;
  margin: 0 auto;
  padding: 0 30px;
}

.footnote-vaccine {
  font-size: 18px;
  line-height: 22px;
  font-family: "open-sans", sans-serif;
  color: #6f6f6f;
  margin-bottom: 5px;
}

.footnote-vaccine.marg-left {
  margin-bottom: 20px;
  font-weight: 600;
}

.footnote-vaccine.margin-left {
  margin-top: 15px;
  width: 96%;
}

.footnote-vaccine sup {
  font-size: 12px;
  line-height: 0;
}

.list-view-reference {
  display: none;
}

.cmp-highlightinfov2.expand div#Reference-list {
  display: none;
}

#at-home-administration .list-view-reference.at-home-admin-page {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#ref-wrapper-global {
  padding: 0px;
}

#Reference-list .list-view-reference h5 {
  color: #525252;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 20px;
  border-top: 1px solid #A2A2A2;
  line-height: 19px;
  margin: 0;
}

.list-view-reference ol {
  padding: 0;
  list-style: numbers;
  margin: 0;
}

.list-view-reference li {
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 19px !important;
  padding-bottom: 16px;
  color: #525252;
  padding-left: 14px;
  text-indent: -14px;
}

.list-view-reference li::marker {
  font-weight: 400;
  color: black;
}

#vaccine-effectiveness .list-view-reference.vaccine-effectiveness-ref {
  display: block;
  max-width: 1233px;
  width: 100%;
  margin: auto;
  padding: 0 6px;
  padding-bottom: 30px;
  padding-right: 10px;
}

#vaccine-effectiveness .vaccine-effectiveness-ref ol>li:nth-child(5) {
  padding-right: 10px;
}

.list-view-reference.vaccine-effectiveness-ref a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.3px;
}

.list-view-reference.vaccine-effectiveness-ref li {
  letter-spacing: -0.29px;
}

.exit-ramp-modal {
  text-align: center;
  position: fixed;
  z-index: 9999;
  margin: 70px auto 0 auto;
  background-color: #0e3550;
  padding: 45px 22px 40px 22px;
  border-radius: 15px;
  max-width: 800px;
  top: 90px !important;
  left: 0;
  right: 0;
}

.exit-ramp-modal .exit-ramp-title {
  font-size: 24px;
  line-height: 26px;
  color: #81bc00;
  padding-bottom: 10px;
  margin: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  max-width: 60%;
  margin-inline: auto;
}

.exit-ramp-modal .exit-ramp-title:after {
  content: ' You are now leaving the AstraZeneca FluMistHCP.com website.';
  display: block;
  margin-top: 20px;
}

.exit-ramp-modal .exit-ramp-body {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  color: #FFF;
  padding-bottom: 21px;
  font-family: "open-sans", sans-serif;
  padding-top: 25px;
  font-weight: 600;
  max-width: 560px;
  margin-inline: auto;
}

.exit-ramp-modal .exit-ramp-continue {
  margin-right: 7%;
}

.exit-ramp-modal .exit-ramp-actions a,
.exit-ramp-modal .exit-ramp-cancel {
  display: block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #a60064;
  font-size: 16px;
  line-height: 20px;
  font-family: "open-sans", sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background-color: #a60064;
  border-color: #a60064;
  float: left;
  width: 144px;
  text-decoration: none;
}

.exit-ramp-modal .exit-ramp-actions {
  text-align: center;
  width: 320px;
  margin: 0 auto;
}

.exit-ramp-modal .modal__close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 16px;
  display: inline-block;
  padding: 0;
  top: 3%;
  right: 2%;
}

.exit-ramp-modal .modal__closeLabel {
  display: none;
}

.exit-ramp-modal .modal__closeIcon:after {
  content: "\2715";
  font-size: 22px;
  color: #fff;
}

.exit-ramp-modal .modal__closeIcon svg {
  display: none;
}

.exit-ramp-modal .modal__closeIcon {
  position: relative;
  top: -2px;
}

body.modal-enabled {
  position: relative;
  top: unset !important;
}

.modal-enabled:before {
  content: '';
  inset: 0;
  background: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: .55;
}

/* starin coverage css starts here */
#Strain_Coverage #flu-lists {
  padding: 0;
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

#Strain_Coverage .colgrp {
  display: flex;
  position: relative;
  top: 10px;
  margin-bottom: 26px;
  line-height: 53px;
}

#Strain_Coverage .col {
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  display: flex;
  align-items: center;
  gap: 10px;
}

#Strain_Coverage .col p {
  font-size: 24px;
  line-height: 53px;
  color: #00a0dd;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
}

#Strain_Coverage .sub-text {
  margin-bottom: 10px;
  font: 18px/24px;
  text-align: center;
  font-size: 18.5px;
  line-height: 30px;
  color: #000;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.3px;
  padding-left: 15px;
}

#Strain_Coverage #flu-lists p:last-child {
  font-size: 24px;
  line-height: 28px;
  color: #00a0dd;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  text-align: center;
}

#Strain_Coverage #isi-section {
  padding: 8px 0px 45px;
}

#Strain_Coverage #flu-lists p:nth-of-type(2) {
  margin-bottom: 13px;
}

#Strain_Coverage #influenza-chart {
  max-width: 1000px;
  width: 89.6%;
  margin: 0 auto;
}

#Strain_Coverage #sub-title {
  width: max-content;
}

#Strain_Coverage #tile h1 {
  max-width: 90%;
}

#Strain_Coverage sup {
  font-size: 65%;
}

#Strain_Coverage .title sup {
  font-size: 60%;
}

#Strain_Coverage .list-view-reference.strain-coverage-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#Strain_Coverage .list-view-reference.strain-coverage-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.27px;
}

#Strain_Coverage .list-view-reference.strain-coverage-page-ref {
  padding: 0 0 30px;
}

#Strain_Coverage .list-view-reference.strain-coverage-page-ref li {
  letter-spacing: -0.1px;
}
/* Starin coverage css ends here*/
/* LAIV Desktop css starts here*/
#LAIV sup {
  font-size: 65%;
}

#LAIV #txt-block-1 {
  max-width: 1200px;
  padding: 0px 0px;
  margin-inline: auto;
}

#LAIV #sub-title {
  width: max-content;
}

#LAIV #tile sup {
  font-size: 60%;
}

#LAIV #txt-block-1 h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "open-sans", sans-serif;
  color: #00a0dd;
  font-weight: 600;
  margin: 35px 0px 10px 0px;
}

#LAIV #txt-block-1 li,
#LAIV #txt-block-2 li {
  font-size: 21px;
  line-height: 26px;
  font-family: "open-sans", sans-serif;
  color: #646569;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-left: 16px;
  margin-bottom: 5px;
}

#LAIV #txt-block-1 li sup,
#LAIV #txt-block-2 li sup {
  position: relative;
  top: -.4em;
}

#LAIV #txt-block-1 li::marker {
  color: #a20067;
  font-size: 16px;
  display: block;
  position: relative;
  left: 14px;
  position: absolute;
}

#LAIV #txt-block-1 li::before,
#LAIV #txt-block-2 li::before {
  content: '';
  background-color: #a20067;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
}

#LAIV #image-3070b9fdfd {
  max-width: 830px;
  margin-inline: auto;
  margin-top: 20px;
}

#LAIV #txt-block-2 p {
  font-size: 24px;
  line-height: 32px;
  color: #646569;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
}

#LAIV #txt-block-2 {
  max-width: 1200px;
  padding-inline: 15px;
  margin-inline: auto;
  margin-top: 30px;
  padding-bottom: 0;
  padding-top: 0px;
  padding-right: 14px;
}

#LAIV #txt-block-2 h2 {
  font-size: 24px;
  line-height: 32px;
  font-family: "open-sans", sans-serif;
  color: #00a0dd;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

#LAIV #pin-box {
  padding: 27px 65px 20px 65px;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background-color: #a20067;
  border-radius: 20px;
}

#LAIV #pin-box p {
  font-size: 24px;
  line-height: 32px;
  font-family: "open-sans", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

#LAIV #img-2 {
  max-width: 950px;
  margin-inline: auto;
}

#LAIV .list-view-reference.LAIV-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#LAIV .list-view-reference.LAIV-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.4px;
}

#LAIV .list-view-reference.LAIV-page-ref li {
  letter-spacing: -0.1px;
}
/* LAIV Desktop css ends here*/
/* MOA Desktop css starts here*/
#mod #conetent-group {
  max-width: 1200px;
  padding-inline: 15px;
  margin-inline: auto;
  margin-top: 36px;
}

#mod #sub-title {
  max-width: 289px;
}

#mod #tile sup {
  font-size: 60%;
}

#mod sup {
  font-size: 65%;
}

#mod #blue-txt h2 {
  color: #00a0dd;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 23px;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
}

#mod #SMC-image {
  max-width: 840px;
  margin-inline: auto;
  margin-bottom: 12px;
}

#mod .footnote {
  font-size: 21px;
  line-height: 26px;
  color: #434343;
  font-family: "open-sans", sans-serif;
  margin-bottom: 5px;
}

#mod .textIndent {
  text-indent: -7px;
}

#mod .callout {
  color: #434343;
  background-color: #a20067;
  border-radius: 20px;
  padding: 20px 15px 14px 15px;
  margin: 27px 0 30px 0;
}

#mod .italics {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-style: italic;
}

#mod .flex-box {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  line-height: 22px;
}

#mod .list-view-reference.MOA-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#mod .list-view-reference.MOA-page-ref li {
  letter-spacing: -0.17px;
}

#mod .list-view-reference.MOA-page-ref ol li:nth-child(11) {
  letter-spacing: -0.3px;
}

#mod .list-view-reference.MOA-page-ref li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.4px;
}

#mod .list-view-reference.MOA-page-ref [href^="tel"] {
    color: rgb(82, 82, 82)!important;
    text-decoration: none!important;
    pointer-events: none!important;
}

#On-Demand .cmp-video__holder {
  display: flex;
  flex-direction: column-reverse;
}

#On-Demand .cmp-video__item-title {
  font-size: 24px;
  line-height: 25px;
  color: #00a3e0;
  margin: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
}

#On-Demand #tile h1 {
  margin-bottom: 0;
}

#On-Demand #descritpion {
  color: #434343;
  padding-top: 4px;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0px;
}

#On-Demand .cmp-video {
  max-width: 1200px;
  padding-inline: 15px;
  margin-inline: auto;
}

#On-Demand .cmp-video__content {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}

#On-Demand .cmp-video__player {
  max-width: 952px;
  margin-inline: auto;
  padding: 0;
  max-height: 480px;
}

#On-Demand #sub-title {
  width: max-content;
  padding-top: 40px;
}

/* MOA Desktop css ends here*/

/*FAQ desktop css starts here*/
#faq #sub-title {
  text-transform: capitalize;
  max-width: 170px;
}

#faq #banner {
  padding-inline: 20px;
}

#faq #faq-container-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

#faq #faq-sub-title-black h2 {
  color: #212721;
  font-size: 24px;
  line-height: 32px !important;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#faq #faq-sub-title-blue h2 {
  font-size: 24px;
  color: #00A3E0;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
  letter-spacing: -0.2px;
}

#faq #faq-text-black p {
  color: #434343;
  font-size: 21px;
  line-height: 26px;
  font-family: "open-sans", sans-serif;
  margin-bottom: 30px;
  letter-spacing: -0.52px;
}

#faq #faq-text-black p .ac-faq {
  display: block;
  padding-top: 10px;
}

#faq #faq-text-black.cmp-text {
  padding: 0px;
}

#faq sup {
  font-weight: 65%;
}

#faq #faq-container-width .ac-faq a {
  color: #a60064;
}

#faq #faq-container-width h2.custom-line-height-faq {
  line-height: 32px;
}

#faq .list-view-reference.faq-page-references {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
}

#faq .list-view-reference.faq-page-references li {
  letter-spacing: -0.2px;
}

#faq .list-view-reference.faq-page-references li a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
  letter-spacing: -0.2px;
}

#faq .custom-spacing-faq br {
  display: none;
}

/*FAQ desktop css ends here*/
/*facts about flu desktop starts here*/
#facts-abt-flu .cmp-title__text {
  font-size: 20px;
  line-height: 32px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  color: #8a5c98;
  border-bottom: 2px solid #8a5c98;
  text-align: left;
  max-width: 1131px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 20px;
  display: block;
}

.flu-facts-txt {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 20px;
}

#facts-abt-flu {
  padding: 0px 30px;
}

#facts-about-flu .subhead {
  font-family: "open-sans", sans-serif;
  color: #8a5c98;
  margin-left: 0px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.subhead.flu-facts-subhead {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 12px;
}

#facts-about-flu .imagelist .cmp-imagelist {
  display: flex;
  max-width: 1255px;
  margin: 0 auto 0px;
  gap: 10px;
  align-items: baseline;
  padding: 33px 43px 10px 50px;
}

.imagelist li.cmp-imagelist__item {
  max-width: 255px;
  margin: 0 8px 20px 8px;
}

#adjustment-fact-flu {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 20px;
}

#facts-about-flu #alert-msg-wrapper {
  font-family: "open-sans", sans-serif;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 10px 4px 42px 11px;
  padding: 15px 32px;
  max-width: 95%;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

#facts-about-flu .cdc {
  font-family: "open-sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #646569;
  font-size: 24px;
  line-height: 30px;
  padding: 6px 100px 65px 0;
}

#facts-about-flu #subhead-cdc-wrapper {
  padding: 0px;
}

#facts-about-flu #container-107467d54c .cmp-container>div.imagelist:nth-child(3)>.cmp-imagelist {
  display: flex;
  max-width: 920px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 24px 10px;
  margin: 0;
}

#facts-about-flu #adjustment-fact-flu .imagelist .cmp-imagelist>li:first-child img {
  max-width: 238px;
}

#facts-about-flu #adjustment-fact-flu .imagelist .cmp-imagelist>li:nth-child(2) img {
  max-width: 200px;
}

#facts-about-flu #adjustment-fact-flu .imagelist .cmp-imagelist>li:nth-child(3) img {
  max-width: 220px;
}

#facts-about-flu .purple-callout {
  background-color: #8a5c98;
  border-radius: 20px;
  margin: 0px auto 55px auto;
  padding: 9px 40px;
  max-width: 1040px;
}

#facts-about-flu .purple-callout {
  font-family: "open-sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

#facts-about-flu .purple-callout .newline {
  display: inline-block;
  font-weight: 600;
}

#facts-about-flu sup {
  font-size: 65%;
}

#facts-about-flu #purple-callout p .newline {
  display: inline-block;
}

#facts-about-flu .subhead.flu {
  margin-top: 30px;
  margin-bottom: 20px;
}

#facts-about-flu #range-image img {
  max-width: 537px;
  height: auto;
}

#facts-about-flu #adjustment-fact-flu .image {
  max-width: 200px;
  margin-left: 10px;
}

#facts-about-flu #footer-black-text-sec {
  padding: 55px 0px;
}

#facts-about-flu #footer-black-text-sec p {
  font-family: "open-sans", sans-serif;
  color: #646569;
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
}

#facts-about-flu .list-view-reference.facts-abt-flu-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 15px 30px;
}

.list-view-reference.facts-abt-flu-ref li {
  letter-spacing: -0.2px;
}

.list-view-reference.facts-abt-flu-ref a {
  color: #A20067;
  text-decoration: underline;
  word-break: break-all;
}

#facts-about-flu .cmp-container__backgroundImage--enabled {
  display: none;
}

#facts-about-flu .subhead.flu-facts-subhead {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 15px;
}

#facts-about-flu #flu-facts-txt-wrapper {
  padding: 0;
}

#facts-about-flu #purple-callout-wrapper {
  padding: 0;
}

#facts-about-flu .bold {
  font-weight: bold;
}

#facts-about-flu #footer-black-text-sec {
  padding: 60px 30px;
  max-width: 1255px;
  margin: 0 auto;
}

/*facts about flu desktop ends here*/
/*home page desktop css starts here*/
#home .cmp-container__backgroundImage--enabled {
  min-height: 446px;
  display: flex;
  align-items: center;
  border-bottom: 6px solid #06B9FB;
  border-top: 6px solid #06B9FB;
}

#home #home-page-banner {
  max-width: 1260px;
  margin-inline: auto;
  padding-inline: 15px;
  width: 100%;
  margin-top: 12px;
}

#home #home-page-banner .cmp-text {
  padding: 0;
}

#home .home-banner-text .banner-first-text {
  color: #434343;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: "montserrat", sans-serif;
  ;
}

#home .home-banner-text sup {
  font-weight: 400;
}

#home #vaccine-text-home sup {
  font-weight: 400;
}

#home .home-banner-text h1 {
  font-size: 43.2px;
  line-height: 51px;
  font-weight: 700;
  color: #007FA3;
  font-family: "montserrat", sans-serif;
  ;
  text-align: left;
  margin: 0 0 8px;
}

#home .home-banner-text .banner-second-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(33, 39, 33, 1);
  font-family: "montserrat", sans-serif;
  ;
}

#home .home-banner-text .banner-third-text {
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  line-height: 22px;
  color: #434343;
  letter-spacing: -0.2px;
}

#home .home-banner-text .banner-fourth-text {
  font-size: 20px;
  line-height: 28px;
  font-family: "open-sans", sans-serif;
  color: rgba(33, 39, 33, 1);
  margin-top: 10px;
  font-weight: 700;
}

#home .home-banner-text .banner-fourth-text sup {
  position: relative !important;
  left: -2px !important;
}

#home .banner-links-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

#home .banner-links-wrapper a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 20px 0;
  color: #fff;
  border-radius: 4px;
  font-family: "open-sans", sans-serif;
  display: inline-block;
  text-align: center;
  letter-spacing: -0.4px;
}

#home .banner-links-wrapper a:first-child {
  background-color: rgba(162, 0, 103, 1);
  margin-right: 18px;
  width: 273px;
}

#home .banner-links-wrapper a:nth-child(2) {
  background-color: rgba(95, 136, 0, 1);
  width: 447px;
}

#home sup {
  font-size: 65%;
}

#home #vaccine-text-home .custom-text-width {
  max-width: 80%;
  margin: 0 auto;
}

#home #card-section-width {
  max-width: 1230px;
  margin-inline: auto;
  width: 100%;
}

#home #home-text-image-wrapper {
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: center;
}

#home #home-text-image-wrapper #image-text-flex {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#home #card-section-width #home-text-image-wrapper>.container.responsivegrid {
  max-width: 332px;
  width: 100%;
}

#home #home-text-image-wrapper #image-text-flex img {
  max-width: 73px;
  max-height: 72px;
}

#home #home-text-image-wrapper #image-text-flex .image {
  margin-bottom: 20px;
}

#home #home-text-image-wrapper #vaccine-text-home {
  color: #434343;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  font-family: "open-sans", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  min-height: 83px;
  padding: 0px;
  letter-spacing: -0.72px;
}

#home #home-text-image-wrapper .button {
  width: 100%;
}

#home #home-text-image-wrapper #card-button-home {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 20px 15px;
  color: #fff;
  background-color: #006699;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
  font-family: "open-sans", sans-serif;
}

#card-button-home:hover .cmp-button__text,
#card-button-home:focus .cmp-button__text {
  text-decoration: underline;
}

#home #footer-text-home-wrapper #footer-text-home {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
  color: #434343;
  font-family: "open-sans", sans-serif;
  letter-spacing: -0.2px;
  padding: 0;
}

#home #footer-text-home-wrapper {
  max-width: 1242px;
  margin: 0 auto;
  padding: 0px 10px 0px;
}

#home .list-view-reference.home-page-ref {
  display: block;
  max-width: 1242px;
  margin: 0 auto;
  padding: 0 10px 30px;
  letter-spacing: -0.2px;
}

/*home page desktop css ends here*/

/* mobile */

@media (max-width:991px) {
  #isi-container #sub-title {
    margin-block: 10px 35px;
    padding-top: 0;
    max-width: 80%;
  }
#mid-txt > div:nth-child(3) > div > table > thead > tr:nth-child(2) > th.head-col{
    line-height: 0px !important;
}
  #safety #most-common-text h3 {
    margin-top: 48px;
  }

  #mid-txt > div:nth-child(3) > div > table > thead > tr:nth-child(2) > th.head-col {
    font-size: 10px !important;
  }

  #safety table tbody tr:nth-child(10) td:first-child, #safety table tbody tr:nth-child(11) td:first-child, #safety table tbody tr:nth-child(12) td:first-child {
    padding-right: 13px !important;
  }

  .exit-ramp-modal .exit-ramp-title:after {
    font-size: 17px;
    letter-spacing: -0.1px;
  }

  #more-info-section-text>p:nth-child(3) {
    letter-spacing: -0.46px !important;
  }

  #coding .cpt-table .padding-custom-cpt1 {
    padding-left: 36px !important;
  }
/*contactus mobile css starts here*/
  #contactus .cmp-container__backgroundImage--enabled {
    min-height: 112px!important;
    border-top: unset;
  }

  #contactus #tile h1 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 28px !important;
  }

  #contactus .cmp-container__backgroundImage--enabled {
    align-items: center;
  }

  #contactus #banner {
    padding-inline: 30px;
  }

  #contactus #contactus-text-wrapper #contactus-blue-title h2 {
    font-size: 19px;
    line-height: 26px;
    max-width: 100%;
    margin: 30px 0px 3px 0px;
  }

  #contactus #contactus-text-wrapper {
    padding-inline: 30px;
  }

  #contactus #contactus-text-wrapper .custom-text-red {
    color: #a60064;
  }
/*contactus mobile css ends here*/
/*thank you mobile css startrs here*/
  #thank_you #thankyou-text-wrapper h2 {
    text-align: left;
    font-size: 19px;
    margin: 25px 0px 25px 0px !important;
    line-height: 26px;
  }

  #thank_you #thankyou-text-wrapper {
    padding-inline: 30px;
  }

  #thank_you #banner {
    padding-inline: 30px;
  }

  #thank_you .cmp-container__backgroundImage--enabled {
    min-height: 112px!important;
    border-top: unset;
  }

  #thank_you #tile h1 {
    margin: 0;
    padding: 0;
    font-size: 13px;
  }

  #thank_you .cmp-container__backgroundImage--enabled {
    align-items: center;
  }

  #thank_you .cmp-highlightinfov2.sticky {
    display: none;
  }
/*thank you mobile css ends here*/
    /* On demand mobile css starts here*/
  #On-Demand .cmp-video__content {
    padding-top: 42px !important;
    padding-bottom: 53px !important;
    padding-inline: 30px !important;
  }

  #On-Demand .cmp-video__item-title {
    font-size: 18px;
    line-height: 24px;
    font-family: "montserrat", sans-serif;
    letter-spacing: -0.4px;
  }

  #On-Demand .cmp-video__player {
    max-height: 220px;
  }

  #On-Demand .cmp-video {
    padding-inline: 0;
  }

  #On-Demand #banner {
    padding-inline: 20px;
    min-height: 145px;
  }

  #On-Demand #descritpion {
    font-size: 10px;
  }

  #On-Demand #tile h1 {
    padding-bottom: 4px;
  }

  #coding #more-info-section-text p.body.font-custom {
    padding-right: 27px;
  }

    /*FAQ mobile css starts here*/
  #faq #sub-title {
    padding-top: 28px;
  }

  #faq #banner {
    padding-inline: 20px;
  }

  #faq #tile h1 {
    max-width: 90%;
    margin: 0;
  }

  #faq #faq-sub-title-black h2 {
    font-size: 17px;
    letter-spacing: 0;
  }

  #faq #faq-sub-title-blue h2 {
    font-size: 17px;
  }

  #faq #faq-container-width {
    padding: 0px 30px;
  }

  #faq #faq-text-black p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.47px;
  }

  #faq #faq-text-black .fact-text.faq-lasttext {
    margin-bottom: 80px;
  }

  #faq #faq-container-width h2.custom-line-height-faq {
    line-height: 24px;
  }

  #faq .list-view-reference.faq-page-references {
    padding: 0 0px 30px;
  }

  #faq .list-view-reference.faq-page-references li a {
    letter-spacing: -0.2px;
  }

  #faq .list-view-reference.faq-page-references li {
    letter-spacing: -0.2px;
  }

  .list-view-reference.faq-page-references ol>li:nth-child(2) {
    letter-spacing: -0.1px !important;
  }

  #faq-container-width>.title:nth-of-type(2) #faq-sub-title-blue h2 {
    letter-spacing: unset;
  }

  #faq-container-width>.title:nth-of-type(2)+.text .fact-text {
    letter-spacing: -0.2px !important;
  }

    /*FAQ mobile css ends here*/
    /*facts about flu mobile starts here*/
  #facts-about-flu .imagelist .cmp-imagelist {
    flex-direction: column;
    padding: 5px 0px 10px 0px;
    margin-bottom: 10px;
    align-items: center;
    gap: 0;
  }

  #facts-about-flu .imagelist li.cmp-imagelist__item {
    margin: 0 8px 30px 8px;
  }

  #facts-about-flu #adjustment-fact-flu .imagelist li.cmp-imagelist__item {
    margin: 0 8px 20px 8px;
  }

  #facts-about-flu #container-107467d54c .cmp-container>div.imagelist:nth-child(3)>.cmp-imagelist {
    flex-direction: column;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  #facts-about-flu .cmp-container__backgroundImage--enabled {
    display: block;
    min-height: 110px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #facts-about-flu #tile h1 {
    font-size: 13px;
    line-height: 19px;
    color: #8a5c98;
    max-width: 300px;
    font-weight: 700;
    text-decoration: underline;
    padding: 0;
  }

  #facts-abt-flu .cmp-title__text {
    display: none;
  }

  #facts-about-flu .cmp-container__backgroundImage--enabled #banner {
    margin: 0;
    padding: 0px 20px;
  }

  #facts-about-flu .flu-facts-txt {
    padding: 0px 30px;
    margin-top: 23px;
  }

  #facts-about-flu .subhead {
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
  }

  #facts-about-flu .cdc {
    font-size: 16px;
    line-height: 21px;
    padding: 14px 0px 31px 0px;
  }

  #facts-about-flu #text-5f79acdb8c .alert-msg {
    font-size: 16px;
    line-height: 21px;
  }

  #facts-about-flu #text-5f79acdb8c {
    padding: 15px;
    margin: 0 -15px 32px -15px;
  }

  #facts-about-flu #adjustment-fact-flu .image {
    margin: 0 auto;
  }

  #facts-about-flu #range-image img {
    max-width: 220px;
  }

  #facts-about-flu .purple-callout {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 15px;
    max-width: 96%;
  }

  #facts-about-flu #footer-black-text-sec p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2px;
  }

  #facts-about-flu .subhead.estimate {
    text-align: center;
    max-width: 100%;
  }

  #facts-about-flu .subhead.flu-facts-subhead {
    font-size: 14px;
    line-height: 20px;
  }

  #facts-about-flu #footer-black-text-sec {
    padding: 25px 30px 30px 30px;
  }

  #adjustment-fact-flu {
    padding: 0 30px;
  }

  #facts-about-flu #adjustment-fact-flu .imagelist .cmp-imagelist>li:nth-child(2) img {
    max-width: 220px;
  }

  #facts-about-flu #adjustment-fact-flu .imagelist .cmp-imagelist>li:first-child img {
    max-width: 220px;
    height: 114px;
  }

  #facts-about-flu .list-view-reference.facts-abt-flu-ref {
    padding: 0 10px 30px;
  }

  .list-view-reference.facts-abt-flu-ref a {
    color: #A20067;
    text-decoration: underline;
    word-break: break-all;
    letter-spacing: -0.38px;
  }

  .list-view-reference.facts-abt-flu-ref li {
    letter-spacing: -0.27px;
  }

  #facts-about-flu #alert-msg-wrapper {
    margin: 0 -15px 0px -15px;
    padding: 15px;
    max-width: unset;
    margin-bottom: 30px;
  }

  #facts-about-flu .imagelist li.cmp-imagelist__item:nth-child(2),
    #facts-about-flu .imagelist li.cmp-imagelist__item:nth-child(3) {
    margin-bottom: 40px;
  }

    /*facts about flu mobile ends here*/
    /*home page mobile css starts here*/
  #home #home-page-banner {
    padding: 28px 20px 38px 20px;
    margin-top: 0;
  }

  #home .cmp-container__backgroundImage--enabled {
    border-top: unset;
  }

  #home .home-banner-text .banner-first-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  #home .home-banner-text h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  #home .home-banner-text .banner-second-text {
    font-size: 16px;
    line-height: 24px;
  }

  #home .home-banner-text .banner-fourth-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 95%;
  }

  #home .banner-links-wrapper {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
    gap: 12px;
  }

  #home .banner-links-wrapper a:first-child {
    width: 273px;
    margin-right: 0;
    padding: 14px 12px;
  }

  #home .banner-links-wrapper a:nth-child(2) {
    width: 277px;
    padding: 14px 12px;
  }

  #home #home-text-image-wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }

  #home #home-text-image-wrapper #image-text-flex {
    padding: 20px;
  }

  #home #home-text-image-wrapper #image-text-flex img {
    max-width: 64px;
    max-height: 64px;
  }

  #home #home-text-image-wrapper #vaccine-text-home {
    min-height: 0;
    font-size: 18px;
    line-height: 26px;
  }

  #home #home-text-image-wrapper #card-button-home {
    padding: 14px 12px;
  }

  #home #footer-text-home-wrapper #footer-text-home {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 356px;
  }

  #home #footer-text-home-wrapper {
    margin-top: 20px;
  }
  
    /*home page mobile css ends here*/
/*isi page mobile starts here*/
  #isipage #flumisthcp-isi .cmp-highlightinfov2__content {
    margin: 25px 32px 0 32px;
  }

  #isipage #isi-section {
    margin-top: 0;
  }

  #isipage .list-view ul li {
    letter-spacing: -0.6px;
  }

  #isipage .indication-text {
    padding-right: 0;
    letter-spacing: -0.4px;
  }

  #isipage .indication-block p:nth-of-type(2) {
    padding-right: 0;
    letter-spacing: -0.4px;
  }

  #isipage #list-view-wrapper .list-view ul li:first-child {
    letter-spacing: -0.4px;
  }

  #isipage #list-view-wrapper .list-view ul li:last-child br {
    display: none;
  }

  #isipage #list-view-wrapper .list-view ul li:nth-last-child(2) {
    letter-spacing: -0.55px;
  }
/*isi page mobile ends here*/
    /* on Demand mobile css ends here*/

    /* MOA mobile css starts here */
  #mod #conetent-group {
    margin-top: 0;
    padding-inline: 30px;
  }

  #mod #blue-txt h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #mod #sub-title {
    padding-top: 18px;
  }

  #mod #banner {
    padding-inline: 20px;
  }

  #mod #SMC-image {
    max-width: 349px;
    margin-bottom: 0;
  }

  #mod .footnote {
    font-size: 16px;
    line-height: 21px;
  }

  #mod #txt-group {
    padding-top: 0;
    padding-bottom: 0;
  }

  #mod .italics {
    font-size: 17px;
    line-height: 23px;
    max-width: 98%;
  }

  #mod .callout {
    padding-inline: 12px;
    margin-bottom: 45px;
    padding-block: 22px 18px;
  }

  #mod .flex-box {
    gap: 10px;
  }

  #mod .list-view-reference.MOA-page-ref {
    padding: 0 0 30px;
  }

  #mod .list-view-reference.MOA-page-ref li {
    letter-spacing: -0.2px;
  }

  #mod .list-view-reference.MOA-page-ref li a {
    letter-spacing: -0.4px;
  }
    /* MOA mobile css ends here */
  .exit-ramp-modal {
    max-width: 355px;
    width: 100%;
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .exit-ramp-modal .exit-ramp-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: auto;
  }

  .exit-ramp-modal .exit-ramp-continue {
    margin-right: 0;
  }

  .exit-ramp-modal .exit-ramp-title {
    max-width: 100%;
  }

  .exit-ramp-modal .exit-ramp-body {
    font-size: 17px;
    padding-bottom: 15px;
  }

  .exit-ramp-modal .modal__close {
    right: 4%;
    top: 2%;
  }

  .list-view-reference.vaccine-effectiveness-ref li {
    text-indent: unset;
    padding-left: unset;
    letter-spacing: -0.25px;
  }

  #vaccine-effectiveness .vaccine-effectiveness-ref ol>li:nth-child(5) {
    padding-right: 0px;
  }

  #vaccine-effectiveness .list-view-reference.vaccine-effectiveness-ref {
    padding: 0;
    margin-top: -30px;
    padding-bottom: 24px;
  }

  #at-home-administration .list-view-reference {
    padding: 0px 0px 30px;
  }

  #Reference-list .list-view-reference h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .list-view-reference li {
    padding-bottom: 6px;
    text-indent: 0px;
    padding-left: 0px;
  }

  #effective-vaccine-img {
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .footnote-vaccine.marg-left {
    margin-bottom: 20px;
  }

  #vaccine-effectiveness .footnotes-vaccine>p:last-child {
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .footnote-vaccine {
    font-size: 16px;
    line-height: 21px;
  }

  .footnotes-vaccine {
    padding: 0 30px;
  }

  .footnote-vaccine.margin-left {
    margin-top: 15px;
    width: 100%;
  }

  .footnote-vaccine sup {
    font-size: 10px;
    line-height: 0;
  }

  #flumist-global-teaser .cmp-teaser__image-mobile .cmp-image__image {
    min-height: 152px;
  }

  #flumist-global-teaser .cmp-teaser__content {
    transform: none;
    top: unset;
    left: unset;
    display: block;
    align-content: center;
    height: 94%;
  }

  #flumist-global-teaser .page-title {
    font-size: 18px;
    line-height: 28px;
    width: 50%;
    display: block;
    margin: 7px 15px 2px 20px;
    border-bottom: 0px solid !important;
    padding-bottom: 0;
    padding-top: 12px;
    text-decoration: underline;
  }

  #flumist-global-teaser .h1-page-header {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    color: #212721;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    max-width: 945px;
    margin: 4px 15px 20px 20px;
    width: 90%;
  }

    /*#flumist-global-teaser*/
    /* sitemap mobile start */
  #sitemap-page .cmp-container__backgroundImage--enabled {
    min-height: 100px !important;
  }

  #sitemap-page #sitemap_navigation_outer .cmp-navigation__group {
    padding-left: 0px;
  }

  #sitemap-page #tile h1 {
    font-size: 21px;
    font-family: "open-sans", sans-serif;
  }

  #sitemap-page .title {
    padding: 0px !important;
  }

  #sitemap-page #banner {
    margin-left: 0px;
    padding: 0px 30px 0 30px;
  }

    /* sitemap mobile ends */

  #faqs-title-txt {
    margin-top: 83px;
  }

  #main-header-bottom.menu-expanded #header-main-navigation .cmp-searchbox .cmp-searchbox__input {
    margin: 0 30px 0 20px !important;
  }

  #flu-home-faqs .cmp-accordion__button {
    align-items: normal;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  #flu-home-faqs .cmp-accordion__title {
    padding-right: 10px;
  }

  #flu-home-faqs .cmp-accordion__icon {
    padding: 0;
    width: 15px;
  }

  #safety .cmp-container__backgroundImage--enabled {
    background-size: 100% 100%;
    min-height: 112px;
    background-image: url('/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/flumist-banner-mobile.png') !important;
  }

  #safety #sub-title {
    font-size: 18px;
    line-height: 28px;
    max-width: 225px;
    border-bottom: 0px solid !important;
    padding-top: 19px;
    text-decoration: underline;
    padding-left: 5px;
  }

  #safety #title h1 {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    color: #212721;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    max-width: 945px;
    margin: 4px 15px 20px 0px;
    width: 75%;
    padding-left: 5px;
  }

  #safety .footnote {
    margin-bottom: 11px;
  }

  #safety #main-heading h2 {
    line-height: 37px;
    font-size: 27px;
    margin-bottom: 30px;
    padding-right: 0px;
    letter-spacing: -0.4px;
    margin-top: 20px;
  }

  #safety .cmp-container__backgroundImage--enabled {
    min-height: 120px !important;
  }

  #safety sup {
    font-size: 65%;
  }

  #safety #most-common-text h3 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.1px;
  }

  #safety #most-common-text p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.1px;
  }

  #safety #table-description-custom .footnote {
    letter-spacing: -0.2px;
    margin-bottom: 25px;
  }

  #safety .head-col {
    width: fit-content;
    font-size: 12px;
    line-height: 19px;
    padding: 10px;
    color: #383A36;
  }

  #safety #btm-txt p {
    letter-spacing: -0.61px;
  }

  #safety caption {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  #safety th {
    font-size: 10px;
    line-height: 18px;
    padding: 7px 10px;
  }

  #safety #text-048ab13fb8>table>thead>tr:nth-child(2)>th.head-col {
    font-size: 10px;
    line-height: 18px;
    padding: 7px 10px;
  }

  #safety #btm-txt>div>table>tbody>tr:nth-child(1)>th.head-col {
    padding-block: 10px;
    font-size: 10px;
  }

  #safety #btm-txt>div>table>tbody>tr:nth-child(1)>th.head-col {
    line-height: 18px;
    padding: 7px 10px;
    font-size: 10px;
  }

  #safety #mid-txt {
    padding-inline: 10px;
  }

  #safety td {
    font-size: 12px;
    line-height: 19px;
    color: #383A36;
  }

  #safety sup {
    font-size: 65%;
  }

  #safety table tbody tr:nth-child(10) td:first-child,
    #safety table tbody tr:nth-child(11) td:first-child,
    #safety table tbody tr:nth-child(12) td:first-child {
    padding-left: 16px;
  }

  #video-transcript-logo .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    flex-direction: column;
  }

  #transcript-accordian {
    padding-bottom: 0;
    border-bottom: none;
  }

  #video-transcript-logo .text {
    width: 100%;
  }

  #video-transcript-logo .text .cmp-text {
    padding: 0;
  }

  #video-transcript-logo .flumist-section {
    margin: 0;
    margin-top: 53px;
  }

  #video-transcript-logo .flumist-icon p {
    text-align: center;
    padding: 14px 30px;
    max-width: 310px;
    font-size: 18px;
    line-height: 24px;
  }

    /*help-increase-page-starts*/
  .cmp-container__backgroundImage--enabled {
    background-size: 100% 100%;
    min-height: auto !important;
  }

  #Help_Increase_Vaccine_Uptake #mid-section .image {
    max-width: 498px;
  }

  #Help_Increase_Vaccine_Uptake #mid-section .cmp-image .cmp-image--mobile {
    display: block;
    padding-inline: 15px;
  }

  #Help_Increase_Vaccine_Uptake #mid-section .cmp-image .cmp-image--desktop {
    display: none;
  }

  #sub-title {
    font-size: 18px;
    line-height: 28px;
        /* max-width: 225px; */
    margin: unset;
    border-bottom: 0px solid !important;
    padding-top: 25px;
    padding-bottom: 2px;
    text-decoration: underline;
    margin-top: 0;
  }

  #tile h1 {
    text-align: start;
    font-size: 13px;
    line-height: 19px !important;
    color: #212721;
    font-family: "montserrat", sans-serif;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    padding-bottom: 20px;
    padding-top: 4px;
  }

  #Help_Increase_Vaccine_Uptake #see-admin {
    font-size: 19px;
    text-align: center;
    margin-inline: auto;
    line-height: 25px;
    padding-left: 0;
    padding: 0px 30px 25px 30px;
  }

  #Help_Increase_Vaccine_Uptake #sub-title {
    max-width: 225px;
  }

  #mid-section .text #text-921e3ed3b4 {
    padding: 0px;
  }

  #Help_Increase_Vaccine_Uptake #mid-section .indication-text-new {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #434343;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #Help_Increase_Vaccine_Uptake #mid-section .mn-child {
    font-size: 28px;
    color: #a60064;
    font-weight: bold;
    text-align: center;
    width: 100% !important;
    display: block;
  }

  #Help_Increase_Vaccine_Uptake #mid-section {
    margin-top: 38px;
  }

  #Help_Increase_Vaccine_Uptake .dis-sprayer {
    font-size: 14px;
    line-height: 1.4;
    color: #646569;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 10px;
  }

  #Help_Increase_Vaccine_Uptake #btm-txt {
    padding-inline: 0;
  }

  #Help_Increase_Vaccine_Uptake .admin-outer li {
    font-size: 16px;
    line-height: 24px;
  }

  #Help_Increase_Vaccine_Uptake .list-view-reference.help-Increase-vaccine-page-ref {
    padding: 0px 0px 30px;
  }

  #Help_Increase_Vaccine_Uptake .list-view-reference.help-Increase-vaccine-page-ref h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }


    /*help-increase-page-ends*/
    /*ISI starts*/
  .cmp-highlightinfov2 h3 {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px 0px 7px 0px;
  }

  .cmp-highlightinfov2.sticky #isi-section {
    margin-top: 13px;
  }

  #isi-section {
    padding: 15px 0px 17px;
  }

  .indication-block p.indication-text {
    font-size: 15px;
    line-height: 22px;
    padding-right: 5px;
  }

  .indication-block .access-icon {
    max-width: 12px;
  }

  h2#footer-isi-link {
    padding: 5px 0 7px 0;
  }

  #list-view-wrapper .list-view ul li:last-child br {
    display: block;
  }

  #isi-container .list-view ul li {
    letter-spacing: -0.3px;
  }

  .cmp-highlightinfov2.sticky #isi-container .list-view ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .cmp-highlightinfov2.sticky .isi-head {
    font-size: 18px;
    line-height: 22px;
    margin-left: 9px;
  }

  .cmp-highlightinfov2.expand .isi-head {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    margin-left: 9px;
  }

  .cmp-highlightinfov2__header .cmp-highlightinfov2__button {
    top: 0;
    right: 51px;
    padding: 8px 12px;
  }

  .cmp-highlightinfov2__header {
    padding: 42px 20px 5px 20px !important;
  }

  .cmp-highlightinfov2.sticky.cmp-highlightinfov2 h3 {
    margin-bottom: 0;
    padding: 0;
  }

  .cmp-highlightinfov2__content {
    padding: 0px 20px 0px 20px !important;
  }

  .cmp-highlightinfov2.expand #isi-container .list-view ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .cmp-highlightinfov2.expand h2#footer-isi-link {
    font-size: 18px;
    line-height: 22px;
  }

  .cmp-highlightinfov2.expand p.indication-text {
    font-size: 16px;
    line-height: 22px;
  }

  .cmp-highlightinfov2.expand p.indication-text {
    font-size: 15px;
    line-height: 22px;
  }

  .cmp-highlightinfov2__header {
    height: 0px !important;
  }

  #isi-container #list-view-wrapper .list-view ul {
    padding-left: 15px;
  }

  .cmp-highlightinfov2.expand #isi-container .list-view ul {
    margin-top: 10px;
  }
  
    /*ISI ends*/
    /*footer-starts*/
  #footer-flumist-container .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    display: flex;
    flex-direction: column;
  }

  #footer-flumist-container .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
    width: 100% !important;
  }

  ul.prod-info li {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  ul.prod-info li:nth-child(1) {
    display: flex;
  }

  li.last-updated .block-text {
    display: block;
  }

  #flumist-footer-sec1 .cmp-navigation__group {
    margin-left: 0;
  }

  #Flumist-footer-sec,
    #flumist-footer-sec1 {
    padding-top: 0px;
  }

  #footer-flumist-container {
    padding: 0 15px 18px;
  }

    /*footer-ends*/
  #sitemap-page #sitemap_title-text-outer {
    background: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/flumist-banner-mobile.png) no-repeat center top;
    min-height: 120px;
    background-size: cover;
    background-position: center;
  }

  .exclusive-updates .button-updated-brochure.mobile-only {
    display: flex !important;
    align-items: center;
    background-color: #A20067;
    gap: 5px;
    border-radius: 6px;
    margin: 20px 0px 2px 0px;
    max-width: 190px;
    padding: 8px 8px 8px 15px;
    display: block !important;
  }

  .exclusive-updates .button-updated-brochure.mobile-only img {
    width: 10px;
  }

  .exclusive-updates .button-updated-brochure.mobile-only a {
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
  }

  .exclusive-updates .content-wrapper .content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 27px;
    margin-bottom: 30px;
    padding: 0;
  }

  .exclusive-updates .updated-section-checkmark .wrapper-check-mark {
    gap: 20px;
  }

  .exclusive-updates .updated-section-checkmark .check.mark-1,
    .exclusive-updates .updated-section-checkmark .check.mark-2,
    .exclusive-updates .updated-section-checkmark .check.mark-3 {
    gap: 11px;
    display: flex;
    align-items: flex-start;
  }

  .exclusive-updates .updated-section-checkmark p {
    font-size: 18px;
    line-height: 24px;
  }

  .exclusive-updates h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .exclusive-updates .content-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 27px;
    margin-bottom: 30px;
  }

  .flumis-h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .four-section-wrapper {
    flex-direction: column;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-section-admin {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }

  .content-section-admin p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-section-admin {
    min-height: auto;
    max-width: 80px;
    width: 100%;
    margin-left: 26px;
  }

  .section-div {
    display: flex;
    gap: 26px;
    flex-direction: row;
    align-items: flex-start;
  }

  .footnote p.flu-hf-nt {
    text-indent: -5px;
    margin-bottom: 2px;
  }

  .footnote p {
    text-indent: -5px;
  }

  sup {
    font-size: x-small;
    line-height: 0;
  }

  #home-administration-teaser .cmp-teaser__pretitle {
    padding: 0;
  }

  #sitemap-page .title {
    padding: 0px 40px;
  }

  #sitemap-page #sitemap_banner_text h1 {
    font-size: 21px;
    line-height: 28px;
    font-family: "open-sans", sans-serif;
  }

  #sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 35px !important;
  }

  #sitemap-page #sitemap_navigation_outer {
    margin: 25px 30px 0 30px !important;
  }

  #sitemap-page #sitemap_navigation_outer .cmp-navigation__dropdownmenu {
    padding-left: 15px;
  }

  #sitemap-page #sitemap_navigation_outer .cmp-navigation__item {
    padding: 0px;
  }

  #sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link[href*="at-home-administration"] {
    line-height: 10px !important;
  }

  #sitemap-page #sitemap_navigation_outer .cmp-navigation__item-link[href*="how-to-order"] {
    white-space: nowrap;
  }

  #errorpage_404 #errorpage404_bg_image {
    background: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/Mobile-error-banner.png) no-repeat;
    background-position: 0px 14px;
    padding: 42px 10px 10px 10px;
  }

  #home-administration-teaser .sub-banner .page-title::before {
    display: none;
  }

  #at-home-administration .video-transcript-data br {
    display: none;
  }

  #safety #main-heading h2 {
    letter-spacing: unset;
    /*padding-right: 10px;*/
    ;
  }

  #home-administration-teaser .atha-sup {
    font-size: 7.8px;
    font-weight: 400;
  }

  #home-administration-teaser .h1-page-header.desktop-only {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    margin: 4px 15px 20px 20px;
    width: 75%;
  }

  #home-administration-teaser .button-updated-brochure.desktop-only {
    display: none;
  }

  #home-administration-teaser .page-title {
    font-size: 18px;
    line-height: 28px;
    max-width: 225px;
    margin: 7px 15px 2px 20px;
    border-bottom: 0px solid !important;
    padding-top: 12px;
    text-decoration: underline;
  }

  #errorpage_404 .text-inner-container-error404 h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    max-width: 95%;
  }

  #errorpage_404 #text_section_404_errorpage .cmp-text {
    padding: 0px;
    margin: 0px 0px 0px 70px;
  }

  #errorpage_404 #text_section_404_errorpage {
    margin: 20px 0px 35px 0px;
  }

  #errorpage_404 .text-inner-container-error404 h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
  }

  #errorpage_404 .text-inner-container-error404 p {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 15px;
  }

  #errorpage_404 .text-inner-container-error404 ul li {
    font-size: 17px !important;
    line-height: 28px !important;
  }

  #errorpage_404 #text_section_404_errorpage .button {
    clear: unset;
    margin-left: 30px;
  }

  #errorpage_404 #text_section_404_errorpage a#back_to_home {
    font-size: 17px;
    margin-left: 10%;
  }

  #errorpage_404 .text-inner-container-error404 ul {
    padding-left: 40px;
    padding-bottom: 25px;
  }

  #main-header-bottom.menu-expanded .searchbox,
    #main-header-bottom.menu-expanded>div>div.listToDropdown>div>div>ul,
    #main-header-bottom.menu-expanded>div>div:nth-child(4) {
    display: block;
    width: 100%;
    padding: 0;
    background: #000;
  }

  #main-header-bottom .cmp-list-dropdown-0.open,
    #main-header-bottom .cmp-list-dropdown-2.open,
    #main-header-bottom .cmp-list-dropdown-4.open {
    padding: 0;
  }

  #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-0.open>ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-2.open>ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-4.open>ul.cmp-list-dropdown__dropdown-menu {
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    background-color: #00a3e0;
    display: block;
    font-size: 14px;
    text-align: left;
    position: absolute;
    width: 144px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
  }

  #main-header-bottom.menu-expanded .searchbox {
    margin-top: 55px;
    margin-left: 20px;
  }

  #main-header-bottom.menu-expanded .searchbox .cmp-searchbox .cmp-searchbox__input {
    max-width: 209px;
    padding: 14px 12px;
  }

  .fixed-header #header-root-container {
    position: fixed;
    z-index: 1;
  }

  .fixed-header #main-header-top {
    display: none;
  }

  #header-root-container .cmp-list-dropdown--list {
    position: relative;
  }

  #header-root-container ul.cmp-list-dropdown__dropdown-menu {
    position: relative !important;
  }

  #header-main-navigation {
    width: 100%;
  }

  #order-inform-ctas-text-cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header-main-navigation>div {
    display: flex;
    flex-direction: column-reverse;
  }

  #header-main-navigation .searchbox {
    display: none;
  }

  #header-logo img {
    max-width: 75px;
    width: 75px;
    height: 71px;
  }

  #header-root-container>div>div:nth-child(2) {
    width: 20%;
    z-index: 100;
    padding-left: 50px;
  }

  #header-root-container>div>div:nth-child(3) {
    width: 100%;
  }

  #main-header-top>div>.text {
    padding-right: 0px;
    justify-content: center;
  }

  #main-header-bottom .listToDropdown .cmp-list-dropdown--container .cmp-list-dropdown--desktop.cmp-list-dropdown--vertical {
    display: flex;
    justify-content: end;
  }

  .searchresults .cmp-searchresults__inner-container .cmp-searchresults__item-content {
    width: 100%;
  }

  .icon-bar {
    background-color: #fff;
    width: 35px;
    height: 4px;
    display: block;
    border-radius: 1px;
    margin-bottom: 6px;
  }

  .header-how-to-order span,
    .header-stay-informed span {
    font-size: 10px;
    padding: 2px;
  }

  a.header-how-to-order {
    min-width: 190px;
  }

  a.header-stay-informed {
    min-width: 130px;
    padding: 0px!important;
  }

  a.header-how-to-order,
    a.header-stay-informed {
    display: flex;
    justify-content: left;
    letter-spacing: 0;
    font-weight: 700;
  }

  #main-header-bottom .listToDropdown .cmp-list-dropdown--container .fa.fa-chevron-circle-down {
    display: none;
  }

  #main-header-bottom>div>div.listToDropdown>div>div>a {
    display: none;
  }

  #main-header-bottom>div>.text:nth-child(1) {
    display: flex;
    justify-content: flex-end;
    min-height: 36px;
  }

  #header-hamburger-menu .icon-bar {
    position: absolute;
    transition: transform 0.3s ease, opacity 0.2s ease;
    right: 0;
    transition-duration: 0.5s, 0.5s;
  }

    /* Top bar */
  #header-hamburger-menu .icon-bar:nth-child(1) {
    top: 0;
  }

    /* Middle bar */
  #header-hamburger-menu .icon-bar:nth-child(2) {
    top: 10px;
  }

    /* Bottom bar */
  #header-hamburger-menu .icon-bar:nth-child(3) {
    top: 20px;
  }

    /* ========== ACTIVE STATE ========== */

    /* Top-  rotate down */
  #header-hamburger-menu.active .icon-bar:nth-child(1) {
    transform: rotate(130deg);
    top: 8px;
  }

    /* Middle - disappear */
  #header-hamburger-menu.active .icon-bar:nth-child(2) {
    opacity: 0;
  }

    /* Bottom - rotate up */
  #header-hamburger-menu.active .icon-bar:nth-child(3) {
    transform: rotate(-130deg);
    top: 8px;
  }

  #main-header-bottom .cmp-list-dropdown-0>ul {
    min-width: 281px;
  }

  #main-header-bottom .cmp-list-dropdown-2>ul {
    min-width: 342px;
  }

  #main-header-bottom .cmp-list-dropdown-4>ul {
    min-width: 216px;
  }

  #main-header-bottom {
    padding-top: 20px;
  }

  #header-logo {
    position: absolute;
  }

  #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu {
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    background-color: #00a3e0;
    display: block;
    font-size: 14px;
    text-align: left;
    position: absolute;
    width: 144px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
  }

  #header-utility-nav .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list {
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    background-color: #00a3e0;
    display: block;
    font-size: 14px;
    text-align: left;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
  }

  #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu {
    left: 0 !important;
    width: 100%;
  }

  #header-utility-nav li.cmp-list-dropdown__item.cmp-list-dropdown-4 {
    padding: 0;
    margin-bottom: 10px;
  }

  #header-utility-nav .cmp-list-dropdown--vertical {
    flex-direction: column;
  }

  #errorpage_403 #image_text_section .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
    display: block;
  }

  #errorpage_403 #image_text_section #text_section_errorpage {
    padding-right: unset;
    padding-left: unset;
    text-align: center;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
  }

  #errorpage_403 #image_text_section #text_section_errorpage h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
  }

  #errorpage_403 #image_text_section #image_section_errorpage {
    justify-content: center;
    margin-top: 0px;
  }

  #errorpage_403 #image_text_section #text_section_errorpage h2 {
    font-size: 17px;
    line-height: 25px;
    margin: 20px 0px 0px 0px;
  }

  #errorpage_403 #image_text_section #text_section_errorpage p {
    font-size: 17px;
    line-height: 25px;
    padding: 28px 0px 30px 0px;
  }

  #errorpage_403 #text_section_errorpage .button {
    margin-top: 0px;
  }

  #errorpage_403 #image_text_section #text_section_errorpage a#back_to_home {
    font-size: 17px;
  }

  #errorpage_403 #image_text_section .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12:first-child {
    width: 100%;
  }

  #errorpage_403 #image_text_section .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12:last-child {
    width: 100%;
  }

  #errorpage_403 #image_text_section .cmp-image__image {
    max-width: 100px;
  }

  #errorpage_403 #image_text_section {
    margin-bottom: 45px;
    margin-top: 30px;
    padding-right: 45px;
    padding-left: 45px;
  }

  #errorpage_500 #image_text_section {
    display: block;
    padding-right: 17px;
    padding-left: 17px;
    margin-bottom: 45px;
    margin-top: 30px;
  }

  #errorpage_500 #image_text_section #text_section_errorpage {
    padding-right: unset;
    padding-left: unset;
    text-align: center;
  }

  #errorpage_500 #image_text_section #text_section_errorpage h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
  }

  #errorpage_500 #image_text_section #text_section_errorpage h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  #errorpage_500 #image_text_section #text_section_errorpage p {
    font-size: 17px;
    line-height: 25px;
    max-width: 300px;
    margin: 0 auto;
    padding: 28px 0px;
  }

  #errorpage_500 #image_text_section #image_section_errorpage {
    justify-content: center;
    padding: 0px;
    margin-top: 0px;
  }

  #errorpage_500 #image_text_section #text_section_errorpage a#back_to_home {
    font-size: 17px;
  }

  #errorpage_500 #image_text_section .container.responsivegrid:first-child {
    flex: 0 0 100%;
  }

  #errorpage_500 #image_text_section .container.responsivegrid:last-child {
    flex: 0 0 100%;
  }

  #errorpage_500 #image_text_section .cmp-image__image {
    max-width: 100px;
  }

  #errorpage_500 #body_background {
    background: #DEDEDC;
    padding: 0px;
  }

    /* header css for mobile starts here */
  #header-root-container>div>div:nth-child(2) {
    padding-left: 20px;
  }

  #header-logo {
    top: unset;
    padding-top: 40px;
    padding-left: 10px;
  }

  #header-logo img {
    margin-bottom: 0px;
  }

  #header-root-container {
    min-height: 167px !important;
  }

  #header-utility-nav .cmp-list-dropdown__head {
    justify-content: center;
  }

  #main-header-bottom>div>.text:nth-child(1) {
    min-height: 90px !important;
    align-items: center;
  }

  #header-ham {
    margin-left: 20px;
    margin-right: 30px;
    padding-left: 70px;
  }

  #order-inform-ctas-text-cont ul {
    margin-top: 15px;
    gap: 25px;
  }

  #order-inform-ctas-text-cont {
    padding: 0px;
    margin: 0px 20px;
  }

  #main-header-top {
    padding-top: 0px;
  }

  #header-utility-nav .cmp-list-dropdown--desktop .cmp-list-dropdown--list {
    width: 100%;
  }

  #main-header-bottom.menu-expanded #header-hamburger-menu {
    position: fixed;
    z-index: 2;
    right: 30px;
    top: 80px;
  }

  #header-hamburger-menu {
    position: relative;
    top: 10px;
    z-index: 2;
  }

  #header-utility-nav .cmp-list-dropdown__head-text::after {
    content: "\f078";
    color: #A20067;
    font: normal normal bold 12px / 1 FontAwesome;
    font-family: 'Font Awesome';
    position: relative;
    left: 19px;
    bottom: 4px;
  }

  #header-utility-nav .cmp-list-dropdown--desktop .open+.cmp-list-dropdown--list {
    background-color: #ffffff !important;
    padding: 15px !important;
    text-align: center;
    border-bottom: 6px solid #00a3e0 !important;
    box-shadow: none !important;
  }

  #header-utility-nav .cmp-list-dropdown--list .cmp-list-dropdown__item a {
    text-align: center;
    color: #A20067 !important;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    text-transform: capitalize;
    max-width: 76%;
    display: block;
    line-height: 22px;
  }

  #header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul {
    top: unset;
  }

  #header-utility-nav .cmp-list-dropdown--vertical {
    position: relative;
  }

  #header-utility-nav .cmp-list-dropdown__head-text {
    position: relative;
    text-transform: uppercase;
    padding: 0;
    width: 320px;
    height: 24px;
    background: #00a3e0 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
  }

  #header-utility-nav .cmp-list-dropdown--vertical a {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    font-family: "open-sans", sans-serif;
    letter-spacing: 0.4px;
    line-height: 22px;
    margin-top: 0;
  }

  a.cmp-list-dropdown__head {
    pointer-events: all;
  }

  .header-hamburger-menu {
    position: relative;
    top: 10px;
  }

  #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu {
    background-color: #ffffff !important;
    box-shadow: none;
    text-align: center;
    padding-bottom: 15px;
        /*border-bottom: 6px solid #00a3e0;*/
    box-shadow: none !important;
  }

  #header-utility-nav .list-item-4-2 .cmp-list-dropdown__link-text {
    color: #434343;
  }

  #header-utility-nav .cmp-list-dropdown--desktop li {
    margin: 0px;
  }

  #header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul li {
    padding: 0px !important;
  }

  #header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>a {
    padding: 0px;
    margin: 0px;
    margin: 0 auto;
    position: relative;
  }

  #header-utility-nav .cmp-list-dropdown--desktop .fa.fa-angle-down {
    position: absolute;
  }

  #header-utility-nav .cmp-list-dropdown--desktop .open span.fa.fa-angle-down {
    transform: rotate(0deg) !important;
  }

  #header-utility-nav li.cmp-list-dropdown__item.cmp-list-dropdown-4:hover span.fa.fa-angle-down {
    transform: unset !important;
  }

  #header-utility-nav .listToDropdown.aem-GridColumn.aem-GridColumn--default--12 {
    position: absolute;
    z-index: 9999;
  }

  #header-utility-nav .header-banner-up {
    top: 29px;
    left: 0;
    margin-top: -20px;
    font-size: 13px;
    padding-left: 20px;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    background: #00a3e0;
    z-index: 999;
    color: #fff;
    padding: 2px 2px 5px 30px;
    border-bottom-left-radius: 8px;
    margin-left: 0;
    margin: 0 auto;
    border-bottom-right-radius: 8px;
    text-align: center;
  }

  #main-header-bottom.menu-expanded {
    height: 90vh;
    background: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/menu-bg-mobile.svg) no-repeat;
    background-size: cover;
    background-color: #000000;
    border-color: transparent;
    overflow-y: scroll !important;
  }

  #main-header-bottom.menu-expanded::before {
    background: linear-gradient(0deg, rgba(0, 90, 124, 1), rgba(0, 0, 0, 1));
    border-bottom: 1.5px solid black;
    width: 100%;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: inline-flex;
    min-height: 136px;
    z-index: 1;
  }

  #main-header-bottom.menu-expanded .searchbox,
    #main-header-bottom.menu-expanded>div>div.listToDropdown>div>div>ul,
    #main-header-bottom.menu-expanded>div>div:nth-child(4) {
    background: none !important;
  }

  #header-main-navigation .cmp-searchbox__field {
    margin-bottom: 38px;
  }

  #main-header-bottom.menu-expanded #header-main-navigation .cmp-searchbox .cmp-searchbox__input {
    margin: 0 30px 0 20px !important;
  }

  #main-header-bottom .cmp-list-dropdown__item>ul>li>a {
    font-weight: 400;
  }

  #main-header-bottom.menu-expanded #order-inform-ctas-text-cont ul {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10px;
    display: flex;
    gap: 10px;
  }

  #main-header-bottom.menu-expanded #order-inform-ctas-text-cont {
    justify-content: flex-start;
  }

  #main-header-bottom.menu-expanded #order-inform-ctas-text-cont ul li:hover {
    background-color: unset!important;
  }

  #main-header-bottom.menu-expanded #main-header-bottom a {
    padding: 0px;
  }

  #header-main-navigation .cmp-searchbox__icon {
    left: 165px;
    color: black;
  }

  #main-header-bottom.menu-expanded a.header-how-to-order,
    a.header-stay-informed {
    display: flex !important;
    justify-content: left !important;
    padding: 2px 10px 1px 7px;
  }

  #header-utility-nav .cmp-list-dropdown--list .cmp-list-dropdown__item a .fa-angle-down:before {
    color: #A20067;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    bottom: 4px;
  }

  #header-utility-nav>div>div>div>div>ul>li.cmp-list-dropdown__item.cmp-list-dropdown-4>ul>li.list-item-4-2>a {
    max-width: 90%;
    width: 100%;
    padding-bottom: 3px !important;
    letter-spacing: -0.2px;
    line-height: 18px;
  }

  #header-utility-nav .cmp-list-dropdown__item-0>a::after,
    .cmp-list-dropdown__item-1>a::after,
    .cmp-list-dropdown__item-2>a::after,
    .cmp-list-dropdown__item-3>a::after {
    content: "";
    display: inline-block;
    height: 25px;
    width: 18px;
    background-image: url('/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/purple-arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    position: relative;
    top: 3px;
  }

  #main-header-bottom.menu-expanded ul li a::after {
    background-image: none;
  }

  #header-utility-nav .cmp-list-dropdown__head.open .cmp-list-dropdown__head-text {
    position: absolute;
    top: 100%;
    font-size: 13px;
    font-family: "open-sans", sans-serif;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    width: 350px;
    height: 24px;
    line-height: 23px;
    background: #00a3e0 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 8px 8px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    text-align: left;
    padding: 3px 0px 26px 22px;
  }

  #header-utility-nav .cmp-list-dropdown__head.open .cmp-list-dropdown__head-text::after {
    content: "\f077";
    font-size: 12px;
    color: #A20067;
    font-weight: bold;
    left: 33px;
    bottom: 5px;
  }

  #header-utility-nav:has(.cmp-list-dropdown-4.open) .cmp-list-dropdown__head-text {
    top: 100%;
  }

  #main-header-bottom .cmp-list-dropdown-0.open,
    #main-header-bottom .cmp-list-dropdown-2.open,
    #main-header-bottom .cmp-list-dropdown-4.open {
    background-color: #00a3e0;
    padding: 4px 10px 0px 18px;
  }

  #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-0.open>ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-2.open>ul.cmp-list-dropdown__dropdown-menu,
    #main-header-bottom .cmp-list-dropdown-4.open>ul.cmp-list-dropdown__dropdown-menu {
    box-shadow: none !important;
    padding: 16px 0 0 20px !important;
    z-index: 0;
  }

  #header-utility-nav .cmp-list-dropdown-4.open ul.cmp-list-dropdown__dropdown-menu li,
    #main-header-bottom .cmp-list-dropdown-0.open>ul.cmp-list-dropdown__dropdown-menu li,
    #main-header-bottom .cmp-list-dropdown-2.open>ul.cmp-list-dropdown__dropdown-menu li,
    #main-header-bottom .cmp-list-dropdown-4.open>ul.cmp-list-dropdown__dropdown-menu li {
    padding: 0px !important;
  }

  #main-header-bottom.menu-expanded ul li {
    display: block;
    line-height: 20px;
  }

  #header-utility-nav .cmp-list-dropdown--desktop li {
    padding-right: 0px;
    padding-left: 0px;
  }

  #safety table caption {
    margin-bottom: 13px;
    padding-right: 8px;
  }

  #safety .children-stats {
    margin-bottom: 20px;
  }

  #safety .list-view-reference.safety-page-ref {
    padding: 0px 0px 30px;
  }

  #safety .list-view-reference.safety-page-ref h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

    /* codig and reimburesment page css */

  #coding .cmp-container__backgroundImage--enabled {
    min-height: 120px !important;
  }

  #coding #banner {
    padding-inline: 20px;
  }

  #coding #sub-title {
    max-width: 225px;
    padding-top: 21px;
  }

  #imagetext-one .image {
    width: 40px;
    height: 40px;
  }

  #imagetext-two .image {
    width: 40px;
    height: 40px;
  }

  #coding #center-text-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px 10px;
    gap: 15px;
  }

  #coding #center-text-section> :last-child {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / -1;
    justify-self: center;
  }

  #coding #table-one-outer th {
    font-size: 16px;
    line-height: 21px;
  }

  #coding #table-one-outer th:first-child {
    padding: 10px 0px 10px 25px;
  }

  #coding #center-text-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #coding #center-text-section:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  #center-text-section .text {
    font-size: 16px;
    line-height: 21px;
  }

  #coding #more-info-section-text h3 {
    font-size: 16px;
    line-height: 21px;
    padding-right: 10px;
  }

  #coding #more-info-section-text p.body {
    font-size: 16px;
    line-height: 21px;
  }

  #coding #more-info-section-text .recommendation-heading {
    font-size: 18px;
    line-height: 20px;
    margin: 25px 0px 10px 0px;
    padding-right: 6px;
  }

  #coding #table-one-outer #table-one-outer-flex {
    flex-direction: column;
  }

  #coding .bottom-section-outer {
    flex-direction: column;
  }

  #coding .left-scetion,
    .right-section {
    width: 100%;
  }

  #coding .bottom-section-outer .white-outer {
    font-size: 16px;
    padding: 0px 10px;
  }

  #coding .bottom-section-outer p.classification {
    padding: 20px 15px 0px;
    line-height: 21px;
  }

  #coding .bottom-section-outer .right-section {
    padding: 0px 10px 15px 10px;
    margin-top: 15px;
  }

  #coding .bottom-section-outer {
    gap: 0px;
  }

  #coding #more-info-section-text .ndc-heading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  #coding #table-one-outer caption {
    font-size: 16px;
    line-height: 21px;
  }

  #coding #cpt-section .current {
    font-size: 18px;
    line-height: 20px;
    margin-top: 35px;
  }

  #coding .head-col {
    font-size: 16px;
    line-height: 22px;
    vertical-align: top;
    padding: 10px 10px;
    padding-left: 10px !important;
    padding-right: 15px;
  }

  #coding .bottom-section-outer .blue-outer {
    padding: 10px 16px;
  }

  .blue-outer .bluebox1 {
    font-size: 16px;
    line-height: 21px;
  }

  #coding .cpt-table td.head-col.vaccine-code {
    font-size: 16px;
    line-height: 21px;
    padding-right: 40px;
    letter-spacing: -0.46px;
  }

  #coding #more-info-section-text p.body.font-custom {
    letter-spacing: -0.3px;
  }

  #coding #more-info-section-text p.body.font-custom-new {
    padding-right: 0px;
  }

  #coding .head-col.padding-custom {
    padding: 10px 10px 10px 10px;
    padding-left: 10px !important;
    padding-right: 15px;
  }

  #coding .bottom-section-outer .white-outer .bluebox1 {
    padding: 10px 0;
    line-height: 21px;
  }

  #coding sup {
    font-size: 65%;
  }

  #coding #cpt-section p.body {
    line-height: 21px;
    margin-bottom: 10px;
  }

  #coding #cpt-section .td-width-two {
    width: 50%;
  }

  #coding #cpt-section .td-width-one {
    width: 50%;
  }

  #mom-child-video .cmp-video__playicon::after {
    height: 67px;
    width: 67px;
  }

  #mom-child-video .cmp-video__playicon::before {
    left: 10px;
    height: 100px;
    width: 30px;
  }

  .ndc-10table tbody td:nth-child(2),
    .ndc-11table tbody td:nth-child(2) {
    padding-left: 0px !important;
  }

  .cpt-table tbody td:nth-child(2) {
    padding-left: 0px !important;
  }

  #coding .list-view-reference.coding-reimbursement-page-ref {
    padding: 0px 0px 30px;
  }

  #coding .list-view-reference.coding-reimbursement-page-ref h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #coding .list-view-reference.coding-reimbursement-page-ref a {
    letter-spacing: -0.5px;
  }

  #coding .list-view-reference.coding-reimbursement-page-ref li {
    letter-spacing: -0.1px;
  }

    /* coding and reimburesement pages mobile css ends here */
    /* Dosig page mobile css starts here */
  #dosing .cmp-container__backgroundImage--enabled {
    min-height: 110px !important;
  }

  .cmp-container__backgroundImage--enabled {
    border-bottom: 2px solid #0dbcfd;
  }

  #dosing #sub-title {
    padding-top: 20px;
  }

  #dosing #dosing-text-section .desktop-only {
    display: none;
  }

  #dosing #dosing-text-section .mobile-only {
    display: block;
  }

  #dosing #dosing-text-section h3 {
    margin-bottom: 30px;
    text-align: center;
  }

  #dosing #dosing-text-section {
    padding: 0px;
  }

  #dosing .dosing-image-section {
    max-width: 305px;
    margin: 0 auto;
  }

  #dosing-text-section .image-syringe-section {
    float: unset;
    max-width: 335px;
    margin-top: 20px;
    margin: 0 auto;
  }

  #dosing-text-section .caption-text {
    letter-spacing: -0.6px;
    white-space: nowrap;
  }

  #dosing-text-section p.caption-text.syringe {
    white-space: unset;
  }

  .three-sections-refernce {
    flex-direction: column;
    align-items: center;
  }

  .three-sections-refernce .ref-block {
    margin-top: 0;
    padding: 30px 50px;
  }

  .three-sections-refernce .ref-block.refernce-1 {
    margin-top: 30px;
  }

  #flu-home-faqs .exclusive-updates p,
    #flu-home-faqs .content-link-fqs p {
    font-size: 18px;
    line-height: 24px;
  }

  #video-transcript-logo div.text.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--default--3.aem-GridColumn--offset--default--0 {
    margin-top: 0;
  }

  #flu-home-faqs .cmp-accordion__panel--expanded {
    padding-right: 0;
  }

  .three-sections-refernce .ref-block p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }

  #dosing #desing-image-section-outer h3 {
    line-height: 30px;
    letter-spacing: 0.2px;
    margin: 0px 0px 30px 0px;
  }

  #dosing #desing-image-section-outer {
    margin: 25px 30px 0 30px;
    padding: 0px;
  }

  #dosing #desing-image-section-outer #dosing-image-section-new img.cmp-image__image.cmp-image--mobile {
    max-width: 315px;
    margin: 0 auto;
    display: block;
  }

  #dosing #desing-image-section-outer #dosing-image-section-new .cmp-image--desktop {
    display: none;
  }

  #dosing #image-syringe-section {
    margin-right: 0px;
    max-width: 335px;
    margin-top: 15px;
    margin-inline: auto;
  }

  #dosing #desing-image-section-outer .caption-text {
    font-size: 21px;
    line-height: 24px;
    margin: 8px 74px;
  }

  #dosing #desing-image-section-outer .caption-text.syringe {
    font-size: 20px;
    text-align: right;
    margin-bottom: 24px;
  }

  #dosing #banner {
    padding-inline: 20px !important;
  }

  #dosing sup {
    font-size: 65%;
  }

  #dosing .list-view-reference.dosing-page-ref {
    padding: 0px 0px 30px;
  }

  #dosing .list-view-reference.dosing-page-ref h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .list-view-reference.dosing-page-ref li a {
    letter-spacing: -0.4px;
  }

    /* dosing page mobile css end here */

    /*administration page mobile css starts here*/
  #administration .cmp-container__backgroundImage--enabled {
    min-height: 110px !important;
  }

  #administration #top-text-section h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0px 45px 0px;
    letter-spacing: -0.4px;
  }

  #administration #top-text-section {
    padding: 0px 28px 0px 28px;
  }

  #administration #sub-title {
    padding-top: 20px;
  }

  #administration #banner {
    padding-inline: 20px;
  }

  #administration .list-view-reference.administration-page-ref li a {
    letter-spacing: -0.32px;
  }

  #administration-bottom-text .admin {
    font-size: 18px;
    line-height: 24px;
  }

  #administration #administration-bottom-text {
    padding: 0px 28px;
  }

  #administration #administration-bottom-text .one-spray-text ul li {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 21px;
  }

  #administration #administration-bottom-text .one-spray-text {
    margin: 25px 30px 0 33px;
  }

  #administration #administration-bottom-text ul.admin-outer {
    padding-left: 20px;
  }

  #administration #administration-image {
    max-width: 313px;
    margin: 35px auto 0 auto;
    padding: 0px;
  }

  #administration .video .kWidgetIframeContainer {
    width: 100%;
    height: 220px;
  }

  #administration .video .cmp-video__player,
    .cmp-video__content {
    padding: 0px !important;
  }

  #administration #dis-sprayer p {
    font-size: 18px;
    line-height: 21px;
    margin: 30px 30px 0 30px;
    letter-spacing: -0.2px;
  }

  #administration-bottom-text h2 {
    margin: 40px 0px 20px 0px !important;
  }

  #administration-bottom-text .one-spray-text p {
    margin: 40px 0px 20px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #administration #administration-bottom-text ul.admin-inner {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  #administration-bottom-text .one-spray-text ul.admin-outer>li:last-child {
    padding-bottom: 0px !important;
  }

  #administration #dis-sprayer {
    padding: 0px 0px 30px 0px;
  }

  #administration .list-view-reference.administration-page-ref {
    padding: 0px 0px 30px;
  }

  #administration #ref-wrapper-global > div.list-view-reference.administration-page-ref {
    padding: 0px 0px 30px !important;
  }

  #administration .list-view-reference.administration-page-ref h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .list-view-reference.administration-page-ref li {
    padding-bottom: 6px !important;
  }

  .list-view-reference.administration-page-ref ol>li:first-child {
    padding-right: 10px;
  }

  #administration .list-view-reference.administration-page-ref li {
    text-indent: unset;
    padding-left: unset;
  }

    /*administration page mobile css ends here*/

    /*storage page mobile css starts here*/
  #storage .cmp-container__backgroundImage--enabled {
    min-height: 110px !important;
  }

  #storage #storage-handling-flex {
    gap: 19px;
  }

  #storage #storage-text-section ul li {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0px;
  }

  #storage #storage-text-section ul li:has(br) {
    letter-spacing: -0.3px !important;
  }

  #storage #storage-handling-outer #storage-image-text-section {
    gap: 22px;
  }

  #storage #storage-handling-flex .image {
    padding-left: 0px;
  }

  #storage #storage-handling-outer {
    padding: 0px 9px;
    margin: 30px auto 0px auto;
  }

  #storage #storage-handling-outer .container.responsivegrid:nth-of-type(2) {
    margin: 28px 0px 28px 0px;
  }

  #storage .list-view-reference.storage-page-ref {
    padding: 0px 0px 30px;
  }

  #storage .list-view-reference.storage-page-ref h5 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #storage .list-view-reference.storage-page-ref li {
    padding-bottom: 6px;
  }

  #storage #sub-title {
    padding-top: 20px;
  }

    /*storage page mobile css ends here*/
  #prebook #banner {
    padding-left: 20px !important;
  }

  #prebook #sub-title {
    padding-top: 20px;
  }

  #prebook #tile h1 {
    padding-top: 0px !important;
    font-size: 13px;
  }

  #prebook .title h2.cmp-title__text.cmp-title__text--h2 {
    font-size: 25px;
    max-width: 86%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #prebook #prebookcard-one {
    padding: 0px 0px 15px 0px;
  }

  #prebook #card-section-new-flex {
    gap: 12px;
  }

  #prebook #card-section-new-flex>.container.responsivegrid {
    height: auto;
  }

  #prebook #prebookcard-one #prebook-card-second-image br {
    display: none;
  }

  #prebook .prebook-img-section {
    padding: 0px 28px 0px 15px;
  }

  #prebook #card-section-new-flex .image #logo-image {
    max-width: 55%;
    margin: 0 auto;
  }

  #prebook #prebookcard-one #Mckessson-logo-image {
    max-width: 45%;
    margin: 0 auto;
  }

  #prebook #prebookcard-one #asd-logo-image {
    max-width: 55%;
    margin: 0 auto;
  }

  #prebook #prebookcard-one #besse-logo-image {
    max-width: 55%;
    margin: 0 auto;
  }

  #prebook #prebookcard-one #fff-logo-image {
    max-width: 55%;
    margin: 0 auto;
  }

  #prebook #card-section-new-flex .container.responsivegrid:nth-of-type(5) .image {
    padding: 26px 0 10px 0;
  }

  #prebook .cus-car-num {
    letter-spacing: -0.3px;
  }

    /*prebook/order css starts here*/

    /*prebook/order css ends here*/
  body#sitemap-page #isi-section {
    padding-bottom: 0;
  }

    /* Starin coverage mobile css starts here*/
  #Strain_Coverage .colgrp {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 8px;
    top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  #Strain_Coverage #flu-lists p:last-child {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  #Strain_Coverage #isi-section {
    padding: 10px 0px 45px;
  }

  #Strain_Coverage .sub-text {
    max-width: 100%;
    margin-inline: auto;
    font-size: 18px;
    line-height: 24px;
    padding-left: unset;
  }

  #Strain_Coverage #influenza-chart {
    width: 100%;
    max-width: 350px;
  }

  #list-content .image {
    padding-inline: 30px;
  }

  #Strain_Coverage #flu-lists {
    margin-bottom: 17px;
    padding-inline: 30px;
    margin-top: 10px;
  }

  #Strain_Coverage .col {
    width: 100%;
    padding-inline: 0;
  }

  #Strain_Coverage #tile h1 {
    margin: 0px;
    letter-spacing: -0.4px;
  }

  #Strain_Coverage #banner {
    padding-inline: 20px;
  }

  #Strain_Coverage #sub-title {
    padding-top: 18px;
  }

  #Strain_Coverage .list-view-reference.strain-coverage-page-ref li {
    letter-spacing: -0.2px;
  }

  #Strain_Coverage .list-view-reference.strain-coverage-page-ref li a {
    letter-spacing: -0.4px;
  }

  #Strain_Coverage .list-view-reference.strain-coverage-page-ref ol li:nth-child(7) {
    letter-spacing: unset;
  }
    /* starin coverage mobile css ends here*/
    /* ACIP page mobile css starts here */
  #app div#acip_container {
    margin: 30px 0px 0px 12px;
  }

  #app #banner {
    padding-inline: 20px;
  }

  #app p.acip__body__among:before {
    margin-left: -10px;
  }

  #app p.acip__body__admintext {
    font-size: 17px;
    line-height: 24px;
  }

  #app #tile h1 {
    max-width: 70%;
    margin: 0px;
  }

  #app p.acip__body__among {
    font-size: 18px;
    line-height: 24px;
  }

  #app p.acip__body__cdc {
    font-size: 21px;
    line-height: 28px;
  }

  #app .text+.text #acip_container {
    padding: 0px 20px;
    padding-bottom: 0px;
  }

  #app p.acip__body__footnote {
    padding-right: 15px;
  }

  #app .list-view-reference.acip-app-page {
    padding-left: 0;
    padding-right: 0;
  }

  #app .list-view-reference.acip-app-page ol li:last-child {
    letter-spacing: -0.3px !important;
  }

  #app .list-view-reference.acip-app-page li a {
    letter-spacing: -0.4px;
  }

  #app .list-view-reference li {
    letter-spacing: 0px;
  }

    /* ACIP page mobile css ends here */
    /* LAIV mobile css starts here */
  #LAIV #txt-block-1 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700;
  }

  #LAIV #sub-title {
    max-width: 75%;
  }

  #LAIV #tile h1 {
    max-width: 85%;
    margin: 0px;
  }

  #LAIV #banner {
    padding-inline: 20px;
  }

  #LAIV #sub-title {
    padding-top: 18px;
  }

  #LAIV #txt-block-1 li,
    #LAIV #txt-block-2 li {
    font-size: 16px;
    line-height: 21px;
    align-items: self-start;
    display: block;
    margin-bottom: 18px;
    margin-left: 0px;
    font-weight: 400;
  }

  #LAIV #txt-block-1 li:last-child {
    margin-bottom: 30px;
  }

  #LAIV #txt-block-1 li sup,
    #LAIV #txt-block-2 li sup {
    position: relative;
    top: unset;
  }

  #LAIV #txt-block-1 li::before,
    #LAIV #txt-block-2 li::before {
    top: 9px;
  }

  #LAIV #image-3070b9fdfd,
    #LAIV #img-2 {
    max-width: 405px;
    padding-inline: 10px;
  }

  #LAIV #txt-block-2 p {
    font-size: 18px;
    line-height: 24px;
  }

  #LAIV #txt-block-2 {
    margin-top: 20px;
    margin-bottom: 29px;
    padding-inline: 30px;
  }

  #LAIV #txt-block-2 h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 12px;
  }

  #LAIV #txt-block-2 br {
    display: none;
  }

  #LAIV #pin-box p {
    font-size: 18px;
    line-height: 24px;
  }

  #LAIV #pin-box {
    padding: 20px 15px;
    max-width: 85%;
    margin-top: 10px;
    margin-bottom: 43px;
  }

  #LAIV #txt-block-1 {
    padding-inline: 30px;
  }

  #LAIV #img-2 {
    padding-inline: 30px;
  }

  #LAIV .list-view-reference.LAIV-page-ref {
    padding: 0 0 30px;
  }
}


    /*media query added for line break*/
@media (min-width: 390px) and (max-width: 400px) {
  #storage #storage-text-section ul li br {
    display: block;
  }

  #faq .custom-spacing-faq br {
    display: block;
  }

  #main-header-top>div>.text {
    justify-content: flex-start;
  }
}

    /*media query added for prebook cards*/
@media (min-width: 320px) and (max-width: 600px) {
  #prebook #prebookcard-one {
    height: auto;
  }
}

@media(min-width: 992px) and (max-width: 1350px) {
  #errorpage_404 #text_section_404_errorpage {
    margin-left: 44%;
  }

  #header-utility-nav .cmp-list-dropdown--vertical {
    padding-left: 15px;
  }
}

@media(max-width: 389px) {
  #dosing #desing-image-section-outer h3 {
    letter-spacing: unset;
    max-width: 90%;
  }

  a.header-how-to-order,
        a.header-stay-informed {
    min-width: 120px;
  }

  #facts-about-flu .purple-callout .newline {
    display: inline;
  }

  #main-header-bottom.menu-expanded #order-inform-ctas-text-cont {
    margin: 0px 20px;
  }

  #header-utility-nav .cmp-list-dropdown__head-text {
    width: 290px;
  }

  #header-utility-nav .cmp-list-dropdown__head-text::after {
    left: 7px;
  }

  #header-utility-nav .cmp-list-dropdown__head.open .cmp-list-dropdown__head-text {
    width: 290px;
    font-size: 11px;
  }

  #header-utility-nav .cmp-list-dropdown--list .cmp-list-dropdown__item a .fa-angle-down:before {
    bottom: 4px;
    left: 10px;
  }

  #header-utility-nav .cmp-list-dropdown--list .cmp-list-dropdown__item a {
    max-width: 85%;
  }

  #dosing #desing-image-section-outer #dosing-image-section-new img.cmp-image__image.cmp-image--mobile {
    max-width: 270px;
  }

  #header-logo {
    padding-left: unset;
  }

  #Help_Increase_Vaccine_Uptake #see-admin {
    padding: 0px 20px 25px 20px;
  }

  #order-inform-ctas-text-cont ul {
    gap: 20px;
  }

  #contactus #contactus-text-wrapper .custom-text-red {
    display: inline-block;
  }
}

@media(min-width: 319px)and (max-width: 767px) {
  #prebook .title h2.cmp-title__text.cmp-title__text--h2 br {
    display: block;
  }
}

@media(min-width: 319px)and (max-width: 359px) {
  #order-inform-ctas-text-cont ul {
    margin-top: 14px;
    gap: 5px;
  }

  #order-inform-ctas-text-cont {
    margin: 0px 2px;
  }

  .cmp-highlightinfov2__header {
    padding: 52px 20px 5px 20px !important;
  }
}

.modal.cmp-modal__dynamicform {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: unset;
  padding-top: 18vh;
}

body.modal-enabled:has(.cmp-modal__dynamicform)::before {
  content: unset;
}

.modal.cmp-modal__dynamicform .modal-box {
  color: #434343;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  background-color: white;
  width: 100%;
  border-radius: 16px;
  max-width: 1028px;
  border: 2px solid #a20067;
}

.cmp-modal__dynamicform #form-head h3 {
  max-width: 900px;
  color: #00a3e0;
  font-size: 35px;
  line-height: 45px;
  margin: 0;
  margin-bottom: 30px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
}

.cmp-modal__dynamicform #form-head p {
  color: black;
  font-size: 21px;
  line-height: 32px;
  padding: 0;
  width: 84%;
  margin-bottom: 27px;
  font-family: "open-sans", sans-serif;
}

.cmp-modal__dynamicform #form-head p a {
  color: #a20067 !important;
  font-size: 21px;
  line-height: 32px;
  cursor: pointer;
  font-weight: 400;
}

.form-holder .cmp-dynamicform__control-label {
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #231f20;
  font-family: "open-sans", sans-serif;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group {
  flex: 1 0 auto;
  flex-basis: 44%;
  margin-bottom: 48px;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group input,
    .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group select {
  max-width: 340px;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #bababa;
  padding-left: 25px;
  font-size: 18px;
  line-height: 21px;
  color: black;
  font-family: "open-sans", sans-serif;
}

.cmp-dynamicform__form-validation {
  display: flex;
  flex-flow: row wrap;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .captcha-holder {
  display: none;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group.captch-holder {
  display: none;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group select,
    ::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #76777a;
  font-family: "open-sans", sans-serif;
}

.cmp-dynamicform__clear-btn {
  display: none;
}

.cmp-dynamicform__submit-btn {
  position: relative;
  font-family: "montserrat", sans-serif;
  ;
  font-weight: 700;
  cursor: pointer;
  width: 126px;
  height: 58px;
  display: inline-block !important;
  border: 0;
}

.cmp-dynamicform__submit-btn:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/arrow-right.png);
  right: -38px;
  background-size: contain;
  z-index: 1;
  top: 50%;
  transform: translate(0px, -50%);
}

.cmp-dynamicform__submit-btn:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 58px;
  background-color: #C7569A;
  top: 0;
  right: -49px;
  border-radius: 0 6px 6px 0;
}

#\36 9737686305eb400021a5ef3>div.cmp-dynamicform__form-group.button-group {
  margin: 0;
  margin-top: 22px;
}

.cmp-modal__dynamicform .f-top,
    .cmp-modal__dynamicform .f-bottom {
  font-size: 17px;
  line-height: 26px;
  margin-top: 10px;
  width: 100% !important;
  letter-spacing: -0.4px !important;
  margin-bottom: 0 !important;
  color: black;
  padding: 0;
  font-family: "open-sans", sans-serif;
  font-weight: 500;
}

.cmp-modal__dynamicform .f-top a,
    .cmp-modal__dynamicform .f-bottom a {
  color: #a20067 !important;
  font-size: 17px;
  line-height: 23px;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
  margin-left: 8px;
  font-family: "open-sans", sans-serif;
  padding-top: 3px;
  color: red;
  font-weight: 400;
}

.form-holder .cmp-dynamicform__control-label .text-danger {
  display: none;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .has-error .cmp-dynamicform__control-label {
  color: #231f20;
}

.modal.cmp-modal__dynamicform .modal-box__content {
  padding: 40px;
  padding-top: 20px;
}

.cmp-modal__dynamicform .f-bottom {
  margin-top: 24px;
}

.cmp-modal__dynamicform .modal__closeIcon path {
  display: none;
}

.cmp-modal__dynamicform .modal__closeIcon {
  position: relative;
}

.cmp-modal__dynamicform .modal__closeIcon:after {
  content: '';
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/close-icon.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button[disabled] {
  background-color: #830051;
  cursor: pointer;
}

@media(max-width: 991px) {
  .cmp-modal__dynamicform #form-head h3 {
    font-size: 24px;
    line-height: 30px;
  }

  #administration #administration-image > img.cmp-image__image.cmp-image--desktop {
    display: none;
  }

  #administration #administration-image > img.cmp-image__image.cmp-image--mobile {
    display: block;
  }

  .exit-ramp-modal {
    bottom: 0;
    overflow-y: scroll;
    max-height: 452px;
  }

  .cmp-modal__dynamicform #form-head p,
        .cmp-modal__dynamicform #form-head p a {
    font-size: 14px;
    line-height: 20px;
    width: 95%;
  }

  .form-holder .cmp-dynamicform__control-label {
    font-size: 14px;
    line-height: 16px;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group,
        .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group input,
        .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group select {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    margin-bottom: 0;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form {
    padding: unset;
  }

  .modal.cmp-modal__dynamicform .modal-box {
    max-width: 90%;
    margin-inline: auto;
  }

  .modal.cmp-modal__dynamicform .modal-box__content {
    padding-inline: 25px;
    padding-top: 12px;
  }

  .cmp-modal__dynamicform .f-top {
    margin-top: 15px !important;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form #field-group-69737686305eb400021a5ef2 {
    margin-bottom: 0;
  }

  .cmp-modal__dynamicform .f-top,
        .cmp-modal__dynamicform .f-bottom {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.9px !important;
  }

  .cmp-modal__dynamicform .f-top a,
        .cmp-modal__dynamicform .f-bottom a {
    font-size: 14px;
    line-height: 20px;
  }

  .cmp-modal__dynamicform .f-bottom {
    margin-top: 20px;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
    padding-top: 4px;
    font-size: 10px;
  }

  .cmp-dynamicform__form-validation {
    gap: 34px;
  }

  #\36 9737686305eb400021a5ef3>div.cmp-dynamicform__form-group.button-group {
    margin-top: 12px;
  }

  .cmp-modal__dynamicform .modal__closeIcon:after {
    width: 26px;
    height: 26px;
  }

  .modal.cmp-modal__dynamicform {
    padding-top: 34%;
  }

  .modal.cmp-modal__dynamicform::-webkit-scrollbar {
    display: none;
  }
}

@media(max-width:500px) {
  .modal.cmp-modal__dynamicform .modal-box__content .modal__closeLabel {
    display: none;
  }

  .modal.cmp-modal__dynamicform .modal-box__content .modal__close {
    right: 1.3rem;
    top: 2.1rem;
    left: unset;
    background: unset;
    height: auto;
    width: 2rem;
  }

  .modal.cmp-modal__dynamicform {
    padding-top: 50%;
    overflow-y: scroll;
  }
}

@media(min-width:992px) {
  #ref-wrapper-global > div.list-view-reference.MOA-page-ref > ol > li:nth-child(10), #ref-wrapper-global > div.list-view-reference.MOA-page-ref > ol > li:nth-child(11) {
    text-indent: -24px;
    max-width: 95%;
  }

  body .modal.cmp-modal__dynamicform {
    overflow-y: scroll;
  }

  body .modal.cmp-modal__dynamicform::-webkit-scrollbar {
    display: none;
  }

  #prebook #card-section-new-flex .image #logo-image {
    max-width: 250px;
  }

  #prebook #prebookcard-one #Mckessson-logo-image {
    max-width: 199px;
    width: 100%;
  }

  #prebook #prebookcard-one #asd-logo-image {
    max-width: 276px;
  }

  #prebook #prebookcard-one #besse-logo-image {
    max-width: 276px;
    margin-bottom: 30px;
  }

  #prebook #prebookcard-one #fff-logo-image {
    max-width: 226px;
  }

  #prebook #prebook-card-text-section {
    padding-left: 7px;
  }
}

    /*LAIV  mobile css ends here */
@supports (-webkit-touch-callout: none) {
  #LAIV .list-view-reference.LAIV-page-ref {
    padding-bottom: 13px;
  }

  #storage .list-view-reference.storage-page-ref li {
    padding-bottom: 30px !important;
  }

  #mod .list-view-reference.MOA-page-ref,#Strain_Coverage .list-view-reference.strain-coverage-page-ref {
    padding-bottom: 11px;
  }

  #main-header-bottom.menu-expanded {
    height: 100vh;
  }

  #header-main-navigation .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
    color: black;
  }

  #Strain_Coverage #isi-section {
    padding-bottom: 15px;
  }

  #prebook .title h2.cmp-title__text.cmp-title__text--h2 {
    font-weight: 900;
  }

  .cmp-highlightinfov2 {
    height: auto !important;
  }

  .exclusive-updates .updated-section-checkmark p b {
    font-weight: 500;
  }

  #text-a09efabab0>div>div.updated-section-checkmark>div>div.check.mark-2>div>p {
    padding-right: 28px;
  }

  .cmp-highlightinfov2.sticky {
    height: 148px !important;
  }

  body#sitemap-page #ref-wrapper-global {
    display: none;
  }

  .cmp-highlightinfov2.expand {
    height: 100% !important;
  }

  #administration-bottom-text .admin {
    max-width: 95%;
  }

  [href^="tel"] {
    color: inherit;
  }

  #flu-home-faqs .cmp-accordion__button {
    font-weight: 800;
    padding-right: 13px;
  }

  #Help_Increase_Vaccine_Uptake #tile h1 {
    padding-right: 48px;
  }

  #administration .list-view-reference.administration-page-ref,
        #storage .list-view-reference.storage-page-ref {
    padding: 0;
  }

  .exclusive-updates .updated-section-checkmark p b {
    font-weight: 600;
  }

  #coding #more-info-section-text h3 {
    font-weight: 800;
    letter-spacing: 0.2px;
  }

  #coding #more-info-section-text .recommendation-heading {
    font-weight: 700;
  }

  #safety #main-heading h2 {
    font-weight: 700;
    max-width: 95%;
  }

  #safety #most-common-text h3,
        #safety table caption {
    font-weight: 700;
  }

  .cmp-highlightinfov2:not(.sticky) {
    height: unset;
  }

  #coding #more-info-section-text > p.body.font-custom {
    padding-right: 20px;
  }

 #coding .cpt-table td.head-col.vaccine-code {
    padding-right: 8px;
  }
  #table-one-outer-flex > div:nth-child(2)  .cmp-table--title {
  display: none;
}
  #header-utility-nav .cmp-list-dropdown__head.open .cmp-list-dropdown__head-text::after{font-size:10px;}
  #Help_Increase_Vaccine_Uptake .dis-sprayer{
    letter-spacing: 0.86px;
}
#Help_Increase_Vaccine_Uptake #mid-section .indication-text-new{padding-bottom:30px;}
  @  media(min-width:1920px) {
    .cmp-highlightinfov2 {
    height: auto!important;
  }
}
}

@supports (-webkit-appearance: none) and (not (contain: paint)) {

  body[id^="errorpage"] .cmp-highlightinfov2,
        body[id="dosing"] .cmp-highlightinfov2 {
    height: auto;
  }

  body[id^="errorpage"] .cmp-highlightinfov2.sticky,
        body[id="dosing"] .cmp-highlightinfov2.sticky {
    height: var(--stickyheight);
    max-height: 136px;
  }
}

@media(min-width: 1439px) and (max-width: 1441px) {
  #main-header-bottom {
    margin-right: -3%;
    padding-top: 12px;
  }

  #header-utility-nav .cmp-list-dropdown--list {
    margin-right: -1%;
  }

  #header-main-navigation .searchbox {
    margin-right: -1%;
  }

  #header-utility-nav .list-item-4-2 .cmp-list-dropdown__link-text span:last-of-type {
    display: inline-block;
    max-width: 60%;
  }

  #header-utility-nav .list-item-4-2 a[href^="tel:"] {
    display: block;
  }

  #header-logo img {
    margin-bottom: 1px;
    position: relative;
    bottom: 8px;
  }

  #main-header-bottom a {
    line-height: unset;
  }

  #main-header-bottom .cmp-list-dropdown-4>ul {
    min-width: 216px;
    left: -56px !important;
    top: 100%;
  }
}

@media(min-width:991px) and (max-width: 1200px) {
  #home #home-text-image-wrapper {
    width: 95%;
    margin: 0 auto;
  }

  #administration #ref-wrapper-global > div.list-view-reference.administration-page-ref {
    padding-bottom: 30px !important;
  }

  #flumist-global-teaser .cmp-teaser__content {
    padding-left: 28px;
    padding-right: 28px;
  }

  div#flumist-global-teaser .cmp-image__image {
    min-height: 200px;
  }

  #app .text+.text #acip_container {
    padding: 0px 20px;
  }

  #app div#acip_container {
    padding: 0px 35px;
  }
}

/*Signup form CSS*/
body .modal.cmp-modal__dynamicform {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: unset;
  overflow: scroll;
  cursor: default;
}

body.modal-enabled:has(.cmp-modal__dynamicform)::before {
  content: unset;
}

body .modal.cmp-modal__dynamicform .modal-box {
  color: #434343;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  background-color: white;
  width: 100%;
  border-radius: 16px;
  max-width: 1028px;
  border: 2px solid #a20067;
    /* max-width: 90%; */
  ;
}

body .cmp-modal__dynamicform #form-head h3 {
  max-width: 900px;
  color: #00a3e0;
  font-size: 35px;
  line-height: 45px;
  margin: 0;
  margin-bottom: 30px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
}

.cmp-modal__dynamicform #form-head p {
  color: black;
  font-size: 21px;
  line-height: 32px;
  padding: 0;
  width: 100%;
  margin-bottom: 27px;
  font-family: 'Open Sans',sans-serif;
}

body .cmp-modal__dynamicform #form-head p a {
  color: #a20067 !important;
  font-size: 21px;
  line-height: 32px;
  cursor: pointer;
  font-weight: 400;
}
/*body .cmp-modal__dynamicform #form-head p a {
    display: block;
} */

body .form-holder .cmp-dynamicform__control-label {
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #231f20;
  font-family: 'Open Sans',sans-serif;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form  .cmp-dynamicform__form-group {
  flex: 1 0 auto;
  flex-basis: 44%;
  margin-bottom: 48px;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group input,body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group select {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  list-style: none;
  visibility: visible;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  font-family: inherit;
  max-width: 340px;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #bababa;
  padding-left: 25px;
  font-size: 18px;
  line-height: 21px;
  color: black;
}

body .cmp-dynamicform__form-validation {
  display: flex;
  flex-flow: row wrap;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .captcha-holder {
  display: none;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group.captch-holder {
  display: none;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group select,::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #76777a;
  font-family: 'Open Sans',sans-serif;
}

body .cmp-dynamicform__clear-btn {
  display: none;
}

body .cmp-dynamicform__submit-btn {
  position: relative;
  font-family: "montserrat", sans-serif;
  ;
  font-weight: 700;
  cursor: pointer;
  width: 126px;
  height: 58px;
  display: inline-block !important;
  border: 0;
  font-size: 22px!important;
  background-color: #a20067!important;
}

body .cmp-dynamicform__submit-btn:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/arrow-right.png);
  right: -38px;
  background-size: contain;
  z-index: 1;
  top: 50%;
  transform: translate(0px, -50%);
}

body .cmp-dynamicform__submit-btn:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 58px;
  background-color: #C7569A;
  top: 0;
  right: -49px;
  border-radius: 0 6px 6px 0;
}

body #\36 9737686305eb400021a5ef3 > div.cmp-dynamicform__form-group.button-group {
  margin: 0;
  flex-basis: 100%;
}

body #\36 9737686305eb400021a5ef3 #field-group-69973aed3f401b00028147f1 input {
  max-width: 87%;
}

body .cmp-modal__dynamicform .f-top,body .cmp-modal__dynamicform .f-bottom {
  font-size: 17px;
  line-height: 26px;
  margin-top: 10px;
  width: 100% !important;
  letter-spacing: -0.4px !important;
  margin-bottom: 0 !important;
  color: black;
  padding: 0;
  font-family: 'Open Sans',sans-serif;
  font-weight: 500;
}

body .cmp-modal__dynamicform .f-top a, body .cmp-modal__dynamicform .f-bottom a {
  color: #a20067 !important;
  font-size: 17px;
  line-height: 23px;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
  margin-left: 8px;
  font-family: 'Open Sans',sans-serif;
  padding-top: 3px;
  color: red;
  font-weight: 400;
}

body .form-holder .cmp-dynamicform__control-label .text-danger {
  display: none;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .has-error .cmp-dynamicform__control-label {
  color: #231f20;
}

body .modal.cmp-modal__dynamicform .modal-box__content {
  padding: 40px;
  padding-top: 20px;
  height: 100%;
}

body .cmp-modal__dynamicform .f-bottom {
  margin-top: 24px;
}

body .modal.cmp-modal__dynamicform .modal__closeIcon path {
  display: none;
}

body .modal.cmp-modal__dynamicform .modal__closeIcon {
  position: relative;
}

body .modal.cmp-modal__dynamicform .modal__closeIcon:after {
  content: '';
  background-image: url(/content/dam/intelligentcontent/brands/flumisthcp/us/en/images/close-icon.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button[disabled] {
  background-color: #830051;
  cursor: pointer;
}

@media(max-width: 991px) {
  body .cmp-modal__dynamicform #form-head h3 {
    font-size: 24px;
    line-height: 30px;
  }

  #safety #mid-txt #main-heading h2 {
    max-width: 100%;
  }

  body .cmp-modal__dynamicform #form-head p, body .cmp-modal__dynamicform #form-head p a {
    font-size: 14px;
    line-height: 20px;
        /* margin-bottom: 32px; */
    width: 88%;
  }

  body .cmp-modal__dynamicform #form-head p br {
    display: contents;
  }

  body .form-holder .cmp-dynamicform__control-label {
    font-size: 14px;
    line-height: 16px;
  }

  body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group, body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group input, body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group select {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    margin-bottom: 0;
    font-size: 15px;
  }

  body #\36 9737686305eb400021a5ef3 #field-group-69973aed3f401b00028147f1 input {
    max-width: 100%;
  }

  body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form {
    padding: unset;
  }

  body .modal.cmp-modal__dynamicform .modal-box {
    max-width: 90%;
    margin-inline: auto;
/* overflow-y: scroll; */
    ;
  }

  body .modal.cmp-modal__dynamicform .modal-box__content {
    padding-inline: 25px;
    padding-top: 12px;
  }

  body .modal.cmp-modal__dynamicform .modal-box__content::-webkit-scrollbar {
    display: none;
  }

  body .cmp-modal__dynamicform .f-top {
    margin-top: 15px !important;
  }

  body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form  #field-group-69737686305eb400021a5ef2 {
    margin-bottom: 0;
  }

  body .cmp-modal__dynamicform .f-top, .cmp-modal__dynamicform .f-bottom {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400!important;
    letter-spacing: -0.7px !important;
  }

  body .cmp-modal__dynamicform .f-top a,  body .cmp-modal__dynamicform .f-bottom a {
    font-size: 14px;
    line-height: 20px;
  }

  body .cmp-modal__dynamicform .f-bottom {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  body .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
    padding-top: 4px;
    font-size: 10px;
  }

  body .cmp-dynamicform__form-validation {
    gap: 34px;
  }

  body #\36 9737686305eb400021a5ef3 > div.cmp-dynamicform__form-group.button-group {
    margin-top: 12px;
  }

  body .cmp-modal__dynamicform .modal__closeIcon:after {
    width: 26px;
    height: 26px;
  }

  body .modal.cmp-modal__dynamicform {
    padding-top: 34%;
  }

  body .modal.cmp-modal__dynamicform::-webkit-scrollbar {
    display: none;
  }

  body .cmp-modal__dynamicform .f-top a, body .cmp-modal__dynamicform .f-bottom a {
    white-space: nowrap;
  }
}

@media(max-width:500px) {
  body .modal.cmp-modal__dynamicform .modal-box__content .modal__closeLabel {
    display: none;
  }

  body .modal.cmp-modal__dynamicform .modal-box__content  .modal__close {
    right: 1.3rem;
    top: 2.1rem;
    left: unset;
    background: unset;
    height: auto;
    width: 2rem;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }

  body .modal.cmp-modal__dynamicform {
    padding-top: 50%;
    overflow-y: scroll;
  }
}

@media (min-width: 752px) and (max-width: 1037px) {
  #home #home-page-banner {
    max-width: 945px;
  }

  #home .banner-links-wrapper {
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    gap: 30px;
  }

  #home .banner-links-wrapper a:nth-child(2) {
    min-width: 447px;
  }

  #flumist-global-teaser .cmp-teaser__image-mobile .cmp-image__image {
    max-height: 122px!important;
    min-height: unset!important;
  }

  #home-administration-teaser .cmp-teaser__image-mobile .cmp-image__image {
    max-height: 122px!important;
    min-height: unset!important;
  }

  #facts-about-flu .imagelist .cmp-imagelist .cmp-imagelist__image {
    max-width: 255px;
  }

  #prebook .prebook-img-section {
    padding: 0px 18px 0px 15px;
  }
}

@supports (-webkit-hyphens: none) and (not (hyphens: none)) {
  @  media screen and (min-width: 992px) {
    .cmp-highlightinfov2 {
      height: unset !important;
  }

  .cmp-highlightinfov2.sticky {
    height: 130px !important;
  }

  #flumist-global-teaser .cmp-teaser__image-desktop .cmp-image__image {
    max-height: 220px;
  }

  #home-administration-teaser .cmp-teaser__image-desktop .cmp-image__image {
    max-height: 220px;
  }

  .list-view-reference.vaccine-effectiveness-ref li {
    list-style-position: outside!important;
    text-indent: unset!important;
    padding-left: 5px!important;
  }

  #vaccine-effectiveness .list-view-reference.vaccine-effectiveness-ref ol {
    padding-left: 17px;
  }

  a.header-stay-informed {
    min-width: 164px;
  }

  #app #tile h1 {
    margin: 10px 0 0 0!important;
  }

  #Strain_Coverage #tile h1 {
    margin: 10px 0 0 0!important;
  }

  #flu-home-faqs .cmp-accordion__button:focus {
    outline: none!important;
  }

  #transcript-accordian .cmp-accordion__button:focus {
    outline: none!important;
  }
}
}

@media (min-width: 820px) and (max-width: 1200px) and (orientation: landscape) {
  #Strain_Coverage #influenza-chart {
    max-width: 900px;
  }

  #Strain_Coverage #flu-lists {
    max-width: 1050px;
  }
}

@media (min-width: 359px) and (max-width: 752px) and (orientation: landscape) {
  #prebook #prebookcard-one {
    height: auto;
  }
}

@media (min-width: 820px) and (max-width: 1200px)and (orientation: portrait) {
  #coding #table-one-outer #table-one-outer-flex {
    flex-direction: row;
  }

  #coding .bottom-section-outer {
    flex-direction: row;
  }

  #coding #center-text-section:last-child {
    justify-content: space-around;
  }

  #coding #center-text-section {
    display: flex;
  }

  #prebook .prebook-img-section {
    padding: 0px 18px 0px 15px;
  }

  #facts-about-flu #container-107467d54c .cmp-container>div.imagelist:nth-child(3)>.cmp-imagelist {
    flex-direction: row;
  }

  #facts-about-flu #adjustment-fact-flu .image {
    margin: unset;
  }
}

@supports (-webkit-hyphens: none) and (not (hyphens: none)) {
  @  media screen and (min-width: 2560px) {
    #main-header-bottom .cmp-list-dropdown-4>ul {
    min-width: 216px;
    left: -56px !important;
    top: 100%;
  }

  #main-header-bottom {
    padding-top: 8px;
  }

  #container-14b8e39f94 > div > div:nth-child(1) {
    height: 220px;
  }
}
  }
/* search index css here */
.cmp-searchresults {
  display: none;
}

.cmp-searchresults__inner-container {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 28px;
  margin-top: 40px;
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.searchresults .cmp-searchresults__inner-container .cmp-searchresults__item-content {
  color: #000!important;
  font-size: 15px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}

.searchresults #region-heading {
  font-size: 15px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
}

.searchresults #region-heading::first-line {
  font-weight: 600;
}

.searchresults .cmp-searchresults__item-title h4 {
  color: #00A5E3;
  font-size: 15px;
  font-family: "open-sans", sans-serif;
  margin: 0;
}

.cmp-searchresults__inner-container .cmp-searchresults__item-image {
  display: none;
}

.cmp-searchbox__results {
  top: 40px;
}

.cmp-searchbox__results-inner {
  padding: 20px 20px;
  border: 1px solid;
}

.cmp-searchbox__results-noitems h3 {
  margin: 0 auto;
}

.cmp-searchresults__inner-container .cmp-searchresults__item-title {
  margin-bottom: 20px!important;
}

#Flumist-footer-sec .cmp-navigation__item a:active, #flumist-footer-sec1 .cmp-navigation__item a:active {
  text-decoration: underline;
}
/*  css ends here*/
/*end*/

