.restrictionDetails {
  border: 1px solid #AE2573;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 20px;
}
.AsthmaSite#formulary-information #view-container #footnoteWrapper_6 #staticText,
.AsthmaSite#formulary-information #view-container #footnoteWrapper_6 .footnoteTemplateEnd,
.AsthmaSite#formulary-information #view-container #footnoteWrapper_7 #staticText,
.AsthmaSite#formulary-information #view-container #footnoteWrapper_7 .footnoteTemplateEnd,
.AsthmaSite#formulary-information #view-container #footnoteWrapper_8 #staticText,
.AsthmaSite#formulary-information #view-container #footnoteWrapper_8 .footnoteTemplateEnd{
  display:none;
}
.restrictionDetailsData {
  line-height: 23px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.selector-container {
  margin-top: 38px;
  display: flex;
  gap: 80px;
}

#selectZip, #selectNPI {
  display: flex;
  align-items: end;
}

#formulary-information .formulary-head .dropdown-text {
  font-family: 'Myriad-pro';
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.pink-hr {
  background-color: #AE2573;
  height: 3px;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 37px;
}

#zipSelector, #NPISelector {
    /* background: url(/content/dam/intelligentcontent/brands/fasenra-hcp/en/images/pharamacyFinder/dropdown-icon.svg) no-repeat 93%; */
    padding: 10px;
    height: 40px;
    border-radius: 5px;
    margin: 0 15px 0 0;
    border: 0.8500000238418579px solid var(--grey);
    min-width: 230px;
    color: var(--grey);
    margin-top: 10px;
}

#formulary-information a,
#formulary-information select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-button {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #AE2573;
  color: white;
  font-family: 'Myriad-pro';
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
  cursor: pointer;
}

