/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


 #thehoverisiSmall  h2 {
    color: #000;
    font-size: 17px !important;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: Arial, sans-serif !important;
    background-color: #fff;
    padding-bottom: 15px;
}

#thehoverisiSmall  h4 {
    color: #454545;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: Arial, sans-serif !important;
    padding-top: 5px;
}

#thehoverisiSmall  p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
    color: #454545;
}

#thehoverisiSmall ul { 
    padding-left: 25px;
    list-style: none;
    font-family: Arial, sans-serif !important;
    color: #454545;
	margin-bottom: 0px;
}

#thehoverisiSmall ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: Arial, sans-serif !important;
    color: #454545;
}


#thehoverisiSmall ul li::before {
    content: '\2022'; 
    color: #454545;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-family: Arial, sans-serif !important;
}


body {
  padding-top: 54px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: rgba(69, 69, 69, 1);
  line-height: 21px;
}

h1 {
	padding-top: 15px;
	padding-left: 20px;
}

.container {
    max-width: 1776px;
}

.heroPadding
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}

.heroPaddinghcp
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}

.heroPaddingNone
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}


.HeroText
{
	padding-left: 80px;

}

.HeroText .orangeHeaderTitle
{
	font-size: 32px;
	line-height: 38px;
	color: rgba(243, 186, 155, 1);
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 40px;
	max-width: 500px;
}
.HeroText .whiteHeaderTitle
{
	font-size: 43px;
	line-height: 50px;
	color: rgba(255, 255, 255, 1);
	padding-bottom: 25px;
	font-weight: bold;
}

.HeroText .whiteSmallTextBold
{
	font-size: 25px;
	line-height: 27px;
	color: rgba(255, 255, 255, 1);
	padding-bottom: 5px;
	font-weight: bold;
	border-top: solid 1px #fff;
padding-top: 20px;
}

.HeroText .whiteSmallText
{
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);

}

.QuestionBox
{
border-right: solid 1px #999;
}

.QuestionBoxText
{
	
	max-width: 900px;
}



.QuestionBox .greenText
{
	color: rgba(5, 94, 114, 1);
	font-size: 45px;
	font-weight: bold;
	line-height: 48px;
}

.QuestionBox .orangeText
{
	color: rgba(232, 148, 104, 1);
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
}

a.LearnMore
{
	border: solid 1px rgba(106, 167, 181, 1);
	display:block;
	background-color: transparent;
	font-size: 25px;
	text-align:center;
	padding: 10px;
	max-width: 250px;
	color: rgba(5, 94, 114, 1);
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1.25px;
}

a.LearnMore:hover
{
	border: solid 1px rgba(106, 167, 181, 1);	
	background-color: rgba(106, 167, 181, 1);
	color: #fff;	
}

.footnoteText
{
	font-size: 10px;
	color: rgba(85, 81, 78, 1);
	line-height: 16px;
	text-align:right;
}

.bulletPadding
{
	padding-left: 25px;
}

.bulletPadding li
{
	padding-bottom: 10px;
}

.copaySavingsText
{
	color: rgba(5, 94, 114, 1);
	font-size: 45px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.copaySavingsTwentyFive
{
	font-size: 25px;
	line-height: 29px;
	color: rgba(73, 73, 74, 1);
	margin-bottom: 10px;
	font-weight: bold;
	max-width: 700px;
}

.copaySavingsTwentyTwo
{
	font-size: 22px;
	line-height: 29px;
	color: rgba(73, 73, 74, 1);
	margin-bottom: 15px;
	max-width: 760px;
}

.footerLinks a
{
	color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: normal;
    display: block;
	font-weight: 500;
}


a {
	color: rgba(67, 68, 69, 1);
	text-decoration: underline;
	font-weight: 700;
	}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}


.bg-dark {
    background-color: #464564 !important;
}


img.onehundred {
	width: 100%;
	height: auto;
	}

.rowPadding
{
	margin-top: 50px;
	margin-bottom: 50px;
}

header
{
	margin-top: 50px;
}

.LogoArea
{
	background-color: #ffffff;
	padding: 45px 0px;
}

LogoArea .logoSize
{
	width: 50%;
	height: auto;
}

.productName
{
	font-size:  30px;
	color: #fff;
	font-weight: bold;
}

.productDose
{
	font-size:  16px;
	color: #fff;
	font-weight: 400;
}

