@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  margin: 0px;
  padding: 0px;
  font-family: 'open sans', sans-serif;
  position:relative;
  top:auto;
  padding: 0;
  margin: 0;
  right: 0;
  left: 0;
  width: 100%;
  line-height: 1.3;
}
* {
  box-sizing: border-box
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  font-size: 67%
}
sup {
  top: -0.5em
}
.ie sup, .edge sup {
  top: -0.7em
}
sub {
  top: .5em
}
a {
  text-decoration: none;
  color: #003d7e;
  cursor: pointer
}
a:focus {
  outline: none
}
a[href^=tel] {
   color:#003d7e;
	text-decoration: underline;
}
.text-nowrap {    
	white-space: nowrap;
}
.main-logo a{
	display: inline-block;
}
.footer-link ul {
    display: flex;
    gap: 10px;
    margin: 45px 0 0;
	max-width: 80%;
	justify-content: space-between;
}
.footer-link ul li a{
	color:#fff;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	text-decoration:underline;
}
.footer-link ul li a.sitemap{
	padding:0;
	background: transparent;
}
.footer-isi-visible .isi-footer .container, #block-footertnc {
  padding-left: 18px;
  padding-right: 18px;
}
footer .field-copyright-content p{
font-size:13px;
color:#fff;
font-weight: 400;
}
footer .field-copyright-content p:first-child{
	padding-bottom: 20px;
}
.bannerWithImg {
  background-color: #738491
}
.bannerWithoutImg {
  background: #f2f2f2
}
.banner-wrapper {
  position: relative;
  height: 100%;
  max-width: 90%;
  width: 100%;
  margin: 0 auto
}
.banner-wrapper .banner-content {
  padding-top: 110px;
  padding-bottom: 55px
}



.fm_hp_banner_main {
  position: relative;
}
.fm_hp_banner_mobile {
  display: none
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_mobile {
    display: block
  }
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_desk {
    display: none
  }
}
.fm_hp_banner img {
  display: block;
  width: 100%;
  height: auto
}

.fm_hp_banner_content {
  color: #fff;
  display: block
}

.fm_hp_banner_content h1 {
  font-stretch: normal;
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: .2px;
  color:#003E7E;
}
.fm_hp_banner_content h1 span.title{
  font-weight: 700;
  font-size: 13px;
  line-height: 1.375;
  letter-spacing: .2px;
  margin-top: 0;
 color:#00000099;
 text-transform: uppercase;
 display: block;
   margin-bottom: 10px;
}
.fm_hp_banner_content h1 > span.regular {
	font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  color:#003E7E;
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_content h1 {
    font-size: 18px;
    max-width: 235px
  }
}
@media only screen and (min-width:768px)and (max-width:991px) {
  .fm_hp_banner_content h1 {
    font-size: 24px;
    max-width: 315px
  }
}

@media only screen and (max-width:991px) {
  .fm_hp_banner_content p {
    font-size: 18px;
    margin-top: 0;
    width: 100%;
    color: #003d7e
  }
}
.fm_hp_banner_content h2 span {
  color: #fff;
  font-size: 13px;
  font-weight: inherit
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_content p span {
    font-size: 12px;
    color: #003d7e;
    font-weight: 400
  }
}
.fm_hp_banner_content a {
  font-family: open sans, sans-serif;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  background-color: #003d7e;
  color: #fff;
  font-size: 24px;
  padding: 20px 25px;
  margin-top: 37px;
  display: inline-block;
  border: 1px solid;
  color: #fff;
  background-color: #003d7e;
  border-color: #003d7e;
  transition: color .2s ease-in-out, background-color .2s ease-in-out
}
.fm_hp_banner_content a:hover, .fm_hp_banner_content a:focus {
  color: #003d7e;
  background-color: #fff
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_content a {
    width: 100%;
    font-size: 19px;
    margin-top: 30px;
    padding: 22.5px 15px
  }
}
.fm_hp_banner_content.fm_hp_banner_content_desktop {
  position: absolute;
  padding-top: 0;
    top: 160px;
  left: 350px;
  right: 0;
  text-align: center;
}
.banner-wrapper .field-disclaimer-text {
position: absolute;
    left: 280px;
    bottom: 35px;
    width: 400px;
	margin-left:0;
	z-index:3;
	}
	
	.fm_hp_banner_content.fm_hp_banner_content_desktop {
    position: absolute;
    width: 70%;
    border-top-right-radius: 55px;
     border-bottom-right-radius: 55px;
    padding: 60px;
    background: white;
    z-index: -1;
}

