/* DOCUMENT INFORMATION
	- Document: Vraylar Indication Style
	- Version:  1.0
    - This a MOBILE FIRST CSS!! - all deffinitios outside any breakpoint will affect ALL breakpoints
    - This css has the global elements that need to be styled similarly in all the site. e.g size of H elements.
    - please make only very generic stuff here.
*/

@import url(vraylar-global-utility.css);

body,
html {
	color: var(--text-global-color);
	font-size: var(--font-size-global);
	font-weight: normal;
	font-style: normal;
	min-width: 320px;
	font-family: var(--font-family-heebo);
}

/* =================================== */
/* ======== TEXT DEFINITIONS ========= */
/* =================================== */
/* HEADLINES */
h1, h2, h3, h4, h5, h6,
p.h1, p.h2, p.h3, p.h4, p.h5, p.h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
	line-height: 1.2em;
	font-weight: bold;
}

h1, p.h1, .h1 { font-size: var(--font-size-18); }
h2, p.h2, .h2 { font-size: var(--font-size-1625); }
h3, p.h3, .h3 { font-size: var(--font-size-15); }
h4, p.h4, .h4 { font-size: var(--font-size-125); }
h5, p.h5, .h5 { font-size: var(--font-size-1125); }
h6, p.h6, .h6 { font-size: var(--font-size-10); }

p,
li {
    color: var(--text-global-color);
}

a, a:visited, a:active {
	font-weight: normal;
}

.phone-number-color a {
	color: #fff !important;
}
.phone-number-color a:visited {
	color: #fff !important;
}
.phone-number-color a:active {
	color: #fff !important;
}

a:hover {
	text-decoration: underline;
}

p b,
p b a,
p strong,
li b,
li strong {
	font-weight: bold;
}

/* Global buttons*/
.abbv-content .abbv-button-primary {
    border-radius: var(--font-size-1375);
	border:none;
    text-align: center;
    font-size: var(--font-size-1125);
    background: var(--color-dark-purple);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 20px 0;
	font-weight:600;
    min-height: var(--font-size-26);
    width: auto;
    margin: auto;
}
.abbv-content .abbv-button-primary:hover {
	text-decoration: underline;
	background: var(--color-dark-purple);
}