.LogoArea .productDescription
{
	font-size:  15px;
	text-align:center;
}

@media (max-width: 1024px) 
{
.heroPadding
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}

.heroPaddinghcp
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}



.heroPadding .col-lg-5 
{
	flex: 0 0 100%;
    max-width: 100%;

}


.HeroText .orangeHeaderTitle {
    font-size: 22px;
    line-height: 28px;
	max-width: 1000px;
}

.HeroText .whiteHeaderTitle {
    font-size: 22px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 25px;
    font-weight: bold;
	max-width: 300px;
}





.HeroText .whiteSmallTextBold {
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 5px;
    font-weight: bold;
    border-top: solid 1px #fff;
    padding-top: 20px;
	max-width: 300px;
}

.HeroText .whiteSmallText {
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}

}


/*
@media (min-height: 600px) and (min-width: 1024px) {
   
	.heroPadding
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}

.heroPaddinghcp
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}



.heroPadding .col-lg-5 
{
	flex: 0 0 100%;
    max-width: 100%;

}


.HeroText .orangeHeaderTitle {
    font-size: 22px;
    line-height: 28px;
	max-width: 1000px;
}

.HeroText .whiteHeaderTitle {
    font-size: 22px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 25px;
    font-weight: bold;
}


#thehoverisiSmall h2 {
    color: rgba(73, 73, 74, 1);
    font-size: 14px !important;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif !important;
    margin-bottom: 10px;
}

#thehoverisiSmall h4 {
    color: rgba(73, 73, 74, 1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Arial, sans-serif !important;
    margin-bottom: 0px;
}

#thehoverisiSmall p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
    margin-bottom: 10px;
}

.HeroText .whiteSmallTextBold {
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 5px;
    font-weight: bold;
    border-top: solid 1px #fff;
    padding-top: 20px;
	max-width: 300px;
}

.HeroText .whiteSmallText {
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
}

}
  
*/



@media (max-width: 992px) {
  	header
  	{
	margin-top: 0px;
	}

	
	.LogoArea {

    background-color: #ffffff !important; 
    padding: 15px 0px !important; 
	}
	
	
	.logoSize
	{
		text-align:center;
	}
	
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
	font-weight:700;
	font-size: 14px;
	text-decoration:None !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #74933A !important;
}

.HomeFourColumns
{
	text-align: center;
}

.HomeFourColumns img
{
	margin-bottom: 25px;
}


.HomeFourColumns h2 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #930050 !important;
    text-decoration: none;
}

.HomeFourColumns h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #930050 !important;
    text-decoration: none;
	margin-bottom: 0px !important;
}

.HomeFourColumns p
{
	font-size: 16px;
	line-height: 24px;
}

.PurpleBox
{
	background-color: #930050;
	padding-left: 30px;
	padding-top: 35px;
}

.PurpleBoxTitle
{
	font-size: 25px;
	line-height: 36px;	
	color: #FFFFFF;
	font-weight:700;
}

.DarkPurpleBox
{
	background-color: #4D234E;
	padding-left: 35px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 50px;
}

.DarkPurpleBox ul
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
}

.DarkPurpleBox ul li
{
	margin-top: 15px;
}


.DarkPurpleBoxText
{
	color: #fff;
	font-size: 16px;
    line-height: 24px;	
}

a.LearnMoreButton
{
	color: #fff;
    background-color: #BA3B80;
    border: solid 1.5px #fff;
    text-align: center;
    padding: 20px 50px;
    text-decoration: none;
    font-size: 20px;
}


.noPadding
{
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}



@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 1.3rem;
}
}




.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption.firstSlide {
    position: absolute;
    top: 5%;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
	font-weight: 300;
	font-size: 40px;
	width:30%;
	line-height:45px;
}


@media (max-width: 1200px) {

.carousel-caption.firstSlide {
    top: 9%;
    font-size: 24px;
	line-height:30px;
}
}

@media (max-width: 1000px) {
.carousel-caption.firstSlide {
    position: absolute;
    top: 8%;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    width: 30%;
    line-height: 25px;
}

.carousel-item {
  height: 75vh;
  min-height: 350px;
}


}

@media (max-height: 1000px) {

.carousel-item {
  height: 90vh;
  min-height: unset;
}



}





@media (max-width: 820px) {

.carousel-item {
  height: 60vh;
  min-height: unset;
}


}



