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: 1200px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	transition: .25s;
	border: none;
	outline: none;
	color: inherit;
}
button {
	transition: .25s;
	border: none;
	outline: none;
	color: inherit;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
input, select, textarea, button {
	border: none;
	background: none;
	font: inherit;
	padding: 0;
}
.form-control.required:invalid {
    border-color: #c00;
}
img {
	display: block;
	max-width: 100%;
}
.grid-container {
	margin: -20px;
}
.grid {
	font-size: 0;
	position: relative;
}
.grid .inner-container {
	padding: 21px;
}
.grid > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.grid-3 > li.span-2 {
	width: 66.66666666%;
}

.grid-2a > li {
	width: 50%;
}

.grid-2 > li {
	width: 100%;
}
.grid-2 > li.span {
	width: 100%;
}
.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-4 > li.span-4 {
	width: 100%;
}
.grid-6 > li {
	width: 16.66666666%;
}
.grid-5 > li {
	width: 20%;
}
.grid-8 > li {
	width: 12.5%;
}
small {
	font-size: .75em;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table > li {
	display: table-cell;
	vertical-align: middle;
}
.overflow-hidden {
	overflow: hidden;
}
