@charset "utf-8";

@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');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	border: none;
	padding: 0.5rem 0rem;
	overflow: hidden;
	box-shadow: 0 0 .625rem rgb(0 0 0 / 20%);
	border: 1px solid #000;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

span {
	white-space: nowrap;
}

a.hier {
	color: #FF0000
}

h1,
h2 {
	font-size: 1.75rem;
	line-height: 1.2;
	color: #E2001E;
	margin: 0 0 .625rem;
}

h3,
h4 {
	font-size: 1.312rem;
	line-height: 1.2;
	color: #142C69;
	margin: 0 0 .937rem
}

ul {
	list-style: none;
	margin: 0 0 .625rem;
	padding: 0;
}

ul li {
	padding-left: .937rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -.937rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2.5rem 0;
}

.element {
	display: block;
	width: 60%
}

a.link {
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0;
	color: #000;
	padding: 0 0 1.25rem;
	display: inline-block
}

header p {
	color: #000;
	margin: 0 0 .875rem;
}

.fa-map-marker-alt {
	color: #7092BE;
}

.fa-clock {
	margin-left: .625rem;
}

.margin {
	margin: 0 0 1.25rem
}

article {
	padding: 1.25rem 1.25rem 0;
}

.section,
.aside {
	background-color: #FFF;
	margin: 1rem 0;
	padding: 1.25rem 1.25rem 1rem;
	position: relative;
}

.aside,
footer {
	background-color: #B8BFD1;
}

.logo {
	margin: 0 0 .375rem
}

.box {
	position: absolute;
	right: 1.25rem;
	bottom: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

a.apply {
	background: #fff;
	color: #142C69;
	padding: .625rem 1.25rem;
	width: fit-content;
	display: block;
	margin: 2.75rem auto 0;
	border: 1px solid #142C69;
	font-weight: bold;
	text-align: center
}

a.apply:hover {
	text-decoration: none;
	background: #D51020;
	color: #fff;
	transition: 0.5s ease;
	border: 1px solid #D51020;
}

.iframe-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1.875rem;
	height: 0;
	overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	margin: 1rem 1.187rem;
	padding: .875rem 1.187rem .875rem;
}

footer p {
	margin-bottom: 0;
	text-align: center;
}

@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;
	}

	h2 {
		margin: 0
	}

	h3,
	h4 {
		margin: 0 0 .625rem
	}

	header {
		padding: 0;
	}

	article {
		padding: 0;
	}

	.section,
	.aside {
		margin: 0;
		padding: 1rem;
	}

	.box {
		right: 1rem;
		top: 36%;
	}

	footer {
		margin: 1rem 0;
		padding: 1rem;
	}

	.logo {
		position: static;
		margin: 1rem auto .375rem;
		padding: 0;
	}

	.box {
		position: static;
	}
}

@media only screen and (max-width: 760px) {
	header {
		flex-direction: column;
		align-items: center;
	}

	h1,
	h1+p,
	.element {
		text-align: center;
	}

	.element {
		width: 100%;
		margin: 1rem 0 0
	}

	.section {
		margin: 1rem 0;
		padding: 0
	}

	.aside,
	footer {
		margin: 1rem 0;
		padding: 1rem;
	}

	h1,
	h2 {
		font-size: 1.5rem;
	}

	a.apply {
		margin: .625rem auto;
	}
}

@media only screen and (max-width: 680px) {
	h2 {
		text-align: center
	}

	h3,
	h4 {
		margin: 0 0 .625rem;
	}

	a.link {
		white-space: normal;
	}
}

@media only screen and (max-width: 376px) {
	a.apply {
		width: 100%
	}
}