@import url('https://fonts.googleapis.com/css?family=Raleway');

html {
  scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: Raleway;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;

	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../siteimages/back_main.jpg);

	overflow-x: hidden;	
}

#mobNav {
	display: none;
}

.desktopOnly {
	display: block;
}

.mobileOnly {
	display: none;
}

.showSmall {
	display: none;
}

#clockHolder {
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 25px;
}

#clock {
	font-size: 30px;
	font-family: Arial;
	line-height: 25px;
	display: block;
	color: #333333;
	margin-bottom: 5px;
}

#date {
	font-size: 12px;
	line-height: 12px;
	display: block;
	color: #cccccc;	
	font-family: Arial;
}

#top {
	display: block;
	position: fixed;
	z-index: 9000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background: rgba(31,72,102,1);
	font-size: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#secondNav {
	display: block;
	position: fixed;
	z-index: 9000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	margin-top: 36px;
	background-color: #333333;
	border-bottom: 1px solid #ffffff;
	overflow-x: hidden;

	transition: height 0.5s ease-in-out;
}

#secondNavInner {
	margin: auto;
	width: calc(100% - 100px);
	max-width: 1200px;
	text-align: center;
	padding: 10px;
}

#secondClose {
	float: right;
	user-select: none;
	cursor: pointer;
	margin-right: 20px;
	margin-top: 10px;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
}

#secondMockClose {
	float: left;
	user-select: none;
	margin-left: 10px;
	margin-top: 10px;
	visibility: hidden;
}

#aboutLinks {
	display: none;
}

#subjectLinks {
	display: none;
}

#extraLinks {
	display: none;
}

#parentLinks {
	display: none;
}

#councilLinks {
	display: none;
}

#facultyLinks {
	display: none;
}
















.banner {
	display: block;
	width: 100%;
	border-top: 1px solid #254f6c;
}

#values {
	display: block;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.8vw;
	letter-spacing: 0.5vw;
	font-weight: bold;
	color: #df9e26;
}

#employmentDiv {
	display: block;
	background-color: #101317;
	padding: 10px;
	color: #ffffff;
	font-weight:  bold;
	text-align: center;
}

#slide {
	display: block;
	width: 100%;
}

#logoFp {
	height: 100px;
}

#quickBand {
	display: block;
	width: 100%;
	background-color: #ffffff;
}

#innerQuickBand {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: auto;
	padding-top: 44px;
	padding-bottom: 0px;
}

#quickFind {
	padding: 10px;
	height: 50px;
	background-color: #3c5a99;
	color: #ffffff;
	border: none;
}

#fbButt {
	float: right;
	height: 50px;
	cursor: pointer;
	margin-top: 25px;
}

#holder1 {
	display: block;
	width: 100%;
	background-color: rgba(31,72,102,0.95);
	border-bottom: 1px solid #333333;
}

#holder2 {
	display: block;
	width: 100%;
	background: linear-gradient(to bottom right, #101417, #27313a, #101417);
	background-color: #27313a;
	border-top: 1px solid #ffffff;
}

#holder3 {
	display: block;
	width: 100%;
	background-color: rgba(31,72,102,0.95);
	border-bottom: 1px solid #333333;
	border-top: 1px solid #ffffff;
}

.content {
	display: block;
	margin: auto;
	width: calc(100% - 100px);
	max-width: 1100px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	transition: all 1s;
}

.twoColumns {
	column-count: 2;
	column-gap: 50px;
}

.twoColumns p {
	margin-top: 0px;
}

#fpTable {
	display: table;
	width: 100%;
}

#fpLeftTd {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
	vertical-align: middle;
}

#fpRightTd {
	display: table-cell;
	width: 50%;
	padding-left: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 0px;
}

.ssImage {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #101317;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}



#socialHolder {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#socialTable {
	display: table;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px hsla(0,0%,0%,1);
	background-color: #ffffff;
	color: #333333;
}

.buttSocialClose {
	box-shadow: 0px 0px 20px hsla(0,0%,0%,1);
	border-radius: 50%;
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	cursor: pointer;
}