@media (max-width: 767px) {
	img.mobileSize {
	width: 40%;
	height: auto;
	}
	.carousel-item {
  height: 100vh;
  min-height: 350px;
}

	
.carousel-caption.firstSlide {
    position: absolute;
    top: 0;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    width: 50%;
    line-height: 25px;
}
}


.carousel-caption.secondSlide {
    position: absolute;
    top: 37%;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
	font-weight: 300;
	font-size: 40px;
	width:30%;
	line-height:45px;
}


.carousel-caption.secondSlide .Padding
	{
		padding-top: 60px;
	}

@media (max-width: 767px) {
	.carousel-caption.secondSlide {
	top: 19%;
	font-size: 28px;
	line-height: 33px;
	}
	
	.carousel-caption.secondSlide .Padding
	{
		padding-top: 30px;
	}
	
}


.carousel-caption.thirdSlide {
    position: absolute;
    top: 10%;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
	font-weight: 300;
	font-size: 38px;
	width:30%;
	line-height:45px;
}

.SliderBackground
{
	background-color: #930050;position:relative;
}

.SliderBackgroundText
{
	position:absolute;left: 20%;top:5%;max-width:400px;color: #fff;font-size: 40px;line-height: 48px;
	}

@media (max-width: 1600px) {
	.SliderBackgroundText
{
	left: 10%;
	}
}

@media (max-width: 1420px) {
	.SliderBackgroundText
{
	position:absolute;left: 10%;top:5%;max-width:400px;color: #fff;font-size: 30px;line-height: 38px;
	}
}

@media (max-width: 1200px) {
	
	.SliderBackgroundText
{
	position:absolute;left: 5%;top:10%;max-width:500px;color: #fff;font-size: 26px;line-height: 32px;
	}
}
	
	
@media (max-width: 991px) {
	
	.SliderBackgroundText
{
	position:relative;
	left: 5%;
	top:10%;
	max-width:1000px;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	}
}
	
	
	
.carousel-caption.thirdSlide {
    top: 9%;
    font-size: 28px;
	line-height:35px;
}
}

@media (max-width: 1000px) {
.carousel-caption.thirdSlide {
    position: absolute;
    top: 8%;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    width: 70%;
    line-height: 33px;
}
}


@media (max-width: 767px) {
.carousel-caption.thirdSlide {
    position: absolute;
    top: 0;
    z-index: 10;
    padding-top: 20px;
    color: rgba(0, 124, 197, 1);
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    width: 70%;
    line-height: 33px;
}
}
.carousel-indicators li {
    border-radius: 20px;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, .2);
}
.carousel-indicators li.active {
background-color: rgba(255, 255, 255, 1)
}

.portfolio-item {
  margin-bottom: 30px;
}

.darkGrayHomeBox
{
	background-color: #C5C6C8;
	padding: 80px 55px 80px 70px;	
}

.darkGrayHomeBox p
{
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
}

.GrayPatAssistBackground
{
	background-color: rgba(77, 35, 78, 1);
	padding: 35px 45px 35px 35px;;
	margin-top: 35px;
	font-size: 18px;
	line-height: 30px;
}

.lightGrayHomeBox {
	background-image: linear-gradient(to bottom, rgba(232, 234, 232, 1), rgba(245, 247, 245, 0));
	padding: 55px 80px 55px 40px;	
}

.lightGrayHomeBox h2
{
	color: rgba(158, 201, 77, 1);
	font-size: 28px;
	line-height: 35px;
	padding-bottom: 10px;
}

.lightGrayHomeBox ul {
	
	padding-left: 20px;
}

.lightGrayHomeBox ul li
{
	font-size: 18px;
	color: rgba(0, 0, 0, 1);
}

.lightGrayHomeBox p.reference
{
	font-size: 12px;
	color: rgba(0, 0, 0, 1);
}

.BlueHeader
{
	color: rgba(0, 124, 197, 1);
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
	line-height:35px;
}

.referenceText
{
	font-size: 15px;
}

#lineisi
{
	box-shadow: rgb(0 0 0 / 50%) 0px -6px 6px -6px;

}




.alignBottomLogo
{
	text-align:right;
}


#isi
{
	/*
	margin-top: 85px;
    border-top: solid 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.16);
    
	background: rgba(172, 210, 234, 0.29);*/
}