.fm_hp_banner_content.fm_hp_banner_content_desktop::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px; /* border thickness */
    background: linear-gradient(261.4deg, #DB7C00 5.13%, rgba(219, 124, 0, 0) 95.47%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}

@media only screen and (max-width:991px) {
  .fm_hp_banner_content.fm_hp_banner_content_desktop {
    padding-top: 0;
    transform: translateY(-50%)
  }
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_content.fm_hp_banner_content_desktop p, .fm_hp_banner_content.fm_hp_banner_content_desktop a {
    display: none
  }
}
.fm_hp_banner_content.fm_hp_banner_content_mobile {
  display: none
}
@media only screen and (max-width:991px) {
  .fm_hp_banner_content.fm_hp_banner_content_mobile {
    display: block;
    text-align: center;
    padding: 19px 15px 15px;
    background: #f2f5f7
  }
  .fm_hp_banner_content.fm_hp_banner_content_mobile h1 {
    display: none
  }
  .fm_hp_banner_content.fm_hp_banner_content_mobile p {
    font-weight: 400
  }
}
.fm-hp-ttyd-main {
  display: flex;
    flex-wrap: wrap;
    padding-bottom: 45px;
    margin-top: 0;
    position: relative;
    justify-content: space-between;
	max-width: 90%;
	padding:30px 0;
	margin: 0 auto;
}
@media only screen and (max-width:991px) {
  .fm-hp-ttyd-main {
    margin-top: 0;
    padding: 60px 0
  }
}
@media only screen and (min-width:768px)and (max-width:991px) {
  .fm-hp-ttyd-main {
    padding: 30px 0
  }
}
.fm-hp-ttyd-thumb {
  width: 32.5%;
    max-width: 32.5%;
    text-align: center;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 2px solid #003e7e;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2) 55.63%,
      rgba(0, 62, 126, 0.2) 144.73%
    ) border-box;
    border-radius: 20px;
    padding: 30px 30px 20px 30px;
    text-align: left;
	position: relative;
}
.fm-hp-ttyd-thumb .cta-field {
    position: absolute;
    right: 30px;
    width: 41px;
    height: 41px;
    background: #7A003C;
    border-radius: 50px;
    bottom: 30px;
	}

.fm-hp-ttyd-thumb .cta-field-link {
    background: #7A003C;
    width: 41px;
    height: 41px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    line-height: 1;
	position: absolute;
    right: 30px;
    bottom: 15px;
	}
.fm-hp-ttyd-thumb .cta-field-link img {
  position: relative;
    left: 2px;
}
#about-three-column {
background:#003E7E;
position: relative;
}
#about-three-column:before{
	position: absolute;
    background-color: #fff;
    width: 100%;
    content: '';
    top: 0px;
    height: 100px;
    left: 0px;
}
.fm-hp-ttyd-thumb .image-with-text h3 {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
  margin-left: 10px;
  color: #DB7C00;
  display: inline-block;
  position: relative;
  }
.fm-hp-ttyd-thumb .image-with-text{
	  padding-bottom:10px;
  border-bottom:1px solid #DB7C00;
      display: flex;
    align-items: flex-start;
}
.fm-hp-ttyd-thumb .image-with-text img{
width: 20px;
height: 25px;	
}
.fm-hp-ttyd-thumb:first-child .image-with-text img {
    width: 15px;
    height: 24px;
}
.fm-hp-ttyd-thumb:last-child .image-with-text img {
    width: 17px;
    height: 25px;
}


.fm-hp-ttyd-thumb p {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin: 15px 0 20px;
  color: #000;
  min-height:80px;
  padding-bottom: 25px;
}


.fm_hp_banner_content.fm_hp_banner_content_mobile {
  display: none
}

.basic-block-wrapper p{
    font-size: 16px;
    color: #485967;
    font-family: open sans, sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 400;
	line-height:normal;
}
.basic-block-wrapper p strong{
font-weight:bold;
}

.sitemap-section {
  border-top: 20px solid #e4eaef;
  border-bottom: 20px solid #e4eaef;
  padding: 25px 0 80px
}
@media only screen and (max-width:991px) {
  .sitemap-section {
    border: none;
    padding: 0 0 35px
  }
}
.sitemap-section .content-wrapper > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 665px
}
@media only screen and (max-width:991px) {
  .sitemap-section .content-wrapper > div {
    max-width: none
  }
}


footer .component.plain-html{
	width:100%;
}
.isi-footer .container {
  max-width: 90%;
}
.isi-footer .component-content > .container > .row > .col24-md-24 {
  padding: 30px 5px 10px 30px;
}
.footer-isi-visible .isi-footer .component-content > .container > .row > .col24-md-24{
	padding: 30px 0 10px;
}
.isi-footer .isi-content > .isi-full-section {
    position: relative;
}
.isi-footer {
  position: fixed;
  bottom: -10px;
  height: 120px;
  z-index: 100;
  transition: height 0.5s;
}
.footer-isi-visible .isi-footer .container > .row{
	border: none;
	box-shadow: none;
	padding-left: 9px;
	padding-right: 9px;
}
.isi-footer.scrolled {
  margin-bottom: 50px;
  }
