body {
	margin-top: 50px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	Font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover, .link:hover {
	color: #3F3F3F;
	text-decoration: underline;
}

p,
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F;
}

.color {
	color: #3F3F3F;
}

.color-1:hover {
	text-decoration: none !important;
}

.position {
	float: right !important;
}

.buttons {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
	border-radius: 10px;
	padding: 20px;
	background-color: #071d49;
	font-size: 16px;
	display: flex;
	max-width: 360px;
}

.isi-modal {
	box-shadow: 6px 4px 5px #e8e8e8;
	border-radius: 10px;
	background-color: #ffffff;
}

.isi-modal-footer {
	box-shadow: 6px 4px 5px #e8e8e8;
	border-radius: 10px;
	background-color: #ffffff;
	padding: 20px 20px 20px 50px;
	margin-right: 24px;
}

.isi-button{
	display: inline-block;
    background-color: #071d49;
    color: #ffffff;
    width: 255px;
    line-height: 18px;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.isi-button span{
	font-size: 14px;
}

.white-arrow-right{
	position: absolute;
	right: 14px;
    top: 16px;
}

.plus-arrow {
	position: relative;
	right: -4px;
	top: -30px;
}

.list-style {
	font-size: 14px;
	line-height: 22px;
}

/* Sticky Footer */

.isi-preview {
	position: fixed;
	width: 1300px;
	left: auto;
	bottom: 0;
	overflow: visible;
	padding: 0;
	z-index: 99;
	display: none;
	height: auto;
	border-radius: 10px;
	margin: auto;
	height: 269px;
}

.isi-preview .wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
	position: relative;
	left: auto;
	bottom: -5px;
	background-color: #ffffff;
	font-size: 16px;
	padding: 20px 20px 0px 25px;
	border-radius: 10px;
	overflow: hidden;
	height: inherit;
}

.indication-content {
	line-height: 1.2em;
}

.isi-fixed .isi-preview {
	display: block !important;
}

.ISI-container {}

.p-isi {
	font-size: 14px;
}

p.p-isi {
	margin-bottom: 0px;
	line-height: 22px;
}

li.p-isi {
	margin-bottom: 0px;
	line-height: 22px;
}


.safetybar {
	background-color: #071d49;
	min-height: 40px;
	margin-left: -12px;
	margin-right: -12px;
}

.hero {
	background-image: url('../assets/lupron_hero.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
	/* background-position: inherit; */
	background-position: center;
}

.row {
	--bs-gutter-x: 0;
}

.navbar-nav li.d-inline-flex::after {
	content: "|";
}

.navbar-nav li.d-inline-flex:last-child::after {
	content: none;
}

.modal-header {
	background-color: #071d49;
	color: #ffffff;
}

.btn-close {
	color: #ffffff;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.hyppen-list {
	margin: 0;
	list-style-type: none;
	padding-left: 20px;
}

.hyppen-list > li:before {
	content: '\2013';
	position: absolute;
	margin-left: -20px;
}
.footer_logo {
	margin: 20px auto 0px auto;
	width: 120px;
}

.footer_logo img{
	width: 120px; 
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 12px;
    padding-right: 12px;
}

.mb-300{
	margin-bottom: 300px;
}

.mb-350{
	margin-bottom: 350px;
}

.main_dropdown .dropdown {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	
}

.main_dropdown .dropdown option:first-child{
	display: none;
}

.main_dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 347px;
}

.main_dropdown .dropdown .subtitle, .dropdown-item .subtitle {
	font-size: 14px;
}
.main_dropdown .dropdown .dropdown-item, .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #071d49;
	font-weight: bold;
}

.main_dropdown .dropdown .dropdown-item {
	border-bottom: 1px Solid #ddd;
}

.main_dropdown .dropdown-menu {
	padding: 0px;
}

.accordion-button::after {
	margin-left: 0px;
    margin-right: auto;
    position: absolute;
	left: 20px;
	color: #fff;
	background-image: url('../assets/arrow.png');
  }

.accordion-button:not(.collapsed){
	background-color: #153472;
	color: #fff;
}

