#container {
	width: 100% !important;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
.top-block {
	display:flex;
	flex-wrap: wrap;
}
.intro-container {
	background: rgba(0, 4, 61, 0.72);
	background-size: cover;
	color: white;
	padding: 2em !important;
	height: 100%;
}
@media only screen and (min-width:40.063em) {
	.intro-container {
		padding: 3em 60px 3em 100px !important;
	}
}

.intro-container-outer {
	background-image: url('../assets/img/images/sponsorship/background.jpg');
	background-size: cover;
	background-color: gray;
	background-blend-mode: luminosity;
}

.intro-container h2 {
	color: white;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 18px;
}
.form-container {
	background: url('../assets/img/images/sponsorship/triangles_pattern.png');
	padding: 2em !important;
}
@media only screen and (min-width:40.063em) {
	.form-container {
		padding: 2em 60px 0 50px !important;  
	}
}
.form-container h3 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 16px;
	text-transform: uppercase;
	color: #00043D;
	font-family: 'Source Sans Pro', sans-serif;
}
.form-container .nf-form-wrap,
.form-container .nf-form-wrap label {
	color: #00043D !important;
}
.form-container .nf-form-content nf-fields-wrap {
	display: flex;
	flex-wrap: wrap;
}
.form-container .nf-form-content nf-field {
	padding-right: 20px;
}
@media only screen and (min-width:40.063em) {
	.form-container .nf-form-content nf-field:nth-child(-n+8) {
		flex: 0 50%;
	}
}

.form-container .nf-pass.field-wrap .nf-field-element::after{
	height: 35px;
	line-height: 35px;
}
.form-container .nf-form-content .listselect-wrap .nf-field-element div, .form-container .nf-form-content input.ninja-forms-field, .form-container .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 35px;
}
.form-container .nf-form-content label {
	font-size: 16px;
	line-height: 18px;
}
.form-container .nf-error.field-wrap .nf-field-element::after {
	height: 33px;
	width: 35px;
	line-height: 33px;
}
.form-container .nf-form-content .list-select-wrap > div div::after {
	height: 35px;
	line-height: 35px;
}
.form-container #ninja_forms_required_items, .nf-field-container {
	margin-bottom: 15px;
}
.form-container .nf-form-content .listselect-wrap .nf-field-element div, .form-container .nf-form-content .ninja-forms-field {
	padding: 0 8px !important;
}

#container .form-container .nf-form-content .list-select-wrap .nf-field-element > div, #container .form-container .nf-form-content input:not([type="button"]), 
#container .form-container .nf-form-content textarea, #container .form-container select {
	border: 1px solid #c4c4c4 !important;
}
.form-container .nf-form-content input[type="button"] {
	background: #FF4201;
	padding: 0 20px !important;
}
.form-container .nf-form-content input[type="button"]:hover {
	background: #FF4201;
	color: white;
}

.sponsors-container {
	margin: 50px 0 !important;
	display: flex;
	align-items: center; 
	flex-direction: column
}    
.sponsors-container-inner {
	display: flex;
	flex-wrap: wrap;
}

.sponsors-container h3 {
	color: #00043D;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}
.sponsors-container .logo-container {
	flex: 0 0 50%; 
	margin: 10px 0;
}

@media only screen and (min-width:40.063em) {
	.sponsors-container .logo-container {
		flex: 0 0 20%; 
		padding: 0 20px;
	}
}

@media only screen and (min-width:40.063em) {
	.footer-container .large-4 {
		width: 33.33333%;
		float: left;
	}
}