.footer-isi-visible .isi-footer, .isi-footer.scrolled {
  position: relative;
  bottom: auto;
  height: auto !important;
  z-index: 1;
}
.footer-isi-visible .isi-footer .plus-icon {
  display: none;
}
.component.footer{
width:100%;
background:#003E7E;
color:#fff;
padding: 30px 0;
}

.isi-footer .isi-content{
	max-width: 100%;
	justify-content:space-between;
	display: flex;
	position: relative;
	padding-right: 25px;
	/*overflow-y: auto;*/
}
.footer-isi-visible .isi-footer .isi-content{
	overflow: auto !important;
	padding-right:0;
	touch-action: auto !important;
	outline: none !important;
}
.footer-isi-visible .isi-footer .isi-heading{
	padding-right: 0;
}
.isi-footer .isi-heading {
	padding-right: 30px;
}
.isi-footer .isi-heading-content .imp-safety {
	width: 75%;
}
.isi-footer .isi-content .footer-isi{
	max-width: 75%;
}
.isi-footer .isi-content .footer-tandc {
	max-width: 20%;
}	
.isi-footer .isi-heading-content .indecations{
	width: 20%;
}
.isi-expanded .isi-footer .isi-heading-content .indecations {
    max-width:21%;
}
.isi-footer.FooterSticky .isi-heading-content .indecations {
    text-align: right;
    padding-right: 25px;
}
.isi-footer.FooterSticky .isi-heading .indecations .plus-icon {
    font-size: 12px;
    position: relative;
    top: 0;
    right: 0;
}
.isi-footer.FooterSticky .container > .row > .col24-md-24 {
    padding-top: 20px;
}
.isi-footer.FooterSticky .isi-heading {
	padding-bottom: 10px;
}
.isi-expanded .isi-footer.FooterSticky .container > .row{
	padding-top: 10px;
	padding-bottom: 30px;
}
.isi-expanded .isi-footer.FooterSticky .isi-heading {
	padding-bottom: 0;
}
.plus-icon > span::before {
  background: url("/-/media/Project/Common/LyricaCom/Redesign Media/Home/plus-icon.png") no-repeat left top;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  cursor: pointer;
  position: absolute;
      top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.minus-icon > span::before {
  background: url("/-/media/Project/Common/LyricaCom/Redesign Media/Home/minus-icon.png") no-repeat left top;
  background-size: contain;
  top:12px;
}
.plus-icon > span,
.minus-icon > span {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: #003e7e;
  margin-right: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.scrollAdded header{
	z-index:9;
}
.nicescroll-rails {
  margin-top: -38px;
}
.nicescroll-cursors{
	right: 0;
}
.floatingISI .nicescroll-rails-vr {
    left: auto !important;
    right: 21px !important;
}
.nicescroll-rails.nicescroll-rails-vr {
    background: #E5EAEF !important;
    border-radius: 4px !important;
	border:1px solid #94AAC4 !important;
}
.isi-heading .isi-heading-content .row {
	display: flex;
	justify-content: space-between;
}
.isi-footer .container > .row {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background: #fff;
    border: 1px solid #94AAC4;
    border-bottom: 0;
    line-height: 1;
	box-shadow: 0px 0px 8px 0px #00000040;
}
footer .footer-isi-title, .footer-tandc-content h3, .isi-heading .imp-safety h3, .isi-heading .indecations h3{
    margin: 0px;
    color: #003d7e;
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: left;
}
.isi-heading .indecations {
	position: relative;
}
.isi-heading .indecations .plus-icon, .isi-expanded .isi-footer.FooterSticky .isi-heading .indecations .plus-icon{
	font-size: 12px;
	position: absolute;
	top: -22px;
    right: 0;
}
.isi-expanded .isi-footer{
	bottom: 0;
}
footer .footer-isi-content p, .footer-tandc-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0;
	padding-bottom: 12px;
}
.footer-isi-content p > a, .footer-isi-content p strong > a{
	text-decoration: underline;
}
.footer-tandc-content p:first-child{
	padding-top: 20px;
}
footer .footer-isi-content p > strong{
		font-weight: 700;
}
footer .footer_box p{
    font-size: 18px;
    color: #485967;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 400;
	margin:0px;
	padding-bottom:15px;
	line-height:22px;
}
footer .footer_box p a{
font-weight:bold;
}
footer .footer_box p strong{
font-weight:600;
}
footer .footer_box p span {
    color: #003d7e;
    /*font-weight: 550;*/
}
footer .footer_box h2 {
    color: #003d7e;
    font-size: 16px;
    margin-bottom: 0;
	letter-spacing:1px;
	font-family: arial, sans-serif,sans-serif;
	font-weight:700;
	padding-bottom:2px;
}
.social-icons ul {
	display: flex;
	margin-bottom: 25px;
}
.social-icons ul li {
	margin-right: 25px;
}

.row.component.column-splitter{
	margin:0px;
}
.row.component.column-splitter > .col24-xl-18{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding:0px;
}
.hero .fm_hp_banner {
	z-index:2;
	position: relative;
}
.component.hero img{
    width: 532px;
    height: auto;
}
.component.hero{
	width: 100%;
	background: #003e7e; 
	background: linear-gradient( 180deg, rgba(255, 255, 255, 0.2) 68.84%, rgba(0, 62, 126, 0.2) 100% );
}
.spinal-cord .component.hero img, .pain-after-shingles-menu .component.hero img {
	padding-top:30px;
}
.component.Content-Teaser,.component.content-detail{
	width:100%;
}

.fm_hp_banner_main .fm_hp_banner_content.fm_hp_banner_content_desktop{
	top: 50% !important;
    transform: translateY(-50%);
	background-color: #fff;
	z-index:1;
}


/*Not actual patient styles*/
.field-disclaimer-text p {
  font-size: 12px;
  position: absolute;
  color: #fff;
  font-weight: 400;
}
.pain-after-shingles-menu .field-disclaimer-text p,
.fibromylagia-page .field-disclaimer-text p{
	color:#000;
}
.main.fibromylagia-page #content, .main.pain-after-shingles-menu #content, .main.diabetic-nerve-menu #content, 
.main.partial-onset-seizures-menu #content, .main.spinal-cord #content{
	padding-bottom:0;
}
.mobile-footer-menu{
	display: none;
}
#inner-two-column {
padding: 30px 0 0;
}
#inner-full-column {
padding-top: 50px;
padding-bottom: 30px;
}
#inner-two-column h1, #inner-full-column h1 {
font-weight: 800;
font-size: 34px;
line-height: 47px;
color:#7A003C;
padding-bottom: 5px;
border-bottom: 2px solid #7a003c;
margin-bottom: 30px;
width: 100%;
}
#inner-two-column .row{
	justify-content: space-between;
}
#inner-two-column .left-section {
	max-width: 60%;
    flex: 0 0 60%;
}
#inner-two-column .right-section{
	max-width: 35%;
    flex: 0 0 35%;
}
#inner-two-column .right-section .field-image-copy img{
	width: 100%;
	height: auto;
}
#inner-two-column .left-section .field-body-copy ul, .tabs-container ul,
#important-consideration ul {
	margin-left: 15px;
}
#inner-two-column .left-section .field-body-copy ul li::before, .tabs-container ul li:before,
#important-consideration ul li:before, #serious-side-effects .field-body-copy ul li::before, 
.field-answer ul li::before, .dosing-component ul li:before  {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #DB7C00;
    border-radius: 100%;
    margin-bottom: 4px;
    top: 8px;
    position: absolute;
    left: -14px;
}
.field-answer ul li::before {
	top:10px;
}
#inner-two-column .field-name-text{
	    padding-top: 15px;
    font-size: 14px;
}
#inner-two-column .left-section .field-body-copy p, #inner-two-column .left-section .field-body-copy ul li, #inner-full-column .field-body-copy p, #inner-full-column .field-body-copy ul li{
font-weight: 400;
font-size: 16px;
line-height: 1.4;
letter-spacing: 0;
padding-bottom: 15px;
position: relative;
}
#inner-two-column .left-section .field-body-copy p > strong, #inner-two-column .left-section .field-body-copy ul li > strong, 
#inner-full-column .field-body-copy p > strong, #inner-full-column .field-body-copy ul li > strong {
  font-weight: 700;
}
#inner-two-column .left-section .field-body-copy p > strong.blue-text, #inner-two-column .left-section .field-body-copy ul li > strong.blue-text, 
#inner-full-column .field-body-copy p > strong.blue-text, #inner-full-column .field-body-copy ul li > strong.blue-text {
  color:#003E7E;
}
#inner-full-column .field-body-copy p a{
	text-decoration: underline;
}
#inner-full-column .field-body-copy p:first-of-type,
#inner-full-column .field-body-copy p:first-of-type a {
	font-size:18px;
}
/*
#inner-two-column .left-section .field-body-copy p > strong {
	color:#003E7E;
}*/
#inner-two-column .left-section .field-body-copy h2  {
   padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #003E7E;
    line-height: 100%;
	margin-top: 6px;
	}
	.tabs{
		max-width: 90%;
		margin: 20px auto 0; 
		width: 100%;
	}
	.tabs .tabs-heading{
		display: flex;
    max-width: 100%;
    position: relative;
    justify-content: space-between;

	}
	 .tabs .tabs-heading li {
	max-width: 100%;
    background-color:  #fff;
    padding: 12px 0;
    justify-content: center;
    display: inline-flex;
	width: 24.5%;
	border: 2px solid #003E7E;
	border-bottom:0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	cursor: pointer;
	}
	 .tabs .tabs-heading li.active{
		 background-color:  #003E7E;
	 }
	 .tabs .tabs-heading li.active a{
		 color:#fff;
	 }
	 .tabs .tabs-heading .field-heading {
		    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.tabs .tabs-heading .field-heading img.white-img{
	display: none;
}
 .tabs .tabs-heading li.active .field-heading img.blue-img {
	 display: none;
	 }
	  .tabs .tabs-heading li.active .field-heading img.white-img {
	 display: block;
	 }
	.tabs .tabs-heading li a {
		color: #003E7E;
    font-size: 16px;
    font-weight: 800;
	line-height: 1;
	}
	.tabs-container .tab{
		display: none;
	}
	.tabs-container .tab.active{
		display: block;
	}
	.tabs-container .tab.active .tabs-heading .field-heading img.active{
		display: block;
	}
	.tabs-container .tab.active .tabs-heading .field-heading img.active{
		display: block;
	}
	.tabs .tabs-heading .field-heading img {
		width: 30px;
       height: 20px;
		min-height: 25px;
    }
	.tabs-container .container{
		max-width: 100%;
		border:2px solid #003E7E;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;	
    padding-left: 0;
    padding-right: 0;		
	}
	.tabs-container .container > .row{
		margin-left: 0;
		margin-right: 0;
	}
	.tabs-container .container .field-body-copy{
		padding:40px 50px 10px;
		background-color:#fff;
	}
	.tabs-container ul li{
		line-height: 1.3;
		padding-bottom: 15px;
		/* color: #000; */
		font-size: 16px;
		font-weight: 400;
		position: relative;
	}
	.tabs-container .container .field-headline{
		width: 100%;
	}
	.tabs .tabs-heading li:first-child .field-heading img,
	.tabs .tabs-heading li.active:last-child .field-heading img	{
	    width: 35px;
    height: 25px;
	}
	.tabs-container .field-cta-button {
		padding: 18px 40px;
		max-width: 100%;
		background-color: #DB7C00;
		width: 100%;
		text-align: center;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;	
	}
	.tabs-container .field-cta-button a {
		color:#fff;
		font-size: 18px;
		font-weight: 700;
		text-decoration: underline;
	}
	.how-lyrica #inner-two-column .row{
		flex-direction: column;
	}
	.how-lyrica #inner-two-column .left-section{
		max-width: 100%;
		flex: 0 0 100%;		
	}
	.how-lyrica #inner-two-column .right-section{
		display: flex;
		margin-top: 5px;
	    justify-content: center;
		padding: 0 30px;
		max-width: 1400px;
		margin: 0 auto;
		gap: 200px;
	}
	.how-lyrica #inner-two-column .right-section .field-image-copy img,
		.how-lyrica #inner-two-column .right-section .field-image-mobile img{
		width: 440px;
		height: auto;
	}
	.how-lyrica #inner-two-column .right-section  .field-highlight-text {
	background: #003E7E;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 46%;
    transform: translate(-50%, 0);
	}
	.how-lyrica #inner-two-column .right-section  .field-highlight-text p {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    width: 190px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:1366px) {
	.fm-hp-ttyd-thumb h3{
		font-size: 18px;
	}
}

