/*** RESET ***/
html, body,
div, img, br,
h1, h2, h3, h4, h5, h6, p, a, em, span, strong, small, i, b, u, blockquote, q, strike,
ul, ol, li, dl, dt, dd,
address, hr, s, cite, dfn, abbr, code, var, samp, kbd, sub, sup, ins, del, pre, 
iframe, object, param, video, audio, source, track, canvas, map, area, svg, math,
form, fieldset, legend, label, input, button, select, textarea, datalist, optgroup, option, keygen, output, progress, meter,
table, caption, colgroup, col, tbody, thead, tfoot, td, th,
section, nav, article, aside, header, footer, main, figure, figcaption, data, time, mark, ruby, rt, rp, bdi, bdo, wbr, embed, details, summary, command, menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	line-height:1;
	font-weight: 400;
}

html {
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
/*** END RESET ***/


body {
	font-family: 'Mulish', sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: #0e1012;
	background: #fff;
	overflow-x: hidden;
}

h1 {
	font-size: 3.75rem;
	font-weight: 800;
	line-height: 105%;
	margin-bottom: 1.75rem;
}

h2 {
	font-size: 1.69rem;
	line-height: 120%;
}

h3 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1rem;
}

h4 {
	font-size: 1.375rem;
	line-height: 120%;
}

p, li, address {
	font-size: 1.125rem;
	line-height: 155%;
}

a {
	color: inherit;
		
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

strong,
strong * {
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
}

strong.black,
strong.black * {
	font-weight: 900;
}

small, sub, sup {
	font-size: 70%;
}

img {
	max-width: 100%;
	max-height: 100%;
	/*
	width:auto;
	height: auto;
	*/
}

section, nav, article, aside, header, footer, main {
	display: block;
}


table {
	border-collapse: collapse;
}

td {
	font-size: 1.125rem;
	padding: 1rem 0 .4rem;
	border-bottom: .063rem solid #e2e2e2;
	line-height: 1.4;
	vertical-align: top;
}

td + td {
	padding-left: 3%;
}

thead td {
	font-size: 1.25rem;
	padding-bottom:.9rem;
}



.color-purple {
	color: #3b2d54;
}

.color-pink {
	color:#ff7faf;
}

.color-gray {
	color: #444a51;
}

.color-green {
	color: #3c9444;
}

.color-violet {
	color: #deacd2;
}


.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

