
#wrapper > header {
	background: #3D3F8B;
    background: linear-gradient(90deg, #3D3F8B 0%,#1E1F44 100%);
	padding-top: 0 !important;
}
#wrapper > header:after {
  background: none;
}
#wrapper > header .page-title {
	padding-top: 60px;
    padding-bottom: 120px;
}
#wrapper > footer {
	background: #f3f3f3 !important;
	padding-top: 10em !important;
}
#wrapper > section {
	padding-top: 4em;
}
#wrapper > section h2 {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
    font-size: 48px;
}

#wrapper > section.top-message {
	border: none;
	margin-bottom: 0;
	padding: 40px 0 0;
}
#wrapper > section.top-message p {
	margin: 0;
	padding: 0;
}
.nav-tabs>li {
	margin-bottom: 8px;
	list-style-type: none !important;
}
.partners {
	margin: 1rem 0;
	padding: 0;
}
.partners li {
	list-style-type: none;
    display: inline-block;
    width: 33%;
	background: #f7f7f7;
    margin: 4px 0;
	padding: 1rem;
}

.topLeftRounded {
	fill: #f3f3f3;
}
.footer-atLogo {
	margin-top: -15px;
    z-index: 9999;
}

/* MEDIA QUERIES
-------------------------------------------------------------- */

@media only screen and (max-width: 469px) {

	#wrapper > header {
 		min-height: 340px;
 	}
 	#wrapper > header .page-title {
 		padding-top: 60px;
    	padding-bottom: 60px;
    	font-size: 16px;
	}
	.topLeftRounded + section {
		padding-top: 0 !important;
	}
	.topLeftRounded + section h2:first-of-type {
		margin-top: 40px !important;
		margin-bottom: 20px;
	}
	.partners li {
		width: 100% !important;
	}
	section h2 {
		font-size: 24px !important;
	}
	section:last-of-type {
    	padding-bottom: 2em;
    }
}