.abbv-content .abbv-button-secondary {
    border-radius: var(--font-size-1375);
	border:none;
    text-align: center;
    font-size: var(--font-size-1125);
    color: var(--color-dark-purple);
	background: var(--color-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px 0;
	font-weight:600;
    min-height: var(--font-size-26);
    width: auto;
    margin: auto;
}
.abbv-content .abbv-button-secondary:hover {
	text-decoration: underline;
	background: var(--color-white);
}

.abbv-button-plain {
    padding: 0;
    color: var(--color-dark-purple);
    text-decoration: underline;
    font-size: var(--font-size-10);
}
.abbv-icon-phone::before,
.abbv-icon-internet::before {
	display: inline-block;
    line-height: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.abbv-icon-phone::before {
	content: url("/content/dam/vraylar/images/homepage/amdd/support/phone-icon_r1_allviews.png");
}
.abbv-icon-internet::before {
	content: url("/content/dam/vraylar/images/homepage/amdd/support/internet-icon_r1_allviews.png");
}

/* List styling */
ul{
    list-style-type: none;
    padding-left: 0;
}
ul li{
    padding-left: 1.5em;
    text-indent: -1.3em;
}
.examples-bullet-list ul li:before{
	content: "\2022";
	padding-right: 15px;
}
ul.bullet-list-pl-10 li {
	padding: 0 0 0 10px;
	position: relative;
	text-indent: 0;
}
ul.bullet-list-pl-10 li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--text-global-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}
ul.green-bullets li:before{
	color: var(--color-light-green);
}
ul.dark-purple-bullets li:before {
	color: var(--color-dark-purple);
}
ul.bullet-list-mb-25 li {
	margin-bottom: 25px;
	padding: 0 0 0 20px;
	position: relative;
	text-indent: 0;
}
ul.bullet-list-mb-25 li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--text-global-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

/* Gradients */
.light-green-to-light-yellow-gradient {
	background: var(--color-light-green);
    background: linear-gradient(83deg, var(--color-light-green) 40%, var(--color-light-yellow) 100%);
	height: 3px;
}

/* GLOBAL HEADER | START */
.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(6),
.global-header .abbv-header-v2-primary-navigation nav > ul > li > span,
.global-header .abbv-header-v2-primary-navigation,
.global-header .abbv-header-v2-mobile-primary-navigation {
	display: none;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(5),
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(6) {
	display: block;
}
.global-header {
	background-color: var(--color-white);
	display: flex;
	flex-direction: column;
	min-height: auto;
}
.global-header .abbv-header-v2-utility-navigation {
	order: 1;
}
.global-header .abbv-header-content-container {
	order: 3;
}
.global-header .abbv-eyebrow {
	background-color: var(--color-dark-mint);
	color: var(--color-white);
	display: flex;
	font-size: var(--font-size-0687);
	order: 2;
	padding: 6px 20px 3px;
}
.global-header .abbv-eyebrow span {
	font-size: var(--font-size-075);
	text-align: center;
	width: 100%;
}
.global-header .abbv-header-content-container {
	width: 100%;
}
.global-header .abbv-header-content-container .abbv-header-v2-left img {
	width: 135px;
}
.global-header .abbv-header-v2-utility-navigation {
	align-items: center;
	background-color: var(--color-seashell-gray);
	display: flex;
	height: 100%;
	justify-content: center;
}
.global-header .abbv-header-v2-utility-navigation nav {
	width: 100%;
}
.global-header .abbv-header-v2-utility-navigation nav ul {
	display: flex;
	justify-content: center;
	padding: 8px 0;
	width: 100%;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul::after{
	content: "";
	position: relative;
	top: 35px;
    display: block;
    height: 1px;
    width: 100%;
    background: var(--color-dark-purple);
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul { 
	flex-wrap: wrap;
}
.global-header .abbv-header-v2-utility-navigation nav ul li {
	align-items: center;
	border-left: solid 1px var(--color-dark-purple);
	display: flex;
	padding: 0 10px;
	position: relative;
	line-height: 8px;
}.global-header.bridge .abbv-header-v2-utility-navigation nav ul li {
	padding: 0 5px;
}
.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(4) {
	padding-right: 10px;
}
.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(4):after {
	content: none;
}
.global-header .abbv-header-v2-utility-navigation nav ul li {
	width: 24%;
}
.global-header .abbv-header-v2-utility-navigation nav ul li a {
	color: var(--color-dark-purple);
	font-size: var(--font-size-075);
	font-weight: 500;
	padding: 0;
	margin-top: 2px;
	font-size: 11px;
	line-height: 13px;
	margin: auto;
}
.global-header .abbv-header-v2-utility-navigation nav ul li a:hover {
	text-decoration: none;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(1),
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(2),
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(3),
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(4){
	margin-bottom: 15px;
}
.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(1) {
	order: 2;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(1) {
	order: 2;
	width: 27%;
}

.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(2) {
	border: none;
	order: 1;
	padding-left: 10px;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(2) {
	border: none;
	order: 1;
	padding-left: 10px;
	width: 19%;
}

.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(3) {
	order: 3;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(3) {
	order: 3;
	width: 19%;
}

.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(4) {
	order: 4;
}

.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(5) {
	order: 5;
}

.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(4) {
	order: 4;
	width: 19%;
}

.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(5) {
	order: 5;
	width: 47%;
	border-left: 0;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(6) {
	order: 6;
	width: 47%;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(5) a {
	max-width: 100px;
	margin: 0 auto;
}
.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(6) a {
	max-width: 75px;
	margin: 0 auto;
}
.global-header .abbv-header-v2-content {
	background-color: var(--color-white);
	height: 55px;
	padding: 10px 20px;
}
.global-header .abbv-header-util {
	height: 41px;
	position: static;
}
.global-header .abbv-header-v2-left {
	height: 55px;
}
.global-header .abbv-search-toggle {
	margin-right: 10px;
}
.global-header .abbv-search-toggle .abbv-icon-search:after,
.global-header .abbv-search-toggle .abbv-icon-close:after {
	color: var(--color-dark-purple);
	font-size: var(--font-size-25);
}
.global-header .abbv-search-toggle,
.global-header .abbv-header-v2-mobile-primary-navigation {
	padding: 0;
}
.global-header .abbv-header-v2-mobile-primary-navigation .line {
	background-color: var(--color-dark-purple);
	height: 5px;
	width: 40px;
}
.global-header .abbv-header-v2-mobile-primary-navigation .line:last-child {
	opacity: 0;
}
.global-header .abbv-header-v2-mobile-primary-navigation.active .line:last-child {
	opacity: 1;
}
.global-header .abbv-header-v2-mobile-primary-navigation.active .line:first-child {
	transform: translateY(12px) rotate(45deg);
}
.global-header .abbv-header-v2-mobile-primary-navigation.active .line:nth-child(2):after,
.global-header .abbv-header-v2-mobile-primary-navigation .line:last-child {
	transform: translateY(-8px) rotate(-45deg);
	transition: all 0.5s ease-in-out;
}
.global-header .abbv-header-v2-mobile-primary-navigation .line:nth-child(2) {
	position: relative;
}
.global-header .abbv-header-v2-mobile-primary-navigation .line:nth-child(2):after {
	content: 'MENU';
	color: var(--color-dark-purple);
	font-size: var(--font-size-0875);
	left: 2px;
	position: absolute;
	top: 12px;
}
.global-header  .abbv-search-navigation .abbv-search {
	border-radius: 20px;
	border: 1px solid var(--color-dark-purple);
	color: var(--color-black);
	height: 45px;
	padding: 8px 35px 8px 10px;
	width: 100%;
}
.global-header  .abbv-search-navigation .abbv-icon-search {
	height: 30px;
	right: 30px;
	top: 30px;
}
.global-header .abbv-search-navigation .abbv-icon-search:after {
	color: var(--color-dark-purple);
	font-size: var(--font-size-1875);
	margin: 0;
}
.global-header .abbv-search-navigation.abbv-search-active {
	background-color: var(--color-white);
	border-radius: 0;
	display: block !important;
	left: 0;
	opacity: 1;
	padding: 24px;
	right: 0;
	top: 75px;
	z-index: 2;
}
.global-header .abbv-header-v2-primary-navigation {
	order: 4;
	z-index: 1;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active {
	height: auto;
}
.global-header .abbv-header-v2-primary-navigation ul li a {
	color: var(--color-monsoon-gray);
	font-weight:600;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li {
	border-bottom: 1px solid var(--color-white);
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li:last-child {
	border: none;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li a {
	background-color: var(--color-dark-mint);
	color: var(--color-white);
	font-size: var(--font-size-075);
	height: auto;
	line-height: 18px;
	padding: 12px 20px;
	width: 100%;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li a.abbv-nav-active {
	background-color: var(--color-dark-purple);
	border-bottom: none;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li:nth-child(6) {
	border-radius: var(--font-size-1375);
	text-align: center;
	font-size: var(--font-size-1125);
	background-color: var(--color-dark-purple);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-height: var(--font-size-26);
	width: 300px;
	margin: 10px auto;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li:nth-child(6) a {
	background-color: var(--color-dark-purple);
    font-weight:600;
	margin-left: 20px;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li:nth-child(7) {
	border-radius: var(--font-size-1375);
	text-align: center;
	font-size: var(--font-size-1125);
	background-color: var(--color-dark-purple);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-height: var(--font-size-26);
	width: 300px;
	margin: auto;
}
.global-header .abbv-header-v2-primary-navigation.abbv-active nav ul li:nth-child(7) a {
	background-color: var(--color-dark-purple);
    font-weight:600;
	margin-left: 20px;
}
.abbv-header-v2-primary-navigation nav ul {
    height: 355px;
}
/* GLOBAL HEADER | END */

/* GLOBAL FOOTER | START */
.global-footer {
    flex-direction: row-reverse;
    padding-top: 30px;
    padding-bottom: 10px;
}
.abbv-footer .global-footer .abbv-footer-horizontal li {
    display: inline-block;
    padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 0;
	position: relative;
}
.abbv-footer .global-footer .abbv-footer-horizontal li:after {
    content: "";
    position: absolute;
    width: 3px;
	background: var(--color-white);
	height: 1rem;
	border: none;
	right: -2px;
	top: 6px;
}
.global-footer .abbv-footer-horizontal li:last-child::after {
    display: none;
}
.global-footer .abbv-footer-horizontal li a {
    color: var(--color-white);
    font-size: var(--font-size-10);
    font-weight: bold;
}
.global-footer .abbv-footer-horizontal li:nth-child(7) a {
    text-transform: uppercase;
}
.abbv-footer-content .logo {
    float: none;
    position: unset;
	display: none;
}
.abbv-footer-content .abbv-legal-number {
    color: #fff;
    position: relative;
    top: -30px;
    font-family: 'heebo';
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
	margin-top: 0px;
	float: left;
}
p.abbvie-footer-logo {
    top: 20px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
p.abbvie-footer-logo  a{
	display: none;
}
ul.abbv-footer-horizontal {
    margin-top: 76px;
    text-align: center;
}
.abbvie-footer-logo img {
    width: 249px;
    height: 48px;
    display: block;
    margin: auto;
}
.abbv-footer-content .logo svg {
    display: block;
    margin: auto;
    fill: white;
    transform: scale(1.9);
    padding-top: 25px;
    padding-bottom: 10px;
    position: relative;
}
.abbv-footer {
    background: #3A3A3A;
}
.abbv-footer-content .abbv-legal-text {
    order: -1;
}
.abbv-browser-safari .abbv-footer-content .abbv-legal-text sup {
    font-size: 1rem;
	vertical-align: top;
}
.abbv-footer-horizontal {
    text-align:center;
}
/* GLOBAL FOOTER | END */

.image-text-no-display .abbv-image-text-content-v2 {
    display: none;
}
.bg-child-page-height {
    height: 137px;
}
.bg-child-page-height .abbv-background-container-display{
    min-height: 137px;
}
.bg-child-page-height .abbv-background-container-content{
    min-height: 137px;
}
.bg-child-flex-justify-center .abbv-background-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg-doctor-locator-page-height {
    height: 400px;
}
.bg-doctor-locator-page-height .abbv-background-container-display{
    min-height: 400px;
	background-position: top;
}
.bg-doctor-locator-page-height .abbv-background-container-content{
    min-height: 400px;
}
.bg-mdd-home-page-height .abbv-background-container-display{
	background-position: top;
	background-size: 100% auto;
}
.bg-gradient-box {
    background: linear-gradient(105deg, var(--color-light-green) 40%, var(--color-dark-purple) 100%);
    margin: 0 auto;
    padding: 5px;
}
.gradient-box-w-cta {
    border-style: none;
    border-top: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -15px;
    box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}
.gradient-box-w-cta .cta {
    padding: 40px 0px;
}
.font-size-cta-mdd-home {
	font-size: 18px;
}
.mdd-home-hero-box {
	border-radius: 12px;
    box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
    padding: 5px 10px;
}

/* Global Promo Drawer */
.abbv-promo-drawer .abbv-promo-drawer-container {
    box-shadow: rgb(33 35 38) 0px 5px 10px 0px;
}
.abbv-promo-drawer-container .abbv-promo-drawer-handle {
    height: 100% !important;
	background: var(--color-dark-purple);
	display: none;
}
.abbv-promo-drawer-description {
    padding: 7px;
	overflow: hidden;
}
.abbv-promo-drawer-description p {
    font-size: var(--font-size-0875);
    padding-right: 35px;
	padding-left: 10px;
}
.abbv-promo-drawer-content {
	background:var(--color-dark-purple);
	width: auto;
}
.abbv-promo-drawer-right-active {
    width: 255px;
}
.abbv-promo-drawer-description .money-icon {
    display: block;
    min-height: 30px;
	background-image: url("/content/dam/vraylar/images/homepage/amdd/savings-dollar-sign_r1_allviews.svg");
    background-repeat: no-repeat;
}
.abbv-promo-drawer-description .provider-icon {
    display: block;
    padding-bottom: 5px;
    min-height: 30px;
	background-image: url("/content/dam/vraylar/images/homepage/amdd/provider-banner-icon_r1_allviews.svg");
    background-repeat: no-repeat;
}
/* GLOBAL MODAL | START */
.vraylar-modal {
	border-radius: 22px;
	max-width: 675px;
	width: 90%;
}
.vraylar-modal .abbv-modal-content-container {
	padding: 20px 30px;
}
.vraylar-modal .abbv-modal-close {
	height: 30px;
	right: 20px;
	top: 20px;
	width: 30px;
	border: 1px solid var(--color-dark-purple);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vraylar-modal .abbv-modal-close:after {
	color: var(--color-dark-purple);
	margin: 0;
}
.vraylar-modal .abbv-button-primary {
	border-radius: 33px;
	font-weight: 600;
	max-width: 225px;
	padding: 18px 0;
	width: 100%;
}
.vraylar-modal .abbv-legal-number {
	text-align: right;
}
.vraylar-modal .abbv-modal-content-container [role="button"]:focus,
.abbv-modal-content-container [role="button"]:active {
	outline: none;
}
/* GLOBAL MODAL | END */

.promo-drawer-align {
	bottom: 215px !important;
	top: 186px;
    max-height: 310px;
}

/* GLOBAL SAFETY BAR | START */
.abbv-global-safety-bar {
	border: none;
	box-shadow: 0px 2px 17px 2px rgb(112 112 112);
}
.abbv-global-safety-bar ul li {
	text-indent: -5px;
	padding-left: 9px;
	margin-bottom: 8px;
}
.abbv-global-safety-bar ul li ul {
	padding-top: 25px;
	padding-bottom: 10px;
}
.abbv-global-safety-bar ul li ul li{
	padding-left: 20px;
}
.abbv-content .abbv-inline-use-isi .abbv-inline-use  {
	padding-top: 80px;
}

@media(max-width: 767px) {
	.abbv-content .abbv-inline-use-isi .abbv-inline-use  {
		padding-top: 0px;
	}
}
.abbv-global-safety-bar .val-pur-text-color,
.abbv-inline-use-isi .val-pur-text-color{
	font-weight: 700;
	color: #712277;
}
.abbv-inline-use-isi .var-pd-isi-p3,
.abbv-inline-use-isi .var-pd-isi-p4 {
	/*font-weight: 700;*/
}
.var-main-isi-con ul {
    margin-top: 0;
    margin-bottom: 8px !important;
}
.abbv-inline-use-isi .abbv-inline-safety ul.var-isi-ul-3 > li {
	margin-bottom: 0;
}
.abbv-inline-use-isi ul li {
	padding-left: 10px;
    position: relative;
    text-indent: 0;
}
ul.var-isi-ul-1,
ul.var-isi-ul-2,
ul.var-isi-ul-3 {
    margin-bottom: 24px;
    padding-inline-start: 4px;
    list-style: none;
}
.var-isi-ul-1 li:before,
.var-isi-ul-3 li:before,
p.p1.vra-isi-dot-the-most:before {
    content: "\2022";
    font-weight: bold;
    font-size: 18px;
    color: #712277;
    position: absolute;
    left: -1px;
}

.var-isi-ul-2 li:before{
    content: "-";
    position: absolute;
    left: 0px;
    color: #712177;
}

ul.var-isi-ul-1 >li {
    margin-bottom: 8px;
}
.abbv-inline-use-isi .p1, .abbv-inline-use-isi .p2 {
    line-height: 20px;
}
p.p1.vra-isi-dot-the-most,
.var-isi-ul-3 >li {
    text-indent: -7px;
    margin-left: 7px;
	padding-left: 0;
}
.var-main-isi-con .vra-mob-dif-color {
    color: #414042;
}
a.var-isi-anch1 {
    text-decoration: underline;
	color: #712277;
}
.isibold, .isibold a {
    font-weight: bold;
    color: #712277;
}
.abbv-inline-miscisi a {
	text-decoration: underline;
}
.abbv-global-safety-bar ul li:before{
	content: "\2022";
	font-weight: bold;
	font-size: 18px;
	color: #712277;
	position: relative;
	left: -4px;
}
.abbv-global-safety-bar .abbv-safety-bar-content.abbv-safety-bar-less {
	max-height: 130px;
	overflow: hidden;
}
.abbv-global-safety-bar .abbv-safety-bar-content {
	margin-top: 0;
	padding-top: 20px;
	height: calc(100% - 20px) !important;
}
.abbv-global-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-maximized {
	padding-top: 0;
}
.abbv-global-safety-bar .vrayl-dh-isimain h6, 
.abbv-global-safety-bar .vray-isi-dh-titles {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #712277;
    padding: 0;
    margin-bottom: 20px;
	font-family: var(--font-family-heebo);
}
.abbv-global-safety-bar .abbv-safety-bar-content-maximized h1{
	font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #712277;
    margin-bottom: 20px;
	font-family: var(--font-family-heebo);
	padding-top: 20px;
}
.abbv-global-safety-bar .abbv-safety-bar-content p:first-child {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	color: #712277;
	font-family: var(--font-family-heebo);
	font-weight: 700;
}
.abbv-global-safety-bar p {
	font-size: 16px;
	line-height: 20px;
	font-family: var(--font-family-heebo);
}
.abbv-global-safety-bar ul li {
	font-size: 16px;
	line-height: 20px;
	font-family: var(--font-family-heebo);
}
.abbv-safety-bar-content-minimized-mobile {
    max-height: 200px;
}
.abbv-global-safety-bar .abbv-safety-bar-button-plus {
	padding-inline-end: 0px;
	left: auto;
	right: 50px;
	top: 18px;
}
.abbv-global-safety-bar .abbv-icon-add_circle.i-a:after {
	content: '';
	width: 15px;
	position: absolute;
	background-image: url(/content/dam/vraylar/images/isi-dh-arrow-up.png);
	background-repeat: no-repeat;
	height: 11px;
	top: 6px;
	right: -29px;
	background-size: contain;
}
.abbv-global-safety-bar .abbv-icon-remove_circle.i-a:after {
	content: '';
	width: 15px;
	height: 11px;
	background-image: url(/content/dam/vraylar/images/isi-dh-arrow-down.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 14px;
	right: 20px;
}
.abbv-global-safety-bar .abbv-safety-bar-less .abbv-row-container .abbv-col-6 {
	width: 100%;
	margin: 0;
}
.abbv-global-safety-bar.abbv-safety-bar-maximized {
    max-height: 100%;
}
.abbv-safety-bar-maximized .abbv-safety-bar-content, .abbv-safety-bar-content {
    padding: 18px 30px 0;
    margin-top: 30px;
}
.var-main-isi-con ul.var-isi-ul-1 li.p2.vra-st-bol {
    font-weight: 600;
}

.abbv-safety-bar.home-safety-bar .vrayl-dh-isimain h6,
.abbv-safety-bar.home-safety-bar ul li {
	margin-bottom: 5px;
}
@media (max-width: 600px) {
	.abbv-safety-bar.home-safety-bar .vrayl-dh-isimain h6,
	.abbv-safety-bar.home-safety-bar ul li {
		margin-bottom: 5px;
	}
}
.abbv-safety-bar.home-safety-bar,
.abbv-safety-bar.home-safety-bar .abbv-safety-bar-content.abbv-safety-bar-less {
	max-height: 130px;
}
.abbv-safety-bar.home-safety-bar.abbv-safety-bar-maximized {
	max-height: 100%;
}
.var-main-isi-con .p1.vra-isi-dot-the-most.vra-mob-dif-color {
	padding-left: 10px;
	position: relative;
	text-indent: 0;
}

/* GLOBAL SAFETY BAR | END */

/* TEXT WITH SYMBOL | START */
.text-with-symbol.footer-note p {
    padding-left: 5px;
}
.text-with-symbol p {
	position: relative;
	padding-left: 7px;
}
.text-with-symbol sup{
	line-height: 0;
}
.text-with-symbol.less-space p {
	padding-left: 4px;
}
.text-with-symbol p:before {
	position: absolute;
	top: 0;
	left: 2px;
}
.text-with-symbol.astesik p:before {
	content: "*";
	left: 2px;
	top: -1px;

}
.text-with-symbol.astesik-site-map p:before {
    content: "*";
    left: 0px;
    top: -1px;
}
.text-with-symbol.dagger p:before {
	content: "†";
}
.text-with-symbol.double-dagger p:before {
	content: "‡";
}
.top-navbar-fixed {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
}
.top-navbar-absolute {
	position: absolute;
    top: 0;
	width: 100%;
}
.abbv-button-primary, .abbv-button-primary:visited {
	background-color: transparent;
}
.abbv-button-plain, .abbv-button-plain:visited,
.abbv-content .abv-prioritized-txtcolor-dark-purple {
	color: var(--color-dark-purple) !important;
}
.abbv-content .abbv-content-container {
	position: static;
}
.abbv-content .abbv-content-container .abbv-dimmer {
	z-index: 810;
}
.abbv-content .modal .abbv-modal {
	z-index: 815;
}
/* TEXT WITH SYMBOL | END */

.cost-button-width {
    width: 185px !important;
}

.abbv-safety-bar {
    max-height: 130px;
	z-index: 811;
}

.cta-button-copy-align {
    padding-bottom: 6px !important;
}

.var-isi-ul-2 >li {
    text-indent: -7px;
}

.terms-conditions-cost-savigns-p-align {
    margin-left:-3px;
}

.savings-sup-align {
	vertical-align: top;
}

.home-safety-bar .abbv-safety-bar-content-minimized-desktop {
    display: block;
}

.abbv-modal.vraylar-modal.abbv-active {
    z-index:1000 !important;
}

.font-size-ISI-title {
	font-size: 16px !important;
}

.download-cta-title {
    font-size: 16px !important;
}

.extra-cta-adjust {
	padding-top: 15px !important;
	line-height: 14px;
}

/*style cta*/
.vraylar-cta-100 {
	width: 100% !important;
}
/*style sup*/
sup.footnote {
	position: relative;
	vertical-align: baseline;
	top: -0.3em;
	margin-left: -6px;
}
/* back-to-top-button */
.abbv-back-to-top {
    bottom: 0px !important;
}
/* safari-isi-anchor-fix */
.abbv-inline-use-isi a#isi {
    display: block;
}
/* cost-and-savings-anchors-align */
a#listPrice{
    display: block;
    top: 0;
}
a#savingsProgram{
    display: block;
    top: 1px;
}
a#insuranceInfo{
    display: block;
    top: 0;
}
a#coverageSupport{
    display: block;
    top: 0;
}
a#myAbbvie{
    display: block;
    top: 0;
}
/* SAFETY BAR */
.home-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-minimized-desktop .abbv-row-container .abbv-col:first-child {
    display: none;
}
.home-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-minimized-desktop-more .abbv-row-container .abbv-col:first-child {
    display: none;
}
.hide-eyebrow .abbv-eyebrow {
    display: none !important;
}
#onetrust-banner-sdk {
	z-index: 800 !important;
}
/* ======================================= */
/* ========= RESPONSIVE SETTINGS ========= */
/* ======================================= */

/* Breakpoint for tablet and above (md) */
@media (min-width: 601px) {
	.abbv-content .abbv-inline-use-isi .abbv-inline-use  {
		padding-top: 60px;
	}
	.abbv-safety-bar {
		max-height: 160px;
	}
	.abbv-safety-bar.home-safety-bar {
        max-height: 160px;
    }
	.global-header .abbv-header-v2-utility-navigation nav ul li {
		display: inline-block;
		width: auto;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul li a {
		font-size: var(--font-size-075);
		font-weight: 600;
		line-height: 15px;
	}
	.hide-desktop{
        display:none;
    }
	.abbv-header-v2-primary-navigation nav ul li:nth-child(6) {
        display: none;
    }
    .abbv-header-v2-primary-navigation nav ul li:nth-child(7) {
        display: none;
    }
	.bg-child-page-height {
        height: 205px;
    }
    .bg-child-page-height .abbv-background-container-content {
    	min-height: 205px;
    } 
	.bg-doctor-locator-page-height {
        height: 425px;
    }
    .bg-doctor-locator-page-height .abbv-background-container-content {
    	min-height: 425px;
    }
	.align-button-left {
        margin-left: 0;
    }
	.abbv-global-safety-bar .abbv-safety-bar-content.abbv-safety-bar-less {
    	max-height: 150px;
    }
	.abbv-safety-bar.home-safety-bar .abbv-safety-bar-content.abbv-safety-bar-less {
		max-height: 250px;
	}
	.download-cta-title {
		font-size: 18px !important;
	}
	.extra-cta-adjust {
		padding-top: 10px;
		line-height: 18px;
	}
		
	/* GLOBAL MODAL | START */
	.vraylar-modal .abbv-modal-content-container {
		padding: 20px 50px;
	}
	/* GLOBAL MODAL | END */
	
	/* cost-and-savings-anchors-align */
	a#listPrice {
		display: block;
		top: 117px;
	}
	a#savingsProgram {
		display: block;
		top: 117px;
	}
	a#insuranceInfo {
		display: block;
		top: 118px;
	}
	a#coverageSupport {
		display: block;
			top: 0;
	}
	a#myAbbvie {
		display: block;
		top: 0; 
	}
	/* Isi-ul-items-align */
	.var-isi-ul-2 >li {
		margin-left: 7px;
	}
	.abbv-inline-use-isi ul li ul li {
		margin-left: 0px;
	}
	/* SAFETY BAR */
	.home-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-minimized-desktop .abbv-row-container .abbv-col:first-child {
    	display: block;
	}
	.home-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-minimized-desktop-more .abbv-row-container .abbv-col:first-child {
    	display: block;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul::after{
		top: 25px;
	}
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(5) a,
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(6) a {
		max-width:initial;
		margin: 0 auto;
	}
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul::after {
		top: 27px;
	}
}

/* Breakpoint for desktop and above (lg) */
@media (min-width: 985px) {
	.abbv-content .abbv-inline-use-isi .abbv-inline-use  {
		padding-top: 35px;
	}

	.abbv-inline-use-isi .abbv-inline-use .vray-isi-dh-titles,
	.abbv-inline-safety .var-main-isi-con .vray-isi-dh-titles{
		font-size: var(--font-size-125);
	}

	.abbv-global-safety-bar .vrayl-dh-isimain h6, 
	.abbv-global-safety-bar .vray-isi-dh-titles{
		font-size: 20px;
		line-height: 20px;
	}
	.abbv-global-safety-bar .abbv-safety-bar-content .abbv-row-container .abbv-col-6:first-child {
		width: 28%;
	}
	.abbv-global-safety-bar .abbv-safety-bar-content .abbv-row-container .abbv-col-6:last-child {
		width: 65%;
		margin-left: 5%;
	}

	.abbv-global-safety-bar .abbv-safety-bar-content p:first-child,
	.abbv-global-safety-bar .abbv-safety-bar-content-maximized h1 {
		font-size: 20px;
	}

	.abbv-global-safety-bar .abbv-safety-bar-button-plus.abbv-icon-add_circle,
	.abbv-global-safety-bar .abbv-safety-bar-button-minus.abbv-icon-remove_circle {
		max-width: 1280px !important;
		width: 100% !important;
		left: 53% !important;
		transform: translateX(-58%);
	} 
	.abbv-global-safety-bar .abbv-icon-remove_circle.i-a:after {
		right: -15px;
	}
	.abbv-global-safety-bar .abbv-icon-remove_circle.i-a:before {
		content: 'Less';
		letter-spacing: 0px;
		color: #712277;
		font-family: var(--font-family-heebo);
		font-size: 18px;
		line-height: 15px;
		font-weight: 700;
		position: absolute;
		top: 12px;
		right: 15px;
	}
	.abbv-global-safety-bar .abbv-icon-add_circle.i-a:before {
		content: 'More';
		letter-spacing: 0px;
		color: #712277;
		font-family: var(--font-family-heebo);
		font-size: 18px;
		line-height: 15px;
		font-weight: 700;
		position: absolute;
		top: 2px;
		right: 0px;
	}
	.abbv-global-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-maximized {
		max-width: 1280px;
	}
	.abbv-global-safety-bar .abbv-safety-bar-content {
		max-width: 1280px;
	}
	.abbv-global-safety-bar .abbv-safety-bar-content.abbv-safety-bar-content-maximized .abbv-row-container {
		padding-right: 80px;
	}


/* GLOBAL SAFETY BAR | END */
	/* GLOBAL HEADER | START */
	.global-header .abbv-header-v2-utility-navigation nav ul {
		padding: 8px 20px 6px;
		max-height: 13px;
		flex-wrap: inherit;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul::after{ 
		display: none !important;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul li,
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(1),
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(2),
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(3),
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(4),
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(5),
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(6) {
		border-left: solid 1px var(--color-dark-purple);
		display: flex;
		order: revert;
		padding: 0 10px;
		width: initial;
		margin-bottom: 0;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(5) a,
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(6) a{
		max-width: unset;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul li:nth-child(1) {
		border-left: none;
		padding-left: 0;
	}
	.global-header .abbv-header-v2-utility-navigation nav ul li:last-child {
		border-right: none;
		padding-right: 0;
	}
	.global-header .abbv-eyebrow {
		padding: 4px 0 3px;
	}
	.global-header .abbv-header-v2-content,
	.global-header .abbv-header-v2-left {
		height: 70px;
	}
	.global-header .abbv-header-content-container .abbv-header-v2-left img {
		width: 175px;
	}
	.global-header .abbv-search-navigation .abbv-icon-search {
		right: 7px;
		top: 5px;
	}
	.global-header .abbv-header-v2-primary-navigation {
		background-color: var(--color-white);
		position: relative;
		width: 800px;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		height: 25px;
	}
	.abbv-header-v2-primary-navigation nav ul {
		height: auto;
	}
	.abbv-header-v2-primary-navigation nav ul li:first-child {
		border-left: none;
	}
	.abbv-header-v2-primary-navigation nav ul li {
		padding: 0 13px;
		border-left: solid 1px var(--color-dark-purple);
		height: 20px;
	}
	.abbv-header-v2-primary-navigation nav ul li > a {
		padding: 0;
		border-bottom: none;
		display: flex;
		height: 20px;
		align-items: center;
		font-size: var(--font-size-0875);
	}
	.abbv-header-v2-primary-navigation nav ul li > a:hover {
		border-bottom: none;
		color: var(--color-dark-purple);
	}
	.global-header .abbv-search-navigation {
		top: 23px;
	}
	.global-header .abbv-search-navigation .abbv-search {
		height: 35px;
		width: 170px;
	}
	.global-header .abbv-search-navigation .abbv-icon-search::after {
		font-size: var(--font-size-1562);
	}
	.abbv-header-v2-primary-navigation nav ul li a.abbv-nav-active {
		position: relative;
		color: var(--color-dark-purple);
		font-weight: 600;
		border-bottom: none;
		pointer-events: none;
	}
	.abbv-header-v2-primary-navigation nav ul li a.abbv-nav-active:after {
		content: '';
		background-color: #00ADA8;
		height: 3px;
		width: 100%;
		position: absolute;
		bottom: -2px;
	}
	.global-header .abbv-eyebrow span {
		font-size: var(--font-size-10);
	}
	/* GLOBAL HEADER | END */
	.bg-mdd-home-page-height .abbv-background-container-display {
		background-size: inherit;
	}
	.abbv-content .abv-prioritized-txtcolor-dark-purple-lg {
		color: var(--color-dark-purple) !important;
	}
	.mdd-home-hero-box {
		padding: 12px 20px;
	}
	.promo-drawer-align {
		top: 176px;
	}
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li {
		width: initial !important;
	}
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(1),
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(2),
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(3),
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(4) {
		margin-bottom: 0;
	}
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(1),
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li:nth-child(5) {
		border-left: solid 1px var(--color-dark-purple);
		padding-left: 10px;
	}
	.global-header.bridge .abbv-header-v2-utility-navigation nav ul li a {
		margin-top: 0;
	}

	/* COST & SAVINGS CUSTOM NAV BAR */
	.cost-savings-header .abbv-header-v2-primary-navigation.abbv-navigation {
		justify-content: center;
		position: absolute;
		bottom: 23px;
		width: 590px;    
	}
}

/* Breakpoint for large desktop and above (xl) */
@media (min-width: 1200px) {
	/* GLOBAL HEADER | START */
	.global-header .abbv-header-v2-primary-navigation {
		position: absolute;
		bottom: 23px;
	}
	/* GLOBAL HEADER | END */
	.savings-sup-align {
        position: relative;
        top: 3px;
    }
}

@media (max-width: 600px){
	p.abbvie-footer-logo {
		top: 45px;
	}
	.abbv-footer ul.abbv-footer-horizontal {
		margin-top: 76px;
	}
}

/* DLPS styling for Inline ISI  */
.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-1 li.p1.m-b-22:before {
    display: none;
}
.abbv-inline-safety .var-isi-ul-1 li.p1 span.p2.var-isi-sp-bspac.vr-dh-spn-issu{
    margin-bottom: 14px;
    display: inline-block;
}
.abbv-inline-safety .var-isi-ul-1 li.p1 ul.var-isi-ul-2 li {
    margin-bottom: 16px;
}

.abbv-inline-safety .var-isi-ul-1 li.p1 ul.var-isi-ul-2 li:last-child {
    margin-bottom: 20px;
}

.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-1 li.p1:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-1 li.p2.bpok-vr-not-b:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-1 li.p2.vra-st-bol:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-1 li.p1.m-b-22:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .p1.vra-isi-dot-the-most.vra-mob-dif-color:before
{
    display: inline-block;
    content: ".";
    position: relative;
    top: -4px;
    left: -6px;
    line-height: 22px;
    font-weight: 900;
    font-size: 34px;

}
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-3 li.p1:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-3 li.p1.bpok-vr-not-b:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-3 li.p1.vra-st-bol:before,
.abbv-safety-bar.abbv-global-safety-bar.home-safety-bar.abbv-safety-bar-maximized .var-isi-ul-3 li.p1.m-b-22:before{
    display: inline-block;
    content: ".";
    position: relative;
    top: -3px;
    left: -6px;
    line-height: 22px;
    font-weight: 900;
    font-size: 34px;
}


.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-1 li.p1:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-1 li.p2.bpok-vr-not-b:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-1 li.p2.vra-st-bol:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-1 li.p1.m-b-22:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .p1.vra-isi-dot-the-most.vra-mob-dif-color:before {
    display: inline-block;
    content: ".";
    position: absolute;
    top: -10px;
    left: -6px;
    line-height: 22px;
    font-weight: 900;
    font-size: 34px;
}
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li.p1:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li.p2.bpok-vr-not-b:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li.p2.vra-st-bol:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li.p1.m-b-22:before
{
    display: inline-block;
    content: ".";
    position: absolute;
    top: -3px;
    left: -6px;
    line-height: 22px;
    font-weight: 900;
    font-size: 34px;
}

p.p1.vra-isi-dot-the-most.vra-mob-dif-color

.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li:before {
    content: " ";
}

.abbv-safety-bar-content.abbv-safety-bar-content-maximized .var-isi-ul-1 li.p1 ul.var-isi-ul-2 {
    padding-top: 5px;
    padding-bottom: 0px; 
}

.abbv-rich-text.linzess-use-statement.abbv-rich-text-common .var-isi-ul-3 li:before{
    display: inline-block;
    content: ".";
    position: relative;
    top: -2px;
    left: -6px;
    line-height: 22px;
    font-weight: 900;
    font-size: 34px;
}
.abbv-inline-use .var-isi-ul-3 li:before {
    display: inline-block;
    content: ".";
    position: absolute;
    top: -7px;
    left: -6px;
    line-height: 22px;
    font-weight: 900;
    font-size: 34px;
}

.abbv-safety-bar-content.abbv-safety-bar-content-maximized .var-isi-ul-1 li.p1 .var-isi-ul-2 li:before,
.abbv-inline-safety .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-1 li.p1 .var-isi-ul-2 li:before {
    content: "-"!important;
    display: inline-block;
    position: relative;
    top:1px !important;
    left: -6px !important;
    font-size: 18px !important;
    line-height: 10px !important;
    font-weight: 800 !important;
}
.abbv-safety-bar-content.abbv-safety-bar-content-maximized .abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li {
    padding: 0;
}

.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common p.p1.var-pd-isi-p4.m-b-16,
.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common p.p1.var-pd-isi-p3.m-b-16
 {
    font-weight: 700;
}

.abbv-safety-bar-content.abbv-safety-bar-content-maximized p.var-pd-isi-p3 {
    font-weight: 700;
}

.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li{
	padding:5px 10px;
	}

	@media(max-width: 767px) {
		.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common .var-isi-ul-3 li{
			padding:5px 0px 5px 10px;
			}
	}

/* Global footer logo fix */

/* footer logo fixes */
.abbv-footer-content .logo {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.abbv-footer-content .logo {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (max-width: 768px) {
    .abbv-footer-content .logo {
        margin-left: -20px;
        margin-top: 20px;
    }
    div[id^="background-container"] p:nth-child(1) {
        font-size: 11px;
    }
    .gray-info-sup {
        font-size: 7px;
        top: 1.5px;
      }
}

.gray-info-sup {
    font-size: 9px;
    position: relative;
    top: 2px;

}

@media (max-width:768px)
{
    .text-underline{
        display: inline-block;
        position: relative;
    }
}

body .abbv-content-container {
	overflow: hidden !important;
}



/* error exclaimation mark fix */
@media(max-width: 480px) {
	#guideContainer-rootPanel-panel-panel_1670418815-abbvcampaigncheckbox-guidecheckbox___desc:before {
		right: -2px;
	}
}

/* fix for ios device till 375px */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
     @media(max-width: 376px) {
        #guideContainer-rootPanel-panel-panel_1670418815-abbvcampaigncheckbox-guidecheckbox___desc:before {
            right: -4.5px;
        }
     }
    }
  }
  
  @supports (-webkit-hyphens: none) {
    @media(max-width: 376px) {
        #guideContainer-rootPanel-panel-panel_1670418815-abbvcampaigncheckbox-guidecheckbox___desc:before {
            right: -4.5px;
        }
     }
  }

#guideContainer-rootPanel-panel-panel_1670418815-guidetextdraw_259001__ p{ font-size: 13px; }
@media only screen and (max-width: 767px){ 
    #guideContainer-rootPanel-panel-panel_1670418815-guidetextdraw_259001__ p b, #guideContainer-rootPanel-panel-panel_1670418815-abbvcampaigncheckbox-guidecheckbox__ .guideWidgetLabel.right label, #guideContainer-rootPanel-panel-panel_1670418815-guidetextdraw_259001__ p b a{ 
        font-size: 13px !important;
     }
     div[id^="background-container"] .abbv-rich-text-common>p:nth-child(2){ font-size: 11px }
 }

 div[id^="background-container"] .abbv-rich-text-common > p:first-child{
    margin-bottom: 0; 
 }
 div[id^="background-container"] .abbv-rich-text-common > p:nth-child(2){ 
    margin-top: 0;
    padding-top: 0;
  }
.guideDropDownList.howlongList .dropDownList select option{ font-weight: bold;  }
.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common p.p1.var-pd-isi-p3.m-b-16 b, .abbv-safety-bar-content.abbv-safety-bar-content-maximized p.var-pd-isi-p3 b, .abbv-safety-bar-content.abbv-safety-bar-content-maximized p.var-pd-isi-p3{ font-weight: normal !important; }
.abbv-inline-use-isi ul li{ 
        text-indent: 0px !important;
 }

.abbv-inline-use-isi ul li ul li{ 
        text-indent: -4px !important;
 }
.linzess-use-statement ul.var-isi-ul-3 li{ 
	text-indent: -5px !important;
 }

.abbv-rich-text.var-main-isi-con.isi-scz-style.abbv-rich-text-common p.p1.var-pd-isi-p3.m-b-16 b{ 
	font-weight: bold !important; 
}

/* Privacy Updates */
/* nth child styles applied for Your Privacy Choices Link present in the footer */
.abbv-footer .abbv-footer-horizontal li:last-child {
    background: url(/content/dam/vraylar/images/privacy-choices-white.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: right 40%;
    padding-right: 35px;
    width: fit-content;
    background-size: 15%;
}

.abbv-footer .global-footer .abbv-footer-horizontal li:last-child {
	background-position: right 50%;
    background-size: 17%;
}

body.ind-bipolar .abbv-footer .abbv-footer-horizontal li:last-child {
	background-position: right 55%;
    padding-right: 34px;
    background-size: 17%;
}

.abbv-footer .abbv-footer-horizontal li:last-child a::after {
	display: none;
}

.abbv-footer .global-footer .abbv-footer-horizontal li a#ot-sdk-btn1 {
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.abbv-footer .global-footer .abbv-footer-horizontal li::after {
		top: 11px;
	}
	
	.abbv-footer .global-footer .abbv-footer-horizontal li a {
		line-height: 40px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.abbv-footer .global-footer .abbv-footer-horizontal li:last-child {
		padding-right: 36px;
		background-position: right 70%;
	}
}

 
@media (max-width: 767px) {
	.abbv-footer .abbv-footer-horizontal li:last-child{
        padding-right: 33px;
        background-position: right 34%;
		background-size: 16%;
    }
	.abbv-footer .global-footer .abbv-footer-horizontal li:last-child,
	body.ind-bipolar .abbv-footer .abbv-footer-horizontal li:last-child	{
        padding-right: 40px;
        background-position: right 54%;
		background-size: 19%;
    }
}