.tableFb1 {
	height: 40px;
	display: block;
	padding: 5px;

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

.tableFb2 {
	height: 50px;
	display: block;
	padding: 0px;

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

.leftColumn {
	float: left;
	width: calc(50% - 20px);
}

.rightColumn {
	float: right;
	width: calc(50% - 20px);
}

.leftColumnBottom {
	float: left;
	width: calc(50% - 20px);
}

.rightColumnBottom {
	float: right;
	width: calc(50% - 20px);
}

.spacer {
	display: block;
	clear: both;
}








#bottom {
	width: calc(100% - 40px);
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	border-top: 10px solid #101317;
	padding: 20px;
/*
	background-image: url("../siteimages/back_bottom.jpg");
	background-position: top right;
	background-repeat: no-repeat;
*/
}

#bottom p {
	color: #333333;
	font-size: 12px;
	vertical-align: middle;
}

#bottom hr {
	border-color: #666666;
	width: 50%;
}

#bottomFlex {
	width: 100%;
	display: flex;
	column-count: 2;
	flex-direction: row;
}

#bottom1 {
	flex: 1;
	margin-right: 20px;
	text-align: right;
}

#bottom1 p {
	text-align: right;
	line-height: 28px;
}

#bottom2 {
	flex: 1;
	margin-left: 20px;
	text-align: left;
}

#bottom2 p {
	text-align: left;
	line-height: 28px;
}

#iconPhone {
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

#iconEmail {
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
}

#iconEmailB {
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
}

#p58 {
	height: 30px;
}






























#navSpacer {
	display: block;
	height: 35px;
	background-color: #ffffff;
}




#facultySlider {
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#facultyInner {
	display: block;
	width: 4000px;
	height: 230px;
}

.facultyHolder {
	display: inline-block;
	margin-right: 17px;
}

.facultyHolder2 {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.facultyImage {
	border-radius: 3px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}

.facultyLabel {
	display: block;
	font-size: 14px;
	color: #FFF7B5;
	text-align: left;
}






.fpNewsTable {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.fpNewsHalfTable {
	display: inline-table;
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.row {
	display: table-row;
}

.newsThumbTd {
	display: table-cell;
	width: 150px;
	height: 150px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
/*	background-color: hsla(0,0%,0%,0.50); */
	background-color: #ffffff;
	border-radius: 3px;
}

.newsThumb {
	max-width: 150px;
	max-height: 150px;
	vertical-align: middle;
	margin: auto;
}

.fpNewsInfoTd {
	display: table-cell;
	width: calc(100% - 200px);
	height: 110px;
	padding: 20px;
	vertical-align: middle;
	text-align: left;
}

.newsHeadline {
	display: block;
	margin-bottom: 3px;
	text-align: justify;
	font-weight: bold;
	color: #FFF7B5;
	line-height: 18px;
}

.newsDate {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	color: #73cbf0;
}

.newsSummary {
	display: block;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
}

.newsTags {
	display: none;
}

#map {
	display: block;
	width: 100%;
	height: 500px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	border: 1px solid #ffffff;
}

#historyImage {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	width: 20%;
	max-width: 500px;
	border-radius: 3px;
}

.authorName {
	display: inline;
	vertical-align: middle;
	font-size: 10px;
}

.authorImage {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
	width: 20px;
}

.newsItemThumb {
	height: 75px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000033;
}

#bigNewsImage {
	width: 50%;
	max-width: 400px;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px hsla(0,0%,0%,0.3);
}


.albumHolder {
	display: inline-block;
	margin: 10px;
}

.albumThumb {
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.2);
	max-width: 100%;
	height: 200px;
	border: 1px solid #ffffff;
}

.albumHolder2 {
	display: inline-block;
	margin: 10px;
	height: 80px;
}

.albumThumb2 {
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.2);
	max-width: 100%;
	height: 80px;
}

.albumHolder3 {
	display: inline-block;
	margin: 10px;
}

