@charset "UTF-8";
body {
	color: black;
}
.wrapper {
	background-color: white;
	width: 100%;
	max-width: none;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}
#headerwrapper {
	background-color: #013366;
}
header {
	margin: 2em 0;
	overflow: auto;
}
#logo {
	width: 50%;
	text-align: left;
	float: left;
}
#logo img {
	width: 100%;
	max-width: 340px;
}
#contactinfo {
	width: 50%;
	color: white;
	font-size: 22px;
	text-align: right;
	float: right;
}
#contactinfo a {
	color: white;
}
#navwrapper {
	background-color: #013366;
}
#navwrapper .container {
	width: 100%;
}







#cover {
	background-image: url(../images/cover.jpg);
	background-size: cover;
	background-position: center;
	height: 360px;
	position: relative;
}
#centered {
	background-color: rgba(76, 101, 127, 0.2);
	width: 100%;
	padding: 2% 5%;
	bottom: 0;
	position: absolute;
}
#centered h1 {
	margin: 0;
	padding: 0;
	border-bottom: none;
	color: white;
	font-size: 36px;
	font-weight: 600;
	text-transform: none;
}







#contentwrapper {
	padding: 2em 0;
}
#maincontent {
	width: 65%;
	margin: 0;
	margin-right: 5%;
	padding: 0;
	float: left;
}
#sidecontent {
	width: 30%;
	margin: 0;
	padding: 0;
	float: left;
}

#sidecontent h3 {
	padding-top: 15px;
	border-top: 9px solid #003366;
}




.offer-box {
	margin: 10px 0;
	padding: 15px;
	padding-top: 10px;
	border: 12px solid #27396B;
}
.offer-box-line-1 {
	margin: 0;
	font-size: 1.25em;
	font-weight: 600;
}
.offer-box-line-2 {
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
}
.offer-box-line-3 {
	margin: 0;
	color: #24695B;
	font-size: 4em;
	font-weight: 800;
	line-height: 1;
}
.offer-box-line-4 {
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
}
.offer-box-line-5 {
	margin: 0;
	font-size: .75em;
}



.button {
	margin-top: 10px;
	padding: 15px 32px;
	width: 100%;
	background: #28396B;
	border: none;
	color: #FFF !important;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .5px;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
}
.button:hover {
	background: #1C274A;
}
.button:active {
	top: 1px;
	position: relative;
	background: #1C274A;
}


#widecontent {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
#contactwrapper {
	background-color: #013366;
	padding: 1em 0;
}
#contactwrapper .container {
	width: 80%;
}
#gmapwrapper iframe {
	height: 450px;
	display: block;
}
#maincontent img {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.well {
  background-color: #f4f5f5;
  border: 1px solid #e9ebec;
	margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1.5em;
	overflow: auto;
}
.well h3 {
	margin-top: 0;
	color: #003366;
	font-size: 22px;
}
.well ul {
	margin-bottom: 0;
}
.mainbutton {
	background-color: #003366;
  margin-top: .5em;
  margin-bottom: 2em;
	padding: 1em 1.5em;
	color: white;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}
