/*@import url('https://fonts.amgen.com/s/opensans/v34/stylesheet.css');*/
@import url("https://fonts.amgen.com/s/Roboto/v2.138/stylesheet.css");
@import url("https://fonts.amgen.com/s/material-fonts/v190/symbols/stylesheet.css");
@import url("https://fonts.amgen.com/s/material-fonts/v190/icons/stylesheet.css");

/*@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.amgen.com/s/opensans/v34/OpenSans-SemiBold.woff2') format('woff2'),
        url('https://fonts.amgen.com/s/opensans/v34/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.amgen.com/s/opensans/v34/OpenSans-Regular.woff2') format('woff2'),
        url('https://fonts.amgen.com/s/opensans/v34/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.amgen.com/s/opensans/v34/OpenSans-Bold.woff2') format('woff2'),
        url('https://fonts.amgen.com/s/opensans/v34/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

/*body{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
    height: auto;
}
strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
a {
    color: #0063c3;
    text-decoration: none;
}
p{
	font-size: 14px;
    line-height: 1.43;
    margin-bottom: 18px;
	font-family: 'Open Sans', sans-serif;
}
sup {
    font-size: 65%;
    position: relative;
    top: 1.4px;
}
.mb-0{
	margin-bottom: 0;
}
#home-banner {
    max-width: 100%;
    padding: 0;
    background-image: url('/~/media/Themes/Amgen/Pavblu-01082024/Pavblu-01082024/images/Home-page/home-banner');
    background-size: cover;
    min-height: 700px;
    background-position-x: right;
}
#home-banner > .component-content {
    max-width: 1000px;
    margin: 0 auto;
}
#now-approved {
    max-width: 1000px;
    margin: auto 0;
}
#now-approved > .component-content {
    padding-top: 45px;
}
#now-approved p {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 10px 32px;
    color: #ffffff;
}
#home-banner .row{
    transform: translateY(110px);
}
#home-banner .col-lg-4 {
    padding: 0;
}
#home-banner .row #right-col-sec p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.44;
}
#right-col-sec {
    padding-left: 30px;
    max-width: 630px;
}
#right-col-sec ul {
    list-style: disc;
    margin: 15px 0 15px 32px;
}
#right-col-sec ul li {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
	font-family: 'Open Sans';
}
#link-list-sec ul {
    /* display: flex;
    justify-content: flex-start;
    gap: 50px; 
    margin: 0 0px 0 22px;
}
.mob-btn{
    display: none;
}
#left-col-img a {
    pointer-events: none;
}
#left-col-img img {
    max-width: 341px;
    height: auto;
	padding-top: 5px;
}
#link-list-sec {
    margin-top: 74px;
	padding-left: 10px;
}
#link-list-sec li a {
    border-radius: 4px;
    border: solid 1px #fff;
    background-color: #fff;
    padding: 15px 70px 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.25;
    position: relative;
	color: #0072ce;
	font-family: 'Open Sans', sans-serif;
}
#link-list-sec li a::after{
    content: "";
    background: url("/-/media/Themes/Amgen/Pavblu-01082024/Pavblu-01082024/images/Home-page/Keyboard arrow right.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0072ce;
    padding: 34px;
}
#link-list-sec li.first a {
    width: 295px;
}
#link-list-sec li.last a {
    width: 285px;
}
.link-list {
	display: none;
}
#link-list-sec li sup {
    top: 1px;
}

/*footer*/
/*#footer {
    background-color: #e1e1e1;
}
.quantum-footer__inner {
	max-width: 1220px;
    margin: 0 auto;
    padding: 35px 0px 0px;
}
.quantum-footer__links-row {
    border-bottom: 1px solid #000;
    line-height: 1;
    max-width: 848px;
    margin: 0 auto;
    position: relative;
    top: -51px;
    padding-bottom: 2.4rem;
    left: -25px;
    margin-top: 25px;
}
.logo-container {
    position: relative;
    top: -81px;
    padding: 0;
    text-align: center;
}
.copy-container {
    padding: 0;
    line-height: 1;
    text-align: left;
    font-weight: 600;
}
.quantum-footer__links-row a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    position: relative;
    margin-right: 24px;
	font-family: 'Open Sans', sans-serif;
}
.quantum-footer__links-row a.contact-link {
    padding-left: 5px;
}
.quantum-footer__links-row a::after {
	content: '|';
    position: absolute;
    top: 2px;
    right: -13px;
}
.quantum-footer__links-row a.medinfo-link::after {
    display: none;
}
.footer-bottom {
    max-width: 995px;
    margin: 0 auto;
    position: relative;
    top: -35px;
    left: 50px;
	padding-top: 10px;
}
.quantum-footer__logo-social-row .quantum-icon {
    display: none;
}
.quantum-footer__legal-row {
    display: none;
}
.quantum-footer__logo-social-row {
    width: 97px;
}

/*ISI*/
/*#closesFullIsi {
    display: none;
}
#IsiBottomTray {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: all ease .2s;
    z-index: 9;
    padding-top: 20px;
}
#opensFullIsi svg {
    display: none;
}
#opensFullIsi {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    color: #0064ac;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
	position: relative;
}
#opensFullIsi::before {
    content: '\e147';
    position: absolute;
    left: -9px;
    top: 3px;
    display: block;
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
}
#fullIsi {
    max-width: 995px;
    margin: 0 auto;
	padding: 25px 0 41px;
}
.quantum-isi-tray.quantum-isi-tray--closed {
    max-width: 995px;
    margin: 0 auto;
}
#fullIsi h4 {
    font-size: 18px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
    color: #0064ac;
    text-transform: uppercase;
    margin-bottom: 15px;
	text-decoration: underline;
    text-decoration-thickness: 0px;
	line-height: 1.44;
}
#fullIsi h5 {
    color: #0064ac;
    line-height: 1.44;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
#fullIsi ul li {
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 1.43;
    margin-bottom: 18px;
}
#fullIsi ul {
    list-style-type: disc;
    padding-left: 22px;
}
#fullIsi ul li::marker {
    font-size: 12px;
}
.demo-shell--hide-fixed-bottom .demo-shell__fixed-bottom {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    display: none;
}
#fullIsi a {
    text-decoration: underline;
    text-decoration-thickness: 0px;;
}
.desktop-hide {
    display: none;
}
#fullIsi a.tel-link {
    color: #000;
    text-decoration: none;
}
#banner-note p {
    font-size: 11.5px;
    color: #ffffff;
    margin-left: -50px;
}
@media screen and (max-width: 1240px) {
	.quantum-footer__inner{
		padding: 35px 15px 0px;
	}
}

@media screen and (max-width: 1160px) {
	.quantum-footer__links-row{
		left: 0;
	}
	.footer-bottom{
		left: 5px;
		max-width: 855px;
	}
    #banner-note p {
        margin-left: 10px;
    }
    #home-banner {
        min-height: 730px;
    }

}

@media screen and (min-width:1025px) and (max-width: 1100px)  {
	.quantum-footer__links-row{
		left: 25px;
		max-width: 785px;
	}
	.footer-bottom{
		left: 30px;
        max-width: 785px;
	}
}

@media screen and (min-width:992px) and (max-width: 1024px) {
	#home-banner > .component-content{
		padding: 0 15px;
	}
	#link-list-sec ul{
		gap: 40px;
	}
	#fullIsi{
		padding: 25px 15px 41px;
	}
	#IsiBottomTray{
		padding: 20px 20px 0;
	}
	.quantum-footer__links-row{
		left: 45px;
		max-width: 785px;
	}
	.footer-bottom{
		max-width: 800px;
		left: 55px;
	}
}
#banner-note {
    transform: translateY(195px);
}

#banner-note p.indicated {
    margin-bottom: 0;
}
#banner-note p.commercially {
    margin-bottom: 10px;
	padding-left: 4px;
    margin-top: 5px;
}
.references {
    padding-top: 30px;
}
.references p {
    margin: 0;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
	#home-banner .row {
    	transform: translateY(10px);
	}
	#home-banner{
		height: 950px;
        background-position: center;
		background-image: url("/~/media/Themes/Amgen/Pavblu-01082024/Pavblu-01082024/images/Home-page/home-banner-mobile");
	}
	#home-banner .col-lg-8{
		padding: 0;
	}
	#now-approved{
		text-align: center;
	}
	#now-approved > .component-content {
    	padding-top: 20px;
	}
	#now-approved p{
		width: 347px;
	}
	#left-col-img {
    	text-align: center;
		margin: 35px 0;
	}
	#left-col-img img{
		max-width: 370px;
	}
	#right-col-sec {
    	max-width: 100%;
    	margin: 0 auto;
    	padding: 20px 30px 0;
	}
	#link-list-sec{
		padding: 0;
        max-width: 295px;
        margin: 50px auto 0;
	}
	#link-list-sec .component-content {
    	max-width: 295px;
    	margin: 0 auto;
	}
	#link-list-sec ul {
		gap: 15px;
		flex-direction: column;
		list-style: none;
        margin: 0 0px 0 -8px;
	}
	#link-list-sec li.last a {
    	width: 295px;
	}
	#fullIsi{
		padding: 40px 20px;
	}
	#fullIsi h4{
		margin-bottom: 25px;
	}
	#fullIsi h5{
		margin-bottom: 15px;
	}
	#IsiBottomTray{
		padding: 15px 20px 0;
	}
	#opensFullIsi{
		top: -20px;
	}
	.quantum-footer__logo-social-row {
    	width: 97px;
    	position: static;
    	margin: 0 auto;
		order: 3;
	}
	.quantum-footer__links-row{
		margin-top: 0;
		padding-bottom: 10px;
        order: 1;
        position: static;
		text-align: center;
        display: flex;
        flex-direction: column;
		border-bottom: none;
	}
	.quantum-footer__links-row a{
		width: fit-content;
    	display: inline-block;
		text-align: center;
        margin: 0 auto 30px;
	}
	.quantum-footer__legal-row {
		display: block;
		border-bottom: 1px solid #000;
		order: 2;
		width: 70%;
		margin: 0 auto 20px;
	}
	.quantum-footer__links-row a::after{
		display: none;
	}
	.footer-bottom{
        max-width: 100%;
        padding-top: 20px;
        order: 4;
        position: static;
	}
	.copy-container{
		text-align: center;
	}
	.copy-container p {
    	line-height: 1.6;
		margin-bottom: 0;
	}
	.quantum-footer__inner{
		padding: 15px 30px 30px;
        display: flex;
        flex-direction: column;
	}
	.desktop-hide {
    	display: block;
	}
	.quantum-footer__links-row a.contact-link {
    	padding-left: 0;
	}
    #banner-note {
        transform: unset;
    }
    #banner-note p {
        padding: 30px 30px 0;
        text-indent: -4px;
        margin-left: 0;
    }
	#banner-note p.commercially {
		padding-top: 5px;
        padding-left: 34px;
	}
}

@media screen and (max-width: 767px) {
	#left-col-img img {
        max-width: 241px;
    }
	#home-banner{
		height: 780px;
	}
	#left-col-img{
		margin: 0;
	}
	#link-list-sec{
		margin: 35px auto 0;
        max-width: 315px;
	}
	.quantum-footer__legal-row{
		width: 100%;
	}
    #banner-note {
        transform: unset;
    }
    #banner-note p {
        padding: 50px 30px 0;
        text-indent: -4px;
    }
    .mob-btn{
        display: block;
    }
    .desk-btn{
        display: none;
    }
    #home-banner .row #right-col-sec p {
        font-size: 16px;
    }
    #banner-note p {
        font-size: 10px;
    }   
    #right-col-sec {
        padding: 20px 35px 0;
    }
}

@media screen and (max-width: 380px) {
    #home-banner {
        height: 830px;
    }
}*/

