/* ########## RESET CSS STYLES ########## */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* ########## CORE STYLES ########## */

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	background: linear-gradient(to right bottom,#2b103d,#5045b8 50%,#0052c7);
	background-image: url('../images/bg-main.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
	min-height: 100%;
	height: 100%;
} 

.shell {
	display: table;
	width: 100%;
	height: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	position: relative;
	display: table-cell;
	padding-bottom: 5em;
	box-sizing: border-box;	
}

.wrapper-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.clear {clear: both;}
a img {border: none;}

a:link, a:visited {color: #ffffff; text-decoration: none;}
a:hover, a:active {color: #166be5; text-decoration: underline;}


/* ########## CONTENT STYLES ########## */

.content-box {
	background: rgba(0,0,0,0.70);
	border: 1px solid rgba(22,107,229,0.25);
	padding: 2em;
	border-radius: 0.5em;
	max-width: 400px;
	margin: 0 auto;
	border-bottom: 5px solid rgba(22,107,229,1);
	font-size: 0.9em !important;
	color: #71788f;
}

.content-box a:link, .content-box a:visited {color: #71788f; text-decoration: none; font-size: 1em !important;}
.content-box a:hover, .content-box a:active {color: #166be5; text-decoration: underline;}


h1 {
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

h1 span {
	display: block;
	font-size: 0.49em;
	color: #71788f;
	font-weight: 400;
}

hr {
	background: rgba(113,120,143,0.5);
	height: 1px;
	border: none;
	width: 100%;
	margin: 2em auto;
	padding: 0;
	clear: both;
}

.content-box  p {
	margin: 1em 0;
	font-size: 0.9em !important;
}

table {
	width: 100%;
	font-size: 16px !important;
}

table .label {
	font-weight: 700;
	text-align: left;
	color: #71788f !important;
	font-size: 0.9em !important;
}

table .value {
	line-height: 2em;
	font-weight: 700;
	color: #71788f !important;
	line-height: 3em;
}

/* ########## BUTTON STYLES ########## */

button,
.button,
a.button {
	border-radius: 0.3em;
	padding: 0 1em;
	color: rgb(255,255,255);	
	background: rgba(22,107,229,0.85) !important;
	background-color: rgba(22,107,229,0.85) !important;
	border: none;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	line-height: 3em;
	font-size: 0.9em;
	width: auto;
	min-width: 200px;
	
}

button:hover,
.button:hover,
a.button:hover {
	text-decoration: none;
	background: rgba(22,107,229,1) !important;
	color: rgb(255,255,255);	
}


/* ########## FORM STYLES ########## */

input,
select,
textarea {
	padding: 0.75em;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 0.3em;	
	margin: 0.5em 0;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: rgba(255,255,255,1);
	outline: none;
	color: #71788f;
	font-size: 16px !important;	
}


/* ########## FOOTER STYLES ########## */

footer {
	width: 100%;
	background: rgba(0,0,0,0.5);
	line-height: 2em;
	text-align: center;
	padding: 2em 0;
	font-size: 11px;
    color: #fff;
}

footer a {
	font-size: 11px !important;
}

footer .wrapper-inner {
	position: relative;
	max-width: 800px;
}

footer ul,
footer li {
	margin: 0;
	padding: 0;
	display: inline;
}

footer li {
	margin: 0 0.5em 0 0;	
}

footer li:nth-child(1):after,
footer li:nth-child(2):after {
	content: "|";
	margin-left: 0.5em;	
    color: #fff;
}

.footer-emblem {
    background: url('../images/icon-footer-emblem.png') no-repeat;
	background-size: contain;
    height: 89px;
    width: 70px;
    position: absolute;
    top: -5em;
    left: 50%;
	margin-left: -35px;
}

footer .left {
	padding-top: 4em;
}

footer .right {
}

@media screen and (min-height: 800px) { 
	html {height: 100%;}
	footer {
		min-height: 3.5em;
		position: absolute;
		bottom: 0;
	}	
}

@media screen and (min-width: 800px) { 

	footer {
		min-height: 3.5em;
	}
	
	footer .left {
		position: absolute;
		left: 0;
		padding: 0;
	}
	footer .right {
		position: absolute;
		right: 0;
	}

}