@charset "utf-8";
/* CSS Document */

/* Key Umbrella Styles */
#centralContainer{
	margin: 0px auto;
	max-width: 960px;
	padding: 0px 25px;
}
#centralHeader, #centralFooter, #centralFooter #container{
	background:#012734;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight: normal;
}
#centralFooter #container{
	padding:10px;
	margin-top:0px;
}
#centralHeader h4, #centralFooter h4, #centralFooter h4 a{
	font-size:1em;
	font-weight:normal;
	color:#bbe5ef;
}
#centralHeader{
	height: 32px;
	font-size:0.8em;
}
#centralHeader ul{
	margin:11px 10px;
	line-height:12px;
	float:left;
}
#centralHeader ul, #centralFooter ul{
	 list-style:none; 
	 padding-left:0;
}
#centralHeader ul,#centralHeader li, #centralFooterBase li{
	 display:inline-block;
}
#centralHeader li:first-child {
	padding-right:15px;
}
#centralHeader li:not(:first-child){
	border-left:1px #fff solid;
	padding:0 15px;

}
#centralHeader a, #centralFooter a, #eucookielaw a {
	color:#fff;
}

#centralFooter{
	clear: both !important;
	position: relative;
	padding-bottom:20px;
}
.footerColumn{
	width: 23%;
	position: relative;
	float: left;
}
.footerColumn:not(:last-child){
	margin-right:10px;
}
.footerColumn2{
	width: 47%;
	position: relative;
	float: left;
}
#centralFooterBase .footerColumn:not(:last-child), #centralFooterBase .footerColumn2{
	margin-right: 10px;	
}
#centralFooterBase, #centralFooterBase .footerColumn, #centralFooterBase .footerColumn2{
	height:65px;
}
#centralFooterBase > *,#centralFooterBase .footerColumn2 > *, #centralFooterBase .footerColumn > *{
	display:flex;
	align-self:flex-end;
}
#centralFooterBase{
	clear: both !important;
	font-size:0.8em;
	color:#bbe5ef;
	position:relative;
}

#centralFooterBase a {
	color:#bbe5ef;
}

/* Search form in header */
#centralHeader form#searchform{
	width:190px;
	background-color:#093c4f;
	display:inline;
	float:right;
	position:relative;
/*
	top:-18px;
*/
	height:32px;
	margin: 0;
}
#centralHeader form#searchform  input[type="text"]{
	box-shadow:none;
	background-color:#093c4f;
	border:none;
	height:32px;
	color:#fff;
	font-size:1.1em;
	padding:0px 5px;
	margin:0;
}
#centralHeader form#searchform input[type="submit"]{
	background: url(icons/w-search-icon.png) no-repeat transparent;
	background-size:15px 15px;
	background-position:center;
	box-shadow:none;
	text-indent: -9000px; 
	text-transform: capitalize;
	border:none;
	margin:0;
	height: 32px;
}
#eucookielaw{
	display:none;
	background:#222222;
	color:#fff;
	padding:10px;
	position: relative;
}
#acceptcookie{
	font-size:1.5em;
}
#eucookielaw a:hover{
	color:#bbe5ef;
}
/* Skin Ad units Styles */
.wallpaperSkinContainer{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1; /* can't click on it with this on (but it overlaps other stuff if it's on) */
}

@media screen and (max-width: 960px) {
	#centralFooter{
		padding:0px 0px 20px;
	}	
}

@media screen and (max-width: 650px) {
	.footerColumn, .footerColumn2{
		width: 100%;
		float: none;
	}
	#centralFooterBase{
		height:250px;
	}	

	#centralHeader{
		height: 67px;
		font-size:0.7em;
	}
	#centralHeader form#searchform{
		width:100%;
	}
	#centralHeader form#searchform  input[type="text"]{
		width:90%;
	}
	#centralHeader li:first-child {
		padding-right:5px;
	}
	#centralHeader li:not(:first-child){
		padding:0 5px;
	
	}
	
}
@media screen and (max-width: 500px) {
	#centralHeader form#searchform  input[type="text"]{
		width:80%;
	}
}