@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400|Source+Sans+Pro:700&display=swap');#nwWebsite{background-color: rgb(74, 86, 103);}#nwWrapper{background-color: rgb(255, 255, 255);}#nwHeader{background-color: rgb(255, 255, 255);}#nwWebsite .mm-menu{background-color: rgb(128, 195, 66);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(128, 195, 66);}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{color: rgb(74, 86, 103);font-family: Source Sans Pro;font-weight: 400;}#nwWebsite .nwNav li, #nwWebsite .nwNav li a{font-size: 0.8rem;}#nwWebsite .mm-menu{color: rgb(255, 255, 255);}#nwContent h1{font-family: Source Sans Pro;font-weight: 700;}#nwContent h2{font-family: Source Sans Pro;font-weight: 700;}#nwContent h3{font-size: 1rem;}#nwWebsite .icon{color: rgba(74, 86, 103, 0.2);}#nwWebsite #nwFooterLinks li a, #nwWebsite #nwSocialLinks a{color: rgb(255, 255, 255);}#nwFooter{color: rgba(255, 255, 255, 0.5);}#nwHeader {
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 20px -15px rgba(0,0,0,0.3);
}
#nwBranding > .nwContainer {
	transition: all 0.3s ease;
}
.sticky #nwBranding > .nwContainer {
	max-width: 180px;
}
#nwNavTop li:hover a {
	opacity: 1;
}
#nwNavTop .nwContainer .current > a, 
#nwNavTop .nwContainer a:hover {
	position: relative;
}
#nwNavTop .nwContainer > .current > a::before, #nwNavTop .nwContainer a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5em;
	border-bottom: 2px solid rgb(128, 195, 66);
	margin: 0 1.1em 0 1em;
	margin: 0 40%;
	transition: all 0.3s ease;
}
#nwNavTop .nwContainer a:not(:hover)::before {
	opacity: 0;
}
#nwNavTop .nwContainer a:hover::before, 
#nwNavTop .nwContainer > .current > a::before {
	margin: 0 1.1em 0 1em;
	opacity: 1;
}



.row.firstBlock {
	background: rgb(128, 195, 66);
}
#nwContent .row.firstBlock:not(.banner) h1 {
	margin: 1em 0 0.0em !important;
	color: #FFF;
	font-size: 1.5rem;
	text-align: left;
}
.row.clearfix.banner {
	height: 30vw;
	min-height: 0;
	max-height: 320px;
}
.row.clearfix.banner .column:first-child::before {
	content: none;
}
#nwContent .column:not(.half) > h2 {
	text-align: left;
}


.nwFooter {
	padding-top: 1.5rem;
}
.nwFooter * {
	color: #FFF;
}
#nwFooter a:hover {
	color: inherit;
}
.nwFooter ul {
	display: inline-block;
	text-align: left;
}
#nwWebsite .nwFooter h5 {
	margin-top: 0;
}
.nwFooter .half .row {
	text-align: left;
}
.column.sixth {
	width: 2.5em;
	padding: 0;
}
.nwFooter .half .row p {
	margin-top: 0;
}
@media (max-width: 699px) {
 #nwFooter .nwFooter ul {
	margin: 2.5rem 0;
	display: block;
 }
}@media (max-width: 699px) {#nwLogo {width: 200px;}}