@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v36-latin-regular.eot');
	src: url('../fonts/raleway-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v36-latin-regular.woff2') format('woff2'), url('../fonts/raleway-v36-latin-regular.woff') format('woff'), url('../fonts/raleway-v36-latin-regular.ttf') format('truetype'), url('../fonts/raleway-v36-latin-regular.svg#Raleway') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/raleway-v36-latin-600.eot');
	src: url('../fonts/raleway-v36-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v36-latin-600.woff2') format('woff2'), url('../fonts/raleway-v36-latin-600.woff') format('woff'), url('../fonts/raleway-v36-latin-600.ttf') format('truetype'), url('../fonts/raleway-v36-latin-600.svg#Raleway') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/raleway-v36-latin-700.eot');
	src: url('../fonts/raleway-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v36-latin-700.woff2') format('woff2'), url('../fonts/raleway-v36-latin-700.woff') format('woff'), url('../fonts/raleway-v36-latin-700.ttf') format('truetype'), url('../fonts/raleway-v36-latin-700.svg#Raleway') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #382f2d;
	font: 15px 'Raleway', sans-serif;
	line-height: 1.3;
	color: #382f2d;
	background: linear-gradient(to bottom, #fff 0%, #fff 90%, #e3000f 90%, #e3000f 100%);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1.562rem auto;
	overflow: hidden;
	background: #ECE2D6;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

strong {
	font-weight: 600;
}

p {
	margin: 0 0 1.25rem;
}

p,
ul {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1 {
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 0 0 2rem;
}

h2 {
	font-weight: normal;
	font-size: 1.125rem;
	padding: 0 0 .625rem;
	font-style: italic;
}

h3 {
	color: #e3000f;
	font-size: 1.063rem;
	padding: 0 0 .625rem;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
	position: relative;
}

h3::before {
	content: "";
	content: '\00a0';
	position: absolute;
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #e3000f;
}

ul {
	list-style: none;
	margin-bottom: 1.563rem;
}

ul li {
	padding: 0 0 0 1rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1rem;
}

article {
	padding: 1.875rem 3.75rem 0;
}

a.link {
	color: #e3000f;
}

a.link:hover {
	text-decoration: underline;
}

a.apply {
	background: #e3000f;
	color: #ffffff;
	padding: .625rem 1.25rem .625rem 1.25rem;
	margin: 1.25rem auto .937rem auto;
	display: inline-block;
	text-decoration: none;
	text-transform: inherit;
}

footer {
	padding: 0 3.75rem 1.875rem 3.75rem;
}

.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%;
}

@media only screen and (max-width: 49.938rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 48rem) {
	article {
		padding: 1.25rem 1.25rem 0;
	}

	footer {
		padding: 0 1.25rem 1.25rem;
	}

}

@media only screen and (max-width: 35rem) {
	article {
		padding: 1rem 1rem 0;
	}

	footer {
		padding: 0 1rem 1rem;
	}

	p,
	ul {
		margin: 0 0 1rem;
	}

	h1 {
		text-align: center;
		padding-bottom: 1.5rem;
	}

	h3 {
		margin-bottom: .625rem;
	}
}