.dosing-component{
	border: 2px solid #DB7C00;
	padding: 20px 30px;
	border-radius: 20px;
	background-color: #fff;
}
.starting-lyrica-page #inner-full-column{
	padding-bottom: 10px;
}
.dosing-component .component-header {
    display: flex;
    align-items: center;
   border-bottom: 2px solid #DB7C00;
   padding-bottom: 10px;
}
.dosing-component .component-header h2 {
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	padding-left: 10px;
	color:#DB7C00;
}
.dosing-component .not-actual-size{
	text-align: center;
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	padding-bottom: 35px;
    padding-top: 25px;
}
.dosage-container {
	padding: 30px 0 10px;
}
.dosing-component .dosage-container > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.dosing-component .dosage-container .capsule{
	max-width: 23%;
	flex: 0 0 23%;
	display: flex;
	justify-content: center;
}
.dosing-component .capsule  {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
}
#starting-lyrica-capsules .capsule-icon {
	flex-direction: column;
	display: flex;
	justify-content: space-between;

}
.dosing-component .capsule .capsule-icon p{
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color:#003E7E;
	padding-top:15px;
}
.dosing-component p, .dosing-component ul li {
font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 10px;
	line-height: 1.3;
	position: relative;
	}
	.dosing-component ul{
		margin-left:15px;
	}
	.dosing-component p.small-text{
		font-size: 13px;
	}
	/*
	 .dosing-component ul li:before {
	content: "";
    width: 5px;
    height: 5px;
    background-color: #DB7C00;
    border-radius: 100%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
	}*/
