body {
	background: var(--grey);
}

header {
	display:block;
	width: 100% !important;
}

#sticky-wrapper {
	display:none;
}

section {
	width: 100%;
	visibility: visible !important;
	margin-top: 60px;
}

section .inner {
	background: white;
	padding:20px;
	margin-bottom: 60px;
	display: inline flow-root;
}

section .inner:last-child {
	margin-top: 60px;
	padding: 30px;
	margin-bottom: 60px;
	display: inline-flex;
	border-radius: 10px;
}


section h2 {
	color: var(--red);
	font-size:20pt !important;
	margin-top: 60px;
}

section h3 {
	color: var(--red);
	font-size:16pt !important;

	margin-top:30px;
}

section .table {
	display:flex;
}

section .table .col1 {
	width: 200px;
	float:left;
	padding-top:40px;
}


/* === Media Queries ============================================================ */

@media only screen and (max-width:1280px) {

	header {
		display: contents !important;
	}

	section {
		padding-top: 0px;
	}
}