#formulary-information-banner {
  background-image: url(/content/dam/intelligentcontent/brands/fasenra-hcp/en/images/phase3/desktop/formulary-information/formulary-info-banner-img.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.formulary-banner {
  padding-top: 22px;
}
.formulary-banner p{
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", sans-serif; font-weight: 400; font-style: italic;
  font-weight: normal;
  font-style: italic;
}
.formulary-banner h1{
  color: #FFFFFF;
  margin-top: 0px;
  font-weight: 900;
  font-family: "myriad-pro-condensed", sans-serif; font-weight: 900; font-style: italic;
  font-size: 40px;
  line-height: 44px;
  max-width: 540px;
  margin-bottom: 20px;
}

.formulary-main {
  padding: 0;
}

.formulary {
  padding: 0;
}

.formulary-head {
  padding: 20px 0 20px 0;
}

.formulary-head h2 {
  padding: 0;
  font-size: 25px;
  line-height: 30px;
  color: #333F48;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-family: "Myriad-pro";
}

.formulary-head p {
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  color: #333F48;
  font-family: "Myriad-pro";
}

#initForm {
  max-width: 1160px;
  margin: 0 auto;
}
#initForm .instructions-header{
  display: none;
}
#npiSearchAltMessageContainer {
  display: none;
}
.finder-search {
  display: flex;
}
.finder-search .title {
  font-size: 17px;
  line-height: 20px;
  color: #333F48;
  margin: 0 0 10px 0;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
}
#zipSearchBoxContainer,#zipSearchButtonContainer {
  display: inline-block;
}
#zipSearchBoxContainer input{
  border: 1px solid #333F48;
  border-radius: 5px;
  padding: 10px 10px 5px;
  width: 230px;
  height: 40px;
  font-size: 18px !important;
  line-height: 40px;
  color: #333F48;
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  box-sizing: border-box;
  background: #FFF;
}
#zipSearchBoxContainer input.errorMessage{
  border: 3px solid #FF0000;
}
#zipSearchButtonContainer input{
  width: 109px;
  font-family: "myriad-pro", sans-serif; font-weight: 600; font-style: normal;
  background: #AE2573;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #FFFFFF;
  padding: 8px 10px;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
  top: -3px;
}
#npiSearchBoxContainer, #npiSearchButtonContainer{
  display: inline-block;
}
#npiSearchBoxContainer input.errorMessage{
  border: 3px solid #FF0000;
}
#npiSearchBoxContainer input{
  border: 1px solid #333F48;
  border-radius: 5px;
  padding: 10px 10px 5px;
  width: 230px;
  height: 40px;
  font-size: 18px !important;
  line-height: 40px;
  color: #333F48;
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  box-sizing: border-box;
  background: #FFF;
}
#npiSearchButtonContainer input{
  width: 109px;
  font-family: "myriad-pro", sans-serif; font-weight: 600; font-style: normal;
  background: #AE2573;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #FFFFFF;
  padding: 8px 10px;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
  top: -3px;
}
.npi-number {
  margin-left: 45px;
}
#formMessageContainer {
  display: block;
  margin-top: 0;
}
#formMessageContainer span.errorMessage {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #333F48;
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
}
#zipError,#npiError {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #333F48;
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
}
#zipMessageContainer,#npiMessageContainer {
  font-size: 25px;
  line-height: 30px;
  color: #333F48;
  margin: 0;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
}
.MessageContainer {
  font-size: 40px;
  line-height: 40px;
  margin: 10px 0 32px;
  font-family: "myriad-pro-condensed", sans-serif; font-weight: 900; font-style: italic;
  color: #AE2573;
}
#tabSelectContainer {
  display: none;
}
#planDataWrapper {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0px;
}
#planDataWrapper hr{
  border-top: 2px solid #AE2573;
  margin: 35px 0;
}
#tabContainer {
  display: flex;
  justify-content: space-between;
}
#tabContainer .menuTab{
  background: #F7F7F7;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  line-height: 24px;
  color: #333F48;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  padding: 19px 30px 15px;
  text-align: center;
  width: 378px;
  border: 1px solid #333F48;
  border-bottom: none;
  text-transform: uppercase;
}
#tabContainer .menuTab.Selected{
  background: transparent linear-gradient(90deg, #064C53 0%, #045F60 39%, #03746D 72%, #009D88 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
#tabContentContainer {
  border-bottom: 2px solid #AE2573;
  margin-bottom: 0px;
}
#planTable {
  width: 100%;
}
.thead td{
  font-size: 18px;
  line-height: 27px;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  background: #AE2573;
  color: #FFFFFF;
  text-align: left;
  padding: 16px 5px;
  border-right: 1px solid #FFF;
  padding-left: 15px;
}
.thead td:last-child{
  border-right: 0;
}
.trRow td {
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  font-size: 16px;
  line-height: 47px;
  color: #333F48;
  padding: 0 6px;
  vertical-align: top;
  position: relative;
  /* padding-right: 25px; */
  padding-right: 0;
  padding-left: 15px;
}
.trRow td:nth-child(3),.trRow td:nth-child(4){
  padding-right: 25px;
}
.trRow td span.indicatorImages{
  top: 2px;
  position: absolute;
  right: 0;
}
.trRow td span.indicatorImages img{
  padding: 0 8px;
}
.trRow td span.indicatorImages img:last-child{
  padding-left: 0;
}
.trRow td:last-child{
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
#planTable tr:nth-child(even) {
  background-color: #F7F7F7;
}
#planTable tr:nth-child(4n+0) {
  background-color: #FFFFFF;
}
.restrictionDetails {
  border: 1px solid #AE2573;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}
.restrictionDetailsData {
  line-height: 25px;
  display: block;
  padding-top: 0;
  padding-bottom: 8px;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  color: #333F48;
  border-bottom: 1px solid #333F48;
  opacity: 1;
}
.restrictionDetailsData b{
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
}
button.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-image: url(/content/dam/intelligentcontent/brands/fasenra-hcp/en/images/phase3/desktop/formulary-information/close-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
/* formulary finder-footnote-References */
.finder-footnote-reference {
  margin: 35px 0 40px;
}
.finder-footnote-reference h3{
  font-size: 18px;
  line-height: 19px;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  text-transform: uppercase;
  color: #AE2573;
  margin-top: 0px;
  margin-bottom: 8px;
}
.finder-footnote-reference p {
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.finder-footnote-reference .bold-num {
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
}
/* formulary finder-footnote */
#footNoteContainer{
  display: none !important;
}
#formulary-information .formula-finder-cta{
  margin-top: -56px !important;
  top:0;
}
.finder-footnote {
  margin-bottom: 30px;
  margin-top: 30px;
}
.finder-footnote h5{
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  color: #333F48;
}
.finder-footnote p{
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  font-size: 15px;
  line-height: 18px;
  color: #333F48;
  position: relative;
}
.finder-footnote .finder-cost p{
  font-size: 16px;
  line-height: 18px;
}
.finder-footnote .finder-market p{
  font-size: 14px;
  line-height: 18px;
}
.finder-footnote p span.astrick-symbol{
  position: absolute;
  left: -5px;
}
.finder-footnote span.pharmacy-icon::before {
  background: url(/content/dam/intelligentcontent/brands/fasenra-hcp/en/images/phase3/desktop/formulary-information/pharmacy_icon.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  position: relative;
  content: "";
  display: inline-block;
  background-position: 0 0px;
  margin: 0 2px 0 0;
  top: 2px;
}
.finder-footnote span.medical-icon::before {
  background: url(/content/dam/intelligentcontent/brands/fasenra-hcp/en/images/phase3/desktop/formulary-information/medical_icon.png);
  top: 4px;
}
#hiddenRestrictionDetailsStaticTextContent hr{
  display: none;
}
.restrictionDetailsStaticText {
  padding-top: 15px;
  display: block;
}
.restrictionDetailsStaticText {
  padding-top: 15px;
  display: block;
  font-size: 14px;  
  line-height: 18px;
  color: #AE2573;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
}

/* Reference section */
#formulary-information h3.References {
  display: none;
}

