html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block}body{line-height: 1}ol, ul{list-style: none}blockquote, q{quotes: none}blockquote:before, blockquote:after,q:before, q:after{content: '';content: none}table{border-collapse: collapse;border-spacing: 0}

.container {
	max-width: 1450px;
	margin: auto;
	position: relative;
}
.content p, .content ul li {
	font-size: 20px;
	color: #222;
}
.content li {
	color: #222;
}
strong {
	font-weight: bold;
}
b {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	transition: .25s;
	border: none;
	outline: none;
	color: inherit;
}
button {
	transition: .25s;
	border: none;
	outline: none;
	color: inherit;
	cursor: pointer
}
input, select, textarea, button {
	border: none;
	background: none;
	font: inherit;
	padding: 0;
	color: inherit;
}
img {
	display: block;
	max-width: 100%;
}
.grid-container {
	margin: -20px;
}
.grid {
	font-size: 0;
}
.grid > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.grid-2 > li {
	width: 50%;
}
.grid-3 > li {
	width: 33.33333333%;
}
.grid-3 > li.span-2 {
	width: 66.66666666%;
}
.grid-4 > li {
	width: 25%;
}
.grid-4 > li.span-2 {
	width: 50%;
}
.grid-4 > li.span-3 {
	width: 75%;
}
.grid-5 > li {
	width: 20%;
}
.grid-6 > li {
	width: 16.66666666%;
}
.grid > li.span {
	width: 100% !important;
}
small {
	font-size: .75em;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table > li {
	display: table-cell;
	vertical-align: middle;
}
table > tbody > tr {
	color: #222;
}
.overflow-hidden {
	overflow: hidden;
}
img.absolute {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.grid .inner-container {
	position: relative;
	padding: 20px;
}
#footer h3, #footer p {
	margin-top: 1em;
	color: #222;
}
#footer h3 {
	font-size: 20px;
}
#footer p {
	font-size: 18px;
}