::-moz-selection,
	::selection {
		background: transparent;
	}

body {
	margin: 0;
	padding: 0;
}

sup {
	font-size:60%;
	line-height:0;
	position: relative;
}

strong, 
.black {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 900;
}

section {
	color: white;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.gradient {
	background: -webkit-linear-gradient(left, rgb(246, 223, 108), rgb(129, 180, 147), rgb(0, 155, 172), rgb(129, 180, 147), rgb(246, 223, 108));
	background-size: 150% 100%;
	font-weight: 900;
	background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-position-x: 0%;
	animation: gradient 3s ease-in-out 0;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

@keyframes gradient {
	0% {
		background-position-x: 0%;
	}
	50% {
		background-position-x: 100%;
	}
	100% {
		background-position-x: 0%;
	}
}

.preloader {
	position: absolute;
	left: -9999px;
}

.fpo {
	color: #ec008c;
}

/* Fix for apple phone number */
a[href^="x-apple-data-detectors:"] {
	color: inherit;
	text-decoration: inherit;
}

#banner {
	width: 970px;
	height: 250px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url("./background.png");
	background-size: 970px auto;
	background-repeat: no-repeat;
	background-color: #624b78;
	background-size: cover;
	z-index:1;
	border: 1px solid #2b173d;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.pos-abs {
	position: absolute;
}

/* FRAMES */

#frame-1,
#frame-2,
#frame-3,
#frame-4 {
	opacity: 0;
	height: 250px;
	width: 970px;
}

.indication {
	width: 485px;
	text-align: left;
	display: inline-block;
	font-size: 10px;
	line-height: 1.1;
	position: absolute;
	top: 20px;
	/* bottom: 4px; */
	left: 203px;
}

/* FRAMES 1-3 */

#treat-prevent-text {
	position: absolute;
	top: 90px;
	display: block;
	left: 257px;
	width: 100%;
	font-size: 28px;
	font-weight: 900;
	opacity: 0;
}

#frame-1 .main-text,
	#frame-2 .main-text,
	#frame-3 .main-text {
		color: #ffffff;
		left: 252px;
		font-size: 28px;
		width: 100%;
		top: 170px;
	}

	#frame-2 .main-text {
		left: 283px;
	}

	#frame-3 .main-text {
		left: 295px;
	}

	/* FRAME 4 */

	#frame-4 .main-text {
		box-sizing: border-box;
		left: -120px;
		text-align: center;
		font-size: 23px;
		line-height: 26px;
		font-weight: 900;
		width: 100%;
		top: 92px;
	}

	#frame-4 .main-text-2 {
		box-sizing: border-box;
		left: 280px;
		font-size: 30px;
		font-weight: 900;
		line-height: 30px;
		width: 100%;
		top: 147px;
	}

	#cta {
		box-sizing: border-box;
		background-color: #00a7b5;
		font-size: 10px;
		font-weight: 900;
		padding: 8px;
		width: 168px;
		height: 25px;
		line-height: 1.2;
		left: 280px;
    	top: 190px;
		display: flex;
		opacity: 0;
		justify-content: center;
		align-items: center;
		text-align: center;
		cursor: pointer;
		z-index: 25001;
	}

	/* click areas must be above the border element.*/
	
	#click-area-primary {
		position: absolute;
		top: 0;
		left: 0;
		width: 970px;
		height: 250px;
		cursor: pointer;
		z-index: 10;
	}

	#click-area-primary a {
		width: 970px;
		height: 250px;
		display: block;
	}

	#animation {
		width: 970px;
		height: 250px;
		position: absolute;
		z-index: 2;
	}

	#nurtec-logo {
		display: block;
    	width: 138px;
    	height: 55px;
		top: 5px;
		left: 15px;
	}

	/* CTA Section */

	#button-container {
		height: 23px;
		width: 245px;
		top: 0px;
		right: 0px;
		z-index: 25000;
		background-color: #2b173d;
	}
	
	#button-container .pi {
		left: 11px;
		height: 21px;
		width: 130px;
		cursor: pointer;
		height: 23px;
	}
	#button-container .pi p {
		font-size: 12px;
		line-height: 1.6;
		text-decoration: underline;
	}

	/* Line Breaks */
	br {
		display:none;
	}

	/* To add a line break for all sizes, give the <br> a class of "size_all" */
	br.size_all,
	br.size_970x250 {
		display:block;
		font-size: 0;
	}

	/*ISI*/
	#isi-container {
		position: absolute;
		width: 245px;
		bottom: 0px;
		right: 0px;
		height: 225px;
		color: white;
		-webkit-font-smoothing: antialiased;
		z-index: 25000;
		background: #624b78;
		border-top: 3px solid #2b173d;
	}
	
	#isi #references {
		word-break: break-word;
	}

	#isi h2 {
		color: white;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 1.3;
		margin: 3px 0 5px;
	}

	#isi strong {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	#isi p, #isi li {
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	#isi p {
		margin: 5px 0;
	}
	
	#isi ol,
	#isi ul {
		padding: 0;
		margin: -3px 0 8px;
		margin-left: 6px;
		list-style-type: none;
		position: relative;
	}

	#isi li::before {
		position: absolute;
		content: "•";
		color: #ffffff;
		left: -6px;
		display: inline-block;
	}

	.underline {
		text-decoration: underline;
	}

	#isi a {
		color: white;
		text-decoration: underline;
		cursor: pointer;
	}

	#biohaven-logo {
		width: 95px;
		height: 42px;
		cursor: pointer;
		margin: 10px 0px;
	}

	#isi .no-link,
	#isi .no-link a {
		color: inherit;
		text-decoration: none;
	}
	
	#isi-container .viewport {
		height: calc(100% - 4px);
		overflow: hidden;
		position: relative;
		top: 2px;
	}

	#isi-container .overview {
		list-style: none;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		padding: 0 20px 0px 11px;
	}