@charset "utf-8";

:root {
	font-size: 16px;
}

@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v34-latin-regular.eot');
	src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #241F21;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	background-color: #f4f4f4;
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border: none;
	overflow: hidden;
	background-color: #fff;
	padding: 0 1.187rem;
	border: solid 1px #000
}

h1 {
	font-size: 1.5rem;
	padding: 0;
	margin: 2rem 0;
	text-align: center;
	text-decoration: underline;
	font-family: 'Roboto Slab', "Times New Roman", serif;
}

h2 {
	font-size: 1rem;
	margin: 0 0 1rem;
	text-decoration: underline;
	font-family: 'Roboto Slab', "Times New Roman", serif;
}

h3 {
	font-size: 1rem;
	text-decoration: underline;
	margin: 0 0 3px
}

p {
	margin: 0 0 1rem;
}

p span {
	white-space: nowrap;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.blue {
	color: #467886;
	text-decoration: underline
}

ul {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

ul li {
	padding-left: 16px;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -16px;
	font-size: 22px;
	line-height: 1;
}

header {
	padding: 4rem 4rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center
}

article {
	padding: 0 4rem;
}

.gray {
	background: #FCFCFB
}

.section {
	width: 100%;
	padding: 1rem 1.5rem;
	background-color: #f2f2f2;
	margin: 0 0 2rem;
}

.flex div {
	display: flex;
	margin: 0 0 1rem
}

.flex div>p:first-of-type {
	width: 15%
}

.flex div>p:last-of-type {
	width: 80%
}

footer {
	padding: 0 4rem 4rem;
}

footer p {
	margin: 0;
	font-weight: bold;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	h1 {
		font-size: 1.2rem;
		line-height: 1.2;
		margin: 0 0 1rem
	}

	h2 {
		font-size: 1rem;
	}

	h2+p {
		margin: 0;
	}

	ul {
		margin: 0 0 1rem
	}

	ul li {
		padding-left: 1.5rem;
	}

	ul li:before {
		margin-left: -1.125rem;
	}

	header {
		padding: 0 0 1rem;
	}

	.section {
		padding: 1rem;
		margin: 0 0 1.25rem;
	}

	article,
	footer {
		padding: 0
	}
}

@media only screen and (max-width: 650px) {
	.flex div {
		flex-direction: column
	}

	.flex div p:first-of-type,
	.flex div p:last-of-type {
		width: 100%
	}
}