@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');


@media screen and (min-width: 1921px) {
#container {
	width: calc(100% - 2px);
	max-width: 1920px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: auto;
}

#topNav {
	max-width: 1920px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
}


html {
  scroll-behavior: smooth;
}

.mobileOnly {
	display: none;
}

body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #333333;
	background: linear-gradient(to right, #000000, #333333, #000000);
	text-align: justify;
	overflow-x: hidden;
}

#buttMobNav {
	display: none;
}

#mobNavHolder {
	display: none;
}

#topNav {
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	background: linear-gradient(to right, #000000, #333333, #000000);
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-bottom: 1px solid #ffffff;
}

#top {
	width: 100%;
	height: 230px;
	margin: auto;
	margin-top: 50px;

	background-color: #ffffff;
	background-image: url(../siteimages/back_top2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#maskTop {
	width: 100%;
}

.holderBlue {
	display: block;
	background-color: #213254;
	color: #ffffff;
}

.holderWhite {
	display: block;
	background-color: #ffffff;
}

.contentTop {
	display: block;
	width: calc(100% - 100px);
	max-width: 1100px;
	margin: auto;
	padding-top: 1px;
	padding-bottom: 50px;
}

.content {
	display: block;
	width: calc(100% - 100px);
	max-width: 1100px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#bottom {
	display: block;
	padding: 30px;
	background: linear-gradient(to right, #000000, #333333, #000000);
}

#fpLogo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -150px;
	width: 200px;
}

#fpLogo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -150px;
	width: 200px;
}

.twoColumns {
	column-count: 2;
}

.threeColumns {
	column-count: 3;
}

.contact {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	break-inside: avoid-column;
}



































#p58 {
	height: 30px;
}

#facebook {
	height: 30px;
	margin-right: 20px;
}

#ifr {
	display: none;
	width: 100%;
	height: 500px;
}

#ifr2 {
	width: 470px;
	height: 60px;
	border: 1px solid #000000;
}

.pCentre p {
	text-align: center;
}

.leftColumn {
	float: left;
	width: calc(50% - 20px);
}

.rightColumn {
	float: right;
	width: calc(50% - 20px);
}

.spacer {
	display: block;
	clear: both;
}

.formLabel {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.holderBlue .formLabel {
	color: #ffffff;
}

.tBox {
	width: calc(100% - 24px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
}

.tArea {
	width: calc(100% - 80px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	resize: none;
	border: 1px solid #aaaaaa;
	color: #333333;
	text-align: left;
}

#messageForm {
	display: block;
	width: 100%;
}

.contactInputs {
	width: calc(100% - 40px);
	max-width: 280px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

select.contactInputs {
	width: calc(100% - 18px);
	max-width: 300px;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f7c200;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

#dragMessage {
	display: none;
}

#thumbDragger {
	display: inline-block;
	width: 100%;
	cursor: grab;
	overflow: scroll; /* Show scroll bar (this allows for scroll wheel & gestures to be allowed as well) */
	-ms-overflow-style: none; /* IE10+ hide scrollbar */
	scrollbar-width: none; /* Firefox hide scrollbar */
	margin-top: 20px;
}

#thumbDragger::-webkit-scrollbar {
	display: none;	
}

#thumbDraggerInner {
	display: block;
	overflow-x: visible;
}

.menuTitle {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}

#profileImage {
	display: block;
	float: right;
	width: 200px;
	border-radius: 50%;
	border: 5px solid #ffffff;
	margin-left: 50px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	cursor: pointer;
	filter: brightness(100%);

	transition: filter 0.3s ease-in-out;
}

#profileImage:hover {
	filter: brightness(130%);
}

#updateHolder {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	background-color: #96260c;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0px 0px 25px hsla(0,100%,100%,1);
}

#updateCloser {
	color: #ffe99a;
	margin-left: 20px;
	cursor: pointer;
}

.subText {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.bodyImage {
	display: block;
	float: right;
	width: 33%;
	max-width: 300px;
	margin-left: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 5px solid #333333;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.pageImage {
	display: block;
	width: 300px;
	border: 1px solid #666666;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}

.smallPageImage {
	display: block;
	width: 200px;
	border: 1px solid #666666;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}

.bigPageImage {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-top: 1px;
}

#map {
	float: right;
	width: 250px;
	margin-left: 30px;
}

#map2 {
	display: none;
}

#submissionTable {
	display: table;
	width: 100%;
	border: 1px solid #000000;
	font-size: 14px;
}

#submissionHeader {
	display: table-row;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
}

#submissionTable td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#submissionTable img {
	height: 30px;
}

.new {
	display: block;
	color: #ffe99a;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	user-select: none;
}

.smallDocIcon {
	display: inline;
	vertical-align: middle;
	height: 30px;
	margin-right: 10px;
}

#searchButton {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	cursor: pointer;
}

#searchForm {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -10;

	background-color: #071840;
	border: 5px solid #ffffff;
	border-radius: 5px;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0,0,0,1);

	opacity: 0;

	transition: opacity 0.5s ease-in-out;
}

#searchForm input {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	border: 1px solid #ffffff;
	border-radius: 3px;
}

#searchForm button {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
}

#searchClose {
	display: block;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
	cursor: pointer;
}

.publicUserThumb {
	display: block;
	width: 100px;
}

#renewalBar {
	position: fixed;
	top: 56px;
	left: 0px;
	display: block;
	width: calc(100% - 40px);
	background-color: #aa0000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		background-color: #ff0000;
	}
}

#renewCloser {
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

#librarySearchForm {
	padding: 20px;
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	border-radius: 3px;
}

