@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400|Alegreya:700i|Alegreya:400i|Alegreya+Sans:700&display=swap');#nwWebsite{background-color: rgb(0, 0, 99);}#nwWrapper{background-color: rgb(255, 255, 255);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(221, 96, 17);font-size: 1.5rem;}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{font-family: Alegreya Sans;font-weight: 400;}#nwHeaderMessage{font-family: Alegreya;font-weight: 700;font-style: italic;}#nwWebsite .nwNav li, #nwWebsite .nwNav li a{font-size: 0.7rem;}#nwWebsite #nwNavTop li ul a, #nwWebsite #nwNavTop li ul a:hover, #nwWebsite #nwNavTop li:hover ul a, #nwWebsite #nwNavSide li ul a, #nwWebsite #nwNavSide li:hover ul a, #nwWebsite #nwNavSide li ul a:hover{font-family: Alegreya;font-weight: 400;font-style: italic;}#nwWebsite #nwMobileNav, #headerBarLinks a::before{color: rgb(255, 255, 255);}#nwContent h1{color: rgb(255, 255, 255);font-family: Alegreya Sans;font-weight: 700;}#nwContent h2{font-size: 2rem;font-family: Alegreya Sans;font-weight: 700;}#nwContent h3{font-size: 1.8rem;}#nwWebsite .icon{color: rgb(63, 87, 190);}#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);}@media(min-width: 700px) {
 html {
	font-size: 24px;
 }
 #nwLogo {
	padding: 1rem 0.5rem 1rem 0;
 }
 #nwLogo img {
	max-height: 120px;
 }
 .sticky #nwLogo img {
	max-height: 60px;
 }
 #nwHeader .sticky #nwLogo {
	line-height: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	transition: background 0.3s ease;
 }
 #nwNavTop .nwContainer li:last-child a::before {
	content: '';
	position: absolute;
	top: 0.25em;
	left: 0.25em;
	right: 0.25em;
	bottom: 0.2em;
	border: 1px solid;
	opacity: 0.4;
 }
}

p, h2, h3, h4 {
	font-style: italic;
}
#nwWebsite h4 {
	font-weight: bold;
}
.sectionHead {
	margin-bottom: 1.5rem;
	padding: 3vw 0 3.5vw;
	background: #384FB3;
}
.sectionHead h2 {
	color: #FFF;
	font-style: normal;
	line-height: 1;
	text-align: center;
}
#nwContent .appHook.dashed {
	padding: 0 0 2rem 0;
	color: #384FB3;
}
.dashed h4 {
	background: rgba(63,87,190,0.1);
}
#nwContent .dashed h4::before {
	content: none;
	left: 0;
	width: 100%;
	height: 100%;
	/*border: 1px solid;*/
	pointer-events: none;
}
.dashed h4::after {
	content: none;
}
#nwContent small {
	display: block;
}
.appHook.firstBlock {
	background: #000063;
}
#nwContent h1 {
	font-size: calc(1.8rem + 2vw);
}@media (max-width: 699px) {#nwLogo {width: 200px;}}