/*new styles*/
a {
  color: #0063c3;
}
.header-nav #background-banner {
  height: 40px;
  background-image: linear-gradient(to right, #0063c3, #00bce4);
  max-width: 100%;
}
.header-nav .image {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
#hero-container > .component-content {
  max-width: 976px;
  margin: 0 auto;
}
#hero-container {
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/-/media/DCE0404928FE4D2F9BFCFBDD1927CA8D.ashx);
  min-height: 480px;
  max-width: 1280px;
  margin-bottom: 25px;
}
#hero-container .image img {
  max-width: 100%;
}
#hero-container #banner-content {
  max-width: 541px;
  padding-top: 60px;
}
#hero-container .image {
  display: none;
}
#hero-container #banner-content .banner-left-content h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.33;
  color: #0063c3;
  font-family: "Roboto-Bold";
  margin-bottom: 5px;
}
#hero-container #banner-content .banner-left-content h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  color: #001830;
  font-family: "Roboto-Medium";
  margin-bottom: 30px;
}
#hero-container #banner-content .banner-left-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #001830;
  font-family: "Roboto-Medium";
  padding-right: 15px;
  margin-bottom: 25px;
}
#hero-container #banner-content .banner-left-content p.footnote {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-family: "Roboto-Italic";
  padding-right: 0;
}
#hero-container #banner-content .banner-left-content p.footnote sup {
  font-family: "Roboto-Regular";
  font-style: normal;
}
sup {
  font-size: 60%;
  position: relative;
  top: 0.4px;
}
#tab-menu-container {
  padding: 0;
}
#jumplink-list {
  padding: 0;
  max-width: 976px;
  margin: 0 auto;
}
#jumplink-list.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
#jumplink-list ul {
  display: flex;
  justify-content: space-between;
}
#jumplink-list li a {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #f3f5f7;
  width: 322px;
  display: block;
  color: #0063c3;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