.mainbutton:hover {
	background: #26517c;
	color: white;
}
.voucher {
	border: 5px solid #eee;
	padding: .75em;
	display: inline-block;
}
.voucher img {
	margin: 0 !important;
	max-width: 100%;
}
.voucher:last-of-type {
	margin-top: 1em;
	margin-bottom: 2em;
}
.twocolumns {
  columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
#partners {
	margin-bottom: 1em;
	display: table;
	overflow: auto;
}
#partners img {
	width: 20%;
	height: auto;
	vertical-align: middle;
	margin: 0;
	padding: 2%;
	display: table-cell;
	float: left;
}
.review {
	border-bottom: 1px solid #e9ebec;
	margin-top: 1em;
	padding-bottom: 1.5em;
}
.review:first-of-type {
	margin-top: 2em;
}
.review:last-of-type {
	border-bottom: none;
	margin-bottom: 1em;
}
.reviewname {
	width: auto;
	font-size: 17px;
	float: left;
}
.reviewdate {
	width: auto;
	font-size: 14px;
	line-height: 32px;
	text-align: right;
	float: right;
}
.reviewrating {
	margin-bottom: .25em;
	color: #FEDB00;
	font-size: 22px;
	clear: both;
}
.reviewcontent {
	font-size: 15px;
}
#terms {
	list-style: decimal;
}
.parent {
	color: #1f2123;
	font-size: 20px;
	font-weight: bold;
}
.parent ol {
	list-style: decimal;
	color: black;
	font-size: 15px;
	font-weight: normal;
}
#featureswrapper {
	background-color: #e9ebec;
	padding: 2em 0;
}
#features article {
	width: 33.3333%;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
	float: left;
}
.featureicon {
	width: 120px;
	display: table-cell;
	vertical-align: top;
}
.featureicon img {
	width: 96px;
}
.featuretext {
	display: table-cell;
	vertical-align: top;
}
.featuretext h2 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	text-transform: none;
}
.featuretext h3 {
	margin: 0;
	color: #333333;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
#partnerwrapper {
	background-image: url(../images/iStock-652660058.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 6%;
}
#partner div {
	width: 50%;
	float: left;
}
#partner h1, #partner h2 {
	margin-top: .5em;
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: none;
	color: white;
	text-transform: none;
}
#aalogo img {
	width: 75%;
	max-width: 270px;
}
#affiliationswrapper {
	background-color: #e9ebec;
	padding: 2em 0;
}
#affiliations div {
	width: 33.3333%;
	margin: 0;
	padding: 0 3%;
	float: left;
}
#affiliations img {
	max-width: 270px;
	width: 100%;
	margin: 0 auto;
	padding: 1em;
	display: block;
}
#affiliations p {
	margin: 0;
	color: #333333;
	font-size: 15px;
	text-align: center;
}
#footerwrapper {
	background-color: #013366;
	padding: 1em 0;
}
footer {
	width: 100%;
	color: #eceff2;
	font-size: 14px;
	overflow: auto;
}
footer article {
	width: 33.3333%;
	margin: 0;
	padding-right: 5%;
	float: left;
}
footer h3 {
	margin-top: 1em;
	color: white;
}
footer img {
	max-width: 75%;
	margin: .5em 0;
}
footer a {
	color: #eceff2;
}
footer a:hover, footer a:active {
	color: white;
}
.opening-hours-day {
	width: 40%;
	display: inline-block;
}
.opening-hours-time {
	width: 40%;
	display: inline-block;
}
#copyrightwrapper {
	background-color: #013366;
	padding: 2em 0;
}
#copyright {
	color: #b3bfcb;
	text-align: center;
}
#copyright p {
	margin-bottom: .75em;
	font-size: 13px;
}
#footernav {
	width: 100%;
	margin-bottom: .75em;
	font-size: 13px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footernav a {
	margin: 0 .5em;
	color: #b3bfcb;
	text-align: center;	
}
#footernav a:hover, #footernav a:active {
	color: white;
}


/* Tablet view */
@media screen and (max-width:769px) {

#logo {
	width: 100%;
	text-align: center;
}
#contactinfo {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}
#cover {
	height: 240px;
}
#centered h1 {
	font-size: 24px;
}
#maincontent {
	width: 100%;
	margin: 0;
}
#sidecontent {
	width: 100%;
	margin: 0;
}
.mainbutton {
	width: 100%;
}
.voucher img {
	max-width: 100%;
}
#terms {
	list-style: decimal;
	padding-left: 2em;
}
#terms ol {
	list-style: decimal;
	padding-left: 0;
}
#terms li, #terms ol li {
	padding-left: 0;
}
	
	
	
#features article {
	width: 100%;
	padding-top: 4%;
	padding-right: 0;
	padding-bottom: 4%;
	float: left;
}
.featureicon {
	width: 90px;
}
.featureicon img {
	width: 72px;
}
.featuretext h2 {
	margin-bottom: .5em;
	font-size: 18px;
}
.featuretext h3 {
	font-size: 15px;
}	
#partnerwrapper {
	background-position: bottom right;
}
#aalogo {
	display: none;
}
#aatext {
	width: 100% !important;
}
#affiliations div {
	width: 100%;
	padding: 3%;
	float: left;
}
footer article {
	width: 100%;
	margin-bottom: 1em;
	padding-right: 0;
	text-align: center;
}
footer img {
	margin: .5em 0;
	max-width: 67%;
}
.opening-hours-day {
	text-align: center;
}
.opening-hours-time {
	text-align: center;
}


/* Mobile view */
@media screen and (max-width:480px) {

	

	
	
	
	
	
#copyright ul {
	font-size: 13px;
}
#copyright p {
	font-size: 13px;
}
	}