#isi .green
{
	color: rgba(158, 201, 77, 1);
	font-family: Arial, sans-serif !important;
}

#isi a
{
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;	
	font-weight: bold;
	font-family: Arial, sans-serif !important;
}

#isi a:hover
{
	ciolor: rgba(0, 0, 0, 1);
	text-decoration: underline;	
	font-family: Arial, sans-serif !important;
}

#isi h2
{
	color: #000;
	font-size: 17px !important;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Arial, sans-serif !important;
	background-color: #fff;
	padding-bottom: 15px;
}

#isi h3.green
{
	color: rgba(158, 201, 77, 1);
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	font-family: Arial, sans-serif !important;
}

#isi h3
{
	color: #454545;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	font-family: Arial, sans-serif !important;
}

#isi h4
{
	color: #454545;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 0px;
	font-family: Arial, sans-serif !important;
	padding-top: 5px;
	margin-bottom: 0px;
}

#isi p
{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Arial, sans-serif !important;
	color: #454545;
}

#isi ul
{
	padding-left: 15px;list-style: none;
	font-family: Arial, sans-serif !important;
	color: #454545;
	margin-bottom: 0px;
}

#isi ul li
{
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	font-family: Arial, sans-serif !important;
	color: #454545;
}

#isi ul li::before
{
	content: '\2022'; 
	color: #454545;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-family: Arial, sans-serif !important;
}


#isi ul li ul
{
	padding-left: 15px;
	font-weight: 300;
	font-family: Arial, sans-serif !important;
	color: #454545;
}

#isi ul li ul li::before
{
	content: '\2013'; 
	color: #454545;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-family: Arial, sans-serif !important;
}


footer .copyright
{
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 0px;
}

footer .copyright a
{
	color: #ffffff;
	text-decoration:underline;
	font-weight: 400;
}

footer .disclaimer
{
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	line-height: 16px;
	
}

footer .code
{
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 20px;
}


.bolder
{
	font-weight: 600 !important;
}

.SubPageHero
{
	position:relative;
}

.SubPageHeroText
{
	position: absolute;	
	bottom: 40px;
	left: 35px;
}

.SubPageHeroText h2
{
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	color: #ffffff;
	max-width:487px;
}

.SubPageHeroText p
{
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	color: #ffffff;
}

.SubRightNav
{
	text-align: left;
}

.SubRightNav img
{
	padding-left: 5px;
}

.SubRightNav h2 
{
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0px;
}


.SubRightNav h2 a
{
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    color: rgba(147, 0, 80, 1);
}

.SubRightNav p
{
	font-size: 14px;
	line-height: 20px;
}

.SubRightNavPadding
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.rightNavText {
	margin-top: 40px;
	}

.rightNavText a
{
	color: #930050;
	text-decoration: underline;
	font-weight: 700;
}

hr.greenline
{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4D234E;
    margin: .3em 0;
    padding: 0; 
}

.lightPurpleBackground
{
	background-color:rgba(147, 0, 80, 1);
}


.prodISITitle
{
	color: #fff;font-size: 40px;line-height: 50px;font-weight: bold;
}

.prodISIText
{
	color: #fff;font-size: 40px;line-height: 50px;font-weight: normal;margin-top:25px;
}

.TopTextWidth
{
	max-width:770px;margin: auto;padding-top: 40px;padding-bottom: 40px;
}

.BottomTextWidth
{
	max-width: 1020px;margin: 0 0 0 auto; padding-top: 60px; padding-bottom: 110px;padding-left: 70px;
}

.purpleText
{
	color: rgba(186, 59, 128, 1);
	font-weight: bold;
}

.whiteText
{
	color: #fff;
}

.fontTwentySeven
{
	font-size: 27px;
	line-height:34px;
}

.fontThirteen
{
	font-size: 13px;
	line-height: 18px;
	}

.TopRightNavSpace
{
	max-width: 400px;position:absolute;bottom:0;
}

.contactBlock
{
	display:flex;align-items:center;
}

.PatAssistanceEnroll
{
	display:flex;padding-top: 20px;padding-bottom: 45px;
}

.SubRightNavBottomPadding
{
	padding-bottom: 50px;
}

.alignBottle
{
	text-align:left;
}

.rightNavMaxWidth
{
	max-width: 400px;
}


