/* FONTS */

@font-face {
font-family: "merriweather";
src:url("../fonts/Merriweather-Light.otf") format("opentype");
font-style:normal;
font-weight:300;
}

@font-face {
font-family: "proxima-nova";
src:url("../fonts/Proxima Nova Reg.otf") format("opentype");
font-style:normal;
font-weight:400;
}

@font-face {
font-family: "proxima-nova";
src:url("../fonts/Proxima Nova Sbold.otf") format("opentype");
font-style:normal;
font-weight:600;
}



@font-face {
font-family: "publico";
src:url("../fonts/PublicoText-Semibold-Web.woff") format("opentype");
}

@font-face {
font-family: "balto-bold";
src:url("../fonts/baltoweb-bold.woff") format("opentype");
font-style: bold;
}

@font-face {
font-family: "balto-bold-italic";
src:url("../fonts/baltoweb-bolditalic.woff") format("opentype");
font-style: italic, bold;
}

@font-face {
font-family: "balto";
src:url("../fonts/baltoweb-book.woff") format("opentype");
}

@font-face {
font-family: "balto-italic";
src:url("../fonts/baltoweb-bookitalic.woff") format("opentype");
font-style: italic;
}

@font-face {
font-family: "balto-medium";
src:url("../fonts/baltoweb-medium.woff") format("opentype");
font-style: italic;
}

@font-face {
font-family: "balto-italic";
src:url("../fonts/baltoweb-mediumitalic.woff") format("opentype");
font-style: italic;
}

/************************* ALL STYLES ******************************/

body {
	font-family: 'balto', sans-serif;
	color: #143250;
}

h1, h2, h3, h4, h5 {
	font-family: 'publico', sans-serif;
	line-height: 1.2em;
}

b, strong {
	font-weight: 600;
}

.green {
	color: #1EA89D;
}

.container-fluid {
	max-width: 1100px;
}

.center {
	text-align: center;
}