.albumThumb3 {
	border-radius: 3px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	max-width: 100%;
	height: 200px;
	border: 1px solid #ffffff;
}

.albumTitle {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #FFF7B5;
}


#ifr {
	display: none;
}






#blocker {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.9);
	z-index: 99;
}

#imageHolder {
	position: fixed;
	left: 50%;
	top: 50%;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 20px hsla(0,0%,0%,1);
	background-color: #ffffff;
	z-index: -100;

	transform: translate(-50%, calc(-50% + 20px));
}

#imageImage {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

#externalImage {
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 100px);
	border-radius: 3px;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,3);
}

#closeButton {
	float: right;
	position: relative;
	top: 3px;
	z-index: 10000;
	font-size: 12px;
	font-weight: bold;
	background-color: #000033;
	color: #ffffff;
	margin-left: 10px;
	padding: 5px;
	border-radius: 3px;
}

#photoTitle {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.fb-share-button {
	text-align: center;
}



#mapContact {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	width: 50%;
	max-width: 500px;
	height: 300px;
	border: 2px solid #ffffff;
}

#iconPhone2 {
	height: 15px;
	margin-right: 10px;
}

#iconEmail2 {
	height: 12px;
	margin-right: 10px;
}

.contactInputs {
	width: 90%;
	max-width: 300px;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

#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: #fab907;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

.salaryBox {
	width: 200px;
	display: block;
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 15px;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,3);
	border-radius: 5px;
	padding: 10px;
}

.wageInfo {
	font-size: 12px;
}

#appFormIcon {
	height: 40px;
	margin-top: 10px;
}


.staffHolder {
	display: inline-block;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
	margin: 10px;
	width: 200px;
	font-size: 0px;
}

.staffImage {
	width: 200px;
	margin-bottom: 5px;
}

.staffName {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 5px;
}

.staffTitle {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #888888;
	line-height: 12px;
}

.titleSmt {
	text-align: left;
}



.publicTab {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}





.srItem {
	width: calc(50% - 20px);
	max-width: 480px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.5);
	vertical-align: top;
}

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

.srTitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Responsive YouTube videos! */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#added {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
}

#publicCalendarHolder {
	margin-bottom: 15px;
}






.publicTable {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.2);
	border-radius: 3px;
}

.publicTableHalf {
	display: inline-table;
	width: calc(50% - 20px);
	margin: 10px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.2);
	border-radius: 3px;
	vertical-align: top;
}

.publicListThumbTd {
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: central;
	display: table-cell;
	padding: 5px;
}

.publicListThumb {
	max-width: 100px;
	max-height: 100px;
	margin: auto;
	border: 1px solid #ffffff;
}

.publicLinkTd {
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: central;
	display: table-cell;
	padding: 5px;
}

.publicLinkThumb {
	max-width: 50px;
	max-height: 50px;
	margin: auto;
}



.fright {
	float: right;
	margin-left: 50px;
	margin-bottom: 15px;
	border-radius: 3px;
	width: 50%;
	max-width: 250px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	border: 1px solid #ffffff;
}

.capright {
	float: right;
	clear: right;
	width: 240px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background-color: #ffffff;
	color: #333333;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #ffffff;
	margin-bottom: 15px;
	margin-left: 50px;
}



#buttClear {
	border-radius: 3px;
	height: 40px;
}

#filter {
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
	border-radius: 3px;
}

#updateHolder {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0px 0px 25px hsla(0,0%,0%,1);
}

#updateCloser {
	color: #ffff00;
	margin-left: 20px;
	cursor: pointer;
}




#announcementHolder {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ff0000;

	animation-name: color;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: #ff0000;
  }
  50% {
    background-color: #660000;
  }
  100 {
    background-color: #ff0000;
  }
}

#innerAnnouncement {
	width: calc(100% - 100px);
	max-width: 1100px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
}

.fpLink {
	margin: 10px;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 3px;
}



.eventNormal {
	background-color: transparent;
	transition: all 2s;
}

.eventHighlight {
	background-color: rgba(255,255,255,0.2);
	transition: all 2s;
}