#formulary-information h3.Reference {
  display: block;
}

#formulary-information .formulary-information.ref-section {
  display: block;
}

#formulary-information #bottom-section-moa{
  margin-top: 50px;
}

.pvhRestrictionDetails img, .menuTab {
  cursor: pointer;
}

#formulary-information #reference-section{
  display: block;
}

@media screen and (max-width: 1200px) {
  #initForm {
    padding-left: 15px;
    padding-right: 15px;
  }
  #planDataWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  #tabContainer .menuTab{
    width: 33%;
  }
  .trRow td{
    line-height: 20px;
    padding: 10px 6px;    
  }
  .trRow td:nth-child(3), .trRow td:nth-child(4) {
    padding-right: 40px;
  }
  .trRow td:last-child {
    padding-right: 0;
  }
  .trRow td span.indicatorImages {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}

@media screen and (max-width: 991px) {
.AsthmaSite#formulary-information #reference-section .content-container h3.Reference{
  padding-top:17px;
}
  #formulary-information-banner {
    background-image: url(/content/dam/intelligentcontent/brands/fasenra-hcp/en/images/phase3/mobile/formulary-information/formulary-info-banner-img.jpg);
    background-size: 100% 100%;
    height: calc(100vw* 0.1333333333);
  }
  .formulary-banner {
    padding-top: 30px;
  }
  .formulary-banner p{
    color: #AE2573;
    padding-bottom: 4px;
  }
  

  .formulary-banner h1{
    color: #AE2573;
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
    margin-bottom: 0;
  }
  .formulary-head{
    text-align: center;
    padding-top: 10px;
  }
  #formulary-information .formulary-head h2{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    padding-right: 30px;
  }
  
  #formulary-information .formulary-banner p{
  font-size: 17px;
  line-height: 17px;
  }

  #formulary-information .formulary-head p {
    text-align: left;
  }

  #initForm{
    padding-left: 15px;
    padding-right: 15px;
  }
  #planDataWrapper{
    padding-left: 15px;
    padding-right: 15px;
  }
  .MessageContainer {
    font-size: 32px;
    line-height: 32px;
  }
  .finder-search {
    flex-direction: column;
  }
  .npi-number {
    margin-left: 0;
    margin-top: 30px;
  }
  #zipSearchBoxContainer input,#npiSearchBoxContainer input{
    width: 220px;
  }
  #zipSearchButtonContainer input,#npiSearchButtonContainer input{
    margin-left: 15px;
  }
  #planDataWrapper hr{
    margin: 35px 0;
  }
  #tabContainer .menuTab{
    font-size: 14px;
    line-height: 20px;
    padding: 15px 5px;
    width: 33%;
  }
  .thead td{
    font-size: 16px;
    line-height: 18px;
    padding: 16px 10px;
  }
  .trRow td {
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
  }
  .trRow td span.indicatorImages {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .trRow td span.indicatorImages img {
    padding: 0 4px;
  }
  .trRow td span.indicatorImages img:last-child {
    padding-left: 0;
  }
  .trRow td:last-child {
    padding-right: 0;
  }
  #tabContentContainer {
    overflow-x: scroll;
  } 
  .finder-footnote-reference {
    margin: 35px 0 35px;
  }
  .finder-footnote-reference h3 {
    font-size: 16px;
    line-height: 17px;
  }
  .finder-footnote-reference p {
    font-size: 12px;
    line-height: 14px;
    word-break: break-word;
  }
  .finder-footnote h5{
    font-size: 14px;
    line-height: 16px;
  }
  .finder-footnote p{
    font-size: 12px;
    line-height: 14px;
  }
  .finder-footnote .finder-cost p {
    font-size: 14px;
    line-height: 16px;
  }
  .finder-footnote .finder-market p {
    font-size: 12px;
    line-height: 14px;
  }
  .finder-footnote {
    margin: 0 0 20px;
  }
  #formulary-information .formula-finder-cta .cta-test{
    width: 90% !important;
  }
  #formulary-information .formula-finder-cta .cta-test:hover .cta-wrapper{
    width: 100%;
  }
  #formulary-information .formula-finder-cta .cta-wrapper:after {
    left: 85% !important;
  }
  #formulary-information .formula-finder-cta img.chevron {
    padding-left: 20px;
    position: absolute;
    top: 35%;
    right: 6%;
  }
  #formulary-information .formula-finder-cta .white-chevron {
    right: 6%;
  }
 
  #formulary-information .formula-finder-cta .cta-wrapper{
    margin-bottom: 0; width: 100%;
  }
  .finder-footnote .content-center{
    padding-left: 0;
    padding-right: 0;
  }
  #formulary-information .formula-finder-cta
  {
    margin-top: -90px !important;
  }
  .restrictionDetailsData{
    font-size: 16px;
    line-height: 20px;
  }
  .restrictionDetailsStaticText{
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 677px) {
  .trRow td:nth-child(3), .trRow td:nth-child(4) {
    padding-right: 50px;
  }
}

