
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:active, *:focus {
	outline: 0;	
}

::-moz-selection {
    background: #e84a0d;
    text-shadow: none;
}

::selection {
    background: #e84a0d;
    text-shadow: none;
}

html, body {
	font: 14px/1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #231f20;
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #231f20;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

audio,
canvas,
iframe,
img,
svg,
video {
	border: 0;
    vertical-align: top;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
	color: #e84a0d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	margin: 0 0 1em 0;
}

p {
	margin: 0 0 1.5em 0;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

a.link-button {
	background-color: #eee;
	display: inline-block;
	color: #231f20;
	font-size: 16px;
	padding: 12px;
	margin: 0 12px 12px 0;
	min-width: 200px;
	vertical-align: top;
}

a.link-button:hover {
	background-color: #ddd;
	text-decoration: none;
}

a.link-button .tbl {
	display: table;
	width: 100%;
	height: 100%;
}

a.link-button .cll {
	display: table-cell;
	vertical-align: middle;
}

a.link-button .cll:first-child {
	width: 60px;
}

a.link-button img {
	width: 48px;
	height: auto;
	float: left;
	margin-right: 12px;
}

section.logo {
	position: relative;
	height: 100%;
	color: #ccc;
	overflow: hidden;
}

section.logo .split {
	position: absolute;
	width: 100%;
	height: 45%;
	bottom: 0;
	left: 0;
	text-align: center;
}

section.logo img {
	max-width: 1600px;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

section.logo p {
	margin: 0;
	font-size: 12px;
}

section.logo p span {
	background: url('../images/arrow-down.svg') 50% 50% no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 0.75em;
}

section.page {
	background-color: #fff;
}

section.page .inner {
	padding: 40px;
	max-width: 960px;
	margin: 0 auto;
}

section.page h1 {
	border-bottom: 4px solid #231f20;
	margin: 0;
}

section.page h1 span {
	display: inline-block;
	background-color: #231f20;
	color: #fff;
	padding: 8px 16px 6px 16px;
}

section.page .content {
	padding: 20px 16px;
}

section.inverted {
	background-color: #231f20;
	color: #fff;
}

section.inverted h1 {
	border-bottom-color: #fff;
}

section.inverted h1 span {
	background-color: #fff;
	color: #231f20;
}

section.podcasts .podcast-embeds iframe {
	margin-bottom: 1.5em;
}

section.podcasts p.buttons {
	font-size: 0;
	margin-bottom: 9px;
}

section.links p.buttons {
	font-size: 0;
	margin-bottom: 9px;
}

footer {
	background-color: #231f20;
	color: #fff;
	font-size: 12px;
}

footer .inner {
	padding: 5px 40px;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
