

body {
	font-family: Verdana, Arial, sans-serif;;
    font-size: 13px;
    background: #fff;
    color: #333333;
    text-align: left;
    line-height: 1.3em;
    margin: 0;
}

a, a:focus, a:active, a:link, a:visited {
    font-weight: bold;
    color: #6699cc;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.header.wrapper {
	border-top: 30px solid #7A9AC9;
	border-top: 30px solid #083b6a;	
}

.banner.wrapper .container, .footer.wrapper footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
}

.banner.wrapper a, .banner.wrapper a:link, .banner.wrapper a:focus, .banner.wrapper a:active {
    color: #4e6d8c;
    text-decoration: none;
} 

.banner.wrapper a:hover {
	text-decoration: underline;
}


.logo img {
	max-width: 150px;
	width: 100%;
}

ul.social, ul.ngwaLinks {
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.ngwaLinks {
	padding-bottom: 15px;
}

ul.social li, ul.ngwaLinks li {
	display: inline-block;
}

ul.ngwaLinks li {
	font-size: 11px;
    border-right: 1px solid #BFDFFF;
    padding: 0 4px;
    margin: 0;
    vertical-align: middle;
    zoom: 1;
}

ul.ngwaLinks li:last-child {
	border-right: none;
}

.clientNavigation {
    background: url('/img/ngwa/mainNavbg.png') repeat-x;
    height: 28px;
    /* width: 960px; */
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 100;
}

.footer.wrapper {
	background-color: #cee0ee;
	font-size: 12px;
	padding-bottom: 50px;
}

footer a, footer a:link, footer a:active, footer a:focus {
	color: #4e6d8c;
}

.footer.wrapper footer {
	padding: 25px 55px 15px 55px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

@media (max-width: 640px) {
	.banner.wrapper .container {
	    padding: 10px 10px 0 10px;
    	box-sizing: border-box;
	}
}