input.middle:focus {
	outline-width: 0;
}














h1 {
	display: block;
	font-family: 'Dancing Script', cursive;
	color: #213254;
	text-align: center;
	font-size: 46px;
}

.holderBlue h1 {
	color: #ffe99a;
}

h2 {
	font-size: 26px;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	width: calc(100% - 200px);
	margin-top: 40px;
	margin-bottom: 40px;
}

p {
	line-height: 30px;
}

.holderBlue p {
	color: #ffffff;
}

button {
	background-color: #f7c200;
	color: #000000;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	border: none;
	border-radius: 3px;
	padding: 10px;
	cursor: pointer;
}











#buttMemberNav {
	position: fixed;
	left: 0px;
	top: 50%;
	z-index: 110;
	transform: translate(-50%, -50%);
	display: block;
	background-color: #96260c;
	padding: 15px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
}

#memberNavHolder {
	display: block;
	position: fixed;
	left: -103%;
	top: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #6F1D09, #a0231c, #6F1D09);
	border-right: 2px solid #ffffff;

	transition: all 0.3s ease-in-out;
}

#innerMemberNav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

#memberNavClose {
	position: absolute;
	right: 30px;
	top: 60px;
	z-index: 90;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	user-select: none;
	cursor: pointer;
}

.tinyUser {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	margin-right: 10px;
}




.newsTable {
	display: table;
	width: calc(100%);
	background-color: #eeeeee;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	margin-bottom: 30px;
	border-radius: 5px;
	filter: brightness(100%);
	transition: filter 1s;
}


.newsTableHalf {
	display: inline-table;
	width: calc(50% - 20px);
	background-color: #eeeeee;
	box-shadow: 0px 0px 3px hsla(0,0%,0%,0.3);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	filter: brightness(100%);
	transition: filter 1s;
}

.newsTableHalf:hover {
	filter: brightness(130%);
}

.newsRow {
	display: table-row;
}

.newsTableImageTd {
	display: table-cell;
	width: 100px;
	height: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.newsTableImage {
	display: block;
	max-width: 100px;
	max-height: 100px;
	border-radius: 3px;
	margin: auto;
}

.newsTableReferenceTd {
	display: table-cell;
	width: 100px;
	height: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #213254;
	color: #ffffff;
	font-weight: bold;
}

.newsTableInfoTd {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

.newsTableTitle {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #213254;
}

.newsTableSummary {
	display: block;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsTableTime {
	display: block;
	font-size: 12px;
	color: #666666;
}

.newsPageDate {
	font-size: 14px;
}

.bigNewsImage {
	display: block;
	max-width: 100%;
	max-height: 50vh;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.floatNewsImage {
	display: block;
	float: right;
	max-width: 33%;
	max-height: 400px;
	margin-left: 50px;
	margin-bottom: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.noFile {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		background-color: #ff0000;
	}
}

.noFileNotice {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	margin-top: 5px;
}









.pagerTable {
	margin-bottom: 20px;
	margin-top: 20px;
}

.pagerArrowTd {
	width: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #dddddd;
	border-radius: 50%;
	line-height: 0px;
}

.pagerPageNumber {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	background-color: #96260c;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 5px;
	line-height: 18px;
}

.pagerSpacer {
	width: 20px;
}

.buttPager {
	cursor: pointer;
	display: block;
}

.deleteTd {
	width: 70px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.deleteTd img {
	width: 30px;
}

#video {
	display: block;
	max-width: 100%;
	margin: auto;
	border: 1px solid #333333;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#audio {
	display: block;
	border: none;
	width: 100%;
}

.galleryHolder {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
}

.galleryThumb {
	width: 100%;
	max-height: 100%;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.5s ease-in-out;
}

.galleryThumb:hover {
	filter: brightness(150%);
}

#imageView {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	border: 10px solid #ffffff;
	border-radius: 5px;

	transition: all 0.5s ease-in-out;
}

#imageViewClose {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	color: #333333;
	background-color: #f6d181;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	transition: all 0.5s ease-in-out;
}

#imageViewClose:hover {
	background-color: #ffffff;
	color: #000000;
}

#bigGalleryImage {
	display: block;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 150px);
}

#imageCaption {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 80px);
	font-size: 14px;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}






























.holderWhite a:link, .holderWhite a:active, .holderWhite a:visited, .holderWhite a:hover {
	text-decoration: none;
	color: #96260c;

	transition: color 0.3s ease-in-out;
}

.holderWhite a:hover {
	color: #c6563c;
}



.holderBlue a:link, .holderBlue a:active, .holderBlue a:visited, .holderBlue a:hover {
	text-decoration: none;
	color: #f7c200;

	transition: color 0.3s ease-in-out;
}

.holderBlue a:hover {
	color: #fff230;
}




a:link.topLinks, a:active.topLinks, a:visited.topLinks, a:hover.topLinks {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin-left: 14px;
	margin-right: 14px;
	vertical-align: middle;

	transition: color 0.5s ease-in-out;
}

a:hover.topLinks {
	color: #ffe99a;
}








a:link.imageButton {
	text-decoration: none;
	filter: brightness(100%);

	transition: all 0.5s;
}

a:active.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:visited.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:hover.imageButton {
	text-decoration: none;
	filter: brightness(150%);
}














a:link.memberLinks, a:active.memberLinks, a:visited.memberLinks, a:hover.memberLinks {
	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: 3px;
	padding-bottom: 3px;
	border: 1px solid #ffffff;
}

.memberLinkIcon {
	height: 17px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #000000;
	border: 2px solid #ffffff;
	border-radius: 50%;
}











