.header{
	position: relative;
	z-index: 9;
}

.header-bottom{
	height: 4em;
}

.header-top a {
	font-size: 0.57em;
}

/* SLIDERS */
.sliders{
	height: 66vh;
}

/* NAV */
.header-nav{
	height: 100%;
}
.nav{
	height: 100%;
}
.nav ul{
	height: 100%;
}
.nav li{
	float: left;
	height: 100%;
	position: relative;
}
.nav li:hover > ul{
	display: block;
}
.nav li a{
	line-height: 4em;
}
.nav li ul{
	display: none;
	position: absolute;
	transition: none;
	width: 220px;
}
.nav li ul li{
	background: #757575;
	color: white;
	float: none;
	height: auto;
	text-align: left;
	width: 100%;
}
.nav li ul li:hover{
	background: #56c0e8;
	color: white;
}

.nav li ul li:hover > a{
	color: white;
}

.nav li ul li a{
	color: white;
	font-size: .625em;
	line-height: 1.25em;
	padding: .625em 1.25em;
}


/* NAV ON SIDEBAR */
.sidebar-right .sidebar-nav{
	display: block;
}
.sidebar-right .nav{
	display: none;
}

.home-news p, .home-event p{
	font-size: 0.75em;
}

.home-news-box{
	box-sizing: unset;
}

.sub-header a{
	color: #56c0e8;
}

.sub-boxes nav li{
	background: #0e4c90;
	background-size: cover;
	/* font-size: 0.875em; */
	height: 8em;
	position: relative;
	translate3d:( 0, 0, 0);
	width: 23%;
}

.sub-boxes nav li:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}

.sub-boxes nav li:nth-child(4n){
	margin-right: 0;
}

.sub-boxes nav li a{
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.sub-boxes .overlay{
	background: rgba(0,0,0,0.45);
	border-radius: 10px;
	left: 0;
}


.sub ul, .sub ol{
	margin: 1em 0;
}
.sub li{
	font-size: 1em;
	line-height: 1.625em;
	margin-bottom: 0.5em;
	margin-left: 1.25em;
}
.sub p{
	line-height: 1.75em;
	margin: 1.25em 0;
}
.sub table{
	border-collapse: collapse;
	margin: 1.5em 0;
	width: 100%;
}
.sub th{
	font-weight: 700;
}
.sub td, .sub th{
	border: 1px solid #CCC;
	font-size: 1.0625em;
	padding: 0.375em 0.75em;
}

/* HOME BUTTONS */
.home-button{
	border-radius: 10px;
	display: block;
	padding: 0.75em 1.25em;
	position: absolute;
	right: 0;
	top: 1.5em;
	transition: background 0.25s ease;
	width: auto;
}
.home-button:hover{
	background: #0e4c90;
	text-decoration: none;
}

/* NEWS PAGE */
.news-list li{
	list-style: none;
	margin-bottom: 1.25em;
}
.news-list span{
	clear: both;
	display: block;
	margin-bottom: 0.375em;
}
.news-list-date{
	font-size: 0.875em;
}
.news-list-title{
	color: #0e4c90;
	font-weight: bold;
}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid grey;
	line-height: 1;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	background: lightgrey;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #56c0e8;
}
.pagination {
	padding-top: 1.5em;
}

.home-event-image-3rd{
	float: left;
	width: 33.33%;
	padding: 25px;
	padding-bottom: 2em;
}

.home-event-image-2nd{
	float: left;
	width: 50%;
	padding: 25px;
	padding-bottom: 2em;
}

.home-event-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	padding-bottom: 2em;
}

@media screen and (max-width: 800px) {
	.home-event-image-2nd {
		flex: 100%;
		max-width: 100%;
	}
	.homepage-facts {
		display: block;
		width: 100%;
		min-height: 10vh;
		padding-right: 5%;
		padding-left: 5%;
		margin: auto;
		text-align: center;
	}
}

.home-event-image:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}

.home-event-image-2nd:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}

.home-event-image-3rd:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}


/* INLINE BUTTON LINKS FOR MCE EDITOR */
.inline-button-link{
	background: #0e4c90;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin-right: 1em;
	padding: 0.5em 0.5em 0.375em;
	transition: background ease .25s;
}
.inline-button-link:hover{
	background: #56c0e8;
	text-decoration: none;
}


/* BANNERS */
.banners{
	border-bottom: 1px solid #0e4c90;
	height: 12em;
	padding: 0;
}
.banner{
	align-items: center;
	background-position-y: 30%;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	justify-content: center;
	text-align: center;
}
.banner:first-child{
	display: flex;
}

.banner div{
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}

