
@media screen and (max-width: 845px) {

body {
	background-position: top;
	background-size: cover;
	font-size: 14px;

	overflow-x: hidden;
}

#secondNav {
	display: none;
}

#destopNav {
	display: none;
}

.desktopOnly {
	display: none;
}

.mobileOnly {
	display: block;
}

#buttMobNav {
	height: 40px;
	cursor: pointer;
}

#socialTable {
	padding: 0px;
	border-radius: 5px;
	font-size: 12px;
}

.buttSocialClose {
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
}

.tableFb1 {
	height: 30px;
}

.tableFb2 {
	height: 40px;
}






#mobNav {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #ffffff;

	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../siteimages/back_main.jpg);
}

#mobNavTable {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

#mobNavTable td {
	display: table-cell;
	padding: 5px;
}

#innerMobNav {
	display: block;
}

#buttMobNav {
	height: 30px;
	cursor: pointer;
}





#top {
	padding: 0px;
}

.twoColumns {
	column-count: 1;
	column-gap: 0px;
}

.content {
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.leftColumn {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.fpLink {
	margin: 5px;
	height: 50px;
}

.rightColumn {
	float: none;
	width: 100%;
}

#navSpacer {
	height: 30px;
}





#quickBand {
	margin-top: 30px;
}

#innerQuickBand {
	width: calc(100% - 40px);
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#logoFp {
	height: 60px;
}

#fbButt {
	height: 30px;
	margin-top: 15px;
}

#clockHolder {
	margin-top: 16px;
	margin-right: 20px;
}

#clock {
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 5px;
}

#date {
	font-size: 10px;
	line-height: 10px;
}













#facultyInner {
	width: 4000px;
	height: 135px;
}

.facultyImage {
	width: 150px;
}

.facultyLabel {
	font-size: 10px;
	text-align: center;
}







.newsThumbTd {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.newsThumb {
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
}

.fpNewsInfoTd {
	display: table-cell;
	width: calc(100% - 20px);
	height: auto;
	padding: 10px;
}

.newsHeadline {
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0px;
}

.newsDate {
	font-size: 10px;
}

.newsSummary {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}


.albumThumb {
	max-width: 100%;
}

.fpNewsHalfTable {
	display: table;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}





.publicTableHalf {
	display: table;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
}






#facultyHead {
	width: 40%;
	max-width: 500px;
}

.fright {
	margin-left: 30px;
	margin-bottom: 15px;
	width: 40%;
	max-width: 500px;
}

.capright {
	width: calc(40% - 10px);
	max-width: 500px;
	font-size: 12px;
	margin-left: 30px;
}



.albumHolder3 {
	margin: 5px;
}

.albumThumb3 {
	height: 70px;
}



.titleSmt {
	text-align: center;
}


#thumbDragger {
	overflow-x: scroll;
	height: 52px;
	margin-top: 0px;
}

.thumbHolder {
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
}

.slideThumbImage {
	height: 50px;
}



.mobCentre2 {
	text-align: center !important;
}

.mobCentre2 p {
	text-align: center;
}

























p {
	font-size: 14px;
	line-height: 20px;
}

h1 {
	text-align: center;
	font-size: 22px;
}

h2 {
	text-align: center;
	font-size: 16px;
}












a:link.mobLinks {
	width: 260px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #0c5c7a;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	overflow: hidden;
	border: 1px solid #ffffff;

	transition: all 0.5s ease-out;
}

a:active.mobLinks {
	width: 260px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #0c5c7a;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

a:visited.mobLinks {
	width: 260px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #0c5c7a;
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

a:hover.mobLinks {
	width: 260px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #0c5c7a;
	color: #ffff00;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

.mobLinkIcon {
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	margin-left: 10px;
}









a:link.mobLinkSecondary {
	width: 210px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #333333;
	color: #ffffff !important;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid #ffffff;
}

a:active.mobLinkSecondary {
	width: 210px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #333333;
	color: #ffffff !important;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid #ffffff;
}

a:visited.mobLinkSecondary {
	width: 210px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #333333;
	color: #ffffff !important;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,1);
	margin-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid #ffffff;
}

a:hover.mobLinkSecondary {
	width: 210px;
	height: 28px;

	text-decoration: none;
	display: block;
	background-color: #333333;
	color: #ffffff !important;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.1);
	margin-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
	border: 1px solid #ffffff;
}

.mobSecondary {
	display: none;
}




a:link.mobLinkSecondaryBack {
	width: 260px;

	text-decoration: none;
	display: block;
	background-color:  rgba(31,72,102,1);
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

}










@media screen and (max-width: 700px) {

.srItem {
	width: 100%;
	max-width: 480px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.newsItemThumb {
	height: 40px;
}

#bigNewsImage {
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

#mapContact {
	display: block;
	float: none;
	margin-left: 0px;
	width: 100%;
	max-width: none;
	height: 300px;
}

.mobContactCentre {
	text-align: center;
}

.mobContactCentre p {
	text-align: center;
}

}




@media screen and (max-width: 599px) {

#fpTable {
	display: block;
}

#fpLeftTd {
	display: block;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 10px;
}

#fpRightTd {
	display: block;
	width: 100%;
	padding-left: 0px;
}

.ssImage {
	width: 100%;
	max-width: 550px;
}

#bottomFlex {
	display: block;
	column-count: 1;
}

#bottom1 {
	display: block;
	margin-right: 0px;
}

#bottom1 p {
	text-align: center;
	line-height: 14px;
}

#bottom2 {
	display: block;
	margin-left: 0px;
}

#bottom2 p {
	text-align: center;
}

.hideSmall {
	display: none;
}

.showSmall {
	display: block;
}


}




@media screen and (max-width: 499px) {

.row {
	display: block;
}

.fpNewsTable {
	display: block;
	width: auto;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.newsThumbTd {
	display: block;
	width: auto;
	height: auto;
}

.newsThumb {
	max-width: 100%;
	max-height: 200px;
}

.mobNewsThumb {
	height: 30px;
}

.fpNewsInfoTd {
	display: block;
	width: calc(100% - 20px);
	height: auto;
	padding: 10px;
}

.newsSummary {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}



#map {
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 5px;
}

.publicTab {
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

#publicCalendarHolder {
	margin-bottom: 0px;
	display: block;
}




.publicListThumbTd {
	width: 70px;
	height: 70px;
}

.publicListThumb {
	max-width: 70px;
	max-height: 70px;
}








.fright {
	float: none;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	width: calc(100% - 2px);
	max-width: 500px;
	display: block;
}

.capright {
	float: none;
	clear: none;
	width: calc(100% - 12px);
	max-width: 490px;
	font-size: 12px;
	margin-left: 0px;
}



.salaryBox {
	width: calc(100% - 20px);
	display: block;
	float: none;
	clear: none;
	margin-left: 0px;
}

.salaryBox h2 {
	font-size: 14px;
}

.wageInfo {
	font-size: 12px;
}

#appFormIcon {
	height: 20px;
}





.mobCentre {
	text-align: center;
}



.houseHolder {
	width: calc(100% - 40px);
	max-width: 300px;
}

.houseImage {
	width: 100%;
	margin-bottom: 0px;
}



}





@media screen and (max-width: 379px) {

#hideDay {
	display: none;
}

}










