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;
}body {
	font-family: 'Courier New';
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.5em;
	color: #fff;
	background-color: #222;
}

p {
	margin-bottom: 1em;
}

div > p:last-child {
	margin-bottom: 0;
}

a {
	color: #ff058d;
	text-decoration: none;
	border-bottom: solid transparent 1px;
}

a:hover {
	text-decoration: none;
	color: #ff058d;
	border-bottom-color: #ff058d;
}

h1,h2,h3,h4,h5 {
	font-weight: 600;
	font-family: 'Playfair Display', serif, 'Times New Roman';
	line-height: 1.3em;
}

h2,h3,h4,h5 {
	line-height: 1.3em;
}

h1 { font-size: 40pt; font-weight: 200; }
h2 { font-size: 25pt; font-weight: 200; }

@media only screen and (max-width: 700px) {
    h1 { font-size: 30pt; }
    h2 { font-size: 18pt; }
}

footer {
	position: relative;
	padding: 5em;
	text-align: center;
}

footer > div {
	margin-bottom: 20pt;
}

footer > div:last-child {
	margin-bottom: 0;
}

footer > div.tight {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 700px) {
	footer {
		padding: 2em;
	}

	footer > div.tight {
		max-width: 100%;
	}
}

@media print {
	body {
		padding: 50pt;
		zoom: .5;
		background-color: transparent;
		color: #000;
	}

	#non-printable,
	.doNotPrint {
		display: none !important;
	}
}@font-face {
    font-family: 'Junge';
    font-weight: normal;
    font-style: normal;
    src:
        url('../fonts/junge-regular.woff');
        format('woff');
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: normal;
    font-style: normal;
    src:
        url('../fonts/playfairdisplay-regular.woff');
        format('woff');
}.button {
    display: inline-block;
    color: #fff;
    border: solid #fff 1px;
    padding: .5em .9em;
    border-radius: 3px;
}

.button:hover {
    color: #ff058d;
    border: solid #ff058d 1px;
}article.document {
    width: 100%;
    font-family: 'Junge', serif, 'Times New Roman';
    font-size: 13.5pt;
    line-height: 1.5em;
}

article.document > .block {
    width: 100%;   
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    text-align: center;
    padding: 50pt;
}

article.document > .block > div {
    display: inline-block;
    width: 500pt;
    max-width: 100%;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    article.document > .block {
        padding: 15pt 25pt;
    }
}

@media only screen and (max-width: 500px) {
    article.document > .block {
    }
}

article.document > .block.article {
    position: relative;
    display: inline-block;
}

article.document h1 {
    padding-bottom: 1em !important;
}

article.document h2 {
    display: inline-block;
    position: relative;
    margin-bottom: .5em;
}

article.document p {
    margin-bottom: 1em;
}

article.document ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}

article.document ol li {
    margin-bottom: 1em;
}

article.document ol.alpha {
    list-style-type: lower-alpha;
}

article.document ol li ol {
    margin-top: 1em;
}

@media print {
    article.document > .block {
        background: transparent !important;
        color: #000;
    }

    article.document > .block.article {
        padding: 25pt;
    }
}