* {
	box-sizing: border-box;
	font-family: Avenir Next, Avenir, "mr-eaves-modern", Helvetica, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #00788c;
	text-decoration: none;
}

a:hover {
	color: #444;
}

.container {
	margin: 0px auto;
	max-width: 800px;
	width: 80%;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-weight: 600;
}

header.home {
	background: #00788c;
}

header.home h1 {
	color: #fff;
	font-size: 2.3em;
	padding: 1em 0 0.4em;
}

header.home h1 img {
	max-width: 300px;
	width: 100%;
}

header.area.module-1 {
	background: #eca575;
}

header.area.module-2 {
	background: #88d3a8;
}

header.area.module-3 {
	background: #77b7ca;
}

header.area.module-4 {
	background: #9377c9;
}

header.area.module-5 {
	background: #ffeb78;
}

header.area h1 {
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	padding: .75em 0 .5em;
}

header.area h1 a {
	color: #fff;
	text-decoration: none;
}

header.area h1 img {
	margin-right: 18px;
	max-height: 22px;
	position: relative;
	top: 3px;
}

header.area h2 {
	color: #fff;
	font-size: 2.1em;
	padding: .75em 0 1em;
}

.content {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 50px 0;
}

.content iframe {
	max-height: 200px;
	max-width: 100%;
}

.content .caption {
	font-size: .75em;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
}

.content ul.icons {
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.content ul.icons li {
	margin-bottom: 45px;
	padding: 0 15px;
	text-align: center;
	width: 120px;
}

.content ul.icons li a {
	display: block;
}

.content ul.icons li:hover a {
	color: #444;
}

.content ul.icons li:hover img {
	opacity: 0.5;
}

.content ul.icons li img {
	max-width: 90%;
}

.content ul.icons li div {
	font-size: .9em;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 1em;
}

.content ul.icons li div span {
	display: block;
	font-size: .9em;
	font-weight: 400;
	margin-bottom: 5px;
}

.content h3 {
	margin-bottom: .75em;
	margin-top: 2.5em;
}

.content h3:first-child {
	margin-top: 0;
}

.content .assignment {
	border-top: solid 1px #ddd;
	margin-top: 3em;
	padding-top: 3em;
}

.content .assignment ul li + li {
	margin-top: .5em;
}

.content .tool {
	border-top: solid 1px #ddd;
	margin-top: 3em;
	padding-top: 3em;
}

.content .tool img {
	display: block;
	height: 150px;
	margin: 35px auto 0;
	width: 150px;
}

.content .links {
	border-top: solid 1px #ddd;
	margin-top: 3em;
	padding-top: 3em;
}

.content .links ul li + li {
	margin-top: .5em;
}

footer .container {
	border-top: solid 1px #ddd;
	color: #888;
	margin-bottom: 5em;
	margin-top: 2em;
	padding-top: 2em;
	text-align: center;
}

footer .label {
	margin-top: 10px;
}

footer .logo {
	max-height: 50px;
}

footer a + .logo {
	margin-top: 1em;
}

/* Media queries */
@media screen and (min-width: 440px) {
	.content ul.icons li {
		width: 170px;
	}

	footer a + .logo {
		margin-left: 1em;
		margin-top: 0em;
	}
}

@media screen and (min-width: 530px) {
	.content iframe {
		max-height: 250px;
	}
}

@media screen and (min-width: 600px) {
	header.home h1 {
		font-size: 2.6em;
		padding: 2em 0 1em;
	}

	.content {
		font-size: 1.4em;
	}

	.content iframe {
		max-height: 350px;
	}

	.content ul.icons li {
		width: 190px;
	}

	.content ul.icons li div {
		font-size: 1.1em;
		line-height: 1.3em;
	}
}

@media screen and (min-width: 900px) {
	.content ul.icons li {
		margin-bottom: 75px;
		padding: 0 25px;
		width: 210px;
	}

	.content ul.icons li div {
		font-size: 1.1em;
		line-height: 1.2em;
	}
}