@media (max-width: 1640px) {
	
	.SubRightNavBottomPadding
{
	padding-bottom: 25px;
}
}



@media (max-width: 1200px) {

.prodISITitle {
    color: #fff;
    font-size: 35px;
    line-height: 46px;
    font-weight: bold;
	padding-left:60px;
	padding-right: 60px;
}

.TopRightNavSpace
{
	max-width: unset;
	position:relative;
	bottom:unset;
	
	padding-top: 40px;
	
	
}

}





@media (max-width: 992px) {

.rightNavMaxWidth
{
	max-width: unset;
}

.alignBottle
{
	text-align:center;
}


.SliderBackgroundText {
    position: relative;
    left: unset;
    top: unset;
    max-width: 1000px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    height: 250px;
    padding: 30px;
}


.prodISITitle {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
}

.prodISIText {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 25px;
	padding-left: 60px;
}



.TopRightNavSpace
{
	max-width: unset;
	position:relative;
	bottom:unset;
	
	padding-top: 50px;
	padding-bottom: 50px;
	
	
}
	.SubRightNav {
    text-align: center;
}


.contactBlock
{
	display:unset;align-items:unset;
}

.BottomTextWidth {
    max-width: 1020px;
    margin: 0 0 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

#isi h2 {
    color: #000;
    font-size: 26px !important;
    margin-bottom: 30px;
    font-weight: bold;
	font-family: Arial, sans-serif !important;
}


#isi p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 300;
	font-family: Arial, sans-serif !important;
}


#isi ul li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
}


.PatAssistanceEnroll
{
	display:unset;padding-top: 20px;padding-bottom: 45px;
}


.PatAssistanceEnrollPadding
{
	padding-top: 20px;padding-bottom: 45px;
}


.rightNavText {
	margin: 0px;
	text-align:center;
	padding-top: 30px;
	}


}


@media (max-width: 767px) {
	
	.carousel-item {
  height: 65vh;
  min-height: 350px;
}

}



@media (max-width: 1650px) {


	#thehoverisiSmall h2 {
		color: #000;
		font-size: 17px !important;
		line-height: 20px;
		margin-bottom: 5px;
		font-weight: bold;
		font-family: Arial, sans-serif !important;
		background-color: #fff;
		padding-bottom: 15px;
	}
	
	#thehoverisiSmall h4 {
		color: #454545;
		font-size: 15px;
		line-height: 22px;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: Arial, sans-serif !important;
		padding-top: 5px;
	}
	
	#thehoverisiSmall p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: 400;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	#thehoverisiSmall ul {
		padding-left: 25px;
		list-style: none;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	#thehoverisiSmall ul li {
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	
	#thehoverisiSmall ul li::before {
		content: '\2022'; 
		color: #454545;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
		font-family: Arial, sans-serif !important;
	}


#isi h2
{
	color: #000;
	font-size: 18px !important;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif !important;
}

#isi h4
{
	color: #454545;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Arial, sans-serif !important;
}

#isi p
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Arial, sans-serif !important;
	
}




}








@media (max-width: 1200px) {


	#thehoverisiSmall h2 {
		color: #000;
		font-size: 17px !important;
		line-height: 20px;
		margin-bottom: 5px;
		font-weight: bold;
		font-family: Arial, sans-serif !important;
		background-color: #fff;
		padding-bottom: 15px;
	}
	
	#thehoverisiSmall h4 {
		color: #454545;
		font-size: 15px;
		line-height: 22px;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: Arial, sans-serif !important;
		padding-top: 5px;
	}
	
	#thehoverisiSmall p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: 400;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	#thehoverisiSmall ul {
		padding-left: 20px;
		list-style: none;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	#thehoverisiSmall ul li {
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	
	#thehoverisiSmall ul li::before {
		content: '\2022'; 
		color: #454545;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
		font-family: Arial, sans-serif !important;
	}


#isi h2
{
	color: #000;
	font-size: 18px !important;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif !important;
}

#isi h4
{
	color: #454545;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Arial, sans-serif !important;
}

#isi p
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Arial, sans-serif !important;
}


}



