/* ----- Mobile Black Bar Styles -----*/

#mobile-login a {
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	text-decoration: none;
}
#mobile-login .staff_login, #mobile-login .student_login {
	background: #000066;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
#mobile-login .staff_login:hover, #mobile-login .student_login:hover {
	background: #22398b;
}
#mobile-login .parent_login {
	background: #000066;
	-webkit-transition: background .3s ease-in;
	-moz-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
#mobile-login .parent_login:hover {
	background: #22398b;
}
#mobile-login .student_login {
	display:block;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	cursor: pointer;
}
#mobile-login .student_login:hover {
	text-decoration: none;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #000066;
	color: #fff;
	text-align: center;
	position: relative;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #fff;
}
.footer-right a {
    padding-right: 10px;
}
.footer-right small a:nth-last-child(3) {
    padding-right: 0;
}
.footer-right .wide-link {
    display: none;
}
.footer-right span.ofset {
    text-indent: -9999em;
    font-size: 0em;
}
.footer-right span.padlock {
    position: relative;
}
.footer-right span.padlock::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f023";
	font-size: 22px;
	position: absolute;
	top: -9px;
	left: 10px;
	font-weight: 700;
}

/* ----- Responsive Styles -----*/

@media(min-width:768px) {
	#mobile-login .staff_login {
		border-right: 1px solid #999;
	}
	#mobile-login .parent_login {
		background: #22398b;
	}
	#mobile-login .parent_login:hover {
		background: #000066;
	}
}
@media(min-width:1024px) {
	section#bottom_login {
		display: none;
	}
	section#mobile-login {
		display: none;
	}
	.footer-right {
    	margin-top: 0;
	}
	.footer-right .wide-link {
		display: inline-block;
	}
	.footer-right small a:nth-last-child(3) {
		padding-right: 10px;
	}
	.footer-right small a:nth-last-child(1) {
		padding-right: 0;
	}
}