@font-face {
	font-family: 'Program';
	src: url('https://cdn.aliveplatform.com/fonts/program.otf') format("opentype");
	font-display: swap;
}

html, body, header, main, footer, div, p, span, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #fff;
	background: #222 url('https://cdn.aliveplatform.com/img/bg.png');
	font-size: 12px;
}

header {
	background: url('https://cdn.aliveplatform.com/img/bg-header.png') top left repeat-x;
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
}

nav {
	text-align: center;
}

nav div {
	display: inline-block;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	background: #141414 url('https://cdn.aliveplatform.com/img/icons/information.png');
	font-style: normal;
	padding: 10px 10px 10px 36px;
	margin: 15px 0px;
	border-radius: 6px;
	line-height: 1.5em;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #222;
	font-weight: bold;
}

h1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -1000px;
}

a {
	color: #0078cc;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.application-title {
	font-weight: normal;
	font-size: 23px;
	font-family: Program, Helvetica, Arial, snas-serif;
	letter-spacing: 0.04em;
	color: white;
	cursor: pointer;
}

.button {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	display: inline-block;
	background: #004a95 url('https://cdn.aliveplatform.com/img/bg-button.png') top left repeat-x !important;
	border: 1px solid #004994 !important;
	border-radius: 4px;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 12px !important;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.button:hover {
	text-decoration: underline;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}

.grid-item {
	text-align: center;
	display: block;
	float: left;
	position: relative;
	padding: 20px 0px;
	height: 100%;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transition: all .2s cubic-bezier(.4,0,.2,1);
	-webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
  	transition: all .2s cubic-bezier(.4,0,.2,1);
}

@media all and (max-width: 720px) {
	.grid-item {
  	width: 100%;
	}
}

@media all and (min-width: 721px) and (max-width: 1400px) {
  .grid-item {
    width: 50%;
  }
}

@media all and (min-width: 1401px) {
  .grid-item {
    width: 25%;
  }
}
