@import url('https://fonts.googleapis.com/css?family=Libre+Caslon+Display|Open+Sans&display=swap');

@font-face {
    font-family: 'verbcondregular';
    src: url('fonts/verbcondregular-webfont.eot');
    src: url('fonts/verbcondregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verbcondregular-webfont.woff') format('woff'),
         url('fonts/verbcondregular-webfont.ttf') format('truetype'),
         url('fonts/verbcondregular-webfont.svg#verbcondregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif, sans;
	position: relative;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 3px;
	padding: 3px;
	border: 1px solid #757761;
	background-color: #f6f6f6;
	max-width: 80vw;
} 
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table{
	width: 100%;
	border-collapse: collapse;

}
th{
	padding: 15px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #666666;
	color: #fff;
	font-size: 20px; 
}
td{
	padding:  5px;
	vertical-align: top;
}




.header {
	color: rgb(31,73,125);
	font-size: 60px;
	font-family:verbcondregular, open sans, arial, verdana;
	padding: 1vw 6vw;
	display: flex;
	max-width: 1200px;
	margin:auto;
	flex-flow: row wrap;
	align-items: center;
}
.header a{
	text-decoration: none; 
	color: rgb(31,73,125);
}
.header > div {

}
.header .founded {
	font-style: italic;
	font-size: 18px;
	font-family:Libre Caslon Display, Georgia, "Times New Roman", Times, serif;
}
.header .shield {
	max-width: 160px; 
}
.header .shield img{
	max-width: 160px; 
}
.header .newport {
	text-align: right; 
	width: 50vw; 
}
.links {
	background-color: rgba(66, 73, 83,0.7);
	color: #fff;
	line-height: 80px;
	text-align:center;
    display: flex;
	min-height: 80px;
	z-index: 90;
	position: absolute; 
	top: 0;
	width: 100%;
	font-family:Libre Caslon Display, Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	justify-content: center; 
}
.links a{
	text-decoration:none;
	color: #fff;
	display: block;
	position: relative;
	z-index: 91;
	margin: auto;
	flex: 1 1 auto;
}
.links a:hover{
}
.links a::after{
	content: '';
	position: absolute;
	left: 0;
	top	: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transform: scaleY(0);
	transform-origin: bottom,;
	transition: transform 300ms ease-in;
	z-index: 80;	
}
.links a:hover::after{
	transform: scaleY(1);
	transform-origin: top;
}.galpage .links {
	position: relative; 
}
.maintext {
	font-family:Libre Caslon Display, Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #555;
    max-width: 1300px;
    padding: 60px 10vw;
    margin: auto;
    line-height: 180%;
    background-color: #fff;
}
.maintext h1{
	font-size: 30px;
	font-weight: normal;
}
.maintext h2{
	font-size: 24px;
	font-weight: normal;
}
.maintext a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #424953;
}
.maintext a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid red;
}
.footer{
	background-color: #424953;
	color: #fff; 
	font-size: 18px;
	line-height: 180%;
	font-family:Libre Caslon Display, Georgia, "Times New Roman", Times, serif;
}
.footer a{
	color: #fff; 
	text-decoration: none;

}
.footer > div {
	max-width: 1000px;
	padding: 20px 20px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	flex-wrap: wrap;

} 
.footer > div > div{
	padding: 20px;
	width: 200px;
	flex: 1 1 auto;
}
.social img {
	margin:  0 10px;
	max-width: 60px; 
}
.social{
	background-color: #424953;
	padding: 20px 20px;
	text-align: center; 
}
.mobile{
	display: none; 
	position: relative; 
}
.iw {
	font-size: 10px;
	padding: 10px 100px;
	text-align: right;
	background-color: #444;
} 
.iw a{
	color: #999;
	text-decoration: none;
}
.logos {
	margin-block: 2rem;
	text-align: center; 
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem; 
}
.logo div{
	vertical-align:middle; 
	flex: 1 1 150px;
}
.logos img {
	max-width: 200px;
	max-height: 150px; 
}
.mobile{
	display: none; 
	position: relative; 
}
.topnav {
  overflow: hidden;
	background-color: #262f5c;
  	position:relative;
	padding: 20px 0 20px 0;
	width: 100%;
	top: 0;
	z-index: 2000;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	-moz-backdrop-filter: blur(7px);
	display: none; 

}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
}

.topnav a:hover {
  background-color: #000;
  color: #fff;
}

.active {
  background-color: #444;
  color: white;
}

.topnav .icon {
  display: block;
}


