@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 {
	justify-content: flex-start;
}
.logo img {
	height: 100%;
    max-width: 300px;
	height: auto;
}

.logo a {
	border: none;
	display: block;
	width: auto;
}

@media only screen and (max-width: 1200px) {
	.logo img {
		height: 80px;
	}
}


/*==========================================
=            Navigation Section            =
==========================================*/
.nav.wrapper {
	width: 100%;
	background-color:#005f9e;
	text-align: center;
}

.clientNavigation ul.nav {
	padding: 2em;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.clientNavigation ul.navLogo {
	list-style-type: none;
}

.clientNavigation ul.navMenu{
	list-style-type: none;
	display: flex;
	padding: 0 1em;
	margin: 0;
}

.clientNavigation ul.navMenu li {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 0 0.75em;
	position: relative;
	margin-left: 2.2em;
}

.clientNavigation ul.navMenu li svg {
	width:.55rem;
    height:.55rem;
    color: rgb(255, 255, 255);
    display: inline-block;
    margin: 0 0.3em;
    padding: 0;
}


.clientNavigation a, .clientNavigation  a:link, .clientNavigation a:active, .clientNavigation a:visited, .clientNavigation a:focus {
	Font-family: Helvetica, arial, sans-serif;
	border-bottom: 2px solid rgba(0,0,0,0);
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding-bottom: 10px;
	
}
		

.clientNavigation ul.navMenu li ul.SubMenu {
	display: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	background: #323648;
	overflow: visible;
	top: 115%;
	left: -15%;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: auto;
	width: 200px;
	margin: 0;
	padding: .75rem;
}
.clientNavigation ul.navMenu li ul.SubMenu:before {
	left: 50%;
	border-bottom: 10px solid #323648;
    border-bottom: 10px solid #323648;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    width: 0;
}
.clientNavigation ul.navMenu li ul.SubMenu li {
	margin: 0;
	padding: .35rem;
	width: auto;
}	

.clientNavigation ul.navMenu li:hover > ul {
	display: flex;
	z-index: 999;
	opacity: 100;
	visibility: visible;
}

.clientNavigation ul.navMenu li:hover > a svg {
	transform: rotate(180deg);
}



.clientNavigation .shapedivider {
	min-height: 100px;
	position: relative;
	display:none;
}

.clientNavigation .shapedivider svg {
			fill: white;
			height: 100%;
			left: 0;
			position: absolute;
			width: 100%;
			bottom: 0;
			margin: 0;
			display:none;
		}


		.clientNavigation .shapedivider .divider--waves path:nth-child(1) {
			opacity: 0.15;
		}

		.clientNavigation .shapedivider .divider--waves path:nth-child(2) {
			opacity: 0.3;
		}


/*=====  End of Navigation Section  ======*/

/*==========================================
=               Footer Section            =
==========================================*/
.footer.wrapper  {
	background-color:#fff;
	background-image: none;
	padding: 0;
}

.footer.wrapper footer {
	background-color:hsl(195deg 80% 33%);
	background-image: none;

}

.footer.wrapper .flexrow.container {
	padding: 4em;
}


.footer.wrapper .social a .fa {
	font-size: 1.2em;
}

.footer.wrapper .shapedivider {
	min-height: 100px;
	position: relative;
	background-color: #fff;
	padding: b
}

.footer.wrapper .shapedivider svg {
			fill: hsl(195deg 80% 33%);
			height: 100%;
			left: 0;
			position: absolute;
			width: 100%;
			bottom: 0;
			margin: 0;
			transform: rotateY(180deg);
			opacity: 1;
		}


.footer.wrapper .shapedivider .divider--waves path:nth-child(1) {
	opacity: 0.15;
}

.footer.wrapper .shapedivider .divider--waves path:nth-child(2) {
	opacity: .3;
}







.clientNavigation ul li.mobile {
	display: none;
}