a {
	color: #354B59;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

a:hover, a:active, a:focus {
	color: #354B59;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left:0;
}

.captitle {
	font-size: 12px;
	color: #FF8C3B;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

	.captitle a {
		color: #1EA89D;
	}

/* NAVIGATION STYLES */

.nav {
	background-color: #0F2944;
	padding-top: 14px;
	width: 100%;
	display: block;
}

	.nav-left {
		float: left;
	}

		.nav p {
			color: #FFFFFF;
			font-size: 16px;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding-top: 6px;
		}

		.nav img {
			height: 40px;
			margin: -6px 0 0 0;
		}

		.v-divider {
			padding: 0 6px;
		}

		.nav-el > li {
			display: inline-block;
		}

		.nav-el p a {
			color: #FFFFFF;
		}

		.dropdown > a {
			color: #FFFFFF;
			font-size: 16px;
			text-transform: uppercase;
			letter-spacing: 1px;
			-moz-transition: all 0.1s ease;
			-webkit-transition: all 0.1s ease;
			-o-transition: all 0.1s ease;
			-ms-transition: all 0.1s ease;
			transition: all 0.1s ease;
		}

			.dropdown > a:active, .dropdown > a:hover, .dropdown > a:focus {
				text-decoration: none;
			}

			.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
				background: none;
				text-decoration: none;
			}


		/*Adds Hover Feature for Dropdown

		.dropdown:hover > .dropdown-menu {
			display: block;
		}*/

		.dropdown-menu {
			margin-top: 8px;
			padding: 4px 0 8px;
			border: 1px solid rgba(0,0,0,0.04);
			border-radius: 0px;
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.10);
  			box-shadow: 0 1px 3px rgba(0,0,0,.10);
		}

		.arrow-up {
			width: 0;
			height: 0;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-bottom: 7px solid #FFFFFF;
			position: relative;
			top: -11px;
			left: 45%;
		}

		.dropdown-menu > li > a {
			padding: 5px 20px;
		}

		.dropdown-menu > li > a:hover {
			background-color: #f9fbfd;
		}

	.nav-right {
		float: right;
	}

	.nav-right .dropdown:hover > .dropdown-menu {
			display: block;
		}

	.nav-right .dropdown-menu {
			margin-top: 14px;
			padding: 4px 0px 10px;
			border: 1px solid rgba(0,0,0,0.04);
			border-radius: 0px;
			-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.10);
  			box-shadow: 0 1px 3px rgba(0,0,0,.10);
  			min-width: 185px;
  			text-align: center;
  			left: -24px;
		}

	.nav-right .arrow-up {
			width: 0;
			height: 0;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			border-bottom: 7px solid #FFFFFF;
			position: relative;
			top: -11px;
			left: 45%;
		}

	@media (max-width: 700px) {
		.nav-right {
			display: none;
		}
	}

	.nav .status {
		display: inline-block;
		font-size: 12px;
		padding: 0 15px;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 600;
	}

	.fa-bar-chart {
		margin-left: 7px;
	}

	.nav .status:hover {
		color: #cfdce7;
	}

	button {
		background-color: #46A0FF;
		color: #FFFFFF;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-family: proxima-nova;
		/*font-weight: 700;*/
		font-size: 12px;
		padding: 12px 15px 9px 15px;
		margin-top: -2px;
		border: none;
		-moz-transition: all 0.1s ease;
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	button:hover {
		background-color: #2470BF;
	}

	button:focus {
		outline: 0 none;
	}

.nav:after {
	content: "";
	display: table;
	clear: both;
}







/* PAGE HERO STYLES */

.page-hero {
	background-color: #143250;
	padding: 20px 0;
	/*background: repeating-linear-gradient( 45deg, #0F2944, #0F2944 1px, #143250 2px, #143250 4px);*/
/*	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
}

.hero-left {
	float: left;
	max-width: 700px;
	margin: 30px 0;
}

.hero-right {
	float: right;
}

.hero-right img {
	height: 220px;
	margin-top: 20px;
	margin-bottom: -100px;
}

.page-hero h1 {
	font-size: 32px;
	margin: 30px 0;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 50px;
}

.page-hero p {
	font-size: 18px;
	color: #FFFFFF;
}

@media (max-width: 1040px) {
	.hero-left {
		float: none;
		margin: 30px auto;
	}

	.hero-right {
		display: none;
	}
}






/* SUBNAV STYLES */

.subnav {
	width: 100%;
	background-color: #F7F8F9;
	border-bottom: 1px solid #E6E6E6;
	z-index: 5;
}

	.subnav ul {
		display: flex;
		margin-bottom: 0px;
		justify-content: space-between;
	}

	.subnav li {
		min-width: 153px;
		text-align: center;
		font-size: 13px;
		font-weight: 600;
		padding: 14px 10px;
		-moz-transition: all 0.1s ease;
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.subnav li:not(.active) {
		padding-top: 18px;
	}

	.subnav li:not(.active):hover {
		background-color: #E9ECEF;
	}

	.edu-subnav li {
		min-width: 178px;
	}

	.active {
		background-color: #FFFFFF;
		color: #FF8C3B;
		border-top: 4px solid #FF8C3B;
		border-bottom: 1px solid #FFFFFF;
		margin-bottom: -1px;
	}



/* CONTACT STYLES */

.contact {
	background-color: #F0FAFF;
	color: #354B59;
	padding: 60px 0 70px;
	text-align: center;
}

.contact h3 {
	font-size: 24px;
	padding-bottom: 30px;
	font-weight: 300;
	line-height: 1.5em;
}

.contact-links li {
	display: inline-block;
	min-width: 200px;
	padding: 0 25px 10px;
}

.contact-links li a {
	color: #354B59;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

	.contact-links li a:hover {
		color: #50a3da;
	}


.contact:after {
	content: "";
	display: table;
	clear: both;
}






/* FOOTER STYLES */

footer {
	background-color: #0F2944;
	padding: 60px 0 40px;
	color: #D9EDFB;
}

footer .container-fluid {
	display: flex;
	justify-content: space-around;
}

footer ul {
	margin-bottom: 30px;
}

footer ul li:first-child {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

footer ul li {
	margin-top: 10px;
}

footer a {
	color: #FFFFFF;
}

footer a:hover,
footer a:active,
footer a:focus {
	color: #D9EDED;
}



/* CARD STYLES */

.card {
		border: 1px solid #EAEAEA;
		display: inline-block;
		text-align: center;
		background-color: #FFFFFF;
		-moz-transition: all 0.1s ease;
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.card:not(.overlay):hover {
		/*background-color: rgba(92,196,190,.9);
		border: 1px solid rgba(92,196,190,.9);
		color: #FFFFFF;*/
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