#jumplink-list li.active a {
  background-color: #0063c3;
  color: #fff;
  font-family: "Roboto-Bold";
  font-weight: bold;
}
#how-to-use-promo {
  padding-top: 60px;
  max-width: 976px;
  margin: 0 auto;
}
#how-to-use-promo .promo-text {
  display: flex;
  justify-content: space-between;
}
#how-to-use-promo .promo-text > div {
  box-shadow: 0 4px 16px 0 rgba(28, 30, 33, 0.12);
  background-color: #fff;
  width: 476px;
  padding: 16px;
}
#how-to-use-promo img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
#how-to-use-promo .promo-text h4 {
  font-family: "Roboto-Bold";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #0063c3;
  margin-top: 10px;
  margin-bottom: 8px;
}
#how-to-use-promo .promo-text ul {
  list-style: disc;
  padding-left: 25px;
}
#how-to-use-promo .promo-text ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  color: #333;
  font-family: "Roboto-Regular";
  padding-bottom: 5px;
}
#how-to-use-promo .promo-text p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 15px;
}
#how-to-use-promo .field-promolink a {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #0063c3;
  display: block;
  width: 169px;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto-Bold";
  transition: background-color 0.3s ease;
}
#how-to-use-promo .field-promolink a:hover {
  background-color: #469aeb;
}
#how-to-use-promo .field-promolink a:focus {
  outline: 1px solid #0063c3;
  outline-offset: 4px;
}
#FAQs {
  max-width: 776px;
  padding: 0;
}
#faq-text {
  font-family: "Roboto-Bold";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  color: #0063c3;
  padding-top: 30px;
}
#expand-collapse {
  text-align: right;
  margin-bottom: 5px;
}
#expand-collapse .field-link a {
  font-family: "Roboto-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0063c3;
  text-decoration: none;
  cursor: pointer;
}
#expand-collapse .field-link a.collapse-all {
  display: none;
}
.accordion li.item {
  box-shadow: 0 4px 16px 0 rgba(28, 30, 33, 0.12);
  background-color: #fff;
  margin-bottom: 4px;
}
.accordion .toggle-header {
  padding: 12px;
  position: relative;
  cursor: pointer;
}
.accordion li.item.active .toggle-header::after {
  content: "\eae6";
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion li.item .toggle-header::after {
  position: absolute;
  content: "\e313";
  font-family: "Material Icons";
  top: 50%;
  font-size: 25px;
  right: 12px;
  color: #0063c3;
  transform: translateY(-50%);
}
.accordion .toggle-header .field-heading {
  font-family: "Roboto-Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0063c3;
}
.accordion li.item .toggle-content {
  padding: 0 45px 12px 12px;
  display: none;
}
.accordion .toggle-content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  font-family: "Roboto-Regular";
}
.accordion .toggle-content ul {
  list-style: disc;
  padding-left: 27px;
}
.accordion .toggle-content ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  font-family: "Roboto-Regular";
  padding-bottom: 5px;
}
.accordion .toggle-content a {
  color: #0063c3;
}
.pb-0 {
  padding-bottom: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.accordion .toggle-content p.mb-16 {
  margin-bottom: 16px;
}
#Amgen-SupportPlus .quantum-cta {
  display: flex;
  max-width: 776px;
  margin: 0 auto;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 70px 0 60px;
}
#Amgen-SupportPlus .quantum-cta .support-heading {
  font-family: "Roboto-Bold";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #0063c3;
  margin-bottom: 10px;
}
#Amgen-SupportPlus .quantum-cta p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#Amgen-SupportPlus .quantum-cta .quantum-cta__text {
  max-width: 383px;
}
#footer {
  background-color: #0063c3;
}
#footer .column-splitter {
  max-width: 1280px;
  padding: 32px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#footer .column-splitter .col-4 {
  flex: 27%;
  max-width: 27%;
  padding: 0;
}
#footer .column-splitter .col-4 .image {
  padding: 0;
}
#footer .column-splitter .col-4 .image > .component-content {
  align-items: center;
  display: flex;
  gap: 20px;
}
#footer .column-splitter .col-4 .image .image-caption {
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
}
#footer .column-splitter .col-8 {
  padding: 0;
  max-width: 70%;
}
#footer .column-splitter .link-list {
  padding: 0;
}
#footer .column-splitter .link-list ul {
  display: flex;
  gap: 15px;
}
#footer .column-splitter .link-list ul a {
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}
.quantum-back-to-top .quantum-back-to-top__static-icon,
.quantum-back-to-top .quantum-button--icon-only {
  display: none;
}
.quantum-back-to-top .quantum-back-to-top__target {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 99;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #0063c3;
  background-color: #0063c3;
  width: 48px;
  height: 49px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 21px;
  font-family: "Roboto-Regular";
  text-decoration: none;
}
.quantum-back-to-top .quantum-back-to-top__label:before {
  position: absolute;
  content: "\eae6";
  font-family: "Material Icons";
  top: 5px;
  font-size: 20px;
  right: 0;
  color: #fff;
  left: 0;
  display: flex;
  justify-content: center;
}
#leaving-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  overflow: auto;
}
#leaving-popup .quantum-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 45px 52px;
  max-width: 576px;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(28, 30, 33, 0.12);
  border: solid 1px #0063c3;
}
#leaving-popup .quantum-modal__dialog h3 {
  font-family: "Roboto-Bold";
  font-size: 28px;
  font-weight: bold;
  line-height: 1.43;
  color: #0063c3;
  margin-bottom: 10px;
}
#leaving-popup .quantum-modal__dialog p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  font-family: "Roboto-Regular";
  margin-bottom: 20px;
}
#leaving-popup .quantum-modal__dialog .btn-ok-cancel {
  display: flex;
  gap: 20px;
}
#leaving-popup .quantum-modal__dialog .btn-ok-cancel a {
  padding: 13px 25px;
  border-radius: 4px;
  border: solid 1px #0063c3;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #0063c3;
  font-family: "Roboto-Regular";
}
#leaving-popup .quantum-modal__dialog .btn-ok-cancel a.btn-ok {
  background-color: #0063c3;
  color: #fff;
}
#leaving-popup .quantum-button.quantum-modal__close {
  position: absolute;
  top: 35px;
  right: 50px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background: url(/-/media/Themes/Amgen/Amgennow/Amgennow/images/Common/close-icon.svg);
  background-repeat: no-repeat;
  display: block;
}
#leaving-popup .quantum-button.quantum-modal__close .quantum-icon {
  display: none;
}