.banner .overlay{
	background: rgba(0,0,0,0.5);
	left: 0;
}
.banner strong{
	color: white;
	font-size: 1.625em;
	width: 100%;
}
.banner button{
	display: block;
	margin: 1em auto 0 auto;
	padding: 0.25em 0.75em 0.375em;
}
.banner button:hover{
	background-color: #d1c7aa;
}
.banner button a{
	font-size: 0.75em;
}


/* PAGE SECTIONS */
.page-section{
	border-top: 1px solid #CCC;
	padding-left: 10%;
	padding-right: 10%;

}

.top-section{
	border-top: none;
	padding-top: 4em;
}

.page-section-image{
	float: right;
	margin: 0 0 2em 2em;
	max-width: 40%;
}

.page-section h1{
	color: #292929;
	font-size: 2em;
	margin-bottom: 1.25em;
}

.page-section h2{
	font-size: 1.625em;
	margin-top: 1.75em;
}

.page-section h3{
	color: #292929;
	font-size: 1.125em;
	margin-bottom: 0;
	margin-top: 1.75em;
	text-transform: uppercase;
}

.page-section h4{
	color: #333;
	font-weight: bold;
	margin-top: 1.5em;
}


.back-to-top{
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 100%;
	bottom: 5%;
	cursor: pointer;
	display: none;
	font-size: 1.5em;
	padding: 10px;
	position: fixed;
	right: 3%;
	z-index: 9;
}

.back-to-top:hover{
	background: #DDD;
}


/* PROGRAMS */
.bold-links{
	font-weight: bold;
}


/* CAMPUS INFO */
.campus{
	border-bottom: 1px solid #EEE;
}
.campus img{
	float: right;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	width: 50%;
}


/* EMPLOYEE DIRECTORY */
.employees-filter{
	margin: .5em 0;
}
.employees-filter label{
	margin-bottom: 0.375em;
}
.employee{
	margin-bottom: .25em;
}
.employee p{
	margin: 0;
}

/* FOOTER */
.footer{
	padding: 0;
}
.footer-main{
	padding: 2.5em;
	position: relative;
}
.footer-main .overlay{
	margin-left: -2.5em;
}
.footer-legal{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.footer-legal p{
	color: white;
	font-size: 0.5em;
	margin: 0.5em 0;
	text-align: center;
}


/* FOOTER MIDDLE */
.footer-middle{
	bottom: 0.5em;
	padding-top: 0.25em;
	position: absolute;
	width: calc(100% - 5em);
}
.social-media{
	justify-content: center;
	list-style: none;
	margin-top: 0.5em;
	overflow: auto;
}
.social-media li{
	float: left;
	margin: 0 0.5em;
}
.social-media i{
	font-size: 2.25em;
}
.social-media i:hover{
	color: #56c0e8;
}

.legal{
	list-style: none;
}
.legal li{
	float: left;
	margin-right: 0.75em;
}

footer .hashtag{
	float: left;
	margin-top: .625em;
	width: 80%;
}

.find-direction {
	float: left;
	width: 80%;
	padding-top: 1em;
}

.top-apply {
    background: #292929;
}
.top-donate {
    background: #292929 ;
}
.sec {
    background: #0e4c90;
}

.extreme {
	background: red;
}

.standard {
	background: yellow;
}

.weather {
	background: #0e4c90;
}

.event{
	background: #0e4c90;
	overflow: hidden;
	position: relative;
}

.event ul{
    color: #fff;
	text-transform: uppercase;
	font-style: bold;
	font-size: large;
    font-weight: 600;
    /* Starting Position */
	transform: translateX(100%);
	/* Apply Animation to this element */
	animation: event 15s linear infinite;
}

@keyframes event {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

a {
   color:#0e4c90;
   font-weight:600;
   text-decoration: none;
}

.page-section p a {
    text-decoration:none;
}
.page-section p a:hover {
    text-decoration:underline;
}
.page-section p a.inline-button-link { text-decoration: none; }

p {
   color:#000;
}

.slider-text span {
	border-radius: 8px;
	padding:0;
	display:inline-block;
}

.static-slider-text span {
	border-radius: 8px;
	padding:0;
	display:inline-block;
}

.sidebar-nav a, .sidebar-contact a {
  color:#000;
  font-weight:400;
}

/* .grecaptcha-badge{
	visibility: collapse !important;
} */

.wpcf7 input[type="radio"], .wpcf7 input[type="checkbox"] {
	height:auto;
}

/* SEARCH CHANGES */
.search input{
	border-bottom: 1px solid #EEE;
}
.search-input-con{
	border-bottom: 0;
}
.search-common strong{
	color: #56c0e8;
	display: block;
	margin: 1.5em 0 1em;
}
.search-common a{
	color: #56c0e8;
}

.alert {
	text-align: center;
	padding:10px;
	border-color: #000;
}
.alert a {
	font-size:19px;
	color:#fff;
	text-decoration: underline;
}


/****************Event Images*******************/
.event-main {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.event-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/**************** New Directory Page ***************************/
.new-directory-search {
	display: grid;
	column-gap: 2em;
	grid-template-columns: repeat(2, 1fr);
}

.directory-filter {
	width: 25%;
	vertical-align: bottom;
	margin: auto;
}

.new-directory {
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(3, 1fr);
}

.employee-img {
	justify-content: left;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 4px;
	border: 7px solid #fff;
	filter: 
		drop-shadow(0 6px 10px rgba(0,0,0,.4));
}

.employee-img:hover {
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
	cursor: pointer;
}

.employee-detail-img {
	display: flex;
	justify-content: left;
	overflow: hidden;
	border-radius: 4px;
	border: 7px solid #fff;
	max-height: 253px;
	filter: 
		drop-shadow(0 6px 10px rgba(0,0,0,.4));
}

/*****************Employee Directory Detailed Information*****************/

.employee-info-row {
	display: block;
	flex-wrap: wrap;
	padding: .5em;
	margin-left: .5em;
	margin-right: .5em;
}

.employee-info-row:after {
	content: "";
	display: table;
	clear: both;
}

.employee-info-column {
	float: left;
	width: 30%;
	padding: 2.5em;
    line-height:1.5;
}
.employee-info-column a {
	font-size: 0.75em;
	float: left;
	width: 15%;
	word-wrap: normal;
}

.employee-info-column1 {
	float: left;
	width: 70%;
	padding: 2.5em;
}

/* Create three equal columns that sits next to each other */
.employee-column {
  	flex: 33.3334%;
	font-weight: 600;
}

/********Employee Directory Contact Form*********/
#name, #email, #message, #subject {
	padding: .1em;
	margin: .1em;
}

#submit {
	margin: .1em;
	display: flex;
	width: 40%;
  	justify-content: center;
  	align-items: center;
}

/**********New Navbar Below Hero Image**********/
.header-below-hero {
    width: 100%;
    min-height: 3.125em;
	position: relative;
	background-color: #fff;
}

#header-below-hero {
	float: left;
}

