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, font, 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 {
    text-decoration-line: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    font-family: sans-serif;
}
body {
	line-height: 1;
    
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
    color: white;
    font-size: 7.5em;
}
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 100%;
    height: 15em;
    margin: auto;
    padding: 10px;
}
.container-left {
    width: 70%;
    float: left;
}
.container-right {
    margin-left: 70%;
    height: 15em;
}
.color-black {
    color: black;
}
.grey {
    color: white;
    background-color: #0063A8;
    transition: background-color 0.1s linear; /* vendorless fallback */
    -o-transition: background-color 0.1s linear; /* opera */
    -ms-transition: background-color 0.1s linear; /* IE 10 */
    -moz-transition: background-color 0.1s linear; /* Firefox */
    -webkit-transition: background-color 0.1s linear; /*safari and chrome */
}
.grey:hover {
    background-color: #005491;
}
.brown {
    color: white;
    text-decoration-line: none;
    background-color: #FFB627;
    transition: background-color 0.1s linear; /* vendorless fallback */
    -o-transition: background-color 0.1s linear; /* opera */
    -ms-transition: background-color 0.1s linear; /* IE 10 */
    -moz-transition: background-color 0.1s linear; /* Firefox */
    -webkit-transition: background-color 0.1s linear; /*safari and chrome */
}
.brown:hover {
    background-color: #D48D00;
}
.background-grey {
    background-color: #0063A8; 
}
.background-brown {
    background-color: #FFB627; 
}

.infoItem {
    height: 33.3333333%;
    /* position: relative;*/
}
.infoItem div {
    transform: translate(0%, 16.666666%);
}
/*
.infoItem a{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
*/
.icon-large {
    font-size: 3em;
}
.iconLarge {
    width: 3em;
}
.icon {
    width: 2em;
}
.f-icon {
    font-size: 2em;
}
#header {
    padding: 0;
}
p {
    color: white;
}
.button {
    padding: none;
    margin: none;
    border: none;
    cursor: pointer;
}
.download {
    float: left;
    font-size: 3em;
}
.file {
    font-size: 2em;
    width: 100%;
}

/* */