  @import url("https://") screen;
@import url("https://use.typekit.net/mcu3brv.css");
body {
	font-size: 16px;
	font-family: proxima-nova, sans-serif;
	color: #2A2926
}
p {
	font-weight: 400;
	font-style: normal;
	font-family: proxima-nova, sans-serif
}
ul, ul li {
	font-weight: 400;
	font-style: normal;
	font-family: proxima-nova, sans-serif
}
h1 {
	font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
	color: #014E25;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 10px
}
h2, h3, h4, h5 {
	font-family: proxima-nova, sans-serif;
	font-style: normal
}
strong, p strong {
	font-weight: 700;
	font-style: normal
}
em, p em {
	font-style: italic
}
h1 {
	font-size: 40px
}
h2 {
	font-weight: 700
}
h3, h4 {
	font-weight: 600
}
h5 {
	font-weight: 700;
	text-transform: uppercase
}
@media screen and (min-width: 320px) {
	h1 {
		font-size: calc(40px + 8 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	h1 {
		font-size: calc(48px + 2 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	h1 {
		font-size: 50px
	}
}
h2 {
	font-size: 27px
}
@media screen and (min-width: 320px) {
	h2 {
		font-size: calc(27px + 2 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	h2 {
		font-size: calc(29px + 2 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	h2 {
		font-size: 30px
	}
}
h3 {
	font-size: 20px
}
@media screen and (min-width: 320px) {
	h3 {
		font-size: calc(20px + 1 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	h3 {
		font-size: calc(21px + 1 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	h3 {
		font-size: 22px
	}
}
h4 {
	font-size: 18px
}
@media screen and (min-width: 320px) {
	h4 {
		font-size: calc(18px + 1 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	h4 {
		font-size: calc(18px + 2 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	h4 {
		font-size: 19px
	}
}
.lead {
	font-size: 17px
}
@media screen and (min-width: 320px) {
	.lead {
		font-size: calc(17px + 2 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	.lead {
		font-size: calc(19px + 2 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	.lead {
		font-size: 20px
	}
}
p, h5 {
	font-size: 15px
}
@media screen and (min-width: 320px) {
	p, h5 {
		font-size: calc(15px + 1 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	p, h5 {
		font-size: calc(16px + 2 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	p, h5 {
		font-size: 17px
	}
}
ul, ul li, ol, ol li {
	font-size: 15px
}
@media screen and (min-width: 320px) {
	ul, ul li, ol, ol li {
		font-size: calc(15px + 1 * ((100vw - 320px) / 680))
	}
}
@media screen and (min-width: 1000px) {
	ul, ul li, ol, ol li {
		font-size: calc(16px + 2 * ((100vw - 1000px) / 680))
	}
}
@media screen and (min-width: 1400px) {
	ul, ul li, ol, ol li {
		font-size: 17px
	}
}
h1 {
	margin: 15px 0 10px 0;
	padding: 0
}
h2 {
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1.2em
}
h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.2em;
	padding: 0
}
h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 1.2em;
	padding: 0
}
h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.2em;
	padding: 0
}
p {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.5em
}
.lead {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.4em;
	padding: 0
}
body * {
	box-sizing: border-box
}
html {
	height: 100%
}
body {
	height: 100%;
	margin: 0;
	background: #fff;
	text-rendering: optimizeLegibility
}
::selection {
	color: #014E25;
	background: #F9C22B
}
::-moz-selection {
	color: #014E25;
	background: #F9C22B
}
.container-fluid {
	width: 100%
}
.nomargin .container {
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.mainarea .container {
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.titlebar a {
	text-decoration: none
}
.sidebar-left > .nav > li > a {
	text-decoration: none
}
#studentservices-landing h1 {
	margin-top: 40px;
	font-size: 275%;
	display: inline-block
}
#studentservices-landing h1 {
	font-weight: 600;
	color: #003E1E;
	background: #F9C22B;
	padding: 5px 15px
}
#studentservices-landing {
	padding: 40px 80px;
	background: url("/academics/images/academics_jumbo_bg.png") top center no-repeat #222;
	background-size: auto;
	background-size: auto;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc
}
.jumbotron .container {
	width: 1170px
}
.green {
	color: #00843D !important
}
.darkgreen {
	color: #014E25 !important
}
.yellow {
	color: #F9C22B !important
}
.white {
	color: #fff !important
}
.darkgray {
	color: #605F60 !important
}
.black {
	color: #2A2926 !important
}
.green-bg {
	background-color: #00843D !important
}
.darkgreen-bg {
	background-color: #014E25 !important
}
.yellow-bg {
	background-color: #F9C22B !important
}
.white-bg {
	background-color: #fff !important
}
.lightgray-bg {
	background-color: #eee !important
}
.gray-bg {
	background-color: #D1D1D1 !important
}
.darkgray-bg {
	background-color: #605F60 !important
}
.black-bg {
	background-color: #2A2926 !important
}
.sidebar-left {
	padding-top: 0;
	padding-bottom: 0;
	border-right: none;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	background: #fff;
	border-top: 0 solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 4px solid #003E1E
}
.sidebar-left h1, .sidebar-left h1 a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 10px 5px 0 5px
}
.sidebar-left h3, .sidebar-left h3 a {
	display: block;
	font-weight: 500;
	color: #333;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 1.35em;
	margin-bottom: 5px
}
.sidebar-left p {
	padding: 5px 10px;
	margin: 0;
	line-height: normal
}
.sidebar-left .dropdown-menu {
	position: relative;
	top: 100%;
	left: 0;
	z-index: auto;
	display: block;
	float: none;
	min-width: 100%;
	padding: 5px 10px;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: inherit;
	border: none;
	border: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.sidebar-left > .nav > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: 1px solid #eee;
	margin: 0;
	background: #fff;
	-webkit-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	-moz-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	-o-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	-ms-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	transition: padding-left .2s ease-in-out, background .3s ease-in-out
}
.sidebar-left > .nav > li > a:hover, .sidebar-left > .nav > li > a:focus {
	text-decoration: none;
	padding-left: 20px;
	background: #F9C22B;
	border-top: 0 solid #eee;
	border-bottom: px solid #eee
}
#eventlist {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}
.eventlist {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}
.eventlist li {
	margin-bottom: 10px
}
.titlebar {
	padding: 0;
	padding-left: 2vw;
	margin: 15px 0 0 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: 600;
	font-family: proxima-nova, sans-serif;
	text-transform: uppercase;
	background: transparent;
	text-shadow: none
}
.titlebar a {
	display: block;
	background: #00843d;
	color: #FFF;
	font-size: 24px;
	border-right: none;
	margin: 0;
	text-align: left;
	text-transform: none;
	padding: 10px 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
.titlebar a:hover {
	background: #003E1E;
	color: #FFF
}
.sidebar-left {
	padding-bottom: 20px;
	margin-left: 2vw;
	margin-bottom: 0;
	border-top: none;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #00843d
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: left
}
.sidebar-left > .nav > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom: none;
	margin: 0;
	font-size: 16px;
	background: #fff;
	-webkit-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	-moz-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	-o-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	-ms-transition: padding-left .2s ease-in-out, background .3s ease-in-out;
	transition: padding-left .2s ease-in-out, background .3s ease-in-out
}
.tinynav {
	display: none
}
.sidebar-left label {
	font-size: 1.25em;
	font-family: proxima-nova, sans-serif;
	color: #333;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 5px
}
#sidebar-nav2 {
	margin-top: 5px;
	padding-top: 5px
}
@media screen and (max-width: 768px) {
	.tinynav {
		display: block
	}
	.sidebar-left select {
		margin: 10px 5px;
		width: 95%
	}
	#sidebar-nav, #sidebar-nav2 {
		display: none
	}
}
@media screen and (min-width: 601px) {
	.sidebar-left {
		padding-bottom: 20px;
		margin-bottom: 0
	}
	.sidebar-left .dropdown-menu {
		position: relative;
		top: 100%;
		left: 0;
		z-index: auto;
		display: block;
		float: none;
		min-width: 100%;
		padding: 5px 10px;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: inherit;
		border: none;
		border: none;
		border-radius: none;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.sidebar-left label {
		display: none
	}
	.sidebar-right {
		padding-top: 10px;
		padding-left: 20px
	}
}
.footer {
	background: #494949;
	border-bottom: 12px solid #414141;
	padding: 10px 0 0 0;
	margin-top: 60px;
	min-height: 220px;
	color: #BBB
}
.footer h4 {
	color: #ededed;
	font-size: 2em;
	font-weight: 600;
	margin-top: 0;
	padding: 0px;
	margin-bottom: 3px
}
.footer a {
	color: #DDD
}
.footer a:hover {
	color: #FFF;
	text-decoration: none
}
.footer a i {
	color: #F9C22B
}
.footer-contact {
	padding: 0 20px;
	margin-bottom: 20px
}
.footer-contact p {
	display: block;
	width: 100%;
	margin-right: 0;
	font-size: 14px
}
.footer-locations {
	padding: 0 20px;
	margin-bottom: 20px
}
.footer-infofor {
	padding: 0 20px;
	margin-bottom: 20px
}
.footer-logo a {
	opacity: .6;
	-webkit-transition: opacity ease-in-out .2s;
	-moz-transition: opacity ease-in-out .2s;
	-ms-transition: opacity ease-in-out .2s;
	transition: opacity ease-in-out .2s;
	border: none
}
.footer-logo a:hover {
	-webkit-transition: opacity ease-in-out .2s;
	-moz-transition: opacity ease-in-out .2s;
	-ms-transition: opacity ease-in-out .2s;
	transition: opacity ease-in-out .2s;
	opacity: 1
}
.contact-icons {
	float: none;
	width: 100%;
	padding: 0 0;
	margin-right: 0
}
.address {
	float: none;
	width: 100%;
	font-size: 1.6rem;
	padding: 0 0
}
.social-links {
	margin-top: -5px;
	padding: 0
}
.social-links {
	font-size: 36px;
	margin-top: -5px;
	padding: 0
}
.social-links i a {
	color: #DDD !important
}
.social-links i a:hover {
	color: #FFF
}
.social-links .fa-facebook {
	background: #3b5998
}
.social-links .fa-linkedin {
	background: #007bb6
}
.social-links .fa-twitter {
	background: #00aced
}
.social-links .google-plus {
	background: #dd4b39
}
.social-links .fa-youtube {
	background: #bb0000
}
.social-links .fa-instagram {
	background: #517fa4
}
.social-links .fa-play {
	background: #00843D
}
p.copyright {
	border-top: 1px solid #666;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	color: #999
}
@media screen and (min-width: 1023px) {
	.footer-logo img {
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0
	}
}
@media screen and (min-width: 1199px) {
	.footer-contact p {
		margin-right: 5px;
		font-size: 12px
	}
	.contact-icons {
		float: left;
		width: 45%;
		padding: 0 5px;
		margin-right: 15px
	}
	.address {
		float: left;
		width: 45%;
		padding: 0 5px
	}
	.footer-locations {
		padding: 0 20px
	}
	.footer-infofor {
		padding: 0 20px
	}
	.footer-logo {
		padding: 0 20px
	}
	.footer-logo img {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0
	}
}
#footer {
	display: block;
	min-height: 300px;
	margin-top: 40px;
	padding: 25px 0 15px 0;
	background: #393939;
	border-bottom: 10px solid #222;
	border-top: 1px solid #222;
	box-shadow: inset 0px 6px 12px transparent
}
p.copyright {
	display: block;
	padding-top: 10px;
	margin-top: 25px
}
#footer h3 {
	color: #FFF;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 3rem;
	font-weight: 700
}
#footer-contact .btn-link {
	color: #FFF;
	display: block;
	text-align: left;
	padding-left: 0;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 6px 3px 0
}
#footer p, #footer #address {
	color: #999
}
#footer #address {
	font-size: 1.4rem;
	padding: 6px 3px 3px 6px
}
#footer #address address {
	margin-bottom: 5px
}
#footer #address .btn {
	margin-bottom: 3px;
	font-size: 14px
}
#social-links {
	display: block;
	width: 100%;
	margin-top: 0px;
	text-align: left
}
ul.social-icons {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left
}
.social-icons .social-icons-item {
	display: inline;
	margin: 0px
}
.social-icons-item .fa {
	font-size: 18px;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.35em;
	margin-right: 1px;
	border-radius: 0;
	color: #fff;
	text-align: center;
	opacity: 1;
	transition: all .25s ease-in-out;
	background: transparent
}
.social-icons-item .fa-facebook {
	background-color: #3b5998
}
.social-icons-item .fa-facebook:hover, .social-icons-item .fa-twitter:hover, .social-icons-item .fa-instagram:hover, .social-icons-item .fa-linkedin:hover, .social-icons-item .fa-video-camera:hover, .social-icons-item .fa-y:hover {
	color: #FFF;
	opacity: .8;
	transition: .25s all ease-in-out
}
.social-icons-item .fa-twitter {
	background-color: #00aced
}
.social-icons-item .fa-twitter:hover {
	color: #FFF;
	opacity: .8;
	transition: .25s all ease-in-out
}
.social-icons-item .fa-instagram {
	background-color: #517fa4
}
.social-icons-item .fa-instagram:hover {
	color: #FFF;
	opacity: .8;
	transition: .25s all ease-in-out
}
.social-icons-item .fa-facebook {
	background: #3b5998
}
.social-icons-item .fa-twitter {
	background: #0084b4
}
.social-icons-item .fa-flickr {
	background: #0063dc
}
.social-icons-item .fa-instagram {
	background: #5851db
}
.social-icons-item .fa-youtube {
	background: #cd201f
}
.social-icons-item .fa-linkedin {
	background: #0077B5
}
.social-icons-item .fa-video-camera {
	background: #00843D
}
#footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-links-list {
	width: 50%;
	float: left
}
#footer-links ul li {
	margin: 3px 0px;
	padding: 0;
	color: #999;
	display: block
}
#footer-links li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	padding: 3px 0px
}
#footer-logo {
	border-left: 1px solid #999
}
@media screen and (max-width: 991px) {
	#footer-links, #social-wrapper {
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #999
	}
}
@media screen and (max-width: 320px) {
	#footer #address {
		font-size: 13px
	}
	#footer-contact .btn-link {
		font-size: 16px;
		padding: 4px 6px 3px 0
	}
}
@media screen and (max-width: 1290px) {
	#anniv-logo-v {
		display: none
	}
	#anniv-logo-h {
		display: block;
		max-width: 160px
	}
}
@media screen and (min-width: 1291px) {
	#anniv-logo-h {
		display: none
	}
	#anniv-logo-v {
		display: block;
		max-width: 90px;
		position: absolute;
		z-index: 99;
		right: -70px;
		height: auto;
		display: block;
		top: 0
	}
}
a {
	text-decoration: underline;
	color: #014E25;
	text-decoration-thickness: .09em;
	text-underline-offset: 1.8px;
	text-decoration-style: solid;
	transition: color .6s;
	cursor: pointer
}
a:hover {
	text-decoration: underline;
	color: #014E25;
	text-decoration-style: dashed
}
a i {
	text-decoration: none !important
}
a .fa {
	text-decoration: none
}
.btn {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none
}
.btn-block i {
	margin-top: 4px;
	margin-left: 8px
}
.btn-primary {
	color: #2A2926;
	background-image: linear-gradient(top, #F9C22B 34%, #E2AE3D 80%);
	background-image: -o-linear-gradient(top, #F9C22B 34%, #E2AE3D 80%);
	background-image: -moz-linear-gradient(top, #F9C22B 34%, #E2AE3D 80%);
	background-image: -webkit-linear-gradient(top, #F9C22B 34%, #E2AE3D 80%);
	background-image: -ms-linear-gradient(top, #F9C22B 34%, #E2AE3D 80%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.34, #F9C22B), color-stop(0.9, #E2AE3D));
	background-color: #F9C22B;
	box-shadow: 1px 1px 1px #222;
	border-color: #E2AE3D
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	color: #014E25;
	background-image: linear-gradient(top, #f8bb12 34%, #dfa527 80%);
	background-image: -o-linear-gradient(top, #f8bb12 34%, #dfa527 80%);
	background-image: -moz-linear-gradient(top, #f8bb12 34%, #dfa527 80%);
	background-image: -webkit-linear-gradient(top, #f8bb12 34%, #dfa527 80%);
	background-image: -ms-linear-gradient(top, #f8bb12 34%, #dfa527 80%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.34, #f8bb12), color-stop(0.9, #dfa527));
	background-color: #F9C22B;
	box-shadow: 1px 1px 1px #222;
	border-color: #dfa527
}
.btn-green {
	color: #FFF;
	background-image: none;
	background-color: #00843D;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	border-color: #00843D;
	box-shadow: none
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
	color: #fff;
	background-color: #014E25;
	border-color: #00843D
}
.btn-default {
	color: #014E25;
	background: #D1D1D1
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #00843D;
	background-color: #fff;
	border-color: #00843D
}
.btn-white {
	color: #00843D;
	background: #fff;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.btn-white:hover, .btn-white:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #00843D;
	border-color: transparent
}
.btn-o-yellow {
	background-image: none;
	background-color: none;
	background: none;
	border-color: #F9C22B;
	color: #F9C22B;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	font-weight: 700
}
.btn-o-yellow:hover, .btn-o-yellow:focus, .btn-o-yellow:active, .btn-o-yellow.active {
	color: #014E25;
	background-color: #F9C22B;
	border-color: #F9C22B;
	text-shadow: none
}
.btn-o-green {
	background-image: none;
	background-color: none;
	background: none;
	border-color: #014E25;
	box-shadow: none;
	color: #014E25;
	font-weight: 700;
	opacity: 1
}
.btn-o-green:hover, .btn-o-green:focus, .btn-o-green:active, .btn-o-green.active {
	color: #FFF;
	background-color: #014E25;
	border-color: #014E25;
	text-shadow: none
}
.btn-o-lgreen {
	background-image: none;
	background-color: none;
	background: none;
	border-color: #00843D;
	box-shadow: none;
	color: #00843D;
	font-weight: 700;
	opacity: 1
}
.btn-o-lgreen:hover, .btn-o-lgreen:focus, .btn-o-lgreen:active, .btn-o-lgreen.active {
	color: #FFF;
	background-color: #00843D;
	border: 1px solid #00843D;
	text-shadow: none
}
.btn-link {
	display: inline-block;
	font-weight: normal;
	color: #00843D;
	cursor: pointer;
	border-radius: 0;
	text-decoration: none
}
.btn-link:hover, .btn-link:focus {
	color: #014E25;
	background-color: transparent;
	text-decoration: underline;
	text-decoration-style: dashed !important;
	text-decoration-thickness: .125em;
	text-underline-offset: 1.5px
}
.btn-pill {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px
}
.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15)
}
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #262626;
	height: 70px;
	width: 70px
}
@media only screen and (max-width: 1200px) {
	.nav-mobile {
		display: block
	}
	#top-nav ul, #main-navigation ul {
		display: none
	}
	#top-nav ul li, #main-navigation ul li {
		float: none
	}
	#top-nav ul li a, #main-navigation ul li a {
		padding: 15px;
		line-height: 20px
	}
	#top-nav ul li ul li a, #main-navigation ul li ul li a {
		padding-left: 30px
	}
	.nav-dropdown {
		position: static
	}
}
@media screen and (min-width: 1201px) {
	.nav-list {
		display: inline-block !important
	}
}
#nav-toggle-dots {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	cursor: pointer;
	padding: 30px 30px 5px 30px
}
#nav-toggle-dots span, #nav-toggle-dots span:before, #nav-toggle-dots span:after {
	cursor: pointer;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out
}
#nav-toggle-dots span:before {
	top: 0px;
	left: 15px
}
#nav-toggle-dots span:after {
	bottom: 0px;
	right: 15px
}
#nav-toggle-dots.active span {
	background-color: transparent
}
#nav-toggle-dots.active span:before, #nav-toggle-dots.active span:after {
	top: 0;
	left: 0;
	height: 2px;
	width: 35px;
	border-radius: 1px
}
#nav-toggle-dots.active span:before {
	transform: rotate(45deg)
}
#nav-toggle-dots.active span:after {
	transform: rotate(-45deg)
}
@media only screen and (max-width: 1200px) {
	#nav-toggle {
		position: absolute;
		left: 18px;
		top: 22px;
		cursor: pointer;
		padding: 10px 35px 16px 0px
	}
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 5px;
		width: 35px;
		background: #fff;
		position: absolute;
		display: block;
		content: '';
		transition: all 300ms ease-in-out
	}
	#nav-toggle span:before {
		top: -10px
	}
	#nav-toggle span:after {
		bottom: -10px
	}
	#nav-toggle.active span {
		background-color: transparent
	}
	#nav-toggle.active span:before, #nav-toggle.active span:after {
		top: 0
	}
	#nav-toggle.active span:before {
		transform: rotate(45deg)
	}
	#nav-toggle.active span:after {
		transform: rotate(-45deg)
	}
}
@media screen and (min-width: 1380px) {
	#header {
		display: block;
		height: auto;
		min-height: 120px;
		margin: 0;
		position: relative;
		z-index: 999;
		background: white;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)
	}
	#header #top-nav-wrapper {
		display: block;
		height: auto;
		min-height: 40px;
		padding: 0 0 0 2vw;
		background: #00843D;
		border-bottom: 1px solid #F9C22B;
		width: 100%
	}
	#header #top-nav-wrapper ul {
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1
	}
	#header #top-nav-wrapper ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 1
	}
	#header #top-nav-wrapper ul a {
		display: inline-block;
		font-size: 1.4rem !important;
		line-height: 1.1 !important;
		color: white;
		padding: 12px 16px;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		text-decoration: none
	}
	#header #top-nav-wrapper ul a:hover {
		color: #014E25;
		background: #F9C22B;
		text-decoration: none;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox {
		display: inline-block;
		position: absolute;
		height: 39px !important;
		top: 0 !important;
		right: 0;
		margin: 0;
		padding: 0;
		right: 0;
		float: none;
		background: transparent;
		overflow: hidden
	}
	#header #top-nav-wrapper .input-append {
		position: relative;
		top: -1px;
		right: 0;
		margin: 0
	}
	#header #top-nav-wrapper #google_searchbox input {
		width: 240px;
		position: relative;
		height: 39px !important;
		top: 0;
		right: 0;
		font-size: 12px;
		margin: 0;
		padding-left: 16px;
		padding-right: 40px;
		display: inline;
		Border: none;
		background: #949494;
		color: white;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		color: #333 !important
	}
	#header #top-nav-wrapper #google_searchbox input::placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		border: none;
		outline: none;
		background: white;
		color: #949494;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
		background: white;
		display: inline-block;
		position: relative;
		top: -2px;
		left: -45px;
		padding: 2px 0;
		color: #00843d;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		text-align: center
	}
	#header #header-wrapper {
		padding: 0 2vw;
		height: auto;
		min-height: 80px;
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		width: 100%
	}
	#header #logo {
		display: inline-block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		float: left;
		max-height: 80px;
		height: auto;
		max-width: 100%;
		margin: 0
	}
	#header #logo img {
		position: relative;
		left: 1vw;
		width: 228.26px;
		max-width: 100%;
		height: 60px;
		margin: 10px 0
	}
	#header #main-navigation {
		display: inline-block;
		float: right;
		height: 80px;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		margin-left: auto;
		padding-top: 0;
		padding-right: 15px
	}
	#header #main-navigation ul {
		display: table-cell;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		vertical-align: middle;
		text-align: right;
		float: right;
		margin: 0;
		padding: 0
	}
	#header #main-navigation li {
		display: inline;
		vertical-align: middle;
		height: 100%;
		margin-left: 5px
	}
	#header #main-navigation li a {
		display: table-cell;
		box-sizing: border-box;
		height: 80px;
		vertical-align: middle;
		color: #00843D;
		padding: 6px 18px;
		text-decoration: none;
		text-transform: capitalize;
		font-size: 2.3rem !important;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-weight: 700;
		border-bottom: 4px solid transparent;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #main-navigation li a:hover {
		text-decoration: none;
		background: #eee;
		border-bottom: 4px solid #F9C22B;
		color: #014E25;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
}
@media screen and (min-width: 1140px) {
	#header {
		display: block;
		height: auto;
		min-height: 120px;
		margin: 0;
		position: relative;
		z-index: 999;
		background: white;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)
	}
	#header #top-nav-wrapper {
		display: block;
		height: auto;
		min-height: 40px;
		padding: 0 0 0 2vw;
		background: #00843D;
		border-bottom: 1px solid #F9C22B;
		width: 100%
	}
	#header #top-nav-wrapper ul {
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1
	}
	#header #top-nav-wrapper ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 1
	}
	#header #top-nav-wrapper ul a {
		display: inline-block;
		font-size: 1.3rem;
		line-height: 1.2;
		color: white;
		padding: 12px 16px;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		text-decoration: none
	}
	#header #top-nav-wrapper ul a:hover {
		color: #014E25;
		background: #F9C22B;
		text-decoration: none;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox {
		display: inline-block;
		position: absolute !important;
		height: 39px !important;
		top: 0 !important;
		margin: 0;
		padding: 0;
		position: relative;
		right: 0;
		float: none;
		background: transparent;
		overflow: hidden
	}
	#header #top-nav-wrapper .input-append {
		position: relative;
		right: -38px;
		top: -1px
	}
	#header #top-nav-wrapper #google_searchbox input {
		width: 240px;
		height: 39px !important;
		position: relative !important;
		top: 0 !important;
		font-size: 12px;
		height: 40px !important;
		padding-left: 16px;
		padding-right: 40px;
		display: inline;
		border: none;
		background: #949494;
		color: white;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		color: #333 !important
	}
	#header #top-nav-wrapper #google_searchbox input::placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		border: none;
		outline: none;
		background: white;
		color: #949494;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
		background: #fff;
		display: inline-block;
		position: relative;
		top: -2px;
		left: -45px;
		padding: 2px 0;
		color: #00843D;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		text-align: center
	}
	#header #header-wrapper {
		padding: 0 2vw;
		height: auto;
		min-height: 80px;
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		width: 100%
	}
	#header #logo {
		display: inline-block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		float: left;
		max-height: 80px;
		height: auto;
		max-width: 100%;
		margin: 0
	}
	#header #logo img {
		position: relative;
		left: 1vw;
		width: 228.26px;
		max-width: 100%;
		height: 60px;
		margin: 10px 0
	}
	#header #main-navigation {
		display: inline-block;
		float: right;
		height: 80px;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		margin-left: auto;
		padding-top: 0;
		padding-right: 15px
	}
	#header #main-navigation ul {
		display: table-cell;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		vertical-align: middle;
		text-align: right;
		float: right;
		margin: 0;
		padding: 0
	}
	#header #main-navigation li {
		display: inline;
		vertical-align: middle;
		height: 100%;
		margin-left: 5px
	}
	#header #main-navigation li a {
		display: table-cell;
		box-sizing: border-box;
		height: 80px;
		vertical-align: middle;
		color: #00843D;
		padding: 6px 15px;
		text-decoration: none;
		text-transform: capitalize;
		font-size: 1.8rem;
		font-weight: 700;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		border-bottom: 4px solid transparent;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #main-navigation li a:hover {
		text-decoration: none;
		background: #eee;
		border-bottom: 4px solid #F9C22B;
		color: #014E25;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
}
@media screen and (min-width: 993px) {
	body {
		width: 100% !important;
		right: 0 !important
	}
	#expanded-navigation {
		display: none
	}
}
@media screen and (max-width: 992px) {
	#header {
		display: block;
		height: auto;
		min-height: 120px;
		margin: 0;
		position: relative;
		background: white;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)
	}
	#header #top-nav-wrapper {
		display: block;
		height: auto;
		min-height: 40px;
		padding: 0 0 0 0;
		background: #00843D;
		border-bottom: 1px solid #F9C22B;
		width: 100%
	}
	#header #top-nav-wrapper ul {
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1
	}
	#header #top-nav-wrapper ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 1
	}
	#header #top-nav-wrapper ul a {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1.2;
		height: 39px;
		color: white;
		padding: 12px 10px;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		text-decoration: none
	}
	#header #top-nav-wrapper ul a:hover {
		color: #014E25;
		background: #F9C22B;
		text-decoration: none;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox {
		display: block !important;
		margin: 0;
		padding: 0;
		position: relative;
		right: 0;
		float: none !important;
		background: transparent;
		overflow: hidden
	}
	#header #top-nav-wrapper .input-append {
		position: relative;
		right: 0 !important;
		top: 0
	}
	#header #top-nav-wrapper #google_searchbox input {
		width: 100% !important;
		height: 39px;
		padding-left: 16px !important;
		padding-right: 40px !important;
		display: inline;
		Border: none;
		background: #949494;
		color: white !important;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		color: #333 !important
	}
	#header #top-nav-wrapper #google_searchbox input::placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		border: none;
		outline: none;
		background: white;
		color: #949494;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
		background: white;
		display: inline-block;
		position: absolute !important;
		top: 4px !important;
		right: 10px !important;
		left: auto !important;
		padding: 2px 0;
		color: #00843d;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		text-align: center
	}
	#header #header-wrapper {
		padding: 0 2vw;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		height: auto;
		min-height: 80px;
		display: block;
		width: 100%
	}
	#header #logo {
		display: inline-block;
		float: left;
		max-height: 50px;
		height: auto;
		max-width: 100%;
		width: 200px;
		margin-top: 10px
	}
	#header #logo img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		max-width: 100%
	}
	#header #main-navigation {
		display: inline-block;
		height: 80px;
		float: right;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		padding-top: 0;
		padding-right: 15px
	}
	#header #main-navigation ul {
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		float: right;
		margin: 0;
		padding: 0
	}
	#header #main-navigation li {
		display: inline;
		vertical-align: middle;
		height: 100%;
		margin-left: 5px
	}
	#header #main-navigation li a {
		display: table-cell;
		height: 80px;
		vertical-align: middle;
		color: #00843D;
		padding: 6px 10px;
		text-decoration: none;
		text-transform: capitalize;
		font-size: 1.8rem;
		font-weight: 700;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		border-bottom: 4px solid transparent;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #main-navigation li a:hover {
		text-decoration: none;
		background: #eee;
		border-bottom: 4px solid #F9C22B;
		color: #014E25;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
}
@media screen and (min-width: 994px) {
	#responsive-nav-toggle {
		display: none
	}
}
@media screen and (max-width: 993px) {
	#responsive-nav-toggle {
		float: right;
		display: inline-block;
		padding: 15px 30px;
		font-size: 3rem
	}
	#top-nav {
		display: none !important
	}
	#main-navigation {
		display: none !important
	}
}
@media screen and (max-width: 1140px) {
	#header {
		display: block;
		height: auto;
		min-height: 120px;
		margin: 0;
		position: relative;
		background: white;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)
	}
	#header #top-nav-wrapper {
		display: block;
		height: auto;
		min-height: 40px;
		padding: 0 0 0 0;
		background: #00843D;
		border-bottom: 1px solid #F9C22B;
		width: 100%
	}
	#header #top-nav-wrapper ul {
		display: inline-block;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 1
	}
	#header #top-nav-wrapper ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: 1
	}
	#header #top-nav-wrapper ul a {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1.2;
		height: 39px;
		color: white;
		padding: 12px 10px;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		text-decoration: none
	}
	#header #top-nav-wrapper ul a:hover {
		color: #014E25;
		background: #F9C22B;
		text-decoration: none;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox {
		display: inline-block;
		margin: 0;
		padding: 0;
		position: relative;
		right: 0;
		float: right;
		background: transparent;
		overflow: hidden
	}
	#header #top-nav-wrapper .input-append {
		position: relative;
		right: -38px
	}
	#header #top-nav-wrapper #google_searchbox input {
		width: 200px;
		font-size: 12px;
		height: 39px;
		padding-left: 16px;
		padding-right: 40px;
		display: inline;
		Border: none;
		background: #949494;
		color: white;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		color: #333 !important
	}
	#header #top-nav-wrapper #google_searchbox input::placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-webkit-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input::-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-ms-input-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:-moz-placeholder {
		color: #eee;
		font-familY: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 20px
	}
	#header #top-nav-wrapper #google_searchbox input:focus {
		border: none;
		outline: none;
		background: white;
		color: #949494;
		-moz-transition: all, 0.4s, ease-in-out;
		-o-transition: all, 0.4s, ease-in-out;
		-webkit-transition: all, 0.4s, ease-in-out;
		transition: all, 0.4s, ease-in-out
	}
	#header #top-nav-wrapper button.btn.btn-mini.searchsubmit {
		background: white;
		display: inline-block;
		position: relative;
		top: -2px;
		left: -40px;
		padding: 2px 0;
		color: #00843d;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		text-align: center
	}
	#header #header-wrapper {
		padding: 0 2vw;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		height: auto;
		min-height: 80px;
		display: block;
		width: 100%
	}
	#header #logo {
		display: inline-block;
		float: left;
		max-height: 50px;
		height: auto;
		max-width: 100%;
		width: 200px;
		margin-top: 5px
	}
	#header #logo img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		max-width: 100%
	}
	#header #main-navigation {
		display: inline-block;
		height: 80px;
		float: right;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		padding-top: 0;
		padding-right: 15px
	}
	#header #main-navigation ul {
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		float: right;
		margin: 0;
		padding: 0
	}
	#header #main-navigation li {
		display: inline;
		vertical-align: middle;
		height: 100%;
		margin-left: 5px
	}
	#header #main-navigation li a {
		display: table-cell;
		height: 80px;
		vertical-align: middle;
		color: #00843D;
		padding: 6px 10px;
		text-decoration: none;
		text-transform: capitalize;
		font-size: 1.6rem;
		font-weight: 700;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		border-bottom: 4px solid transparent;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#header #main-navigation li a:hover {
		text-decoration: none;
		background: #eee;
		border-bottom: 4px solid #F9C22B;
		color: #014E25;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
}
.menu-button {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	overflow: hidden;
	width: 34px;
	height: 31px;
	text-indent: -9999px
}
.menu-button.right {
	right: 20px;
	left: auto
}
.menu-button.bottom {
	top: 100px
}
.menu-button.fixed {
	position: fixed
}
#overlay {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999998;
	display: none
}
.sidr-open #overlay {
	display: block
}
.sidr.fullwidth {
	width: 100%
}
.sidr.left.fullwidth {
	left: -100%
}
.sidr.right.fullwidth {
	right: -100%
}
.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
	font-size: 1.6rem;
	background: white;
	color: inherit;
	box-shadow: 0 0 5px 5px #ebebeb inset
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr > p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid white
}
.sidr ul li {
	display: block;
	margin: 0;
	line-height: 48px;
	border-bottom: 1px solid #dfdfdf
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	border-top: 0;
	line-height: 49px
}
.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
	border-bottom: 1px solid #D1D1D1
}
.sidr ul li a, .sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #333
}
.sidr ul li ul {
	border-bottom: 0;
	margin: 0
}
.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px
}
.sidr ul li ul li:last-child {
	border-bottom: 0
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	border-top: 0;
	line-height: 41px
}
.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
	border-bottom: 1px solid #D1D1D1
}
.sidr ul li ul li a, .sidr ul li ul li span {
	color: rgba(51, 51, 51, 0.8);
	padding-left: 30px
}
.sidr form {
	margin: 0 15px
}
.sidr label {
	font-size: 13px
}
.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	border-radius: 2px;
	border: 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(51, 51, 51, 0.6);
	display: block;
	clear: both
}
.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}
.sidr input[type=button], .sidr input[type=submit] {
	color: #f8f8f8;
	background: #333
}
.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
	background: rgba(51, 51, 51, 0.9)
}
.sidr-inner {
	padding-top: 30px
}
.sidr-inner #visit-cta, .sidr-inner #req-info-cta, .sidr-inner #apply-cta {
	display: block;
	width: 90%;
	margin: 0 auto 5px auto;
	padding: 6px 16px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4)
}
.sidr-inner #visit-cta i, .sidr-inner #req-info-cta i, .sidr-inner #apply-cta i {
	padding-right: 12px;
	color: #F9C22B
}
.sidr-inner #visit-cta br, .sidr-inner #req-info-cta br, .sidr-inner #apply-cta br {
	display: none
}
.sidr-inner #visit-cta, .sidr-inner #req-info-cta {
	background: #D1D1D1
}
.sidr-inner #apply-cta {
	background: #F9C22B;
	color: #014E25
}
.sidr-inner #apply-cta i {
	color: #014E25
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	height: 40px !important;
	width: 40px !important;
	display: block !important;
	position: absolute !important;
	z-index: 99999999999 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	right: 0 !important;
	top: 0 !important
}
body {
	background: #eee
}
#footer {
	margin-top: 0
}
.btn {
	font-size: 18px
}
#program-title h1 {
	color: #272727 !important
}
#certificate-overview-content h1 {
	font-size: 30px !important
}
@keyframes nav-anim {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes title-in {
	0% {
		bottom: -15%
	}
	100% {
		bottom: 10px
	}
}
@keyframes fade-out {
	0% {
		opacity: .8;
		filter: blur(0px)
	}
	100% {
		opacity: 1;
		filter: blur(1px)
	}
}
@keyframes title-in-desktop {
	0% {
		bottom: -15%
	}
	100% {
		bottom: 7.5%
	}
}
@keyframes fade-out-desktop {
	0% {
		opacity: .75;
		filter: blur(4px)
	}
	100% {
		opacity: 1;
		filter: blur(0px)
	}
}
.section-container {
	padding: 8vh 4vw;
	min-height: 200px
}
.section-container h1 {
	line-height: 1;
	margin-top: 25px
}
.section-container h2 {
	margin-bottom: 10px;
	line-height: 1
}
.section-container p {
	margin: 5px 0;
	line-height: 1.4
}
#hero {
	position: relative;
	z-index: 0;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #222;
	color: white;
	height: auto;
	min-height: 20vh;
	max-height: 50vh;
	overflow: hidden
}
#hero img, #hero picture {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	position: relative;
	z-index: 2;
	overflow: hidden
}
#hero #program-title {
	position: absolute;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	width: 90vw;
	left: 2.5vw;
	bottom: 5px;
	z-index: 3;
	padding: 10px 0 5px 0;
	opacity: 1
}
#hero #program-title h1 {
	display: inline-block;
	font-size: 26px;
	margin: 4px 0;
	padding: 5px 10px;
	color: #014E25;
	text-align: left;
	font-weight: 500;
	color: #949494;
	background: rgba(255, 255, 255, 0.7)
}
#hero #program-title h2 {
	margin: 0;
	color: #444;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase
}
#hero #college-link {
	display: inline-block;
	clear: both;
	position: relative;
	top: auto;
	margin: 0;
	padding: 4px 10px 4px 0;
	color: white;
	font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
	font-size: 20px;
	font-weight: 300;
	border-radius: 6px;
	text-decoration: none;
	letter-spacing: .75px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
}
#hero #college-link.behavioral {
    color: black;
}
#hero #college-link:after {
	display: table;
	content: " ";
	clear: both
}
#hero #college-link i {
	margin: 0 10px
}
#hero #college-link #college-link strong {
	font-weight: 700
}
#hero .artsandsciences {
	background: #409
}
#hero .business {
	background: #707b81
}
#hero .behavioral {
	background: #FDF2D2
}
#hero .education {
	background: #002f6c
}
#hero .health {
	background: #d45d00
}
#hero .science-engineering {
	background: #A6192E
}
#hero .technology {
	background: #707b81
}
#degree-nav {
	display: block;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	background: #fff;
	padding: 0;
	margin: 0
}
#degree-nav a {
	display: inline-block;
	display: flex;
	justify-content: stretch;
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all .25s ease-in-out
}
#degree-nav a:hover {
	background: #00843D;
	color: #FFF;
	text-decoration: none;
	transition: all .25s ease-in-out
}
#degree-nav .active {
	cursor: default;
	color: #003e1e !important;
	background: #eee !important;
	border-radius: 0 !important
}
#curriculum-landing {
	background: white;
	padding: 0 4vw 2vh 4vw !important;
	margin-top: -6vh;
	min-height: auto !important
}
#curriculum-landing h1 {
	margin-top: 0
}
#ol-nav-wrapper {
	display: block;
	padding: 0px;
	min-height: auto;
	margin-bottom: 0px;
	border-bottom: none !important;
	left: -16px !important;
	position: relative;
	top: -15px !important;
	background: #eee !important
}
#ol-nav-wrapper .navbar {
	position: relative;
	min-height: auto !important;
	margin-bottom: 0;
	border: none !important
}
#ol-nav-wrapper .nav li > a {
	margin-right: 10px;
	padding: 12px 16px !important;
	font-size: 18px;
	color: #014E25 !important;
	font-weight: 400 !important;
	text-transform: none !important;
	height: auto;
	border-bottom: 3px solid transparent
}
#degree-nav .ctas {
	display: block;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	width: 98%;
	left: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0.5)
}
#degree-nav .ctas .btn {
	display: inline-block;
	width: 48%;
	text-align: center
}
#degree-nav .ctas .btn-lgreen {
	background: #00843D;
	color: white;
	margin-right: 2%
}
#intro {
	background: #FFF;
	padding-top: 0;
	min-height: auto
}
#accred {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
#accred img {
	max-width: 200px;
	margin: 10px 0
}
#accred strong {
	display: block
}
#accred br {
	display: none
}
.accred-content {
	display: block;
	color: #666;
	min-height: 120px
}
.accred-content strong {
	display: block
}
.accred-content img {
	display: inline-block;
	max-width: 140px;
	float: left;
	margin: 0 10px 0 0
}
#intro-content .cta-callout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 8vh;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	padding: 30px 10px;
	background: #00843D;
	border-radius: 8px;
	color: white
}
.cta-callout h1 {
	color: white;
	text-align: center;
	text-transform: uppercase;
	line-height: .9;
	margin-top: 0 !important;
	margin-bottom: 15px;
	padding: 0;
	font-size: 58px
}
.cta-callout h3 {
	color: #eee;
	font-size: 24px;
	margin-top: -10px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #eee
}
.cta-callout p {
	font-family: proxima-nova, sans-serif;
	font-size: 18px !important;
	margin-top: 0;
	margin-bottom: 10px !important;
	color: #eee
}
.cta-callout .btn {
	font-size: 17px
}
#concentrations {
	padding-left: 20px;
	border-left: 1px solid #eee
}
#concentrations .concentration-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding: 8px
}
#concentrations .concentration-list li {
	margin-left: 4px;
	padding-left: 4px;
	padding-bottom: 4px
}
#overview {
	background: #00843D
}
#overview-content {
	display: flex;
	flex-direction: column
}
#props {
	display: block
}
#props h1 {
	padding: 0 20px;
	margin-bottom: 0
}
#props .prop {
	display: block;
	padding: 0;
	margin: 50px 0
}
#props .prop i {
	display: block;
	min-width: none;
	width: 130px;
	max-width: 100%;
	margin: auto auto auto auto;
	font-size: 3.75em;
	color: #00843D;
	text-align: center;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	-webkit-flex-basis: 1;
	-moz-flex-basis: 1;
	-ms-flex-basis: 1;
	flex-basis: 1
}
#props .prop .prop-content {
	max-width: 100%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	-webkit-flex-basis: 2;
	-moz-flex-basis: 2;
	-ms-flex-basis: 2;
	flex-basis: 2
}
#props .prop h2 {
	margin: 0
}
.program-formats h3 {
	font-size: 26px !important;
	text-align: left !important;
	margin-top: 15px !important
}
.program-formats figure {
	display: block !important;
	margin-top: 10px;
	text-align: left !important
}
.program-formats figure h3 {
	font-size: 18px !important;
	text-align: left !important;
	margin-top: 15px !important;
	font-weight: 300;
	text-transform: uppercase
}
.program-formats a {
	display: inline-block;
	padding: 4px 10px;
	margin: 4px 2px;
	background: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	color: #00843D;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.program-formats a:hover {
	background: #F9C22B;
	color: #014E25;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}
.stat {
	display: block;
	border-top: none;
	color: white;
	background: transparent;
	border-bottom: 2px solid white;
	margin-bottom: 20px;
	padding: 20px 0
}
.stat h2 {
	font-size: 60px;
	color: white;
	margin-top: 0;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center
}
.stat h2 span {
	display: block;
	font-size: 26px;
	color: #eee;
	font-weight: 300
}
.stat h3 {
	width: 100%;
	font-size: 28px;
	color: white;
	text-align: center;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2
}
.stat h3 strong {
	margin: 0 8px
}
.stat h3 i, .stat h3 svg {
	display: block;
	margin: 5px auto;
	color: #F9C22B
}
.stat figure {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: center;
	padding-bottom: 15px
}
.stat figure h4 {
	width: 100%;
	padding: 0 10px;
	text-align: left;
	text-transform: none;
	font-family: proxima-nova, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: white;
	letter-spacing: 1px
}
.stat figure h4 svg, .stat figure h4 i {
	text-align: center;
	display: inline;
	margin: 2px 15px 10px 0;
	font-size: 20px;
	color: #F9C22B
}
.stat p {
	font-size: 28px;
	font-family: proxima-nova, sans-serif;
	color: #eee;
	text-align: center;
	line-height: 1.1;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: 1px dotted #ccc
}
.stat small {
	display: block;
	margin-top: 10px;
	font-size: 16px
}
#career {
	background: #eee
}
#career #career-stats .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}
#career #career-stats .career-stat {
	min-height: 200px;
	padding: 10px 15px 25px 15px;
	background: white;
	border-top: 6px solid #00843D;
	margin-top: 20px;
	border-right: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
}
#career #career-stats .career-stat h2 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
	color: #00843D;
	text-align: center
}
#career #career-stats .career-stat h2 span {
	display: block;
	font-size: 26px;
	font-weight: 300;
	margin-right: 10px
}
#career #career-stats .career-stat h3 {
	color: #949494
}
#career #career-stats .career-stat h3 i, #career #career-stats .career-stat h3 svg {
	display: inline-block;
	color: #00843D;
	font-size: 24px
}
#career #career-stats .career-stat h4 {
	margin-top: 10px;
	text-transform: none;
	letter-spacing: normal;
	font-family: proxima-nova, sans-serif;
	font-size: 22px
}
#career #career-stats .career-stat h4 i, #career #career-stats .career-stat h4 svg, #career #career-stats .career-stat h4 em {
	color: #00843D;
	margin-right: 15px
}
#career #career-stats .career-stat .employers {
	text-align: left
}
#career #career-stats .career-stat figure {
	text-align: center;
	margin: 15px
}
#career #career-stats .career-stat figure h4 {
	font-family: proxima-nova, sans-serif;
	font-size: 36px;
	color: #00843D;
	margin: 0;
	font-weight: 700;
	text-transform: lowercase
}
#career .hPcQKD {
	background-color: transparent;
	border-radius: none;
	box-shadow: none;
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	-moz-box-align: center;
	font-family: "myriad-pro-condensed";
	font-size: 18px
}
#career .cc-card > div {
	width: 100%;
	max-width: 360px;
	padding: 0
}
#career .cjYSWX {
	margin: 5px;
	padding: 5px;
	height: 25px;
	display: block;
	margin: 0 auto
}
#career .iRoJrB + div {
	font-size: 18px;
	color: #656565;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 10px
}
#career .iRoJrB .buBeEl {
	font-size: calc(20px + .25vw);
	color: #2A2926;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 0
}
#career .iRoJrB {
	width: 100%;
	margin-top: 20px
}
#career .jeutHk {
	font-size: 18px;
	font-weight: 600;
	min-height: 90px;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px
}
#career .dBqpdM {
	width: 96%;
	margin: auto;
	font-size: calc(20px + .25vw);
	line-height: 1.1;
	font-weight: 600
}
#career .fnTbJB {
	font-size: calc(42px + .5vw);
	color: green;
	margin-bottom: 0;
	font-weight: 700
}
#career .ItcNg {
	margin-top: auto;
	width: 50px;
	margin-bottom: auto
}
#career .ihSeoB {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	margin-top: 5px;
	background: transparent;
	border-bottom: none;
	padding: 10px 8px;
	min-height: auto;
	color: #BBB;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 1px solid #eee;
	width: 100%;
	text-align: center
}
#career .cc-card[_v-5e011a1d] {
	background: transparent;
	margin: 0;
	vertical-align: top;
	display: flex;
	box-shadow: none;
	font-family: "myriad-pro-condensed";
	border-radius: 0;
	-webkit-font-smoothing: antialiased;
	position: relative;
	height: auto;
	width: 100%;
	flex-direction: column;
	text-align: center
}
#career .cc-card .cc-content[_v-5e011a1d] {
	padding: 0
}
#career .cc-card .cc-link[_v-5e011a1d] {
	display: none
}
#career .cc-card h1[_v-5e011a1d] {
	margin: 0;
	font-size: 36px;
	color: #212121
}
#career .cc-card p[_v-5e011a1d] {
	font-size: 28px;
	margin: 5px 0 5px;
	line-height: 1.2;
	color: #949494;
	font-weight: 300
}
#career #career #career-stats .career-stat h2 {
	font-size: 54px;
	line-height: 1.1;
	margin: 0;
	text-align: center;
	color: #00843d;
	font-weight: 700
}
#career .cc-card footer[_v-5e011a1d] {
	margin-top: 22px;
	font-size: 14px;
	text-transform: uppercase;
	color: gray;
	position: relative;
	background: #fff;
	text-align: center
}
#career-stats .career-stat:first-child {
	border-right: none
}
#testimonial {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background: white;
	overflow: hidden
}
#testimonial h1 {
	width: auto;
	margin: 0
}
#testimonial-content {
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto;
	padding-left: 20px;
	padding-bottom: 0
}
#testimonial blockquote {
	display: block;
	position: relative;
	padding: 20px 15px 20px 15px;
	margin-top: 20px;
	line-height: 1.5;
	width: 100%;
	overflow: hidden;
	border-left: none
}
#testimonial blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: ' ';
	background: url(/images/quote-left.png) no-repeat top left;
	background-size: contain;
	width: 20px;
	height: 20px
}
#testimonial blockquote:after {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 40px;
	content: ' ';
	background: url(/images/quote-right.png) no-repeat top left;
	background-size: contain;
	width: 30px;
	height: 30px
}
#testimonial img {
	display: block;
	width: 100%;
	height: auto
}
#career {
	background: #eee
}
#testimonial blockquote strong {
	display: block;
	margin-top: 10px
}
#admission {
	display: block;
	background: #00843D;
	border-top: 6px solid #F9C22B;
	color: white;
	padding: 8vh 4vw
}
#admission h2 {
	margin-top: 0;
	color: white
}
#admission .btn {
	display: block;
	margin: 10px
}
#related-programs .related-list {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0
}
#related-programs .related-list li {
	display: inline;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #2A2926
}
#related-programs .related-list li:last-of-type {
	border-right: none
}
#related-programs .related-list a {
	line-height: 1.1;
	display: inline-block;
	padding: 6px 8px
}
@supports (display: flex) {
	#related-programs .related-list {
		list-style: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		padding: 0
	}
	#related-programs .related-list li {
		display: inline;
		padding: 0 10px;
		margin: 0;
		border-right: 1px solid #2A2926
	}
	#related-programs .related-list li:last-of-type {
		border-right: none
	}
	#related-programs .related-list a {
		line-height: 1.1;
		display: block;
		padding: 6px 8px
	}
}
main {
	min-height: 100vh;
	padding: 0;
	margin: 0
}
@media screen and (max-width: 360px) {
	#degree-nav a {
		display: inline-block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		width: 45vw;
		margin-top: 4px;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 6px 10px;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		border-radius: 6px;
		transition: all .25s ease-in-out
	}
}
@media screen and (max-width: 540px) {
	#hero #program-title {
		position: absolute;
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		width: 90vw;
		left: 2.5vw;
		bottom: 5px;
		z-index: 3;
		padding: 5px 0 5px 0;
		opacity: 1
	}
	#hero #program-title h1 {
		display: inline-block;
		font-size: 22px;
		margin: 4px 0;
		padding: 4px 8px;
		color: #014E25;
		text-align: left;
		font-weight: 500;
		color: #949494;
		background: rgba(255, 255, 255, 0.7)
	}
	#hero #program-title h1:before {
		display: table;
		content: " ";
		clear: both
	}
	#hero #program-title h2 {
		margin: 0;
		color: #444;
		font-size: 13px;
		font-weight: 300;
		text-transform: uppercase
	}
	#hero #college-link {
		display: inline-block;
		position: relative;
		top: auto;
		margin: 0;
		padding: 4px 8px 4px 8px;
		color: white;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 16px;
		font-weight: 300;
		border-radius: 6px;
		text-decoration: none;
		letter-spacing: .75px;
		-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
	}
	#hero #college-link.behavioral {
    color: black;
    }
	#hero #college-link:after {
		display: table;
		content: " ";
		clear: both
	}
	#hero #college-link i {
		margin: 0 8px 0 0
	}
	#hero #college-link #college-link strong {
		font-weight: 700
	}
	#hero .artsandsciences {
		background: #409
	}
	#hero .business {
		background: #707b81
	}
	#hero .behavioral {
		background: #FDF2D2
	}
	#hero .education {
		background: #002f6c
	}
	#hero .health {
		background: #d45d00
	}
	#hero .science-engineering {
		background: #A6192E
	}
	#hero .technology {
		background: #707b81
	}
	#related-programs .related-list {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0
	}
	#related-programs .related-list li {
		display: inline;
		padding: 0;
		margin: 0;
		border-right: none
	}
	#related-programs .related-list li:last-of-type {
		border-right: none
	}
	#related-programs .related-list a {
		line-height: 1.1;
		display: inline-block;
		padding: 6px 8px
	}
	@supports (display: flex) {
		#related-programs .related-list {
			list-style: none;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			-js-display: flex;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			display: block;
			margin: 0;
			padding: 0
		}
		#related-programs .related-list li {
			display: inline;
			padding: 0;
			margin: 0;
			border-right: none
		}
		#related-programs .related-list li:last-of-type {
			border-right: none
		}
		#related-programs .related-list a {
			line-height: 1.1;
			display: block;
			padding: 6px 8px
		}
	}
}
@media screen and (min-width: 769px) {
	.section-container {
		padding: 8vh 4vw
	}
	#hero {
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		background: #222;
		color: white;
		height: auto;
		min-height: 35vh;
		max-height: 50vh;
		overflow: hidden
	}
	#hero img, #hero picture {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
		position: relative
	}
	#hero #program-title {
		position: absolute;
		width: calc(100% - 8vw);
		bottom: 20px;
		left: 4vw;
		padding: 10px 0 5px 0;
		text-align: left;
		opacity: 1;
		filter: alpha(opacity=100)
	}
	#hero #program-title h1 {
		display: inline-block;
		font-size: calc(40px + 1vw);
		margin: 4px 0;
		padding: 4px 8px;
		color: #949494;
		font-weight: 600;
		line-height: 1.1;
		letter-spacing: .5px;
		background: rgba(255, 255, 255, 0.7)
	}
	#hero #program-title h1:before {
		display: table;
		content: " ";
		clear: both
	}
	#hero #program-title h2 {
		margin: 0;
		color: #eee;
		font-size: calc(18px + .15vw);
		font-weight: 300;
		text-transform: uppercase
	}
	#hero #college-link {
		display: inline-block;
		clear: both;
		position: relative;
		top: auto;
		margin: 4px 0;
		padding: 4px 16px 4px 16px;
		color: white;
		font-family: "myriad-pro-condensed", "Arial Narrow", "Helvetica Neue", Helvetica, "Arial", sans-serif;
		font-size: 24px;
		font-weight: 300;
		border-radius: 6px;
		text-decoration: none;
		letter-spacing: .75px;
		-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
	}
	#hero #college-link.behavioral {
    color: black;
    }
	#hero #college-link:after {
		display: table;
		content: " ";
		clear: both
	}
	#hero #college-link i {
		margin: 0 10px 0 0
	}
	#hero #college-link #college-link strong {
		font-weight: 700
	}
	#hero .artsandsciences {
		background: #409
	}
	#hero .business {
		background: #707b81
	}
	#hero .behavioral {
		background: #FDF2D2
	}
	#hero .education {
		background: #002f6c
	}
	#hero .health {
		background: #d45d00
	}
	#hero .science-engineering {
		background: #A6192E
	}
	#hero .technology {
		background: #707b81
	}
	#degree-nav {
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		-webkit-justify-content: stretch;
		-moz-justify-content: stretch;
		-ms-justify-content: stretch;
		justify-content: stretch;
		-ms-flex-pack: stretch;
		background: white;
		padding: 0
	}
	#degree-nav a {
		display: inline-block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		@inclue justify-content(stretch);
		padding: 12px 16px;
		margin: 4px 8px;
		border-radius: 6px;
		font-size: 18px;
		text-decoration: none;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out
	}
	#degree-nav a:hover {
		background: #00843D;
		color: #FFF;
		text-decoration: none;
		transition: all .25s ease-in-out
	}
	#degree-nav .ctas {
		display: none;
		display: none;
		margin-left: auto;
		float: right;
		margin-top: 0;
		border-top: none
	}
	#ol-nav-wrapper {
		display: block;
		padding: 0px;
		min-height: 50px !important;
		margin-bottom: 0px;
		border-bottom: none !important;
		left: -16px !important;
		position: relative;
		top: -15px !important;
		background: #eee !important
	}
	#ol-nav-wrapper .navbar {
		position: relative;
		min-height: auto !important;
		margin-bottom: 0;
		border: none !important
	}
	#ol-nav-wrapper .nav li > a {
		margin-right: 10px;
		padding: 12px 16px !important;
		font-size: 18px;
		color: #014E25;
		font-weight: 400 !important;
		text-transform: none !important;
		height: auto;
		border-bottom: 3px solid transparent
	}
	.affix {
		z-index: 99999;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		padding-left: 4vw !important;
		padding-right: 4vw !important;
		z-index: 9999999;
		width: 100%;
		border-radius: 0 !important;
		-moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.75);
		-webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.75);
		-ms-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.75);
		box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.75);
		-mox-animation: nav-anim .5s 0s 1 normal ease-in-out;
		-webkit-animation: nav-anim .5s 0s 1 normal ease-in-out;
		-ms-animation: nav-anim .5s 0s 1 normal ease-in-out
	}
	.affix .ctas, .affix-top .ctas {
		z-index: 9999;
		display: block;
		display: flex !important;
		position: static !important;
		bottom: auto;
		width: auto !important;
		left: auto;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		background: transparent !important
	}
	.affix .ctas .btn, .affix-top .btn {
		display: inline-block
	}
	#intro {
		padding-top: 0;
		min-height: auto
	}
	#intro h1 {
		margin-top: 60px;
		margin-bottom: 15px
	}
	#intro p {
		margin-top: 10px
	}
	#intro-content .cta-callout {
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		max-width: 100%;
		margin-top: 4vh;
		margin-left: 0;
		padding: 20px 10px 20px 10px;
		background: #00843D;
		color: white
	}
	#concentrations .concentration-list {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		line-height: 1.4
	}
	#concentrations .concentration-list li {
		margin-left: 0;
		padding-left: 0;
		margin: 8px 0
	}
	#overview {
		background: #00843D
	}
	#overview-content {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.stat {
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		min-height: 250px;
		border-top: none;
		color: white;
		background: transparent;
		border-bottom: none;
		margin-bottom: 20px;
		padding: 0 15px;
		border-right: 2px solid white
	}
	.stat h2 {
		font-size: 60px;
		color: white;
		color: white;
		margin-top: 0;
		text-align: center;
		line-height: 1.1;
		margin-bottom: 20px;
		padding: 0 10px;
		text-align: center
	}
	.stat h2 span {
		display: block;
		font-size: 32px;
		color: #eee;
		font-weight: 300
	}
	.stat h3 {
		width: 100%;
		font-size: 28px;
		color: white;
		text-align: center;
		color: white;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 1
	}
	.stat h3 i, .stat h3 svg {
		display: block;
		margin: 5px auto;
		color: #F9C22B
	}
	.stat figure {
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		text-align: center;
		padding-bottom: 15px
	}
	.stat figure h4 {
		width: 100%;
		padding: 0 10px;
		text-align: left;
		text-transform: none;
		font-family: proxima-nova, sans-serif;
		color: white;
		font-size: 24px;
		font-weight: 500;
		color: white;
		letter-spacing: 1px
	}
	.stat figure h4 svg, .stat figure h4 i {
		text-align: center;
		display: inline;
		margin: 2px 15px 10px 0;
		font-size: 30px;
		color: #F9C22B
	}
	.stat figure ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.stat figure ul li {
		margin: 0;
		padding: 0;
		display: inline
	}
	.stat p {
		font-size: 28px;
		color: #eee;
		text-align: center;
		padding-top: 10px;
		line-height: 1.1;
		padding-bottom: 5px;
		border-top: 1px dotted #ccc
	}
	.stat small {
		display: block;
		margin-top: 15px;
		font-size: 16px
	}
	.program-formats {
		border-right: none
	}
	#props {
		padding-left: 0;
		margin-top: 0;
		display: block
	}
	#props p {
		margin-top: 0
	}
	#props .prop {
		display: table;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0;
		margin: 0
	}
	#props .prop i {
		display: table-cell;
		vertical-align: middle;
		width: auto;
		min-width: 130px;
		max-width: 100%;
		margin: auto 30px auto 0;
		font-size: 3.75em;
		color: #00843D;
		text-align: center;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		-webkit-flex-basis: 1;
		-moz-flex-basis: 1;
		-ms-flex-basis: 1;
		flex-basis: 1
	}
	#props .prop .prop-content {
		display: table-cell;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		max-width: 100%;
		-webkit-flex-basis: 2;
		-moz-flex-basis: 2;
		-ms-flex-basis: 2;
		flex-basis: 2
	}
	#props .prop h2 {
		margin: 0
	}
	.career-stat {
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center
	}
	#testimonial {
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;
		overflow: hidden
	}
	#testimonial h1 {
		width: 100%;
		margin: 0
	}
	#testimonial-content {
		dispplay: block;
		float: left;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		padding: 6vh 2vw;
		width: 63vw
	}
	.video-testimonal {
		display: block;
		position: relative;
		padding-bottom: 20.25%;
		float: left;
		padding-top: 0;
		height: 0;
		width: 30vw;
		margin: 4vh 2vw
	}
	.video-testimonal iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
	#testimonial blockquote {
		position: relative;
		font-size: 24px;
		padding: 20px 50px;
		margin: auto;
		line-height: 1.5;
		border-left: none
	}
	#testimonial blockquote:before {
		position: absolute;
		top: 15px;
		left: 0;
		content: ' ';
		background: url(/images/quote-left.png) no-repeat top left;
		background-size: contain;
		width: 30px;
		height: 30px
	}
	#testimonial blockquote:after {
		position: absolute;
		bottom: 15px;
		right: 40px;
		content: ' ';
		background: url(/images/quote-right.png) no-repeat top left;
		background-size: contain;
		width: 30px;
		height: 30px
	}
	#testimonial img {
		display: block;
		float: left;
		width: 35vw;
		height: auto
	}
	#testimonial blockquote strong {
		display: block;
		text-align: right;
		margin-top: 10px
	}
	#admission {
		background: #00843D;
		color: white
	}
	#admission h2 {
		margin-top: 0;
		color: white
	}
	#admission .btn {
		display: inline-block
	}
}
@media screen and (max-width: 768px) {
	#ol-nav-wrapper {
		display: block;
		padding: 0px;
		min-height: 40px !important;
		margin-bottom: 0px;
		border-bottom: none !important;
		left: -16px !important;
		position: relative;
		top: -10x !important;
		background: #eee !important
	}
	#ol-nav-wrapper .navbar {
		position: relative;
		min-height: auto !important;
		margin-bottom: 0;
		border: none !important
	}
	#ol-nav-wrapper .nav li > a {
		margin-right: 10px;
		padding: 12px 16px;
		font-size: 18px;
		color: #014E25;
		font-weight: 400 !important;
		text-transform: none !important;
		height: auto;
		border-bottom: 3px solid transparent
	}
	.affix {
		z-index: 99999;
		position: fixed !important;
		top: inherit !important;
		left: 0 !important;
		bottom: 0 !important;
		padding-left: 4vw !important;
		padding-right: 4vw !important;
		z-index: 9999999;
		width: 100%;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important
	}
	.affix .ctas {
		display: block;
		position: fixed;
		bottom: 0;
		width: 98%;
		padding-left: 1% !important;
		padding-right: 1% !important
	}
	.affix > a {
		display: none !important
	}
	.video-testimonal {
		display: block;
		position: relative;
		padding-bottom: 50%;
		float: none;
		padding-top: 0;
		height: 0;
		width: 90%;
		margin: 4vh 2vw
	}
	.video-testimonal iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}
/*# sourceMappingURL=_program-landing.css.map */