* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Verdana', sans-serif;
  font-size: 12pt;
	line-height: 1.428571429;
	color: #fff;
	background-color: #000;
}

/* .loading {
	background: url('../img/icons/ico_loading.gif') no-repeat center center;
} */

a {
	color: #7DAE57;
}

a:hover {
	color: #FFFFFF;
}

a.red {
	color: #B9464A;
}

a:hover.red {
	color: #FFFFFF;
}

a.blue {
	color: #4E6BB7;
}

a:hover.blue {
	color: #FFFFFF;
}

hr {
	padding-top: 12px;
	padding-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Verdana';
}

p {
	margin:1em 0;
}

ul.nomarker {
	list-style-type: none;
}

ul {
	list-style-type: disc;
}

ul li {
	margin-left: 24px;
}

ol {
	margin-left: 24px;
}

.background-page {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 60px;
	min-height: 100vh;
}

.content-box-container, .split-content-box-container {
	min-width: 320px;
	position: relative;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-box {
	text-align: center;
	max-width: 820px;
	width: 100%;
	padding: 24px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	border-radius: 9px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.content-box.green {
	background: rgba(125, 174, 87, 0.8);
}

.content-box.blue {
	background: rgba(109, 168, 211, 0.8);
}

.content-box.black {
	background: rgba(0, 0, 0, 0.8);
}

.content-box .content-image {
	width: 169px;
	margin: auto;
}

.content-box .content-body {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 12px;
}

.split-content-box-container .content-body {
	max-width: 590px;
}

.content-body .content-header {
	text-align: center;
	font-size: 16pt;
	padding: 12px;
}

.content-body .content-text {
	width: 100%;
}

.content-body .content-links {
	padding: 12px;
}

.content-body .content-links a {
	color: #0A100A;
}

.content-body .content-links a:before {
	padding-right: 6px;
	position: relative;
	top: 3px;
	content: url('../img/icons/ico_external_link_dark.svg');
}

.content-body .content-links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content-body .content-links a:hover:before {
	content: url('../img/icons/ico_external_link_light.svg');
}

.flex-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 18px;
}

.flex-item {
	width: 365px;
}

.left * {
	text-align: left;
}