.dosing-component p.dose-note {
	font-size: 13px;
}
.body-loaded .isi-footer{
	/*height: 150px !important;*/
}
.dosage-container p{
	font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-bottom: 15px;
	padding-bottom: 5px;
	line-height: 1.2;
}
.spinal-cord .fm_hp_banner_content.fm_hp_banner_content_desktop::before {
    background: linear-gradient(273.23deg, rgba(219, 124, 0, 0) 6.18%, #DB7C00 56%);
}
.spinal-cord .fm_hp_banner_content.fm_hp_banner_content_desktop {
    width: 78%;
}
.spinal-cord .banner-wrapper .field-disclaimer-text {
	right: -50px;
	left: auto;
}
.pain-after-shingles-menu .banner-wrapper .field-disclaimer-text{
	left:180px;
}
.partial-onset-seizures-menu .banner-wrapper .field-disclaimer-text{
    right: 0;
    left: auto;
    bottom: 50px;
}
.partial-onset-seizures-menu .field-disclaimer-text p{
	left: 120px;
	bottom:0;
}
#about-dnp-symptoms .container > .row {
flex-direction: column;
}
#about-dnp-symptoms .container .field-body-copy {
padding: 20px 0 20px;
}
#about-dnp-symptoms .container .field-body-copy h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
	}  
	#about-dnp-symptoms .container .field-body-copy p {
	font-size: 16px;
    font-weight: 400;
	}
	#about-dnp-symptoms .container .field-cta-button,