@media (max-width: 900px) {


	#thehoverisiSmall h2 {
		color: #000;
		font-size: 17px !important;
		line-height: 20px;
		margin-bottom: 5px;
		font-weight: bold;
		font-family: Arial, sans-serif !important;
		background-color: #fff;
		padding-bottom: 15px;
	}
	
	#thehoverisiSmall h4 {
		color: #454545;
		font-size: 15px;
		line-height: 22px;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: Arial, sans-serif !important;
		padding-top: 5px;
	}
	
	#thehoverisiSmall p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: 400;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	#thehoverisiSmall ul {
		padding-left: 15px;
		list-style: none;
		font-family: Arial, sans-serif !important;
		color: #454545;
	}
	
	#thehoverisiSmall ul li {
		font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
	}
	
	
	#thehoverisiSmall ul li::before {
		content: '\2022'; 
		color: #454545;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
		font-family: Arial, sans-serif !important;
	}

#isi h2
{
	color: #000;
	font-size: 18px !important;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif !important;
}

#isi h4
{
	color: #454545;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Arial, sans-serif !important;
}

#isi p
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: Arial, sans-serif !important;
}




}




@media (max-width: 640px) {

	.alignBottomLogo
	{
		text-align:left;
		padding-top: 15px;
		padding-bottom: 15px;

	}

	
	.QuestionBox {
		border-right: unset;
	}
	
	
	.topNavLinks a {
		font-size: 10px !important;
		color: rgba(73, 73, 74, 1) !important;
		padding-right: 10px !important;
		text-decoration: none !important;
		font-weight: normal !important;
		padding-bottom: 20px !important;
		margin-bottom: 10px !important;
	}

	.dropdown {
		float: right;
		position: relative;
		display: inline-block;
		margin-top: 5px;
	}


	.dropdown-content a {
		color: rgba(73, 73, 74, 1);
		padding: 12px 16px 0px 16px;
		text-decoration: none;
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
	}



	.heroPadding
	{
		padding-left: 0px !important;
		padding-top: 0px !important;
	
	}

	.heroPaddinghcp
	{
		padding-left: 0px !important;
		padding-top: 0px !important;
	
	}



	.heroPadding img
	{
		width: 100%;
		padding-top: 3px;
	}

	.heroPaddinghcp
	{
		padding-left: 0px !important;
		padding-top: 0px !important;
	}


	.heroPaddinghcp img
	{
		width: 100%;
		padding-top: 3px;
	}

	.heroPaddingNone img
	{
		width: 100%;
		padding-top: 3px;
	}



	.HeroText {
		padding-left: 40px;
	}

	.HeroText .orangeHeaderTitle {
		font-size: 22px;
		line-height: 28px;
		color: rgba(243, 186, 155, 1);
		padding-bottom: 5px;
		font-weight: bold;
		padding-top: 30px;
		max-width: unset;
	}

	.HeroText .whiteHeaderTitle {
		font-size: 24px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 20px;
    font-weight: bold;
	}



.carousel-item {
    height: 65vh;
    min-height: 350px;
}


.prodISITitle {
    padding-left: 20px;
    padding-right: 20px;
}


.prodISIText {    
    padding-left: 20px;
}


.fontTwentySeven {
    font-size: 18px;
    line-height: 24px;
}

.productName
{
	font-size:  24px;
	color: #fff;
	font-weight: bold;
	line-height:30px;
}

.productDose
{
	font-size:  14px;
	color: #fff;
	font-weight: 400;
	line-height:20px;
}

header {
    margin-top: 0px;
}

.PurpleBox
{
	
    padding-left: 25px;
    padding-top: 25px;
	padding-rigth: 25px;
	padding-bottom: 25px;
}

.SliderBackgroundText {
    position: relative;
    left: unset;
    top: unset;
    max-width: 1000px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    height: 300px;
    padding: 10px;
	padding-top:20px;
}

#thehoverisiSmall h2 {
    color: #000;
    font-size: 12px !important;
    line-height: 17px;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: Arial, sans-serif !important;
    background-color: #fff;
    padding-bottom: 5px;
}

#thehoverisiSmall h4 {
    color: #454545;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: Arial, sans-serif !important;
    padding-top: 5px;
}

#thehoverisiSmall p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 3px;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
    color: #454545;
}

#thehoverisiSmall ul {
    padding-left: 15px;
    list-style: none;
    font-family: Arial, sans-serif !important;
    color: #454545;
}

#thehoverisiSmall ul li {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    font-family: Arial, sans-serif !important;
    color: #454545;
	margin-bottom: 3px;
}