.error-page .error-section h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.33;
  color: #0063c3;
  font-family: "Roboto-Bold";
  margin-bottom: 5px;
  text-align: center;
}
.error-page .error-section {
  margin: 50px auto 0;
  max-width: 976px;
}
.error-page .error-section p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  color: #001830;
  font-family: "Roboto-Medium";
  margin-bottom: 20px;
  text-align: center;
}
.error-page #return-to-home a {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #0063c3;
  display: block;
  width: 169px;
  margin: 0 auto;
  margin-bottom: 90px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto-Bold";
  transition: background-color 0.3s ease;
}
.error-page #footer {
  margin-top: auto;
}
.error-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .header-nav #background-banner {
    height: 44px;
  }
  .header-nav .image {
    padding: 0 15px;
  }
  #hero-container {
    background-image: none;
  }
  #hero-container .image {
    display: block;
    padding: 0;
  }
  #hero-container .image a {
    pointer-events: none;
  }
  #hero-container .image img {
    height: auto;
    width: 100%;
  }
  #hero-container #banner-content {
    padding: 25px 15px 0;
    max-width: 100%;
  }
  #hero-container #banner-content .banner-left-content h1 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 13px;
  }
  #jumplinks {
    padding: 0;
    max-width: 100%;
  }
  #jumplink-list ul {
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(28, 30, 33, 0.12);
  }
  #jumplink-list li a {
    padding: 25px;
    background-color: #fff;
    width: 100%;
    position: relative;
    text-align: left;
    line-height: 1.5;
  }
  #jumplink-list.sticky li a {
    max-width: max-content;
  }
  #jumplink-list li a:after {
    position: absolute;
    content: "\e5db";
    font-family: "Material Icons";
    top: 45%;
    font-size: 21px;
    right: 16px;
    color: #0063c3;
    transform: translateY(-50%);
  }
  #jumplink-list.sticky ul li {
    display: none;
  }
  #jumplink-list.sticky ul li.active {
    display: block;
    position: relative;
    background-color: #0063c3;
  }
  #jumplink-list li.active a {
    border-radius: 0;
  }
  #jumplink-list.sticky ul li.active::after {
    right: 17px;
    content: "\e313";
    position: absolute;
    font-family: "Material Icons";
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
  }
  #jumplink-list.sticky ul.show li.active::after {
    display: none;
  }
  #jumplink-list.sticky ul.show li.item0:after {
    content: "\eae6";
    font-size: 22px;
    top: 30px;
    color: #0063c3;
    transform: translateY(-50%);
    font-size: 25px;
    position: absolute;
    right: 17px;
    font-family: "Material Icons";
  }
  #jumplink-list.sticky ul.show li.active.item0:after {
    content: "\eae6";
    font-size: 22px;
    top: 30px;
    display: block;
    color: #fff;
  }
  #jumplink-list.sticky ul.show li {
    display: block;
  }
  #jumplink-list.sticky ul.show li a:after {
    display: none;
  }
  #how-to-use-promo {
    padding-top: 50px;
  }
  #how-to-use-promo .promo-text {
    flex-direction: column;
    gap: 12px;
  }
  #how-to-use-promo .promo-text > div {
    max-width: 100%;
    width: 100%;
  }
  #how-to-use-promo .promo-text h4 {
    margin-top: 24px;
  }
  #how-to-use-promo .field-promolink a {
    margin-top: 40px;
  }
  #FAQs {
    max-width: 100%;
    padding: 0 15px;
  }
  #faq-text {
    font-size: 24px;
    padding-top: 40px;
  }
  .accordion .toggle-header {
    padding-right: 45px;
  }
  #Amgen-SupportPlus {
    padding: 50px 15px 60px;
  }
  #Amgen-SupportPlus .quantum-cta {
    flex-direction: column-reverse;
    padding: 0;
    gap: 32px;
  }
  #Amgen-SupportPlus .quantum-cta .support-heading {
    font-size: 24px;
  }
  #Amgen-SupportPlus .quantum-cta .quantum-cta__image-wrap {
    margin: 0 auto;
  }
  #footer .column-splitter {
    flex-direction: column;
    padding: 32px 15px;
    gap: 32px;
  }
  #footer .column-splitter .col-4,
  #footer .column-splitter .col-8 {
    flex: 100%;
    max-width: 100%;
  }
  #footer .column-splitter .link-list ul {
    flex-direction: column;
  }
  #leaving-popup .quantum-modal__dialog {
    max-width: 100%;
    width: 90%;
    padding: 45px 24px 34px;
  }
  #leaving-popup .quantum-modal__dialog h3 {
    font-size: 24px;
  }
  #leaving-popup .quantum-modal__dialog .btn-ok-cancel a {
    max-width: 114px;
  }
  #leaving-popup .quantum-button.quantum-modal__close {
    top: 24px;
    right: 24px;
  }
  .error-page .error-section {
    max-width: 100%;
    padding: 0 15px;
  }
  .error-page .error-section h1 {
    font-size: 40px;
  }
  #jumplink-list.sticky li a:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #leaving-popup .quantum-modal__dialog .btn-ok-cancel {
    flex-direction: column;
  }
}
