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, 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, section, summary, time, mark, audio, video, input, button, select, textarea { 
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
	outline: none;
	position: relative;
}

body {
	min-width: 320px;
	line-height: 1;
}

input[type="submit"],
button { cursor: pointer; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 3em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1em; }
h6 { font-size: 0.75em; }

p { margin: 0 0 1em 0; }

strong, b { font-weight: bold; }

em { font-style: italic; }

ul {
	padding-left: 2em;
	list-style: none;
}

li { 
	display: block;
	position: relative;
}

li:before {
	content: '•';
	display: inline-block;
	position: absolute;
	left: -1em;
}

li li:before { content: '-'; }

.hidden { display: none; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

.container {
	max-width: 1200px;
	margin: auto;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.col { float: left; }

.w-1 { width: 8.33%; }
.w-2 { width: 16.66%; }
.w-3 { width: 25%; }
.w-4 { width: 33.33%; }
.w-5 { width: 41.66%; }
.w-6 { width: 50%; }
.w-7 { width: 58.33%; }
.w-8 { width: 66.66%; }
.w-9 { width: 75%; }
.w-10 { width: 83.33%; }
.w-11 { width: 91.66%; }
.w-12 { width: 100%; }

.col-pad-15 { margin: 0 -15px; }
.col-pad-15 > .col { padding: 0 15px; }

.cover {
	background-size: cover;
	background-position: center;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1199px) {

	.c-w-1 { width: 8.33% !important; }
	.c-w-2 { width: 16.66% !important; }
	.c-w-3 { width: 25% !important; }
	.c-w-4 { width: 33.33% !important; }
	.c-w-5 { width: 41.66% !important; }
	.c-w-6 { width: 50% !important; }
	.c-w-7 { width: 58.33% !important; }
	.c-w-8 { width: 66.66% !important; }
	.c-w-9 { width: 75% !important; }
	.c-w-10 { width: 83.33% !important; }
	.c-w-11 { width: 91.66% !important; }
	.c-w-12 { width: 100% !important; }

}

@media (max-width: 768px) {

	.m-hidden { display: none !important; }
	.m-visible { display: block !important; }

	.m-w-1 { width: 8.33% !important; }
	.m-w-2 { width: 16.66% !important; }
	.m-w-3 { width: 25% !important; }
	.m-w-4 { width: 33.33% !important; }
	.m-w-5 { width: 41.66% !important; }
	.m-w-6 { width: 50% !important; }
	.m-w-7 { width: 58.33% !important; }
	.m-w-8 { width: 66.66% !important; }
	.m-w-9 { width: 75% !important; }
	.m-w-10 { width: 83.33% !important; }
	.m-w-11 { width: 91.66% !important; }
	.m-w-12 { width: 100% !important; }

}