.hero-container
{
	background: #289392;
	border-bottom: none;
	margin-top: 100px;
}


ol li.one
{
	background: url(/https/www.merckhelps.com/images/arrow-right.jpg) no-repeat;
	padding-left: 50px;
}
ol li.two
{
	background: url(/https/www.merckhelps.com/images/arrow-right.jpg) no-repeat;
	padding-left: 50px;
}
ol li.three
{
	background: url(/https/www.merckhelps.com/images/arrow-right.jpg) no-repeat;
	padding-left: 50px;
}
ol li.four
{
	background: url(/https/www.merckhelps.com/images/arrow-right.jpg) no-repeat;
	padding-left: 50px;
}

.alert-red
{
	color: Red;
}

.bold
{
	font-weight:bold;
}

.greenBox
{
	background-color:#00958f;
	padding: 13px 15px 20px 15px;
}
.whomayqualify,
.howtogetstarted,
.checkyoureligibility {
	display: none;
}

@media only screen and (max-width: 504px) {
.hero-container{
margin-top: 90px;
height: 180px;
}
}

@media only screen and (max-width: 480px) {
.hero-container h1 {
	bottom: 0;
	margin: 0;
	padding: 7px 0;
	position: absolute;
	right: 0;
	font-size: 16px !important;
	width: 100% !important;
	text-align: center;
	top: 100% !important;
	background: #289392;
	color: #fff !important;
	left: 0 !important;
}
@media (max-width: 380px) {
	.hero-container {
			margin-top: 100px;
height: 150px;
	}
}
