.ethos-header {
	background-color: #1d64a6;
	padding: 2em;
	margin-bottom: 0em;
}

.ethos-logo {
	height: 45px;
	margin-right: 3em;
}

.ethos-header-title {
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	margin-right: 2em;
}

.ethos-file-container {
}

.ethos-policies-section {
	padding: 3em 0;
}

.ethos-button-download {
	background-color: white;
	padding: 0.5em 1em;
	font-size: 1em;
	text-decoration: none;
	color: black;
	border-radius: 2em;
	border: grey 1px solid;
	transition: all 0.3s ease-in;
}

.ethos-button-download:hover {
	background-color: grey;
	color: white;
}

.ethos-file-title {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1.3em;
}

.ethos-warning-section {
	background-color: #f2f2f2;
	color: black;
	padding: 2em;
	font-size: 0.8em;
	box-sizing: border-box;
	margin-bottom: 2em;
}

.ethos-footer-container {
	padding: 3em;
	background-color: #1d64a6;
}

.ethos-footer-text {
	margin: 3px;
	color: white;
	text-align: center;
}

hr {
	margin-top: 2em;
	margin-bottom: 2em;
}