@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');#nwFooter{background-color: rgb(0, 54, 132);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(0, 138, 223);}#nwContent h2{color: rgb(0, 54, 132);}#nwContent h3{color: rgb(0, 54, 132);font-family: Montserrat;font-weight: 600;}#nwWebsite .icon{color: rgb(0, 138, 223);}#nwWebsite #nwFooterLinks li a, #nwWebsite #nwSocialLinks a{color: rgb(255, 255, 255);}#nwFooter{color: rgb(255, 255, 255);}#nwBranding.sticky{background-color: rgb(255, 255, 255);}html {
	font-size: 16px;
}
@media (min-width: 700px) {
 #nwBranding > .nwContainer {
	width: 35%;
	max-width: 350px;
 }
 #nwLogo {
	padding: 1rem 0;
 }
}

body#nwWebsite .sliderH1 {
	position: absolute;
	margin-top: calc(-50vw + ((100vw - 100%)/2));
	padding: 0 0 50%;
	width: 100%;
	background: rgba(0,0,0,0.2);
}
body#nwWebsite .sliderH1 .column {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	transform: translate(-50%);
}
body#nwWebsite .sliderH1 h1, 
body#nwWebsite .banner h1 {
	color: #FFF;
	font-size: calc(2rem + 2vw);
}
.row.clearfix.banner {
	height: 50vw;
}@media (max-width: 699px) {#nwLogo {width: 250px;}}