@charset "UTF-8";




/* ==== RESET ==== */
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;
	outline: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	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;
}

del {
	text-decoration: line-through;
}

img {
	border: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
    bottom: -0.25em;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}








/* ==== GLOBALS ==== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: Helvetica, Arial, sans-serif;;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
	background-color: #eaebec;
}

div, article, section, header, footer {
	width: 100%;
	position: relative;
	*zoom: 1;
}

div:before, article:before, section:before, header:before, footer:before {
	content: "";
	display: table;
}

div:after, article:after, section:after, header:after, footer:after {
	content: "";
	display: table;
	clear: both;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}








/* ==== HEADER ==== */
.header {
	width: 100%;
	padding: 25px 10px;
	background-color: #FFFFFF;
}

.logo {
	margin: 0 auto;
	max-width: 250px;
}

.logo img {
	width: 100%;
	height: auto;
}

.alert {
	padding: 15px 10px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	background-color: #8f8686;
}








/* ==== BUTTONS ==== */
.buttons {
	padding: 30px 0 0;
	text-align: center;
}

.button {
	display: inline-block;
	margin: 0 10px 10px;
	padding: 12px 14px 10px;
	font-size: 16px;
	line-height: 20px;
	line-height: inherit;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #7b2322;
	border: 2px solid #eaebec;
}

.button:hover {
	color: #FFFFFF;
	background-color: #8f8686;
}








/* ==== BODY ==== */
.body {
	margin: 0 auto;
	padding: 30px 10px;
	max-width: 900px;
	text-align: center;
}

h1, h2, h3 {
	font-weight: 700;
	font-weight: bold;
}

h1, h2 {
	color: #7b2322;
}

h1 {
	padding: 10px 0 5px;
	font-size: 24px;
}

h2 {
	padding: 10px 0 5px;
	font-size: 20px;
}

h3 {
	padding: 0 0 5px;
	font-size: 16px;
}

p {
	padding: 0 0 22px;
	font-size: 16px;
	line-height: 22px;
}

ul {
	padding: 0 0 12px;
	width: 100%;
}

li {
	padding: 0 0 10px;
	list-style-type: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #7b2322;
}








/* ==== FOOTER ==== */
