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;
	width: 100%;
  z-index: 1;
}
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;
	color: inherit;
}
.form-control.required:invalid {
    border-color: #c00;
}
img {
	display: block;
	max-width: 100%;
}
.grid {
  margin: -20px;
	display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  clear: both;
}
.grid:not(:first-child) {
  margin-top: 0;
}
.grid > li {
	padding: 20px;
  position: relative;
  box-sizing: border-box;
}
.grid > li.span {
	width: 100%;
}
.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-5 > li.span-2 {
	width: 40%;
}
.grid-5 > li.span-3 {
	width: 60%;
}
.grid-5 > li.span-4 {
	width: 80%;
}
.grid-6 > li {
	width: 16.66666666%;
}

small {
	font-size: .66666666em;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table > li {
	display: table-cell;
	vertical-align: middle;
}
.overflow-hidden {
	overflow: hidden;
}
[data-src] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img {
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover;
}
.img.img-full {
  padding-bottom: 100%;
}
.img.img-stretch {
  padding-bottom: 100vh;
}
.img.img-std {
  padding-bottom: 75%;
}
.img.img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flex {
  display: flex;
  align-items: center;
}
.grid-no-margin {
  margin: 0;
}
.grid-no-margin > li {
  padding: 0;
}
