@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
	background-color: #ededed;
	color: #444;
	font-size: 14px;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.banner.wrapper {
	background-image: url('/img/ngwa/gw16/bg_banner.png');
    background-position: left;
    height: auto;
}

.container, .banner.wrapper, .nav.wrapper, .footer.wrapper {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.logo {
	text-align: left;
	padding-left: 50px;
}

.logo img {
	height: auto;
	max-width: 400px;
}

.registerNav a {
	border: 2px solid #fff;
}

.clientNavigation {
	background-color: #006699;
}

.clientNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 45px;
	text-align: left;
	background-color: #006699;
}

.clientNavigation ul li {
	display: inline-block;
}

.clientNavigation ul li a {
    height: 35px;
    line-height: 35px;
    color: white;
    padding: 0 13px;
    border-left: 1px solid #fff;
}

.clientNavigation ul li a:hover {
	text-decoration: none;
}

.clientNavigation ul ul {
	display: block;
	visibility: hidden;
    margin-left: 0;
    position: absolute;
    width: 208px;
    z-index: 2;
    padding: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    background-color: #fff;
    box-sizing: border-box;
}

.clientNavigation ul li:hover ul {
	display: block;
	visibility: visible;
}

.clientNavigation ul ul li {
	padding: 10px 5px;
	display: block;
}

.clientNavigation ul ul li a {
	padding: 0;
	height: auto;
	line-height: 12px;
	display: block;
	font-size: 12px;
	border: none;
	color: #808080;
}

.clientNavigation ul ul li a:hover {
	color: black;
	text-decoration: none;
}

footer {
	background-color: #2d5c88;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: white;
	padding: 15px 50px;
	font-size: 11px;
}

footer > div {
	width: 50%;
	box-sizing: border-box;
}

footer p {
	margin: 0;
}

footer a, footer a:link, footer a:focus, footer a:active, footer a:visited {
	color: white;
	font-weight: bold;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
}

.copyright {
	text-align: left;
}

.socialIcons {
	text-align: right;
}

.socialIcons ul {
	display: inline-block;
}

.socialIcons ul li {
	padding: 0 10px;
}

.socialMedia li {
	border-radius: 300px;
    border: none;
    overflow: hidden;
    top: 5px;
    position: relative;
    height: 100%;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    /* width: 30px; */
}

.socialMedia li a {
	-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #96AEC4;
}

/* .socialMedia li a:hover {
    color: #fff;
    background-color: #46d4fe;
} */
.footerBorder {
	border-right: 1px solid #000;
}


@media (max-width: 780px) {
	.clientNavigation {
		display: none;
	}
}