.topnav a.icon {
    float: right;
    display: block !important;
 }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .topnav.responsive a {
    float: none;
    display: block !important;
    text-align: left;
  }
  .topnav a:not(:first-child) {
    display: none;
}
.icon {
    font-size: 16px;
    line-height: 16px;
    padding: 0 20px;
    border: 1px solid #fff;
    margin: 3px 10px;
}
.fixtures {
	color: #000; 
}
.fixtures1 td {
	background-color: #e9f3dc
}
.fixtures2 td {
	background-color: #dcf3de
}
.fixtures3 td {
	background-color: #dcf3f3
}
.fixtures4 td {
	background-color: #c2c5d0
}
.fixtures5 td {
	background-color: #c9c2d0
}
.fixtures6 td {
	background-color: #cec2d0
}
.fixtures7 td {
	background-color: #d0c2cc
}
.fixtures8 td {
	background-color: #d0c2c8
}
.fixtures9 td {
	background-color: #d0c2c4
}
.fixtures10 td {
	background-color: #d0c7c2
}
.fixtures11 td {
	background-color: #d0cbc2
}
.fixtures12 td {
	background-color: #d0d0c2
}
.fixtures13 td {
	background-color: #cad0c2
}

.resultstableadm td {
	padding: 1px;
}
.resultstableadm td input,.resultstableadm td textarea, .resultstableadm td select{
	font-size: 12px;
	padding: 2px  ;
	border: 1px solid #000;
	background-color: #fff;
	max-width: 80vw;
	min-width: 20px; 
	margin: 2px;
} 

.fixtures th {
	background-color: #262f5c;
	padding: 15px; 
}
.admintable textarea{
	height: auto; 
}
.bluesq img{
	float: left;
	max-width: 189px;
}
.bluesq {
	background-color: #4C78A5;
	min-height: 159px;
}
.bluesq .txt{
	margin-left: 200px;
	padding: 10px 20px;
	color: #fff;
	min-height:200px;
}
.bluesq .txt a, .bluesq2 a{
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color: #eee;
}
.bluesq .txt a:hover{
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.bluesq2 {
	background-color: #262f5c;
	color: #fff;
	margin-bottom: 20px; 
	padding: 10px 20px;
} 
.videos .bluesq2 {
	width: 250px !important;
	max-width: 400px !important; 
}
.bluesq2 img {
	width: 100%; 
}
.moreinfo {
	margin: 3vw 0;	
}
#mainthreecols {
	margin: 1vw auto;
	max-width: 1400px;
	padding: 5px;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	}
#mainthreecols > div {
 	color: #fff;
	width: 350px;
	flex: 1 1 auto;
	margin: 20px; 
	background-color: #262f5c;
	
}
#mainthreecols > div .picture{
	width: 100%;
	height: 285px;
	background-size: cover;
	background-position: center center; 
}
#mainthreecols div a{
 	color: #fff;	
 	text-decoration:none;
	border-bottom: 1px #fff dashed;
}
#mainthreecols div a:hover{
 	color: #000;	
}
#mainthreecols div h3 a{
	border-bottom: 0;
}
#mainthreecols div h3{
	font-weight: normal;
	margin: 10px 20px ;
	padding: 0px;
}
#mainthreecols div .text{
	line-height: 180%;
	margin: 20px;
}
.picture .more{
	opacity: 0;
	height: 100%;  
	width: 100%;
	background-color: rgba(0,0,0,0.6);  
	text-align: center;
	position: relative;
	display: table;
}
.picture:hover .more{
	opacity: 1;
}
.picture .more .discovermore{
	margin: auto;
	width: auto;
	padding: 10px;
	color: #fff; 
	text-transform: lowercase; 
	max-width: 200px;
	display: table-cell;
	vertical-align: middle;
}  
.picture .more .discovermore a{
	border: 3px solid white; 
	border-bottom: 3px solid white !important; 
	color: #fff !important; 
	width: 200px;
	padding: 15px 30px; 
} 

.news {
	padding	: 20px 0 0 0;
}
 div.box:nth-child(odd) {
	background-color: #f3f3f3; 
	padding: 10px 3vw;
}
 div.box:nth-child(even) {
	background-color: #fff; 
	padding: 10px 3vw;
}
 div.box a:hover{
	color: #000; 
	text-decoration: underline; 
	border-bottom: 0; 
}
.centreimage{
	text-align: center;
	padding: 1vw; 
}
#map{
	height: 500px;
}
.boxpix{
	float: right;
	width: 150px; 
	height: 150px; 
	background-position: center center;
	background-size: cover;
}
.boxpix img{
	height: 100%;
	width: 100%; 
	border-bottom: 0
}
.boxpix a{
	border-bottom: 0
}
.news div.box:nth-child(odd) {
	background-color: #f3f3f3; 
	padding: 10px 3vw;
}
.news div.box:nth-child(even) {
	background-color: #fff; 
	padding: 10px 3vw;
}
.news div.box a:hover{
	color: #000; 
	text-decoration: underline; 
	border-bottom: 0
}
.darker{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #424953;
	color: #fff;
	font-size: 18px; 
}

