

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: #12548a;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

/*.header.wrapper {
	border-top: 30px solid #7A9AC9;
}*/

.banner.wrapper .container, .footer.wrapper footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1130px;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #fff;
}

.logo {
	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: 100%;
	height: auto;
	width: 100%;
}

ul.social, ul.ngwaLinks {
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline-block;
}

ul.ngwaLinks {
	padding-bottom: 15px;
}

ul.social li {
	display: inline-block;
	font-size: .8em;
}

.fa-blue {
	color: #677e8f;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fa-circleBg {
	color: #3a4d5c;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ul.social li:hover .fa-circleBg.facebook {
	color: #37589B;
}
ul.social li:hover .fa-circleBg.twitter {
	color: #46D4FE;
}
ul.social li:hover .fa-circleBg.linkedin {
	color: #419CCA;
}
ul.social li:hover .fa-circleBg.youtube {
	color: #A72B1D;
}

ul.social li:hover .fa-blue {
	color: #fff;
}

.fa-stack-2x {
    font-size: 2.2em;
}

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: #3a4d5c;
	font-size: 12px;
	padding-bottom: 50px;
}

.footer.wrapper footer {
	background-color: #3a4d5c;
}

.col p {
    display: inline-block;
    padding-right: 10px;
    color: white;
    font-size: .9em;
}

.col p a:link, .col p a:active, .col p a:focus, .col p a:visited {
	color: #fff;
}

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;
	}
}