@media screen and (max-width: 599px) {
  #formulary-information .formula-finder-cta .cta-test 
  {
    width: 100% !important;
  }
  #formulary-information .formula-finder-cta .cta-wrapper .toggle-state
  {
    max-width: 66%;
  } 
}

@media screen and (max-width: 414px) {  
  #zipSearchButtonContainer input, #npiSearchButtonContainer input {
    margin-left: 10px;
  }
}

@media screen and (max-width: 375px) {
  #zipSearchBoxContainer input, #npiSearchBoxContainer input {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  #zipSearchBoxContainer{
    width: 100%;
    display: block;
  }
  #npiSearchBoxContainer{
    width: 100%;
    display: block;
  }
  #zipSearchButtonContainer input, 
  #npiSearchButtonContainer input {
    margin-left: 0;
    margin-top: 10px;
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  #formulary-information img.ocs-reduction-icon {
      min-height: 64px;
    }
}



/*New Formulary Requirment*/

#formulary-information #footer .footer-meta-info .speciality {
  display: inline-block;
}

div#footNoteContainer {
  max-width: 1160px;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 0px;
  display:block!important;
}
.footnotePlanTableBelow div {
  margin: 0px 0 3px;
  font-size: 16px;
  line-height: 18px;
  color: #333F48;
  font-size: 14px;
  line-height: 18px;
}
span.black_bold {
  margin: 10px 0 10px;
  font-size: 14px;
  line-height: 18px;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  color: #333F48;
}
.footnotePlanTableBelow div{
  font-family: "myriad-pro", sans-serif; font-weight: 400; font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333F48;
  position: relative;
}
.footnotePlanTableBelow div:first-child{
  font-size: 16px;
  line-height: 18px;
}
.footnotePlanTableBelow div span.black_bold {
  margin: 10px 0 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  color: #333F48;
  display: block;
}
.footnotePlanTableBelow div span.black_bold img{
  vertical-align: middle;
}
.footnotePlanTableBelow {
  margin-bottom: 35px;
  margin-top: 40px;
}
#footnoteWrapper_6 span#staticText,
#footnoteWrapper_7 span#staticText,
#footnoteWrapper_8 span#staticText{
  font-size: 18px;
  line-height: 19px;
  font-family: "myriad-pro", sans-serif; font-weight: 700; font-style: normal;
  text-transform: uppercase;
  color: #AE2573;
  margin-top: 0px;
  margin-bottom: 8px;
  display: block;
}
.footnoteTemplateEnd div{
  font-family: 'Myriad-pro';
  font-size: 14px;
  line-height: 18px;
}
.footnoteTemplateEnd {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  #footnoteWrapper_6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footnoteWrapper_7,
  #footnoteWrapper_8{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footnotePlanTableBelow div{
    font-size: 12px;
    line-height: 14px;
  }
  .footnotePlanTableBelow div:first-child {
    font-size: 14px;
    line-height: 16px;
  }
  .footnotePlanTableBelow div span.black_bold{
    font-size: 14px;
    line-height: 16px;
  }
  #footnoteWrapper_6 span#staticText {
    font-size: 16px;
    line-height: 17px;
  }
  .footnoteTemplateEnd div {
    font-size: 12px;
    line-height: 14px;
    word-break: break-word;
  }  
}