.clear{
	clear: both; 
}
.objectfit > div  {
	background-size: contain ;
	background-repeat: no-repeat; 
	height: 300px; 
}
.pictures{
	display: flex;
 	flex-flow: row wrap;
    justify-content: center;
	margin	: 4px;
}
.pictures div {
	flex: 1 1 auto;
	width: 200px;
	height	: 200px;
	max-width: 450px;
	position: relative;
	margin	: 4px;
}

.pictures div img{
object-fit: cover ;
	width: 100%;
	height:  100%;

}
.pictures a, .pictures a:hover{
	border-bottom: 0; 
}
.flexpics { 
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
  justify-content: center;
	padding: 10px;
	max-width: 1400px; 
	margin: auto; 
	padding-bottom: 4vw;
}
.flexpics img {
	max-width: 100%;
	margin: auto;
	text-align: center; 
} 
.flexpics a{
	color: #333;
	text-decoration: none; 
}

.flexpics a:hover{
	color: #000;
	text-decoration: underline; 
}

.flexpics > div { 
 flex: 1 1 auto;
  width: 200px; 
  position:relative;
	margin: 10px;
	padding: 20px; 
	background-color: #eee;
  
}
.flexpics p{

}
.sponsors > div {
	max-width: 200px; 
	background-color: #fff; 
	border: 3px solid #bbb;
	border-radius: 2px; 
}
.sponsors a {
	border-bottom: 0;
}
.sponsors a:hover {
	border-bottom: 0;
}
.flexpics2 { 
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-direction: column;  
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap;  
  display: -webkit-box;
  display: flex;
  justify-content: center;
line-height: 100%;
	max-width: 1400px; 
	margin: auto; 
	padding-bottom: 4vw;
}
.flexpics2 > div { 
 flex: 1 1 auto;
  width: 300px; 
  max-width: 500px;
  position:relative;
  border: 5px solid white; 
margin: 5px; 
}
.flexpics2 > div img { 
  width: 100%; 
  height: auto; 
	cursor: zoom-in;
}
.flexpics2 a{
	border-bottom: 0;
}
.singleheader {
	text-align: center;
}
.objectfit {

}
@supports (object-fit: contain) {
.objectfit img {
    object-fit: cover;
    width: 100%;
    height: 200px;	background-color: #999;
}
.sponsors img{
    object-fit: contain;
	background-color: #fff;
}
}
.bw.contain{
	background-size: contain;
	background-color: #424953;
}
.bw.smaller{
	background-size: unset;
	background-color: #424953;
}


@media only screen and ( max-width: 1400px )  {
.header .newport {
	text-align: right; 
	width: 70vw; 
}
}

@media only screen and ( max-width: 1024px )  {
.header {
	display: block;
}
.header > div {
	display: block;
	text-align: center !important; 
	width: auto !important; 
	max-width: none !important; 
}
.topnav {
	display: block;
}
.links{
	display: none; 
}
.picture .more .discovermore{
	margin: auto;
	width: 100%;
	height: 100%; 
	padding:0;
	max-width: none;
	display: block;
}  
.picture .more .discovermore a{
	border: 0 !important;
	border-bottom: 0 !important; 
	margin: auto;
	width: 100%;
	height: 100%; 
	padding:0;
	max-width: none;
	line-height: 285px;
	display: block;
}

.maintext {
    font-size: 20px;
    color: #333;
    padding: 60px 2vw;
}
}




@media only screen and ( max-width: 640px ) {
.fws2 {
	display: none; 

}
.mobile{
	display: block;
	background-size: cover;
	height: 400px; 
	background-position: center center; 
}

.logos, .footer > div, .footer > div > div {
	display: block; 
	width: auto;
}
.bluesq img{
	float: none;
}
.bluesq .txt{
	margin-left: 0;
}
#mainthreecols > div{
	width: 100%; 
	margin: 0 0 20px 0;
}
#mainthreecols {
	padding: 0; 
}
.pictures div {
	width: 100%;
	height	: auto;
	max-width: none;

}
@supports (object-fit: contain) {
.objectfit img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
}
 .flexpics > div { 
  width:100%; 
}
.sponsors img{
    object-fit: contain;
	background-color: #fff;
	height: 200px; 
}
}





@media only screen and ( max-width: 400px ) {
th, td {
	display: block; 
}
.boxpix{
	float: none;
	width: 100%; 
	height: 200px; 

}
}









@media only screen and ( min-width: 1400px ) and ( max-height: 1200px )   {
	.bw.larger, 
	.slide:has(.larger),
	.fws2:has(.larger){
		height: 80svh; 
		min-height: 80svh;
	}


}