.spinal-cord #inner-two-column .field-cta-button	{
	    padding: 18px 40px;
    max-width: 100%;
    background-color: #DB7C00;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	}
	.spinal-cord #inner-two-column .field-cta-button{
		border: 2px solid #003E7E;
		margin-top: 40px;
		border-radius: 20px
	}
.diabetic-nerve-menu .fm_hp_banner_main,
.spinal-cord .fm_hp_banner_main,
.partial-onset-seizures-menu .fm_hp_banner_main{
	display: flex;
	flex-direction: row-reverse;
}

.diabetic-nerve-menu .fm_hp_banner_content.fm_hp_banner_content_desktop::before{
background: linear-gradient(273.23deg, rgba(219, 124, 0, 0) 11.18%, #DB7C00 56%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.spinal-cord .fm_hp_banner_content.fm_hp_banner_content_desktop::before,
.partial-onset-seizures-menu .fm_hp_banner_content.fm_hp_banner_content_desktop::before {
    background: linear-gradient(273.23deg, rgba(219, 124, 0, 0) 6.18%, #DB7C00 56%);
}
.spinal-cord .fm_hp_banner_content.fm_hp_banner_content_desktop,
.partial-onset-seizures-menu .fm_hp_banner_content.fm_hp_banner_content_desktop {
    width: 78%;
}
.diabetic-nerve-menu .fm_hp_banner_main .fm_hp_banner_content.fm_hp_banner_content_desktop,
.spinal-cord .fm_hp_banner_main .fm_hp_banner_content.fm_hp_banner_content_desktop,
.partial-onset-seizures-menu .fm_hp_banner_main .fm_hp_banner_content.fm_hp_banner_content_desktop{
	right: 0;
    left: 0;
    padding-left: 0;
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
}
.diabetic-nerve-menu .banner-wrapper .field-disclaimer-text {
	right: 0;
	left: auto;
}
.pain-after-shingles-menu .banner-wrapper .field-disclaimer-text{
	left:180px;
}
/*
.partial-onset-seizures-menu .fm_hp_banner_main .fm_hp_banner_content.fm_hp_banner_content_desktop{
	right: 60px;
	left:auto;
}
.partial-onset-seizures-menu .banner-wrapper .field-disclaimer-text{
	left: 110px;
}*/
	#about-dnp-symptoms .container > .row {
	flex-direction: column;
	}

	#about-dnp-symptoms h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	padding-bottom: 15px;
	color:#003E7E;
	}

	#about-dnp-symptoms .container .field-body-copy p {
	font-size: 16px;
    font-weight: 400;
	}
	#about-dnp-symptoms .container .field-cta-button,
	.spinal-cord #inner-two-column .field-cta-button,
 .diabetic-nerve-menu #inner-two-column .field-cta-button	{
	padding: 18px 40px;
    max-width: 100%;
    background-color: #DB7C00;
    width: 100%;
    text-align: center;
    border-radius: 10px;
	border: 2px solid #003E7E;
}
	#about-dnp-symptoms .container .field-cta-button a,
	.spinal-cord #inner-two-column .field-cta-button a,
    .diabetic-nerve-menu #inner-two-column .field-cta-button a	{
	    color: #fff;
		font-size: 18px;
		text-decoration: underline;
		font-weight: 700;
}

	.spinal-cord #inner-two-column .field-cta-button,
	 .diabetic-nerve-menu #inner-two-column .field-cta-button{
		margin-top: 20px;
}
#content {	
	background: linear-gradient(  180deg,  rgba(255, 255, 255, 0.2) 50.56%,  rgba(0, 62, 126, 0.18) 133.13%);
	padding-bottom:50px;
}
.once-daily-option #possible-side-effects .home-box-section{
	justify-content: space-between;
	align-items: flex-start;
}
.once-daily-option #possible-side-effects .icon-with-text-image{
	min-height: 73px;
}
.once-daily-option #possible-side-effects .home-box-section .icon-with-text{
	flex: auto;
    max-width: max-content;
}
#recommended-dosing .recommended-row p.dosage-subtitle > strong{
	font-weight: 800;
}
.once-daily-option #recommended-dosing {
    margin-top: 30px;
}
.once-daily-option #inner-full-column h2, .once-daily-option #possible-side-effects h2{
	font-size: 18px;
	font-weight: 700;
	line-height:1.3;
	color:#003E7E;
	padding-bottom: 20px;
}
.once-daily-option .dosing-component .dosage-container > div,
.once-daily-option .dosing-component .not-actual-size{
	max-width: 45%;
}
.pas.once-daily-option #recommended-dosing .dosing-component {
    max-width: 85%;
}
.pas.once-daily-option #recommended-dosing .recommended-row .dose-range {
    gap: 35px;
}
#important-consideration .field-body-copy {
	max-width: 100%;
	border: 2px solid #DB7C00;
    padding: 20px 30px;
    border-radius: 20px;
	background-color: #fff;
	}
