@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Barlow Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/barlow-condensed-v12-latin-regular.eot');
	src: url('../fonts/barlow-condensed-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v12-latin-regular.woff2') format('woff2'), url('../fonts/barlow-condensed-v12-latin-regular.woff') format('woff'), url('../fonts/barlow-condensed-v12-latin-regular.ttf') format('truetype'), url('../fonts/barlow-condensed-v12-latin-regular.svg#BarlowCondensed') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #000;
}

h1 {
	color: #0F3451;
	line-height: 1.2;
	font-size: 2rem;
	margin: 0 0 1.25rem;
}

h2 {
	margin: .937rem 0;
	font-size: 1.25rem;
}

:is(a:link, a:visited, a:active) {
	color: #52bbab;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	color: #3e8c80;
}

a.site {
	color: #000;
}

p {
	margin: 0 0 16px;
}

p span {
	white-space: nowrap;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 25px;
	line-height: 0.9;
}

header {
	background: #123A5A;
	padding: .625rem 1.875rem;
	display: flex;
}

article {
	padding: 1rem 3.125rem;
}

footer {
	padding: .625rem 3.125rem .625rem;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem 1rem 0;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	h1 {
		margin: 1rem 0 1.25rem;
		font-size: 1.6875rem;
	}

	article p:first-of-type,
	h1,
	h1 + p {
		text-align: center
	}

	h2 {
		margin: .312rem 0;
	}

	header {
		justify-content: center;
	}

	article {
		padding: 1rem 0 0;
	}

	footer {
		padding: 0
	}
}
