.mainHeader p
{
	margin-bottom: 8px;
	font-size: 1.6em;
}

.mainHeader ul
{
	padding-bottom: 18px;
	margin-bottom: 8px;
	font-size: 1.6em;
}

.headline {
	font-size: 5em;
	margin-top: 40px;
	font-weight: normal;
}

.byline {
	font-size: 2em;
	margin-bottom: 40px;
	font-weight: bold;
}

.ctas p {
	margin-bottom: 10px;
}

.actionButton {
	height: 140px;
	border: 5px solid white;
}

.actionButton a {
	color: black;
}

.actionButton a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #606060;
}

.da-slide h2 {
	padding: 10px;
	background-color: rgba(0,0,0,0.35);
	color: white;
	width: 475px;
}

.da-slide p {
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	width: 475px;
}

.da-slide img {
	opacity: 1;
	width: 75%;
	cursor: pointer;
}

.da-slide img:hover {
	opacity: 1;
}

.da-slide a {
	padding: 10px;
	background-color: rgba(0,0,0,0.9);
	font-weight: bold;
	color: white;
}
