﻿body {
	font-family: 'Roboto', sans-serif;
	color: #001E5A;
	background: whitesmoke;
	margin: 4px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 4px;
	padding-right: 4px;
	background: linear-gradient( 168deg, whitesmoke, #989898);
}

.HeaderDiv {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 4px 0px 4px 0px;
	background: linear-gradient(90deg, #001E5A 0%, #1E43B7 158.16%);
	left: 0%;
	right: 0%;
	top: 0%;
}

#contact-form {
	max-width: 1005px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

h2 {
	text-align: center;
	color: #001E5A;
	font-size: 33px;
}

h3 { text-align: center; }

ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
}

.Content-Background {
	background-color: rgba(255, 255, 2550, 0.84);
	max-width: 950px;
	margin: auto;
}

.slick-dots li button::before {
	color: white;
}

.ErrorDescription {
	font-size: 18px;
	text-align: center;
	display: block;
}

.ErrorDetail {
	font-size: 20px;
	inline-size: 90%;
	overflow-wrap: break-word;
	margin: auto;
}

.ErrorContainer {
	max-width: 500px;
	border: 3px solid #f1f1f1;
	width: auto;
	margin: auto;
	background: white;
	color: black;
}

hr {
	border-style: none;
}
