  @charset "UTF-8";
/* CSS Document */
.l-page {
	background-size: cover !important;;
}
.l-page .l-content .l-content-meta {
	background: #fff;
	padding-bottom: 25px;
}

.subsection {
	padding-top: 0;
	border-bottom: none;
}
.l-page h1 {
	text-shadow: none;
	font-weight:bold;
}
#jagtab-more {
	margin: 10px auto;
	font-weight: 100;
	text-align: center;
}
#jagtab-more:before {
	content: '\f055';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .2em;
	color: #00AEEF;
}
.news {
	position: relative;
	margin: 0px 10px;
	overflow: hidden;
}
.news:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.newscontent {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: scale(1, 1);
	display: flex;
	align-items: start;
	justify-content: center;
	background: #003359;
}
.newscontent img {
	width: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newscontent img:hover {
	transform: scale(1.1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#rotator {
	width: 100%;
	margin: 0px auto;
	padding: 15px 0px;
	z-index: 100;
	position: relative;
	background: -webkit-linear-gradient(-45deg, #003359 80%, #64a0c8 50%);
	background: -moz-linear-gradient(-45deg, #003359 80%, #64a0c8 50%);
	background: linear-gradient(135deg, #003359 80%, #64a0c8 50%);
}
#rotator .slick-prev:before, #rotator .slick-next:before {
	color: rgba(255, 255, 255, 1);
	font-size: 50px;
	text-shadow: 0px 1px 2px #333;
}
#rotator .slick-next:hover:before {
	margin-right: -10px;
	transition: .5s;
}
#rotator .slick-prev:hover:before {
	margin-left: -10px;
	transition: .5s;
}
#rotator .slick-prev, #rotator .slick-next {
	height: 50px;
	width: 50px;
	z-index: 100;
}
#rotator .slick-next:before {
	content: '\f054';
	font-family: 'Font Awesome 6 Pro';
}
#rotator .slick-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 6 Pro';
}
#rotator p {
	color: #fff;
	text-align: center;
}
.newslink {
	text-align: right;
	background-color: #002664;
	color: #fff;
	margin-top: 0px;
	padding: 0px 10px;
	float: right;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: auto;
	margin-right: 1px;
	transition: all .5s ease;
}
.newslink a:link, .newslink a:visited {
	color: #fff;
	font-weight: bold;
	width: auto;
}
.newslink:hover {
	padding-top: 10px;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.newstitle {
	font: 1em arial, sans-serif;
	color: #fff;
	padding: 5px 10px;
	width: 100%;
	height: auto;
	font-weight: 300;
	text-shadow: 0px 0px 2px #333;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 4%;
	background: rgba(0, 0, 0, .3);
	font-variant: small-caps;
	line-height: 1em;
}
.newsdate {
	font: .8em arial, sans-serif;
	color: #fff;
	width: 100%;
	height: auto;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #000;
	position: absolute;
	text-align: center;
	bottom: 5px;
	left: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.more-events {
	text-align: center;
}
.more-events:before {
	content: '\f073';
	font-family: 'Font Awesome 6 Pro';
	margin-right: .3em;
	color: #00AEEF;
}
div.student-bio-card {
	width: 100%;
	margin: 20px 0;
	display: inline-flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 5px -2px #999;
	padding: 10px;
}
div.student-bio-image {
	width: 40%;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
div.student-bio-image:before {
	padding-top:100%;
	content: '';
	display: block;
}
div.student-bio-image img {
	position: absolute;
	top:0;
	left:0;
	right:0;
}
div.student-bio-info {
	width: 60%;
	float: left;
	padding: 10px 30px;
}
div.student-bio-info strong {
	color:#123456;
}
p.student-bio-name {
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
	margin-top:5px;
	margin-bottom:10px;
}
p.student-bio-more {
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	color: #123456;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}
p.student-bio-more:after {
	content: '\f078';
	font-family: 'Font Awesome 6 Pro';
	display: inline-block;
	margin-left:5px;
}
p.student-bio-less {
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	color: #123456;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	display:none;
}
p.student-bio-less:after {
	content: '\f077';
	font-family: 'Font Awesome 6 Pro';
	display: inline-block;
	margin-left:5px;
}
p.student-bio-more:hover, p.student-bio-less:hover {
	cursor: pointer;
	color: #777;
}
div.student-bio-more-body {
	display:none;
} 
div.student-bio-card .snacc-head {
	background: none;
	box-shadow: none;
}
div.student-bio-card .snacc-head h4 {
	border: none;
}
@media screen and (max-width:600px) {
	.newsdate {
		font: .6em arial, sans-serif;
	}
	.newstitle {
		font-size: .8em;
	}
}
.linkbanner {
	width: 100%;
	color: #fff;
	background: #003359;
	padding: 5px;
	padding-top: 10px;
	font-size: 1.1em;
	text-align: center;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: none;
}
.linkbanner a {
	text-align: center;
	font-style: normal;
	color: #fff;
	font-size: 25px;
	font-family: 'Crimson';
	font-weight: 300;
	padding-bottom: 5px;
	min-width: 50px;
	display: inline-block;
	text-shadow: 0px 1px 2px #333;
	text-rendering: optimizeLegibility;
}
.linkbanner img {
	max-height: 20px;
}

@media(max-width: 1118px) {
	.linkbanner {
		padding-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	div.student-bio-image {
		width: 100%;
	}
	div.student-bio-info {
		width:100%;
	}
}
@media(max-width: 719px) {
	.linkbanner {
		padding-top: 20px;
	}
}
.l-page .l-content-header {
	background-size: cover;
	background-position: center;
	box-shadow: 0px 3px 10px -5px #777;
	height: 310px;
	display: block;
	background-repeat: no-repeat;

}
.text-image-intro.label {
	background-color:#f3f3f3;
}
.l-content-header .subnav .subnav-toggle-wrapper {
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, .5);
	z-index: 10;
	margin-bottom: 1px;
}
.l-content-header .subnav .subnav-toggle-wrapper:hover {
	cursor:pointer;
}
.l-content-header .subnav .subnav-toggle-wrapper p {
	box-shadow: none;
	-moz-transform: skew(45deg, 0);
	-ms-transform: skew(45deg, 0);
	-webkit-transform: skew(45deg, 0);
	transform: skew(45deg, 0);
	width: auto;
	padding: 20px 20px 20px 90px;
	font-size: 18px;
	color: #003359;
	text-transform: none;
	font-weight: 600;
	margin: 0;
}

.l-content-header .subnav ul li a {
	font-weight: normal;
	text-transform: none;
}
table.d-highlights {
	width: 100%;
	background: #fff;
}
.d-highlights {
	background: #52595B;
	margin: 0;
	padding: 20px 30px;
}
.d-highlights .heading {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #fff;
	margin-bottom: 20px;
}
.d-highlights h2, .d-highlights h3 {
	color: #fff;
	font-style: normal;
	font-weight: 200;
	font-size: 1.5em;
	margin: 0;
}
.d-highlights ul li {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 20px;
	font-weight: 500;
	list-style: none;
	text-indent: -25px;
}
.d-highlights ul li:before {
	font-family: 'Font Awesome 6 Pro';
	content: '\f054';
	color: #ffa500;
	text-indent: 30px;
	margin-right: 10px;
}
.d-highlights ul li a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
}
.d-highlights div ul li a:hover {
	color: #fff;
}
#contact {
	background: url("/_resources/images/contact-bg01.png");
	padding: 0 40px 10px 40px;
	position: relative;
	width: 100%;
	float: left;
}
#contact h4, #contact h2 {
	display: inline-block;
	position: relative;
	left: -57px;
	padding: 5px 10px;
	background: #003359;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
#contact h4:before, #contact h2:before {
	content: "\A";
	border-bottom: 12px solid #2b6d8e;
	border-left: 12px solid transparent;
	position: absolute;
	top: -14px;
	left: 0;
}
#contact p {
	text-align: left;
	font-style: normal;
	color: #003359;
}
#contact a {
    font-weight:inherit;
	color: #003359;
}
#contact strong {
	color: #003359;
}
#contact .snacc-head {
	box-shadow: none;
	background: none;
	border-bottom: 1px solid #003359;
}
#contact .snacc-head h4 {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	font-weight: 500;
	text-transform: none;
	font-variant: small-caps;
	margin: 0;
	background: none;
	border: 0;
	left: -25px;
	color: #003359;
}
#contact .snacc-head h4:before {
	content: '\f067';
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.1em;
	margin: 0 15px 0 0;
	color: #003359;
	float: left;
	transition: .5s ease;
	border: none;
	position: relative;
	top:0;
}
.subsection {
	padding-bottom: 10px;
}
@media screen and (max-width: 879px) {
	.subsection .promo.image {
		width: 100%;
	}
}