.accordion-button:not(.collapsed)::after{
	background-image: url('../assets/arrow.png');
}

.accordion-button{
	padding-left: 3rem;
	background-color: #071d49;
	color: #ffffff;
}

.pi_pdf {
	display: block;
    padding-bottom: 10px;
}

.pi_pdf img{
	margin-top: -5px;
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0px;
}

.dropdown-item {
	font-weight: bold;
	color: #071d49;
	cursor: pointer;
}

.dropdown-item:hover {
	color: #071d49;
	text-decoration: none;
}

.actor_portrayal {
	color: #fff;
	text-shadow: 0px 0px 4px #000;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 40px;
}

sup {
	top: -0.4em;
}

.accordion-button:focus {
	box-shadow: none;
}

.mb-0 {
	margin-bottom: 0px;
}

.ot-sdk-show-settings:hover {
	color: #fff;
}

.link-3:hover{
	text-decoration: underline;
	cursor: pointer;
}

#dropdown01:-webkit-any-link:focus-visible {
	outline-offset: 0px;
	outline-width: 0px;
}

/*Cookie style overwrite*/
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
    color: #ffffff!important;
    border: none!important;
    padding: 0px!important;
    font-size: 13px!important;
    background-color: #071d49 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
    background-color:transparent!important;
    color: #ffffff!important;
}
/* .dropdown:hover .dropdown-menu {
    display: block;
	position: absolute;
 } */

/* MOBILE */

@media screen and (max-width: 1400px) {
	.isi-preview {
		width: 1116px;
		height: 269px;
	}
}

@media screen and (max-width: 599px) {
	.m-left-justify {
		justify-content: flex-start !important;
	}

}

@media screen and (max-width: 1200px) {
	.hero {
		background-position: center;
	}
	.isi-preview {
		left: 50%;
		width: 1088px;
	}
	.isi-preview .wrapper {
		left: -558px;
	}
}

@media screen and (max-width: 992px) {
	.padding-bottom-0 {
		padding-bottom: 0 !important;
	}

	.flex-start {
		justify-content: flex-start !important;
	}

	.m-margin {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.zero-padding {
		width: 100%
	}

	.hero {
		background-position: -400px;
		
	}
	.navbar-nav {
		padding-left: 20px;
	}
	.navbar-nav li.d-inline-flex::after {
		content: "|";
	}
	
	.navbar-nav li.d-inline-flex:last-child::after {
		content: none;
	}

	.list-default{
		display: block !important;
		padding-right: 0 !important;
		float: none !important;
	}
}

@media screen and (max-width: 768px) {
	.hero {
		background-position: -250px;
	}
	.navbar-nav {
		flex-direction: column !important;
	}
	.navbar-nav li.d-inline-flex {
		text-align: center;
		display: list-item!important;
	}
	.navbar-nav li.d-inline-flex::after {
		content: none;
	}
	.isi-preview {
		padding: 0px;
	}
}

@media screen and (max-width: 519px) {
	
	.padding-bottom-0 {
		padding-bottom: 0 !important;
	}
}

@media (max-width: 1199.98px) {
	.isi-preview .wrapper {
		left: 0px;
		margin: 0px;
	}

	.isi-preview {
		width: 100%;
		left: 0px;
		height: 292px;
	}
}

@media (max-width: 1105px) {
	.isi-preview {
		width: 100%;
		left: 0px;
		height: 314px;
	}
}

@media screen and (max-width: 800px) {
	.isi-preview {
		height: 350px;
	}
}


@media screen and (max-width: 700px) {
	.isi-preview {
		height: 400px;
	}
}

@media screen and (max-width: 600px) {
	.m-font-size-header {
		font-size: 32px !important;
		line-height: 40px !important;
	}

	.f-40 {
		font-size: 40px !important;
	}

	.body-margins {
		margin-right: 16px;
		margin-left: 16px;
	}

	.isi-preview {
		height: 400px;
	}

}

@media screen and (max-width: 344px) {
	.inline-block {
		display: inline-block !important;
	}

	.isi-preview {
		height: 500px;
		max-height: 60vh;
	}

}

