﻿
#form-95 {
	line-height: 2;
}
#text-255 {
	font-size: 8pt;
	padding-left: 320px;
}
#col-259 {
	float: left;
	width: 55%;
	overflow: hidden;
}
#col-258 {
	float: left;
	width: 40%;
	overflow: hidden;
}
#col-270 {
	float: left;
	width: 90%;
	overflow: hidden;
}
#col-269 {
	float: left;
	width: 10%;
	overflow: hidden;
	text-align: right;
}
#form-field-265 {
	padding-top: 10px;
	text-align: center;
}
#form-field-265 label {
	width: 100%;
}
#cont-276:hover .copyrightlink {
	background: transparent;
}
#cont-276:hover > div {
	opacity: 1;
}
#cont-276:hover .copyrightlink a {
	color: white;
}
#cont-276 {
	background: url(../media/map.jpg);
	background-size: cover;
	background-position: 50% 30%;
	height: 350px;
	position: relative;
}
#cont-276 a {
	color: #575757;
}
#cont-276:hover .mapoverlay {
	opacity: 1;
}
#cont-276 .mapoverlay {
	height: 100%;
	color: white;
	background: rgba(0,0,0,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: .3s ease;
	cursor: pointer;
}
#cont-276 .copyrightlink {
	background: white;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
}