#important-consideration .component-header {
	border-bottom: 2px solid #DB7C00;
	    padding-bottom: 10px;
		display: flex;
	}
#important-consideration .component-header h3 {
	 font-weight: 800;
    font-size: 20px;
    line-height: 100%;
	padding-left: 10px;
    color: #DB7C00;
}
.important-considerations {
	padding: 15px 0 0;
}
#important-consideration p > strong.blue-text {
	color: #003E7E;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}
#important-consideration p > strong {
	font-weight: 700;
}
#important-consideration p, #important-consideration li{
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
}
#important-consideration .horizontal-divider{
	border-bottom: 1px solid #94AAC4;
	margin-bottom: 15px;
}
#important-consideration p > a, #important-consideration ul li > a{
	font-size: 16px;
	text-decoration:underline;
}
#important-consideration ul:last-child{
	margin-bottom: 0;
	border-bottom:none;
}
#important-consideration p.first-child{
	margin-bottom: 15px;
	border-bottom: 1px solid #94AAC4;
}
#important-consideration  ul li.strong {
color:#003E7E;
font-weight: 700;
font-size: 16px;
}
#recommended-lyrica-dosing{
	margin: 20px 0;
}
#recommended-dosing{
	margin-bottom: 50px;
	margin-top: 40px;
}
#recommended-dosing .dosing-component{
	max-width: 75%;
	position: relative;
}
#recommended-dosing .recommended-row{
	padding: 15px;
	max-width: 90%;
}
#recommended-dosing .recommended-row .dosage-row{
	padding-left:15px;
	/*gap:50px*/
}
#recommended-dosing .recommended-row p.dosage-subtitle{
	font-weight: 700;
	color:#000;
	margin-bottom: 5px;
}
#recommended-dosing .recommended-row p.dosage-subtitle > span{
	font-weight: 800;
}
#recommended-dosing .recommended-row .dose-box {
	align-items: normal;
	border:1px solid #768490;
}
#recommended-dosing .recommended-row .dose-range{
	gap: 35px;
	justify-content: center;
}
#recommended-dosing .dosing-component .recommended-row .dose-box p.dose-note{
	font-size: 13px;
}

/*
#recommended-dosing .recommended-row .dose-box.maroon,
#recommended-dosing .recommended-row .dose-box.maroon + p.dose-note{
	display: none;
}*/

