* {
	padding: 0;
	margin: 0;
}

.family-hero-left {
	background: url(img/index-hero.jpg) no-repeat center center;
	background-size: cover;
	min-height: 350px;
}

.family-hero-right {
	padding-top: 2em;
	background-color: #222;
	padding-left: 3em;
	min-height: 351px;
	display: table;
}

h2 {
	margin-top: 100px;
	margin-left: 40%;
	margin-bottom: 80px;
}

.awards {
	/* width: 850px; */
	height: 1200px;
	/* margin-left: 23%; */
	background-color: white;
	border-bottom: 10px solid #e1ab1a;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

.awardsImg {
	margin-left: 80px;
}
.ribbon {
	margin-left: 267px;
	position: absolute;
	margin-top: -47px;
}
.list {
	margin-left: 3%;
	width: 700px;
}
.listSection {
	width: 387px;
	float: left;
	margin-top: 9%;
	margin-left: 7%;
}
.letter {
	margin-left: 150px;
}
.nextPrev {
	list-style-type: none;
	text-align: center;
	margin-top: 5%;
}
#liItem {
	display: inline;
	margin-left: 3%;
	margin-right: 3%;
}

@media only screen and (max-width: 1215px) {
	.border-gradient-footer {
		margin-top: 5px;
		background-color: #e1ab1a;
	}
	.family-hero-right {
		padding-top: 2em;
		background-color: #222;
		padding-left: 3em;
		min-height: 200px;
		display: table;
	}
	.awards {
		/* width: 850px; */
		height: 1200px;
		/* margin-left: 23%; */
		background-color: white;
		border-bottom: 10px solid #e1ab1a;
		margin-bottom: 100px;
		margin-left: auto;
		margin-right: auto;
		width: 22em;
	}
	.ribbon {
		margin-left: -103px;
		position: absolute;
		margin-top: -47px;
		width: 105px;
	}
	.list {
		margin-left: 3%;
		width: 72%;
	}
	.entriesImg {
		width: 339px;
	}
	.letter {
		margin-left: 1px;
	}
	.listSection {
		width: 332px;
		float: left;
		margin-top: 9%;
		margin-left: 7%;
	}
	h2 {
		margin-left: 30%;
	}
}

.disclaimer  {
	background: #e0e0e0;
}

.disclaimer .container{
	max-width: 1280px;
	margin: 80px auto;
	background: white;
	padding: 80px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.disclaimer h1 {
	font-size: 30px;
	font-weight: 900;
	padding-top: 1em;
	text-align: center;
	padding-top: 35px;
	margin: -30px 0 30px;
	font-family: Nexa-Bold;
}

.disclaimer h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 30px 0 20px;
	text-align: left;
	display: block;
	width: 100%;
	border-bottom: none;
	text-decoration: none;
}

.disclaimer ul {
	margin: 10px 0 30px;
	padding-left: 18px;
}

.disclaimer li {
	padding-left: 20px;
}

.disclaimer p,
.disclaimer ul li {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	hyphens: auto;
	font-family: Helvetica;
}

.disclaimer p a {
	color: black;
	text-decoration: underline;
}
