@media screen and (max-width: 1199px) {

#fpLoginHolder label {
	font-size: 16px;
}

#fpLoginHolder input {
	font-size: 24px;
	margin-bottom: 15px;
	padding: 5px;
}

#fpLoginHolder button {
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

}


@media screen and (max-width: 999px) {

#dragMessage {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

}


@media screen and (max-width: 899px) {

body {
	font-size: 14px;
}

#topNav {
	display: none;
}

#top {
	height: 269px;
	margin-top: 0px;
	background-size: cover;
}

#buttMobNav {
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 110;
	transform: translate(50%, -50%);
	display: block;
	background-color: #ffc800;
	padding: 15px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}

#mobNavHolder {
	display: block;
	position: fixed;
	left: 103%;
	top: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #152035, #213254, #152035);
	border-left: 2px solid #ffffff;

	transition: all 0.3s ease-in-out;
}

#innerMobNav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#mobNavClose {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 90;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	user-select: none;
	cursor: pointer;
}

#memberNavClose {
	right: 20px;
	top: 10px;
}

p {
	line-height: 26px;
}


.newsTableTitle {
	font-size: 18px;
}

.newsTableSummary {
	font-size: 14px;
}

.leftColumn {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.rightColumn {
	float: none;
	width: 100%;
}

.centreMobile {
	text-align: center;
}

.tArea {
	width: calc(100% - 20px);
	padding: 10px;
	resize: vertical;
}

#profileImage {
	width: 150px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 18px;
}

#searchForm {
	width: 100%;
	max-width: 260px;
}

#searchForm input {
	display: block;
	width: calc(100% - 22px);
	text-align: center;
}

#searchForm button {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
}

#searchClose {
	margin-top: 20px;
}

#renewalBar {
	top: 0px;
}







a:link.mobLinks, a:active.mobLinks, a:visited.mobLinks, a:hover.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #ffffff;
}

.mobLinkIcon {
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #000000;
	border: 2px solid #ffffff;
	border-radius: 50%;
}


}







@media screen and (max-width: 799px) {

.newsTableHalf {
	display: table;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

}



@media screen and (max-width: 729px) {

#viewAllButt {
	display: block;
	width: 100%;
	max-width: 422px;
	margin-bottom: 20px;
}

#librarySearchButt {
	display: block;
	width: 100%;
	max-width: 422px;
	margin-top: 20px;
}

}





@media screen and (max-width: 599px) {

.newsTable {
	display: block;
}

.newsRow {
	display: block;
}

.newsTableImageTd {
	display: block;
	width: calc(100% - 20px);
	height: auto;
}

.newsTableImage {
	max-width: 100%;
	max-height: auto;
}

.newsTableInfoTd {
	display: block;
	text-align: center;
}

.newsTableTitle {
	text-align: center;
}

.newsTableSummary {
	text-align: center;
}

.newsTableTime {
	display: block;
	text-align: center;
}

.deleteTd {
	display: block;
	width: 100%;
}

.floatNewsImage {
	display: block;
	float: none;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#profileImage {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 16px;
}

.threeColumns {
	column-count: 2;
}

.smallPageImage {
	display: block;
	width: 100%;
	max-width: 400px;
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

#map {
	display: none;
}

#map2 {
	display: block;
	width: 100%;
	max-width: 400px;
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

}







