.smallGoogleDrive {
	width: 200px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}

.clubDetails {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}





#bigImageHolder {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	box-shadow: 0px 0px 20px hsla(0,0%,0%,1);
	border: 10px solid #ffffff;
	border-radius: 5px;
	background-color: #ffffff;
}

#bigImage2 {
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 150px);
	border-radius: 5px;
}

#xCloser2 {
	position: absolute;
	z-index: 1001;
	top: 20px;
	right: 20px;
	font-size: 20px;
	font-weight: bold;
	background-color: hsla(0,0%,0%,0.8);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 50%;
	color: #ffffff;
	user-select: none;
	cursor: pointer;
}

#fbHolder {
	position: absolute;
	z-index: 1001;
	top: 20px;
	left: 20px;
}

#fbs {
	width: 100px;
	height: 30px;
}

#photoTitle {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	text-align: center;
	color: #222222;
}




#thumbDragger {
	width: 100%;
	height: 114px;
	cursor: grab;
	overflow: hidden;
}

#thumbDraggerInner {
	display: block;
	height: 114px;
	overflow-x: visible;
}

.thumbHolder {
	display: inline-block;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid #ffffff;
}

.slideThumbImage {
	height: 100px;
	border-radius: 3px;
	cursor: pointer;
}

.changeMonth {
	border-radius: 50%;
	padding: 0px;
	width: 30px;
	height: 30px;
	font-weight: bold;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}


.houseHolder {
	display: inline-block;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
	margin: 10px;
	width: 100px;
	font-size: 0px;
}

.houseImage {
	width: 100px;
	margin-bottom: 5px;
}


#bigGalleryImage {
	display: block;
	max-width: calc(100% - 40px);
	max-height: 80vh;
	border-radius: 5px;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

#fpEmergencyBox {
	display: block;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background-color: #ff0000;
	padding: 20px;
}

.fpEmergencyDocument {
	height: 50px;
}















p {
	font-size: 18px;
	text-align: justify;
	line-height: 28px;
}

.pCentre {
	text-align: center;
}

.pCentre p {
	text-align: center;
}

h1 {
	color: #FFF7B5;
	font-size: 26px;
	font-style: italic;
}

h2 {
	color: #FFF7B5;
	font-size: 20px;
}

hr {
	width: calc(100% - 100px);
	border: none;
	border-top: 1px dotted #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

button {
	background-color: #ff7f00;
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	border: none;
	height: 40px;
}







a:link {
	text-decoration: none;
	color: #FFF7B5;

	transition: color 0.5s;
}

a:active {
	text-decoration: none;
	color: #FFF7B5;
}

a:visited {
	text-decoration: none;
	color: #FFF7B5;
}

a:hover {
	text-decoration: none;
	color: #ffff00;
}




a:link.linksTop {
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
	background-color: rgba(255,255,255,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	height: 10px;
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;

	transition: all 0.5s;
}

a:active.linksTop {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-color: rgba(255,255,255,0.2);
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
}

a:visited.linksTop {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-color: rgba(255,255,255,0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	height: 10px;
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
}

a:hover.linksTop {
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	background-color: rgba(255,255,255,0.4);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 14px;
	height: 10px;
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
}











a:link.linksTop2 {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

a:active.linksTop2 {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

a:visited.linksTop2 {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

a:hover.linksTop2 {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #FFF7B5;
	margin-left: 10px;
	margin-right: 10px;
}



















a:link.linksBott {
	text-decoration: none;
	color: #3c5a99;
	display: block;
	margin-top: 10px;

	transition: color 0.5s;
}

a:active.linksBott {
	text-decoration: none;
	color: #3c5a99;
	display: block;
	margin-top: 10px;
}

a:visited.linksBott {
	text-decoration: none;
	color: #3c5a99;
	display: block;
	margin-top: 10px;
}

a:hover.linksBott {
	text-decoration: none;
	display: block;
	margin-top: 10px;
	color: #ff7f00;
}




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%);
}