@media screen and (max-width: 719px) {
	.l-page .l-content .l-content-meta {
		background: #fff;
		padding-bottom: 0;
		box-shadow: 0px 0px 3px #ccc;
	}
	.l-page .l-content-header {
		height: 170px;
	}
	.l-content-header .subnav {
		width: 100%;
	}
	.l-content-header .subnav .subnav-toggle-wrapper {
		width: 100%;
		margin-top: -100px;
	}
	.l-content-header .subnav .subnav-toggle-wrapper p {
		box-shadow: none;
		width: auto;
		padding: 20px 20px 20px 90px;
		font-size: 18px;
		color: #000;
		text-transform: uppercase;
		font-weight: 200;
		margin: 0;
		transform: skew(0deg);
		-moz-transform: skew(0deg);
		-ms-transform: skew(0deg);
		-webkit-transform: skew(0deg);
		transform: skew(0deg);
	}
	.toggle {
		display: block !important;
	}
}
.jagwire-box {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	background: #fff;
	padding: 20px 0 0 0;
	margin-bottom: 1px;
}
.divisions-box {
	background: #fff;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px 30px;
}
.top-img img {
	width: 100%;
	height: auto;
}
table.divisions_grid {
	width:100%;
}
div.divisions_grid  {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	justify-content: center;
}
div.divisions_grid p {
	text-align: center;
	background: #003359;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	margin: 1px;
	width: 33%;
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}
div.divisions_grid a {
	color: #fff;
	width: 100%;
	padding: 10px 20px;
}
.divisions_grid a {
    text-decoration: none !important;
    background: 0 100% !important;
    padding: 1rem !important;
}
div.divisions_grid a:before {
	content:none;
}
div.divisions_grid a:hover {
color:#003359;
}
div.divisions_grid p:hover {
	background: #C9CDCF;
}
.divisions_grid a:focus {
    outline-offset: -4px;
    border-radius: 5px;
}

@media screen and (max-width: 635px) {
	div.divisions_grid p {
		width: 49%;
	}
	div.divisions_grid a {
		font-size: .8em;
		padding: 10px;
	}
}
.l-content-header .subnav .subnav-toggle-wrapper:focus-within {
    outline: 2px dashed #fff;
    outline-offset: 4px;
}
.subsection table td[style*="background-color"] {
    background-color: #003359 !important;
    padding: .5rem 0 !important;
    color: #fff !important;
}
.subsection table td[style*="background-color"] a:focus {
    outline: 2px dotted #fff;
}

