@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700');

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    font-smoothing: antialiased;
    line-height: 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
	color: rgb(94, 94, 94);
	
}
p {
	margin: 0;
	padding: 0.5em 0;
}
.note {
	color: rgb(94, 94, 94);
	font-style: italic;
}
a, a:link, a:visited, a:active, a:focus, a:hover {
	color: #0072bc;
    text-decoration: none;
}
.topsection ol, .topsection ul ,
.abstract ol, .abstract ul {
	list-style-type:disc;
	margin-left: 1.5em;
    padding-left: 1em;
	margin-bottom: 1em;
}
.topsection ol, .abstract ol {
	list-style-type:decimal;
}
h1, h2, h3, h4, h5, h6 {
    color: rgb(0, 117, 193);
    font-family: 'Fjalla One', Arial, sans-serif;
    font-weight: 400;
    margin: 0px;
	text-transform: uppercase;
	line-height: 1.5em;
	padding: 0.5em 0;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 0;
}
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; text-transform: none;}
.header.wrapper {
    padding:0;
	margin: 0;
}

header {
	width: 100%;
	margin:  0 auto;
}

.header.wrapper.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	font-size: .95em;
}
.header.wrapper.sticky img {
	max-height: 80%;
	width: auto;
}
.header.wrapper.sticky + .wrap {
	padding-top: 100px;
}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
header .banner.wrapper section.container {
	padding: 0;
	margin: 0;
}
.logo {
	height: 100%;
	max-height: 125px;
	width: auto;
}
.logo img {
	height: 100%;
    max-height: 125px;
	width: auto;
}

.logo a {
	border: none;
	display: block;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.logo img {
		height: 80px;
	}
}
/*==========================================
=            Navigation Section            =
==========================================*/
.nav.wrapper {
	width: 100%;
	background-color: rgb(255, 255, 255, .4);
	text-align: center;
}
.clientNavigation svg {
	width: 0.8em;
    height: 0.8em;
    color: rgb(21,21,21);
    display: inline-block;
    margin: 0 0.3em;
    padding: 0;
}
.clientNavigation ul {
	padding: 20px;
	margin: 0 auto;
	display: block;
	list-style-type: none;
	display:flex;
	align-items: center;
	justify-content: center;
}

.clientNavigation ul li {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 0 0.75em;
	position: relative;
	}
	.clientNavigation ul li a, .clientNavigation ul li a:link, .clientNavigation ul li a:active, .clientNavigation ul li a:visited, .clientNavigation ul li a:focus {
		Font-family: Helvetica, arial, sans-serif;
		border-bottom: 2px solid rgba(0,0,0,0);
		font-weight: bold;
		color: #000;
		display: inline-block;
		padding-bottom: 10px;
		
	}
		.clientNavigation ul li:hover > ul {
			display: block;
			max-height: 300px;
			z-index: 10;
		}

	.clientNavigation ul li a:hover {
		color: #0061a0;
	}

	.clientNavigation ul li ul {
		display: none;
		background: rgba(255,255,255,1);
		overflow: visible;
		top: 30px;
		position: absolute;
		z-index: -1;
		text-align: left;
		box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24);
		border-radius: 4px;
		padding: 15px;
		font-size: 16px;
		height: auto;
		white-space: nowrap;
		}
		.clientNavigation ul li ul li {
			display: block;
			margin:0;
			padding:0;
			padding: 0 5px;
		}
		.clientNavigation ul li ul a {
			display: block;
			padding: 5px 0;
			font-size: 16px;
		}

/*=====  End of Navigation Section  ======*/


/*======================================
=            Footer Section            =
======================================*/

.footer.wrapper {
	padding: 72px 0;
}

.footer .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding-bottom: 0.85em;
}
.footer .col hr {
	width: 50px;
	height: 1px;
	width: 50px;
	margin: 1em auto 1em;
    border: 1px solid rgb(226,226,226);
}
ul.footerLinks {
	padding: 0;
    margin: -2em auto 0 auto;
    list-style-type: none;
    text-align: center;
}

ul.footerLinks li {
	display: inline-block;
}

ul.footerLinks li a, ul.footerLinks li a:link, ul.footerLinks li a:focus, ul.footerLinks li a:active, ul.footerLinks li a:hover {
	color: #000;
    border: none;
    width: 2.1em;
    height: 2.1em;
    margin: 0.25em;
    display: inline-block;
}

span.fa-stack {
    margin-left: 5px;
}

/*=====  End of Footer Section  ======*/


.clientNavigation ul li.mobile {
	display: none;
}

@media only screen and (max-width: 1000px) {
	.clientNavigation ul {
		position: relative;
	}
	.clientNavigation ul li {
		display: none;
	}
	.clientNavigation ul li.logo {
		display: block;
	}
	.clientNavigation ul li.mobile {
		display: block;
	}
	.clientNavigation ul li.mobilemenu {
		display: block;
		background-color: #FFF;
		border-right: 1px solid #333;
		width: 200px;
		padding: .25em .5em;
		text-align: left;
	}
	.clientNavigation ul li svg {
		display: none;
	}
	.clientNavigation ul li:hover > ul {
		display: none;
	}
}