body {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h7, .h7 {
	font-family: 'Oswald','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
h1, .h1 {
	line-height: 1.2;
	margin-bottom: 1rem;
}
a {
	color: #df0782;
}
a:hover {
	color: #009eec;
}
.hero-container {
	background: url(../images/backgrounds/checkered-blue.png);
	background-position: bottom center;
	background-size: 30%;
	padding: 50px 0;
}
.hero-container img {
	border: 0;
	display: block;
	width: 30%;
	margin: 0 auto;
}
@media print, screen and (max-width: 39.99em) {
	.hero-container {
		padding: 20px 0;
	}
	.hero-container img {
		width: 60%;
	}
}
.nav-container {
	background: #004c72;
	height: 50px;
	margin-top: 2px;
}
.content-container {
	padding: 2rem 0;
}
.footer-container {
	background: #004c72;
	color: #fff;
	padding: 1.25rem 0;
	text-align: center;
}
.footer-container a {
	color: #fff;
}
.expert {
	background: #fff;
	border: 3px solid #004c72;
	border-radius: 156px;
	height: 156px;
	margin: 0 0 0 1rem;
	overflow: hidden;
	width: 156px;
}
.expert img {
    display: block;
    filter: grayscale(100%);
    height: 156px;
    width: 156px;
}
form label span {
	font-weight: bold;
}
/*
form .is-valid-label {
	color: green;
}
.is-valid-label input:not(:focus) {
    border-color: green;
}
*/
form .is-invalid-label,
form .required,
form .form-error {
	color: red;
}
form label input[type='text'] {
	background-color: #f7f7f7;
}
form label input[type='text']:focus {
	border-color: #009eec;
}
.button {
	background: #004c72;
}
.button:hover {
	background: #003955;
}