#thehoverisiSmall ul li::before {
    content: '\2022'; 
    color: #454545;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-family: Arial, sans-serif !important;
}


#isi h2
{
	color: #000;
	font-size: 12px !important;
	margin-bottom: 17px;
	font-weight: bold;
	font-family: Arial, sans-serif !important;
}

#isi h4
{
	color: #454545;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: Arial, sans-serif !important;
}

#isi p
{
	font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
    color: #454545;
}

#isi ul {
    padding-left: 15px;
    list-style: none;
    font-family: Arial, sans-serif !important;
    color: #454545;
}

#isi ul li {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    font-family: Arial, sans-serif !important;
    color: #454545;
}

.QuestionBox .greenText
{
	color: rgba(5, 94, 114, 1);
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

.QuestionBox .orangeText
{
	color: rgba(232, 148, 104, 1);
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
}

a.LearnMore
{
	border: solid 1px rgba(106, 167, 181, 1);
	display:block;
	background-color: transparent;
	font-size: 20px;
	text-align:center;
	padding: 10px;
	max-width: 250px;
	color: rgba(5, 94, 114, 1);
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1.25px;
}

a.LearnMore:hover
{
	border: solid 1px rgba(106, 167, 181, 1);	
	background-color: rgba(106, 167, 181, 1);
	color: #fff;	
}


body {
	
	font-size: 16px;
	color: rgba(73, 73, 74, 1);
	line-height: 22px;
  }

  .copaySavingsText
  {
	  color: rgba(5, 94, 114, 1);
	  font-size: 22px;
	font-weight: bold;
	line-height: 28px;
  }
  
  .copaySavingsTwentyFive
  {
	  font-size: 18px;
	  line-height: 22px;
	  color: rgba(73, 73, 74, 1);
	  margin-bottom: 10px;
	  font-weight: bold;
	  max-width: 700px;
  }
  
  .copaySavingsTwentyTwo
  {
	  font-size: 16px;
	  line-height: 22px;
	  color: rgba(73, 73, 74, 1);

	}

	.footnoteText {
		padding-top: 20px;
	}

}




@media (max-height: 1000px) {
.SliderBackgroundText {
    position: relative;
    left: 5%;
    top: 5%;
    max-width: unset;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    height: 400px;
}
}

@media (max-height: 960px) {

.carousel-item {
    height: 100vh;
    min-height: 350px;
}
}

@media (max-height: 900px) {

.carousel-item {
    height: 100vh;
    min-height: 350px;
}
}


@media (max-height: 800px) {

.carousel-item {
    height: 120vh;
    min-height: 350px;
}

.SliderBackgroundText {
    position: relative;
    left: 4%;
    top: 10%;
    max-width: unset;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    height: 400px;
}

.HeroText .whiteSmallTextBold {
    
    max-width: 280px;
}

}





@media (max-height: 700px) {

.SliderBackgroundText {
    position: relative;
    left: 4%;
    top: 4%;
    max-width: unset;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    height: 400px;
}
}

@media (max-height: 500px) {

.SliderBackgroundText {
    
    position: relative;
    left: 2%;
    top: 2%;
    max-width: unset;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    height: 330px;
}


}


@media (max-height: 400px) {

.SliderBackgroundText {
    
    position: relative;
    left: 0%;
    top: 0%;
    max-width: unset;
    color: #fff;
    
    height: 330px;
}


}

@media (max-width: 640px) {

.carousel-item {
    height: 100vh;
    min-height: 350px;
}

.SliderBackgroundText {
    position: relative;
    left: 5%;
    top: 5%;
    max-width: unset;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
   margin-bottom: 30px;
}


}

@media (max-width: 500px) {


.carousel-item {
    height: 80vh;
    min-height: 350px;
}
}

@media (max-width: 425px) {
.heroPaddingNone
{
	padding-left: 0px !important;
	padding-top: 0px !important;

}
}

@media (max-width: 380px) {


.carousel-item {
    height: 75vh;
    min-height: 350px;
}
}






@media (max-width: 360px) {


.carousel-item {
    height: 75vh;
    min-height: 350px;
}
}


@media (max-width: 640px)
{
.topNavLinks a {
    font-size: 10px !important;
    color: rgba(73, 73, 74, 1) !important;
    padding-right: 10px !important;
    text-decoration: none !important;
    font-weight: normal !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
}

.topNavLinks
{
float:left;

}


}