.header-below-hero ul {
	width: 80%;
	min-height: 3.125em;
	margin: auto;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

.header-below-hero li {
	padding: 1em 1.5em;
	text-align: center;
}

.header-below-hero li:hover {
    background-color:#56c0e8;
	color: #fff;
}

.header-below-hero a {
    color:#09131a;
	font-size: .75em;
	font-weight:550;
    text-transform:uppercase;
    transition:color ease .25s;
}

.header-below-hero a:hover {
    text-decoration:none;
}

/************Information Bar************/
.information-bar-header {
	width: 100%;
	position: relative;
	background-color: #0e4c90; 
	min-height: 8em;
	padding: 1.25em;
}

.information-bar-header ul {
	color: #fff;
	width: 75%;
	text-align: center;
	text-transform: uppercase;
}

.information-bar-header ul li a {
	color: #fff;
	text-decoration: none;
}

.information-bar-header ul li a:hover {
	color: #56c0e8;
	text-decoration: none;
}

.info-header-bar-top {
	display: flex;
    font-size: 1.25em;
    font-weight: 900;
    text-shadow: 5px 5px 5px rgb(0 0 0 / 40%), 10px 10px 10px rgb(0 0 0 / 50%);
}

.information-bar-header ul li {
	text-align: center;
	list-style: none;
	font-size: 1em;
	padding-bottom: 1em;
}

.information-bar {
	width: 100%;
	position: relative;
	background-color: #0e4c90; 
	min-height: 8em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.info-bar {
    font-size: .625em;
	font-weight: normal;
}

.info-bar ul {
	color: #fff;
	width: 80%;
	margin: auto;
	text-transform: uppercase;
}

.info-bar ul li {
	list-style: none;
	padding-bottom: .25em;
}

.info-bar a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.info-bar a:hover {
	color: #56c0e8;
	text-decoration: none;
}

/*****************Home Page Announcement*****************/
.home-announcement-container {
	display: grid;
	position: relative;
	grid-template-columns: .65fr .35fr;
	grid-gap: 30px;
	height: 36em;
	width: 90%;
	padding-top: 2em;
	padding-bottom: 2em;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    align-items: center;
}

.home-announcement-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 884px;
	justify-content: center;
	align-content: center;
}

/**************mySouthern Feedback*******************/
#email {
    width: 40%;
}
#message {
	width: 60%;
}
#submit {
	width: 15%;
}

/*********************************Media Queries*************************************/
@media(min-width: 2700px) {
    p {
        font-size: 1.675em;
    }
    body {
        font-size: 2em;
    }
	h1 {
		font-size:2.25em;
		margin-bottom:2em
	}
	h2 {
		font-size:2em;
		margin-bottom:1.625em
	}
	h3 {
		font-size:1.625em;
		margin-bottom:1.5em
	}
}