.fibromylagia-page.starting-lyrica-page #recommended-dosing .dosing-component {
    max-width: 85%;
}
.fibromylagia-page.starting-lyrica-page #recommended-dosing .dosing-component .dosage-col:first-child {
    min-width: 250px;
}
#recommended-dosing .component-header{
	max-width: 78%;
}
.pos.starting-lyrica-page #recommended-dosing .dosing-component > .component-header:first-child{
	display: none;
	margin-top:0;
}
.pos.how-lyrica #inner-two-column .right-section .field-highlight-text{
	top:42%;
}
#recommended-dosing .dosing-component p.dosage-footer {
	max-width: 90%;
	padding-bottom: 30px;
	text-align: left;
    padding-left: 15px;
}
.lyrica-download-section {
	transform: translateY(-50%);
    border-radius: 50%;
    width: 318px;
    height: 318px;
    background-color: #003E7E;
    position: absolute;
    right: -166px;
    top: 50%;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.lyrica-download-section .section-download {
	position: relative;
    height: auto;
    left: 0;
    text-align: center;
    padding: 0 35px;
	max-width: 100%;
}
.lyrica-download-section .field-highlight-text h3 {
	color:#fff;
	font-weight: 800;
	line-height: 1.3;
	padding-bottom:8px;
	font-size: 16px;
}
.lyrica-download-section .field-highlight-text p{
	color:#fff;
	font-weight: 400;
	line-height: 1.3;
	font-size: 16px;
}
.lyrica-download-section .field-cta-button a{
	color:#fff;
	font-weight: 800;
	font-size: 16px;
	padding: 10px 42px 10px 28px;
	background-color: #DB7C00;
	border: 2px solid #fff;
	border-radius: 60px;
	display: inline-block;
	position: relative
}
.lyrica-download-section .field-cta-button a::after{
	position: absolute;
	background-image: url('/-/media/Project/Common/LyricaCom/Redesign Media/Home/right-arrow-header.png');
	width: 18px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	top: 51%;
	transform: translateY(-50%);
	right: 15px;
	 transition: right 0.6s ease-in-out; /* Smooth transition for the arrow */
}

.lyrica-download-section .field-highlight-text {
    margin-bottom: 20px;
}
.once-lyrica-button a{
	background-color: #7A003C;
	border: 1px solid #7A003C;
	border-radius:70px;
	padding: 20px 45px 20px 25px;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
    position: absolute;
    bottom: -30px;
    left: 100px;
}
.once-lyrica-button a:after {
	position: absolute;
	background-image: url('/-/media/Project/Common/LyricaCom/Redesign Media/Home/right-arrow-header.png');
	width: 18px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	top: 52%;
	transform: translateY(-50%);
	right: 16px;
	 transition: right 0.6s ease-in-out; /* Smooth transition for the arrow */
}
.once-lyrica-button:hover a:after, .lyrica-download-section .field-cta-button:hover a:after {
    right: 1px; /* Move the arrow a bit further on hover */
}
.once-lyrica-button a:empty{
	display: none;
}
.pas #recommended-dosing .once-lyrica-button a{
    left: 37%;
    transform: translateX(-48%);
}
.pos.starting-lyrica-page #recommended-dosing .dosing-component {
    max-width: 86%;
	padding: 20px;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-row {
    flex-direction: column;
	padding-left: 0;
	padding-bottom: 15px;
	margin-top:30px;
}
 .pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-row .dosage-row {
    flex-direction: row;
	padding-left: 0;
	align-items: flex-start;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-row .dosage-row .dosage-col:first-child {
	min-width:300px;
	position: relative;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-row .dosage-col .dosage-inner .dosage-row .dosage-col::after {
    content: "";
    position: absolute;
    left: 320px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #1f4f82;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-row .dosage-row .dosage-col:last-child {    
	padding-left: 80px;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .component-header {
    max-width: 100%;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .component-header h2{
	text-align: left;
}
 .pos.starting-lyrica-page .lyrica-download-section{
	 top: 135px;
}
#important-safety-info {
	padding-top: 50px;
}
#important-safety-info h1{
	color:#7A003C;
	font-size: 34px;
	font-weight: 800;
	line-height: 47px;
	padding-bottom: 5px;
    border-bottom: 2px solid #7a003c;
	margin-bottom: 30px;
	width: 100%;
}
#important-safety-info h2{
    color: #003d7e;
	font-weight: 800;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1%;
	padding-bottom: 15px;
}
#important-safety-info .field-body-copy p, #important-safety-info .field-body-copy li {
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 1.3;
}
#important-safety-info .field-body-copy p > strong, #important-safety-info .field-body-copy li > strong{
	font-weight: 700;
}
#important-safety-info .field-body-copy p a{
	color:#003E7E;
	text-decoration: underline;
}
#important-safety-info .field-body-copy h2.indication-text{
	margin-top: 10px;
}
.import-safety-page .isi-footer, .import-safety-page h3.isii-footer {
    display: none;
}
.import-safety-page .indication-para {
	display: block;
}	
.indication-para{
	display: none;
}
.pos.starting-lyrica .dosing-component .component-header{
	border-bottom: none;
}
.pos.starting-lyrica .dosing-component .dosage-col:first-child:after{
	background: none;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-col:not(:first-child){
	padding-left:0;
}
.pos.starting-lyrica-page #recommended-dosing .recommended-row .dosage-col:first-child:after{
	display: none;
}
.spinal-cord.starting-lyrica-page .lyrica-download-section{
	right:-205px;
}
.tabs-heading * {
    outline: 0 !important;
}
.tabs .tabs-heading li:focus {
    outline: none !important;
}
.tabs .tabs-heading li[tabindex="-1"]:focus-visible {
    outline: none !important;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}


@-moz-document url-prefix() {
 .main-menu-section .nav_ul > li > ul.nav-submenu li .downarrow {
    display: inline-block;
    transition: transform 0.5s ease;
  }

  .main-menu-section .nav_ul > li > ul.nav-submenu li.submenuList:hover .downarrow {
    transform: rotate(180deg) translateY(5px);
  }
}
