body {
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px !important;
	background: #d1d6dd;
}

body * {
	box-sizing: border-box;
}

/***** Grid *****/
.col-6 {
	width: 50%;
}

.col-12 {
	width: 100%;
}

.form-container {
    margin-bottom: 40px;
}


.links,
.links a,
.links a:hover,
.links a:visited,
.links a:active {
	color: #c6ad12 !important;
	text-decoration: none !important;
}

.form-success {
    width: 670px;
    max-width: 100%;
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

/***** Header *****/

header {
	text-align: center;
	position: relative;
	z-index: 11;
	margin-bottom: -15%;
}
header img {
	max-width: 100%;
	width: 100%;
}

.logo-wrapper {
	position: absolute;
	background: linear-gradient(180deg, rgba(12,77,162,1) 0%, rgba(12,77,162,0) 100%);
	width: 100%;
	height: 70%;
}

header .logo {
	width: 400px;
	max-width: 40%;
	z-index: 1000;
	position: absolute;
	margin: 10px auto;
	left: 50%;
	transform: translateX(-50%);
}

#register-section {
	background: #fff;
}

#register-section .top-container .description {
    max-width: 100%;
    margin: 40px auto;
	line-height: 1.3rem;
}

.description p {
	padding-top: 1rem;
}

.form {
    padding: 5px 10px 17px 10px;
    box-sizing: border-box;
	position: relative;
}

.form-section {
	display: flex;
	flex-wrap: wrap;
}

.form>label {
    display: block;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    font-size: 14px;
    color: black;
}

.form>label:not(.file-upload)::before {
	content: "*";
	color: red;
	font-weight: bold;
	padding-right: 5px;
}

/* Input */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
select {
    background: none;
    border: 2px solid #0c4da2;
    padding: .7rem 1rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-radius: 0;
}

select:focus,
input:focus {
	outline: none;
	background: #e7eef8;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #000000;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000000;
} 




/* Errors */
.error {
	font-weight: 700;
    color: red;
    margin-top: 10px;
    display: none;
    font-size: 12px;
    position: absolute;
    bottom: 0;
}

.has-error {
	border-color: red !important;
}

.file-upload {
	display: inline-flex !important;
	padding: .7rem 1rem;
	width: unset;
	background: #0c4da2;
	font-weight: bold;
	color: #fff !important;
	text-transform: uppercase;
}

.file-upload:not(:active):hover {
	background: #2066c0 !important;
}

.file-upload:active {
	background: #062f66 !important;
}

.filename {
	padding: 5px 0;
	display: block;
}

/* Section */

.blue {
	color: #0c4da2 !important;
}

h1 {
	font-family: 'Georgia', serif;
}

h2 {
	font-family: 'Georgia', serif;
	font-size: 1.5rem;
    display: inline-block;
    font-weight: 400;
}

/* Checkbox */

.checkbox-group {
	margin:5px 10px;
	position: relative;
}

.checkbox-group label {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left:35px;
	margin-right:35px;
	cursor: pointer;
	text-align: left;
	font-size: 1rem;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.checkbox-group label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkbox-group label .checkbox {
	position: absolute;
	top: -2px;
	left: 0;
	height: 25px;
	width: 25px;
	border: 2px solid #0c4da2;
	border-radius: 0;
}

.checkbox-group label .checkbox:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-group label input:checked ~ .checkbox:after {
	display: block;
}
.checkbox-group label .checkbox:after {
	left: 3px;
	top: 3px;
	width: 15px;
	height: 15px;
	background: #0c4da2;
	border-width: 0 3px 3px 0;
}

/* Button */

.button-group {
	display: flex;
	justify-content:center;
	margin:10px;
	box-sizing: border-box;
}
.button-group button {
	cursor: pointer;
	padding: 1rem 2rem;
	border-radius: 0;
	border:0;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
}
.button-group button:not(:active):hover {
	background: #2066c0 !important;
}

.button-group button:active {
	background: #062f66 !important;
}

.header {
	margin: 0 auto;
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1020px;
	margin: 0 auto;
	background: #fff;
}

.container-inner {
	width: 80%;
	margin: 0 auto;
}

nav {
	background: #003399;
	border: 2px solid #000;
	border-left: 0;
	border-right: 0;
}

nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

nav ul,
nav ul li {
	margin: 0;
	padding: 0;
	display: flex;
}

nav ul li {
	flex: 1;
	align-items: center;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:focus,
nav ul li a:active {
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1rem !important;
	text-align: center;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	display: inline-flex;
	vertical-align: middle;
}

nav ul li a:hover {
	color: #fff !important;
	background: #1a4db4;
}



/***** Footer *****/

.links {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

footer {
	display: flex !important;
	width: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,14,43,1) 25%, rgba(0,25,77,1) 50%, rgba(0,37,114,1) 75%, rgba(0,49,149,1) 100%);
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 1rem;
	color: #ffffffd3;
	font-size: 0.85rem;
}

footer a,
footer a:active,
footer a:hover,
footer a:visited,
footer a:focus {
	color: #fff !important;
}

footer .right {
	display: flex;
	flex-direction: column;
	align-items: space-around;
	justify-content: flex-end;
}

footer img {
	width: 300px;
}
footer section {
	min-height: 50px;
	border-radius: 0;
	text-align: center;
	color: #bbbbbb;
}
footer section a {
	color: #bbbbbb !important;
	text-decoration: none;
}
footer section a:hover {
	text-decoration: underline;
}




/* Mobile */
@media only screen and (max-width: 1200px) {
	.container {
		width: 1200px;
	}

	section {
		width: 90%;
		margin-left:5%;
		box-sizing: border-box;
	}
    .form-container,
    .form-success {
        width: 100%;
        margin: 40px auto;
    }
}

@media only screen and (max-width: 600px) {
	.container {
		width: 100%;
	}

	#registration-form {
		margin-bottom: 40px;
	}

	nav ul {
		flex-direction: column;
	}

	footer {
		flex-direction: column;
	}

	footer .right {
		padding: 1rem;
	}

	footer .links {
		flex-direction: column;
	}

	footer .divider {
		display: none;
	}
	footer img {
		margin-bottom: 1rem;
	}

	.container-inner {
		width: 95%;
	}

	section {
		width: 90%;
		margin-left:5%;
		box-sizing: border-box;
	}
	#register-section .top-container {
		width: auto;
	}
	#register-section .form-container {
		width: 100%;
	}

	.col-6 {
		width: 100%;
	}

	#register-section .top-container h1 {
		font-size: 40px;
		padding: 0;
		margin: 0;
	}

	#register-section .top-container {
		margin-bottom: 0;
	}

	#register-section .form-container {
		margin: 0 auto;
	}
	.radio-group {
		display: flex;
		flex-direction: column;
	}
	.radio-group label {
		margin: 10px 0;
	}
}

a, a:hover, a:visited, a:focus {
	outline: 0;
	color: #0c4da2 !important;

}

.required {
	color: red;
}