﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ button,hr{overflow:visible}img,legend{border:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:0;margin:0;padding:0}legend{padding:0}optgroup{font-weight:700}

@font-face {
	font-family: 'Saans-Light';
	src: url('../fonts/Saans-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Saans-Medium';
	src: url('../fonts/Saans-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Saans-Regular';
	src: url('../fonts/Saans-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Saans-SemiBold';
	src: url('../fonts/Saans-SemiBold.otf') format('opentype');
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #364e6c;
	font-family: 'Saans-Regular', sans-serif;
}
main {margin: 0 auto;}
.content {
    max-width: 960px;
    margin: 0 auto;
}
p {line-height: 1.8em;}
a {
    color: #2786df;
    text-decoration: none;
}
a:hover {color: #e83838 !important;}
h2, h4 {
	font-family: 'Saans-SemiBold', serif;
}
h2 {
    color: #49bafb;
    font-style: italic;
    font-weight: 400;
    font-size: 1.733em;
    margin-top: 0;
    margin-top: .5em;
}
h3 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-left: 1px solid #b6e3fd;
    padding: 5px 0 5px 15px;
}
h4 {margin-bottom: 0;}
h4 + p {margin-top: 0;}
ul {
    list-style: none;
    padding-left: 0;
}
main ul {
    list-style-type: disc; 
    margin-left: 1.2em;
}
main ol {
    margin-left: 1.2em;
    padding-left: 0;
}
main li {
    line-height: 1.8em;
    margin: .25em 0;
}
hr {
    display: block;
    width: 100%;
    height: 12px;
    border: none;
    background-image: url("waves.png");
}
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cf {
    content: "";
    display: table;
    clear: both;
}
form input[type=submit] {letter-spacing: 0.2em;}
form input[type=submit]:hover {background-color: #3980b6;}


/* Header Styling */
h1 {
	vertical-align: middle;
	margin: 0;
	padding-top: 24px;
	font-size: 1.267em;
	font-weight: 600;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

#bgColors {
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

	#bgColors div {
		height: 156px;
		width: 50%;
		float: left;
	}

	 

header {
	margin-bottom: 6px;
}

	header section {
		position: relative;
		max-width: 1366px;
		height: 156px;
		margin: 0 auto;
	}

		 

	header img {
		float: left;
		margin-right: 15px;
		max-width: 114px;
	}

	header nav {
		width: 100%;
	}

		header nav > ul li {
			position: relative;
		}

		header nav > ul > li:hover > a {
			color: #e83838;
		}

		header nav li.subNav:hover > a {
			padding-bottom: 35px;
		}

		header nav ul li ul {
			display: none;
			width: 236px;
			top: 50px;
			z-index: 5;
			position: absolute;
			background-color: #fff;
			box-shadow: 0px 8px 8.82px 0.18px rgba(0, 0, 0, 0.21);
		}

			header nav ul li ul li {
				border-top: 1px solid #ddeff6;
			}

				header nav ul li ul li:first-child {
					border: none;
				}

				header nav ul li ul li a {
					display: block;
					padding: 11px 0 14px 16px;
					font-size: 1em;
					color: #2667a4 !important;
				}

					header nav ul li ul li a:hover {
						color: #fff !important;
						background-color: #5bb6e7;
					}

		header nav > ul > li:hover ul {
			display: block;
		}

		header nav > ul > li {
			display: inline-block;
			border-left: 2px solid #a8bfcb;
		}

		header nav ul li:first-child {
			border: none;
		}

		header nav ul li a {
			color: #2667a4;
			font-size: 1.2em;
			padding: 0 14px;
			;
		}

		header nav > ul > li:first-child > a {
			padding-left: 0;
		}

	header .form {
		margin-top: 6px;
		background: url("waves.png");
	}

		header .form fieldset {
			width: 100%;
			max-width: 960px;
			margin: 0 auto;
			text-align: right;
		}

			header .form fieldset div {
				display: inline-block;
				padding: 0 4px;
				background-color: #fff;
			}

		header .form input[type=search] {
			display: inline-block;
			width: 364px;
			color: #484545;
			font-size: 1.133em;
			font-style: italic;
			font-family: 'Libre Baskerville', serif;
			background-color: #dceef9;
			padding: 9px 0 10px 40px;
			vertical-align: top;
			-webkit-border-radius: 0;
			border-radius: 0;
			-webkit-appearance: none;
		}

		header .form input[type=submit] {
			display: inline-block;
			vertical-align: top;
			color: #fff;
			padding: 10px 22px;
			background-color: #5bb6e7;
			text-transform: uppercase;
		}
/* End Header Styling */

/* Footer Styling */
footer {
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	background-color: #02203f;
}

	footer td {
		padding: 20px;
		vertical-align: top;
	}

	footer nav {
		text-align: left;
		padding: 0px 10px;
	}

	footer strong {
		font-weight: 600
	}

	footer nav ul {
		line-height: 1.5em;
		display: inline-block;
		padding-left: 16px;
	}

		footer nav ul li {
			list-style: none;
			line-height: 1.5em;
		}

		footer nav ul + ul {
			margin-left: 80px;
		}

	footer nav a, footer p {
		color: #fff;
		margin: .35rem 0;
	}

	footer div {
		display: inline-block;
		text-align: left;
	}



	footer p a {
		display: inline-block;
		vertical-align: middle;
		height: 29px;
	}

		footer p a:hover {
			background-position: center bottom;
		}


	footer small {
		font-size: 0.733em;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	}



.social-link-ul {
	list-style: none;
	padding-inline-start: 0;
	font-size: 20px;
	background: none;
	box-sizing: border-box;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	flex-wrap: wrap;
	align-items: center;
}

.social-link-li {
	border-radius: 9999px;
	display: block;
	height: auto;
	color: #02203F;
	background-color: #ffffff;
}

	.social-link-li a {
		padding: .25em;
	}

.social-link svg {
	height: 1em;
	width: 1em;
}

.social-link-anchor {
	align-items: center;
	display: flex;
	line-height: 0;
}

	.social-link-anchor:visited {
		color: currentColor;
		fill: currentColor;
	}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.social-link-li:hover {
	transform: scale(1.1);
}

.is-layout-flex {
	display: flex;
	gap: 15px;
}
/* End Footer Styling */






