body {
    font-size: 16px;
    line-height: 1.6;
    font-family: Helvetica Neue,helvetica,sans-serif;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin: .5rem 0 1.5rem;
    line-height: 1em;
    font-weight: 700;
    color: #000;
}

h1 {
	font-size: 56px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

.h2, h2 {
    font-size: 36px;
}

.h3, h3 {
    font-size: 24px;
    line-height: 32px;
}

.h4, h4 {
    font-size: 18px;
    line-height: 24px;
}

p {
	font-size: 18px;
	color: #333;
}
		
	@media only screen and (max-width: 64.063em) {
		h1 {
			font-size: 36px;
		}

		.h2, h2 {
		    font-size: 24px;
		}
	
		.h3, h3 {
		    font-size: 18px;
		    line-height: 24px;
		}
	
		.h4, h4 {
		    font-size: 16px;
		    line-height: 20px;
		}
		
		p {
			font-size: 15px;
			color: #333;
		}
	}

a {
	color: #00b09a;
}

a:hover {
    color: #006757 !important;
    text-decoration: underline;
}

section {
	padding: 90px 0;
}

	@media only screen and (max-width: 64.063em) {
		section {
			padding: 40px 0;
		}
	}

.title {
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0;
}

.hero {
    height: 400px;
    background: url("images/plastic.jpg") no-repeat;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-resources {
	height: 240px;
  background-size: cover;
	background: url("images/plastic2.jpg?") no-repeat;
}

	@media only screen and (max-width: 64.063em) {
		.hero {
			height: 240px;		
		}
	}
	
.hero h1 {
	color: white;
}

.partner {
	background: #f7f7f7;
	padding: 60px 0;
}

	@media only screen and (max-width: 64.063em) {
		.partner {
			padding: 30px 0;
		}
	}
	
.partner ul li {
	padding-bottom: 0;
}

.ocean-literacy {
	background: #000;
    color: white;
}

.ocean-literacy ul li,
.ocean-literacy img {
	text-align: center;
}

.ocean-literacy img {
	margin: 0 auto;
}

	@media only screen and (max-width: 64.063em) {
		.ocean-literacy img {
			max-height: 80px;
		}	
	}
		
.ocean-literacy h2 {
	margin-bottom: 3.5rem;	
}

.ocean-literacy h2,
.ocean-literacy ul li span {
	color: white;
	text-align: center;
}

.pledge {
	padding: 60px 0;
}
	
.pledge-img {
	float: left;
}

.pledge-text {
	padding-left: 180px;
}

.pledge span {
	font-size: 12px;
	padding: 3px 8px;
	border: solid 1px #333;	
}

.pledge h4{
	margin-bottom: 0;
}

	@media only screen and (max-width: 64.063em) {
		.pledge {
			padding: 30px 0;
		}
		
		.pledge-img img {
			max-width: 100px;
		}
		
		.pledge-text {
			padding-left: 120px;
		}
	}

.cta {
	padding: 1rem 0;
	background: #00B09A;
	text-align: center;
}

.cta h3 {
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	margin-bottom: 0.5rem;
}

	@media only screen and (max-width: 64.063em) {
		.cta h3 {
			margin-right: 0;
			display: block;
			margin-bottom: 1rem;
		}
	}

.cta .btn {
	border: solid 1px #eee;
	padding: 10px 20px;
	color: #eee;
	font-size: 14px;
	vertical-align: super;
}

.cta .btn:hover {
	border: solid 1px #fff;
	color: #fff !important;
	text-decoration: none !important;
}

/*** Resources page ***/
.resources {
	padding: 60px 0;
}

	@media only screen and (max-width: 64.063em) {
		.resources {
			padding: 30px 0;
		}
	}

.resources h3 {
	margin-bottom: .5rem;
	font-weight: 500;
	font-size: 21px;
}

.resources a {
	font-size: 14px;
	line-height: 18px;
}

.no-bullet {
	font-size: 14px;
}

.no-bullet li {
	margin-bottom: .25rem;
}

.resources-video {
	background: #4A7D96;
}

.resources-video h2 {
	margin-bottom: 3.5rem;	
	color: #fff;
}
	@media only screen and (max-width: 64.063em) {
		.resources-video h2 {
			margin-bottom: 1rem;
		}
	}

.resources-video h3 {
	display: inline-block;
	color: #fff;
}

.resources-video .view-more {
	float: right;
	margin-top: 10px;
}
	@media only screen and (max-width: 64.063em) {
		.resources-video .view-more {
			font-size: 14px;
		}
	}

.resources-video a, .resources-video a:hover {
	font-size: 16px;
	color: #fff !important;
}

.resources-video h4 {
	font-weight: 500;
	color: #fff;
}

	@media only screen and (max-width: 64.063em) {
		.resources-video h4, .resources-video a {
			font-size: 14px;
		}
	}